@charset "UTF-8";
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoItalic.eot');
    src: url('../fonts/RobotoItalic.eot') format('embedded-opentype'),
    url('../fonts/RobotoItalic.woff2') format('woff2'),
    url('../fonts/RobotoItalic.woff') format('woff'),
    url('../fonts/RobotoItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
    url('../fonts/RobotoMedium.woff2') format('woff2'),
    url('../fonts/RobotoMedium.woff') format('woff'),
    url('../fonts/RobotoMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
    url('../fonts/RobotoBold.woff2') format('woff2'),
    url('../fonts/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
    url('../fonts/RobotoBold.woff2') format('woff2'),
    url('../fonts/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBlack.eot');
    src: url('../fonts/RobotoBlack.eot') format('embedded-opentype'),
    url('../fonts/RobotoBlack.woff2') format('woff2'),
    url('../fonts/RobotoBlack.woff') format('woff'),
    url('../fonts/RobotoBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/PTSerif-BoldItalic.eot');
    src: url('../fonts/PTSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSerif-BoldItalic.woff2') format('woff2'),
    url('../fonts/PTSerif-BoldItalic.woff') format('woff'),
    url('../fonts/PTSerif-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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,
events, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

sup, sub {
    position: relative;
    top: -0.6em;
    font-size: 65% !important;
    line-height: 1em !important;
}

sub {
    top: auto;
    bottom: -0.3em;
}

small {
    display: inline-block;
    vertical-align: baseline;
    font-size: .75em;
    line-height: 1.666666666666667em;
}

/* HTML5 display-role reset for older browsers */
events, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
    display: block;
}

/*_____________________________________________*/
html {
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    height: 100%;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.47em;
    color: #333;
    min-width: 320px;
    -webkit-font-smoothing: antialiased
}

.branding-page body {
    padding-top: 300px;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-color: #1a1a1a;
}

/*Common styles*/
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

.has-aside .content-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.index-page .has-aside .content-box {
    padding-top: 0;
}

.has-aside #main {
    padding-right: 48px;
    width: calc(100% - 306px);
    padding-bottom: 67px;
}

.has-aside #aside {
    position: relative;
    width: 306px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.index-page .has-aside #aside {
    margin-top: 0;
}

#aside > * {
    max-width: 304px;
}

#aside .is_stuck {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#aside > *:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.banner img {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    position: relative;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
    color: #000;
}

h1, .h1 {
    font-size: 36px;
    line-height: 1.28em;
    margin-top: 20px;
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 22px;
    line-height: 1.363636363636364em;
    margin-top: 30px;
    margin-bottom: 13px;
}

h3, .h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 14px;
}

h4, .h4 {
    font-size: 19px;
    line-height: 1.473684210526316em;
    margin-top: 30px;
    margin-bottom: 14px;
}

h5, .h5 {
    font-size: 16px;
    line-height: 1.444444444444444em;
    margin-top: 30px;
    margin-bottom: 16px;
}

h6, .h6 {
    font-size: 18px;
    line-height: 1.444444444444444em;
    margin-top: 30px;
    margin-bottom: 20px;
}

h2 + p, .h2 + p {
    margin-top: 0;
}

h3 + p, .h3 + p {
    margin-top: 0;
}

h4 + p, .h4 + p {
    margin-top: 0;
}

h5 + p, .h5 + p {
    margin-top: 0;
}

ol, ul {
    list-style: none;
    margin: 17px auto;
    max-width: 1010px;
}

ul li, ol li {
    position: relative;
    padding-left: 29px;
    margin: 0 0 15px;
    line-height: 1.5em;
}

ul li {
    background: url("../i/rectangle.svg") no-repeat 0px 13px/5px auto;
}

ul ul, ol ol {
    max-width: none;
    margin: 15px 0;
}

ol li {
    position: relative;
    padding-left: 31px;
}

ol li .num {
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.714285714285714em;
}

ol {
    counter-reset: list1;
    list-style-type: none;
}

ul ul, ol ol {
    max-width: none;
    margin: 15px 0;
}

ol > li {
    background: none !important;
}

ol > li:before {
    position: absolute;
    left: 0px;
    top: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.714285714285714em;
    counter-increment: list1;
    content: counter(list1) ".";
}

ol ol {
    counter-reset: list2;
    margin-left: 0;
}

ol ol li {
    background: none;
    letter-spacing: -0.38px;
    line-height: 1.611111111111111em;
}

ol ol li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
    left: 2px;
}

ul li p:first-child, ol li p:first-child {
    margin-top: 0 !important;
}

ul li p:last-child, ol li p:last-child {
    margin-bottom: 0 !important;
}

/*_______________________________*/

a {
    color: #333;
    outline: none !important;
    text-decoration: none;
}

.no-touchevents a:hover {

}

a[href^=tel], a[href^=fax] {
    white-space: nowrap;
    text-decoration: none;
    color: #3a3d47;
}

/* .no-touchevents a[href^=tel]:hover, .no-touchevents a[href^=fax]:hover{
	color: #86868F;
	opacity: .7;
	} */
p {
    line-height: 1.48em;
    margin: 17px auto;
}

p a {
    color: #d12336;
    transition: color .3s ease;
}

.no-touchevents p a:hover {
    color: #888;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

p img.left, p img.right {
    display: block;
    margin-top: 25px;
    margin-bottom: 0;
}

img.left {
    margin: 25px 25px 25px -134px;
    max-width: 64%;
}

img.right {
    margin: 25px -134px 25px 25px;
    max-width: 64%;
}

p img.left {
    display: block;
    margin-right: 25px;
}

p img.right {
    display: block;
    margin-left: 25px;
}

a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.auto-width-img {
    max-width: 1096px;
    margin: 0 auto;
}

.img-box {
    max-width: 1010px;
}

figure {
    margin: 31px 0;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.153846153846154em;
    color: #888;
}

figure img {
    margin: 0 auto;
}

figcaption {
    margin: 8px 0 0;
}

.time {
    display: block;
}

.important-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45em;
    margin: 30px auto;
    padding: 20px 7px 20px 0;
    color: #000;

}

.important-text p {
    margin: 0;
    padding-left: 30px;
    box-shadow: inset 2px 0px 0px #d12336;
}

.important-text.view2 {
    font-weight: 700;
    font-size: 20px;
    padding: 18px 7px 18px 0;
}

.important-text.view2 p {
    box-shadow: inset 2px 0px 0px #ededed;
    line-height: 1.3em;
}

blockquote {
    font-style: italic;
    font-size: 22px;
    line-height: 1.27em;
    text-align: center;
    color: #000;
    margin: 30px auto 37px;
    background: #fff;
}

blockquote .text {
    max-width: 582px;
    margin: 0 auto;
    padding: 0 20px;
}

blockquote .quote-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
}

blockquote p {
    margin: 0 0 20px;
    line-height: 1.3em;
}

blockquote .img-box {
    position: relative;
    border-radius: 110%;
    overflow: hidden;
    width: 62px;
    height: 62px;
    margin: 0 auto;
}

blockquote .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate3d(-50%, -50%, 0);
}

blockquote img {
    margin: 0 auto;
}

blockquote .author {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.333333333333333em;
    text-align: center;
    color: #333;
    margin-top: 8px;
}

.blockquote-img {
    margin-bottom: 0;
}

.blockquote-img .text {
    position: relative;
    top: -23px;
}

/* download list */
.download-list {
    padding: 32px 0 0;
    margin: 35px 0 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

/*___________________________*/
/*Form styles*/
.form {
    position: relative;
    z-index: 2;
    text-align: left;
}

.form-box .form {
    margin: 0;
}

.form-popup .field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 9px;
}

.required .field-name:after {
    content: '*';
    margin: 0 0 0 4px;
    color: #dd3740;
}

.error-field .form-control {
    border-color: #da313b !important;
}

.error-field .error-text {
    display: block;
    width: 330px;
    font-size: 11px;
    line-height: 1em;
    color: #da313b;
    margin-top: 3px;
    text-align: left;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #86868f;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #86868f;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #86868f;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0 !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

/*Btn*/
button {
    border: none;
    background: none;
    cursor: pointer;
    outline: none !important;
}

.btn {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none !important;
    padding: 13px 19px;
    border: 2px solid #cf172b;
    background: #cf172b;
    color: #fff;
    border-radius: 3px;
    transition: color .3s ease, background .3s ease;
}

.nav-box .btn span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3px;
    transition: border-color .3s ease;
}

.nav-box .btn {
    transition: padding .3s ease;
}

.sticky-header .nav-box .btn {
    padding: 8px 19px;
}

.no-touchevents .btn:hover {
    background: #fff;
    color: #cf172b;
}

.no-touchevents .nav-box .btn:hover {
    background: transparent;
    color: #fff;
}

.no-touchevents .btn:hover span {
    border-color: transparent;
}

/*Appearance*/
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.uppercase {
    text-transform: uppercase;
}

.no-indent {
    margin-bottom: 0 !important;
}

.align-m, .align-b {
    display: table-cell;
    vertical-align: middle;
}

.align-b {
    vertical-align: bottom;
}

.no-wrap {
    white-space: nowrap;
}

/*Independent*/
.container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding: 0 36px;
    margin: 0 auto;
}

/*=========================================================================
								STRUCTURE
==========================================================================*/
#all {
    position: relative;
    z-index: 1;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.branding-page #all {
    max-width: 1320px;
    margin: 0 auto;
}

.branding-page .nav-box {
    max-width: 1320px;
    margin: 0 auto;
}

.index-page.branding-page .top-banner {
    padding-top: 0;
    margin-bottom: 42px;
    border-top: none;
    border-bottom: 1px solid #ededed;
}

.top-banner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.top-banner-box .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner-box .img img {
    margin: 0 auto;
}

/*================================HEADER===================================*/
#header {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    transition: transform .3s ease;
}

.branding-page #header {
    max-width: 1320px;
}

.branding-page #all {
    border-radius: 6px 6px 0 0;
    /* border-radius: 0; */
}

.sticky-header:not(.short-header-view) #header {
    position: fixed;
    top: 0 !important;
    left: 0;
}

html:not(.branding-page).sticky-header.short-header-view #header {
    transform: translateY(-105%);
}

html:not(.branding-page).sticky-header:not(.short-header-view) #header {
    transform: translateY(0);
}

.branding-page.sticky-header:not(.short-header-view) #header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);

}

.branding-page.sticky-header:not(.short-header-view) #header .nav-box {
    border-radius: 0;
}

.branding-page #header {
    position: absolute;
    top: 300px !important;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: transform .3s ease;
}

.branding-page.short-header-view #header {
    transform: translate(-50%, -105%);
}

@media screen and (max-width: 1319px) {
    .branding-page #header {
        position: absolute;
        top: 200px !important;
        left: 50%;
    }
}

.branding-page .sticky-header #header {
    transform: translate(-50%, -105%);
}

.sticky-header:not(.short-header-view) #header {
    transform: translateY(0);
}

.nav-box {
    position: relative;
    width: 100%;
    background: #333;
    padding: 8px 0;
    z-index: 10;
}

.nav-box .container {
    display: flex;
    align-items: center;
    background: #333;
}

#nav {
    display: flex;
    align-items: center;
}

#nav ul {
    display: flex;
    align-items: center;
    margin: 0 34px 0 0;
}

#nav ul:not([class]) {
    margin-right: 41px;
}

#nav ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.153846153846154em;
    margin: 0 16px 0 0;
    padding: 0;
    color: #888;
    background: none;
}

#nav ul li.active a {
    color: #888;
}

#nav ul li a {
    color: #fff;
    transition: color .3s ease;
}

.no-touchevents #nav ul li:not(.active) a:hover {
    color: #888;
}

#nav ul li a.dots svg circle {
    transition: fill .3s ease;
}

.no-touchevents #nav ul li a.dots:hover svg circle {
    fill: #fff;
}

#nav .nav-dropdown {
    display: none;
}

.nav-box .btn {
    margin-left: auto;
}

#header > .container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 36px;
    background: #fff;
}

#header > .container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 36px;
    right: 36px;
    height: 1px;
    background: #ededed;
}

#header > .container #logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-52%);
    margin-top: -10px;
}

#header > .container #logo path {
    transition: .3s ease;
}

.no-touchevents #header > .container #logo:hover path {
    fill: #333;
}

#header .js-open-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: auto;
    cursor: pointer;
}

#header .js-open-search .open circle, #header .js-open-search .open path {
    transition: stroke .3s ease;
}

#header .js-open-search .close path {
    transition: fill .3s ease;
}

.no-touchevents #header .js-open-search:hover .close path {
    fill: #000;
}

.no-touchevents #header .js-open-search:hover .open circle, .no-touchevents #header .js-open-search:hover .open path {
    stroke: #000;
}

.search-btn svg circle, .search-btn svg path {
    transition: stroke .3s ease !important;
}

.no-touchevents .search-btn:hover svg circle, .no-touchevents .search-btn:hover svg path {
    stroke: #cf172b;
}

html:not(.opened-search) #header .js-open-search .close {
    display: none;
}

