@charset 'UTF-8';

/* base */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

html
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

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

caption,
th,
td
{
    font-weight: normal;

    text-align: left;
    vertical-align: middle;
}

q,
blockquote
{
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after
{
    content: '';
    content: none;
}

a img
{
    border: none;
}

elements-of-type(html5-block)
{
    display: block;
}

.h1
{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.tile-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.parag
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body *
{
    outline: none;
}

body.open
{
    overflow: hidden;
}

body .fancybox-navigation
{
    top: 50%;
}

div
{
    position: relative;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -ms-overflow-style: scrollbar;
}

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

.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;

    margin-right: -20px;
    margin-left: -20px;

        -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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-sm,
.col-sm-auto,
.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-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col
{
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

.col-auto
{
    width: auto;
    max-width: none;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    max-width: 8.333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
}

.col-2
{
    max-width: 16.666667%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
}

.col-3
{
    max-width: 25%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
}

.col-4
{
    max-width: 33.333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
}

.col-5
{
    max-width: 41.666667%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
}

.col-6
{
    max-width: 50%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
}

.col-7
{
    max-width: 58.333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
}

.col-8
{
    max-width: 66.666667%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
}

.col-9
{
    max-width: 75%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
}

.col-10
{
    max-width: 83.333333%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
}

.col-11
{
    max-width: 91.666667%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
}

.col-12
{
    max-width: 100%;

    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
}

.order-first
{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
}

.order-last
{
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
            order: 13;
}

.order-0
{
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
}

.order-1
{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
}

.order-2
{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
}

.order-3
{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
            order: 3;
}

.order-4
{
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
            order: 4;
}

.order-5
{
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
            order: 5;
}

.order-6
{
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
            order: 6;
}

.order-7
{
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
            order: 7;
}

.order-8
{
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
            order: 8;
}

.order-9
{
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
            order: 9;
}

.order-10
{
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
            order: 10;
}

.order-11
{
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
            order: 11;
}

.order-12
{
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
            order: 12;
}

.offset-1
{
    margin-left: 8.333333%;
}

.offset-2
{
    margin-left: 16.666667%;
}

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

.offset-4
{
    margin-left: 33.333333%;
}

.offset-5
{
    margin-left: 41.666667%;
}

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

.offset-7
{
    margin-left: 58.333333%;
}

.offset-8
{
    margin-left: 66.666667%;
}

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

.offset-10
{
    margin-left: 83.333333%;
}

.offset-11
{
    margin-left: 91.666667%;
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display:         flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display:         inline-flex !important;
}

.flex-row
{
            flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
}

.flex-column
{
            flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
}

.flex-row-reverse
{
            flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
}

.flex-column-reverse
{
            flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
}

.flex-wrap
{
        -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}

.flex-nowrap
{
        -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
        -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
}

.justify-content-around
{
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
}

.align-content-start
{
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
}

.align-content-end
{
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
}

.align-content-center
{
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
}

.align-content-between
{
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
}

.align-content-around
{
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
}

.align-content-stretch
{
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
}

.align-self-auto
{
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
}

.align-self-start
{
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
}

.align-self-end
{
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
}

.align-self-center
{
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
}

.align-self-baseline
{
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
}

.align-self-stretch
{
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
}

.hidden
{
    display: none !important;
}

.affix
{
    position: fixed;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    border: 0;
}

html,
body
{
    height: 100%;
}

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

b,
strong
{
    font-weight: bold;
}

img
{
    font-size: 0;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic;
    color: transparent;
}

ol,
ul
{
    list-style: none;
}

li
{
    display: list-item;
}

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

th,
td,
caption
{
    font-weight: normal;

    text-align: left;
    vertical-align: top;
}

q
{
    quotes: none;
}

q:before,
q:after
{
    content: '';
    content: none;
}

sub,
sup,
small
{
    font-size: 75%;
}

sub,
sup
{
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

input
{
    padding: 0;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

svg
{
    overflow: hidden;
}

.link
{
    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;
    text-decoration: inherit;

    color: inherit;
}

.link:hover,
.link:active,
.link:focus
{
    text-decoration: none;

    color: inherit;
}

.general-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;

    position: relative;

    width: 100%;
    margin-bottom: 50px;

    color: #404040;
}

.general-title:before
{
    position: absolute;
    z-index: 0;
    bottom: -27px;
    left: 0;

    width: 160px;
    height: 4px;

    content: '';

    background: #2f80ed;
}

.general-title:after
{
    position: absolute;
    z-index: -1;
    bottom: -25px;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #d8d8d8;
}

.auto-card
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    max-width: 234px;
    margin-bottom: 40px;
    padding: 0 16px;

    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0;
            flex: auto 0 0;
}

.auto-card > a
{
    height: auto;
}

.auto-card > a > img
{
    width: 100%;
    margin-bottom: 15px;
}

.auto-card > .auto-card-title
{
    font-size: 16px;

    margin-bottom: 5px;

    color: #333;
}

.auto-small-img {
    max-width: 200px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.auto-card > .auto-card-title a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.auto-card > span
{
    font-size: 13px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 6px;

    color: rgba(0, 0, 0, .5);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.auto-card > span .active
{
    text-decoration: underline;

    color: #2f80ed;
}

.auto-card > data
{
    font-size: 13px;

    color: rgba(0, 0, 0, .5);
}

.big-card
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    height: 288px;
    margin-right: 0;
    margin-bottom: 30px;
}

.big-card__slider
{
    height: 100%;
}

.big-card__slider .draggable,
.big-card__slider .slick-track
{
    height: 100%;
}

.big-card__slider .slick-slide > div
{
    height: 100%;
}

.big-card__slider .slick-dots
{
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 10px;

    list-style: none;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}

.big-card__slider .slick-dots li
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 9px;

    cursor: pointer;
    cursor: pointer;
    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;

    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
}

.big-card__slider .slick-dots li.slick-active
{
    -webkit-transition: all ease 1s;
         -o-transition: all ease 1s;
            transition: all ease 1s;

    border: 1px solid #fff;
    background-color: #fff;
}

.big-card__slider .slick-dots li button
{
    display: none;
}

.big-card__slider_counter
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;

    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;

    color: #fff;
}

.big-card__img
{
    position: absolute;
    /* z-index: -1; */
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.big-card__img:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 95, 198, .1)), to(#00132d));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 40%, #001025ad 80%);
    background:      -o-linear-gradient(rgba(255, 255, 255, 0) 40%, #001025ad 80%);
    background:         linear-gradient(rgba(255, 255, 255, 0) 40%, #001025ad 80%);
}

.big-card__title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    position: absolute;
    bottom: 70px;

    overflow: hidden;

    width: 100%;
    max-height: 130px;
    margin-bottom: 11px;
    padding: 0 10px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #fff;
}

.big-card__meta
{
    position: absolute;
    bottom: 36px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.big-card__category
{
    font-size: 11px;
    line-height: 20px;

    overflow: hidden;

    max-width: 100px;

    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
}

.big-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.big-card__data
{
    font-size: 11px;
    line-height: 20px;

    margin-right: 41px;

    text-transform: uppercase;

    color: #fff;
}

.big-card__data > i
{
    margin: 0 10px;
}

.big-card__view
{
    font-size: 11px;

    overflow: hidden;

    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
}

.big-card__view img
{
    -webkit-filter: brightness(2);
            filter: brightness(2);
}

.breadcrumbs
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 25px 0 20px;

    color: #2f80ed;
}

.breadcrumbs__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.breadcrumbs__item:last-child
{
    color: #000;
}

.breadcrumbs__item:not(:last-child)
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.breadcrumbs__item:not(:last-child):after
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 10px;
    height: 12px;
    margin: 0 7px;

    content: '';

    background-image: url(../img/chevron-icon.svg);
    background-repeat: no-repeat;
}

.chat-card
{
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.chat-card__title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;

    overflow: hidden;

    margin-bottom: 20px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #000;
}

.chat-card__tags
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 30px;
}

.chat-card__tags div:not(:last-child)
{
    margin-right: 10px;
}

.chat-card__meta
{
    font-family: 'Montserrat', sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chat-card__data
{
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.chat-card__view
{
    font-size: 13px;

    overflow: hidden;

    margin-right: 25px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.chat-card__answers
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #2f80ed;
}

.chat-card__answers span
{
    margin-right: 3px;
}

.chat-search
{
    height: auto;
    padding: 20px 20px 34px;

    background-color: #f5f5f5;
}

.chat-search__input > input
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 9px;

    color: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chat-search__input > button
{
    position: absolute;
    top: 50%;
    right: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    background-color: transparent;
}

.chat-search__input > button img
{
    -webkit-filter: brightness(3);
            filter: brightness(3);
}

.chat-search__link
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 32px;
    margin-bottom: 20px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
    border: 1px solid #2f80ed;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chat-search__tags
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.chat-search__tags div
{
    margin-right: 5px;
    margin-bottom: 10px;
}

.comment-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 8px 10px 15px;

    border: 1px solid #ededed;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #fbfbfb;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.comment-wrap:before
{
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -1px;

    width: 0;
    height: 0;

    content: '';

    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: transparent transparent transparent #ededed;
}

.comment-wrap:after
{
    position: absolute;
    top: -9px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 16px 0 0 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fbfbfb;
}

.comment
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 20px 0 50px 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.comment_reply
{
    padding: 20px 20px 40px 20px;

    background-color: #f5f5f5;
}

.comment_reply:before
{
    position: absolute;
    top: 5px;
    left: 5px;

    width: 29px;
    height: 25px;

    content: '';

    background-image: url(../img/reply-icon.svg);
    background-repeat: no-repeat;
}

.comment_reply .comment__reply-label
{
    right: 20px;
}

.comment.best:before
{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;

    position: absolute;
    top: 50%;
    right: -66px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 96px;
    height: 20px;

    content: 'лучший ответ';
    -webkit-transform: rotate(-90deg) translateY(50%);
        -ms-transform: rotate(-90deg) translateY(50%);
            transform: rotate(-90deg) translateY(50%);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    text-transform: uppercase;

    color: #000;
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    background: #f78181;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.comment__meta
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 100%;
    margin-bottom: 10px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.comment__avatar
{
    overflow: hidden;

    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-bottom: 0;

    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.comment__avatar img
{
    width: 100%;
    height: 100%;
}

.comment__name,
.comment__data
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    color: #797979;
}

.comment__name
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.comment__data
{
    font-size: 14px;
}

.comment__text
{
    width: 100%;
}

.comment__text p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;

    margin-bottom: 10px;

    color: #404040;
}

.comment__reply-label
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;

    position: absolute;
    right: 0;
    bottom: 10px;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    color: #2f80ed;
}

.comment__reply-label span
{
    text-decoration: underline;
}

.filter
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0 20px;

    color: #000;
    background-color: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.filter__close
{
    position: absolute;
    z-index: 101;
    top: -50px;
    left: 0;

    display: block;

    cursor: pointer;
}

.filter.open
{
    display: block;
}

.filter__label
{
    margin-right: 10px;
}

.filter form
{
    position: relative;
}

.filter__title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 140px;
    height: 30px;
    padding: 0 10px;

    cursor: pointer;
    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;

    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.filter__title:not(:last-child)
{
    margin-right: 10px;
}

.filter__title.open > i
{
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
}

.filter__title i
{
    position: absolute;
    top: 50%;
    right: 10%;

    width: 0;
    height: 0;

    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}

.filter__list-wrap
{
    position: absolute;
    z-index: 11;
    top: 30px;
    left: 0;

    display: none;
    display: none;
    overflow-y: scroll;

    width: -webkit-calc(100% - 10px);
    width:         calc(100% - 10px);
    max-height: 458px;
    padding: 5px 10px;

    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
}

.filter__list-wrap::-webkit-scrollbar
{
    width: 3px;
}

.filter__list-wrap::-webkit-scrollbar-button
{
    display: none;
}

.filter__list-wrap::-webkit-scrollbar-track
{
    width: 1px;

    background-color: #e0e0e0;
}

.filter__list-wrap::-webkit-scrollbar-thumb
{
    width: 3px;

    background-color: #2f80ed;
}

.filter__list-wrap.open
{
    display: block;
}

.filter__list-wrap .filter-input
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.filter__list-wrap .nothing_found
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    width: 100%;
    margin-top: 10px;

    text-align: center;
}

.filter__list-wrap .hide
{
    display: none;
}

.filter__list label
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: block;

    margin-bottom: 7px;

    cursor: pointer;
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
    white-space: nowrap;
}

.filter__list input
{
    position: absolute;

    width: 0;
    height: 0;

    opacity: 0;
}

.filter__list .mCSB_draggerRail
{
    width: 1px !important;

    background-color: #e0e0e0 !important;
}

.filter__list .mCSB_dragger_bar
{
    width: 3px !important;

    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    background-color: #2f80ed !important;
}

