@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,500;0,600;1,300;1,500;1,600&display=swap');

@font-face {
    font-family: 'SFUIText';
    src: url('../fonts/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../fonts/SFUIText-SemiboldItalic.ttf') format('truetype'),
    url('../fonts/SFUIText-SemiboldItalic.svg#SFUIText-SemiboldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SFUIText';
    src: url('../fonts/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-Semibold.woff') format('woff'),
    url('../fonts/SFUIText-Semibold.ttf') format('truetype'),
    url('../fonts/SFUIText-Semibold.svg#SFUIText-Semibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIText';
    src: url('../fonts/SFUIText-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-LightItalic.woff') format('woff'),
    url('../fonts/SFUIText-LightItalic.ttf') format('truetype'),
    url('../fonts/SFUIText-LightItalic.svg#SFUIText-LightItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SFUIText';
    src: url('../fonts/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUIText-Light.woff') format('woff'),
    url('../fonts/SFUIText-Light.ttf') format('truetype'),
    url('../fonts/SFUIText-Light.svg#SFUIText-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../fonts/YanoneKaffeesatz-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YanoneKaffeesatz-Regular.woff') format('woff'),
    url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype'),
    url('../fonts/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatz-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'Murecho', arial, sans-serif;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    height: 100%;
    background: none;
}

body.cropped {
    overflow: hidden;
}

body, button, input, select, textarea {
    font-family: 'Murecho', Arial, sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #212121;
}

h1, h2, h3, h4 {
    font-family: "Murecho", sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 1.9rem;
    line-height: 2.3rem;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h2 {
    font-size: 2.425rem;
    line-height: 2.6rem;
}

h1 {
    font-size: 2.8125rem;
    line-height: 3rem;
}

h1, h1 + h2, h1 + h3, h2 + h3 {
    margin-top: 0;
}

h1, h2, h3 {
    margin-bottom: 1rem;
}

h2, h3 {
    margin-top: 3rem;
}

p {
    margin-bottom: 24px;
}

p + h2, p + h3 {
    margin-top: 48px;
}

ul {
    margin: 0;
    padding: 0;
}

.red {
    color: #bf0709 !important;
    font-weight: bold !important;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.clear {
    clear: both;
}

svg:not(:root) {
    overflow: hidden;
}

.row::before, .row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

.row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

ul {
    list-style: outside none none;
}

ul.list-dots {
    list-style-type: disc;
    margin: 0 0 24px 40px;
}

.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

a, a:link {
    border-bottom: 1px solid rgba(66, 131, 192, 0.3);
    color: #4283c0;
    text-decoration: none;
    transition-duration: 0.2s;
}

a.dotted {
    color: #72a1d1;
    border-bottom: 1px dotted #d7e6f3;
    text-decoration: none;
    transition-duration: 0.2s;
}

a:hover {
    border-bottom: 1px solid rgba(216, 2, 2, 0.3);
    color: #d80202;
}

a.highlighted {
    border-bottom: 1px solid rgba(250, 96, 66, 0.3);
    color: #fa6042;
    text-decoration: none;
    transition-duration: 0.2s;
}

span.highlighted {
    border-bottom: 1px solid rgba(250, 96, 66, 0.3);
    color: #fa6042;
    text-decoration: none;
    transition-duration: 0.2s;
}

a.btn, a.btn:link, a.btn:hover, a.btn:hover, a.btn:focus, a.btn:active {
    text-decoration: none;
    border-bottom: none;
    transition-duration: 0s;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

a.link__blue {
    color: #4283c0;
    font-weight: normal;
}

a.link__blue.link__solid {
    border-bottom: 1px solid #c4d8eb;
    text-decoration: none;
}

a.link__blue.link__dotted {
    border-bottom: 1px solid #c4d8eb;
    text-decoration: none;
}

a.link__medium {
    font-size: 24px;
}

a.link__small {
    font-size: 16px;
}

a.link__red {
    color: #fa6042;
    font-weight: normal;
    border-bottom: 1px solid #ffa291;
    text-decoration: none;
}

a.link__red:hover {
    text-decoration: none;
    border-bottom: none;
}

p + ol.list, p + ul.list, p + ul.void-list {
    margin-top: -14px;
}

em {
    font-style: italic;
}

ol.list, ul.list {
    margin-bottom: 14px;
    padding-left: 20px;
}

ol.list li, ul.list li {
    margin-bottom: 10px;
}

ul.list li {
    text-indent: -20px;
}

ul.list li::before {
    content: "—";
}

ol.list {
    list-style-type: decimal;
}

ul.void-list {
    margin-bottom: 14px;
}

ul.void-list li {
    margin-bottom: 10px;
}

::-webkit-input_placeholder {
    color: #666666;
}

:-moz_placeholder {
    color: #666666;
}

.placeholder {
    color: #666666;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.nomargin {
    margin: 0px !important;
}

.margin24 {
    margin-top: 24px;
}

.margin20 {
    margin-top: 20px;
}

.marginright5percent {
    margin-right: 5%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-0_5, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-3_5, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-7_5, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-10_5, .col-lg-11, .col-lg-12 {
    min-height: 1px;
    position: relative;
}

.col-lg-0_5, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-3_5, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-7_5, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-10_5, .col-lg-11, .col-lg-12 {
    float: left;
}

.col-lg-0_5 {
    width: 4.16%;
}

.col-lg-1 {
    width: 8.33333%;
}

.col-lg-2 {
    width: 16.6667%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-3_5 {
    width: 30%;
}

.col-lg-4 {
    width: 33.3333%;
}

.col-lg-5 {
    width: 41.6667%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 58.3333%;
}

.col-lg-7_5 {
    width: 65%;
}

.col-lg-8 {
    width: 66.6667%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.3333%;
}

.col-lg-10_5 {
    width: 88.3333%;
}

.col-lg-11 {
    width: 91.6667%;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-pull-12 {
    right: 100%;
}

.col-lg-pull-11 {
    right: 91.6667%;
}

.col-lg-pull-10 {
    right: 83.3333%;
}

.col-lg-pull-9 {
    right: 75%;
}

.col-lg-pull-8 {
    right: 66.6667%;
}

.col-lg-pull-7 {
    right: 58.3333%;
}

.col-lg-pull-6 {
    right: 50%;
}

.col-lg-pull-5 {
    right: 41.6667%;
}

.col-lg-pull-4 {
    right: 33.3333%;
}

.col-lg-pull-3 {
    right: 25%;
}

.col-lg-pull-2 {
    right: 16.6667%;
}

.col-lg-pull-1 {
    right: 8.33333%;
}

.col-lg-pull-0 {
    right: auto;
}

.col-lg-push-12 {
    left: 100%;
}

.col-lg-push-11 {
    left: 91.6667%;
}

.col-lg-push-10 {
    left: 83.3333%;
}

.col-lg-push-9 {
    left: 75%;
}

.col-lg-push-8 {
    left: 66.6667%;
}

.col-lg-push-7 {
    left: 58.3333%;
}

.col-lg-push-6 {
    left: 50%;
}

.col-lg-push-5 {
    left: 41.6667%;
}

.col-lg-push-4 {
    left: 33.3333%;
}

.col-lg-push-3 {
    left: 25%;
}

.col-lg-push-2 {
    left: 16.6667%;
}

.col-lg-push-1 {
    left: 8.33333%;
}

.col-lg-push-0 {
    left: auto;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.6667%;
}

.col-lg-offset-10 {
    margin-left: 83.3333%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.6667%;
}

.col-lg-offset-7 {
    margin-left: 58.3333%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.6667%;
}

.col-lg-offset-4 {
    margin-left: 33.3333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.6667%;
}

.col-lg-offset-1 {
    margin-left: 8.33333%;
}

.col-lg-offset-0 {
    margin-left: 0;
}

.col-lg-padding {
    padding: 0 10px;
}

.cl {
    padding: 0 20px;
}

.cl-mini {
    padding: 0 10px;
}

.clwg {
    width: 100%;
}

.hidden-md {
    display: block;
}

@media (max-width: 992px) {
    .col-md-top {
        margin-top: 24px;
    }

    .col-md-no-padding {
        padding: 0;
    }

    .hidden-md {
        display: none;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.6667%;
    }

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.6667%;
    }

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.6667%;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.6667%;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.6667%;
    }

    .col-md-pull-10 {
        right: 83.3333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.6667%;
    }

    .col-md-pull-7 {
        right: 58.3333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.6667%;
    }

    .col-md-pull-4 {
        right: 33.3333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.6667%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.6667%;
    }

    .col-md-push-10 {
        left: 83.3333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.6667%;
    }

    .col-md-push-7 {
        left: 58.3333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.6667%;
    }

    .col-md-push-4 {
        left: 33.3333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.6667%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.6667%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.6667%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.6667%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.6667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .col-xs-top {
        margin-top: 24px;
    }

    .col-xs-no-padding {
        padding: 0;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.6667%;
    }

    .col-xs-10 {
        width: 83.3333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.6667%;
    }

    .col-xs-7 {
        width: 58.3333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.6667%;
    }

    .col-xs-4 {
        width: 33.3333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.6667%;
    }

    .col-xs-1 {
        width: 8.33333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.6667%;
    }

    .col-xs-pull-10 {
        right: 83.3333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.6667%;
    }

    .col-xs-pull-7 {
        right: 58.3333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.6667%;
    }

    .col-xs-pull-4 {
        right: 33.3333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.6667%;
    }

    .col-xs-pull-1 {
        right: 8.33333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.6667%;
    }

    .col-xs-push-10 {
        left: 83.3333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.6667%;
    }

    .col-xs-push-7 {
        left: 58.3333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.6667%;
    }

    .col-xs-push-4 {
        left: 33.3333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.6667%;
    }

    .col-xs-push-1 {
        left: 8.33333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.6667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.3333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.6667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.3333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.6667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.3333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.6667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

ul.variants-widget {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
}

ul.variants-widget li {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.333%;
    text-align: center;
}

ul.variants-widget li a {
}

ul.variants-widget li a img {
    display: inline-block;
}

ul.variants-widget li a img + img {
    display: none;
}

ul.variants-widget li a:hover img {
    display: none;
}

ul.variants-widget li a:hover img + img {
    display: inline-block;
}

ul.variants-widget.with-header {
}

ul.variants-widget.with-header li {
    padding-top: 46px;
    position: relative;
}

ul.variants-widget.with-header li h1 {
    position: absolute;
    top: 0;
    width: 100%;
}


/* Таблица с ценами */
.tab-price {
    border: 1px solid #ffc304;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 14px;
    line-height: 150%;
}

.tab-price tr th {
    border: 1px solid #ffc304;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    color: #473e09;
    background: #ffcc00;
}

.tab-price tr td {
    border: 1px solid #ffc304;
    padding: 10px 0;
    text-align: center;
    color: #333333;
}

#tab-price {
    border: 1px solid #ffc304;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 14px;
    line-height: 150%;
}

#tab-price tr th {
    border: 1px solid #ffc304;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    color: #473e09;
    background: #ffcc00;
}

#tab-price tr td {
    border: 1px solid #ffc304;
    padding: 10px 0;
    text-align: center;
    color: #333333;
}

/* Таблица с ценами */

/* Новая версия */

.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1280px;
}

.container-wrapper-gray {
    background: #f2f2f2 none repeat scroll 0 0;
    max-width: 100%;
}

.container-wrapper-gray .container {
    background: #f2f2f2 none repeat scroll 0 0;
}

body.width-limit {
    min-width: 900px;
}

body.width-limit .container {
    max-width: 1060px;
    min-width: 900px;
}


.content__wrapper:before, .content__wrapper:after,
.text__content:before, .text__content:after {
    content: "";
    display: table;
}

.clearfix:after,
.text__content:after,
.content__wrapper:after {
    clear: both;
}

.text__content,
.content__wrapper {
    zoom: 1;
}

.yandex__logo {
    height: 36px;
    width: 983px;
    display: none;
    margin: 0 auto;
}

.yandex__logo img {
    position: fixed;
    top: 0px;
    z-index: 9999999;
}

@media (min-width: 60rem) {
    .yandex__logo {
        display: block;
    }
}


.content__wrapper {
    padding-left: 10px;
    padding-right: 10px;
}


.content__wrapper hr {
    margin: 49px 10px 49px 10px;
    color: #d6d6d6;
    background-color: #d6d6d6;
    border: 0px none;
    height: 1px;
    clear: both;
}

body footer {
    display: block;
    width: 100%;
    float: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 3rem;
}

body footer > .cl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
}

body footer > .clwg {
    width: 100%;
}

body footer p {
    margin-bottom: 0.5rem;
}

body footer ul li {
    margin-bottom: 0.5rem;
}

body footer .c1, body footer .c2, body footer .c3, body footer .c4, body footer .c5 {
    margin-bottom: 1.5rem;
    float: left;
}

body footer .address-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    float: left;
}

body footer .a1, body footer .a2, body footer .a3, body footer .sn, body footer .b1, body footer .b2 {
    margin-bottom: 1.5rem;
    float: left;
}

body footer hr {
    background-color: #d6d6d6;
    border: 0 none;
    clear: both;
    color: #d6d6d6;
    height: 1px;
    margin: 3rem 1.25rem;
}

body footer .c1, body footer .c2, body footer .c3 {
    width: 16.6667%;
}

body footer .c4, body footer .c5 {
    width: 25%;
}

body footer .sn {
    width: 25%;
}

body footer .a1, body footer .a2, body footer .a3 {
    width: 33.3334%;
}

body footer .offer {
    width: 75%;
    float: left;
    clear: both;
    margin-bottom: 1.5rem;
}

body footer .adress {
    width: 75%;
    float: left;
}

body footer .copy {
    width: 25%;
    float: left;
}

div.helper {
    width: 100%;
    height: 0;
    visibility: hidden;
}

#toTop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 87px;
    cursor: pointer;
    background: rgba(180, 180, 180, 0);
    transition: all .3s ease;
    z-index: 20;
}

#toTop:hover {
    background: rgba(180, 180, 180, 0.2);
}

#toTopButton {
    position: fixed;
    top: 87px;
    left: 25px;
    width: 38px;
    opacity: 0.3;
    transition: all .3s ease;
}

#toTop:hover #toTopButton {
    opacity: 1;
}

#toTopButton img {
    display: block;
    width: 38px;
    height: 38px;
    border: none;
}


.text__content {
    padding: 7px 10px 0px 10px;
    margin: 4px 0 20px 0;
}

.text__content h1 {
    font-size: 45px;
    line-height: 48px;
}

@media (max-width: 60rem) {
    h1 {
        font-size: 2.6rem !important;
        line-height: 3rem !important;
    }
}

@media (max-width: 32rem) {
    h1 {
        font-size: 2.1rem !important;
        line-height: 2.5rem !important;
    }
}

.text__content .gray {
    color: #737373;
}

.text__content .intro {
    font-size: 24px;
    line-height: 32px;
}

.text__content .black {
    color: #212121;
}

.text__content a {
    color: #4283c0;
    font-weight: normal;
    border-bottom: 1px solid #c4d8eb;
    text-decoration: none;
}

.text__content a:hover {
    border-bottom: none;
}

.text__content__title h1, .text__content__title h2, .text__content__title h3 {
    margin: 0;
}

.text__content__title h3 {
    margin: 10px 0 0 0;
}

.text__content .text__content__title a {
    text-decoration: none;
    border-bottom: 1px solid #c4d8eb;
}

.text__content .text__content__title a:hover {
    text-decoration: none;
    border-bottom: none;
}

.text__content__label {
    font-size: 18px;
}


/* new header */
body > header, header.main {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    overflow: hidden;
}

body > header .active_link a, header.main .active_link a {
    #border-bottom: 1px solid #bfbebe;
    #color: #212121;
    #border-bottom: 1px solid rgba(66, 131, 192, 0.3);
    #color: #4283c0;
    #border-bottom: 1px solid rgba(216, 2, 2, 0.3);
    border-bottom: none;
    color: #d80202;
    font-weight: normal;
    text-decoration: none;
}

body > header .logo, header.main .logo {
    text-align: center;
    padding-top: 8px;
    margin-top: -21px;
    margin-bottom: 8px;
}

body > header .logo a, header.main .logo a {
    border-bottom: 0 none;
    display: block;
    height: 100%;
    width: 100%;
    padding: 2px 0;
}

body > header .logo img, header.main .logo img {
    display: block;
    max-width: 230px;
    width: 100%;
}

body > header .phone-and-order, header.main .phone-and-order {
    margin-bottom: 1rem;
}

body > header .phone-and-order .mail, header.main .phone-and-order .mail {
    float: none;
    margin-right: 1.25rem;
    line-height: 14px;
}

body > header .phone-and-order .phone, header.main .phone-and-order .phone {
    float: left;
}

body > header .phone-and-order .phone, header.main .phone-and-order a {
    float: none;
}

body > header .phone-and-order .order, header.main .phone-and-order .order {
    text-align: center;
}

body > header .phone-and-order .order a.highlighted, header.main .phone-and-order .order a.highlighted {
    border: 1px solid #fa6042;
    border-radius: 2px;
    display: block;
    padding: 2px 24.5px;
    text-transform: uppercase;
    margin: 0 auto;
}

