/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Lato, sans-serif;
    color: #2B2B2B;
    background: #fff;
    background-size: cover;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    border: none;
    outline: none;
}

a:active {
    outline: none;
    border: none;
}

button {
    font-family: inherit;
    color: inherit;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

input {
    font-family: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

input:invalid {
    box-shadow: none;
}

img {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
}

select::-ms-expand {
    display: none;
}

label.error {
    display: none !important;
}

input::-ms-clear {
    width: 15px;
    height: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.overflow-hidden {
    position: relative;
    overflow: hidden;
}

.back {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: none;
}

.back div {
    position: absolute;
}

.back img {
    position: absolute;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50000;
    pointer-events: none;
    opacity: 0.4;
}

.banner {
    position: relative;
    margin-top: 35px;
}

.banner:before {
    position: absolute;
    top: 0;
    left: -106px;
    content: "";
    width: -webkit-calc(100% + 106px + 106px);
    width: calc(100% + 106px + 106px);
    height: 100%;
    background: url("../images/banner-back.jpg") center no-repeat;
    background-size: cover;
    z-index: -10;
}

.banner:after {
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - -150px);
    left: calc(50% - -150px);
    content: "";
    width: 294px;
    height: 427px;
    background: url("../images/banner-girl.png") center bottom no-repeat;
    background-size: contain;
    z-index: -5;
}

.banner-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    min-height: 450px;
    padding-bottom: 90px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner-content {
        padding-top: 96px;
        padding-bottom: 0;
    }
}

.banner-headline {
    color: #fff;
    max-width: 570px;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.article__country {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.page-content {
    margin: 0 106px;
    width: -webkit-calc(100% - 390px - 390px - 212px);
    width: calc(100% - 390px - 390px - 212px);
}

.container {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-content-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.page-content-wrapper:before {
    position: absolute;
    left: -webkit-calc(50% - 2571px);
    left: calc(50% - 2571px);
    top: 0;
    content: "";
    width: 2000px;
    height: 100%;
    background-color: #32394C;
    z-index: -10;
}

.article {
    position: relative;
    padding-top: 25px;
    margin-top: -90px;
    background-color: #fff;
}

.article:before {
    position: absolute;
    top: 0;
    left: -25px;
    content: "";
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 90px;
    z-index: -1;
    background-color: #ffF;
}

.article h1 {
    font-size: 48px;
    line-height: 1.22;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.article p {
    margin: 20px 0;
    line-height: 1.5;
}

.article-header {
    padding-bottom: 30px;
}

.article__sub-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 16px;
}

.article__sub-menu .item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-right: 50px;
}

.article__sub-menu .item img {
    margin-right: 4px;
}

.article__sub-menu .item:last-child {
    margin-right: 0;
}

.article__image {
    text-align: center;
    margin: 25px 0;
}

.article__image img {
    max-width: 100%;
}

.article__image--product {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.main-link {
    display: block;
    background-color: #045BC5;
    max-width: 280px;
    width: 100%;
    padding: 18px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 45px;
    box-shadow: 0px 12px 30px rgba(4, 91, 197, 0.4);
    -webkit-transition: 320ms;
    transition: 320ms;
}

.main-link:hover {
    box-shadow: 0px 5px 30px rgba(4, 91, 197, 0.4);
}

.article .main-link {
    margin: 30px auto 50px;
}

p a {
    position: relative;
    font-weight: bold;
    color: #0061A8;
}

p a:before {
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0061A8;
}

.sidebar-left-wrapper {
    width: 390px;
}

::-moz-selection {
    color: #000;
    background-color: #988146;
}

::selection {
    color: #000;
    background-color: #988146;
}

.sidebar-left {
    width: 390px;
    background-color: #32394C;
    color: #fff;
    padding: 20px 50px;
}

.sidebar-left p {
    font-size: 18px;
    line-height: 1.3;
}

.sidebar-left p a {
    color: #fff;
    text-decoration: none;
}

.sidebar-left p a:before {
    display: none;
}

.sidebar-left h3 {
    margin: 13px 0 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.sidebar-left h4 {
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sidebar-left .flag-image {
    width: 20px;
    vertical-align: bottom;
}

.follow-link {
    display: block;
    background: #2ea2cc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    padding: 4px 10px;
    width: 100%;
    max-width: 290px;
    -webkit-transition: 640ms;
    transition: 640ms;
}

.follow-link:hover {
    background-color: #1e8cbe;
}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .image-wrapper {
    text-align: center;
}

.widget img {
    max-width: 100%;
}

.sidebar-post {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}

.sidebar-post:hover {
    color: #CEC3A0;
}

.sidebar-post .image {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
}

.sidebar-post .image img {
    display: block;
    width: 100%;
}

.sidebar-post .text {
    font-size: 14px;
    width: 100%;
}

.sidebar-right {
    width: 390px;
    padding: 35px 20px 0;
}

.sidebar-right .promo {
    padding: 30px 30px 20px;
    background-color: #e5eef9;
    border: 1px solid rgba(8, 46, 92, 0.5);
}

.sidebar-right .product {
    margin: 15px 0;
}

.sidebar-right .promotion-date {
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.sidebar-right .promotion-date span {
    font-weight: bold;
    color: red;
}

.sidebar-right img {
    max-width: 100%;
}

.sidebar-right h3 {
    color: #00295A;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.promo-tagline {
    text-transform: uppercase;
}

.sidebar-right .main-link {
    margin: 20px auto 0;
}

.article-head {
    margin-bottom: 30px;
}

.footer-info {
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 1800px) {
    .sidebar-left-wrapper {
        width: 340px;
    }

    .sidebar-left {
        width: 340px;
    }

    .sidebar-right {
        width: 340px;
    }

    .page-content {
        width: -webkit-calc(100% - 340px - 340px - 100px);
        width: calc(100% - 340px - 340px - 100px);
        margin: 0 50px;
    }

    .banner:before {
        left: -50px;
        width: -webkit-calc(100% + 50px + 50px);
        width: calc(100% + 50px + 50px);
    }

    .article h1 {
        font-size: 40px;
    }

    .banner-headline {
        max-width: 500px;
        font-size: 30px;
    }

    .banner:after {
        left: -webkit-calc(50% - -120px);
        left: calc(50% - -120px);
    }
}

@media (max-width: 1536px) {
    .sidebar-left-wrapper {
        width: 280px;
    }

    .sidebar-left {
        width: 280px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .sidebar-right {
        width: 320px;
    }

    .page-content {
        width: -webkit-calc(100% - 280px - 320px - 80px);
        width: calc(100% - 280px - 320px - 80px);
        margin: 0 40px;
    }

    .banner:before {
        left: -40px;
        width: -webkit-calc(100% + 40px + 40px);
        width: calc(100% + 40px + 40px);
    }

    .sidebar-right .promo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-content {
        min-height: 390px;
    }
}

@media all and (max-width: 1536px) and (-ms-high-contrast: none), (max-width: 1536px) and (-ms-high-contrast: active) {
    padding-top:

75px

;
}

@media (max-width: 1536px) {
    .banner-headline {
        max-width: 410px;
        font-size: 26px;
    }

    .banner:after {
        left: -webkit-calc(50% - -90px);
        left: calc(50% - -90px);
        width: 245px;
    }

    .article h1 {
        font-size: 32px;
    }

    .article__sub-menu .item {
        margin-right: 30px;
        font-size: 18px;
    }

    .sidebar-left p {
        font-size: 16px;
    }
}

@media (max-width: 1365px) {
    .sidebar-left-wrapper {
        width: 230px;
    }

    .sidebar-left {
        width: 230px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-left h3 {
        font-size: 16px;
    }

    .follow-link {
        font-size: 14px;
    }

    .page-content {
        width: -webkit-calc(100% - 230px - 300px - 80px);
        width: calc(100% - 230px - 300px - 80px);
        margin: 0 40px;
    }

    .banner:before {
        left: -40px;
        width: -webkit-calc(100% + 40px + 40px);
        width: calc(100% + 40px + 40px);
    }

    .sidebar-right {
        width: 300px;
    }

    .banner-headline {
        font-size: 24px;
        max-width: 380px;
    }

    .banner:after {
        width: 205px;
    }

    .banner-content {
        min-height: 350px;
    }

    .article h1 {
        font-size: 30px;
    }

    .article__sub-menu .item {
        margin-right: 20px;
        font-size: 14px;
    }

    .article__sub-menu .item img {
        width: 15px;
    }

    .main-link {
        font-size: 18px;
    }

    .sidebar-post .image {
        width: 40px;
        min-width: 40px;
    }
}

@media (max-width: 1199px) {
    .page-content-wrapper:before {
        display: none;
    }

    .sidebar-left-wrapper {
        display: none;
    }

    .page-content {
        width: -webkit-calc(100% - 300px - 60px);
        width: calc(100% - 300px - 60px);
        margin: 0 60px 0 0;
    }

    .banner-content {
        padding-bottom: 0;
    }

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

    .sidebar-right {
        padding-left: 0;
        padding-right: 0;
    }

    .banner:after {
        width: 225px;
    }

    .article {
        margin-top: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-headline {
        max-width: 410px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .banner-headline {
        max-width: 460px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner-headline {
        font-size: 28px;
    }

    .article h1 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .article:before {
        display: none;
    }

    .banner:before {
        left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }

    .banner {
        margin-top: 0;
    }

    .page-content {
        width: 100%;
        margin: 0;
    }

    .sidebar-right {
        display: none;
    }

    .banner-headline {
        margin-left: 30px;
    }

    .banner:after {
        left: -webkit-calc(50% - -110px);
        left: calc(50% - -110px);
    }
}

@media (max-width: 767px) {
    .article p {
        margin: 10px 0;
    }

    .article__image {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .banner-content {
        min-height: 310px;
    }

    .banner:after {
        width: 205px;
    }

    .banner-headline {
        font-size: 22px;
    }

    .article h1 {
        font-size: 26px;
    }

    .article__sub-menu {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article__sub-menu .item {
        margin-bottom: 5px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .article__country {
        font-size: 16px;
    }

    .banner-headline {
        max-width: initial;
        width: 65%;
        margin-left: 0;
        font-size: 18px;
    }

    .banner-content {
        height: 50vw;
        min-height: 180px;
    }

    .banner:after {
        width: 35%;
        left: auto;
        right: 0;
        min-width: 118px;
    }

    .article h1 {
        font-size: 26px;
    }

    .article-head {
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .article__country {
        font-size: 12px;
    }

    .article h1 {
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .banner-headline {
        font-size: 15px;
    }
}

.header {
    color: #fff;
    background-color: #2C3243;
}

.main-nav,
.main-nav .nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.header-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 40px;
    font-weight: 900;
}

.header__logo {
    font-size: 16px;
    line-height: 48px;
}

.header__search {
    margin-left: 40px;
}

.nav__item {
    text-transform: uppercase;
    line-height: 48px;
    font-size: 11px;
}

.nav__item a {
    padding: 0 20px;
    display: block;
}

.nav__item:first-child {
    margin-left: 0;
}

@media (min-width: 1024px) {
    .nav__item {
        -webkit-transition: 320ms;
        transition: 320ms;
    }

    .nav__item:hover {
        background-color: #988146;
    }
}

.nav__item--down {
    padding-right: 20px;
}

.nav__item--down a {
    position: relative;
}

.nav__item--down a:before {
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    right: 0;
    content: "";
    width: 8px;
    height: 4px;
    background: url("../images/arrow-down.png") center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.header-search {
    display: inline-block;
    width: 48px;
    height: 100%;
    background: #988146 url("../images/search-icon.png") center no-repeat;
    cursor: pointer;
}

.burder-menu {
    width: 48px;
    height: 100%;
    background: #000 url("../images/burder-menu.png") center no-repeat;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
}

@media (min-width: 992px) {
    .burder-menu {
        display: none;
    }
}

@media (max-width: 1365px) {
    .nav__item a {
        padding: 0 15px;
    }

    .nav__item--down {
        padding-right: 25px;
    }
}

@media (max-width: 1199px) {
    .nav__item a {
        padding: 0 10px;
    }

    .nav__item a:before {
        right: -4px;
    }

    .header-nav {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .overlay {
        display: none;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -10;
    -webkit-transition: opacity 640ms;
    transition: opacity 640ms;
}

@media (max-width: 991px) {
    .main-nav .nav {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        background-color: #2C3243;
        border-top: 1px solid #000;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 640ms;
        transition: 640ms;
        z-index: -100;
    }

    .main-nav .nav .nav__item {
        font-size: 12px;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .main-nav .nav .nav__item a {
        display: inline;
        padding-left: 0;
    }

    .main-nav .nav .nav__item a:before {
        right: -20px;
    }

    body.menu-opened {
        overflow: hidden;
    }

    body.menu-opened .burder-menu {
        background-image: url("../images/burder-menu--close.png");
    }

    body.menu-opened .overlay {
        opacity: 1;
        z-index: 100;
        pointer-events: auto;
    }

    body.menu-opened .header {
        position: relative;
        z-index: 200;
    }

    body.menu-opened .main-nav .nav {
        opacity: 1;
        pointer-events: auto;
        z-index: 50;
    }
}

@media (max-width: 575px) {
    .header__logo {
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------------------------------*/
.reviews-wrapper {
    font-family: Tahoma, serif;
    padding-bottom: 60px;
}

.reviews-headline {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif;
}

.reviews {
    padding-bottom: 40px;
    /*max-width: 790px;*/
    width: 100%;
    /*margin-top: 30px;*/
}

.form-comment--name input {
    font-size: 14px;
}

.form-reviews {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-photo {
    width: 64px;
    height: 64px;
    /*border-radius: 50%;*/
}

.comment-photo img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.comment-info {
    width: -webkit-calc(100% - 60px - 15px);
    width: calc(100% - 60px - 15px);
}

.form-comment--name input {
    outline: none;
    display: block;
    width: 100%;
    max-width: 190px;
    height: 27px;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-transition: none;
    transition: none;
    box-sizing: border-box;
    font-weight: normal;
}

.form-comment--name input:focus {
    border: 2px solid #000;
    border-radius: 4px;
}

.form-comment--text textarea {
    display: block;
    width: 100%;
    height: 58px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-transition: none;
    transition: none;
    resize: none;
    margin-top: 14px;
    font-weight: normal;
    font-size: 14px;
}

.form-comment--btn button {
    display: inline-block;
    padding: 0 5px;
    /* font-size: 16px; */
    color: #fff;
    background: #4267b2;
    border-radius: 2px;
    font-size: 14px;
    min-width: 127px;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    margin-top: 15px;
}

.review {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.review .media-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
}

.review .media-left img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    /*width: 74px;*/
}

.content .img-responsive {
    margin: 4px 0 0;
}

.review .media-body {
    width: -webkit-calc(100% - 70px - 10px);
    width: calc(100% - 70px - 10px);
}

.review .media-body > p {
    font-size: 14px !important;
    line-height: 19.6px;
}

.review .media-body p {
    font-weight: normal;
}

.review {
    border-bottom: 1px dashed #ccc;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 14px 0;
}

.review h4 {
    font-size: 14px !important;
    font-weight: 700;
}

.review .rating {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 20px;
    margin-top: 8px;
}

.review .review {
    padding-bottom: 0;
    border: none;
    width: 100%;
}

.review .separator-point {
    font-weight: normal;
    margin: 0 3px;
}

.review .media-left img {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.review .media-heading {
    margin-bottom: 8px;
}

.review .media-body > p img {
    margin-top: 10px;
    max-width: 340px;
    width: 100%;
}

.rating-like {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 4px;
}

.rating-like .count {
    margin-left: 4px;
    font-size: 12px;
    color: #365398;
    font-weight: normal !important;
}

.rating .time {
    color: #365398;
    font-size: 13px;
    font-weight: normal !important;
}

.add-like,
.review-link {
    color: #365398 !important;
    font-size: 13px;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.ratting .likes {
    font-size: 12px;
}

.rating-like img {
    width: 13px;
}

.add-like {
    cursor: pointer;
    margin: 0;
}

.add-like.active {
    font-weight: bold !important;
}

.review-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    overflow: hidden;
}

.review-photo img {
    display: block;
    width: 100%;
}

.review-body {
    width: -webkit-calc(100% - 50px - 20px - 10px);
    width: calc(100% - 50px - 20px - 10px);
}

.review .review .review-photo {
    margin: 0 10px 0 0;
}

.review .review .review-body {
    width: -webkit-calc(100% - 50px - 20px);
    width: calc(100% - 50px - 20px);
}

.review .user-name {
    margin-top: 0;
    color: #365398;
    font-size: 15px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 700;
}

.review-inner {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.4;
}

.review a {
    box-shadow: none;
}

.review a:hover {
    text-decoration: none;
    color: red;
}

.review-photo-prod {
    display: block;
    width: 100%;
    max-width: 380px;
    margin-top: 8px;
}

@media (max-width: 575px) {
    .reviews-wrapper {
        padding-bottom: 40px;
    }
    .review-photo {
        margin-left: 0;
    }

    .review-body {
        width: calc(100% - 50px - 10px);
    }

    .review .review .review-body {
        width: calc(100% - 50px - 10px);
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #515151;
}
input::-moz-placeholder, textarea::-moz-placeholder{
    color: #515151;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #515151;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
    color: #515151;
}
input::placeholder,
textarea::placeholder{
    color: #515151;
}

/*-------------------------------------------------------------------------------------*/


/*.form-comment--text textarea {*/
/*    border: 2px solid rgba(0,0,0,0);*/
/*    */
/*}*/

.form-comment--text textarea:focus-visible {
    border: 2px solid #000;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
}

.article-videos {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
}

.article-videos .video {
    position: relative;

    width: 48%;
    height: 340px;

    overflow: hidden;
}

.article-videos .video video {
    width: 100%;
    height: auto;

    margin: -14% 0;
}

@media (max-width: 1535px) {
    .article-videos .video {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .article-videos .video {
        height: calc(42vw - 30px);
    }
}

@media (max-width: 767px) {
    .article-videos {
        display: block;
    }

    .article-videos .video {
        width: 100%;
        margin-top: 15px;
        height: calc(82vw - 30px);
    }
}

.old-price {
    position: relative;
    color: grey;
    margin-right: 10px;
}

.old-price:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";

    width: 100%;
    height: 1px;

    background-color: grey;
}