.filter__list-button
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    height: 30px;
    margin-top: 24px;

    -webkit-transition: all linear .12s;
         -o-transition: all linear .12s;
            transition: all linear .12s;
    text-align: center;
    vertical-align: middle;

    color: #000;
    border: none;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    background: -webkit-linear-gradient(352deg, #3023ae, #c96dd8);
    background:      -o-linear-gradient(352deg, #3023ae, #c96dd8);
    background:         linear-gradient(98deg, #3023ae, #c96dd8);
}

.footer
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 60px;

    background-color: #333;
}

.footer__top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin-bottom: 50px;
    padding: 0 15px 50px;

    border-bottom: 1px solid rgba(255, 255, 255, .2);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__logo
{
    width: 100% !important;
    margin-bottom: 20px;
}

.footer__item
{
    font-size: 16px;
    line-height: 22px;

    margin-bottom: 20px;

    color: #fff;
}

.footer__item li
{
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    color: #fff;
}

.footer__item li:first-child
{
    text-transform: uppercase;
}

.footer__bottom
{
    width: 100%;
}

.footer__soc-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 37px;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
}

.footer__soc-button_item
{
    width: 40px;
    height: 40px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    border: 1px solid #5e5e5e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.footer__soc-button_item:not(:last-child)
{
    margin-right: 0;
}

.footer__soc-button_item > a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.footer__soc-button_item > a > svg
{
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    fill: #a0a0a0;
}

.footer__copyright
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    text-align: center;

    color: #fff;
}

.header
{
    font-family: 'Montserrat', sans-serif;

    z-index: 10;

    width: 100%;
    height: 50px;

    background-color: #212121;
}

.header > .container
{
    position: static;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.header__logo
{
    margin-right: auto;
}

.header__soc-button
{
    position: absolute;
    top: -webkit-calc(100vh - 70px);
    top:         calc(100vh - 70px);
    left: 0;

    display: none;

    width: 100vw;
    height: 70px;
    /* margin-right: 37px; */
    padding-left: 47px;

    background-color: #d8d8d8;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header__soc-button.open
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.header__soc-button_item
{
    width: 40px;
    height: 40px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    border: 1px solid #8f8f8f;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
}

.header__soc-button_item:not(:last-child)
{
    margin-right: 14px;
}

.header__soc-button_item > a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.header__soc-button_item > a > svg > path
{
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    fill: #8f8f8f;
}

.header__log-wrap
{
    position: absolute;
    top: 50px;
    left: 0;

    display: none;
            flex-direction: row;

    width: 100vw;
    height: 50px;

    background-color: #2f80ed;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
}

.header__log-wrap.open
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.header__logup
{
    font-size: 14px;

    margin-right: 27px;

    cursor: pointer;
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
}

.header__login
{
    font-size: 14px;

    width: 80px;
    height: 32px;

    cursor: pointer;
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background-color: transparent;
}

.header__login a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header__mob-menu-button
{
    margin-left: auto;
}

.incut-text
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    margin: 10px 0;
    padding-left: 20px;

    color: #000;
    border-left: 2px solid #2f80ed;
}

.news-card
{
    font-family: 'Montserrat', sans-serif;

    height: 100%;
    padding-bottom: 71px;

    background-color: #fff;
}

.news-card:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    background-color: #2f80ed;
}

.news-card__img
{
    position: static;

    overflow: hidden;

    width: 100%;
    height: 240px;
    margin-bottom: 30px;
}

.news-card__img a
{
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.news-card__title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;

    overflow: hidden;

    max-height: 85px;
    margin-bottom: 7px;
    padding: 0;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #333;
}

.news-card__subtitle
{
    font-size: 16px;
    line-height: 22px;

    overflow: hidden;

    max-height: 110px;
    padding: 0;

    color: #404040;
}