body > header .phone-and-order .order a.highlighted:hover, header.main .phone-and-order .order a.highlighted:hover {
    background-color: #fa6042;
    color: white;
}

body > header .phone-and-order .order > span, header.main .phone-and-order .order > span {
    border: 1px solid #fa6042;
    border-radius: 2px;
    display: block;
    padding: 2px 24.5px;
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #fa6042;
    color: white;
}

body > header .menu, header.main .menu {
    float: left;
    line-height: 1.25rem;
}

body > header .menu ul .close, header.main .menu ul .close {
    display: none;
}

body.width-limit > header .menu ul li {
    font-size: 17px;
}

body > header .menu ul li, header.main .menu ul li {
    font-size: 19px;
    margin-right: 1.25rem;
    float: left;
}

body > header .menu ul .leaf-active, header.main .menu ul .leaf-active {
    color: #fa6042;
}

body > header .burger polyline, header.main .burger polyline {
    stroke: #212121;
}

.container header a {
    float: left;
    text-decoration: none;
    transition-duration: 0.2s;
}

.container header a {
    border-bottom: none;
    color: #000;
}

.container header a:hover {
    color: #d80202;
}

body > header > div, header.main > div {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.burger-wrapper {
    float: right;
    margin: 20px 5px;
    position: relative;
    width: 40px;
    cursor: pointer;
}

.burger {
    position: absolute;
    float: left;
    display: block;
}

.burger li {
    height: 2px;
    background-color: #9e9e9e;
    border-radius: 0px;
}

body > header .burger, header.main .burger {
    -moz-user-select: none;
    cursor: pointer;
    float: right;
    position: relative;
    width: 40px;
}


.burger li {
    width: 32px;
    margin: 5px 4px;
}

body > header .burger, header.main .burger {
    margin-top: -1px;
}

body > header .logo, header.main .logo {
    width: 33.3333%;
    display: block;
    float: left;
    padding-top: 0.375rem;
}

/* телефон и время работы старое
body > header .phone-and-order .phone-number, header.main .phone-and-order .phone-number {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.25rem;
    float: left;
    white-space: nowrap;
}
body > header .phone-and-order .phone, header.main .phone-and-order .phone {
    font-size: 1rem;
    line-height: 1.125rem;
    width: auto;
    text-align: right;
    margin-bottom: 0;
    padding-top: 1px;
}*/

/* два телефона */
body > header .phone-and-order .phone-number, header.main .phone-and-order .phone-number {
    margin-right: 20px;
    font-size: 18px;
    line-height: 36px; /* только для телефона */
    /*
    line-height: 19px; /* для телефона и почты */
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

body > header .phone-and-order .phone-number span, header.main .phone-and-order .phone-number span {
    font-size: 15px;
    font-weight: normal;
}

body > header .phone-and-order .phone, header.main .phone-and-order .phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* конец двух телефонов */

body > header .phone-and-order .phone-number-icon, header.main .phone-and-order .phone-number-icon {
    float: left;
    margin-left: 0.625rem;

    cursor: pointer;
    background: url(/themes/classic/img/phone-crop.gif) no-repeat center center #FA6042;
    width: 35px;
    height: 35px;
    border-radius: 18px;
}

body.dark > header .phone-and-order .phone-number-icon,
body.dark header.main .phone-and-order .phone-number-icon {
    border: 1px solid #CCCCCC;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

body > header .phone-and-order .phone-number-icon .phone-icon-svg-dark, header.main .phone-and-order .phone-number-icon .phone-icon-svg-dark {
    display: none;
}

body > header .phone-and-order .order, header.main .phone-and-order .order {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-left: 2.25rem;
    float: left;
    width: auto;
}

body > header .phone-and-order .order a, header.main .phone-and-order .order a {
    width: auto;
}

body > header, header.main {
    padding-top: 3rem;
    margin-bottom: 4.5rem;
}

.burger-wrapper {
    display: none;
}

.container {
    padding: 0 2.5rem;
}

body > header .phone-and-order, header.main .phone-and-order {
    width: auto;
    float: right;
    padding-top: 4px;
}

body > header .menu, header.main .menu {
    width: 100%;
}

/* end header */

.table {
    display: table;
}

.table .row {
    display: table-row;
}

.table .row div {
    display: table-cell;
}

@media (max-width: 30rem) {
    .table .row div {
        display: table-row;
        height: 48px;
        width: 100%;
    }
}

.line::before {
    border-bottom: 1px solid #e0e0e0;
    content: "";
    display: block;
    margin-bottom: 1.5rem;
}

.line {
    float: left;
    width: 100%;
}

.main-list {
}

.main-list {
    padding: 0px
}

.main-list li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-top: 6px;
}

.main-list li:before {
    display: block;
    position: absolute;
    color: #cb0000;
    content: "▪ ▪ ▪ ";
    line-height: 23px;
    left: 0px;
}

.td-center {
    vertical-align: middle;
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    z-index: 100;
}

.fixed {
    position: fixed;
    top: 0;
}

.box-social {
    background: none;
    width: 100%;
    max-width: 1280px;
    position: relative;
}

.footer-social-wrapper {
    width: 100%;
    float: left;
}

.footer-social::before {
    background-color: rgba(33, 33, 33, 0.6);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-social {
    background: rgba(0, 0, 0, 0) url("https://www.audio-reclama.ru/themes/classic/img/fon1.jpg") repeat scroll center center / cover;
    padding-bottom: 3rem;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.footer-social .social a {
    margin-right: 0.75rem;
    border-bottom: 0px;
}

.footer-social .title h2 {
    margin: 4.5rem 0 1.5rem;
}

.footer-social .title {
    text-align: center;
    width: 100%;
    float: left;
}

.footer-social .social {
    width: 100%;
    margin: 0 0 1.5rem 0;
    text-align: center;
    float: left;
}

@media (min-width: 26rem) {
    .footer-social .title {
        text-align: center;
        width: 50%;
    }

    .footer-social .social {
        text-align: left;
        width: 50%;
        margin: 3.8rem 0 1.5rem;
    }
}

body footer .b1, body footer .b2 {
    width: 50%;
    font-size: 120%;
}


@media (max-width: 48rem) {
    body footer .b1, body footer .b2, body footer .adress {
        width: 100%;
    }
}

header .desktop {
    display: block;
}

header .mobile {
    display: none;
}

/* один телефон
header .phone-and-order .phone span.time {
    color: #212121;
    display: block;
    font-size: 11px;
    font-weight: bold;
    opacity: 1;
    margin-top: 3px;
}
.dark header .phone-and-order .phone span.time {
    color: #fff;
    opacity: 1;
    font-weight: bold;
}
*/

/* два телефона */
header .phone-and-order .phone .time {
    color: #212121;
    display: block;
    font-size: 13px;
    line-height: 13px;
    opacity: 1;
    text-align: left;
}

.dark header .phone-and-order .phone .time {
    color: #fff;
    opacity: 1;
}

a.dashed {
    text-decoration: none;
    border-bottom: 1px dashed rgba(66, 131, 192, 0.3);
}

a.dashed:hover {
    text-decoration: none;
    border-bottom: 1px dashed rgba(216, 2, 2, 0.3);
}

.dark > .container:first-of-type {
    color: #fff;
}

.dark.container {
    color: #fff;
}

.dark header a {
    border-bottom: none;
    color: white;
}

.dark header a:hover {
    border-bottom-color: rgba(216, 2, 2, 0.3);
    color: #d80202;
}

.dark header .logo a {
    border-bottom: 0 none;
}

.dark header .phone-and-order .order a.highlighted {
    color: white;
    background-color: #cf0206;
    border-color: #cf0206;
    border-radius: 2px;
    padding: 2px 24.5px;
}

.dark header .phone-and-order .order a.highlighted:hover {
    background-color: white;
    border-color: #fff;
    color: #cf0206;
}

.dark header .burger polyline {
    stroke: white;
}

.dark .burger li {
    background-color: #fff;
}

header .logo a.dark-logo {
    display: none;
}

.dark header .logo a.white-logo {
    display: none;
}

.dark header .logo a.dark-logo {
    display: block;
}

.dark header .phone-and-order .phone span.time {
    color: #fff;
}

.dark header .phone-and-order .phone-number-icon .phone-icon-svg-dark {
    display: block;
}

a.no-pointer {
    cursor: default;
}

footer {
    padding: 25px 0 17px 0;
    margin: 0 !important;
    margin-bottom: 30px !important;
}

#footer-links {
    padding-top: 14px;
    padding-bottom: 22px;
    color: #000;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

#footer-links a {
    color: #666666;
    border-bottom: rgba(112, 112, 112, 0.3) 1px solid;
}

#footer-links a:hover {
    color: #d80202;
    border-bottom: rgba(216, 2, 2, 0.3) 1px solid;
}

#footer-links .fl-block.fl-short-menu {
    display: none;
}

#footer-links .fl-block {
    max-width: 125px;
    margin: 0 0 30px 0;
}

.fl-block ul li span {
    margin-left: 5px;
    color: #999999;
}

#footer-contacts {
    padding-top: 6px;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

#footer-contacts a {
    color: #000;
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}

#footer-contacts a:hover {
    color: #d80202;
    border-bottom: rgba(216, 2, 2, 0.3) 1px solid;
}

#footer-contacts .fc-block {
    max-width: 350px;
    margin: 0 0 50px 0;
}

#footer-contacts .fc-block:last-child {
    margin-top: -2px;
}

.fc-block ul.social-links {
    padding: 11px 0 42px 0;
    margin: 0;
    font-size: 0;
}

.fc-block ul.social-links li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0;
}

.fc-block ul.social-links li:last-child {
    padding: 0;
}

.fc-block ul.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.social-links a, .social-links a:hover {
    border: none !important;
}

.social-links a.fb {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") 0 0;
}

.social-links a.vk {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -40px 0;
}

.social-links a.gp {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -80px 0;
}

.social-links a.tw {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -120px 0;
}

.social-links a.yt {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -160px 0;
}

.social-links a.tg {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -200px 0;
}

.social-links a.ig {
    text-indent: -1000px;
    background: url("/themes/classic/img/social/social-iconset.png") -240px 0;
}

.fc-block .f24 {
    display: inline-block;
    font-size: 24px;
    margin: 0 0 3px 0;
}

.fc-block p {
    margin: 0;
    padding: 0 0 20px 0;
}

.fc-block p.copyr-descr {
    padding: 0 0 0 15px;
    color: #666666;
}

.fc-block p:last-child {
    padding-bottom: 0;
}


.footer-reweiv-button {
    display: inline-block;
    padding: 2px 41px;
    white-space: nowrap;
    color: #fff !important;
    background: #ffcc00 !important;
    border: #ffcc00 1px solid !important;
    border-radius: 2px;
}

.footer-reweiv-button:hover {
    color: #ffcc00 !important;
    background: #fff !important;
}

.footer-order-button {
    display: inline-block;
    padding: 2px 17px;
    white-space: nowrap;
    color: #fff !important;
    background: #ff3333 !important;
    border: #ff3333 1px solid !important;
    border-radius: 2px;
}

.footer-order-button:hover {
    color: #ff3333 !important;
    background: #fff !important;
}

.footer-message-button {
    display: inline-block;
    padding: 7px 28px;
    white-space: nowrap;
    color: #000 !important;
    background: #fff !important;
    border: #000 1px solid !important;
    border-radius: 2px;
}

.footer-message-button:hover {
    color: #fff !important;
    background: #000 !important;
}

#footer-links a[href="javascript:;"] {
    cursor: default;
    border-bottom: none;
}

#footer-links a[href="javascript:;"]:hover {
    color: #666666;
    border-bottom: none;
}

.replay-each-2 {
    margin-top: 48px !important;
    margin-bottom: 1rem !important;
    font-size: 2.125rem !important;
    line-height: 2.5rem !important;
}

.replay-each-3 {
    margin-top: 48px !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

body.index-page .container {
    position: relative;
    background: none;
}

body.index-page h2, body.index-page h3,
body.multiple-containers:not(.bg-videopage) h2, body.multiple-containers:not(.bg-videopage) h3 {
    margin-top: 0;
}

body.multiple-containers-480:not(.bg-videopage) h2, body.multiple-containers-480:not(.bg-videopage) h3 {
    margin-top: 0;
}

.container100 {
    width: 100%;
}

.container70 {
    width: 70%;
}

.container.bot-pad {
    padding-bottom: 80px;
}

.container.vertical-indents {
    padding-top: 45px;
    padding-bottom: 35px;
}

.bg-index {
    position: relative;
    background: none;
    color: #fff;
    background-size: cover;
    z-index: 100;
}

.right-pic {
    float: right;
    margin: 0 0 20px 20px;
    width: 30%;
}

.bg-index .bg-video,
.bg-index .bg-video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.bg-index .bg-video video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.bg-index .bg-video {
    background: url(/images/video-first-frame.jpg) center no-repeat;
    background-size: cover;
}

.bg-index .bg-video-overlay {
    background: url(/images/dot-overlay.png) left top repeat rgba(0, 0, 0, 0.5);
}

ul.list-orange {
    margin: 0 0 24px 23px;
    list-style: none;
}

ul.list-orange li {
    padding-left: 18px;
    background: url("/themes/classic/img/li-orange.svg") left 7px no-repeat;
}

ul.orange {
    margin: 0 0 24px 23px;
    list-style: none;
}

ul.orange li {
    padding-left: 18px;
    background: url("/themes/classic/img/li-orange.svg") left 7px no-repeat;
}

ul.list-blue {
    list-style: none;
    margin: 30px 0 30px 20px;
    padding: 10px 25px;
    background: #ecf2f9;
    border-left: #4283c0 4px solid;
    width: 70%;
}

ul.list-blue li {
    margin: 10px 0;
    padding-left: 18px;
    background: url("/themes/classic/img/li-blue.svg") left 5px no-repeat;
}

.bg__main .intro .what-is-this a, .bg__main .intro .sign a {
    border-bottom: 1px solid rgba(250, 96, 66, 0.3);
    color: #fa6042;
}

.bg__main .intro .what-is-this a:hover, .bg__main .intro .sign a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.main-services {
    max-width: 1160px;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.main-services .main-service {
    width: 31%;
    margin: 0 1%;
    text-align: center;
}

.main-service-ico {
    display: inline-block;
    width: 90px;
    height: 64px;
    margin-bottom: 12px;
}

.main-service-title {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 31px;
    margin: 0 0 15px 0;
}

.main-service-desc {
    font-size: 15px;
    line-height: 1.5;
}

.main-service-desc a {
    border-bottom: 1px solid rgba(66, 131, 192, 0.3);
    text-decoration: none;
    transition-duration: 0.3s;
}

.main-service-desc a:hover {
    color: #30afe0;
    border-bottom: 1px solid rgba(48, 175, 224, 0.3);
}

@media (max-width: 32rem) {
    h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    h3 {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }

    .f20 {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .bg__main .intro {
        width: auto !important;
        padding: 0 20px !important;
    }

    .main-services {
        display: block;
        margin: 0 0 80px 0;
    }

    .main-services .main-service {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .main-service-ico {
        display: none;
    }

    .main-service-title {
        display: inline-block;
        /*float: left;*/
        float: none;
        /*width: 100px;*/
        width: 100%;
        font-size: 31px;
        /*text-align: left;*/
        text-align: center;
        margin-top: 9px;
    }

    .main-service-title:after {
        position: absolute;
        display: inline-block;
        margin: 0 0 0 5px;
        content: '';
    }

    .main-service-desc {
        /*margin: 0 0 0 130px;*/
        margin: 0;
        /*text-align: left;*/
        text-align: center;
    }
}

.index-promo-block {
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 45px 0;
    color: #fff;
    background: url("/themes/classic/img/index-promo-block-bg.png") center top repeat-x #4d1b37;
    background-size: contain;
}

.index-promo-block::before {
    position: absolute;
    left: 0;
    top: -47px;
    right: 0;
    display: block;
    height: 47px;
    content: '';
    background: url("/themes/classic/img/audio-wave-bg.png") left top no-repeat;
}

.index-promo-block .container {
    width: 100%;
    max-width: 960px;
    padding: 50px 0 55px 0;
}

.index-promo-block h2 {
    margin: 0 0 24px 0;
    font-size: 48px;
    line-height: 60px;
}

.index-promo-block a {
    color: #fff;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.index-promo-block a:hover {
    border-color: transparent;
}

#text-animation {
    position: relative;
}

#text-animation::after {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 2px;
    height: 60px;
    margin: 0 0 0 4px;
    background: #fff;
    opacity: 0.5;
    content: '';
}

#text-animation::after {
    animation: toggleOpacity 1s linear infinite;
}

@keyframes toggleOpacity {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}

#text-animation.animation-playing::after {
    animation: none;
}

.greeting-block {
    position: relative;
    padding: 0 0 30px 0;
}

#p-sound-block::after {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
    width: 288px;
    height: 334px;
    content: '';
    background: url("/themes/classic/img/headphones-bg.png") left top no-repeat;
}

.greeteng-block-heading {
    max-width: 630px;
    margin: 0 0 35px 0;
    font-size: 24px;
    line-height: 30px;
}