html.opened-search #header .js-open-search .open {
    display: none;
}

#header .social-links {
    display: flex;
    align-items: center;
}

#header .social-links .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
}

#header .social-links .icon:first-child {
    margin-left: 0;
}

#header > .container .social-links {
    margin-left: auto;
}

#header .social-links .icon svg path {
    transition: fill .3s ease;
}

.no-touchevents #header .social-links .icon:hover svg path {
    fill: #000;
}

@media screen and (min-width: 1320px) {
    #nav .nav-dropdown {
        position: absolute;
        left: 100%;
        top: 28px;
        width: 196px;
        padding: 22px 8px;
        margin: 0 0 0 -110px;
        background: #fff;
        border: 1px solid #ededed;
        border-radius: 3px;
        text-align: center;
    }

    #nav .nav-dropdown:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin: 0 0 0 -10px;
        background: #fff;
        transform: rotate(45deg);
    }

    #nav .nav-dropdown li {
        margin: 0 0 14px;
    }

    #nav .nav-dropdown li:last-child {
        margin: 0;
    }

    #nav .nav-dropdown li a {
        color: #333;
    }

    #nav .nav-dropdown li a {
        color: #333;
    }

}

.js-open-nav {
    /* display: none; */
    position: relative;
    z-index: 1000;
    height: 22px;
    width: 35px;
}

.js-open-nav .start-state {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 35px;
}

.js-open-nav .start-state span {
    display: block;
    width: 35px;
    height: 2px;
    background: #888;
}

.js-open-nav .start-state span::before {
    position: absolute;
    left: 0;
    top: -9px;
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #888;
    transition: transform .2s ease-in, top .2s linear .2s;
}

.js-open-nav .start-state span::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #888;
    transition: transform .2s ease-in, top .2s linear .2s;
}

.opened-nav #header .js-open-nav .start-state span {
    background: transparent !important;
}

.opened-nav #header .js-open-nav .start-state span::before {
    transform: rotate(45deg);
    top: 0;
    transition: top .2s linear, transform .2s ease-in .2s;
}

.opened-nav #header .js-open-nav .start-state span::after {
    transform: rotate(-45deg);
    top: 0;
    transition: top .2s linear, transform .2s ease-in .2s;
}

/*========================END OF HEADER========================*/
#header .search-form-box {
    position: absolute;
    left: 36px;
    top: calc(100% - 20px);
    padding: 0;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    background: #ededed;
    height: 0;
    max-width: calc(100% - 116px);
    width: 100%;
    transition: height .5s ease, opacity .3s ease-in-out;
}

#header .search-form-box .search-form {
    position: relative;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    height: 55px;
    border: 1px solid #ededed;
}

#header .search-form-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 5px;
    padding-right: 32px;
}

#header .field {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

#header .form-control {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.67em;
    display: flex;
    align-items: center;
    color: #888;
    background: transparent;
    border: none;
    width: 100%;
}

#header .form-control::placeholder {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 400;
    color: #949494;
}

#header .search-form-box .search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 32px;
    height: 32px;
}

#header .search-form-box .search-btn svg {
    width: 20px;
    height: 20px;
}

#header .search-form-box .search-form .js-close-search {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    cursor: pointer;
}

.no-touchevents #header .search-form-box .search-form .js-close-search:hover svg path {
    stroke: #3a3d47;
}

#header .search-form-box .search-btn svg path, #header .search-form-box .js-close-search svg path {
    transition: all .5s ease;
}

.no-touchevents #header .search-form-box .search-btn:hover svg path {
    fill: #13ad68;
}

.no-touchevents #header .search-form-box .js-close-search:hover svg path {
    opacity: 1;
}

.opened-search #header .search-form-box {
    opacity: 1;
    pointer-events: auto;
    z-index: 100000;
    height: 55px;
}

/*============================MAIN=============================*/
#main > .container > *:first-child {
    margin-top: 0;
}

#main > .container > *:last-child {
    margin-bottom: 0;
}

.article-top-box > *:last-child {
    margin-bottom: 0;
}

.article-top-box {
    border-bottom: 1px solid #ededed;
    margin-bottom: 28px;
    padding-bottom: 30px;
}

.article-top-box h1 {
    margin-top: 16px;
}

.article-top-box p {
    font-size: 22px;
    letter-spacing: 0.0001em;
    line-height: 1.4em;
}

.top-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
    color: #888;
}

.top-wrap .category {
    font-size: 13px;
    line-height: 1.153846153846154em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 8px 13px;
    color: #cf172b;
    background-color: #fff6f7;
    border-radius: 3px;
    margin-right: 32px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease;
}

.no-touchevents .top-wrap a.category:hover {
    background-color: #cf172b;
    color: #fff6f7;
}

.top-wrap p {
    margin: 0;
}

.top-wrap .date {
    margin-right: 32px;
}

.top-wrap .author {
    letter-spacing: 0.001em;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2em;
}

.top-wrap .author a {
    color: #888;
    border-bottom: 1px solid #888;
    transition: border .3s ease;
}

.no-touchevents .top-wrap .author a:hover {
    border-bottom: 1px solid transparent;
}

.subcontainer > * {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

/* banner box */
.banner-box {
    padding: 28px 0;
    margin: 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

#main .banner-box.last-el {
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 1px;
    border-top: none;
    border-bottom: none;
}

#main .bottom-wrap + .banner-box {
    padding: 0;
    margin: 0 0 68px;
    border: none;
}

.banner-box .img {
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    max-width: 728px !important;
    width: 100%;
    max-width: 90px;
    height: 100%;
}

.banner-box img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 3px;
}

/* read also box */
.read-also-box {
    display: flex;
    align-items: center;
    padding: 28px 0;
    margin: 29px auto 31px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.read-also-box .img {
    margin-right: 32px;
    max-width: 288px;
    width: 100%;
    border-radius: 3px;
}

.read-also-box img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 3px;
}

.read-also-box span {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.5em;
    vertical-align: top;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #cf172b;
}

.read-also-box .label.mobile-view {
    display: none;
    margin-bottom: 18px;
}

.read-also-box .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    color: #000;
    transition: color .3s ease;
}

.no-touchevents .read-also-box .title:hover {
    color: #888;
}

/* info img box */
.info-img-box {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 65px 0 63px;
    margin: 30px auto;
    min-height: 330px;
    display: flex;
    align-items: center;
}

.info-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(90deg, rgba(3, 3, 3, 0.3) 0%, rgba(1, 1, 1, 0.3) 35.82%, rgba(0, 0, 0, 0) 64.93%);
}

.info-img-box .text-box {
    position: relative;
    padding: 13px 46px;
    z-index: 2;
    color: #fff;
}

.info-img-box .num {
    display: inline-block;
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
    padding-left: 28px;
    border-left: 3px solid #d12336;
}

.info-img-box p {
    padding-left: 28px;
    max-width: 415px;
    margin: 8px 0;
}

.info-img-box .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 4px;
}

.info-img-box .text {
    font-size: 16px;
    line-height: 1.5em;
}

/* info box */
.info-box {
    padding: 49px 0 66px;
    margin: 27px auto 30px;
    text-align: center;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.info-box .num {
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
    color: #000;
}

.info-box .text-box {
    color: #000;
    padding: 5px 20px;
}

.info-box .text-box p {
    margin: 8px auto;
    max-width: 615px;
    font-size: 16px;
    line-height: 1.5em;
}

.info-box .text-box .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
}

.info-box .text-box .text {
    position: relative;
}

.info-box .text-box .text::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    height: 3px;
    width: 60px;
    margin-left: -30px;
    background: #d12336;
}

/* poll box */
.poll-box {
    padding: 21px 31px 31px;
    margin: 30px auto;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.poll-box p {
    margin: 0;
}

.poll-box .overall-result {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    color: #888;
}

.poll-box .title {
    font-weight: 700;
    line-height: 1.27em;
    color: #000;
    margin: 14px 0 19px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.poll-box .field, .poll-box .item-result {
    margin-bottom: 21px;
}

.poll-box .field:last-child, .poll-box .item-result:last-child {
    margin-bottom: 0;
}

.poll-box label, .poll-box .item-result > p {
    font-size: 16px;
    line-height: 1.75em;
    color: #333;
}

.list-poll-result {
    display: none;
}

.poll-box.result .list-poll-result {
    display: block;
}

.poll-box.result .form-poll {
    display: none;
}

.list-poll-result .progress-box {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.list-poll-result .progress-percent {
    font-weight: 700;
    width: 35px;
    margin-right: 18px;
    margin-left: 29px;
    font-size: 14px;
    line-height: 1.71em;
    color: #333;
}

.list-poll-result .item-result.active .progress-percent {
    color: #d12336;
}

.list-poll-result .progress {
    height: 3px;
    border-radius: 2px;
    background: #ededed;
    width: 100%;
}

.list-poll-result .progress .fill-progress {
    width: 0;
    height: 3px;
    background: #888;
    border-radius: 2px;
}

.list-poll-result .item-result.active .fill-progress {
    background: #d12336;
}

.list-poll-result .item-result.active .fill-progress {
    background: #d12336;
}

.item-result * {
    pointer-events: none;
}

.list-poll-result .item-result:not(.active) .radiobox-item input[type="radio"]:checked + label:before, .list-poll-result .item-result:not(.active) .radiobox-item input[type="radio"]:not(:checked) + label:before {
    visibility: hidden;
}

.poll-box .share-box {
    display: none;
}

.poll-box.result .share-box {
    display: block;
}

.radiobox-item label {
    transition: color .3s ease;
}

.no-touchevents .radiobox-item label:hover {
    color: #888;
}

/* news item box */
.news-item-box {
    padding: 15px 30px 30px;
    margin: 30px auto;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.news-item-box *:first-child {
    margin-top: 0;
}

.news-item-box *:last-child {
    margin-bottom: 0;
}

.news-item-box time {
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
    color: #888;
}

.news-item-box .title {
    font-weight: 700;
    line-height: 1.27em;
    color: #000;
    margin-top: 9px;
    margin-bottom: 20px;
}

.news-item-box figure {
    margin-top: 21px;
}

/* gallery slider */
.gallery-slider {
    width: 100%;
    margin: 30px 0;
}

.gallery-slider img {
    margin: 0;
    box-shadow: none;
}

.gallery-slider .main-slider {
    width: calc(100% - 86px);
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.gallery-slider .main-slider .swiper-slide {
    border: 1px solid #ededed;
}

.gallery-slider .main-slider a {
    width: 100%;
    height: auto;
}

.gallery-slider .main-slider img {
    width: 100%;
    height: 100%;
}

.gallery-slider .main-slider a {
    position: relative;
    display: block;
}

.gallery-slider .main-slider a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    width: 98px;
    height: 98px;
    margin: -49px 0 0 -49px;
    background: rgba(29, 29, 29, .3);
    border-radius: 110%;
    opacity: 0;
}

.no-touchevents .gallery-slider .main-slider a:hover:before {
    opacity: 1;
}

.gallery-slider .thumbs-slider {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    margin: 14px auto 0;
}

.gallery-slider .thumbs-slider .swiper-container {
    height: 80px;
}

.gallery-slider .thumbs-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 80px !important; */
    height: 100% !important;
    cursor: pointer;
}

.gallery-slider .thumbs-slider .swiper-slide-thumb-active {
    position: relative;
}

.gallery-slider .thumbs-slider .swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.no-touchevents .gallery-slider .thumbs-slider .swiper-slide:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.gallery-slider .thumbs-slider .swiper-slide img {
    border: 1px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.gallery-slider .thumbs-slider .swiper-btn {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 80px;
    width: 30px;
    line-height: 0;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.gallery-slider .thumbs-slider .swiper-btn.swiper-button-prev {
    left: -30px;
    justify-content: flex-start;
}

.gallery-slider .thumbs-slider .swiper-btn.swiper-button-next {
    right: -30px;
    justify-content: flex-end;
}

.gallery-slider .thumbs-slider .swiper-btn:before {
    font-size: 30px;
    line-height: 1em;
    color: #173d4c;
}

.no-touchevents .gallery-slider .thumbs-slider .swiper-btn:hover:before {
    color: #83989e;
}

/* bottom wrap */
.bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 58px;
    margin-bottom: 68px;
}

.bottom-wrap {
    font-size: 14px;
    line-height: 1.68em;
    color: #888;
}

.bottom-wrap p {
    display: flex;
    align-items: center;
    margin: 0;
    color: #888;
}

.bottom-wrap .share-links {
    display: flex;
    align-items: center;
}

.bottom-wrap .share-links .simple-share {
    display: flex;
    align-items: center;
}

.bottom-wrap .share-links a {
    margin-right: 5px;
    font-size: 1.3em !important;
}

.bottom-wrap .share-links a span {
    font-size: 14px;
    line-height: 1.86;
    color: #333;
    margin-left: 20px;
}

.rate-article-box {
    display: flex;
    align-items: center;
}

.rate-article-box p {
    margin-right: 6px;
}

.rate-article-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff6f7;
    border: 1px solid #fff6f7;
    border-radius: 3px;
    margin-left: 4px;
    color: #d12336;
    transition: background-color .3s ease;
}

.rate-article-box span.active {
    background-color: #d12336;
    border: 1px solid #d12336;
    color: #fff;
}

.no-touchevents .rate-article-box span:not(.active):hover {
    background-color: #fff;
    cursor: pointer;
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box svg {
    margin-right: 7px;
}

.rating-box .rating {
    font-size: 18px;
    line-height: 1.44em;
    color: #d12336;
    margin: 0 4px;
}

/* aside */
#aside {
    border-left: 1px solid #ededed;
}

#aside .infinite-load-box {
    margin-left: 16px;
}

#aside .category {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.181818181818182em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 24px;
}

#aside .category span {
    font-family: 'PT Serif', 'serif';

    font-weight: 700;
    font-size: 22px;
    line-height: 1.318181818181818em;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 3px 9px;
    background: #cf172b;
    border-radius: 2px;
    margin-right: 11px;
}