.news-card__meta
{
    position: absolute;
    bottom: 26px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.news-card__category
{
    font-size: 10px;
    line-height: 20px;

    overflow: hidden;

    max-width: 70px;

    white-space: nowrap;
    text-transform: uppercase;

    color: #313131;
}

.news-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.news-card__data
{
    font-size: 10px;
    line-height: 20px;

    margin-right: 10px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.news-card__data > i
{
    margin: 0 5px;
}

.news-card__votes
{
    font-family: Montserrat;
    font-size: 10px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    text-transform: uppercase;

    color: #747373;
}

.news-card__votes_like, .news-card__votes_dislike {
    cursor: pointer; 

    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.news-card__view {
    position: relative;
}

.news-card__view span {
    font-family: 'Montserrat';
    position: relative;
    top: 1px;
}



.news-card__votes_like.active, .news-card__votes_dislike.active {
    color: #2f80ed;  
}

.news-card__votes_like:hover, .news-card__votes_dislike:hover {
    color: #2f80ed;    
}  

.news-card__votes_like:hover .icon path, 
.news-card__votes_dislike:hover .icon path,
.news-card__votes_like.active svg path, 
.news-card__votes_dislike.active svg path 
{
    fill: #2f80ed;
} 

.news-card__votes_like
{
    width: 45px;
    margin-right: 5px;
    padding-left: 20px;
}

.news-card__votes_like img
{
    position: absolute;
    top: -5px;
    left: 0;

    width: 15px;
}

.news-card__votes_like .icon
{
    position: absolute;
    top: -5px;
    left: 0;

    width: 15px;
}

.news-card__votes_dislike
{
    width: 45px;
    padding-left: 20px;
}

.news-card__votes_dislike img
{
    position: absolute;
    top: 1px;
    left: 0;

    width: 15px;
}

.news-card__votes_dislike .icon
{
    position: absolute;
    top: 1px;
    left: 0;

    width: 15px;
}

.news-card__view
{
    font-size: 11px;

    overflow: hidden;

    margin-left: auto;

    white-space: nowrap;
    text-transform: uppercase;

    color: #8f8f8f;
}

.news-card__view img
{
    width: 20px;
}

.review-card
{
    font-family: 'Montserrat', sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    margin-bottom: 44px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.review-card__img
{
    overflow: hidden;

    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    margin-right: 41px;

    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0;
            flex: auto 0 0;
}

.review-card__img a
{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.review-card__title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;

    overflow: hidden;

    max-height: 85px;
    margin-top: 3px;
    margin-bottom: 22px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #404040;
}

.review-card__wrap
{
    padding-bottom: 40px;
}

.review-card__comment
{
    width: 100%;
}

.review-card__comment_name
{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 3px;
}

.review-card__comment_name a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    color: #797979;
}

.review-card__comment_text
{
    font-size: 14px;
    line-height: 20px;

    color: #404040;
}

.review-card__meta
{
    position: absolute;
    bottom: 8px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.review-card__category
{
    font-size: 10px;
    line-height: 20px;

    text-transform: uppercase;

    color: #313131;
}

.review-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.review-card__data
{
    font-size: 12px;
    line-height: 20px;

    margin-right: 10px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.review-card__data > i
{
    margin: 0 5px;
}

.review-card__votes
{
    font-family: Montserrat;
    font-size: 11px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    text-transform: uppercase;

    color: #747373;
}

.review-card__votes_like
{
    width: 45px;
    margin-right: 5px;
    padding-left: 20px;
}

.review-card__votes_like img
{
    position: absolute;
    top: -5px;
    left: 0;

    width: 15px;
}

.review-card__votes_dislike
{
    width: 45px;
    padding-left: 20px;
}

.review-card__votes_dislike img
{
    position: absolute;
    top: 1px;
    left: 0;

    width: 15px;
}

.review-card__view
{
    font-size: 11px;

    overflow: hidden;

    margin-left: auto;

    text-transform: uppercase;

    color: #8f8f8f;
}

.review-card__view img
{
    width: 20px;
}

.side-menu
{
    position: fixed;
    z-index: 100;
    top: 218px;
    left: 26px;

    display: none;
            flex-direction: column;

    width: 200px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.side-menu__item
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;

    margin-bottom: 20px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #000;
}

.side-menu__item.active
{
    color: #2f80ed;
}

.singin
{
    font-family: 'Montserrat', sans-serif;

    position: absolute;
    z-index: 100;
    top: 50px;
    right: 50%;

    display: none;

    width: 440px;
    max-width: 100%;
    height: auto;
    padding: 20px 10px 30px;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);

    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #f7f7f7;
}

.singin.open
{
    display: block;
}

.singin__title
{
    font-size: 36px;
    font-weight: 600;

    margin-bottom: 20px;

    text-align: center;

    color: #000;
}

.singin__subtitle
{
    font-size: 16px;

    margin-bottom: 20px;

    text-align: center;

    color: #000;
}

.singin__socnet
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 40px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.singin__socnet_item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50px;
    height: 50px;

    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;

    -webkit-border-radius: 4px;
            border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.singin__socnet_item:nth-child(1)
{
    background-color: #4680c2;
}

.singin__socnet_item:nth-child(2)
{
    background-color: #3a5695;
}

.singin__socnet_item:nth-child(3)
{
    background-color: #2164ab;
}

.singin__socnet_item:nth-child(4)
{
    background-color: #f58220;
}

.singin__socnet_item:nth-child(5)
{
    background-color: #e05139;
}

.singin__form
{
    margin-bottom: 30px;
}

.singin__form label
{
    font-size: 16px;

    position: relative;

    color: #000;
}

.singin__form label.error:before
{
    font-size: 16px;

    position: absolute;
    top: 77px;
    left: 0;

    content: 'Неверный логин';

    color: #e22a34;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.singin__form label.error input
{
    margin-bottom: 60px;

    border: 1px solid #e22a34;
    background-color: #faffac;
}

.singin__form input
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;

    color: #000;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
}

.singin__form input:focus
{
    border: 1px solid #2f80ed;
}

.singin__form button
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 32px;

    cursor: pointer;
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
    border: 1px solid #2f80ed;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.singin__forget-pass,
.singin__singup
{
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #000;

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.singin__forget-pass
{
    margin-bottom: 20px;
}

.singup
{
    font-family: 'Montserrat', sans-serif;

    position: absolute;
    z-index: 100;
    top: 50px;
    right: 50%;

    display: none;

    width: 440px;
    max-width: 100%;
    height: auto;
    padding: 20px 10px 30px;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);

    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #f7f7f7;
}

.singup.open
{
    display: block;
}

.singup__title
{
    font-size: 36px;
    font-weight: 600;

    margin-bottom: 20px;

    text-align: center;

    color: #000;
}

.singup__subtitle
{
    font-size: 16px;

    margin-bottom: 20px;

    text-align: center;

    color: #000;
}

.singup__socnet
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 40px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.singup__socnet_item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50px;
    height: 50px;

    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;

    -webkit-border-radius: 4px;
            border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.singup__socnet_item:nth-child(1)
{
    background-color: #4680c2;
}

.singup__socnet_item:nth-child(2)
{
    background-color: #3a5695;
}

.singup__socnet_item:nth-child(3)
{
    background-color: #2164ab;
}

.singup__socnet_item:nth-child(4)
{
    background-color: #f58220;
}

.singup__socnet_item:nth-child(5)
{
    background-color: #e05139;
}

.singup__form
{
    margin-bottom: 30px;
}

.singup__form label
{
    font-size: 16px;

    position: relative;

    color: #000;
}

.singup__form label.error:before
{
    font-size: 16px;

    position: absolute;
    top: 77px;
    left: 0;

    content: 'Неверный логин';

    color: #e22a34;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.singup__form label.error input
{
    margin-bottom: 60px;

    border: 1px solid #e22a34;
    background-color: #faffac;
}

.singup__form input
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;

    color: #000;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
}

.singup__form input:focus
{
    border: 1px solid #2f80ed;
}

.singup__form button
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 32px;

    cursor: pointer;
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
    border: 1px solid #2f80ed;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.singup__forget-pass,
.singup__singup
{
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #000;

    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

.singup__forget-pass
{
    margin-bottom: 20px;
}

.small-cards-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.small-card
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    height: 288px;
    margin: 0 0 30px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 95, 198, .1)), to(#00132d));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:      -o-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:         linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
}

.small-card__img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.small-card__title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    position: absolute;
    bottom: 50px;

    width: 100%;
    margin-bottom: 11px;
    padding: 0 10px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #fff;
}

.small-card__meta
{
    position: absolute;
    bottom: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.small-card__category
{
    font-size: 11px;
    line-height: 20px;

    overflow: hidden;

    max-width: 125px;

    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
}

.small-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.small-card__data
{
    font-size: 11px;
    line-height: 20px;

    margin-right: 15px;

    text-transform: uppercase;

    color: #fff;
}

.small-card__data > i
{
    margin: 0 10px;
}

.small-card__view
{
    font-size: 11px;

    overflow: hidden;

    white-space: nowrap;
    text-transform: uppercase;

    color: #fff;
}

.small-card__view img
{
    -webkit-filter: brightness(2);
            filter: brightness(2);
}

.submenu
{
    font-family: 'Montserrat', sans-serif;

    position: absolute;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;

    width: 100%;
    height: 53px;
    margin-bottom: 25px;

    background-color: #f5f5f5;
}

.submenu.open
{
    display: block;
}

.submenu > .container
{
    position: static;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.submenu__mainmenu
{
    font-size: 14px;

    position: absolute;
    top: 50px;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100vw;
    height: -webkit-calc(100vh - 220px);
    height:         calc(100vh - 220px);
    margin-right: 32px;
    margin-left: auto;
    padding-top: 20px;

    letter-spacing: 1px;

    color: #212121;
    background-color: #f5f5f5;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.submenu__mainmenu > a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: auto;
    height: 30px;
    margin: 0 45px;

    cursor: pointer;
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.submenu__mainmenu > a:first-child
{
    width: auto;
    padding: 0 12px;
}

.submenu__mainmenu > a:not(:last-child)
{
    border-bottom: 1px solid #d8d8d8;
}

.submenu__search
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100vw;
    height: 50px;
    margin-left: auto;
    padding: 0 50px;

    background-color: #e8e8e8;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.submenu__search.open
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.submenu__search_close-icon
{
    display: none;
}

.submenu__search input
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-left: 10px;

    letter-spacing: 1px;

    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: transparent;
}

.submenu__search img
{
    cursor: pointer;
}

.submenu__submenu
{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;

    position: absolute;
    top: 53px;
    left: 0;

    display: none;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 0;

    color: #212121;
    background-color: #fff;
}

.submenu__submenu.open
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.submenu__submenu > .container
{
    position: static;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0;
}

.submenu__submenu > .container > li
{
    width: 100%;
    padding: 0;
}

.submenu__submenu > .container > li.active
{
    color: #2f80ed;
}

.submenu__submenu > .container > li.active .submenu__auto-content-wrap,
.submenu__submenu > .container > li.active .submenu__news-content-wrap,
.submenu__submenu > .container > li.active .submenu__reviews-content-wrap
{
    display: block;
}

.submenu__submenu_auto .mCustomScrollBox
{
    width: 100%;
}

.submenu__submenu_auto .mCSB_container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 0 !important;
}

.submenu__submenu_auto .mCSB_draggerRail
{
    height: 1px !important;

    background-color: #e0e0e0 !important;
}

.submenu__submenu_auto .mCSB_dragger_bar
{
    height: 3px !important;

    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    background-color: #2f80ed !important;
}

.submenu__auto-content-wrap,
.submenu__news-content-wrap,
.submenu__reviews-content-wrap
{
    position: absolute;
    top: 31px;
    left: 0;

    display: none;

    width: 100%;
    padding: 31px 0 0;

    background-color: #fff;
}

.submenu__auto-content,
.submenu__news-content,
.submenu__reviews-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0;
}

.submenu__auto-content_more,
.submenu__news-content_more,
.submenu__reviews-content_more
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    position: absolute;
    bottom: -60px;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 60px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
    text-transform: uppercase;

    color: #9a9a9a;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.submenu__auto-content_more a,
.submenu__news-content_more a,
.submenu__reviews-content_more a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.submenu__auto-content_more img,
.submenu__news-content_more img,
.submenu__reviews-content_more img
{
    margin-right: 26px;
}

.submenu__auto-content
{
    overflow-x: scroll;
}

.submenu__auto-content::-webkit-scrollbar
{
    height: 5px;
}

.submenu__auto-content::-webkit-scrollbar-button
{
    display: none;
}

.submenu__auto-content::-webkit-scrollbar-track
{
    height: 1px;

    background-color: #e0e0e0;
}

.submenu__auto-content::-webkit-scrollbar-thumb
{
    height: 3px;

    background-color: #2f80ed;
}

.tag
{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;

    width: auto;
    height: 20px;
    padding: 0 7px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #8f8f8f;
    border: 1px solid #9a9a9a;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background-color: transparent;
}

.tag a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-review-big-card
{
    font-family: 'Montserrat', sans-serif;

    height: auto;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.top-review-big-card:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    background-color: #2f80ed;
}

.top-review-big-card__img
{
    position: static;

    overflow: hidden;

    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    margin-bottom: 30px;
}

.top-review-big-card__img a
{
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.top-review-big-card__rating
{
    position: absolute;
    top: -webkit-calc(100vw / 1.5 - 35px);
    top:         calc(100vw / 1.5 - 35px);
    right: 0;

    width: 70px;
    height: 70px;

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.top-review-big-card__rating span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    letter-spacing: -.7px;

    color: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-review-big-card__rating svg
{
    position: absolute;
    top: 0;
    left: 0;
}

.top-review-big-card__rating svg.anim circle
{
    -webkit-animation: dash 1.5s ease forwards;
            animation: dash 1.5s ease forwards;
}

@-webkit-keyframes dash
{
    from
    {
        stroke-dasharray: 1000;
    }
}

@keyframes dash
{
    from
    {
        stroke-dasharray: 1000;
    }
}

.top-review-big-card__title
{
    font-size: 24px;
    font-weight: 600;

    overflow: hidden;

    max-height: 95px;
    margin-bottom: 27px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #404040;
}

.top-review-big-card__subtitle
{
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;
    overflow: hidden;

    max-height: 140px;
    max-height: 140px;

    color: #404040;
}

.top-review-big-card__meta
{
    position: absolute;
    bottom: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-review-big-card__category
{
    font-size: 12px;
    line-height: 20px;

    text-transform: uppercase;

    color: #313131;
}

.top-review-big-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.top-review-big-card__data
{
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.top-review-big-card__data > i
{
    margin: 0 10px;
}

.top-review-big-card__view
{
    font-size: 13px;

    overflow: hidden;

    margin-left: auto;

    text-transform: uppercase;

    color: #8f8f8f;
}

.top-review-small-card
{
    font-family: 'Montserrat', sans-serif;

    height: auto;
    margin-bottom: 31px;
    padding-bottom: 40px;
}

.top-review-small-card:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    background-color: #2f80ed;
}

.top-review-small-card__img
{
    position: static;

    overflow: hidden;

    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    margin-bottom: 25px;
}

.top-review-small-card__img a
{
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.top-review-small-card__rating
{
    position: absolute;
    top: -webkit-calc(100vw / 1.5 - 20px);
    top:         calc(100vw / 1.5 - 20px);
    right: 0;

    width: 40px;
    height: 40px;

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
}

.top-review-small-card__rating span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 100%;

    letter-spacing: -.7px;

    color: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-review-small-card__rating svg
{
    position: absolute;
    top: 0;
    left: 0;
}

.top-review-small-card__rating svg.anim circle
{
    -webkit-animation: dash 1.5s ease forwards;
            animation: dash 1.5s ease forwards;
}

@keyframes dash
{
    from
    {
        stroke-dasharray: 1000;
    }
}

.top-review-small-card__title
{
    font-size: 22px;
    font-weight: 600;

    overflow: hidden;

    max-height: 89px;
    margin-bottom: 28px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #404040;
}

.top-review-small-card__title:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    background-color: #ececec;
}

.top-review-small-card__meta
{
    position: absolute;
    bottom: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.top-review-small-card__category
{
    font-size: 11px;
    line-height: 20px;

    overflow: hidden;

    max-width: 120px;

    white-space: nowrap;
    text-transform: uppercase;

    color: #313131;
}

.top-review-small-card__category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.top-review-small-card__data
{
    font-size: 11px;
    line-height: 20px;

    margin-right: 8px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.top-review-small-card__data > i
{
    margin: 0 7px;
}

.top-review-small-card__view
{
    font-size: 11px;

    overflow: hidden;

    margin-left: auto;

    white-space: nowrap;
    text-transform: uppercase;

    color: #8f8f8f;
}

.auto-page__section-wrap .col-6.auto-page__section_right
{
    padding-top: 59px;
}

.auto-page__section
{
    margin-bottom: 16px;
}

.auto-page__section:after
{
    display: table;
    clear: both;

    content: '';
}

.auto-page__section > h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 36px;

    color: #000;
}

.auto-page__section > h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    color: #000;
}

.auto-page__section > p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 15px;

    color: #000;
}

.auto-page__section > img
{
    width: 100%;
    margin-bottom: 40px;
}

.auto-page__section > img:nth-child(even)
{
    float: left;

    margin-right: 40px;
}

.auto-page__section > img:nth-child(odd)
{
    float: right;

    margin-left: 40px;
}

.auto-page__section-banner
{
    position: relative;

    width: 100%;
    height: 500px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 95, 198, .1)), to(#00132d));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:      -o-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:         linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
}

.auto-page__section-banner_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.auto-page__section-banner_title
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.auto-page__section-banner h1
{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: bold;

    margin-bottom: 25px;

    text-align: center;

    color: #fff;
}

.auto-page__section-banner_tag
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.auto-page__section-banner_tag > a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;

    width: auto;
    margin-bottom: 3px;
    padding: 0 3px;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    text-align: center;

    color: #fff;
}

.auto-page__section-banner_meta
{
    position: absolute;
    bottom: 35px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 0 15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.auto-page__section-banner_category
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    text-transform: uppercase;

    color: #fff;
}

.auto-page__section-banner_data
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #fff;
}

.auto-page__section-banner_data > i
{
    margin: 0 10px;
}

.auto-page__section-banner_author
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    width: 100%;

    text-transform: uppercase;

    color: #fff;
}

.auto-page__section-banner_author a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.auto-page__section-feature
{
    margin-bottom: 20px;
}

.auto-page__section-feature_feature-table
{
    width: 100%;

    border-collapse: separate;
}

.auto-page__section-feature_feature-table tr
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 32px;

    height: 32px;

    color: #000;
}

.auto-page__section-feature_feature-table tr:nth-child(odd) td
{
    background-color: #ededed;
}

.auto-page__section-feature_feature-table tr td
{
    padding-left: 10px;
}

.auto-page__section-feature_feature-table tr td:first-child
{
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
}

.auto-page__section-feature_feature-table tr td:last-child
{
    -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
}

.auto-page__slider-wrap
{
    margin-top: 40px;
    overflow: hidden;

    width: 100%;
}

.auto-page__slider
{
    width: 100%;
    padding: 0;
}

.auto-page__slider_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 26px;

    color: #000;
}

.auto-page__slider .slick-list
{
    overflow: visible !important;

    padding: 0 !important;
}

.auto-page__slider .slick-track
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}

.auto-page__slider .slick-slide
{
    -webkit-transition: opacity ease 1s;
         -o-transition: opacity ease 1s;
            transition: opacity ease 1s;

    opacity: .3;
}

.auto-page__slider_item
{
    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
}

.auto-page__slider_item_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.auto-page__slider .slick-current
{
    -webkit-transition: opacity ease 1s;
         -o-transition: opacity ease 1s;
            transition: opacity ease 1s;

    opacity: 1;
}

.auto-page__slider .slick-current .auto-page__slider_item
{
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
}

.auto-page__slider .slick-current .auto-page__slider_item_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.auto-page__slider .slick-current + .slick-slide
{
    opacity: 1;
}

.auto-page__slider .slick-arrow
{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: -webkit-calc(100% - 100px);
    left:         calc(100% - 100px);

    width: 10px;
    height: 32px;
    padding: 0;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: transparent;
    border: none;
    background-color: transparent;
    background-image: url('../img/arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto;
            background-size: auto;
        
    cursor: pointer;

    -webkit-filter: brightness(100);
            filter: brightness(100);
}

.auto-page__slider .slick-next
{
    left: -webkit-calc(100% - 30px);
    left:         calc(100% - 30px);

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.auto-page__comments
{
    margin-bottom: 40px;
    padding-top: 50px;
}

.auto-page__comments_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 40px;

    color: #000;
}

.auto-page__section-review h2:after
{
    display: none;
}

.auto-page__section-review_comment
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    margin-bottom: 30px;
}

.auto-page__section-review_comment_name
{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 3px;

    color: #797979;
}

.auto-page__section-review_comment_name a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.auto-page__section-review_comment_text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    color: #404040;
}

.chat-page__main-wrap
{
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.chat-page__main
{
    margin-bottom: 50px;
}

.chat-page__title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 24px;

    color: #000;
}

.chat-page__text
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 40px;

    color: #000;
}

.chat-page__tags
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 30px;
}

.chat-page__tags div:not(:last-child)
{
    margin-right: 10px;
}

.chat-page__meta
{
    font-family: 'Montserrat', sans-serif;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chat-page__data
{
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.chat-page__view
{
    font-size: 13px;

    overflow: hidden;

    margin-right: 25px;

    text-transform: uppercase;

    color: #8f8f8f;
}

.chat-page__answers
{
    padding-top: 50px;
}

.chat-page__answers_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 40px;

    color: #000;
}

.chat-page__reply-form
{
    width: 100%;
    margin-top: 50px;
}

.chat-page__reply-form textarea
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;

    width: 100%;
    height: 140px;
    margin-bottom: 30px;
    padding: 16px 18px 24px 11px;

    resize: none;

    color: #404040;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
}