.greeteng-block-text {
    position: relative;
    max-width: 545px;
    padding: 30px 30px 0 30px;
    margin: 0 0 15px 0;
}

.greeteng-block-text::before {
    content: '«';
    position: absolute;
    left: -20px;
    top: 22px;
    font-size: 64px;
    opacity: 0.1;
}

.greeteng-block-text::after {
    content: '»';
    position: absolute;
    margin: -5px 0 0 10px;
    right: -14px;
    font-size: 64px;
    opacity: 0.1;
}

.gbp-right {
    float: right;
}

.greeteng-block-person {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    font-style: italic;
    white-space: nowrap;
}

.greeteng-block-person img {
    width: 100px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.greeteng-block-person a.greeteng-block-person--fb {
    display: block;
    width: 39px;
    height: 39px;
    float: left;
    margin: 4px 22px 0 0;
    background: url(../img/social/fb-first.png) left top no-repeat;
    text-decoration: none;
    transition-duration: 0ms;
}

.greeteng-block-person:hover a.greeteng-block-person--fb {
    background-position: right top;
}

@media (max-width: 460px) {
    .block-slogan .greeteng-block-text {
        padding: 0 0 0 10px !important;
    }

    .gbp-right {
        float: none;
    }

    .greeteng-block-person {
        width: 100%;
    }

    .greeteng-block-person--fb {
        flex: 39px 0 0;
    }

    .greeteng-block-person {
        white-space: normal;
    }

    .greeteng-block-person a.greeteng-block-person--fb, .greeteng-block-person img {
        margin-right: 8px;
    }
}

@media (min-width: 680px) {
    #p-sound-block::after {
        display: block;
    }
}

@media (min-width: 1040px) {
    #p-sound-block::after {
        right: -30px;
    }
}

@media (min-width: 1240px) {
    #p-sound-block::after {
        right: -80px;
    }
}

.transparent {
    opacity: 0.4;
}

#p-sound-block {
    padding: 80px 0;
}

#p-sound-block .block-column-descr {
    float: left;
    width: 435px;
    padding: 0 0 0 30px;
    margin: 0 50px 0 0;
}

#p-sound-block .block-column-descr h2::after {
    display: inline-block;
    width: 21px;
    height: 18px;
    margin: 0 0 0 15px;
    background: url("/themes/classic/img/ico-volume.png") left top no-repeat;
    content: '';
}

#p-sound-block .block-column-prices {
    float: left;
    width: 325px;
    padding: 24px 0 0 30px;
}

.pre-button {
    margin-top: 30px;
}

.pre-button .v5 {
    padding: 10px 30px;
    background: none;
    color: #808080;
    text-decoration: none;
    border-color: #808080;
}

.pre-button .v5:hover {
    color: #fff;
    border-color: #fff;
    background: none;
}

#audio-timeline {
    position: relative;
    height: 33px;
    margin: -5px 0 55px 0;
    background: url("/themes/classic/img/audio-timeline-bg.png") -15px center repeat-x;
}

#at-vline {
    position: absolute;
    left: 0px;
    top: -24px;
    width: 1px;
    height: 80px;
    margin: 0 0 0 -1px;
    background: #fff;
    opacity: 0.2;
}

#typing-bg {
    position: relative;
    height: 0;
    opacity: 0.1;
    font: italic 16px/20px Arial, sans-serif;
    color: #fff;
}

#typing-bg #typing-left, #typing-bg #typing-right {
    position: absolute;
    top: 50px;
    height: 450px;
    width: 25%;
    width: calc(50% - 220px);
    overflow: hidden;
}

#typing-bg #typing-left {
    left: 10px;
}

#typing-bg #typing-right {
    right: 10px;
}

.typing-line {
    position: absolute;
    white-space: nowrap;
}

#p-text-block .block-column-descr {
    width: 380px;
    margin: 0 auto 35px auto;
    text-align: center;
}

#p-text-block .block-column-prices {
    width: 335px;
    margin: 0 auto;
}

#p-text-block .footnotes {
    position: relative;
    width: 335px;
    margin: 41px auto 0 auto;
    padding: 16px 0 0 0;
    font-size: 13px;
    line-height: 24px;
}

#p-text-block .footnotes::before {
    position: absolute;
    left: calc(50% - 55px);
    top: 0;
    display: block;
    width: 110px;
    height: 1px;
    background: #fff;
    content: '';
}

#p-video-block {
    padding: 110px 0 120px 0;
}

#p-video-block .block-column-descr {
    position: relative;
    float: left;
    width: 430px;
    padding: 40px;
    margin: 0 75px 0 0;
}

#p-video-block .block-column-descr .zfix {
    position: relative;
}

#viewfinder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
}

.viewfinder-corner {
    position: absolute;
    width: 36px;
    height: 36px;
    border: rgba(255, 255, 255, 0.5) 2px solid;
}

.viewfinder-corner.lt {
    left: 1px;
    top: 1px;
    border-width: 2px 0 0 2px;
}

.viewfinder-corner.rt {
    right: 1px;
    top: 1px;
    border-width: 2px 2px 0 0;
}

.viewfinder-corner.lb {
    left: 1px;
    bottom: 1px;
    border-width: 0 0 2px 2px;
}

.viewfinder-corner.rb {
    right: 1px;
    bottom: 1px;
    border-width: 0 2px 2px 0;
}

.rec-indicator {
    position: absolute;
    left: -52px;
    top: -15px;
    color: rgba(255, 255, 255, 0.5);
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

h2 .rec-indicator {
    display: none;
    position: inherit;
    left: 0;
    top: 0;
    margin: -15px 0 0 0;
}

.rec-indicator span {
    display: inline-block;
    margin: 1px -2px 0 0;
}

#viewfinder.active .rec-indicator, h2 .rec-indicator {
    color: #f00;
}

#viewfinder.active .rec-indicator span, h2 .rec-indicator span {
    animation: toggleOpacity 0.4s linear infinite;
}

#p-video-block .block-column-prices {
    position: relative;
    float: left;
    width: 380px;
    padding: 54px 40px 40px 40px;
}

@media (max-width: 950px) {
    .container70 {
        width: 100%;
    }

    #typing-bg {
        display: none;
    }

    #at-vline, #viewfinder {
        display: none;
    }

    #p-sound-block .block-column-descr,
    #p-sound-block .block-column-prices,
    #p-video-block .block-column-descr,
    #p-video-block .block-column-prices {
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    #p-sound-block .block-column-descr,
    #p-video-block .block-column-descr {
        margin-bottom: 35px;
    }

    h2 .rec-indicator {
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .greeting-block, .greeteng-block-text, .greeteng-block-person {
        padding: 0;
    }

    .greeteng-block-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .greeteng-block-person img {
        width: 48px;
    }

    .greeteng-block-text::before, .greeteng-block-text::after {
        font-size: 40px;
    }

    .greeteng-block-text::before {
        top: -5px;
    }

    .index-promo-block h2 {
        font-size: 32px;
        line-height: 38px;
    }

    #text-animation::after {
        height: 38px;
    }

    .block-column-descr, .block-column-prices, .footnotes {
        width: auto !important;
        text-align: left !important;
    }

    #p-text-block .footnotes::before {
        left: 0;
    }
}

.ya-review {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.ya-review-title {
    margin: 0 0 24px 0;
    font-size: 48px;
    line-height: 60px;
}

.ya-review-title .rate {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 36px;
    font-weight: bold;
    background: #ffcc00;
    border-color: #ffcc00;
}

.ya-review-title .rate::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 30px solid transparent;
    border-image: none;
    border-left-color: inherit;
    border-right: 0 solid transparent;
    border-style: solid;
    border-top: 30px solid transparent;
    border-width: 30px 0 30px 15px;
    content: " ";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}

.ya-review-text {
    margin: 0 0 8px 0;
    font-style: italic;
}

.ya-review-text p {
    padding: 0;
    margin: 0;
}

.ya-review-author {
    margin: 0 0 20px 0;
    text-align: right;
}

.ya-review-author span {
    vertical-align: baseline;
}

.ya-review-author .date {
    color: #aaa;
    font-size: 13px;
}

.ya-review-author .name {
    margin: 0 0 0 25px;
}

.ya-review-author .name span {
    color: #f00;
}

.ya-review-link {
    text-align: center;
}

.ya-review-link a {
    display: inline-block;
    width: 240px;
    border-radius: 3px;
    background: #ffcc00;
    font-size: 20px;
    line-height: 39px;
    color: #000;
    text-decoration: none;
    border: none;
}

.ya-review-link a:hover {
    background: #efc003;
}

@media (max-width: 500px) {
    .ya-review-title {
        font-size: 18px;
        line-height: 30px;
    }

    .ya-review-title .rate {
        font-size: 18px;
        line-height: 30px;
        padding: 0 2px 0 4px;
    }

    .ya-review-title .rate::after {
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-width: 15px 0 15px 7px;
    }
}

a.photolink {
    display: flex;
    float: left;
    width: 50%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.photolink-inner {
    margin: auto;
    text-align: center;
}

.photolink-inner span.photolink-title {
    display: block;
    margin: 0 0 24px 0;
    color: #fff;
    font-size: 56px;
    line-height: normal;
}

.photolink-inner span.photolink-btn {
    display: inline-block;
    width: 240px;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
    line-height: 39px;
    color: #000;
    text-decoration: none;
    border: none;
}

a.photolink:hover span.photolink-btn {
    background: #fff !important;
    color: #000;
    text-decoration: none;
    border: none;
}

.photolink#photolink-translations {
    background-image: url("/themes/classic/img/photolink-translations.jpg");
}

.photolink#photolink-translations span.photolink-btn {
    background: #ffb93f;
}

.photolink#photolink-audio {
    background-image: url("/themes/classic/img/photolink-audio.jpg");
}

.photolink#photolink-audio span.photolink-btn {
    background: #aadd55;
}

.photolink#photolink-audio-rol {
    background-image: url("/themes/classic/img/bg-audio.jpg");
}

.photolink#photolink-audio-rol span.photolink-btn {
    background: #ffb93f;
}

.photolink#photolink-video-rol {
    background-image: url("/themes/classic/img/bg-video.jpg");
}

.photolink#photolink-video-rol span.photolink-btn {
    background: #aadd55;
}

@media (max-width: 48rem) {
    .photolink-block {
        margin: 0 0 60px 0;
    }

    a.photolink {
        width: 100%;
        height: 190px;
    }

    .photolink-inner span.photolink-title {
        font-size: 35px;
        margin: 0 0 20px 0;
    }

    #photolink-audio {
        display: none;
    }
}

@media (max-width: 500px) {
    .photolink-block {
        margin: 0 0 35px 0;
    }
}

.flex-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-section > div {
    width: 30%;
    margin: 1.4rem 0;
}

.flex-section > div iframe {
    height: 200px;
}

.flex-section > div h3 {
    margin: 0 0 1.4rem 0;
}

.flex-section > div.video-examples {
    width: 26%;
}

.flex-section.big > div {
    width: 45%;
}

@media (max-width: 980px) {
    .flex-section > div,
    .flex-section > div.video-examples {
        width: 70%;
    }

    .flex-section > div iframe {
        height: 300px;
    }

    .flex-section.big > div {
        width: 45%;
    }
}

@media (max-width: 48rem) {
    .flex-section > div {
        margin: 1rem 0;
    }

    .flex-section > div,
    .flex-section > div.video-examples,
    .flex-section.big > div {
        width: 100%;
    }
}

#language-prices-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.language-price-item {
    position: relative;
    width: 22%;
    margin: 1.4rem 0;
    padding: 0;
    font-size: 24px;
    line-height: 30px;
}

.lpi-lang {
    color: #000;
}

.lpi-price {
    color: #333;
}

.lpi-price.small {
    font-size: 16px;
    color: #666;
}

.language-price-item.all-language a {
    color: #000;
    border-bottom: rgba(0, 0, 0, 0.3) 1px dashed;
}

.language-price-item.all-language a:hover {
    color: #000;
    border-bottom: rgba(0, 0, 0, 0) 1px dashed;
}

.language-price-item.flag {
    padding: 0 0 0 38px;
}

.language-price-item.flag:before {
    position: absolute;
    left: 0;
    top: 3px;
}

@media (max-width: 980px) {
    .language-price-item {
        width: 30%;
    }
}

@media (max-width: 48rem) {
    .language-price-item {
        width: 45%;
    }
}

@media (max-width: 32rem) {
    .language-price-item {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        padding: 0 0 0 38px;
        margin: 1rem 0;
        font-size: 18px;
        line-height: 22px;
    }

    .lpi-price.small {
        display: none;
    }

    .language-price-item.flag:before {
        top: 0;
    }
}

.one-button-player {
    display: flex;
    margin: 0 0 15px 0;
    justify-content: flex-start;
    align-items: center;
}

.one-button-player .playerBlue {
    margin: 0 15px 0 0;
    filter: invert(0.8);
}

.container100.dark .one-button-player .playerBlue,
.container.dark .one-button-player .playerBlue {
    filter: invert(0);
}

.nowrap {
    white-space: nowrap;
    letter-spacing: 0.9px;
}

body .bg-shablon {
    min-height: 600px;
    padding: 120px 0 60px 0;
    background-size: cover;
    display: flex;
    align-items: center;
}

body .bg-shablon-480 {
    min-height: 480px;
    padding: 0 0 60px 0;
    background-size: cover;
}

body.dark .bg-shablon .container, body.dark .bg-shablon-480 .container {
    background: none !important;
    color: #fff;
}

body.light .bg-shablon .container, body.light .bg-shablon-480 .container {
    background: none !important;
}

.pathway {
    margin: 0 0 1.5rem 0;
    color: #bbbbbb;
    font-size: 14px;
}

.pathway a {
    color: #bbbbbb;
    border-bottom: 1px solid rgba(187, 187, 187, 0.3);
}

.path-arrow {
    display: inline-block;
    width: 5px;
    height: 8px;
    vertical-align: 2px;
    margin: 0 4px;
    background: url("/themes/classic/img/path-arrow.png") center no-repeat;
}

body.dark .pathway, body.light .pathway {
    padding-top: 168px;
}

@media (max-width: 48rem) {
    body.dark .bg-shablon, body.light .bg-shablon, body.dark .bg-shablon-480, body.light .bg-shablon-480 {
        min-height: 0;
        margin-bottom: 2rem;
    }

    body.dark .pathway, body.light .pathway {
        padding-top: 0;
    }
}

@media (max-width: 32rem) {
    body .bg-shablon h1, body .bg-shablon-480 h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.audio-example-bg.dark, .milestones.dark {
    margin: 0 0 2rem 0;
    background: url("/themes/classic/img/etapi-raboti-bg.jpg") center top no-repeat #3c524f;
    background-size: cover;
}

.cost-bg.dark {
    margin: 0 0 2rem 0;
    background: url("/themes/classic/img/cost-bg.jpg") center top no-repeat #1f2152;
    background-size: cover;
}

.attention-bg.dark {
    margin: 0 0 2rem 0;
    background: url("/themes/classic/img/attention-bg.jpg") center top no-repeat #1f2152;
    background-size: cover;
}

.yandexreview.dark {
    margin: 0 0 2rem 0;
    background: url("/themes/classic/img/big-review-bg.jpg") center top no-repeat #092323;
    background-size: cover;
}

.audio-example-bg.dark .vertical-indents, .milestones.dark .vertical-indents, .yandexreview.dark .vertical-indents, .attention-bg.dark .vertical-indents {
    padding-top: 50px;
}

.audio-example-bg.dark .container, .milestones.dark .container, .yandexreview.dark .container, .cost-bg.dark .container, .attention-bg.dark .container {
    background: none !important;
}

.milestones h2 {
    margin: 0 0 1.5rem 0;
    text-align: center;
}

#milestones-section {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#milestones-section .step {
    width: 22%;
    margin: 1.4rem 0;
}

.step-count {
    display: inline-block;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto 1.5rem;
    text-align: center;
    width: 65px;
}

#milestones-section .step img {
    margin: 10px 0;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.6s ease-in-out;
}

#milestones-section .step img:hover {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

#milestones-section .step ul {
    margin: 0.5rem 0 0.5rem 1rem;
    list-style: outside disc none;
}

#milestones-section .step a {
    color: #fff;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

#milestones-section .step a:hover {
    border-bottom: rgba(255, 255, 255, 0) 1px solid;
}

#milestones-section .step a.name {
    font-size: 18px;
}

#milestones-section .step-lines {
    position: absolute;
    left: 0;
    top: 38px;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#milestones-section .step-lines .step-line {
    width: 22%;
}

#milestones-section .step-line > div {
    margin: 0 -25px 0 85px;
    height: 10px;
    background: url("/themes/classic/img/step-line-1.png") center no-repeat;
    background-size: contain;
}

#milestones-section .step-line > div.line2 {
    margin-top: 22px;
    background: url("/themes/classic/img/step-line-2.png") center no-repeat;
    background-size: contain;
}

#milestones-section .step-line > div.line3 {
    background: url("/themes/classic/img/step-line-3.png") center no-repeat;
    background-size: contain;
}

@media (max-width: 1180px) {
    #milestones-section .step {
        width: 40%;
        text-align: center
    }

    #milestones-section .step-lines {
        display: none;
    }
}