.index-page #aside .category span {
    margin-right: auto;
}

.index-page #aside .category svg {
    margin: 0 10px 0 12px;
}

#aside .main-articles .item {
    display: inline-block;
    margin: 0 0 25px;
}

.no-touchevents #aside .main-articles .item:hover .text {
    color: #888;
}

#aside .main-articles .img {
    border-radius: 3px;
    margin-bottom: 8px;
}

#aside .img img {
    margin: 0;
}

#aside .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #000;
    margin: 0;
    transition: color .3s ease;
}

#aside .popular .text {
    margin-top: 8px;
}

#aside .text span {
    font-weight: 900;
}

#aside .js-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.181818181818182em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #cf172b;
    padding: 10px 12px;
    background-color: #fff7f7;
    border-radius: 3px;
    margin-bottom: 24px;
    border: 2px solid #fff6f7;
    transition: background-color .3s ease;
}

.no-touchevents #aside .js-show-more:hover {
    background-color: #fff;
}

#aside .infinite-load-box:not(:last-child) {
    border-bottom: 1px solid #ededed;
    margin-bottom: 26px;
}

#aside .infinite-load-box:last-child .js-show-more {
    margin-bottom: 0;
}

.infinite-load-box .category .life-label {
    display: none;
    font-family: 'PT Serif', 'serif';
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 9px;
    background: #CF172B;
    border-radius: 2px;
}

#aside .opinions .item {
    margin-bottom: 40px;
}

.no-touchevents #aside .opinions .item:hover .text {
    color: #888;
}

.opinions .item {
    display: flex;
    flex-wrap: wrap;
}

.opinions .item .img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    margin-bottom: 10px;
}

.opinions .item.no-img .img {
    width: 32px;
}

.opinions .item .quote {
    position: absolute;
}

.opinions .item .quote-left {
    bottom: -6px;
    left: 4px;
}

.opinions .item .quote-right {
    top: 5px;
    right: 0;
}

.opinions .item .img {
    margin-right: 20px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
}

.opinions .item .img img {
    border-radius: 50%;
    filter: grayscale(100);
    width: 100%;
    height: 100%;
}

.opinions .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25em;
    color: #000;
    margin: 0;
}

.opinions .text {
    font-style: italic;
    font-weight: 400;
}

#aside .popular .category {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 28px;
}

#aside .popular .category a {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    transition: color .3s ease
}

.no-touchevents #aside .popular .category a:hover {
    color: #333;
}

#aside .subcategory {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    margin-top: 15px;
    margin-bottom: 5px;
}

#aside .popular .item {
    display: inline-block;
    margin-bottom: 24px;
}

.no-touchevents #aside .popular .item:hover .text {
    color: #888;
}

#aside .infinite-load-box.loading {
    background: url(../i/loader.svg) no-repeat 50% calc(100% - 20px)/48px auto;
}

#aside .infinite-load-box.loading:last-child {
    background: url(../i/loader.svg) no-repeat 50% 100%/48px auto;
}

#aside .infinite-load-box.loading .js-show-more {
    visibility: hidden;
}

#aside .smile .item {
    display: inline-block;
    margin-bottom: 26px;
}

.no-touchevents #aside .smile .item:hover .text {
    color: #888;
}

.smile-separator {
    display: block;
    text-align: center;
    margin: -16px 0 0;
}

#aside .most-popular .item {
    display: inline-block;
    margin-bottom: 24px;
}

.no-touchevents #aside .most-popular .item:hover .text {
    color: #888;
}

#aside .recommendation .item {
    display: inline-block;
    margin-bottom: 24px;
}

.no-touchevents #aside .recommendation .item:hover .text {
    color: #888;
}

.photo-fact.swiper-slider {
    width: 100%;
}

.photo-fact .item {
    margin-bottom: 24px;
}

.photo-fact .item .img {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 3px;
}

.photo-fact .item .img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.no-touchevents .photo-fact .item:hover .text {
    color: #888;
}

#aside .aside-banner {
    padding: 0 25px 25px;
    margin: 0 0 23px 15px;
    border-bottom: 1px solid #ededed;
}

#aside .aside-banner.large {
    margin-left: 0;
    margin-bottom: 28px;
    padding: 0;
    border-bottom: none;
}

.aside-banner .aside-banner-box {
    position: relative;
}

.aside-banner .aside-banner-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 237, 237, 0) 78.65%, rgba(237, 237, 237, 0.95) 95.83%);
}

.aside-banner img {
    margin: 0;
}

.banner-positions-box {
    position: relative;
    margin-bottom: 28px;
    min-width: 300px;
}

.banner-positions-box .banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dashed #9f9f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, .3);
}

.index-page .banner-positions-box .banner {
    border: none;
}

.banner-positions-box .banner img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.banner-positions-box .banner.small {
    width: 240px;
    height: 400px;
    z-index: 3;
}

.banner-positions-box .banner.medium {
    width: 300px;
    height: 500px;
    z-index: 2;
}

.banner-positions-box .banner.large {
    width: 300px;
    height: 600px;
    z-index: 1;
}

.banner-positions-box .size {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
    opacity: 0.3;
}

.banner-positions-box .tabs-wrap {
    position: absolute;
    top: 426px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    width: 240px;
}

.banner-positions-box .tabs-wrap .tabs-list {
    width: 30px;
    height: 100%;
}

.banner-positions-box .tabs-wrap ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}

.banner-positions-box .tabs-wrap li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding-left: 0;
    margin: 0;
    width: 25px;
    border: 1px solid #ededed;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 33.33333333%;
    cursor: pointer;
}

.banner-positions-box .tabs-wrap li svg path {
    transition: fill .3s ease;
}

.no-touchevents .banner-positions-box .tabs-wrap li:not(.current):hover svg path {
    fill: #000;
}

.banner-positions-box .tabs-wrap li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    width: 5px;
    height: 28px;
    z-index: 10;
    background: url(../i/tags-list-mark.svg) no-repeat;
    opacity: 0;
}

.banner-positions-box .tabs-wrap li.current {
    background: #f5f5f5;
    width: 30px;
    cursor: default;
}

.banner-positions-box .tabs-wrap li.current svg path {
    fill: #000;
}

.banner-positions-box .tabs-wrap li.current::after {
    opacity: 1;
}

.banner-positions-box .tab-content {
    position: relative;
    width: 210px;
    border: 1px solid #ededed;
    border-radius: 0px 3px 3px 0px;
    padding: 16px 8px 12px;
}

.tab-content-bg {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    z-index: -1;
}

.tab-content-bg svg {
    height: 100%;
    width: auto;
}

.banner-positions-box .tab-content p, .subscribe-links .item p {
    margin: 0;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    color: #000;
}

.banner-positions-box .tab-content p span, .subscribe-links .item p span {
    font-weight: 700;
}

.banner-positions-box .tab-content .button, .subscribe-links .item .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff7f7;
    border: 2px solid #fff7f7;
    border-radius: 3px;
    padding: 3px;
    margin-top: 18px;
    transition: background-color .3s ease;
}

.banner-positions-box .tab-content .button {
    padding-top: 9px;
    padding-bottom: 9px;
}

.banner-positions-box .tab-content .button span, .subscribe-links .item .button span {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #cf172b;
}

.banner-positions-box .tab-content .button .icon, .subscribe-links .item .button .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #f2c8cd;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 0;
}

.banner-positions-box .tab-content:hover .button, .subscribe-links .item:hover .button {
    background: none;
}

.subscribe-links {
    display: flex;
    flex-direction: column;
    width: 286px;
    margin-left: auto;
}

.subscribe-links .item {
    position: relative;
    padding: 15px 26px 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-bottom: 30px;
}

.subscribe-links .item::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    height: 2px;
    width: 102px;
    margin-left: -51px;
    background: #cf172b;
}

.subscribe-links .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.subscribe-links .item .tab-content-bg {
    top: 12px;
}

.subscribe-links .item .button {
    max-width: 193px;
    margin: 19px auto 0;
    padding: 4px 4px 5px;
}

.tabs-wrap-two {
    width: 286px;
    margin-left: auto;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.tabs-wrap-two .tab-content {
    width: 100%;
    border: none;
    padding: 107px 0 62px;
}

.tabs-wrap-two .tab-content.current {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs-wrap-two .tab-content > svg {
    margin: 0 auto 100px;
    width: 45px;
    height: 45px;
}

.tabs-wrap-two .tab-content p {
    font-size: 22px;
    line-height: 1.27em;
}

.tabs-wrap-two .tab-content .button {
    margin-top: 42px;
    width: 230px;
    padding: 10px;
}

.tabs-wrap-two .tab-content .button span {
    font-size: 12px;
}

.tabs-wrap-two .tab-content .tab-content-bg {
    top: 60px;
    height: 150px;
    width: auto;
}

.tabs-wrap-two .tab-content .tab-content-bg svg {
    height: 100%;
    width: auto;
}

.tabs-wrap-two ul {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tabs-wrap-two ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 35px;
    background: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ededed;
    border-bottom: none;
    cursor: pointer;
}

.tabs-wrap-two ul li.current {
    background: #f5f5f5;
    height: 40px;
    cursor: default;
    border-radius: 3px 3px 0px 0px;
}

.tabs-wrap-two ul li.current::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -30px;
    height: 2px;
    width: 60px;
    background: #cf172b;
}

.tabs-wrap-two ul li.current svg path {
    fill: #000;
    transition: fill .3s ease;
}

.tabs-wrap-two ul li svg path {
    transition: fill .3s ease;
}

.no-touchevents .tabs-wrap-two ul li:hover svg path {
    fill: #000;
}

#main .popular {
    display: none;
}

/* slider box */
.slider-box {
    padding: 28px 0 22px;
    margin: 0 0 45px;
    border-top: 1px solid #ededed;
}

.slider-box .title-box, .articles-grid .title-box {
    overflow: hidden;
    margin-bottom: 18px;
}

.slider-box .title-box .title, .articles-grid .title-box .title {
    position: relative;
    display: table;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
}

.slider-box .title-box .title::before, .articles-grid .title-box .title::before {
    content: '';
    position: absolute;
    top: 44%;
    left: -2000px;
    right: calc(100% + 44px);
    height: 1px;
    background: #ededed;
}

.slider-box .title-box .title::after, .articles-grid .title-box .title::after {
    content: '';
    position: absolute;
    top: 44%;
    right: -2000px;
    left: calc(100% + 44px);
    height: 1px;
    background: #ededed;
}

.slider-box img, .articles-grid img {
    margin: 0;
    border-radius: 3px;
}

.articles-grid img {
    width: 100%;
}

.slider-box .text, .articles-grid .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #000;
    margin: 9px 0 !important;
    transition: color .3s ease;
}

.no-touchevents .slider-box .swiper-slide:hover .text, .no-touchevents .articles-grid .swiper-slide:hover .text {
    color: #888;
}

.paginations-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
}

.swiper-button-prev {
    margin-right: 23px;
}

.swiper-button-next {
    margin-left: 23px;
}

.favorites-slider .paginations-box {
    margin-top: 16px;
    margin-bottom: 3px;
}

/* articles grid */
.articles-grid {
    padding-top: 26px;
    border-top: 1px solid #ededed;
}

.banner-box + .articles-grid {
    border-top: none;
    padding-top: 0;
}

.articles-grid .swiper-slider {
    margin: 0 -8px;
}

.articles-grid .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.articles-grid .item {
    width: calc(33.3333333% - 16px);
    margin: 0 8px 11px;
}

.articles-grid .paginations-box {
    display: none;
}

.articles-grid .text {
    max-height: 60px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* img text box */
.img-text-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 42px;
    margin: 0 0 41px;
    border-top: 1px solid #ededed;
}

.img-text-box .img {
    width: calc(50% - 10px);
}

.img-text-box .text-box {
    width: calc(50% - 26px);
    margin-top: -10px;
}

.img-text-box img {
    margin: 0;
}

.img-text-box p {
    margin: 0;
}

.img-text-box .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    color: #000;
    margin-bottom: 16px;
}

.img-text-box .text {
    font-size: 16px;
    line-height: 1.5em;
}