.chat-page__reply-form textarea:focus::-webkit-input-placeholder
{
    color: transparent;
}

.chat-page__reply-form textarea:focus:-moz-placeholder
{
    color: transparent;
}

.chat-page__reply-form textarea:focus::-moz-placeholder
{
    color: transparent;
}

.chat-page__reply-form textarea:focus:-ms-input-placeholder
{
    color: transparent;
}

.chat-page__reply-form textarea::-webkit-scrollbar
{
    width: 3px;

    cursor: default;
}

.chat-page__reply-form textarea::-webkit-scrollbar-button
{
    display: none;
}

.chat-page__reply-form textarea::-webkit-scrollbar-track
{
    width: 1px;

    background-color: #e0e0e0;
}

.chat-page__reply-form textarea::-webkit-scrollbar-thumb
{
    width: 3px;

    cursor: pointer;

    background-color: #2f80ed;
}

.chat-page__reply-form a
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 281px;
    height: 32px;
    margin-bottom: 20px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #fff;
    border: 1px solid #2f80ed;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    background: #2f80ed;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chats-page__main-content
{
            flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
}

.chats-page__search-wrap
{
    margin-bottom: 20px;
}


.chats-page__pagination
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: -30px;
    margin-bottom: 40px;
    padding: 20px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.chats-page__pagination_item
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 32px;

    padding: 0 6px;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    text-decoration: none;

    color: rgba(0, 0, 0, .3);
}

.chats-page__pagination_item_active
{
    color: #000;
}

.chats-page__pagination_prev
{
    margin-right: 8px;
}

.chats-page__pagination_prev path
{
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    stroke: #000;
}

.chats-page__pagination_next
{
    margin-left: 8px;
}

.chats-page__pagination_next path
{
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    stroke: #000;
}

.engine-page__title
{
    margin-bottom: 56px;
}

.engine-page__section-wrap
{
    margin-bottom: -15px;
}

.engine-page__section-wrap .col-6.engine-page__section_right
{
    padding-top: 50px;
}

.engine-page__section
{
    width: 100%;
    margin-bottom: 17px;
}

.engine-page__section:after
{
    display: table;
    clear: both;

    content: '';
}

.engine-page__section > h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 25px;

    color: #000;
}

.engine-page__section > h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    color: #000;
}

.engine-page__section > p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 15px;

    color: #000;
}

.engine-page__section > img
{
    width: 100%;
    margin-bottom: 40px;
}

.engine-page__section > img:nth-child(even)
{
    float: left;

    margin-right: 40px;
}

.engine-page__section > img:nth-child(odd)
{
    float: right;

    margin-left: 40px;
}

.engine-page__section-feature
{
    margin-bottom: 20px;
}

.engine-page__section-feature_feature-table
{
    width: 100%;

    border-collapse: separate;
}

.engine-page__section-feature_feature-table tr
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 32px;

    height: 32px;

    color: #000;
}

.engine-page__section-feature_feature-table tr:nth-child(odd) td
{
    background-color: #ededed;
}

.engine-page__section-feature_feature-table tr td
{
    padding-left: 10px;
}

.engine-page__section-feature_feature-table tr td:first-child
{
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
}

.engine-page__section-feature_feature-table tr td:last-child
{
    -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
}

.engine-page__engine-list
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 32px;

    color: #2f80ed;

    -webkit-column-count: 1;
            column-count: 1;
}

.engine-page__engine-list a
{
    position: relative;

    margin-right: 50px;

    text-decoration: none;
}

.engine-page__engine-list a:hover {
    color: #0248a5;
}

.engine-page__section ul, .engine-page__section ol {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
    margin-bottom: 25px;
}

.engine-page__section ul li {
    list-style: disc;
}

.engine-page__section ol li {
    list-style: decimal;
    margin-bottom: 15px;
}

.engine-page__engine-list a:before
{
    position: absolute;
    bottom: 7px;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

}

.engine-page__comments
{
    margin-bottom: 40px;
    padding-top: 50px;
}

.engine-page__comments_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 40px;

    color: #000;
}

.engines-list-page__section
{
    font-family: 'Montserrat', sans-serif;

    margin-bottom: 45px;
}

.engines-list-page__section_text
{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #000;
    width: 100%;
}

.engines-list-page__section_generation-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.engines-list-page__section_generation
{
    width: 25%;
    margin-bottom: 32px;
    padding-right: 10px;
}

.engines-list-page__section_generation_title
{
    font-size: 14px;
    font-weight: 600;

    margin-bottom: 8px;

    color: #000;
}

.engines-list-page__section_generation_item
{
    font-size: 14px;
    line-height: 24px;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;

    color: #000;
}

.engines-page__section:after
{
    display: table;
    clear: both;

    content: '';
}

.engines-page__section > h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 36px;

    color: #000;
}

.engines-page__section > h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    color: #000;
}

.engines-page__section > p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 15px;

    color: #000;
}

.engines-page__section > img
{
    width: 100%;
    margin-bottom: 40px;
}

.engines-page__section > img:nth-child(even)
{
    float: left;

    margin-right: 40px;
}

.engines-page__section > img:nth-child(odd)
{
    float: right;

    margin-left: 40px;
}

.error-page__title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: bold;

    margin: 40px 0;

    color: #000;
}

.error-page__link
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 200px;
    height: 32px;
    margin-bottom: 60px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    color: #000;
    border: 1px solid #2f80ed;
    -webkit-border-radius: 100px;
            border-radius: 100px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.error-page__number
{
    margin-bottom: 360px;
}

.error-page__number img
{
    width: 100%;
}

.home-page__h1
{
    position: absolute;

    opacity: 0;
}

.home-page__news-wrap
{
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 81px;
    margin-left: 0;
}

.home-page__latest-news-wrap
{
    width: 100%;
    padding-top: 52px;
    padding-bottom: 70px;

    background-color: transparent;
}

.home-page__latest-news_title
{
    position: absolute;
    top: -111px;
    left: 0;

    width: 100%;
    padding: 0 20px;
}

.home-page__latest-news_title:after
{
    left: 20px;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
}

.home-page__latest-news_title:before
{
    left: 20px;
}

.home-page__slider-wrap
{
    overflow: hidden;

    width: 100%;
    margin-bottom: 67px;

    background-color: #e0e0e0;
}

.home-page__slider
{
    width: 100%;
    padding: 0;
}

.home-page__slider .slick-list
{
    overflow: visible !important;

    padding: 0 !important;
}

.home-page__slider .slick-track
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}

.home-page__slider_item
{
    font-family: 'Montserrat', sans-serif;

    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
            flex-direction: column;

    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    padding-bottom: 50px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 95, 198, .1)), to(#00132d));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:      -o-linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    background:         linear-gradient(rgba(255, 255, 255, 0) 43%, #0000009e 90%);
    

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}

.home-page__slider_item_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.home-page__slider_item_label
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    margin-bottom: 32px;
    padding: 0 10px 0;

    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
}

.home-page__slider_item_title
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;

    overflow: hidden;
    overflow: hidden;

    width: 100%;
    max-height: 130px;
    margin-bottom: 40px;
    padding: 0 10px 0;

    -webkit-transition: all ease .5s;
         -o-transition: all ease .5s;
            transition: all ease .5s;

    opacity: 0;
    color: #fff;
}

.home-page__slider_item_meta
{
    position: absolute;
    bottom: 47px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 10px 0;

    opacity: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.home-page__slider_item_category
{
    font-size: 12px;
    line-height: 20px;

    text-transform: uppercase;

    color: #fff;
}

.home-page__slider_item_category a
{
    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.home-page__slider_item_data
{
    font-size: 12px;
    line-height: 20px;

    margin-right: 41px;

    text-transform: uppercase;

    color: #fff;
}

.home-page__slider_item_data > i
{
    margin: 0 10px;
}

.home-page__slider_item_view
{
    font-size: 13px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    text-transform: uppercase;

    color: #fff;
}

.home-page__slider_item_view img
{
    margin-right: 3px;

    -webkit-filter: brightness(2);
            filter: brightness(2);
}

.home-page__slider .slick-current .home-page__slider_item
{
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
}

.home-page__slider .slick-current .home-page__slider_item_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.home-page__slider .slick-current .home-page__slider_item_label
{
    opacity: 1;
}

.home-page__slider .slick-current .home-page__slider_item_title
{
    opacity: 1;
}

.home-page__slider .slick-current .home-page__slider_item_meta
{
    opacity: 1;
}

.home-page__slider .slick-arrow
{
    position: absolute;
    z-index: 10;
    bottom: 5px;
    left: -webkit-calc(100% - 100px);
    left:         calc(100% - 100px);

    width: 10px;
    height: 32px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: transparent;
    border: none;
    background-color: transparent;
    background-image: url('../img/arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto;
            background-size: auto;

    cursor: pointer;

    -webkit-filter: brightness(100);
            filter: brightness(100);
}

.home-page__slider .slick-next
{
    left: -webkit-calc(100% - 30px);
    left:         calc(100% - 30px);

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.home-page__top-review
{
    width: 100%;
    margin-bottom: 25px;
}

.home-page__top-review_title
{
    margin-bottom: 76px;
}

.home-page__top-review_read
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
    text-transform: uppercase;

    color: #9a9a9a;
}

.home-page__top-review_read a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.home-page__top-review_read img
{
    margin-right: 26px;
}

.home-page__advert
{
    width: 100%;
    height: 709px;
    padding: 30px;

    border: 1px solid #d4d4d4;
}

.home-page__advert > a
{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.home-page__discussed-review
{
    width: 100%;
    margin-bottom: 80px;
}

.home-page__discussed-review_title
{
    margin-bottom: 93px;
}

.home-page__discussed-review_read
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: 30px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
    text-transform: uppercase;

    color: #9a9a9a;
}

.home-page__discussed-review_read a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-left: auto;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.home-page__discussed-review_read img
{
    margin-right: 26px;
}

.home-page__video
{
    width: 100%;
    margin-bottom: -50px;
    padding: 60px 0 100px;

    background-color: #272727;
}

.home-page__video_title
{
    margin-bottom: 50px;

    color: #fff;
}

.home-page__video_title:after
{
    display: none;
}

.home-page__video_video-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin: 0 -20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.home-page__video_big-video-wrap
{
    height: auto;
    margin-bottom: 20px;
    padding: 0 20px;

    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

.home-page__video_small-video-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.home-page__video_small-video-wrap::-webkit-scrollbar
{
    width: 3px;
}

.home-page__video_small-video-wrap::-webkit-scrollbar-button
{
    display: none;
}

.home-page__video_small-video-wrap::-webkit-scrollbar-track
{
    width: 1px;

    background-color: #e0e0e0;
}

.home-page__video_small-video-wrap::-webkit-scrollbar-thumb
{
    width: 3px;

    background-color: #2f80ed;
}

.home-page__video_small-wrapper
{
    padding: 0 20px;
}

.home-page__video_small-wrapper:not(:last-child)
{
    margin-bottom: 20px;
}

.home-page__video_video-wrapper
{
    position: relative;

    width: 100%;
    padding-top: 56.25%;
}

.home-page__video_video-wrapper > iframe
{
    position: absolute;
    top: 0;
    left: 0;
}

.review-page__second-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;

    width: 100%;
    margin-top: 20px;

    color: #000;
}

.review-page__section-wrap
{
    padding-top: 50px;
}

.review-page__section h2
{
    /*font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #000;*/
}

.review-page__section ul {

}

.review-page__section:after
{
    display: table;
    clear: both;

    content: '';
}

.review-page__section > h4
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 36px;

    color: #000;
}

.review-page__section > h5
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    color: #000;
}

.review-page__section > p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 15px;

    color: #000;
}

.review-page__section > img
{
    width: 100%;
    margin-bottom: 40px;
}

.review-page__section > img:nth-child(even)
{
    float: left;

    margin-right: 40px;
}

.review-page__section > img:nth-child(odd)
{
    float: right;

    margin-left: 40px;
}

.review-page__section-banner
{
    position: relative;

    width: 100%;
    height: 500px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 95, 198, .1)), to(#00132d));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 38%, #001025b8 90%);
    background:      -o-linear-gradient(rgba(255, 255, 255, 0) 38%, #001025b8 90%);
    background:         linear-gradient(rgba(255, 255, 255, 0) 38%, #001025b8 90%);
}

.review-page__section-banner_img
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.review-page__section-banner_title
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.review-page__section-banner h1
{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: bold;

    max-width: 900px;
    line-height: 40px;
    margin: 40px auto;

    text-align: center;

    color: #fff;
}

.review-page__section-banner_tag
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.single-page-content h2 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 700;
}

.single-page-content ul, .single-page-content ol {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
    margin-bottom: 25px;
}

.single-page-content ul li {
    list-style: disc;
}

.single-page-content ol li {
    list-style: decimal;
    margin-bottom: 15px;
}

.review-page__section-banner_tag > p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;

    width: auto;
    margin-bottom: 3px;
    padding: 0 3px;

    -webkit-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
    text-align: center;

    color: #fff;
}