@media (max-width: 48rem) {
    #milestones-section .step {
        width: 100%;
    }
}

.calcbg {
    margin: 0 0 2rem 0;
    background: #f6f9fc;
}

.container100.calcbg .vertical-indents {
    padding-top: 50px;
}

.calcbg .container {
    background: none;
}

.calcbg h2 {
    text-align: center;
    margin: 0 0 2rem 0;
}

@media (max-width: 32rem) {
    .calcbg h2 {
        text-align: left;
    }
}

header.main .phone-and-order .order.with-icons {
    border: 2px solid #ee352b;
    border-radius: 3px;
}

.dark header.main .phone-and-order .order.with-icons {
    border: 2px solid #ee352b;
}

header.main .phone-and-order .order.with-icons ul {
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

header.main .phone-and-order .order.with-icons ul > li {
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    position: relative;
    line-height: 24px;
}

header.main .phone-and-order .order.with-icons ul > li:not(:last-child):after {
    content: " ";
    width: 1px;
    background: rgba(0, 0, 0, .3) repeat-y;
    position: absolute;
    height: 24px;
    right: 0;
    top: 5px;
}

header.main .phone-and-order .order.with-icons ul > li:not(.no-link):hover {
    background: rgba(0, 0, 0, .1) repeat-y;
}

header.main .phone-and-order .order.with-icons ul > li > a {
    display: block;
    padding: 5px 0;
    border-bottom: none;
    white-space: nowrap;
}

header.main .phone-and-order .order.with-icons ul > li > a {
    color: #212121;
}

header.main .phone-and-order .order.with-icons ul > li > a:hover {
    color: #212121;
}

header.main .phone-and-order .order.with-icons ul > li > span {
    line-height: 34px;
    margin: 3px 11px 3px 13px;
    /*margin: 3px 23px 3px 14px;*/
    padding: 0;
    white-space: nowrap;
}

header.main .phone-and-order .order.with-icons ul > li > a > span {
    margin: 3px 25px 3px 25px;
    padding: 0;
}

header.main .phone-and-order .order.with-icons .icon {
    margin: 3px 17px 3px 14px;
    padding: 0;
}

header.main .phone-and-order .order.with-icons div.call.icon {
    width: 18px;
    height: 18px;
    background: url(../img/call_icon_light.png) no-repeat;
}

.dark header.main .phone-and-order .order.with-icons div.call.icon {
    width: 18px;
    height: 18px;
    background: url(../img/call_icon_dark.png) no-repeat;
}

header.main .phone-and-order .order.with-icons div.mail.icon {
    width: 22px;
    height: 15px;
    background: url(../img/mail_icon_light.png) no-repeat;
    margin-right: 15px;
}

header.main .phone-and-order .order.with-icons {
    width: auto;
}

.dark header.main .phone-and-order .order.with-icons div.mail.icon {
    width: 22px;
    height: 15px;
    background: url(../img/mail_icon_dark.png) no-repeat;
}

.dark header.main .phone-and-order .order.with-icons ul > li:hover {
    background: rgba(255, 255, 255, .2) repeat-y;
}

.dark header.main .phone-and-order .order.with-icons ul > li:not(:last-child):after {
    background: rgba(255, 255, 255, .3) repeat-y;
}

.dark header.main .phone-and-order .order.with-icons ul > li > a {
    color: #fff;
}

.dark header.main .phone-and-order .order.with-icons ul > li > a:hover {
    color: #fff;
}

header.main .phone-and-order .order-wrapper {
    width: auto;
    float: left;
}

body > header .menu ul li.active, header.main .menu ul li.active {
    color: #d80202;
}

/*  */

.players-block {
    margin: 0 0 25px 0;
    border-radius: 4px;
    overflow: hidden;
    transform: translateZ(0);
}

.players-block--header {
    position: relative;
    padding: 30px;
    color: #fff;
    background: #132344;
    overflow: hidden;
}

.players-block--header-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/players-block-bgs/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    transition: all 0.6s ease-in-out;
}

.players-block--header-bg.-bg-1 {
    background-image: url(../img/players-block-bgs/bg-1.jpg);
}

.players-block--header-bg.-bg-2 {
    background-image: url(../img/players-block-bgs/bg-2.jpg);
}

.players-block--header-bg.-bg-3 {
    background-image: url(../img/players-block-bgs/bg-3.jpg);
}

.players-block--header-bg.-bg-4 {
    background-image: url(../img/players-block-bgs/bg-4.jpg);
}

.players-block--header-bg.-bg-5 {
    background-image: url(../img/players-block-bgs/bg-5.jpg);
}

.players-block--header:hover .players-block--header-bg {
    transform: scale(1.2);
}

.players-block--header-content {
    position: relative;
}

.players-block--header-arrow {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border: 1px solid;
    border-color: transparent;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}

.players-block--header:hover .players-block--header-arrow {
    border-color: rgba(255, 255, 255, 0.3);
}

.players-block--header-arrow:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/pb-white-arrow.png) center no-repeat;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.players-block--header-arrow.-opened:after {
    transform: rotate(180deg);
}

.players-block--header h3 {
    margin: 0 0 22px 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.4;
}

.players-block--header h3.big {
    font-size: 34px;
}

.players-block--header-text {
    display: none;
    padding: 0 0 22px 0;
    font-size: 16px;
    line-height: 1.5;
}

.players-block--header-text.-shown {
    display: block;
}

.info-rol-one-str {
    line-height: 45px;
}

.info-rol-two-str {
    line-height: 22px;
}

a.players-block--btn-order {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    background: #78909c;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    border: transparent 1px solid;
    margin: -1px 0 0 -1px;
    float: left;
    margin-right: 20px;
}

.-lilac a.players-block--btn-order {
    background: #ab47bc;
}

.-blue a.players-block--btn-order {
    background: #42a5f5;
}

.-orange a.players-block--btn-order {
    background: #ff7043;
}

.-red a.players-block--btn-order {
    background: #e53935;
}

a.players-block--btn-order span {
    width: 170px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}

a.players-block--btn-order span:last-child {
    top: -23px;
    opacity: 0;
}

a.players-block--btn-order sub {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    margin: 0 0 0 8px;
    vertical-align: 5px;
    font-size: 18px;
}

a.players-block--btn-order sub:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #000;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.players-block--header:hover a.players-block--btn-order {
    border: #fff 1px solid;
}

body:not(.isMobile) .players-block--header a.players-block--btn-order:hover span:first-child,
body:not(.isMobile) .players-block--header a.players-block--btn-order.-hover- span:first-child {
    top: 23px;
    opacity: 0;
}

body:not(.isMobile) .players-block--header a.players-block--btn-order:hover span:last-child,
body:not(.isMobile) .players-block--header a.players-block--btn-order.-hover- span:last-child {
    top: 0;
    opacity: 1;
}

.players-block--body {
    padding: 30px;
    background: #f4f4f4;
    transition: min-height 0.5s ease;
}

.players-block.-opened .players-block--body {
    min-height: 70px !important;
}

.pl-blocks-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.players-block--body .pl-blocks-grid {
    margin: 0;
}

.pl-blocks-col {
    width: 48.5%;
}

.players-block--body .pl-blocks-grid .pl-blocks-col:nth-child(odd) {
    padding: 0 30px 0 0;
}

.players-block--body .pl-blocks-grid .pl-blocks-col:nth-child(even) {
    padding: 0 0 0 30px;
}

.carousel-wrapper {
    position: relative;
    margin: 0 auto;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.carousel > ul > li {
    width: 100%;
    padding: 0;
    float: left;
    text-align: left;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-prev, .carousel-next {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: url(../img/prevnext.png) left top no-repeat;
    background-color: #eaeaea;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-prev {
    right: 42px;
}

.carousel-next {
    background-position: right top;
    right: 0;
}

.carousel-prev:hover {
    background-position: left bottom;
}

.carousel-next:hover {
    background-position: right bottom;
}

.carousel-prev:hover, .carousel-next:hover {
    background-color: #78909c;
}

.-lilac .carousel-prev:hover, .-lilac .carousel-next:hover {
    background-color: #ab47bc;
}

.-blue .carousel-prev:hover, .-blue .carousel-next:hover {
    background-color: #42a5f5;
}

.-orange .carousel-prev:hover, .-orange .carousel-next:hover {
    background-color: #ff7043;
}

.-red .carousel-prev:hover, .-red .carousel-next:hover {
    background-color: #e53935;
}

.carousel-pagination {
    margin: 30px 95px 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.carousel-pagination a {
    position: relative;
    height: 8px;
    width: 8px;
    margin: 0 14px 0 0;
    background: #c6c6c6;
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
    overflow: hidden;
    text-indent: -100px;
}

.carousel-pagination a.active {
    background: #78909c;
}

.-lilac .carousel-pagination a.active {
    background: #ab47bc;
}

.-blue .carousel-pagination a.active {
    background: #42a5f5;
}

.-orange .carousel-pagination a.active {
    background: #ff7043;
}

.-red .carousel-pagination a.active {
    background: #e53935;
}

.radio-commecial, .head-on-ivr {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}
.radio-commecial {
    background: url(/themes/classic/img/bg/bg-audio-commercial.jpg) center center no-repeat #fff;
}
.radio-commecial h1, .head-on-ivr h1 {
    font-size: 70px;
    line-height: 80px;
}
.radio-commecial h2, .head-on-ivr h2 {
    font-size: 40px;
}
@media (max-width: 950px) {
    .radio-commecial h1, .head-on-ivr h1 {
        font-size: 60px !important;;
        line-height: 80px !important;;
    }
    .radio-commecial h2, .head-on-ivr h2 {
        font-size: 33px !important;;
    }
}
@media (max-width: 490px) {
    .radio-commecial h1 {
        font-size: 58px !important;
        line-height: 80px !important;
    }
    .head-on-ivr h1 {
        font-size: 50px !important;
        line-height: 80px !important;
    }
    .radio-commecial h2, .head-on-ivr h2 {
        font-size: 33px !important;
    }
    .radio-commecial {
        background: url(/themes/classic/img/bg/bg-audio-commercial-vert.jpg) center center no-repeat #fff;
        background-size: contain;
    }
}

.radio-top {
text-align: center;
margin-top: 160px;
}

.radio-top h2 {
margin-top: 50px;
}

.radio-top .radio-text {
max-width: 880px;
margin: 50px auto 40px auto;
font-size: 23px;
line-height: 30px;
}

@media (max-width: 32rem) {
.radio-top .radio-text {
    font-size: 17px;
    line-height: 25px;
}
}

@media (max-width: 800px) {
.radio-top h1 {
    max-width: 370px;
    margin: 0 auto 2rem;
}
}

.radio-top p.header-button-rolic {
margin-top: 2.5em;
margin-bottom: 2.5em;
}

.radio-top p.header-button-rolic a {
display: inline-block;
padding: 12px 32px;
font-size: 19px;
line-height: 27px;
color: #e7332a;
background: #fff;
border: 2px solid #e7332a;
text-decoration: none;
border-radius: 3px;
transition: all 0.3s ease;
margin-bottom: 40px;
}

.radio-top p.header-button-rolic a:hover {
color: #fff;
background: #e7332a;
border: 2px solid #e7332a;
}

.radio-top .what-is-this {
font-size: 1.5rem;
line-height: 2rem;
max-width: 680px;
margin: 0 auto 0 auto;
font-style: italic;
}

.radio-top .sign {
font-size: 1rem;
line-height: 2rem;
max-width: 680px;
margin: 0 auto 40px auto;
text-align: right;
padding-right: 58px;
}

@media (max-width: 35rem) {
.radio-top .what-is-this {
    font-size: 18px;
    line-height: 24px;
}

.radio-top .sign {
    font-size: 14px;
    line-height: 20px;
    padding-left: 235px;
}
}

.quote-top {
text-align: right;
margin: 30px auto 40px auto;
}

.quote-top .quote-text {
font-size: 1.5rem;
line-height: 2rem;
font-style: italic;
margin: 10px;
}

.quote-top .quote-autor {
font-size: 1rem;
line-height: 1.4rem;
margin: 0;
}

@media (max-width: 675px) {
.quote-top .quote-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.quote-top .quote-autor {
    font-size: 0.9rem;
    line-height: 1.3rem;
}
}

.voice {
text-align: center;
}

.voice .what-is-this {
font-size: 1.5rem;
line-height: 2rem;
max-width: 700px;
margin: 0 auto 0 auto;
font-style: italic;
}

.voice .sign {
font-size: 1rem;
line-height: 2rem;
max-width: 700px;
margin: 0 auto 40px auto;
text-align: right;
padding-right: 58px;
}

@media (max-width: 35rem) {
.voice .what-is-this {
    font-size: 18px;
    line-height: 24px;
}

.voice .sign {
    font-size: 14px;
    line-height: 20px;
    padding-left: 235px;
}
}

#radio-promo {
background: #fff;
background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 11%, #f7f7f7 100%);
background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 11%, #f7f7f7 100%);
background: linear-gradient(to bottom, #fff 0%, #f7f7f7 11%, #f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f7f7f7', GradientType=0);
}

#radio-promo .container {
background: none;
}

#radio-promo h2 {
margin-top: 0;
text-align: center;
}

#radio-promo p.header-button-rolic {
display: flex;
justify-content: center;
text-align: center;
}

#radio-promo p.header-button-rolic a {
display: inline-block;
padding: 12px 32px;
font-size: 19px;
line-height: 27px;
color: #e7332a;
background: #fff;
border: 2px solid #e7332a;
text-decoration: none;
border-radius: 3px;
transition: all 0.3s ease;
margin-bottom: 40px;
}

#radio-promo p.header-button-rolic a:hover {
color: #fff;
background: #e7332a;
border: 2px solid #e7332a;
}

.radio-promo-text {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin: 0 0 40px 0;
}

.radio-promo-text > div {
width: 48.5%;
margin-top: 5px;
margin-bottom: 20px;
font-size: 20px;
line-height: 1.2;
color: #000;
}

.radio-promo-text > div:first-child {
text-align: right;
}

.notice-yellow {
max-width: 960px;
margin: 0 auto 60px;
padding: 20px;
background: #fdf2cf;
border-radius: 3px;
font-size: 24px;
color: #000;
text-align: center;
}

.radio-headphones {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
padding: 0px 30px 30px 30px;
margin: 0 0 55px 0;
}

.radio-headphones:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: url(../img/radio-headphones.jpg) center center no-repeat;
background-size: contain;
transition: all 0.3s ease;
}

.radio-headphones > div {
position: relative;
width: 260px;
margin: 100px 0 15px 0;
text-align: right;
font-size: 18px;
color: #424242;
}

.radio-headphones > div.radio-headphones--top {
margin: 0 0 70px 0;
width: 100%;
text-align: center;
}

.radio-headphones > div.separator {
width: 100%;
height: 0;
margin: 0;
}

.radio-headphones > div:nth-child(2),
.radio-headphones > div:nth-child(5) {
text-align: left;
}

[class^="radio-headphones--ico-"] {
display: inline-block;
height: 48px;
margin: 0 0 25px 0;
background: url(../img/radio-headphones-icos.png) no-repeat;
}

.radio-headphones--ico-1 {
width: 41px;
background-position: 0 0;
}

.radio-headphones--ico-2 {
width: 29px;
background-position: -42px 0;
}

.radio-headphones--ico-3 {
width: 51px;
background-position: -72px 0;
}

.radio-headphones--ico-4 {
width: 42px;
background-position: -124px 0;
}

a.rh-link {
line-height: 10px;
text-decoration: none;
border: 0;
margin: 0 -10px 0 3px;
vertical-align: 2px;
}

.ico-link {
display: inline-block;
width: 10px;
height: 10px;
background: url(../img/ico-link.png) center no-repeat;
vertical-align: middle;
}

#feedback {
background: url(../img/feedback-bg.png) center top repeat-y #17886d;
}

#feedback .container {
padding-top: 26px;
padding-bottom: 44px;
background: none;
text-align: center;
font-size: 18px;
color: #fff;
}

#feedback form {
display: flex;
justify-content: center;
padding: 0;
margin: -6px 0 0 0;
}

#feedback form input {
height: 48px;
}

#feedback form input[type='text'] {
width: 30%;
max-width: 280px;
padding: 0 15px;
background: #fff;
border: 0;
font-size: 17px;
color: #222;
border-right: #a3a3a3 1px solid;
}

#feedback form input[type='text']:first-child {
border-radius: 3px 0 0 3px;
}

#feedback form input[type='text']:nth-child(2) {
margin: 0 30px 0 0;
border-radius: 0 3px 3px 0;
border: 0;
}

#feedback form input[type='submit'] {
padding: 0 28px;
font-size: 19px;
color: #41300d;
background: #ffbb33;
border: 0;
border-radius: 3px;
transition: all 0.2s ease;
}

#feedback form .cashback-button {
margin: 0 30px 0 0;
border-radius: 3px !important;
}

#feedback form input[type='submit']:hover {
color: #222;
background: #fac966;
}

#feedback ::-webkit-input-placeholder {
color: #a3a3a3;
}

#feedback ::-moz-placeholder {
color: #a3a3a3;
}

#feedback :-ms-input-placeholder {
color: #a3a3a3;
}