.img-text-box .btn {
    margin: 22px 0 0;
    padding: 17px 61px;
    font-size: 17px;
    line-height: 1.29em;
}

.img-text-box .btn span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 3px;
}

/* index page */
.index-page #main {
    padding-bottom: 0;
}

.index-page #header > .container::after {
    content: none;
}

.index-page .top-page-box .news-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}

.index-page .top-page-box .small-news-box {
    display: flex;
    flex-direction: column;
    max-width: 307px;
    width: 100%;
    padding-right: 16px;
    margin-right: 15px;
    border-right: 1px solid #ededed;
    margin-bottom: 30px;
}

.index-page .top-page-box .small-news-box .item {
    margin-bottom: 20px;
}

.index-page .top-page-box .small-news-box .item:last-child {
    margin-bottom: 0;
}

.index-page .top-page-box .small-news-box .img {
    margin-bottom: 8px;
    max-width: 288px;
    max-height: 160px;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.index-page .top-page-box .small-news-box .img img {
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.index-page .top-page-box .small-news-box .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.35em;
    letter-spacing: 0.003em;
    color: #000;
    margin: 0;
    transition: color .3s ease;
}

.no-touchevents.index-page .top-page-box .small-news-box .item:hover .text {
    color: #888;
}

.index-page .top-page-box .small-news-box .text span {
    font-weight: 400;
}

.index-page .top-page-box .small-news-box .text svg {
    margin-bottom: -3px;
}

.index-page .top-page-box .main-news {
    width: 100%;
    margin-right: 19px;
    height: 100%;
}

.index-page .top-page-box .main-news .img {
    width: 100%;
    margin-bottom: 17px;
    border-radius: 3px;
}

.index-page .top-page-box .main-news .img img {
    width: 100%;
    border-radius: 3px;
}

.index-page .top-page-box .main-news .text {
    font-size: 28px;
    line-height: 1.33em;
    color: #000;
    transition: color .3s ease;
}

.no-touchevents.index-page .top-page-box .main-news:hover .text {
    color: #888;
}

.index-page .top-page-box .main-news .text span {
    font-weight: 900;
}

.index-page .top-page-box .main-news .label {
    display: none;
}

.banner-vertical.large {
    max-width: 300px;
    height: 600px;
}

.banner-vertical.small {
    max-width: 240px !important;
    height: 400px;
    margin: 0 auto;
}

#aside .banner-vertical.small {
    position: relative;
    max-width: 240px !important;
    height: 400px;
    margin: 0 auto;
}

.banner-vertical {
    position: relative;
    width: 100%;
}

.banner-vertical::after {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 237, 237, 0) 78.65%, rgba(237, 237, 237, 0.95) 95.83%);
}

.banner-vertical img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 3px;
}

.banner-aside.small {
    margin-left: 14px;
    margin-bottom: 23px;
    padding: 0 24px 26px;
    border-bottom: 1px solid #ededed;
}

.banner-aside {
    margin-bottom: 28px;
}

.index-page .top-page-box img {
    margin: 0;
}

.index-top-slider.opinions .item {
    position: relative;
}

.index-top-slider.opinions .item::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 9px;
    bottom: -15px;
    width: 1px;
    background: #ededed;
}

.index-page .bottom-box .slider-box {
    margin-bottom: 0;
}

.mobile-articles-slider {
    display: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33em;
    margin: 0 0 20px;
}

.mobile-articles-slider a {
    color: #000;
    transition: color .2s ease;
}

.no-touchevents .mobile-articles-slider a:hover {
    color: #888;
}

.mobile-articles-slider .img {
    margin: 0 0 8px;
}

.mobile-articles-slider img {
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
}

.mobile-articles-slider p {
    margin: 0;
}

.mobile-articles-slider strong {
    font-weight: 700;
}

.mobile-articles-slider p svg {
    margin-bottom: -3px;
}

.mobile-articles-slider .paginations-box {
    margin: 16px 0 0;
}

/* main articles list */
.articles-list .item {
    display: flex;
    align-items: center;
    padding: 0 0 30px;
    margin: 0 auto 29px;
    border-bottom: 1px solid #ededed;
}

.articles-list .item .img {
    margin-right: 32px;
    max-width: 288px;
    min-width: 288px;
    width: 100%;
    border-radius: 3px;
}

.articles-list .item img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 3px;
}

.articles-list .item .category {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.7em;
    vertical-align: top;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    transition: color .3s ease;
}

.no-touchevents .articles-list .item .category:hover {
    color: #d12336;
}

.articles-list .item .title {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    color: #000;
    margin-top: -2px;
    transition: color .3s ease;
}

.no-touchevents .articles-list .item:hover .title {
    color: #888;
}

.articles-list .item .title span {
    font-weight: 400;
}

.articles-list .banner-box {
    padding-top: 0;
    border-top: none;
    margin-bottom: 25px;
    padding-bottom: 26px;
}

.articles-list .js-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    width: 288px;
    padding: 18px 19px;
    margin: 0 auto 28px;
}

.articles-list .js-show-more svg {
    margin-right: 15px;
}

.articles-list .js-show-more svg path {
    transition: fill .3s ease;
}

.no-touchevents .articles-list .js-show-more:hover svg path {
    fill: #d12336;
}

.articles-list.infinite-load-box.loading {
    background: url(../i/loader.svg) no-repeat 50% 100%/48px auto;
}

.articles-list.infinite-load-box.loading .js-show-more {
    opacity: 0;
    pointer-events: none;
}

/* top banner box */
.top-banner {
    padding: 42px 32px;
}

.top-banner img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/*.article-page #main p:not(.author) a, .article-page figure a{
    color: #333;
    border-bottom: 1px solid #888;
}
.article-page figure a{
    color: #888;
}
.no-touchevents.article-page #main p:not(.author) a:hover, .no-touchevents.article-page figure a:hover{
    border-color: transparent;
}*/
.article-page figure a {
    color: #888;
    border-bottom: 1px solid rgba(136, 136, 136, .3);
}

.no-touchevents.article-page figure a:hover {
    border-color: transparent;
}

/* category page */
.category-page #main {
    padding-bottom: 0;
}

.category-name {
    padding: 10px 30px;
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    border-left: 4px solid #cf172b;
    margin: 10px 0 28px;
}

/* publications slider */
.cards-slider .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    color: #000;
    margin-top: 0;
}

.cards-slider .paginations-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 31px;
    margin-bottom: 32px;
}

.swiper-btn {
    display: flex;
    align-items: center;
}

.swiper-btn svg {
    min-width: 10px;
}

.swiper-btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875em;
    color: #d12336;
    transition: color .3s ease;
}

.no-touchevents .swiper-btn:not(.swiper-button-disabled):hover span {
    color: #888;
}

.cards-slider .swiper-btn.swiper-button-prev span {
    margin-left: 15px;
}

.cards-slider .swiper-btn.swiper-button-next span {
    margin-right: 15px;
}

.swiper-pagination {
    font-size: 11px;
    line-height: 1.181818181818182em;
    color: #888;
}

.swiper-pagination-current {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875em;
    letter-spacing: 0.03em;
    color: #888;
    margin-right: 4px;
    margin-top: -3px;
}

.swiper-pagination-total {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.181818181818182em;
    letter-spacing: 0.03em;
    color: #888;
    margin-left: 4px;
}

.publication-cards .banner-box {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
}

/* publications card page */
.cards-list-box {
    display: flex;
}

.cards-list-box .list {
    min-width: 230px;
    max-width: 231px;
    margin-top: 38px;
    margin-right: 32px;
}

.cards-list-box .list li {
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14em;
    color: #333;
    margin-bottom: 25px;
}

.cards-list-box .list li a {
    transition: color .3s ease;
}

.no-touchevents .cards-list-box .list li a:hover {
    color: #888;
}

.cards-list-box .list li {
    margin-bottom: 27px;
}

.cards-list-box .list li::before {
    color: #cf172b;
    top: -4px;
}

.cards-list-box .list-answers .item {
    padding: 26px 30px 16px;
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
    margin-bottom: 19px;
}

.cards-list-box .list-answers .item:last-child {
    margin-bottom: 0;
}

.cards-list-box .list-answers .num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75em;
    color: #cf172b;
    background: rgba(237, 237, 237, 0.8);
    width: 40px;
    height: 40px;
    margin-bottom: 21px;
    border-radius: 50%;
}

.cards-list-box .list-answers .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    color: #000;
    margin-left: 0;
    margin-bottom: 19px;
    max-width: 560px;
}

.cards-list-box .list-answers .text {
    padding-right: 36px;
    line-height: 1.5em;
}

/* test page */
.test-page #main {
    border-top: 1px solid #ededed;
}

.test-page #main > * {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

.test-wrap {
    margin-top: 40px;
}

.test-wrap .top-wrap {
    justify-content: center;
}

.title-test {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.start-test-box {
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
    max-width: 670px;
    padding: 24px 40px 32px;
    margin: 30px auto;
    text-align: center;
}

.test-box p {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.3em;
}

.test-box .btn {
    width: 230px;
    font-size: 17px;
    line-height: 1.3em;
    padding: 16px 19px;
}

.test-box .questions-box {
    margin-bottom: 30px;
}

.test-box .questions-box .item {
    display: none;
    flex-direction: column;
    align-items: center;
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
    max-width: 734px;
    padding: 24px 32px 28px;
    margin: 0 auto;
}

.test-box .questions-box figure {
    margin: 21px 0;
}

.question-num-box {
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.181818181818182em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    letter-spacing: 0.03em;
    color: #888;
}

.question-num-box .current {
    margin-right: 4px;
    font-size: 16px;
    line-height: 1.0625em;
}

.question-num-box .total {
    margin-left: 4px;
}

.test-box .questions-box .item .title {
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    line-height: 1.3em;
}

.form-questions {
    width: 100%;
}

.form-questions .field {
    padding-bottom: 18px;
    margin-bottom: 21px;
    border-bottom: 1px solid #ededed;
}

.form-questions input[type="radio"]:checked + label:before, .form-questions input[type="radio"]:not(:checked) + label:before {
    top: 4px;
}

.form-questions input[type="radio"]:checked + label::after, .form-questions input[type="radio"]:not(:checked) + label::after {
    top: 9px;
}

.test-box .result-box {
    display: none;
    max-width: 734px;
    margin: 0 auto 30px;
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
    padding: 32px;
}

.test-box .result-box .info-img-box {
    margin: 0;
}

.test-box .result-box .info-img-box .total {
    margin-left: 5px;
    font-size: 32px;
}

.test-box .share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 17px 0 20px;
}

.test-box .share-box > span {
    margin-bottom: 20px;
}

.test-box .reset-btn {
    display: flex;
    align-items: center;
    max-width: 150px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.33em;
    color: #cf172b;
    transition: opacity .3s ease;
}

.test-box .reset-btn svg {
    margin-right: 10px;
}

.no-touchevents .test-box .reset-btn:hover {
    opacity: .7;
}

.test-wrap .info-img-box .num {
    line-height: 0;
}

.test-wrap .result-num {
    display: inline-block;
    line-height: 1em;
}

.test-wrap .banner-box {
    padding-bottom: 0;
    border-bottom: none;
}

.test-page .bottom-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}

.test-box.started .start-test-box, .test-box.result .start-test-box {
    display: none;
}

.test-box.result .result-box {
    display: block;
}

/**/
.article-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 32px auto -4px;
    max-width: 670px;
}

.article-tags a {
    color: #d12336;
    margin: 0 24px 4px 0;
    transition: opacity .2s ease;
}

.no-touchevents .article-tags a:hover {
    opacity: .7;
}

/* error page */
.error-page #main {
    padding: 0;
    margin: 0;
}

.error-page #main .container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 154px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.error-page .sub-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-page .sub-box .text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.153846153846154em;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333;
}

.error-page .sub-box .num {
    font-weight: 500;
    font-size: 130px;
    line-height: 1.169230769230769em;
    text-align: center;
    color: #333;
    margin: 8px 0;
}

.error-page .sub-box a {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
    color: #cf172b;
}

.error-page .sub-box a svg {
    margin-left: 8px;
}

/* donuts page */
.donuts-page .top-box {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.donuts-page .top-box .title-box {
    max-width: 470px;
    margin-top: 17px;
}

.donuts-page .top-box .title-box .title {
    position: relative;
    margin-top: 0;
}

.donuts-page .top-box .title-box .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: -23px;
    width: 50px;
    height: 3px;
    background: #cf172b;
}

.donuts-page .top-box .title-box .subtitle {
    font-size: 22px;
    line-height: 1.27em;
    color: #333;
}

.reviewer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 717px;
    margin-left: auto;
}