.review-page__section-banner_meta
{
    position: absolute;
    bottom: 35px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 0 15px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.review-page__section-banner_category
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    text-transform: uppercase;

    color: #fff;
}

.review-page__section-banner_data
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    margin-right: 25px;

    text-transform: uppercase;

    color: #fff;
}

.review-page__section-banner_data > i
{
    margin: 0 10px;
}

.review-page__section-banner_author
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;

    width: 100%;

    text-transform: uppercase;

    color: #fff;
}

.review-page__section-banner_author a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.review-page__section-point
{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.review-page__section-point_title
{
    margin-bottom: 23px;
}

.review-page__section-point_img-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 100px 0;

    background-color: #e0e0e0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.review-page__section-point_img
{
    margin: 0 auto;
}

.review-page__section-point_img > img
{
    width: 100%;
}

.review-page__section-point_item
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: 100%;
    height: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.review-page__section-point_item > .link
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.review-page__section-point_item > .link > span
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 15px;
    height: 15px;

    -webkit-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;

    -webkit-border-radius: 50%;
            border-radius: 50%;
    outline: none;
    background-color: #fff;
    background-color: #2f80ed;
    -webkit-box-shadow: 0 0 0 0 rgba(47, 128, 237, .2);
            box-shadow: 0 0 0 0 rgba(47, 128, 237, .2);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.review-page__section-gallery_img-wrap
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.review-page__section-gallery_img-wrap a
{
    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    margin: 0 15px 15px;

    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.review-page__section-gallery_img-wrap a:first-child
{
    width: 100%;
    height: -webkit-calc(100vw / 1.5);
    height:         calc(100vw / 1.5);
    margin-bottom: 25px;
}

.review-page__section-feature-wrap
{
    width: 100%;
}

.review-page__section-feature
{
    margin-bottom: 60px;
}

.review-page__section-feature_feature-table
{
    width: 100%;

    border-collapse: separate;
}

.review-page__section table,
.single-page-content table
{
    margin: 20px 0;
}

.review-page__section tr,
.single-page-content tr,
.review-page__section tr td,
.single-page-content tr td
{
    height: max-content!important;
}

.review-page__section-feature_feature-table tr, 
.review-page__section tr,
.single-page-content tr
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 32px;

    height: 32px;

    color: #000;
}

.review-page__section-feature_feature-table tr:nth-child(odd) td,
.review-page__section tr:nth-child(odd) td,
.single-page-content tr:nth-child(odd) td
{
    background-color: #ededed;
}

.review-page__section-feature_feature-table tr td,
.review-page__section tr td,
.single-page-content tr td
{
    padding-left: 10px;
}

.review-page__section-feature_feature-table tr td:first-child,
.review-page__section tr td:first-child,
.single-page-content tr td:first-child
{
    -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
}

.review-page__section-feature_feature-table tr td:last-child,
.review-page__section tr td:last-child,
.single-page-content tr td:last-child
{
    -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
}

.review-page__section-review h2:after
{
    display: none;
}

.review-page__section-review_comment
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    margin-bottom: 30px;
}

.review-page__section-review_comment_name
{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 3px;

    color: #797979;
}

.review-page__section-review_comment_name a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.review-page__section-review_comment_text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    color: #404040;
}

.point-content
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    display: none;

    width: 90%;
    padding: 15px;

    color: #000;
    -webkit-border-radius: 0 2px 2px;
            border-radius: 0 2px 2px;
    background-color: rgba(255, 255, 255, .8);
}

body.fancybox-iosfix
{
    position: absolute !important;
}

.reviews-page__review-card-wrap
{
    margin-bottom: 80px;
}

.reviews-page__section-review h2:after
{
    display: none;
}

.reviews-page__section-review_comment
{
    font-family: 'Montserrat', sans-serif;

    width: 100%;
    margin-bottom: 30px;
}

.reviews-page__section-review_comment_name
{
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 3px;

    color: #797979;
}

.reviews-page__section-review_comment_name a
{
    display: inline-block;

    width: auto;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;
}

.reviews-page__section-review_comment_description
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 10px;

    color: #797979;
}

.reviews-page__section-review_comment_description a
{
    font-size: 16px;
    line-height: 24px;

    -webkit-transition: all ease .12s;
         -o-transition: all ease .12s;
            transition: all ease .12s;

    color: #000;
}

.reviews-page__section-review_comment_text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    color: #404040;
}

.seria-page__main-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;

    margin-bottom: 13px;

    color: #000;
}

.seria-page__main > img
{
    width: 100%;
    margin-bottom: 40px;
}

.seria-page__main > img:nth-child(even)
{
    float: left;

    margin-right: 40px;
}

.seria-page__main > img:nth-child(odd)
{
    float: right;

    margin-left: 40px;
}

.seria-page__title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    display: block;

    margin-bottom: 25px;

    color: #000;
}

.seria-page__section
{
    margin-bottom: -20px;
}

.seria-page__text
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 15px;

    color: #000;
}

.seria-page__inset
{
    margin-top: 43px;
    margin-bottom: 85px;
}

.seria-page__inset_item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.seria-page__inset_img
{
    overflow: hidden;

    width: 200px;
    height: 200px;
    margin-right: 40px;

    -webkit-box-flex: 1;
    -webkit-flex: auto 0 0;
        -ms-flex: auto 0 0;
            flex: auto 0 0;
}

.seria-page__inset_img img
{
    width: 100%;
    min-height: 100%;
}

.seria-page__inset_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    margin-bottom: 15px;

    text-transform: uppercase;

    color: #000;
}

.seria-page__inset_text
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;

    color: #000;
}

.seria-page__news
{
    margin-bottom: 50px;
}

.seria-page__comment
{
    margin-bottom: 50px;
}

.seria-page__comment_title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;

    margin-bottom: 40px;

    color: #000;
}

.divider
{
    width: 100%;
    height: 2px;
    margin: 50px 0;

    background-color: #000;
}

@media (min-width: 400px)
{
    .auto-card
    {
        width: -webkit-calc(100% / 2);
        width:         calc(100% / 2);
    }
}