#feedback :-moz-placeholder {
color: #a3a3a3;
}

.advantages {
margin: 20px 0 30px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}

.advantages--col, .advantages--col--video {
position: relative;
width: 31%;
padding-top: 66px;
}

.advantages--col ul {
margin-bottom: 0;
}

.advantages--col:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
background: url(../img/advantages-icos.png) no-repeat;
}

.advantages--col:nth-child(1):before {
width: 44px;
height: 46px;
background-position: 0 0;
}

.advantages--col:nth-child(2):before {
width: 36px;
height: 45px;
background-position: -44px 0;
}

.advantages--col:nth-child(3):before {
width: 47px;
height: 48px;
background-position: -80px 0;
}

.advantages--col--video:before {
display: block;
content: '';
position: absolute;
left: 0;
top: 0;
}

.advantages--col--video:nth-child(1):before {
width: 48px;
height: 48px;
background: url(../img/advantages-icons/icn-eye.svg) no-repeat;
}

.advantages--col--video:nth-child(2):before {
width: 48px;
height: 48px;
background: url(../img/advantages-icons/icn-star.svg) no-repeat;
}

.advantages--col--video:nth-child(3):before {
width: 48px;
height: 48px;
background: url(../img/advantages-icons/icn-grapf.svg) no-repeat;
}

.advantages--col-heading {
margin: 0 0 16px 0;
font-size: 18px;
font-weight: bold;
}

.advantages--col ul {
margin-left: 0;
line-height: 1.4;
}

.advantages--col ul li {
margin-bottom: 8px;
background-position: left 6px;
}

.y-wide .big-review {
max-width: none !important;
}

.y-wide .big-review .big-review-title {
justify-content: flex-start;
}

.y-wide .big-review .big-review-title .brt-block {
margin: 0 50px 0 0;
}

.y-wide .big-review .big-review-title .brt-block:last-child {
margin: 0;
}

@media (max-width: 980px) {
.pl-blocks-grid {
    flex-wrap: wrap;
}

.pl-blocks-col {
    width: 100%;
}

.players-block .players-block--body {
    min-height: 70px !important;
}

.players-block--body .pl-blocks-grid .pl-blocks-col {
    padding: 0 !important;
    margin: 0 0 25px 0;
}

.players-block--body .pl-blocks-grid .pl-blocks-col:last-child {
    margin: 0;
}

.radio-headphones:before {
    opacity: 0.2;
}
}

@media (max-width: 48rem) {
.radio-promo-text > div {
    font-size: 1.1em;
}

.advantages--col {
    width: 100%;
    margin: 50px 0 0 0;
}

.radio-headphones:before {
    opacity: 0;
}

.radio-headphones > div {
    width: 40%;
}

.hide-on-48rem {
    display: none;
}

.pl-blocks-grid, .pl-blocks-wide {
    margin-right: 20px;
    margin-left: 20px;
}
}

@media (max-width: 640px) {
}

@media (max-width: 32rem) {
.radio-promo-text {
    flex-wrap: wrap;
}

.radio-promo-text > div {
    width: 100%;
    font-size: 1em;
    text-align: left !important;
}

#feedback form {
    flex-wrap: wrap;
}

#feedback form > * {
    width: 100% !important;
    max-width: none !important;
    margin: 4px 0 !important;
    border-radius: 3px !important;
}

.radio-headphones > div {
    margin: 40px 0 0 0;
    font-size: 0.9em;
}

.pl-blocks-grid, .pl-blocks-wide {
    margin-right: 0;
    margin-left: 0;
}

.players-block {
    border-radius: 0;
}

.hide-on-32rem {
    display: none;
}
}


/*  */

h2 + p.f20 {
    color: #000;
    margin-top: 26px;
}

.dictors-widget .container {
    display: flex;
}

@media (min-width: 48rem) {
    .dictors-widget h2 {
        margin-top: 0;
    }
}

body.bg-book .bg-shablon {
    background: url("/themes/classic/img/book-bg.jpg") center top no-repeat #1f1852;
    background-size: cover;
}

body.bg-book-2 .bg-shablon {
    background: url("/themes/classic/img/book-bg-2.jpg") center top no-repeat #1f1852;
    background-size: cover;
}

.feedback-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
}


/* cashback */

.cashback-sub {
    font-size: 22px;
    margin-bottom: 50px;
    max-width: 700px;
    line-height: 28px;
}

.cashback-sub span {
    border-bottom: 1px #212121 solid;
}

.cashback-details {
    display: none;
    margin-top: 30px;
}

.cashback-about span.cashback-item {
    color: #4283c0;
    border-bottom: 1px dashed rgba(66, 131, 192, 0.3);
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    transition-duration: 0.3s;
}

.cashback-about span.cashback-item:hover {
    color: #d80202;
    border-bottom: 1px dashed rgba(216, 2, 2, 0.3)
}

.cashback-img, .cashback-img-firts {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 40px;
}

.cashback-calc {
    background: #f2f5ff;
    padding-top: 30px;
}

.conf {
    height: 300px;
}

#cashback-text {
    max-width: 1270px;
}

@media (max-width: 1270px) {
    #cashback-text {
        max-width: 700px;
    }

    .cashback-sub {
        max-width: 480px;
    }
}

@media (max-width: 1040px) {
    #cashback-text {
        max-width: 480px;
    }
}

@media (max-width: 1250px) {
    .cashback-img {
        display: none;
    }
}

@media (max-width: 960px) {
    .cashback-img-firts {
        display: none;
    }

    .cashback-calc {
        display: none;
    }

    #cashback-text {
        max-width: 100%;
    }

    .cashback-sub {
        max-width: 100%;
    }

    .conf {
        height: auto;
    }
}


#cashback {
    background: #c60116;
    margin-bottom: 30px;
    background-image: url(https://www.audio-reclama.ru/themes/classic/img/cashback-pattern-2.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

#cashback .container {
    padding-top: 26px;
    padding-bottom: 44px;
    background: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#cashback form {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: -6px 0 0 0;
}

#cashback form input {
    height: 48px;
}

#cashback form .input {
    width: 30%;
    max-width: 280px;
    text-align: left;
}

#cashback form .input input {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border: 0;
    font-size: 17px;
    color: #222;
    border-right: #a3a3a3 1px solid;
    border-radius: 3px;
}

#cashback form .input .errorMessage {
    color: #fff;
    font-size: 0.85em;
}

#cashback form input[type='submit'] {
    padding: 0 28px;
    font-size: 19px;
    color: #41300d;
    background: #ffbb33;
    border: 0;
    border-radius: 3px;
    transition: all 0.2s ease;
    margin-left: 30px;
}

#cashback form input[type='submit']:hover {
    color: #222;
    background: #fac966;
}

#cashback ::-webkit-input-placeholder {
    color: #a3a3a3;
}

#cashback ::-moz-placeholder {
    color: #a3a3a3;
}

#cashback :-ms-input-placeholder {
    color: #a3a3a3;
}

#cashback :-moz-placeholder {
    color: #a3a3a3;
}

@media (max-width: 32rem) {
    #cashback form {
        flex-wrap: wrap;
    }

    #cashback form > * {
        width: 100% !important;
        max-width: none !important;
        margin: 4px 0 !important;
        border-radius: 3px !important;
    }
}


/* what-we-do block */

.what-we-do {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 74px 0 34px 0;
}

.wwd--separator {
    flex: 0 1 100px;
    position: relative;
}

.wwd--separator:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    height: 1px;
    background: #e0e0e0;
}

.wwd--item {
    position: relative;
    width: 140px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.wwd--item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 0 14px 0;
}

.wwd--item-text {
    margin-left: 50%;
    width: 176px;
    transform: translateX(-50%);
}

@media (max-width: 1000px) {
    .what-we-do {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0;
    }

    .wwd--separator {
        display: none;
    }

    .wwd--item {
        width: 176px;
        margin: 0 20px 40px 20px;
    }

    .wwd--item-text {
        width: auto;
        transform: none;
        margin: 0;
    }
}


/* advantages-cards block */

#advantages-cards {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fff', GradientType=0);
}

#advantages-cards .container {
    background: none;
}

#advantages-cards .vertical-indents {
    padding-top: 45px !important;
}

.advantages-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 54px 0 34px 0;
}

.advantages-cards--item {
    width: 31.6%;
    margin: 23px 0;
    padding: 20px 10px 20px 20px;
    background: #fff;
    border: #f5f5f5 1px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-align: left;
    border-radius: 4px;

    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    transition: all 0.3s ease;
}

.advantages-cards--item:hover {
    box-shadow: 0 25px 63px rgba(0, 0, 0, 0.12);
}

.advantages-cards--item-ico {
    flex: 0 0 50px;
    margin-right: 20px;
    text-align: center;
}

@media (max-width: 1100px) {
    .advantages-cards--item {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .advantages-cards--item {
        width: 100%;
    }
}


/* clients list */

#clients {
    background: #f5f5f5;
}

#clients .container {
    background: none;
}

#clients .vertical-indents {
    padding-top: 45px !important;
}

.clients {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.clients--item {
    position: relative;
    width: 23%;
    height: 112px;
    margin: 23px 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.clients--item-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: #f5f5f5 1px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.clients--filler {
    width: 22%;
}

.clients--item-logo img {
    max-width: 100%;
}

.clients--item-text {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.clients--item-lightbox {
    display: none;
}

.clients--item:hover .clients--item-inner {
    position: absolute;
    height: auto;
    min-height: 100%;
    width: calc(100% + 100px);
    z-index: 100;
    left: 50%;
    top: 50%;
    box-shadow: 0 25px 63px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -50%);
    justify-content: flex-start;
    transition: all 0.2s ease-in-out;
}

.clients--item:hover .clients--item-logo {
    /* margin: 0 0 20px 0; */
    margin: 0 auto 20px auto;
    transition: all 0.2s ease-in;
}

.clients--item:hover .clients--item-logo img {
    max-height: 65px;
    transition: all 0.2s ease-in;
}

.clients--item:hover .clients--item-text {
    animation-name: showClientDescr;
    animation-duration: 0.2s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

@keyframes showClientDescr {
    from {
    }
    to {
        max-height: 100px;
        opacity: 1;
    }
}

@media (max-width: 48rem) {
    .clients--item, .clients--filler {
        width: 31%;
    }

    .clients--item:hover .clients--item-inner {
        width: calc(100% + 40px);
    }
}

@media (max-width: 32rem) {
    .clients--item, .clients--filler {
        width: 47%;
    }
}

@media (max-width: 325px) {
    .clients--item, .clients--filler {
        width: 100%;
    }
}

.show-more-clients {
    margin: 23px 0 0 0;
    text-align: center;
}

a#show-more-clients {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    padding: 0 22px;
    color: #000;
    text-decoration: none;
    border: #000 1px solid;
    border-radius: 2px;
    transition: all 0.3s ease;
}

a#show-more-clients:hover {
    background: #555;
    color: #fff;
}

/* clients lightbox */

#clients-lightbox-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100;
}

#clients-lightbox-wrapper {
    max-height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

#clients-lightbox-wrapper.active {
    max-height: 2300px;
    opacity: 1;
}

.clients-lightbox {
    position: relative;
    width: 760px;
    height: 520px;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    border-radius: 3px;
}

#clients-lightbox-content {
    width: 100%;
    height: 100%;
}

.clients-lightbox--close {
    position: absolute;
    right: -30px;
    top: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.clients--item-lightbox--bg {
    padding: 85px 55px 15px 55px;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.clients--item-lightbox--logo {
    max-width: 100%;
    margin: 0 auto 44px auto;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.clients--item-lightbox--logo img {
    max-width: 100%;
    padding: 20px 40px;
    background: #fff;
    border: #f5f5f5 1px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

@media (max-width: 860px) {
    .clients-lightbox--close {
        top: -30px;
        right: 0;
    }

    .clients--item-lightbox--bg {
        padding: 85px 20px 15px 20px;
    }
}


/* video slider (giant) */

#giant-slider-block,
.giant-slider-block {
    position: relative;
    padding: 74px 0 120px;
    background-color: #f5f5f5;
}

.giant-slider-block.nobg {
    background: none;
}

#giant-slider-block > h2,
.giant-slider-block > h2,
#giant-slider-block > p,
.giant-slider-block > p {
    position: relative;
}

#giant-slider-block h2 + p.f20,
.giant-slider-block h2 + p.f20 {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#gs-bg,
.gs-bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*transition: background 0.5s ease;*/
}

#gs-bg.preview-youtube,
.gs-bg.preview-youtube {
    background-position: center -300px;
}

img.preview {
    display: none;
}

#gs-bg-grad,
.gs-bg-grad {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.92) 54%, rgba(245, 245, 245, 1) 59%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.92) 54%, rgba(245, 245, 245, 1) 59%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.92) 54%, rgba(245, 245, 245, 1) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0);
}

#giant-slider,
.giant-slider {
    margin: 74px 0 0;
}

.giant-slider--item {
    width: 53.2%;
    margin: 0 4.4%;
    opacity: 0.4;
}

.noopacity .giant-slider--item {
    opacity: 1;
}

.giant-slider--item-video {
    margin: 0 0 25px 0;
    border-radius: 5px;
    overflow: hidden;
}

.giant-slider--item-video iframe {
    width: 100%;
    height: 428px;
}

.giant-slider--item-descr {
    opacity: 0;
    text-align: left;

    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 565px;
    margin: 0 auto;
    padding: 0 20px;
    cursor: default;
}

.giant-slider--item.is-selected {
    opacity: 1;
}

.giant-slider--item.is-selected .giant-slider--item-descr {
    opacity: 1;
}

.giant-slider--item-descr a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
}

.giant-slider--item-descr a:hover {
    border-color: #000;
}

.giant-slider--item-descr .player-descr {
    margin: 0 20px 0 0;
}

.giant-slider--item-order a {
    display: inline-block;
    padding: 0 22px;
    font-size: 20px;
    line-height: 38px;
    background: #fa6042;
    color: #fff;
    border: #fa6042 1px solid;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.giant-slider--item-order a:hover {
    background: #fff;
    color: #fa6042;
    border-color: #fa6042;
}

.giant-slider--item.-two-col {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.giant-slider--item-listdescr {
    display: none;
    flex: 0 0 160px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
}

.giant-slider--item.is-selected .giant-slider--item-listdescr {
    display: block;
}

@media (min-width: 995px) and (max-width: 1200px), (max-width: 780px) {
    .giant-slider--item.is-selected .giant-slider--item-listdescr {
        display: none;
    }
}

.giant-slider--item-listdescr--img {
    margin: 0 0 24px 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
}

.giant-slider--item-playerslist {
    flex: 1 1 100%;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px;
}

.giant-slider--item-playerslist--header {
    margin: 0 0 5px 0;
    padding: 14px 22px 10px;
    border-bottom: #eeeeee 2px solid;
}

.giant-slider--item-playerslist--header .note {
    font-size: 13px;
    opacity: 0.6;
}

.giant-slider--item-playerslist .ss-scroll {
    opacity: 0.8;
}

.giant-slider--item-playerslist .player-with-descr {
    padding: 22px 22px 22px 20px;
    border-top: #eeeeee 1px solid;
}

.giant-slider--item-playerslist .player-with-descr:first-child {
    border: 0;
}

#giant-slider .flickity-page-dots,
.giant-slider .flickity-page-dots {
    bottom: -45px;
}

#giant-slider-block .flickity-prev-next-button,
.giant-slider-block .flickity-prev-next-button {
    top: 225px !important;
}

#giant-slider-block .flickity-prev-next-button.next,
.giant-slider-block .flickity-prev-next-button.next {
    right: 16% !important;
}

#giant-slider-block .flickity-prev-next-button.previous,
.giant-slider-block .flickity-prev-next-button.previous {
    left: 16% !important;
}

.giant-slider-block.nobg .flickity-prev-next-button {
    background: none;
}

.giant-slider-block.nobg .flickity-prev-next-button:hover {
    background: #fff;
}

@media (max-width: 995px) {
    .giant-slider--item {
        width: 80%;
    }

    #giant-slider-block .flickity-prev-next-button.previous,
    .giant-slider-block .flickity-prev-next-button.previous {
        left: 20px !important;
    }

    #giant-slider-block .flickity-prev-next-button.next,
    .giant-slider-block .flickity-prev-next-button.next {
        right: 20px !important;
    }
}

@media (max-width: 520px) {
    .giant-slider--item-descr {
        flex-direction: column;
    }

    .giant-slider--item-descr .player-descr {
        margin: 0 0 20px 0;
    }
}


/* players slider */

#players-slider-block,
.players-slider-block {
    position: relative;
    padding: 52px 0 120px;
    background-color: #f5f5f5;
}

#players-slider,
.players-slider {
    margin: 54px 0 0;
}

.players-slider--item {
    position: relative;
    width: 38.8%;
    margin: 6px 4.4%;
    padding: 32px 32px 20px 24px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
}

.players-slider--item-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.players-slider--item.-with-cover .player-with-descr {
    margin-left: 76px;
}

#players-slider .flickity-prev-next-button.next,
.players-slider .flickity-prev-next-button.next {
    right: 24.5% !important;
}

#players-slider .flickity-prev-next-button.previous,
.players-slider .flickity-prev-next-button.previous {
    left: 24.5% !important;
}

#players-slider .flickity-page-dots,
.players-slider .flickity-page-dots {
    bottom: -45px;
}

@media (min-width: 995px) and (max-width: 1200px), (max-width: 460px) {
    .players-slider--item-cover {
        display: none;
    }

    .players-slider--item.-with-cover .player-with-descr {
        margin-left: 0;
    }
}

@media (max-width: 995px) {
    .players-slider--item {
        width: 80%;
    }

    .flickity-prev-next-button.previous {
        left: 20px !important;
    }

    .flickity-prev-next-button.next {
        right: 20px !important;
    }

    #players-slider .flickity-prev-next-button.next,
    .players-slider .flickity-prev-next-button.next {
        right: 20px !important;
    }

    #players-slider .flickity-prev-next-button.previous,
    .players-slider .flickity-prev-next-button.previous {
        left: 20px !important;
    }
}


/* presentation services */

#presentation-services {
    position: relative;
    padding: 52px 0 112px;
    background-color: #f5f5f5;
}