.reviewer-box .img-box {
    position: relative;
    max-width: 449px;
    max-height: 449px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.reviewer-box .img-box .bg-icon {
    position: absolute;
    bottom: 0;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.reviewer-box .img-box .bg-icon svg {
    /* width: 100%; */
    height: 100%;
}

.reviewer-box .img-box img {
    margin: 0;
}

.reviewer-box .name-box {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    margin-top: -32px;
    margin-right: 3px;
}

.reviewer-box .name-box .name {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.26em;
    color: #000;
    margin: 0 0 9px;
}

.reviewer-box .name-box span {
    font-size: 16px;
    line-height: 1.75em;
}

.answers-on-questions-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 76px 0;
    background: rgba(237, 237, 237, 0.3);
    border-radius: 3px;
}

.answers-on-questions-box .item {
    position: relative;
    max-width: 645px;
    width: 100%;
    margin-left: -50px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.answers-on-questions-box .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    height: 1px;
    background: #ededed;
}

.answers-on-questions-box .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.answers-on-questions-box .item:last-child::after {
    content: none;
}

.js-show-answer {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.47em;
    width: 100%;
    transition: color .3s ease;
}

.no-touchevents .js-show-answer:hover {
    color: #888;
    cursor: pointer;
}

.js-show-answer .icon {
    position: relative;
    display: inline-block;
    background: #cf172b;
    height: 3px;
    min-width: 15px;
    margin-top: 12px;
    margin-right: 28px;
}

.js-show-answer .icon::after {
    content: "";
    height: 15px;
    width: 3px;
    background: #cf172b;
    position: absolute;
    left: 6px;
    top: -6px;
}

.item.active .js-show-answer .icon::after {
    content: none;
}

.answers-on-questions-box .item .dropdown-box {
    padding-left: 43px;
}

.answers-on-questions-box .item .dropdown-box *:last-child {
    margin-bottom: 0;
}

.answers-on-questions-box .item .dropdown-box *:last-child {
    margin-bottom: 0;
}

.donats-box {
    padding-top: 29px;
    padding-bottom: 63px;
    border-top: 1px solid #ededed;
}

.donats-box .tabs-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 19px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 45px;
}

.donats-box .tabs-list .tab-link {
    background: none;
    padding-left: 0;
    margin: 0 10px 0 0;
}

.donats-box .tabs-list .tab-link span {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #888;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    transition: border .3s ease;
}

.donats-box .tabs-list .tab-link.current span {
    color: #000;
    border-bottom-color: transparent;
}

.no-touchevents .donats-box .tabs-list .tab-link:not(.current):hover span {
    cursor: pointer;
    border-bottom-color: transparent;
}

.donats-box .tabs-list li:last-child {
    margin-right: 0;
}

.donats-box .title-box, .donate-root-info .title-box {
    overflow: hidden;
    margin-bottom: 19px;
}

.donats-box .title-box .title, .donate-root-info .title-box .title {
    position: relative;
    display: table;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    margin: 0 auto;
}

.donats-box .title-box .title::before, .donate-root-info .title-box .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2000px;
    right: calc(100% + 41px);
    height: 1px;
    background: #ededed;
}

.donats-box .title-box .title::after, .donate-root-info .title-box .title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2000px;
    left: calc(100% + 41px);
    height: 1px;
    background: #ededed;
}

.donats-box > * {
    max-width: 607px;
    margin: 0 auto;
}

.donate-radio-box {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.donate-radio-box .field {
    display: flex;
    justify-content: center;
    width: 50%;
}

.donate-radio-box .radiobox-item {
    width: 100%;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.donats-box .field label {
    width: 100%;
    padding: 10px !important;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2em;
    color: #333;
    border: 1px solid #ededed;
}

.donate-radio-box .field:first-child label {
    border-radius: 3px 0px 0px 3px;
}

.donate-radio-box .field:last-child label {
    border-radius: 0px 3px 3px 0px;
}

.donats-box input[type="radio"]:checked + label {
    background: #fff6f7;
    border: 1px solid #fff6f7;
    color: #cf172b;
}

.no-touchevents .donats-box label:hover {
    color: #cf172b;
}

.donats-box input[type="radio"]:checked + label:before, .donats-box input[type="radio"]:not(:checked) + label:before {
    content: none;
}

.donats-box input[type="radio"]:checked + label:after, .donats-box input[type="radio"]:not(:checked) + label:after {
    content: none;
}

.donate-sum-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.donate-sum-grid .field {
    width: calc(25% - 4px);
    margin: 0 2px 4px;
}

.donate-sum-grid .field label {
    border-radius: 3px;
}

.donate-sum-grid .other-sum input {
    font-family: 'Roboto', 'sans-serif';
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2em;
    color: #333;
    border-radius: 3px;
}

.donate-sum-grid .other-sum input.active {
    background: #fff6f7;
    border: 1px solid #fff6f7;
    color: #cf172b;
}

.donate-sum-grid .other-sum input::placeholder {
    font-weight: 500;
}

.donats-box .form-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.donats-box .form-wrap > * {
    width: calc(50% - 4px);
    margin: 0 2px;
}

.donats-box .form-wrap .field {
    position: relative;
}

.donats-box .form-wrap .field input {
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    text-align: center;
    font-family: "Roboto", 'sans-serif';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #000;
    border-radius: 3px;
    padding: 17px 0 0;
    background: #fff !important;
    height: 58px;
}

.donats-box .form-wrap .field label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    color: #888;
    padding: 0 !important;
    border: none;
    pointer-events: none;
    transition: transform .3s ease, font-size .3s ease;
}

.donats-box .form-wrap .field.error input {
    border-color: #cf172b;
}

.donats-box .form-wrap .field.error label {
    color: #cf172b;
}

.donats-box .form-wrap .field input.focus + label {
    transform: translateY(-100%);
    font-size: 12px;
    line-height: 14px;
}

.field-error {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #cf172b;
}

.donats-box .form-wrap .btn {
    font-size: 17px;
    line-height: 1.1em;
    padding: 18px 19px;
}

.donats-box form {
    margin-bottom: 30px;
}

.donuts-social-links > span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4em;
    text-align: center;
    color: #888;
}

.donuts-social-links .social-links-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.donuts-social-links .social-links-wrap a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.69em;
    color: #5a5a5a;
    height: 32px;
    border: 1px solid #ededed;
    width: 185px;
    border-radius: 3px;
    transition: color .3s ease;
    margin: 0 2px;
    padding-left: 18px;
}

.donuts-social-links .social-links-wrap a svg {
    margin-right: 18px;
}

.no-touchevents .donuts-social-links .social-links-wrap a:hover {
    color: #000;
}

.donuts-social-links .social-links-wrap a svg path {
    transition: fill .3s ease;
}

.no-touchevents .donuts-social-links .social-links-wrap a:hover svg path {
    fill: #000;
}

.donate-root-info {
    padding-top: 27px;
    padding-bottom: 52px;
    margin-bottom: 38px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.donate-root-info .text-box {
    max-width: 607px;
    margin: 0 auto;
}

.donate-root-info .text-box > p:first-child {
    margin-top: 23px;
}

.donate-root-info .dropdown-box *:first-child {
    margin-top: 0;
}

.js-show-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background-color: #fff6f7;
    border: 2px solid #fff6f7;
    border-radius: 50%;
    transition: background-color .3s ease;
}

.no-touchevents .js-show-info:hover {
    background-color: transparent;
    cursor: pointer;
}

.donate-root-info svg.close {
    display: none;
}

.donate-root-info.active svg.close {
    display: block;
}

.donate-root-info.active svg.show {
    display: none;
}

/* search page */
.search-result h1 {
    margin-top: 11px;
    margin-bottom: 32px;
}

main .search-box .search-form-box {
    padding: 24px;
    background: rgba(237, 237, 237, 0.3);
    margin-bottom: 24px;
}

main .search-box .subtitle {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 22px;
}

main .search-form-box .search-form {
    position: relative;
    display: flex;
}

main .search-form-box .field {
    width: 100%;
}

main .search-form-box .field input {
    width: 100%;
    padding-left: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: -0.03em;
    color: #000;
    border: none;
    background: transparent;
    padding-bottom: 8px;
    border-bottom: 2px solid #e6e8ed
}

main .search-box .search-btn {
    position: absolute;
    top: 3px;
    left: 0;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25em;
    letter-spacing: 0.02em;
    color: #3a3d47;
    padding: 0;
}

main .results-count {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #888;
}

main .results-count span {
    color: #cf172b;
    font-weight: 600;
    margin-left: 4px;
}

.search-results-list {
    margin-top: 37px;
    margin-bottom: 0;
}

.search-results-list li {
    display: flex;
    flex-direction: column;
    padding-bottom: 31px;
    margin-bottom: 29px;
    padding-left: 0;
    margin-left: 62px;
    border-bottom: 1px solid #ededed;
}

.search-results-list li:last-child {
    margin-bottom: 14px;
    border-bottom: none;
}

.search-results-list .category {
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.7em;
    vertical-align: top;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #888;
    transition: color .3s ease;
}

.no-touchevents .search-results-list .category:hover {
    color: #d12336;
}

.search-results-list .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27em;
    margin: 8px 0 12px;
    color: #000;
    transition: color .3s ease;
}

.search-results-list p {
    margin-top: 0;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.37em;
    color: #333;
}

.no-touchevents .search-results-list .title:hover {
    color: #888;
}

.search-results-list li .num {
    position: absolute;
    left: -62px;
    top: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11em;
    text-align: right;
    color: #cf172b;
    width: 45px;
}

.search-results-list span:not(.num) {
    position: relative;
    white-space: nowrap;
    color: #fff;
}

.search-results-list span:not(.num):before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    background: #cf172b;
}

.no-result-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search-box .no-result-box {
    margin-top: 80px;
}

.search-box .no-results {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.27em;
    color: #333;
    text-align: center;
    margin: 0 0 8px;
}

.search-box .link-back {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3em;
    color: #cf172b;
    transition: opacity .3s ease;
}

.no-touchevents .search-box .link-back:hover {
    opacity: 0.7;
}

.search-box .link-back .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6px;
    height: 6px;
    margin-left: 5px;
}

/* archive */
.archive-box h1 {
    margin-top: 10px;
    margin-bottom: 18px;
}

.archive-box .subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.27em;
    color: #333;
}

.archive-list-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 8px;
}

.archive-for-year {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
}

.archive-for-year .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 16px;
}

.archive-for-year .title-box .title {
    position: relative;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.archive-for-year .title-box .title::before {
    content: '';
    position: absolute;
    top: 44%;
    left: -2000px;
    right: calc(100% + 44px);
    height: 1px;
    background: #ededed;
}

.archive-for-year .title-box .title::after {
    content: '';
    position: absolute;
    top: 44%;
    right: -2000px;
    left: calc(100% + 44px);
    height: 1px;
    background: #ededed;
}

.archive-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.archive-item {
    display: flex;
    align-items: center;
    max-width: 160px;
    width: 100%;
    margin: 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    color: #000;
    margin-bottom: 16px;
}

.archive-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.archive-item .text {
    line-height: 1em;
    border-bottom: 1px solid;
    transition: color .3s ease, border .3s ease;
}

.no-touchevents .archive-item:hover .text {
    color: #cf172b;
    border-color: transparent;
}

/*=========================END OF MAIN=========================*/
/* Checkbox, radio */
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    line-height: 1.473684210526316em;
    cursor: pointer;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #d12336;
    background: none;
}

input[type="radio"]:checked + label:before, .item-result.active input[type="radio"] + label:before {
    background: #d12336 !important;
    border: 1px solid #d12336 !important;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after, .item-result.active input[type="radio"] + label:after {
    left: 5px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="radio"]:checked + label:after, .item-result.active input[type="radio"] + label:after {
    opacity: 1;
}

/*===========================FOOTER============================*/
#footer {
    padding: 0 0px 34px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

#footer .container {
    position: relative;
    padding-top: 48px;
}

#footer .container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 36px;
    right: 36px;
    height: 1px;
    background: #ededed;
}

.donuts-page #footer .container::after {
    content: none;
}

.footer-nav-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.footer-nav li {
    margin-right: 17px;
}

.footer-nav-wrap ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.footer-nav-wrap ul li {
    background: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.153846153846154em;
    color: #333;
}

.footer-nav-wrap ul li a {
    transition: color .3s ease;
}

.no-touchevents .footer-nav-wrap ul li a:hover {
    color: #888;
}

.footer-links-wrap {
    margin-left: auto;
}

.footer-links-wrap li {
    margin-left: 15px;
}

.footer-links-grid {
    position: relative;
    display: flex;
    align-items: center;
}

#footer .social-links {
    display: flex;
    align-items: center;
    margin-right: auto;
}

#footer .social-links .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

#footer .social-links .icon:last-child {
    margin-right: 0;
}

#footer .social-links .icon svg path {
    transition: fill .3s ease;
}

.no-touchevents #footer .social-links .icon:hover svg path {
    fill: #000;
}

#footer-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -45%);
}

#footer-logo path {
    transition: fill .3s ease;
}

.no-touchevents #footer-logo:hover path {
    fill: #333;
}

.footer-links-grid .img-links-box {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.footer-links-grid .img-links-box a {
    margin-left: 20px;
}

.footer-links-grid .img-links-box a img {
    margin: 0;
}

.copy-box {
    display: flex;
    align-items: center;
    margin-top: 44px;
}

.copy-box p {
    margin: 0;
}

.copy-box * {
    font-size: 12px;
    line-height: 1.33em;
    color: #888;
}

.copy-box .text {
    max-width: 400px;
}

.copy-box .copy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 1.153846153846154em;
}