@media (min-width: 480px)
{
    .container
    {
        max-width: 480px;
    }

    .col-sm
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }

    .col-sm-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-sm-1
    {
        max-width: 8.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-sm-2
    {
        max-width: 16.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-sm-4
    {
        max-width: 33.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-sm-5
    {
        max-width: 41.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-sm-7
    {
        max-width: 58.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-sm-8
    {
        max-width: 66.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-sm-10
    {
        max-width: 83.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-sm-11
    {
        max-width: 91.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .order-sm-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
                order: -1;
    }

    .order-sm-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
                order: 13;
    }

    .order-sm-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
                order: 0;
    }

    .order-sm-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
    }

    .order-sm-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
    }

    .order-sm-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
                order: 3;
    }

    .order-sm-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
                order: 4;
    }

    .order-sm-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
                order: 5;
    }

    .order-sm-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
                order: 6;
    }

    .order-sm-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
                order: 7;
    }

    .order-sm-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
                order: 8;
    }

    .order-sm-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
                order: 9;
    }

    .order-sm-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
                order: 10;
    }

    .order-sm-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
                order: 11;
    }

    .order-sm-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
                order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-none
    {
        display: none !important;
    }

    .d-sm-inline
    {
        display: inline !important;
    }

    .d-sm-inline-block
    {
        display: inline-block !important;
    }

    .d-sm-block
    {
        display: block !important;
    }

    .d-sm-table
    {
        display: table !important;
    }

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

    .d-sm-table-cell
    {
        display: table-cell !important;
    }

    .d-sm-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display:         flex !important;
    }

    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display:         inline-flex !important;
    }

    .flex-sm-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }

    .flex-sm-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
    }

    .flex-sm-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
    }

    .flex-sm-wrap
    {
            -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-sm-nowrap
    {
            -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse
    {
            -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
    }

    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
    }

    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
                justify-content: center !important;
    }

    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
    }

    .justify-content-sm-around
    {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
    }

    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
    }

    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
    }

    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
                align-items: center !important;
    }

    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
    }

    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
    }

    .align-content-sm-start
    {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
                align-content: flex-start !important;
    }

    .align-content-sm-end
    {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
                align-content: flex-end !important;
    }

    .align-content-sm-center
    {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
                align-content: center !important;
    }

    .align-content-sm-between
    {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
                align-content: space-between !important;
    }

    .align-content-sm-around
    {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
                align-content: space-around !important;
    }

    .align-content-sm-stretch
    {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
                align-content: stretch !important;
    }

    .align-self-sm-auto
    {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
                align-self: auto !important;
    }

    .align-self-sm-start
    {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
                align-self: flex-start !important;
    }

    .align-self-sm-end
    {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
                align-self: flex-end !important;
    }

    .align-self-sm-center
    {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
                align-self: center !important;
    }

    .align-self-sm-baseline
    {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
                align-self: baseline !important;
    }

    .align-self-sm-stretch
    {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
                align-self: stretch !important;
    }
}

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

    .col-md
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }

    .col-md-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-md-1
    {
        max-width: 8.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-md-2
    {
        max-width: 16.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-md-4
    {
        max-width: 33.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-md-5
    {
        max-width: 41.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-md-7
    {
        max-width: 58.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-md-8
    {
        max-width: 66.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-md-10
    {
        max-width: 83.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-md-11
    {
        max-width: 91.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .order-md-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
                order: -1;
    }

    .order-md-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
                order: 13;
    }

    .order-md-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
                order: 0;
    }

    .order-md-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
    }

    .order-md-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
    }

    .order-md-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
                order: 3;
    }

    .order-md-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
                order: 4;
    }

    .order-md-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
                order: 5;
    }

    .order-md-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
                order: 6;
    }

    .order-md-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
                order: 7;
    }

    .order-md-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
                order: 8;
    }

    .order-md-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
                order: 9;
    }

    .order-md-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
                order: 10;
    }

    .order-md-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
                order: 11;
    }

    .order-md-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
                order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .d-md-none
    {
        display: none !important;
    }

    .d-md-inline
    {
        display: inline !important;
    }

    .d-md-inline-block
    {
        display: inline-block !important;
    }

    .d-md-block
    {
        display: block !important;
    }

    .d-md-table
    {
        display: table !important;
    }

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

    .d-md-table-cell
    {
        display: table-cell !important;
    }

    .d-md-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display:         flex !important;
    }

    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display:         inline-flex !important;
    }

    .flex-md-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }

    .flex-md-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
    }

    .flex-md-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
    }

    .flex-md-wrap
    {
            -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-md-nowrap
    {
            -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse
    {
            -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
    }

    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
    }

    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
                justify-content: center !important;
    }

    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
    }

    .justify-content-md-around
    {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
    }

    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
    }

    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
    }

    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
                align-items: center !important;
    }

    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
    }

    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
    }

    .align-content-md-start
    {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
                align-content: flex-start !important;
    }

    .align-content-md-end
    {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
                align-content: flex-end !important;
    }

    .align-content-md-center
    {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
                align-content: center !important;
    }

    .align-content-md-between
    {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
                align-content: space-between !important;
    }

    .align-content-md-around
    {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
                align-content: space-around !important;
    }

    .align-content-md-stretch
    {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
                align-content: stretch !important;
    }

    .align-self-md-auto
    {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
                align-self: auto !important;
    }

    .align-self-md-start
    {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
                align-self: flex-start !important;
    }

    .align-self-md-end
    {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
                align-self: flex-end !important;
    }

    .align-self-md-center
    {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
                align-self: center !important;
    }

    .align-self-md-baseline
    {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
                align-self: baseline !important;
    }

    .align-self-md-stretch
    {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
                align-self: stretch !important;
    }

    .general-title
    {
        font-size: 36px;
    }

    .auto-card
    {
        width: -webkit-calc(100% / 3);
        width:         calc(100% / 3);
    }

    .big-card
    {
        height: 590px;
    }

    .big-card__slider .slick-dots
    {
        right: 20px;
        bottom: 36px;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .big-card__slider_counter
    {
        font-size: 28px;

        top: 40px;
        left: 40px;
    }

    .big-card__title
    {
        font-size: 36px;
        line-height: 42px;

        width: 600px;
        padding: 0 10px 0 58px;
    }

    .big-card__meta
    {
        padding: 0 10px 0 58px;
    }

    .big-card__category
    {
        font-size: 12px;

        max-width: 250px;
    }

    .big-card__data
    {
        font-size: 12px;
    }

    .big-card__view
    {
        font-size: 11px;
    }

    .breadcrumbs
    {
        margin: 0 0 25px;
    }

    .chat-card__title
    {
        font-size: 20px;
    }

    .comment-wrap:before
    {
        top: auto;
        bottom: -10px;

        border-width: 20px 20px 0 0;
        border-color: #ededed transparent transparent transparent;
    }

    .comment-wrap:after
    {
        top: auto;
        bottom: -9px;

        border-width: 16px 13px 0 0;
        border-color: #fbfbfb transparent transparent transparent;
    }

    .comment
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .comment__meta
    {
                flex-direction: column;

        width: 200px;
        margin-bottom: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }

    .comment__avatar
    {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 22px;
    }

    .comment__data
    {
        font-size: 16px;
    }

    .comment__text
    {
        width: -webkit-calc(100% - 200px);
        width:         calc(100% - 200px);
    }

    .filter
    {
        height: 50px;
    }

    .filter__close
    {
        display: none;
    }

    .footer__soc-button
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .footer__soc-button_item:not(:last-child)
    {
        margin-right: 20px;
    }

    .header
    {
        height: 100px;
    }

    .header__soc-button
    {
        position: static;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: auto;
        height: auto;
        padding-left: 0;

        background-color: transparent;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }

    .header__soc-button_item
    {
        border: 1px solid #fff;
    }

    .header__soc-button_item > a > svg > path
    {
        fill: #fff;
    }

    .header__log-wrap
    {
        position: static;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: auto;
        height: auto;

        background-color: transparent;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .header__mob-menu-button
    {
        display: none;
    }

    .news-card__category
    {
        max-width: 100px;
    }

    .news-card__data
    {
        font-size: 12px;
    }

    .news-card__votes
    {
        font-size: 11px;
    }

    .review-card
    {
                flex-direction: row;

        height: 258px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .review-card__img
    {
        width: 320px;
        height: auto;
    }

    .singin
    {
        top: 120px;
        right: 15px;

        padding: 40px 40px 50px;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .singup
    {
        top: 120px;
        right: 15px;

        padding: 40px 40px 50px;

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .small-card__title
    {
        padding: 0 10px 0 30px;
    }

    .small-card__meta
    {
        padding: 0 10px 0 30px;
    }

    .small-card__category
    {
        font-size: 12px;

        max-width: 150px;
    }

    .small-card__data
    {
        font-size: 12px;

        margin-right: 41px;
    }

    .small-card__view
    {
        font-size: 13px;
    }

    .submenu
    {
        position: relative;
        top: 0;

        display: block;
    }

    .submenu__mainmenu
    {
        position: static;
        top: 0;
        left: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: row;

        width: 100%;
        height: 100%;
        padding: 0;

        background-color: transparent;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }

    .submenu__mainmenu > a
    {
        /* width: 100%; */
        height: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .submenu__mainmenu > a:not(:last-child)
    {
        border-bottom: none;
    }

    .submenu__search
    {
        position: relative;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: auto;
        height: auto;
        padding: 0;

        background-color: transparent;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }

    .submenu__search input
    {
        position: absolute;
        top: -12px;
        right: 22px;

        display: none;

        width: 150px;
        height: 40px;
        margin-left: 0;
        padding: 0 5px;

        border: 1px solid #d8d8d8;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        background: #fff;
    }

    .top-review-big-card__img
    {
        height: 360px;
        margin-bottom: 58px;
    }

    .top-review-big-card__rating
    {
        top: 326px;
        right: 34px;
    }

    .top-review-big-card__title
    {
        max-height: 110px;
    }

    .top-review-big-card__title
    {
        font-size: 36px;
    }

    .top-review-big-card__subtitle
    {
        font-size: 16px;
    }

    .top-review-small-card
    {
        height: 340px;
        padding-bottom: 0;
    }

    .top-review-small-card__img
    {
        height: 180px;
    }

    .top-review-small-card__rating
    {
        top: 160px;
        right: 20px;
    }

    .top-review-small-card__category
    {
        font-size: 12px;

        max-width: 170px;
    }

    .top-review-small-card__data
    {
        font-size: 12px;
    }

    .top-review-small-card__view
    {
        font-size: 13px;
    }

    .auto-page__section > p
    {
        font-size: 16px;

        margin-bottom: 25px;
    }

    .auto-page__section > img
    {
        max-width: 50%;
    }

    .auto-page__section-banner h1
    {
        font-size: 48px;
    }

    .auto-page__section-banner_tag
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .auto-page__section-banner_meta
    {
        padding: 0 50px;
    }

    .auto-page__section-feature_feature-table tr
    {
        font-size: 16px;
    }

    .auto-page__slider_item
    {
        height: 500px;
    }

    .auto-page__slider .slick-current .auto-page__slider_item
    {
        height: 400px;
    }

    .auto-page__slider .slick-arrow
    {
        bottom: 45px;
    }

    .chat-page__title
    {
        font-size: 20px;
    }

    .chats-page__main-content
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .chats-page__search-wrap
    {
        margin-bottom: 0;
    }

    .engine-page__section > p
    {
        font-size: 16px;

        margin-bottom: 25px;
    }

    .engine-page__section > img
    {
        max-width: 50%;
    }

    .engine-page__section-feature_feature-table tr
    {
        font-size: 16px;
    }

    .engine-page__engine-list
    {
        -webkit-column-count: 2;
                column-count: 2;
    }

    .engines-list-page__section_text
    {
        font-size: 16px;
    }

    .engines-page__section > p
    {
        font-size: 16px;

        margin-bottom: 25px;
    }

    .engines-page__section > img
    {
        max-width: 50%;
    }

    .error-page__number img
    {
        width: auto;
    }

    .home-page__slider_item
    {
        height: 500px;
    }

    .home-page__slider_item_label
    {
        padding: 0 10px 0 50px;
    }

    .home-page__slider_item_title
    {
        font-size: 36px;
        line-height: 42px;

        width: 600px;
        padding: 0 10px 0 50px;
    }

    .home-page__slider_item_meta
    {
        padding: 0 10px 0 50px;
    }

    .home-page__slider .slick-current .home-page__slider_item
    {
        height: 500px;
    }

    .home-page__slider .slick-arrow
    {
        bottom: 45px;
    }

    .home-page__video_video-wrap
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .home-page__video_big-video-wrap
    {
        margin-bottom: 0;

        -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
                flex-basis: 65%;
    }

    .home-page__video_small-video-wrap
    {
        overflow-y: scroll;

        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
    }

    .review-page__second-title
    {
        font-size: 36px;
    }

    .review-page__section {
        padding-top: 25px;
    }

    .review-page__section > p
    {
        font-size: 16px;

        margin-bottom: 15px;
    }

    .review-page__section > img
    {
        max-width: 50%;
    }

    .review-page__section-banner h1
    {
        font-size: 38px;
    }

    .review-page__section-banner_tag
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .review-page__section-banner_meta
    {
        padding: 0 50px;
    }

    .review-page__section-point_item > .link
    {
        width: 23px;
        height: 23px;
    }

    .review-page__section-point_item > .link > span
    {
        width: 23px;
        height: 23px;
    }

    .review-page__section-gallery_img-wrap a
    {
        width: 200px;
        height: 200px;
        margin: 0 20px 25px;
    }

    .review-page__section-gallery_img-wrap a:first-child
    {
        height: 751px;
    }

    .point-content
    {
        width: 440px;
    }

    .seria-page__main > img
    {
        max-width: 50%;
    }

    .seria-page__text
    {
        font-size: 16px;

        margin-bottom: 25px;
    }
}

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

    .col-lg
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }

    .col-lg-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-lg-1
    {
        max-width: 8.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-lg-2
    {
        max-width: 16.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-lg-4
    {
        max-width: 33.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-lg-5
    {
        max-width: 41.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-lg-7
    {
        max-width: 58.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-lg-8
    {
        max-width: 66.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-lg-10
    {
        max-width: 83.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-lg-11
    {
        max-width: 91.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

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

        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .order-lg-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
                order: -1;
    }

    .order-lg-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
                order: 13;
    }

    .order-lg-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
                order: 0;
    }

    .order-lg-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
    }

    .order-lg-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
    }

    .order-lg-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
                order: 3;
    }

    .order-lg-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
                order: 4;
    }

    .order-lg-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
                order: 5;
    }

    .order-lg-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
                order: 6;
    }

    .order-lg-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
                order: 7;
    }

    .order-lg-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
                order: 8;
    }

    .order-lg-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
                order: 9;
    }

    .order-lg-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
                order: 10;
    }

    .order-lg-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
                order: 11;
    }

    .order-lg-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
                order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .d-lg-none
    {
        display: none !important;
    }

    .d-lg-inline
    {
        display: inline !important;
    }

    .d-lg-inline-block
    {
        display: inline-block !important;
    }

    .d-lg-block
    {
        display: block !important;
    }

    .d-lg-table
    {
        display: table !important;
    }

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

    .d-lg-table-cell
    {
        display: table-cell !important;
    }

    .d-lg-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display:         flex !important;
    }

    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display:         inline-flex !important;
    }

    .flex-lg-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }

    .flex-lg-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
    }

    .flex-lg-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
    }

    .flex-lg-wrap
    {
            -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-lg-nowrap
    {
            -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse
    {
            -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
    }

    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
    }

    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
                justify-content: center !important;
    }

    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
    }

    .justify-content-lg-around
    {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
    }

    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
    }

    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
    }

    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
                align-items: center !important;
    }

    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
    }

    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
    }

    .align-content-lg-start
    {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
                align-content: flex-start !important;
    }

    .align-content-lg-end
    {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
                align-content: flex-end !important;
    }

    .align-content-lg-center
    {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
                align-content: center !important;
    }

    .align-content-lg-between
    {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
                align-content: space-between !important;
    }

    .align-content-lg-around
    {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
                align-content: space-around !important;
    }

    .align-content-lg-stretch
    {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
                align-content: stretch !important;
    }

    .align-self-lg-auto
    {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
                align-self: auto !important;
    }

    .align-self-lg-start
    {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
                align-self: flex-start !important;
    }

    .align-self-lg-end
    {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
                align-self: flex-end !important;
    }

    .align-self-lg-center
    {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
                align-self: center !important;
    }

    .align-self-lg-baseline
    {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
                align-self: baseline !important;
    }

    .align-self-lg-stretch
    {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
                align-self: stretch !important;
    }

    .big-card
    {
        width: -webkit-calc(68% - 16px);
        width:         calc(68% - 16px);
        margin-right: 16px;
    }

    .chat-card__title
    {
        font-size: 24px;
    }

    .footer__item
    {
        margin-bottom: 0;
    }

    .incut-text
    {
        width: 100%;
    }

    .news-card__category
    {
        max-width: 60px;
    }

    .small-cards-wrap
    {
        width: 32%;
    }

    .small-card
    {
        margin: 0 0 12px;
    }

    .submenu__mainmenu
    {
        font-size: 16px;
    }

    .submenu__mainmenu > a
    {
        padding: 0 25px;
    }

    .submenu__submenu
    {
        font-size: 12px;
    }

    .submenu__submenu > .container > li
    {
        padding: 0 7px;
    }

    .tag
    {
        font-size: 12px;

        height: 30px;
        padding: 0 10px;
    }

    .top-review-small-card__category
    {
        width: 250px;
    }

    .auto-page__section-wrap
    {
        margin-bottom: 44px;
    }

    .auto-page__section-banner
    {
        height: 700px;
    }

    .auto-page__section-feature
    {
        margin-bottom: auto;
    }

    .auto-page__slider .slick-list
    {
        padding: auto;
    }

    .auto-page__slider_item
    {
        height: 570px;
    }

    .auto-page__slider .slick-current .auto-page__slider_item
    {
        height: 570px;
    }


    .chat-page__main-wrap
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }

    .chat-page__title
    {
        font-size: 24px;
    }

    .engine-page__section-feature
    {
        margin-bottom: auto;
    }

    .engine-page__engine-list
    {
        -webkit-column-count: 4;
                column-count: 4;
    }

    .error-page__title
    {
        font-size: 36px;
    }

    .home-page__slider .slick-list
    {
        padding: auto;
    }

    .home-page__slider_item
    {
        height: 510px;
    }

    .home-page__slider .slick-current .home-page__slider_item
    {
        height: 500px;
    }

    .review-page__section-banner
    {
        height: 500px;
    }
}

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

    .col-xl
    {
        max-width: 100%;

        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
    }

    .col-xl-auto
    {
        width: auto;
        max-width: none;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .col-xl-1
    {
        max-width: 8.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
        -webkit-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
    }

    .col-xl-2
    {
        max-width: 16.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
    }

    .col-xl-3
    {
        max-width: 25%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
                flex: 0 0 25%;
    }

    .col-xl-4
    {
        max-width: 33.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
    }

    .col-xl-5
    {
        max-width: 41.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
        -webkit-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
    }

    .col-xl-6
    {
        max-width: 50%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%;
    }

    .col-xl-7
    {
        max-width: 58.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
        -webkit-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
    }

    .col-xl-8
    {
        max-width: 66.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
        -webkit-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
    }

    .col-xl-9
    {
        max-width: 75%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
                flex: 0 0 75%;
    }

    .col-xl-10
    {
        max-width: 83.333333%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
        -webkit-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
    }

    .col-xl-11
    {
        max-width: 91.666667%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
        -webkit-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
    }

    .col-xl-12
    {
        max-width: 100%;

        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .order-xl-first
    {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
                order: -1;
    }

    .order-xl-last
    {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -webkit-order: 13;
                order: 13;
    }

    .order-xl-0
    {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
                order: 0;
    }

    .order-xl-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
                order: 1;
    }

    .order-xl-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
                order: 2;
    }

    .order-xl-3
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
                order: 3;
    }

    .order-xl-4
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
                order: 4;
    }

    .order-xl-5
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
                order: 5;
    }

    .order-xl-6
    {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -webkit-order: 6;
                order: 6;
    }

    .order-xl-7
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -webkit-order: 7;
                order: 7;
    }

    .order-xl-8
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -webkit-order: 8;
                order: 8;
    }

    .order-xl-9
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -webkit-order: 9;
                order: 9;
    }

    .order-xl-10
    {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
                order: 10;
    }

    .order-xl-11
    {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -webkit-order: 11;
                order: 11;
    }

    .order-xl-12
    {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -webkit-order: 12;
                order: 12;
    }

    .offset-xl-0
    {
        margin-left: 0;
    }

    .offset-xl-1
    {
        margin-left: 8.333333%;
    }

    .offset-xl-2
    {
        margin-left: 16.666667%;
    }

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

    .offset-xl-4
    {
        margin-left: 33.333333%;
    }

    .offset-xl-5
    {
        margin-left: 41.666667%;
    }

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

    .offset-xl-7
    {
        margin-left: 58.333333%;
    }

    .offset-xl-8
    {
        margin-left: 66.666667%;
    }

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

    .offset-xl-10
    {
        margin-left: 83.333333%;
    }

    .offset-xl-11
    {
        margin-left: 91.666667%;
    }

    .d-xl-none
    {
        display: none !important;
    }

    .d-xl-inline
    {
        display: inline !important;
    }

    .d-xl-inline-block
    {
        display: inline-block !important;
    }

    .d-xl-block
    {
        display: block !important;
    }

    .d-xl-table
    {
        display: table !important;
    }

    .d-xl-table-row
    {
        display: table-row !important;
    }

    .d-xl-table-cell
    {
        display: table-cell !important;
    }

    .d-xl-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display:         flex !important;
    }

    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display:         inline-flex !important;
    }

    .flex-xl-row
    {
                flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }

    .flex-xl-column
    {
                flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
        -webkit-flex-direction: column !important;
    }

    .flex-xl-row-reverse
    {
                flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse
    {
                flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
    }

    .flex-xl-wrap
    {
            -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }

    .flex-xl-nowrap
    {
            -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse
    {
            -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
    }

    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
    }

    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
                justify-content: center !important;
    }

    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
    }

    .justify-content-xl-around
    {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
    }

    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
    }

    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
    }

    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
                align-items: center !important;
    }

    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
    }

    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
    }

    .align-content-xl-start
    {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
                align-content: flex-start !important;
    }

    .align-content-xl-end
    {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
                align-content: flex-end !important;
    }

    .align-content-xl-center
    {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
                align-content: center !important;
    }

    .align-content-xl-between
    {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
                align-content: space-between !important;
    }

    .align-content-xl-around
    {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
                align-content: space-around !important;
    }

    .align-content-xl-stretch
    {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
                align-content: stretch !important;
    }

    .align-self-xl-auto
    {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
                align-self: auto !important;
    }

    .align-self-xl-start
    {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
                align-self: flex-start !important;
    }

    .align-self-xl-end
    {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
                align-self: flex-end !important;
    }

    .align-self-xl-center
    {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
                align-self: center !important;
    }

    .align-self-xl-baseline
    {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
                align-self: baseline !important;
    }

    .align-self-xl-stretch
    {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
                align-self: stretch !important;
    }

    .hidden-lg
    {
        display: none !important;
    }

    .auto-card
    {
        width: -webkit-calc(100% / 4);
        width:         calc(100% / 4);
    }

    .auto-card > .auto-card-title a:hover,
    .auto-card > .auto-card-title a:active,
    .auto-card > .auto-card-title a:focus
    {
        color: #2f80ed;
    }

    .big-card__slider .slick-dots
    {
        right: 36px;
    }

    .big-card__title:hover,
    .big-card__title:active,
    .big-card__title:focus
    {
        color: #2f80ed;
    }

    .big-card__category a:hover,
    .big-card__category a:active,
    .big-card__category a:focus
    {
        color: #2f80ed;
    }

    .breadcrumbs__item:not(:last-child):hover,
    .breadcrumbs__item:not(:last-child):active,
    .breadcrumbs__item:not(:last-child):focus
    {
        text-decoration: underline;
    }

    .chat-card__title:hover,
    .chat-card__title:active,
    .chat-card__title:focus
    {
        color: #2f80ed;
    }

    .chat-search__input > button:hover,
    .chat-search__input > button:active,
    .chat-search__input > button:focus
    {
        outline: none;
    }

    .chat-search__link:hover,
    .chat-search__link:active,
    .chat-search__link:focus
    {
        color: #2f80ed;
        background-color: transparent;
    }

    .comment_reply
    {
        padding: 20px 0 50px 20px;

        background-color: transparent;
    }

    .comment_reply:before
    {
        top: 40px;
        left: -150px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .comment_reply .comment__reply-label
    {
        right: 0;
    }

    .comment__name:hover,
    .comment__name:active,
    .comment__name:focus
    {
        color: #2f80ed;
    }

    .comment__reply-label:hover span,
    .comment__reply-label:active span,
    .comment__reply-label:focus span
    {
        text-decoration: none;
    }

    .filter__list label:hover,
    .filter__list label:active,
    .filter__list label:focus
    {
        color: #2f80ed;
    }

    .filter__list-button:hover,
    .filter__list-button:active,
    .filter__list-button:focus
    {
        background: -webkit-gradient(linear, left top, left bottom, from(#3023ae), to(#c96dd8));
        background: -webkit-linear-gradient(top, #3023ae, #c96dd8);
        background:      -o-linear-gradient(top, #3023ae, #c96dd8);
        background:         linear-gradient(180deg, #3023ae, #c96dd8);
    }

    .footer__logo
    {
        width: auto !important;
        margin-bottom: 0;
    }

    .footer__item li:hover,
    .footer__item li:active,
    .footer__item li:focus
    {
        color: #2f80ed;
    }

    .footer__soc-button_item:hover,
    .footer__soc-button_item:active,
    .footer__soc-button_item:focus
    {
        background-color: #fff;
    }

    .header__soc-button_item:hover,
    .header__soc-button_item:active,
    .header__soc-button_item:focus
    {
        background-color: #fff;
    }

    .header__soc-button_item:hover > a > svg > path,
    .header__soc-button_item:active > a > svg > path,
    .header__soc-button_item:focus > a > svg > path
    {
        fill: #212121;
    }

    .header__logup:hover,
    .header__logup:active,
    .header__logup:focus
    {
        text-decoration: underline;
    }

    .header__login:hover,
    .header__login:active,
    .header__login:focus
    {
        -webkit-transition: all ease .3s;
             -o-transition: all ease .3s;
                transition: all ease .3s;

        color: #212121;
        background-color: #fff;
    }

    .news-card:hover:before,
    .news-card:active:before,
    .news-card:focus:before
    {
        left: 0;

        width: 100%;
    }

    .news-card__title
    {
        padding: 0 15px;
    }

    .news-card__title:hover,
    .news-card__title:active,
    .news-card__title:focus
    {
        color: #2f80ed;
    }

    .news-card__subtitle
    {
        padding: 0 15px;
    }

    .news-card__meta
    {
        padding: 0 15px;
    }

    .news-card__category
    {
        max-width: 110px;
    }

    .news-card__category a:hover,
    .news-card__category a:active,
    .news-card__category a:focus
    {
        color: #2f80ed;
    }

    .review-card__title:hover,
    .review-card__title:active,
    .review-card__title:focus
    {
        color: #2f80ed;
    }

    .review-card__comment_name a:hover,
    .review-card__comment_name a:active,
    .review-card__comment_name a:focus
    {
        color: #2f80ed;
    }

    .review-card__category a:hover,
    .review-card__category a:active,
    .review-card__category a:focus
    {
        color: #2f80ed;
    }

    .side-menu__item:hover,
    .side-menu__item:active,
    .side-menu__item:focus
    {
        color: #2f80ed;
    }

    .singin__socnet_item:hover,
    .singin__socnet_item:active,
    .singin__socnet_item:focus
    {
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .singin__form button:hover,
    .singin__form button:active,
    .singin__form button:focus
    {
        color: #2f80ed;
        background-color: transparent;
    }

    .singup__socnet_item:hover,
    .singup__socnet_item:active,
    .singup__socnet_item:focus
    {
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .singup__form button:hover,
    .singup__form button:active,
    .singup__form button:focus
    {
        color: #2f80ed;
        background-color: transparent;
    }

    .small-card__title:hover,
    .small-card__title:active,
    .small-card__title:focus
    {
        color: #2f80ed;
    }

    .small-card__category a:hover,
    .small-card__category a:active,
    .small-card__category a:focus
    {
        color: #2f80ed;
    }

    .submenu__mainmenu > a
    {
        padding: 0 34px;
    }

    .submenu__mainmenu > a:hover
    {
        color: #2f80ed;
        background-color: #fff;
    }

    .submenu__submenu
    {
        font-size: 16px;
    }

    .submenu__submenu > .container > li
    {
        padding: 0 14px;
    }

    .submenu__auto-content_more:hover,
    .submenu__auto-content_more:active,
    .submenu__auto-content_more:focus,
    .submenu__news-content_more:hover,
    .submenu__news-content_more:active,
    .submenu__news-content_more:focus,
    .submenu__reviews-content_more:hover,
    .submenu__reviews-content_more:active,
    .submenu__reviews-content_more:focus
    {
        color: #2f80ed;
    }

    .tag:hover,
    .tag:active,
    .tag:focus
    {
        color: #fff;
        background-color: #9a9a9a;
    }

    .top-review-big-card
    {
        height: 692px;
        margin-bottom: 0;
        padding: 0;
    }

    .top-review-big-card:hover:before,
    .top-review-big-card:active:before,
    .top-review-big-card:focus:before
    {
        left: 0;

        width: 100%;
    }

    .top-review-big-card__title:hover,
    .top-review-big-card__title:active,
    .top-review-big-card__title:focus
    {
        color: #2f80ed;
    }

    .top-review-big-card__category a:hover,
    .top-review-big-card__category a:active,
    .top-review-big-card__category a:focus
    {
        color: #2f80ed;
    }

    .top-review-small-card
    {
        height: 361px;
    }

    .top-review-small-card:hover:before,
    .top-review-small-card:active:before,
    .top-review-small-card:focus:before
    {
        left: 0;

        width: 100%;
    }

    .top-review-small-card__title:hover,
    .top-review-small-card__title:active,
    .top-review-small-card__title:focus
    {
        color: #2f80ed;
    }

    .top-review-small-card__category
    {
        max-width: 110px;
    }

    .top-review-small-card__category a:hover,
    .top-review-small-card__category a:active,
    .top-review-small-card__category a:focus
    {
        color: #2f80ed;
    }

    .auto-page__section > img
    {
        max-width: auto;
    }

    .auto-page__section-banner_tag > a:hover,
    .auto-page__section-banner_tag > a:active,
    .auto-page__section-banner_tag > a:focus
    {
        color: #2f80ed;
    }

    .auto-page__section-banner_author a:hover,
    .auto-page__section-banner_author a:active,
    .auto-page__section-banner_author a:focus
    {
        color: #2f80ed;
    }

    .auto-page__slider_item
    {
        width: 1040px !important;
    }

    .auto-page__slider .slick-current .auto-page__slider_item
    {
        height: 600px;
    }

    .auto-page__slider .slick-arrow
    {
        left: -webkit-calc(100% - 200px);
        left:         calc(100% - 200px);
    }

    .auto-page__slider .slick-next
    {
        left: -webkit-calc(100% - 130px);
        left:         calc(100% - 130px);
    }

    .auto-page__section-review_comment_name a:hover,
    .auto-page__section-review_comment_name a:active,
    .auto-page__section-review_comment_name a:focus
    {
        color: #2f80ed;
    }

    .chat-page__reply-form a:hover,
    .chat-page__reply-form a:active,
    .chat-page__reply-form a:focus
    {
        color: #2f80ed;
        background-color: transparent;
    }

    .chats-page__pagination_item:hover,
    .chats-page__pagination_item:active,
    .chats-page__pagination_item:focus
    {
        color: #2f80ed;
    }

    .chats-page__pagination_prev:hover path,
    .chats-page__pagination_prev:active path,
    .chats-page__pagination_prev:focus path
    {
        stroke: #2f80ed;
    }

    .chats-page__pagination_next:hover path,
    .chats-page__pagination_next:active path,
    .chats-page__pagination_next:focus path
    {
        stroke: #2f80ed;
    }

    .engine-page__section > img
    {
        max-width: auto;
    }

    .engine-page__engine-list a:hover:before,
    .engine-page__engine-list a:active:before,
    .engine-page__engine-list a:focus:before
    {
        width: 100%;
    }

    .engines-list-page__section_generation_item:hover,
    .engines-list-page__section_generation_item:active,
    .engines-list-page__section_generation_item:focus
    {
        color: #2f80ed;
    }

    .engines-page__section > img
    {
        max-width: auto;
    }

    .error-page__link:hover,
    .error-page__link:active,
    .error-page__link:focus
    {
        color: #fff;
        background-color: #2f80ed;
    }

    .home-page__latest-news-wrap
    {
        background-color: #e0e0e0;
    }

    .home-page__slider_item
    {
        width: 1040px !important;
    }

    .home-page__slider_item_title:hover,
    .home-page__slider_item_title:active,
    .home-page__slider_item_title:focus
    {
        color: #2f80ed;
    }

    .home-page__slider_item_category a:hover,
    .home-page__slider_item_category a:active,
    .home-page__slider_item_category a:focus
    {
        color: #2f80ed;
    }

    .home-page__slider .slick-current .home-page__slider_item
    {
        height: 550px;
    }

    .home-page__slider .slick-arrow
    {
        left: -webkit-calc(100% - 200px);
        left:         calc(100% - 200px);
    }

    .home-page__slider .slick-next
    {
        left: -webkit-calc(100% - 130px);
        left:         calc(100% - 130px);
    }

    .home-page__top-review_read:hover,
    .home-page__top-review_read:active,
    .home-page__top-review_read:focus
    {
        color: #2f80ed;
    }

    .home-page__discussed-review_read:hover,
    .home-page__discussed-review_read:active,
    .home-page__discussed-review_read:focus
    {
        color: #2f80ed;
    }

    .review-page__section > img
    {
        max-width: auto;
    }

    .review-page__section-banner_tag > a:hover,
    .review-page__section-banner_tag > a:active,
    .review-page__section-banner_tag > a:focus
    {
        color: #2f80ed;
    }

    .review-page__section-banner_author a:hover,
    .review-page__section-banner_author a:active,
    .review-page__section-banner_author a:focus
    {
        color: #2f80ed;
    }

    .review-page__section-point_item > .link > span:hover,
    .review-page__section-point_item > .link > span:active,
    .review-page__section-point_item > .link > span:focus
    {
        -webkit-box-shadow: 0 0 0 12px rgba(47, 128, 237, .2);
                box-shadow: 0 0 0 12px rgba(47, 128, 237, .2);
    }

    .review-page__section-review_comment_name a:hover,
    .review-page__section-review_comment_name a:active,
    .review-page__section-review_comment_name a:focus
    {
        color: #2f80ed;
    }

    .reviews-page__section-review_comment_name a:hover,
    .reviews-page__section-review_comment_name a:active,
    .reviews-page__section-review_comment_name a:focus
    {
        color: #2f80ed;
    }

    .reviews-page__section-review_comment_description a:hover,
    .reviews-page__section-review_comment_description a:active,
    .reviews-page__section-review_comment_description a:focus
    {
        color: #2f80ed;
    }

    .seria-page__main > img
    {
        max-width: auto;
    }

    .seria-page__inset_title:hover,
    .seria-page__inset_title:active,
    .seria-page__inset_title:focus
    {
        color: #2f80ed;
    }
}

@media (min-width: 1400px)
{
    .container
    {
        max-width: 1400px;
    }

    .auto-card
    {
        width: -webkit-calc(100% / 6);
        width:         calc(100% / 6);
    }

    .news-card__title
    {
        padding: 0 30px;
    }

    .news-card__subtitle
    {
        padding: 0 25px 0 30px;
    }

    .news-card__meta
    {
        padding: 0 30px;
    }

    .news-card__category
    {
        font-size: 12px;
    }

    .news-card__data
    {
        margin-right: 20px;
    }

    .news-card__data > i
    {
        margin: 0 7px;
    }

    .news-card__votes
    {
        font-size: 13px;
    }

    .news-card__votes_like
    {
        margin-right: 11px;
    }

    .news-card__votes_like img
    {
        width: 17px;
    }

    .news-card__votes_dislike img
    {
        width: 17px;
    }

    .news-card__view
    {
        font-size: 13px;
    }

    .news-card__view img
    {
        width: 22px;
    }

    .review-card__category
    {
        font-size: 12px;
    }

    .review-card__data
    {
        margin-right: 25px;
    }

    .review-card__data > i
    {
        margin: 0 10px;
    }

    .review-card__votes
    {
        font-size: 13px;
    }

    .review-card__votes_like
    {
        margin-right: 11px;
    }

    .review-card__votes_like img
    {
        width: 17px;
    }

    .review-card__votes_dislike img
    {
        width: 17px;
    }

    .review-card__view
    {
        font-size: 13px;
    }

    .review-card__view img
    {
        width: 22px;
    }

    .side-menu
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }

    .auto-page__slider .slick-arrow
    {
        left: 930px;
    }

    .auto-page__slider .slick-next
    {
        left: 1000px;
    }

    .engines-list-page__section_generation
    {
        padding: 0;
    }

    .home-page__latest-news_title
    {
        padding: 0;
    }

    .home-page__latest-news_title:after
    {
        left: 0;

        width: 100%;
    }

    .home-page__latest-news_title:before
    {
        left: 0;
    }

    .home-page__slider .slick-arrow
    {
        left: 930px;
    }

    .home-page__slider .slick-next
    {
        left: 1000px;
    }
}

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

    /* table content */
    .single-page-content table tr td{
        width: auto!important;
        line-height: 20px;
        font-size: 10px;
        color: #000;
        padding: 5px 5px;
    }
    /* end table content */

    /* tab mobile */
    .nav-item-modifications{ width: 100%; }
    .tab-item-modifications{ padding: 10px 15px 5px; }
    /* tab mobile */

    
}

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

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

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

    .d-print-inline
    {
        display: inline !important;
    }

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

    .d-print-block
    {
        display: block !important;
    }

    .d-print-table
    {
        display: table !important;
    }

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

    .d-print-table-cell
    {
        display: table-cell !important;
    }

    .d-print-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display:         flex !important;
    }

    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display:         inline-flex !important;
    }
}


.nav-tabs {
    margin-top: 60px; 
}
.nav-item-modifications {
    display: inline-block;
    margin-right: -4px;
}

.tab-item-modifications {
    border: 1px solid #d8d8d8;
    /* border-left: 5px solid #d8d8d8; */
    padding: 15px 20px 10px 20px;
    /* background: #ededed; */
    margin-right: -1px;
    cursor: pointer;

    -webkit-transition: all ease .12s;
    -moz-transition: all ease .12s;
    -o-transition: all ease .12s;
    transition: all ease .12s;
    z-index: 98;
}

.tab-item-modifications:hover {
    border: 1px solid #2f80ed;
    /* border-left: 5px solid #2f80ed; */
    z-index: 99;
}

.tab-item-modifications.active .tab-item-type {
    color: #2f80ed;
}

.tab-item-modifications.active {
    border: 1px solid #2f80ed;
    /* border-left: 5px solid #2f80ed; */
    z-index: 99;
    background: #fdfdfd;
}

.tab-item-modifications p {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}

.tab-item-type {
    text-transform: capitalize;
}

.tab-item-generation {
    font-size: 14px;
    /* color: rgba(0, 0, 0, .5); */
}

.tab-item-date {
    font-size: 13px;
    color: rgba(0, 0, 0, .5);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.review-page__section-feature_feature-table {
    margin-top: 20px;
}

.review-page__section-feature_feature-table a {
    -webkit-transition: all ease .12s;
    -moz-transition: all ease .12s;
    -o-transition: all ease .12s;
    transition: all ease .12s;
    color: #2f80ed;
}

.review-page__section-feature_feature-table a:hover {
    text-decoration: underline;
    color: #2f80ed;
}







.point-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.scrollbar
{
    max-height: 140px;
    overflow-y: auto;
    margin-right: 10px;
    width: 90%
}

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #FEFEFE;
}

#style-1::-webkit-scrollbar
{
    width: 4px;
    background-color: #FEFEFE;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 00px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2f80ed;
}

.single-page-content p img{
    width: 100%!important;
    height: auto;
}

.single-page-content .col-3 > a {
    max-height: 205px;
    display: block;
    overflow: hidden;
}


.reviews_preview .top-review-small-card {
    
    max-height: 311px;
}
.news_preview .top-review-small-card {
    max-height: 320px;
}

.home-page__slider-wrap {
    margin-bottom: 0;
}

.small-card-news {
    max-height: 320px!important;
}

.news-card {
    padding-bottom: 45px;
}


/* form discussion */
.form-group, .form-check {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
}

form label,
form a {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Montserrat', sans-serif;
    text-decoration: inherit;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

/* button{
    width: 150px!important;
} */
.chat-search__link {
    width: 150px!important;
}
/* end form discussion */


/* comments style */
.comment-info {
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
}

.comment {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;

    flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-flex-direction: column;
}
p, li, ul, b, span, div {
    font-family: 'Montserrat', sans-serif;
} 
.comment-wrap {
    margin-top: 5px;
    padding: 15px 15px 15px;
    width: 100%;
    line-height: 1.35;
}

.comment__data {
    margin-left: 20px;
    font-size: 14px;
    line-height: normal;
}

.comment__reply-label {
    margin-left: 20px;
    position: relative;
    bottom: 6px;
}

.comment-info .name {
    display: inline-block;
    width: auto;
}

.avatar-img {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    bottom: 8px; 
}
.comments_title {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    color: #000;
}

.comment-form .error {
    border-color: #ef3434;
}
.popup-block {
    text-align: center;
    padding: 25px;
}
.popup-block .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.chat-page__reply-form {
    margin-top: 50px;
}
/* comments style end */
.form-check-label-tag {
    width: 100%;
    line-height: 28px;
    margin-bottom: 0;
    cursor: pointer;
}

.select__tags .tag {
    cursor: pointer;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.select__tags .tag:hover {
    background: #2f80ed;
    color: #fff;
    border: 1px solid #2f80ed;
}

.select__tags .tag.selected {
    background: #2f80ed;
    color: #fff;
    border: 1px solid #2f80ed;
}

.control-label-tags {
    margin-bottom: 20px;
}

.check-group {
    margin-top: 5px;
}

.check-group label {
    font-size: 14px;
    color: #808080;
}

input::placeholder {
    color: #ccc;
}

.control-label.error {
    font-size: 13px;
    color: #ff4c4c;
}

input.error, textarea.error {
    border: 1px solid #ff4c4c;
}

.engine-page__section-margined .engine-page__section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.engine-page__section-margined {
    margin-bottom: -30px;
}

/*home*/
.slick-slide img {
     display: inline!important; 
}


/* lazy load */
.lazy {
   opacity: 0; 

   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.lazy.loaded {
    opacity: 1;
}

/* main page video */
.home-video-wrapper img {
    width: 100%;
}
.home-video-wrapper-big {
    background-size: cover;
    max-height: 490px;
    height: 100%;
    background-position: center;
}

.preview-button {
    position: absolute;
    z-index: 2;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

svg .ytp-large-play-button-bg {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.videopreview:hover .preview-button svg .ytp-large-play-button-bg {
    fill: red;
}
/* main page video */
figure.image img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .review-page__section-banner_category {
        display: none;
    }
    .review-page__section-banner_data > i {
        display: none;
    }
    .js-like span {
        font-size: 14px;
    }
    .news-card__view {
        font-size: 14px;
    }
    .breadcrumbs__item {
        font-size: 12px;
    }
    .video-block iframe {
        height: auto!important;
        min-height: 290px!important;
        margin-top: 20px;
    }
    .review-page__section {
        margin-bottom: 25px;
    }
    .single-page-content ul li {
        font-size: 14px;
    }
    .breadcrumbs__item:last-child {
        max-width: calc(100% - 176px);
        overflow: hidden;
    }

    .breadcrumbs__item:last-child .link {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news_preview .top-review-small-card {
        max-height: 398px;
    }
    .review-page__section-banner {
        max-height: 400px;
    }
    .reviews_preview .top-review-small-card {
        max-height: 398px;
    }
}