#presentation-services .container {
    background: none;
}

#presentation-services h2 + p.f20 {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
}

.unfolding-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 64px 0 0 0;
    text-align: left;
}

.unfolding-blocks .col-50 {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
}

.unfolding-block {
    width: 32%;
    margin: 14px 0;
    border-radius: 4px;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: #f5f5f5 1px solid;
    background: #fff;
    transition: all 0.3s ease;
}

.unfolding-block:hover {
    box-shadow: 0 35px 55px rgba(0, 0, 0, 0.1);
}

.unfolding-blocks .col-50 .unfolding-block {
    width: 100%;
}

.unfolding-blocks .col-50 .unfolding-block--header {
    min-height: 0;
}

.unfolding-block--header {
    position: relative;
    min-height: 110px;
    padding: 24px;
    color: #fff;
    background: #132344;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.unfolding-block--header-bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/unfolding-block-bgs/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    transition: all 0.6s ease-in-out;
}

.unfolding-block--header-bg.-bg-1 {
    background-image: url(../img/unfolding-block-bgs/bg-1.jpg);
}

.unfolding-block--header-bg.-bg-2 {
    background-image: url(../img/unfolding-block-bgs/bg-2.jpg);
}

.unfolding-block--header-bg.-bg-3 {
    background-image: url(../img/unfolding-block-bgs/bg-3.jpg);
}

.unfolding-block--header:hover .unfolding-block--header-bg {
    transform: scale(1.2);
}

.unfolding-block--header-content {
    position: relative;
    padding-right: 30px;
}

.unfolding-block--header-arrow {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border: 1px solid;
    border-color: transparent;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}

.unfolding-block--header:hover .unfolding-block--header-arrow {
    border-color: rgba(255, 255, 255, 0.3);
}

.unfolding-block--header-arrow:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/pb-white-arrow.png) center no-repeat;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.unfolding-block.-opened .unfolding-block--header-arrow:after {
    transform: rotate(180deg);
}

.unfolding-block--header h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.33;
}

.unfolding-block--body {
    display: none;
    padding: 24px;
    background: #fff;
    transition: min-height 0.5s ease;
}

@media (max-width: 48rem) {
    #presentation-services {
        padding: 22px 0 62px;
    }
}


@media (max-width: 960px) {
    .unfolding-block {
        width: 100%;
    }

    .unfolding-blocks .unfolding-block--header {
        min-height: 0;
    }
}

@media (max-width: 890px) {
    .unfolding-blocks .col-50 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .unfolding-block--header h3 {
        font-size: 20px;
    }
}


/* guarantee */

#guarantee {
    color: #fff;
    text-align: center;
    background: url(../img/guarantee-bg.jpg) center top no-repeat #57a896;
    background-size: cover;
}

#guarantee .container {
    padding: 70px 0;
    background: none;
}

#guarantee h2 {
    margin-top: 0;
}

#guarantee .f20 {
    color: #fff;
}

#guarantee a.btn {
    display: inline-block;
    padding: 0 28px;
    font-size: 20px;
    line-height: 48px;
    color: #41300d;
    background: #ffbb33;
    border: 0;
    border-radius: 3px;
    transition: all 0.2s ease;
}

#guarantee a.btn:hover {
    color: #222;
    background: #fac966;
}


/* content-row */

.content-row {
    margin: 26px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.content-col {
    margin: 15px 0;
}

.content-col.col-50 {
    width: 48%;
}

.content-col ul.orange {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .content-col.col-50 {
        width: 46%;
    }
}

@media (max-width: 900px) {
    .content-col.col-50 {
        width: 100%;
    }
}


/* chronomer */

#chronomer {
    margin: 0 0 45px 0;
    background: rgb(76, 26, 55);
    background: -moz-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: -webkit-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1a37", endColorstr="#0d2131", GradientType=1);
    color: #fff;
}

#lang_hr option, #lang_str_1 option, #lang_str_2 option {
    color: #212121;
}

#chronomer.nobg {
    background: none;
}

#chronomer .order-form-wrapper {
    background: none;
}

@media (max-width: 48rem) {
    #chronomer {
        margin: 0 0 45px 0;
    }
}

#chronomer .container {
    padding-top: 45px !important;
    background: none;
}

.chronomer-nav {
    margin: 20px 0 36px 0;
}

.chronomer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.chronomer-nav ul li {
    margin: 5px 15px;
}

.chronomer-nav ul li:last-child {
    margin-right: 0;
}

.chronomer-nav a {
    display: inline-block;
    padding: 0 12px;
    font-size: 17px;
    line-height: 35px;
    text-decoration: none;
    border: #bebebe 2px solid;
    border-radius: 3px;
    color: #8c8c8c;
    background: #fff;
    transition: all 0.4s ease;
    opacity: 1;
}

.chronomer-nav a:hover {
    opacity: 1;
    border: #4caf50 2px solid;
}

.chronomer-nav a.active {
    opacity: 1;
    color: #3e1c36;
    border-color: #4caf50;
    background: #fff;
    transition: all 0.4s ease;
    font-weight: 600;
}

@media (max-width: 980px) {
    .chronomer-nav ul li {
        margin: 5px 2px;
    }

    .chronomer-nav a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

#chronomer h2 {
    margin-top: 0;
    font-size: 26px;
}

#chronomer .order-form--right {
    flex: 0 0 300px;
    margin-left: 9%;
}

#chronomer .order-form--row-field {
    max-width: none;
}

#chronomer .order-form--button {
    margin-bottom: 24px;
}

.chrono-result {
    margin: 6px 0;
    font-size: 16px;
    line-height: 1.3;
}

.hronomer-tab {
    width: 100%;
}

#chronomer .hronomer-tab .container,
#chronomer .hronomer-tab .container .cl {
    margin: 0 !important;
    padding: 0 !important;
}


/* youtube lazyload */

.youtube {
    position: relative;
    height: 428px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.youtube:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: '';
    width: 68px;
    height: 48px;
    margin: -18px 0 0 -34px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 9px;
    transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);;
}

.youtube:after {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    content: '';
    margin: -3px 0 0 -8px;
    border-style: solid;
    border-width: 9px 0 9px 18px;
    border-color: transparent transparent transparent #fff;
    z-index: 50;
}

.youtube:hover:before {
    background: #ff000d;
}

.youtube.loaded:before,
.youtube.loaded:after {
    display: none;
}


/* super-offer */

#super-offer {
    background: url(../img/super-offer-bg.jpg) center top no-repeat #fa6b4f;
    background-size: cover;
}

#super-offer .container {
    background: none;
}

#super-offer .vertical-indents {
    padding-top: 65px;
    padding-bottom: 65px;
}

#super-offer .cl {
    position: relative;
}

.super-offer-ribbon {
    position: relative;
    padding: 0 8px;
    margin: 0 auto 20px auto;
    height: 28px;
    width: 270px;
    background: #ffc107;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}

.super-offer-ribbon:before, .super-offer-ribbon:after {
    border-style: solid;
    height: 0;
    width: 0;
    display: block;
    content: "";
    position: absolute;
}

.super-offer-ribbon:before, .super-offer-ribbon:after {
    border-color: #ffc107 transparent;
    top: 0;
}

.super-offer-ribbon:before {
    left: -10px;
    border-width: 14px 0 14px 10px;
}

.super-offer-ribbon:after {
    right: -10px;
    border-width: 14px 10px 14px 0;
}

.super-offer-label {
    position: absolute;
    right: 40px;
    top: -30px;
    display: block;
    width: 144px;
    height: 144px;
    background: url(../img/super-offer-label.png) center no-repeat;
}

@media (max-width: 995px) {
    .super-offer-label {
        display: none;
    }
}

#super-offer h2,
#super-offer h2 + p.f20 {
    position: relative;
    color: #fff;
}

#super-offer .players-slider--item {
    width: 46%;
    margin: 0 auto;
}

@media (max-width: 995px) {
    #super-offer .players-slider--item {
        width: 86%;
    }
}

.super-offer--cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    margin: 50px 0;
}

.super-offer--cols > div {
    width: 48%;
    margin: 0 0 0 2%;
    max-width: 415px;
    text-align: left;
}

.super-offer--cols > div:first-child {
    margin: 0 2% 0 0;
    text-align: right;
}

@media (max-width: 995px) {
    .super-offer--cols > div,
    .super-offer--cols > div:first-child {
        width: 100%;
        max-width: none;
        margin: 0;
        text-align: center;
    }
}


/* order form manager */

.o-f-manager {
    margin: 0 0 38px 0;
    font-size: 16px;
    text-align: center;
}

.o-f-manager--heading {
    margin: 0 0 8px 0;
}

.o-f-manager--photo {
    margin: 0 0 8px 0;
}

.o-f-manager--photo img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.o-f-manager--position {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}

.o-f-manager--phone {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    margin-top: 4px;
}

.o-f-manager--phone a {
    color: #212121;
}

.janna {
    margin-top: 10px;
    text-align: right;
    color: #808080;
    font-style: italic;
}

.o-f-social {
    margin-top: 30px;
    text-align: center
}

.o-f-social ul.o-f-s {
    margin: 0;
    font-size: 0;
}

.o-f-social ul.o-f-s li {
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0;
}

.o-f-social ul.o-f-s li:last-child {
    padding: 0;
}

.o-f-social ul.o-f-s a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.o-f-s a, .social-links a:hover {
    border: none !important;
}

.o-f-s a.o-f-s-vk {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") 0 0;
}

.o-f-s a.o-f-s-fb {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -40px 0;
}

.o-f-s a.o-f-s-tg {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -80px 0;
}

.o-f-s a.o-f-s-wa {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -120px 0;
}

.o-f-s a.o-f-s-vk:hover {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") 0 -40px;
}

.o-f-s a.o-f-s-fb:hover {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -40px -40px;
}

.o-f-s a.o-f-s-tg:hover {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -80px -40px;
}

.o-f-s a.o-f-s-wa:hover {
    text-indent: -1000px;
    background: url("/themes/classic/img/socica_order_sprite.png") -120px -40px;
}


/* video in header */

body.bg-video .bg-shablon {
    position: relative;
}

.bg-shablon > .container:first-child {
    z-index: 20;
}

#header-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#header-video:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    content: '';
}

#header-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

.mute-btn {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 56px;
    margin-bottom: 100px;
}

.mute-btn a {
    position: relative;
    line-height: 56px;
    margin-left: 28px;
    height: 100%;
    width: 100%;
    float: left;
}

.mute-btn a::before {
    background: url("../img/translation/mute.png") no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    content: " ";
    left: -50px;
    background-position: 0 -56px;
}

.mute-btn a.active::before {
    background-position: 0 0px;
}

.mute-btn a {
    color: #fff;
    border-bottom: none;
}


/* BFKH */

.bfkh-container {
    padding: 0 0 64px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(https://st.audio-reclama.ru/tools/static/themes/classic/img/chid-pattern-4.jpg) center center repeat #f5f5f5;
}

body.index-page .bfkh-container h2 {
    margin-top: 3rem;
    margin-bottom: 1.4rem;
}

body.index-page .bfkh-container h2,
body.index-page .bfkh-container h3 {
    text-align: center;
}

.bfkh {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.bfkh--video {
    flex: 0 0 390px;
    margin-right: 30px;
    text-align: center;
}

.bfkh--video iframe {
    max-width: 100%;
    margin: 0 0 20px 0;
}

a.screen-work-btn {
    display: inline-block;
    padding: 1px;
    border-radius: 3px;
    color: #f55b46;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #a2237e; /* Old browsers */
    background: -moz-linear-gradient(left, #a2237e 0%, #f35d45 50%, #0f7fad 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a2237e 0%, #f35d45 50%, #0f7fad 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a2237e 0%, #f35d45 50%, #0f7fad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2237e', endColorstr='#0f7fad', GradientType=1); /* IE6-9 */
}

a.screen-work-btn:hover {
    color: #000;
    text-decoration: none;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

a.screen-work-btn span {
    background: #fff;
    display: block;
    border-radius: 2px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 16px;
}

.bfkh--content {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
}

.bfkh--content p {
    margin-bottom: 10px;
}

.bfkh--content-bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

a.bfkh--logo {
    flex: 0 1 398px;
    margin-top: 4px;
    margin-right: 20px;
    text-decoration: none;
    border: none;
}

a.bfkh--logo img {
    max-width: 100%;
}

.bfkh--counter {
    flex: 0 0 auto;
    font-size: 24px;
}

.bfkh--counter-value {
    margin: 9px 0 0 0;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    background: #f7941d;
}

.bfkh--styled-numbers {
    display: inline-block;
    vertical-align: 11px;
}

.bfkh--styled-numbers span {
    display: inline-block;
    width: 27px;
    text-align: center;
    padding: 0;
    margin: 0 1px;
    font-size: 24px;
    line-height: 37px;
    color: #000;
    background: #fff;
    border-radius: 3px;
}

@media (max-width: 1000px) {
    .bfkh--video {
        flex: 1;
    }
}

@media (max-width: 900px) {
    .bfkh {
        flex-wrap: wrap;
    }

    .bfkh--video {
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }

    .bfkh--video iframe {
        display: none;
    }

    .bfkh--content {
        flex: 0 0 100%;
    }
}

@media (max-width: 550px) {
    .bfkh--content-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    a.bfkh--logo {
        margin: 20px;
    }

    .bfkh--counter {
        font-size: 19px;
    }
}


/* promo dictor widget */

.promo-dictor-widget {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 18px 0;
    padding: 24px 80px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-dictor-widget:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.promo-dictor-widget > * {
    position: relative;
    z-index: 10;
}

.promo-dictor-widget--photo {
    flex: 0 0 220px;
    margin-right: 20px;
}

.promo-dictor-widget--photo img {
    max-width: 100%;
}

.promo-dictor-widget--name {
    margin: 0 0 26px 0;
    font-size: 24px;
}

.promo-dictor-widget--text {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 24px;
}

.promo-dictor-widget--bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.promo-dictor-widget--player {
    flex: 1 1 100%;
    max-width: 430px;
}

.promo-dictor-widget--player .playerBlue.gray-full div.playerOkBlue a.btn {
    background-color: #fff;
    border-radius: 50%;
}

.promo-dictor-widget--player .playerOkBlue-name {
    visibility: hidden;
}

.promo-dictor-widget--player .timeline {
    display: block;
}

.promo-dictor-widget--order {
    margin-left: 52px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.promo-dictor-widget--price {
    margin-right: 26px;
}

.promo-dictor-widget--price {
    white-space: nowrap;
}

.promo-dictor-widget--price-from {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 2px 0;
}

.promo-dictor-widget--price a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-bottom: #fff 1px dashed;
}

.promo-dictor-widget--price a:hover {
    border-bottom: transparent 1px dashed;
}

.promo-dictor-widget--add2cart a {
    display: inline-block;
    min-width: 40px;
    border: 1px solid #fa6042;
    border-radius: 4px;
    color: #fa6042;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
}

.promo-dictor-widget--add2cart a:hover {
    background-color: #fa6042;
    color: white;
}

.promo-dictor-widget--add2cart .ico-cart {
    width: 24px;
}

.promo-dictor-widget--add2cart .ico-cart svg {
    width: 24px;
}

.promo-dictor-widget--add2cart .ico-cart .st0_cart {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

@media (max-width: 860px) {
    .promo-dictor-widget {
        padding: 24px;
    }
}

@media (max-width: 48rem) {
    .promo-dictor-widget--photo {
        flex: 0 0 100px;
    }
}

@media (max-width: 640px) {
    .promo-dictor-widget {
        flex-wrap: wrap;
    }

    .promo-dictor-widget--photo {
        flex: 0 0 100%;
        text-align: center;
        margin: 0 0 40px 0;
    }
}

@media (max-width: 480px) {
    .promo-dictor-widget--player .timeline {
        display: none;
    }

    .promo-dictor-widget--order {
        margin: 0;
    }
}


/* body bgs */

body.bg-audioclip > .container,
body.bg-order > .container {
    background: none;
}

body.bg-audioclip {
    background: url(/themes/classic/img/audioclip-bg.jpg) center top no-repeat #fff;
    background-size: contain;
}

body.bg-order {
    background: url(/themes/classic/img/order-bg.jpg) center top no-repeat #fff;
    background-size: contain;
}

#wow {
    background: url(/themes/classic/img/bg-wow.jpg) center top rgba(0, 0, 0, 0.5);
}

#dm_ny {
    background: url(/themes/classic/img/bg/bg_ded_moroz.jpg) no-repeat 50% 0 / cover;
    margin: 20px 0 40px;
}

#dm_ny .ng-head, #dm_ny .ng-info {
    font-family: 'Lobster', cursive;
    text-align: right;
    color: #fff;
}

#dm_ny .ng-body {
    width: 55%;
    float: right;
}

#dm_ny .ng-img {
    position: absolute;
    top: -69px;
    left: -20px;
}

#dm_ny .ng-player {
    color: #fff;
    width: 80%;
    float: right
}