.copy-box .mails-box {
    margin-left: auto;
    text-align: right;
}

.copy-box .mails-box a {
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    transition: border .3s ease, color .3s ease;
}

.no-touchevents .copy-box .mails-box a:hover {
    border-bottom: 1px solid transparent;
    color: #333;
}

/*========================END OF FOOTER========================*/
/* message bottom */
.message-bottom {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../i/message-bottom-bg.png) #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    padding: 22px 0 21px;
    transition: transform .3s ease;
}

.message-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.js-close-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    background-color: #444;
    border-radius: 50%;
    transition: background-color .3s ease;
    margin-right: 15px;
}

.no-touchevents .js-close-message:hover {
    background-color: #888;
    cursor: pointer;
}

.message-bottom .text-box p {
    margin: 0;
    color: #fff;
}

.message-bottom .text-box .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11em;
    margin-bottom: 6px;
}

.message-bottom .text-box .subtitle {
    font-size: 14px;
    line-height: 1.71em;
}

.message-bottom .btn {
    width: 230px;
    font-size: 17px;
    line-height: 1.3em;
    padding: 16px 19px;
    margin-left: 15px;
}

.message-bottom .btn span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.message-hidden .message-bottom {
    transform: translateY(110%);
}

/*=========================TRANSITIONS=========================*/

@media screen and (min-width: 1320px) {
    #all {
        padding-top: 152px;
    }

    .nav-box .social-links {
        display: none !important;
    }

    .js-open-nav {
        display: none;
    }

    /* header search */
    #header .search-form-box {
        top: 14px !important;
    }

    #header .search-form-box, #header .search-form-box .search-form {
        transition: height .3s ease;
    }

    .sticky-header.opened-search #header .search-form-box {
        top: 1px !important;
        height: 48px;
    }

    .sticky-header #header .search-form-box .search-form {
        height: 48px;
    }

    #header > .container {
        transition: padding-top .3s ease, padding-bottom .3s ease;
    }

    .sticky-header #header > .container {
        padding: 15px 36px;
    }

    #nav ul li a.dots {
        display: flex;
        align-items: center;
        margin-left: 3px;
    }

    .branding-page .nav-box {
        border-radius: 5px 5px 0 0;
        border: 1px solid #333;
        border-bottom: none;
    }

    .branding-page #header > .container {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .branding-page #all {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media screen and (max-width: 1319px) {
    #all {
        padding-top: 62px;
    }

    .branding-page body {
        padding-top: 200px;
        background-size: cover !important;
    }

    .branding-page .nav-box {
        height: calc(100vh - 236px) !important;
    }

    .branding-page.sticky-header .nav-box {
        height: calc(100vh - 62px) !important;
    }

    .no-touchevents.opened-nav body {
        overflow: hidden;
        padding-right: 17px;
    }

    .touchevents.opened-nav body {
        overflow: hidden;
    }

    #header > .container {
        padding: 20px 36px;
    }

    #header > .container .social-links {
        display: none;
    }

    .nav-box {
        position: fixed;
        z-index: 100;
        left: 0;
        width: 100%;
        padding: 26px 0 200px;
        background: #333;
        height: calc(100vh - 62px);
        overflow: hidden;
        overflow-y: auto;
        text-align: center;
        transform: translateY(-200%);
        opacity: 0;
        transition: transform .5s ease, opacity .7s ease;
    }

    .branding-page .nav-box {
        padding-bottom: 120px;
    }

    .opened-nav .nav-box {
        transform: translateY(62px);
        opacity: 1;
    }

    .nav-box .container {
        opacity: 0;
    }

    .opened-nav .nav-box .container {
        opacity: 1;
        transition: opacity .5s ease .5s;
    }

    #nav {
        flex-direction: column;
        width: 100%;
    }

    #nav ul {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    #nav > ul {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    }

    #nav ul:not([class]) {
        margin-right: 0;
    }

    #nav ul li {
        margin-right: 0;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #nav ul li:last-child {
        margin-bottom: 0;
    }

    .special-projects-list .title {
        font-size: 16px !important;
        text-transform: capitalize !important;
    }

    .nav-box .container {
        flex-direction: column;
        align-items: center;
    }

    #nav .nav-dropdown {
        display: block !important;
    }

    .dots {
        display: none;
    }

    .nav-box .btn {
        margin-left: 0;
        max-width: 320px;
        width: 100%;
    }

    .nav-box .btn span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    }

    .nav-box .social-links-box {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgba(136, 136, 136, 0.3);
    }

    #header .social-links {
        justify-content: space-between;
        max-width: 400px;
        width: 100%;
        padding: 0 3px;
    }

    #header .social-links .icon {
        transform: scale(1.4);
        margin-left: 0;
    }

    #header .social-links .icon svg path {
        fill: #fff;
    }

    #header .search-form-box {
        top: calc(100% - 1px);
    }

    /* bottom wrap */
    .bottom-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-wrap .share-box {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 35px;
    }

    .bottom-wrap .share-links a:last-child {
        margin-right: 0;
    }

    .bottom-wrap .share-links > a {
        margin-left: 5px;
    }

    /* .bottom-wrap .share-links > a {
		margin-left: 5px;
	} */
    .rate-article-box {
        margin-right: 20px;
    }

    /* publication cards */
    .cards-list-box .list-answers .text {
        padding-right: 0;
    }

    /* footer */
    .footer-nav-wrap {
        justify-content: center;
    }

    .footer-nav {
        display: none;
    }

    .footer-nav-wrap ul li:first-child {
        margin-left: 0;
    }

    .footer-links-wrap {
        margin-left: 0;
    }

}

@media screen and (max-width: 1250px) {
    .index-page .top-page-box .news-box {
        max-width: 800px;
        margin: 0 auto 30px;
        flex-wrap: wrap;
    }

    .index-page .top-page-box .main-news {
        order: 1;
        max-width: 800px;
        margin: 0 auto;
    }

    .index-page .top-page-box .small-news-box {
        order: 2;
        border-right: none;
        max-width: calc(100% - 300px);
        width: 100%;
        padding-right: 20px;
        margin-right: 0;
    }

    .index-page .top-page-box .small-news-box .item {
        width: 100%;
    }

    .index-page .top-page-box .small-news-box .img {
        max-width: 100%;
        max-height: none;
        height: auto;
    }

    .index-page .top-page-box .banner-vertical {
        max-width: 300px;
        order: 3;
    }

    .index-page .banner-positions-box {
        order: 3;
    }

    /* archive */
    .archive-item {
        margin: 0 15px 16px;
    }

    .archive-list {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 1100px) {
    body {
        font-size: 17px;
    }

    h1, .h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .important-text {
        font-size: 20px;
        padding: 10px 7px 10px 0;
    }

    .important-text.view2 {
        font-size: 18px;
    }

    blockquote {
        font-size: 20px;
    }

    .article-top-box p {
        font-size: 19px;
    }

    .read-also-box {
        padding: 20px 0;
    }

    .read-also-box .title {
        font-size: 20px;
    }

    .info-box {
        padding: 30px 0 35px;
    }

    /* main articles list */
    .articles-list .item {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .articles-list .item .title {
        font-size: 20px;
    }

    .category-name {
        margin-bottom: 20px;
    }

    /* donuts page */
    .donuts-page .top-box .title-box .subtitle {
        font-size: 17px;
    }

    /* footer */
    .copy-box .text {
        max-width: 300px;
    }

    /* text page */
    .test-box p {
        font-size: 19px;
    }

    .archive-box .subtitle {
        font-size: 19px;
    }
}

@media screen and (min-width: 1024px) {
    #main .articles-list .small-news-box {
        display: none;
    }

    /* header search */
    #header .search-form-box {
        top: 0;
        left: 80px;
    }

    .opened-search #header .search-form-box {
        height: 60px;
    }

    #header .search-form-wrap {
        padding-right: 60px;
    }

    #header .search-form-box .search-form {
        height: 60px;
        background: #fff;
    }

    #header .form-control {
        text-align: center;
    }

    /* aside */
    #aside .opinions .swiper-wrapper {
        flex-direction: column;
    }

    #aside .opinions .paginations-box {
        display: none;
    }

    .photo-fact .swiper-wrapper {
        flex-direction: column;
    }

    .photo-fact .paginations-box {
        display: none;
    }

    .photo-fact {
        max-width: 288px;
    }

    #aside .main-articles .item:last-child {
        margin-bottom: 23px;
    }

    #aside .opinions .item:last-child {
        margin-bottom: 36px;
    }

    #aside .opinions .item .img-wrap {
        padding-top: 0;
        margin-bottom: 20px;
    }

    #aside .opinions .item .quote-right {
        top: -5px;
    }

    .bottom-box .slider-box {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .hide-mobile-1023 {
        display: none !important;
    }

    .branding-page body {
        padding-top: 160px;
    }

    .branding-page .nav-box {
        height: calc(100vh - 180px) !important;
    }

    .branding-page #header {
        top: 160px !important;
    }

    .index-page.branding-page .top-banner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .banner-positions-box {
        display: none;
    }

    .index-page .top-page-box .small-news-box {
        /*display: none;*/
        display: flex;
        flex-direction: inherit;
        justify-content: space-between;
        max-width: none;
        padding: 0;
    }

    .index-page .top-page-box .small-news.-box .item {
        width: calc(50% - 10px);
    }

    #main .popular {
        position: relative;
        display: block;
        padding: 20px 0;
        margin: -20px 0 20px;
    }

    #main .popular::before {
        content: '';
        position: absolute;
        top: 0;
        left: -2000px;
        right: -2000px;
        bottom: 0;
        background: #333;
        z-index: -1;
    }

    #main .popular .category {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    #main .category span {
        display: inline-block;
        font-family: 'PT Serif', 'serif';
        font-weight: 700;
        font-size: 22px;
        line-height: 1.318181818181818em;
        letter-spacing: 0.03em;
        color: #fff;
        padding: 3px 9px;
        background: #cf172b;
        border-radius: 2px;
        margin-right: 20px;
        text-transform: uppercase;
    }

    #main .popular .category a {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #fff;
        transition: color .3s ease;
    }

    #main .popular .item {
        display: flex;
        align-items: center;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    #main .popular .item .text-box {
        width: 100%;
    }

    #main .popular * {
        color: #fff;
    }

    #main .popular .item .text {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2em;
    }

    #main .subcategory {
        display: inline-block;
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    #main .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.25em;
        margin: 0;
    }

    #main .articles-list .item .title {
        font-size: 20px;
        font-weight: 700;
    }

    .index-page .top-page-box .news-box {
        margin-bottom: 15px;
    }

    /* header search */
    #header > .container::after {
        left: 15px;
        right: 15px;
    }

    #header .search-form-box {
        left: 0;
        max-width: 100%;
    }

    #header .search-form-box .search-form {
        border: none;
    }

    /* figure */
    figure img {
        width: 100%;
    }

    /* header */
    #header > .container {
        padding: 20px 15px;
    }

    .container {
        padding: 0 15px;
    }

    /* has aside */
    .has-aside #main {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .index-page .has-aside #main {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .has-aside #aside {
        width: 100%;
        margin-bottom: 30px;
    }

    .has-aside .content-box {
        margin-top: 20px;
    }

    #aside {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-left: none;
    }

    #aside > * {
        max-width: 670px;
    }

    #aside .infinite-load-box {
        margin-left: 0;
    }

    #aside .infinite-load-box.popular, #aside .infinite-load-box.most-popular, #aside .infinite-load-box.recommendation, #aside .banner-aside {
        display: none;
    }

    .index-page #aside {
        display: none;
    }

    .bottom-box .infinite-load-box.smile {
        position: relative;
        color: #fff;
        padding: 20px 0;
    }

    .bottom-box .infinite-load-box.smile .category {
        display: flex;
        align-items: center;
        margin: 0 0 24px;
    }

    .infinite-load-box .category .life-label {
        display: table;
        margin-right: 20px;
    }

    .bottom-box .infinite-load-box.smile:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: -24px;
        top: 0;
        right: -24px;
        bottom: 0;
        background: #333;
    }

    .bottom-box .infinite-load-box.smile a {
        color: #fff;
        transition: all .2s ease;
    }

    .no-touchevents .bottom-box .infinite-load-box.smile a:hover {
        color: #fff;
        opacity: .7;
    }

    .bottom-box .infinite-load-box.smile .text {
        font-size: 20px;
        line-height: 24px;
    }

    .bottom-box .infinite-load-box.smile .js-show-more {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        display: table;
        letter-spacing: .03em;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        width: 288px;
        max-width: 100%;
        padding: 12px 16px;
        margin: 24px auto 0;
        background: #474747;
        transition: background .2s ease;
        border-radius: 3px;
    }

    .bottom-box .infinite-load-box.loading {
        background: url(../i/loader.svg) no-repeat 50% calc(100% - 16px)/48px auto;
    }

    .bottom-box .infinite-load-box.loading .js-show-more {
        visibility: hidden;
    }

    #aside .infinite-load-box.popular {
        position: relative;
        padding: 20px 0;
    }

    #aside .infinite-load-box.popular::before {
        content: '';
        position: absolute;
        top: 0;
        left: -2000px;
        right: -2000px;
        bottom: 0;
        background: #333;
        z-index: -1;
    }

    #aside .infinite-load-box.popular * {
        color: #fff;
    }

    #aside .infinite-load-box.popular .js-show-more {
        background: #474747;
        border-color: #474747;
    }

    #aside .infinite-load-box.popular .js-show-more {
        background: #474747;
        margin-bottom: 10px;
    }

    #aside .opinions {
        padding-bottom: 20px;;
    }

    #aside .opinions.swiper-slider {
        width: 100%;
    }

    #aside .opinions .js-show-more {
        display: none;
    }

    #aside .infinite-load-box.popular.loading {
        background: url(../i/loader-dark.svg) no-repeat 50% calc(100% - 20px)/48px auto;
    }

    #aside .main-articles .item, #aside .popular .item {
        display: flex;
        align-items: center;
    }

    #aside .main-articles .item .text, #aside .popular .item .text-box {
        width: 100%;
    }

    #aside .main-articles .item .img, #aside .popular .item .img {
        max-width: 288px;
        width: 100%;
        margin-right: 20px;
        margin-bottom: 0;
    }

    #aside .main-articles .item img, #aside .popular .item img {
        width: 100%;
    }

    .photo-fact {
        padding: 27px 0 26px;
        margin: 20px 0 28px;
        border-bottom: 1px solid #EDEDED;
        border-top: 1px solid #EDEDED;
    }

    .photo-fact .js-show-more {
        display: none;
    }

    .photo-fact .paginations-box {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .photo-fact .category {
        font-weight: 500;
        font-size: 11px;
        line-height: 1.181818181818182em;
        color: #888;
        text-transform: uppercase;
        letter-spacing: .07em;
        margin: 0 0 18px;
    }

    .photo-fact .item .img img {
        margin: 0 0 9px;
    }

    .photo-fact .text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.25em;
        color: #000;
        margin: 0;
        transition: color .3s ease;
    }

    #aside .aside-banner {
        display: flex;
        justify-content: center;
        margin-left: 0;
        width: 100%;
    }

    #aside .popular .category a {
        color: #fff;
    }

    .banner-aside {
        margin-left: 0 !important;
        width: 100%;
    }

    .banner-vertical {
        margin: 0 auto;
    }

    /* slider box */
    .articles-grid .text {
        font-size: 14px;
    }

    .slider-box img {
        width: 100%;
    }

    .slider-box {
        margin-bottom: 20px;
    }

    .slider-box .title-box .title, .articles-grid .title-box .title {
        font-weight: 500;
        font-size: 11px;
        line-height: 1.181818181818182em;
        color: #888;
        margin: 0;
    }

    .slider-box .title-box .title::before, .slider-box .title-box .title::after, .articles-grid .title-box .title::before, .articles-grid .title-box .title::after {
        content: none;
    }

    /*.articles-grid .swiper-wrapper{
		flex-wrap: nowrap;
		}
	.articles-grid .item{
		margin: 0;
		}
	.articles-grid .swiper-slider{
		margin: 0;
		}*/
    .articles-grid .paginations-box {
        display: flex;
    }

    .index-page .has-aside #main .articles-list .js-show-more {
        margin-bottom: 0;
    }

    /* bottom box */
    .bottom-box {
        display: flex;
        flex-direction: column;
    }

    .bottom-box .img-text-box, #main .img-text-box {
        position: relative;
        order: 0;
        margin: 0 0 30px 0;
        padding: 30px 0;
    }

    #main .img-text-box {
        margin-top: 30px;
        border: none;
    }

    .bottom-box .img-text-box {
        padding: 40px 0;
        margin-bottom: 0;
    }

    .bottom-box .img-text-box::after, #main .img-text-box::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -2000px;
        right: -2000px;
        background: #f3f3f3;
        z-index: -1;
    }

    .bottom-box .slider-box {
        order: 1;
        border-top: none;
        padding-top: 0;
    }

    .bottom-box .slider-box:last-child {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .articles-grid {
        padding-top: 0;
        border-top: none;
    }

    /* footer */
    #footer .container {
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }

    #footer .container::after {
        left: 15px;
        right: 15px;
    }

    .footer-links-grid {
        order: 1;
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-nav-wrap {
        order: 2;
        margin-bottom: 23px;
    }

    .footer-links-grid {
        padding: 25px 3px 30px;
        border-bottom: 1px solid #ededed;
    }

    #footer .social-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        max-width: 400px;
        width: 100%;
    }

    #footer .social-links .icon {
        transform: scale(1.4);
    }

    #footer-logo {
        display: none;
    }

    .footer-links-grid .img-links-box {
        display: none;
    }

    .copy-box {
        flex-wrap: wrap;
        justify-content: center;
        order: 3;
        margin-top: 0;
    }

    .copy-box .text {
        padding: 30px 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

    .copy-box .text span {
        display: inline-block;
        max-width: 60%;
    }

    .copy-box .copy {
        position: relative;
        left: auto;
        transform: none;
        width: 50%;
        text-align: center;
    }

    .copy-box .mails-box {
        width: 50%;
        text-align: center;
    }

    .search-box .no-result-box {
        margin: 40px 0;
    }
}

@media screen and (max-width: 900px) {
    .hide-mobile-900 {
        display: none !important;
    }

    .img-text-box .img {
        width: 100%;
    }

    .img-text-box .text-box {
        width: 100%;
        margin-top: 10px;
    }

    /* top banner */
    .top-banner {
        padding: 15px 0;
    }

    /* donuts page */
    .donuts-page .top-box {
        flex-wrap: wrap;
    }

    .donuts-page .top-box .title-box {
        max-width: 100%;
        margin-top: 0;
    }

    .donuts-page .top-box .title-box .title::before {
        content: none;
    }

    .reviewer-box .img-box {
        max-width: 300px;
    }

    .reviewer-box {
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {
    .index-page .top-page-box .main-news {
        position: relative;
        margin-bottom: 20px;
    }

    .index-page .top-page-box .main-news::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

    .index-page .top-page-box .main-news .img {
        margin-bottom: 0;
    }

    .index-page .top-page-box .main-news .text-box {
        position: absolute;
        bottom: 10px;
        z-index: 5;
        padding: 0 16px;
    }

    .index-page .top-page-box .main-news .text {
        color: #fff;
        margin-bottom: 0;
        font-size: 25px;
    }

    .index-page .top-page-box .main-news .text span {
        font-weight: 700;
    }

    .index-page .top-page-box .main-news .text svg {
        display: none;
    }

    .index-page .top-page-box .main-news .label {
        display: inline-block;
        font-weight: 900;
        font-size: 14px;
        line-height: 1.181818181818182em;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #fff;
        background: #cf172b;
        border-radius: 2px;
        padding: 6px 8px;
    }

    .slider-box .text {
        font-size: 20px;
        line-height: 24px;
    }

    .photo-fact .text {
        font-size: 20px;
        line-height: 24px;
    }

    .opinions .name {
        font-size: 18px;
        line-height: 20px;
    }

    /* cards list */
    .cards-list-box .list {
        margin-right: 20px;
        min-width: 200px;
    }

    .cards-list-box .list li {
        padding-left: 20px;
    }

    .cards-list-box .list-answers .title {
        font-size: 19px;
    }

    .cards-list-box .list-answers .item {
        padding: 15px 15px 5px;
    }

    /* test page */
    .start-test-box {
        padding: 15px;
        margin: 20px auto;
    }

    .test-box .questions-box .item {
        padding: 15px;
    }

    .test-box .result-box {
        padding: 15px;
    }

    .test-box .questions-box .figure {
        margin: 10px 0 20px;
    }

    .test-box .questions-box .item .title, .form-questions .field {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .test-box .btn {
        width: 210px;
        font-size: 16px;
        padding: 10px 19px;
    }

    .test-box .reset-btn {
        font-size: 16px;
    }

    /* donuts */
    .answers-on-questions-box {
        padding: 30px 15px;
    }

    .answers-on-questions-box .item {
        margin-left: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .js-show-answer {
        font-size: 17px;
    }

    .js-show-answer .icon {
        margin-right: 20px;
    }

    .answers-on-questions-box .item .dropdown-box {
        padding-left: 36px;
    }

    .answers-on-questions-box .item::after {
        left: 36px;
    }

}

@media screen and (max-width: 700px) {
    /* message bottom */
    .message-bottom {
        padding-top: 31px;
        background: url(../i/message-bottom-bg-mobile.png) no-repeat;
        background-size: cover;
    }

    .message-bottom .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .message-bottom .container p {
        text-align: center;
    }

    .js-close-message {
        position: absolute;
        top: -47px;
        right: 15px;
        background: #fff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        margin-right: 0;
    }

    .js-close-message svg line {
        stroke: #cf172b;
    }

    .message-bottom .text-box .title {
        margin-bottom: 10px;
    }

    .message-bottom .text-box .subtitle {
        margin-bottom: 18px;
    }

    .message-bottom .btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .branding-page body {
        padding-top: 0;
    }

    .branding-page .nav-box {
        height: calc(100vh - 64px) !important;
    }

    .branding-page #header {
        top: 0 !important;
    }

    .index-page .top-page-box .news-box {
        justify-content: center;
    }

    .index-page .top-page-box .small-news-box {
        padding-right: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .index-page .top-page-box .small-news-box .item {
        /*display: flex;
		justify-content: center;
		flex-wrap: wrap;*/
    }

    .index-page .top-page-box .small-news-box .text {
        width: 100%;
    }

    /* cards list */
    .cards-list-box {
        flex-wrap: wrap;
    }

    .cards-list-box .list {
        margin-top: 0;
        min-width: 100%;
    }

    /* donuts */
    .donats-box .tabs-list .tab-link {
        width: 50%;
        margin: 0 0 10px;
        text-align: center;
    }

    .donats-box .tabs-list .tab-link span {
        font-size: 14px;
    }

    .slider-box .text {
        font-size: 18px;
        line-height: 1.2em;
    }

    .photo-fact .text {
        font-size: 18px;
        line-height: 1.2em;
    }

    .opinions .name {
        font-size: 16px;
        line-height: 1.111111111111111em;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }

    #all {
        padding-top: 50px;
    }

    .branding-page.sticky-header .nav-box {
        height: calc(100vh - 50px) !important;
    }

    .top-banner-box {
        padding: 20px 0;
    }

    h1, .h1 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 19px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 17px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    figure {
        margin: 20px 0;
    }

    p {
        margin: 15px 0;
    }

    blockquote {
        margin: 20px auto;
        font-size: 17px;
    }

    ol, ul {
        margin: 20px auto;
    }

    ul li, ol li {
        padding-left: 27px;
    }

    ol li .num {
        top: 0;
        font-size: 13px;
    }

    ul li {
        background: url(../i/rectangle.svg) no-repeat 0px 9px/5px auto;
    }

    ol > li:before {
        top: 0;
    }

    .banner-box {
        padding: 20px 0;
    }

    #main .banner-box.last-el {
        padding-top: 10px;
    }

    #main .banner-box.last-el > p:first-child {
        margin-top: 0;
    }

    .important-text {
        margin: 20px auto;
        padding: 0;
    }

    .important-text p {
        padding-left: 20px;
    }

    .read-also-box {
        margin: 20px auto;
    }

    .read-also-box .img {
        margin-right: 20px;
    }

    .info-img-box {
        margin: 20px auto;
        padding: 40px 0;
        background-position: 50% 50% !important;
        min-height: 300px;
    }

    .info-img-box .text-box {
        padding: 13px 15px;
    }

    .info-img-box .num {
        font-size: 55px;
        padding-left: 20px;
    }

    .info-img-box p {
        padding-left: 20px;
    }

    .info-box {
        padding: 20px 0;
        margin: 20px 0;
    }

    .info-box .num {
        font-size: 55px;
    }

    .poll-box {
        padding: 20px;
        margin: 20px auto;
    }

    .news-item-box {
        margin: 20px auto;
        padding: 15px 20px 20px;
    }

    .gallery-slider {
        margin: 20px 0;
    }

    .article-tags {
        margin: 24px -16px -4px 0;
    }

    .article-tags a {
        margin: 0 16px 4px 0;
    }

    .bottom-wrap {
        margin-top: 30px;
        flex-direction: column;
    }

    .bottom-wrap {
        padding: 30px 0 30px;
    }

    .bottom-wrap .share-links {
        width: 100%;
    }

    .bottom-wrap .share-links .simple-share {
        width: auto;
    }

    .share-box .share-links {
        max-width: 100% !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom-wrap .simple-share a, .bottom-wrap .share-links > a {
        min-width: 50px;
        margin-bottom: 5px;
    }

    .bottom-wrap .share-links > a {
        margin-left: 5px;
    }

    .bottom-wrap .share-links a span {
        margin-left: 7px;
    }

    .rate-article-box {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .img-text-box {
        margin: 20px 0;
    }

    .img-text-box .title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    /* article top box */
    .top-wrap .category, .top-wrap .date {
        margin-right: 15px;
    }

    .top-wrap .date, .top-wrap .author {
        font-size: 13px;
    }

    /* header */
    #header > .container {
        padding: 14px 15px;
    }

    .js-open-nav {
        width: 25px;
    }

    .js-open-nav .start-state {
        width: 20px;
    }

    .js-open-nav .start-state span, .js-open-nav .start-state span::before, .js-open-nav .start-state span::after {
        width: 25px;
        height: 1px;
    }

    #header > .container #logo {
        transform: translateX(-50%) scale(0.9);
    }

    #header .search-form-box {
        max-width: 100%;
    }

    /* nav box */
    .opened-nav .nav-box {
        transform: translateY(50px);
        height: calc(100vh - 50px) !important;
    }

    #nav ul li {
        font-size: 17px;
    }

    .special-projects-list .title {
        font-size: 15px !important;
    }

    /* article top box */
    .article-top-box {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .article-top-box p {
        font-size: 17px;
    }

    /* slider box */
    /*.articles-grid .text{
		font-size: 15px;
		}*/
    .articles-grid .item {
        width: calc(50% - 16px);
    }

    .articles-grid .text {
        max-height: 80px;
        -webkit-line-clamp: 4;
    }

    /* gallery slider */
    .gallery-slider .thumbs-slider .swiper-container {
        height: 70px !important;
    }

    /* main articles list */
    .articles-list .item {
        margin: 0 auto 20px;
    }

    .articles-list .item .img {
        margin-right: 20px;
    }

    /* category page */
    .category-name {
        font-size: 13px;
        padding: 10px 15px;
    }

    /* cards slider */
    .cards-slider .name {
        font-size: 19px;
    }

    .swiper-btn span {
        font-size: 13px;
    }

    .cards-slider .swiper-btn.swiper-button-prev span {
        margin-left: 8px;
    }

    .cards-slider .swiper-btn.swiper-button-next span {
        margin-right: 8px;
    }

    /* donuts page */
    .donats-box .title-box .title, .donate-root-info .title-box .title {
        font-size: 14px;
    }

    .donats-box .title-box .title::before, .donate-root-info .title-box .title::before {
        right: calc(100% + 20px);
    }

    .donats-box .title-box .title::after, .donate-root-info .title-box .title::after {
        left: calc(100% + 20px);
    }

    .donats-box .tabs-list, .donate-radio-box {
        margin-bottom: 20px;
    }

    .js-show-answer {
        font-size: 16px;
    }

    /* test page */
    .title-test {
        padding-bottom: 20px;
    }

    .test-box p {
        font-size: 17px;
    }

    /* footer */
    .footer-nav-wrap ul {
        flex-direction: column;
    }

    .footer-nav-wrap ul li {
        margin-left: 0;
        margin-bottom: 14px;
    }

    .copy-box .text span {
        max-width: 90%;
    }

    .copy-box .copy {
        width: 100%;
        margin-bottom: 30px;
    }

    .copy-box .mails-box {
        width: 100%;
    }

    .poll-box input[type="radio"]:checked + label:before, .poll-box input[type="radio"]:not(:checked) + label:before {
        top: 3px;
    }

    .poll-box input[type="radio"]:checked + label:after, .poll-box input[type="radio"]:not(:checked) + label:after, .poll-box .item-result.active input[type="radio"] + label:after {
        top: 8px;
    }

    .poll-box label, .poll-box .item-result > p {
        font-size: 15px;
    }

    /* search result */
    .search-result h1 {
        margin-bottom: 20px;
    }

    main .search-box .subtitle {
        font-size: 14px;
    }

    main .search-box .search-form-box {
        padding: 18px;
    }

    main .search-form-box .field input {
        font-size: 15px;
    }

    main .search-box .search-btn {
        top: 0;
    }

    .search-results-list {
        margin-top: 27px;
    }

    .search-results-list .title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .search-results-list li {
        margin-left: 35px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .search-results-list li .num {
        font-size: 15px;
        left: -35px;
        width: 25px;
    }

    .search-results-list li p {
        font-size: 16px;
    }

    .search-box .no-results {
        font-size: 20px;
    }

}

@media screen and (min-width: 551px) {
    #aside .infinite-load-box .js-show-more {
        max-width: 288px;
        margin: 0 auto 26px;
    }
}