#dm_ny .ng-button {
    float: right;
    margin-bottom: 40px;
}

#dm_ny .ng-button .ngb1 {
    color: #fff;
    border: 1px solid #fff;
    background-color: #4abadd;
    font-size: 16px;
    margin-left: 15px;
    padding: 12px 25px;
    transition-duration: 0.4s;
}

#dm_ny .ng-button .ngb1:hover {
    color: #4abadd;
    border: 1px solid #4abadd;
    background-color: #fff;
    transition-duration: 0.4s;
}

#dm_ny .ng-button .ngb2 {
    color: #4abadd !important;
    border: 1px solid #4abadd;
    background-color: #fff;
    font-size: 16px;
    margin-left: 15px;
    padding: 12px 25px;
    transition-duration: 0.4s;
}

#dm_ny .ng-button .ngb2:hover {
    color: #fff !important;
    border: 1px solid #fff;
    background-color: #4abadd;
    transition-duration: 0.4s;
}

#dm_ny .ng-head {
    font-size: 63px;
    margin: 30px 0 30px;
    line-height: 55px;
}

#dm_ny .ng-info {
    font-size: 20px;
    line-height: 28px;
    margin: 25px 0 30px;
}

@media (max-width: 1180px) {
    #dm_ny .ng-img {
        left: -80px;
    }

    #dm_ny .ng-head {
        font-size: 50px;
    }

    #dm_ny .ng-info {
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 1000px) {
    #dm_ny .ng-head {
        text-align: center;
    }

    #dm_ny .ng-info {
        text-align: center;
    }

    #dm_ny .ng-img {
        display: none;
    }

    #dm_ny .ng-button {
        float: none;
        text-align: center;
    }

    #dm_ny .ng-player {
        width: 100% !important;
        float: none !important;
    }

    #dm_ny .ng-body {
        width: 100%;
        float: none;
        padding: 0 20px;
    }
}

@media (max-width: 580px) {
    #dm_ny .ng-head {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    #dm_ny .ng-button .ngb1 {
        margin-left: 0;
    }

    #dm_ny .ng-button .ngb2 {
        margin-left: 0;
    }
}


/* changing text */

.js-change-text span {
    display: none;
}

.js-change-text span:first-child {
    display: inline;
}

/* form callback */

.callback-wrap {
    background: rgb(76, 26, 55);
    background: -moz-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: -webkit-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1a37", endColorstr="#0d2131", GradientType=1);
    color: #fff;
    padding: 4rem 4rem;
    width: fit-content;
    margin: 8rem auto 8rem;
    border-radius: 15px;
}

@media (max-width: 700px) {
    .callback-wrap {
        padding: 3rem 2rem 2rem;
        width: fit-content;
        margin: 6rem 20px 3rem;
        border-radius: 10px;
    }

}

.form-callback {
    margin: 0 0 30px 0;
}

.form-callback h1 {
    font-size: 40px;
}

.form-callback p {
    margin: 0;
    font-size: 20px;
}

.form-callback input[type='text'] {
    width: 100%;
    max-width: 500px;
    height: 45px;
    border: #ccc 1px solid;
    border-radius: 3px;
    background: #fff;
    font: 16px Arial, sans-serif;
    color: #212121;
    text-align: center;
    margin: 30px auto 10px;
}

.form-callback input[type='text'] + .errorMessage {
    color: red;
    margin: -10px 0 10px;
}

.form-callback button {
    width: 100%;
    max-width: 500px;
    font-size: 1.2rem !important;
    line-height: 2.775rem !important;
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
    border: 1px solid #fff;
    transition: all 0.6s ease;
}

.form-callback button:hover {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.form-callback-success,
.form-callback-error {
    /*display: none;*/
}

.form-callback-success.-active,
.form-callback-error.-active {
    display: block;
}

/* Медаль в шапке */

.medal {
    position: relative;
    display: block;
}

.medal span {
    font-family: YanoneKaffeesatzRegular, arial, sans-serif;
    float: left;
    position: relative;
    top: -4px;
    text-align: center;
    line-height: 1.5rem;
    /*
    left: -15px;
    text-align: right;
    line-height: 1.4rem;
    */
    font-size: 27px;
}

.medal span font.head-text-two {
    font-family: YanoneKaffeesatzRegular, arial, sans-serif;
    font-size: 20px;
}

.medal span a {
    font-family: YanoneKaffeesatzRegular, arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    float: none;
}

.medal span a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.medal img {
    position: relative;
    top: -6px;
    width: 45px;
    height: auto;
}

@media (max-width: 1100px) {
    .medal {
        display: none;
    }
}

.phone-blog-top {
    position: relative;
    display: none;
}

.phone-img {
    position: relative;
    top: -13px;
}

/* Вакансии */
.man-of-ar-l, .man-of-ar-r {
    width: 45%;
    float: left;
}

.man-of-ar-l {
    margin-right: 10%;
}

@media (max-width: 840px) {
    .man-of-ar-l, .man-of-ar-r {
        width: 100%;
        margin-right: 0;
    }
}

/* Блок инфо Вау дикторы в фильтре */
.wow-box {
    border: 1px solid #ca00ee;
    padding: 20px 40px;
    margin: 40px 18px 50px;
}

.wow-box-img {
    float: left;
}

.wow-box-txt {
    margin-bottom: 0;
    margin-left: 130px;
}

@media (max-width: 500px) {
    .wow-box {
        padding: 20px 20px;
    }

    .wow-box-img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .wow-box-txt {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* End. Блок инфо Вау дикторы в фильтре */


/* how-it-works block */

#how-it-works {
    background: url(../img/how-bg.jpg) center top no-repeat #e5f2fa;
    background-size: cover;
    margin: 60px 0 30px 0;
    padding: 1px 0;
}

#how-it-works .container {
    padding: 0 16px;
    background: none;
}

.how-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 20px 0 0;
}

.how-steps-item {
    flex: 0 0 17%;
    margin: 0 6px 48px;
}

.how-steps-number {
    margin: 0 0 24px;
}

.how-steps-number span {
    display: inline-block;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
    color: #ee352b;
    border: #ee352b 1px solid;
    border-radius: 8px;
}

.how-steps-text {
    font-size: 16px;
}

@media (max-width: 1200px) {
    .how-steps-text {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .how-steps-item {
        flex: 0 0 26%;
    }

    .how-steps-text {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .how-steps-text {
        font-size: 13px;
    }
}

@media (max-width: 580px) {
    .how-steps-item {
        flex: 0 0 33%;
    }
}

@media (max-width: 460px) {
    .how-steps-item {
        flex: 0 0 90%;
        margin: 0 6px 20px;
    }

    .how-steps-number {
        margin: 0 17px 10px 0;
        float: left;
    }

    .how-steps-number span {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 44px;
        color: #828282;
        border: #adadad 2px solid;
    }

    .how-steps-text {
        font-size: 14px;
        text-align: left;
    }

    .tariffs-list {
        margin: 36px 20px !important;
    }

    .tariffs-list-item {
        margin-bottom: 20px;
    }

    #how-it-works {
        background: none;
        background-color: #f0f0f0;
    }
}


/* how-it-works block */

#tariffs-container {
    margin: 30px 0;
    padding: 1px 0;
}

.tariffs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    margin: 36px 0;
}

.tariffs-list-item {
    display: block;
    position: relative;
    flex: 0 0 25%;
    padding: 24px 14px;
}

.tariffs-list-item::before {
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    border: 1px solid #c2c2c2;
    pointer-events: none;
}

.tariffs-list-item-title {
    font-size: 22px;
    line-height: 24px;
    min-height: 48px;
    margin: 0 0 8px;
}

.tariffs-list-item-title-new {
    font-size: 25px;
    line-height: 24px;
    color: #ff4f0e;
    min-height: 48px;
    margin: 0 0 8px;
}

.tariffs-list-item-description {
    min-height: 80px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: normal;
    color: #787878;
}

.tariffs-list-item-description-new {
    min-height: 50px;
    margin: 0 0 8px;
    font-size: 17px;
    line-height: normal;
    color: #212121;
}

.tariffs-list-item-included {
    position: relative;
    padding: 10px 0;
    margin: 10px 0;
}

.tariffs-list-item-included::before,
.tariffs-list-item-included::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: #c2c2c2;
}

.tariffs-list-item-included::after {
    top: auto;
    bottom: 0;
}

.tariffs-list-item-included ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tariffs-list-item-included ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

.tariffs-list-item-included-new {
    position: relative;
    padding: 10px 0;
    margin: 10px 0;
}

.tariffs-list-item-included-new::before,
.tariffs-list-item-included-new::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: #c2c2c2;
}

.tariffs-list-item-included-new::after {
    top: auto;
    bottom: 0;
}

.tariffs-list-item-included-new ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tariffs-list-item-included-new ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    color: #525252;
}

.included-position {
    color: #787878;
}

.included-price {
    white-space: nowrap;
    margin-left: 10px;
}

.tariffs-list-item-price {
    margin: 36px 0 36px;
    font-size: 30px;
    font-weight: bold;
}

.tariffs-list-item-button-new {
    margin: 40px 0;
}

.tariffs-list-item-button a, .tariffs-list-item-button-new a {
    display: block;
    margin: 0 14px;
    font-size: 26px;
    line-height: 52px;
    color: #fff;
    background: #ee352b;
    border-radius: 3px;
    transition: all .2s ease;
}

.tariffs-list-item-button a:hover, .tariffs-list-item-button-new a:hover {
    background: #fa6042;
}

@media (max-width: 1060px) {
    .tariffs-list-item-included ul li {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 960px) {
    .tariffs-list-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 460px) {
    .tariffs-list-item {
        flex: 0 0 100%;
    }
}


/* text-with-image-container */

.text-with-image-container {
    margin: 70px 0;
    padding: 1px 0;
}

.text-with-image-container h2 {
    text-align: left;
    margin: 0 0 1.8rem;
}

.text-with-image {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.text-with-image--text {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

.text-with-image--image {
    flex: 0 0 282px;
    margin-left: 60px;
}

.text-with-image--image img {
    max-width: 100%;
}

.text-with-image--image-script {
    flex: 0 0 260px;
    margin-left: 60px;
}

.text-with-image--image-script img {
    max-width: 100%;
}

@media (max-width: 900px) {
    .text-with-image {
        flex-wrap: wrap;
    }

    .text-with-image--image {
        flex: 0 0 100%;
        margin: 10px 0 0;
        text-align: center;
    }

    .text-with-image--image-script {
        flex: 0 0 30%;
        margin: 10px auto;
        text-align: center;
    }
}

@media (max-width: 32rem) {
    .text-with-image--text {
        font-size: 16px;
        line-height: 22px;
    }
}


/* video-list */

.video-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;

}

.video-list--item {
    flex: 0 0 calc(25% - 16px);
    margin: 8px;
    background: #f0f0f0;
}

.video-list--item-preview {
    position: relative;
    cursor: pointer;
}

.video-list--item-preview::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    transition: all .4s ease;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    pointer-events: none;
}

.video-list--item-preview:hover::after {
    /* filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8)); */
    border-color: transparent transparent transparent #ff9900;
}

.video-list--item-preview img,
.video-list--item-preview iframe {
    width: 100%;
    border: 0;
}

.video-list--item-descr {
    padding: 20px;
    text-align: left;
}

.video-list--item-heading {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1080px) {
    .video-list--item {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 580px) {
    .video-list--item {
        flex: 0 0 100%;
        margin: 8px 0;
    }

    .video-list--item-descr {
        font-size: 14px;
    }

    .video-list--item-heading {
        font-size: 16px;
    }
}


/* youtube players */

.youtube-wrapper {
    position: relative;
}

.youtube-wrapper img {
    width: 100%;
}

.youtube-wrapper--placeholder {
    display: block;
    margin: 0;
    border: 0;
    width: 100%;
}

.youtube-wrapper .youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.youtube-wrapper .audio-project {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.youtube-wrapper .youtube:before {
    display: none;
}

.youtube-wrapper .youtube:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    transition: all .6s ease;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
}

.youtube-wrapper:hover .youtube:after {
    /* filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8)); */
    border-color: transparent transparent transparent #ff9900;
}

.youtube-wrapper .youtube.loaded:after {
    display: none;
}

.youtube-wrapper .youtube-project {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
}

.youtube-wrapper .youtube-project:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    margin: -39px 0 0 -47px;
    transition: all .6s ease;
    border-radius: 45px;
    width: 90px;
    height: 90px;
    z-index: 1;
}

.youtube-wrapper .youtube-project:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    transition: all .6s ease;
    border-style: solid;
    border-width: 21px 0 21px 37px;
    border-color: transparent transparent transparent #e7332a;
    z-index: 2;
}

.youtube-wrapper:hover .youtube-project:after {
    /* filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8)); */
    border-color: transparent transparent transparent #982424;
}

.youtube-wrapper .youtube-project.loaded:after {
    display: none;
}

.youtube-wrapper .youtube-project.loaded:before {
    display: none;
}

.youtube-wrapper .youtube iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-border {
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* video-page-header */

.video-page-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.video-page-header {
    padding-top: 20px;
    font-size: 18px;
}

.video-page-header--left {
    width: 50%;
}

.video-page-header--left h1 {
    margin-bottom: 1.3rem;
}

.video-page-header--right {
    width: 40%;
    padding: 12px 0 0;
}

.video-page-header .columns {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 36px;
}

.video-page-header .youtube-wrapper .youtube:after {
    margin: -22px 0 0 -22px;
    border-width: 22px 0 22px 44px;
}

.video-page-header .columns > * {
    margin: 0 40px 0 0;
}

.video-page-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-page-header ul li {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 2px;
    background: none;
}

.video-page-header ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #ee352b;
    border-radius: 50%;
}

.video-page-header--button {
    margin: 0;
    padding: 0;
}

.video-page-header--button a {
    display: inline-block;
    padding: 12px 46px;
    border: #fff 1px solid;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.video-page-header--button a:hover {
    border-color: #ee352b;
}

@media (max-width: 880px) {
    .video-page-header {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .video-page-header--left,
    .video-page-header--right {
        width: 100%;
    }

    .video-page-header--left {
        margin-bottom: 32px;
    }

    .recommendation {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .video-page-header .columns {
        flex-wrap: wrap;
    }
}


/* youtube-box */

[data-youtube-box] {
    cursor: pointer;
}

.youtube-box {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}

.youtube-box.-active {
    opacity: 1;
    pointer-events: auto;
}

.youtube-box--overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.youtube-box--content-wrapper {
    position: relative;
    width: 96%;
    max-width: 700px;
    background: #000;
}

.youtube-box--content-close {
    position: absolute;
    right: 0;
    top: -40px;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    cursor: pointer;
    transition: all .3s ease;
}

.youtube-box--content-close:hover {
    color: #ee352b;
}

.youtube-box--content-wrapper .youtube-wrapper--placeholder {
    width: 100%;
}

.youtube-box--content-player,
.youtube-box--content-player iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}

.recommendation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 5rem;
}

.recommendation--slot {
    margin: 10px 0;
    z-index: 2;
}