@media screen and (max-width: 550px) {
    .hide-mobile-550 {
        display: none !important;
    }

    .index-page .top-page-box .news-box.hide-mobile {
        display: none;
    }

    .mobile-articles-slider {
        display: block;
    }

    /* read also box */
    .read-also-box {
        display: block;
    }

    .read-also-box .img {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .read-also-box .label {
        display: none;
    }

    .read-also-box .label.mobile-view {
        display: block;
    }

    .bottom-box .infinite-load-box.smile .js-show-more {
        width: 100%;
    }

    /* img text box */
    .img-text-box .btn {
        width: 100%;
    }

    .img-text-box .btn span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    }

    /* main articles list */
    .articles-list .item {
        flex-wrap: wrap;
    }

    .articles-list .item .img {
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .index-page .top-page-box .small-news-box {
        display: block;
    }

    .index-page .top-page-box .small-news-box .item {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 0 40px;
    }

    .index-page .top-page-box .small-news-box .item:not(:last-child):after {
        content: '';
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ededed;
    }

    .index-page .top-page-box .small-news-box .item .text {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    #aside .main-articles .item, #aside .popular .item {
        flex-wrap: wrap;
    }

    #aside .main-articles .item .img {
        margin-bottom: 7px;
    }

    /* index page */
    .index-page .top-page-box .main-news {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-page .top-page-box .main-news .text {
        font-size: 20px;
        margin-top: 5px;
    }

    .index-page .top-page-box .small-news-box {
        max-width: 100%;
    }

    .index-page .top-page-box .small-news-box .img {
        width: 100%;
    }

    .index-page .top-page-box .small-news-box img {
        width: 100%;
    }

    .slider-box .text {
        font-size: 20px;
    }

    #all .articles-grid .text {
        font-size: 15px;
    }

    .photo-fact .text {
        font-size: 20px;
    }

    .opinions .name {
        font-size: 18px;
    }

    /* donuts page */
    .reviewer-box {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .reviewer-box .img-box {
        margin-right: 0;
    }

    .reviewer-box .name-box {
        margin-top: 10px;
        max-width: 100%;
    }

    .reviewer-box .name-box .name {
        margin-bottom: 0;
    }

    .donate-sum-grid .field {
        width: calc(50% - 4px);
    }

    .donats-box, .donate-root-info {
        padding-top: 15px;
        padding-bottom: 35px;
    }

    .donate-root-info {
        margin-bottom: 35px;
    }

    .donats-box .form-wrap {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .donats-box .form-wrap > * {
        width: 100%;
        margin: 0;
    }

    .donats-box .form-wrap .field {
        margin-bottom: 5px;
    }

    .donats-box .form-wrap .field.error {
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 400px) {
    .mobile-articles-slider .paginations-box {
        justify-content: space-between;
    }

    /* nav box */
    #nav ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }

    /* aside */
    #aside .img img {
        width: 100%;
    }

    #aside .main-articles .item .img, #aside .popular .item .img {
        max-width: 100%;
        margin-right: 0;
    }

    /* slider box */
    .slider-box .swiper-button-prev, #aside .swiper-button-prev {
        margin-right: auto;
    }

    .slider-box .swiper-button-next, #aside .swiper-button-next {
        margin-left: auto;
    }

    .photo-fact .paginations-box {
        justify-content: space-between;
    }

    /* read also box */
    .read-also-box .img {
        max-width: 100%;
    }

    /* main articles list */
    .articles-list .item .img {
        max-width: 100%;
    }

    /* message bottom */
    .message-bottom .btn {
        width: 100%;
    }

    /* index-page */
    .index-page .top-page-box .small-news-box .img {
        max-width: 100%;
        max-height: none;
        height: auto;
    }

    /* search result */
    .search-box .no-results {
        font-size: 17px;
    }

    .articles-grid img {
        width: 100%;
    }

}

@media screen and (max-width: 359px) {
    .index-page .top-page-box .main-news .text {
        font-size: 18px;
    }
}

/*Foreign plugins*/
/* share */
.poll-box .share-box {
    padding-top: 6px;
    border-top: 1px solid #ededed;
    text-align: center;
    margin-top: 17px;
}

.share-box > span {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5em;
    color: #888;
    margin-bottom: 14px;
}

.share-box .share-links {
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
}

.share-box .simple-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.simple-share a, .share-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 32px;
    border: 1px solid #ededed;
    background: transparent !important;
    border-radius: 3px;
    font-size: 1em !important;
}

.simple-share a svg path, .share-links a svg path {
    transition: fill .3s ease;
}

.no-touchevents .simple-share a:hover, .no-touchevents .share-links a:hover {
    opacity: 1 !important;
}

.no-touchevents .simple-share a:hover svg path, .no-touchevents .share-links a:hover svg path {
    fill: #888;
}

.simple-share a svg {
    width: 1em !important;
    height: 1em !important;
}

/* Light gallery */
@font-face {
    font-family: 'lg';
    src: url('../fonts/lg.eot');
    src: url('../fonts/lg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lg.woff') format('woff'),
    url('../fonts/lg.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.lg-on {
    overflow: hidden;
}

.lg-icon {
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background: #333;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
    transition: all .2s ease;
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
    transition: all .2s ease;
}

.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after {
    opacity: .5;
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #333;
    min-width: 320px;
}

.lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    border: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.visually-impaired.color-scheme3 .lg-toolbar .lg-icon:after, .visually-impaired.color-scheme3 .lg-toogle-thumb.lg-icon:after, .visually-impaired.color-scheme3 .lg-actions .lg-icon:after, .visually-impaired.color-scheme3 .lg-actions .lg-icon:before, .visually-impaired.color-scheme3 #lg-counter, .visually-impaired.color-scheme3 #lg-counter span {
    color: #fff !important;
}

.lg-toolbar .lg-icon:hover {
    color: #fff !important;
    opacity: .5;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
    background: none;
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    padding: 9px 0 0 15px;
    vertical-align: middle;
}

.visually-impaired.middle-size #lg-counter {
    padding-top: 5px;
}

.visually-impaired.large-size #lg-counter {
    padding-top: 0;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background: #333;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    padding: 0 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    /*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
}

.visually-impaired.color-scheme3 .lg-outer .lg-thumb-item {
    border-color: #fff !important;
}

.lg-outer .lg-thumb-item.active {
    border-color: rgba(255, 255, 255, .3);
}

.visually-impaired .lg-outer .lg-thumb-item.active {
    border-color: rgba(0, 0, 0, .3) !important;
}

.visually-impaired.color-scheme2 .lg-outer .lg-thumb-item.active, .visually-impaired.color-scheme3 .lg-outer .lg-thumb-item.active {
    border-color: rgba(255, 255, 255, .5) !important;
}

.lg-outer .lg-thumb-item img {
    min-width: 96px;
    min-height: 76px;
    max-width: 120%;
    opacity: 1;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background: #333;
    border-radius: 2px 2px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
    transition: all .2s ease;
}

.lg-outer .lg-toogle-thumb:hover:after {
    opacity: .5;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
    /*background: url("../i/play-icon.svg") no-repeat 0 0;*/
    cursor: pointer;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #fff;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.group {
    *zoom: 1;
}

.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}

.group:after {
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer img {
    margin: 0;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url("../i/loader-dark.svg") no-repeat 50% 50%;
    display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 55px 5px 8px;
}

.lg-outer.lg-thumb-open .lg-img-wrap {
    padding-bottom: 108px;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

.visually-impaired.color-scheme2 .lg-backdrop {
    background: rgba(255, 255, 255, .95);
}

.visually-impaired.color-scheme3 .lg-backdrop {
    background: rgba(183, 220, 253, .85);
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*Swiper*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    min-height: auto;
}

.grab-cursor-activate .swiper-slide {
    user-select: none;
}

.grab-cursor-activate .swiper-slide .img {
    pointer-events: none;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 0;
    margin: 0;
}

.swiper-pagination.hidden {
    display: none;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 15px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    cursor: default;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    border-radius: 110%;
    transition: background .2s ease;
}

.swiper-pagination .swiper-pagination-bullet-active:before {
    width: 6px;
    height: 6px;
    background: #d12336;
}

.no-touchevents .swiper-pagination .swiper-pagination-bullet:hover:before {
    background: #888;
}

.swiper-pagination .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 110%;
}

.swiper-pagination-lock, .swiper-button-lock {
    display: none !important;
}

.swiper-btns-box {
    display: flex;
    align-items: flex-start;
}

.swiper-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    min-width: 20px;
    min-height: 20px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.swiper-btn:not(.swiper-button-disabled) svg path {
    transition: stroke .3s ease;
}

.no-touchevents .swiper-btn:not(.swiper-button-disabled):hover svg path {
    stroke: #888;
}

.swiper-button-disabled {
    opacity: .4;
    cursor: default;
}