.recommendation--slot img {
    z-index: 2;
    border: 1px solid #d6d6d6;
    width: 200px;
    height: 277px;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.recommendation--slot img:hover {
    z-index: 5;
    -webkit-transform: scale(2, 2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(2, 2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
@media (max-width: 500px) {
    .recommendation--slot img {
        width: 100%;
        height: auto;
    }
    .recommendation--slot img:hover {
        z-index: 5;
        -webkit-transform: scale(1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 550ms;
        -moz-transform: scale(1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 550ms;
    }
}
@media (max-width: 900px) {
    .recommendation {
        justify-content: space-around;
    }
}

.header-promo-script {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-promo-script .columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 3rem 0 36px;

}

.header-promo-script .columns > * {
    margin: 0 40px 0 0;
}

.header-promo-script ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 280px;
}

.header-promo-script ul li {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 2px;
    background: none;
    text-align: left;
}

@media (max-width: 696px) {
    .header-promo-script ul li {
        font-size: 21px;
        line-height: 25px;
    }
    .header-promo-script ul li:before {
        top: 11px;
    }
}

.header-promo-script ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.header-promo-script p {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: normal;
}

.header-promo-script p.header-button {
    margin-top: 2.5em;
    margin-bottom: 0;
}

.header-promo-script p.header-button a {
    display: inline-block;
    padding: 0 40px;
    font-size: 20px;
    line-height: 48px;
    border: 2px solid #ccc;
    color: #000;
    background: #fff;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.4s ease;
}

.header-promo-script p.header-button a:hover {
    color: #fff;
    background: none;
    border: 2px solid #fff;
}

.header-promo-video {
    max-width: 1200px;
    min-height: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-promo-video .part-one {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 100px 0;
}

.header-promo-video .part-two {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    display: flex;
    max-width: 400px;
    flex-direction: column;
    justify-content: flex-end;
}

.header-promo-video .part-one-desc {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    display: none;
    max-width: 550px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .header-promo-video .part-two {
        display: none;
    }
    .header-promo-video .part-one-desc {
        font-size: 17px;
        line-height: 1.5;
        text-align: left;
        display: block;
        max-width: 550px;
    }
}

.header-promo-video p.header-button {
    margin-top: 6em;
    margin-bottom: 0;
}

.header-promo-video p.header-button a {
    display: flex;
    justify-content: center;
    width: 280px;
    padding: 15px 60px;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    background: #2cb91ac7;
    text-decoration: none;
    transition: all 0.4s ease;
    white-space: nowrap;
}

.header-promo-video p.header-button a:hover {
    background: #30880b;
}

@media (max-width: 30rem) {
    .header-promo-video p.header-button a {
        width: 100%;
    }
}

.sub-title {
    font-size: 17px;
    border-radius: 3px;
    border: 1px solid lightblue;
    padding: 5px 15px;
    width: fit-content;
    margin: 7rem auto 2rem;
}

.new-block-marg {
    margin-top: 7rem !important;
}

ul.works-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1000px;
    flex-wrap: wrap;
    margin: 2rem auto 6rem;
}

.works-list li {
    margin: 15px;
    font-size: 21px;
    font-weight: 600;
    border-radius: 3px;
    border: 0;
    background: #fdc689;
    padding: 20px 30px;
    width: fit-content;
    display: inline-block;
    white-space: nowrap;
    transition: all 1s;
}

@media (max-width: 40rem) {
    .works-list li {
        margin: 8px;
        font-size: 17px;
        padding: 12px 15px;
    }
}

.black-arrow {
    width: 0;
    height: 0px;
    position: relative;
    top: 9px;
    display: inline-block;
    margin: 0 10px;
    border-top: 9px solid transparent;
    border-left: 28px solid #212121;
    border-bottom: 9px solid transparent;
}

.description-h2 {
    max-width: 750px;
    margin: 0 auto 24px;
}

/* Кейсы на главной */

.keys-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 4rem;
}

.keys-title--wrap-right {
    border-bottom: 1px solid #ee352b;
    margin-bottom: 30px;
    padding-right: 80px;
}

.keys-title--wrap-left {
    border-bottom: 1px solid #ee352b;
    margin-bottom: 30px;
    padding-left: 80px;
    margin-left: auto;
}

.keys-title {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 29px;
    padding-bottom: 3px;
    margin: 0;
}

.keys-img--right {
    margin-right: 50px;
}

.keys-img--left {
    margin-left: 50px;
}

.keys-img--right img, .keys-img--left img {
    width: 100%;
}

.keys-text--right {
    text-align: left;
}

.keys-text--left {
    text-align: right;
}

.keys-img--right, .keys-img--left {
    width: 55%;
    margin-bottom: 4rem;
}

.keys-text--right, .keys-text--left {
    width: 45%;
}

.keys-img-in-text {
    display: none;
    width: 100%;
    margin-bottom: 2rem;
}

.player-wrap .playerBlue.gray div.playerOkBlue a.btn, .player-wrap-mobile .playerBlue.gray div.playerOkBlue a.btn {
    height: 68px;
    width: 68px;
}

#keys-player {
    width: 68px;
    height: 68px;
}

.player-wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player-wrap-mobile {
    width: 100%;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}

.oval-mobile {
    position: absolute;
    z-index: 4;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.60);
    border-radius: 50%;
}

@media (max-width: 48rem) {
    .keys-title {
        font-size: 20px;
    }
}

/* Прелоадер */

.pre-loader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

.pre-loader div {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    height: 50px;
    width: 50px;
    position: relative;
    margin: -25px auto 0 auto;
    display: block;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #111;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateY(50%);
    -webkit-animation: load9 1.1s infinite linear;
    animation: load9 1.1s infinite linear;
}

.pre-loader div,
.pre-loader div:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded_hiding .pre-loader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .pre-loader {
    display: none;
}

p.cost__info:before {
    border-top: 1px solid gray;
    width: 70px;
    content: "";
    display: table;
    margin-top: 12px;
    margin-bottom: 2px;
}

.cost__mini {
    font-size: 13px;
    line-height: 16px;
}

/* Новые кейсы на главной */

.page-works__layout {
    margin-top: 50px;
    padding: 0;
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vCard {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border-bottom: none !important;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.layout__item {
    margin-bottom: 200px;
    width: 38%
}

.vCard__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.layout__item_right {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
}

.vCard__subtitle {
    margin-bottom: 10px;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1
}

.vCard__title_last {
    height: 29px;
}

.vCard__title {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    color: #212121;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.23;
    text-decoration: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    overflow-wrap: break-word
}

.vCard__img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

#firstscreen {
    display: none;
    position: relative;
    z-index: -1;
}

.firstscreen__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    overflow: hidden;
}

.firstscreen__bg-title {
    position: fixed;
    top: 50%;
    font-size: 200px;
    line-height: .8;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    color: #e6e6e6;
    z-index: -100;
}

.first-idents {
    margin-top: 3rem;
    margin-bottom: 10rem;
}

@media (hover: hover) {
    .vCard:hover .vCard__img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .vCard:hover .vCard__title {
        color: #e7332a
    }
}

@media (max-width: 768px) {
    .vCard__subtitle {
        font-size: 17px;
    }

    .vCard__title {
        font-size: 23px;
    }

    .page-works__layout {
        padding: 0 2.5rem;
    }

    .firstscreen__bg-title {
        font-size: 100px;
    }
}

@media (max-width: 480px) {
    .layout__item {
        width: 100%;
        margin-bottom: 70px;
    }

    .vCard__img-wrap {
        margin-bottom: 10px;
    }

    .layout__item_right {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .firstscreen__bg-title {
        font-size: 70px;
    }

    .first-idents {
        margin-bottom: 0;
    }
}

/* Новый футер */

.futer-go {
    display: flex;
    width: 100%;
    text-align: center;
    color: #fff;
    flex-direction: column;
    padding: 0 20px;
}

.futer-go__bg {
    background: rgb(76, 26, 55);
    background: -moz-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: -webkit-linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    background: linear-gradient(114deg, rgba(76, 26, 55, 1) 0%, rgba(13, 33, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1a37", endColorstr="#0d2131", GradientType=1);
}

.futer-go__fist-char {
    font-size: 50px;
    line-height: .8;
    font-weight: 500;
    margin-top: 105px;
    margin-bottom: 30px;
}

.futer-go__change {
    font-size: 50px;
    line-height: .8;
    font-weight: 900;
    margin-bottom: 100px;
    display: block;
    height: 40px;
}

.futer-go__change span {
    display: none;
}

.futer-go__change span:first-child {
    display: inline;
}

.futer-go__phone {
    font-size: 50px;
    line-height: .8;
    font-weight: 900;
    margin-bottom: 60px;
}

.futer-go__phone-title {
    font-size: 37px;
    line-height: .8;
    margin-bottom: 20px;
}

.futer-go__adress {
    font-size: 17px;
    line-height: .8;
    margin-bottom: 40px;
    color: #bdbdbd;
}

.futer-go__mail {
    margin-bottom: 105px;
}

.futer-go__mail a {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    border: #fff solid 2px;
    font-size: 17px;
    line-height: .8;
    margin: 0 auto;
    color: #212121;
    padding: 15px 70px;
    transition: all .5s;
}

.futer-go__mail a:hover {
    background: none;
    color: #fff;
}

@media (max-width: 850px) {
    .futer-go__fist-char, .futer-go__change, .futer-go__phone {
        font-size: 40px;
        line-height: 1;
    }
}

@media (max-width: 650px) {
    .futer-go__fist-char, .futer-go__change, .futer-go__phone {
        font-size: 30px;
        line-height: 1;
    }

    .futer-go__phone-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .futer-go__fist-char {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .futer-go__fist-char, .futer-go__change, .futer-go__phone {
        font-size: 26px;
        line-height: 1;
    }

    .futer-go__phone-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .futer-go__adress {
        font-size: 15px;
    }

    .futer-go__mail a {
        font-size: 15px;
        padding: 15px 50px;
    }
}

.last-box {
    background: #212121;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.last-box__logo {
    width: 200px;
    height: 52px;
    margin-bottom: 20px;
}

.last-box__adress {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.4;
}

.last-box__adress a {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.last-box__adress a:hover {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.last-box__copy {
    color: #9e9e9e;
    font-size: 13px;
    line-height: 1.4;
}

/* trust me */

.first-window {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.first-window .trust-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    ext-align: center;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.first-window .trust-wrap .trust-text {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 6px;
    color: #7b7b7b;
}

.first-window .trust-wrap a.trust-button {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 26px;
    display: block;
    padding: 15px 70px;
    color: #212121;
    background: #e9f3f5;
    margin: 0 auto;
    border: 0;
}

.trust-button-white {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 26px !important;
    line-height: 1.2 !important;
    display: block;
    padding: 15px 70px;
    color: #595959;
    background: #fff;
    margin: 50px auto 0;
    border: 0;
    width: auto !important;
}

.first-window .trust-wrap a.trust-button-mobile {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 26px;
    display: block;
    padding: 15px 70px;
    color: #212121;
    background: #e9f3f5;
    margin: 0 auto;
    border: 0;
    display: none;
}

.first-window .trust-wrap a.dont-trust {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 21px;
    color: #636363;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    border: 0;
    border-bottom: 1px dashed rgba(33, 33, 33, 0.3);
}

@media (max-width: 32rem) {
    .first-window .trust-wrap .trust-text {
        font-size: 40px;
    }

    .first-window .trust-wrap a.trust-button {
        display: none;
    }

    .first-window .trust-wrap a.trust-button-mobile {
        display: block;
    }
}


/* Отзывы. Новый дизайн */
.radio-review {
    margin-bottom: 5rem;
}

.radio-review--title {
    text-align: center;
    margin-bottom: 2rem;
}

.radio-review--title span {
    color: #e7332a;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
}

.review-block__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-block__review {
    border-radius: 7px;
    background: #f7f7f7;
    padding: 25px;
    width: 32%;
    margin-bottom: 15px;
}

.review-block__name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-block__text {
    font-size: 13px;
    line-height: 20px;
}

.review-block__more {
    text-align: center;
}

.review-block__more a.more-button {
    font-weight: 600;
    font-size: 15px;
}

.review-block__img {
    background: url("/themes/classic/img/yandex-dot.png") no-repeat 0 0;
    display: inline-block;
    width: 18px;
    height: 23px;
    margin-left: 4px;
    margin-top: 10px;
}

@media (max-width: 48rem) {
    .review-block__wrap {
        flex-direction: column;
    }

    .review-block__review {
        width: 100%;
    }
}

@media (max-width: 32rem) {
    .review-block__img {
        margin-left: 6px;
        margin-top: 4px;
    }
}

/* Конец. Отзывы. Новый дизайн */

/* Отзывы. Новый дизайн. Клиенты */
.radio-review-clients {

}

.radio-review--title-clients {
    margin-bottom: 2rem;
}

.radio-review--title span {
    color: #e7332a;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
}

.review-block__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-block__review-clients {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 15px;
    filter: drop-shadow(0px 0px 6px #1212);
}

.col-review-2 {
    width: 49%;
}

.col-review-3 {
    width: 32%;
}

.review-block__name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.review-block__text {
    font-size: 13px;
    line-height: 20px;
}
.review-block__review-clients a {
    float: right;
}

.review-block__more-clients {
    text-align: right;
}

.review-block__more a.more-button {
    font-weight: 600;
    font-size: 15px;
}

.review-block__img {
    background: url("/themes/classic/img/yandex-dot.png") no-repeat 0 0;
    display: inline-block;
    width: 18px;
    height: 23px;
    margin-left: 4px;
    margin-top: 10px;
}

@media (max-width: 48rem) {
    .review-block__wrap {
        flex-direction: column;
    }
    .col-review-2 {
        width: 100%;
    }
    .col-review-3 {
        width: 100%;
    }
}

@media (max-width: 32rem) {
    .review-block__img {
        margin-left: 6px;
        margin-top: 4px;
    }
}

/* Конец. Отзывы. Новый дизайн. Клиенты */

.top-menu__lang {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0 20px 0 10px;
}

.top-menu__lang a {
    color: #fff;
    border-bottom: 1px #fff0 solid;
    margin-right: 5px;
}

.wow-award {
    margin: 8rem auto;
}
@media (max-width: 48rem) {
    .wow-award {
        margin: 2rem auto;
    }
}

.block-offset {
    margin: 6rem auto;
}

.button-new {
    padding: 13px 30px;
    width: fit-content;
    border-radius: 30px;
    background: #49c5b6;
    color: #fff;
    display: block;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 0 !important;
}
.button-new:hover {
    background: #42AB9E;
    color: #fff;
    border: 0;
    border-bottom: 0 !important;
}

.btn-bg-purple,
a.btn-bg-purple {
    background: rgb(76,26,55);
    background: -moz-linear-gradient(114deg, rgba(160 74 124) 0%, rgba(76 26 55) 100%);
    background: -webkit-linear-gradient(114deg, rgba(160 74 124) 0%, rgba(76 26 55) 100%);
    background: linear-gradient(114deg, rgb(160 74 124) 0%, rgba(76 26 55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a04a7c",endColorstr="#4c1a37",GradientType=1);
    color: #ffffff;
}

.btn-bg-purple:hover,
a.btn-bg-purple:hover {
    background: rgb(76,26,55);
    background: -moz-linear-gradient(-38deg, rgba(160 74 124) 0%, rgba(76 26 55) 100%);
    background: -webkit-linear-gradient(-38deg, rgba(160 74 124) 0%, rgba(76 26 55) 100%);
    background: linear-gradient(-38deg, rgb(160 74 124) 0%, rgba(76 26 55) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1a37",endColorstr="#a04a7c",GradientType=1);
    color: #ffffff;
}

.hash-uniq {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 12px;
}
.hash-uniq a {
    border-bottom: 0;
}
.hash-uniq .hash-uniq__item {
    padding: 0px 10px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 27px;
    color: #212121;
    margin-right: 5px;
    white-space: nowrap;
    transition: all .5s;
}
.hash-uniq .hash-uniq__item:hover {
    color: #fff;
    background: rgb(160 74 124);
}

@media (max-width: 600px) {
    .hash-uniq .hash-uniq__item {
        font-size: 11px;
        line-height: 21px;
        margin-right: 3px;
    }
}

#amo_brand {
    display: none !important;
}

.soc-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.amo-button--facebook {
    background: rgba(2, 129, 255, 1) url(/themes/classic/img/svg/fb.svg) 50% no-repeat;
}
.amo-button--facebook:hover {
    background: rgba(2, 129, 255, 0.8) url(/themes/classic/img/svg/fb.svg) 50% no-repeat;
}
.amo-button--vk {
    background: rgba(74, 118, 168, 1) url(/themes/classic/img/svg/vk.svg) 50% no-repeat;
}
.amo-button--vk:hover {
    background: rgba(74, 118, 168, 0.8) url(/themes/classic/img/svg/vk.svg) 50% no-repeat;
}
.amo-button--instagram_business {
    background: rgba(225, 40, 111, 1) url(/themes/classic/img/svg/instagram.svg) 50% no-repeat;
}
.amo-button--instagram_business:hover {
    background: rgba(225, 40, 111, 0.8) url(/themes/classic/img/svg/instagram.svg) 50% no-repeat;
}
.amo-button--telegram {
    background: rgba(44, 168, 221, 1) url(/themes/classic/img/svg/telegram.svg) 50% no-repeat;
}
.amo-button--telegram:hover {
    background: rgba(44, 168, 221, 0.8) url(/themes/classic/img/svg/telegram.svg) 50% no-repeat;
}
.amo-button--whatsapp {
    background: rgba(87, 209, 99, 1) url(/themes/classic/img/svg/whatsapp.svg) 50% no-repeat;
}
.amo-button--whatsapp:hover {
    background: rgba(87, 209, 99, 0.8) url(/themes/classic/img/svg/whatsapp.svg) 50% no-repeat;
}
.amo-button__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom: 0 !important;
}
.amo-button {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 80% !important;
    position: relative;
    z-index: 5;
    cursor: pointer;
    border-radius: 30px;
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    will-change: transform, opacity;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.width-280 {
    width: 280px;
    margin: 0 auto 50px;
}

.vis-600px {
    display: block;
}
.red-dot {
    line-height: 22px;
}
.red-dot-right {
    margin-left: 0;
}

@media (min-width: 700px) {
    .vis-600px {
        display: none;
    }
    .red-dot {
        line-height: 31px;
    }
    .red-dot-right {
        margin-left: 40px;
    }
}
