@charset 'UTF-8';

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'FuturaBook';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/FuturaBook/FuturaBookC.otf') format('opentype');
    src: url('../fonts/FuturaBook/FuturaBookC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBook/FuturaBookC.woff') format('woff'), url('../fonts/FuturaBook/FuturaBookC.ttf') format('truetype');
}

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

@font-face {
    font-family: 'FuturaMedium';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/FuturaMedium/FuturaMediumC.ttf') format('truetype');
    src: url('../fonts/FuturaMedium/FuturaMediumC.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaMedium/FuturaMediumC.woff') format('woff'), url('../fonts/FuturaMedium/FuturaMediumC.ttf') format('truetype');
}

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

.layout-header.layout-header_index {
    background-color: transparent;
    background-image: none;
}

.layout-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background .3s ease;
    -webkit-transition: all .3s ease;
    transition: background .3s ease;
    transition: all .3s ease;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout-header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.layout-header .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.layout-header .main-menu {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.layout-header .logo {
    max-width: 225px;
    margin-right: 50px;
}

.layout-header .logo img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.layout-header .panel {
    width: 100%;
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
}

.layout-header .burger-wrapper {
    display: none;
}

.js-layout-header_scroll,
.layout-header.layout-header_index.js-layout-header_scroll {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
}

.js-layout-header_scroll .logo img,
.layout-header.layout-header_index.js-layout-header_scroll .logo img {
    max-width: 50%;
}

.panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel .search-form {
    margin-right: 10px;
}

.search-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form .search-form__input {
    position: relative;
    z-index: 5;
    width: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.search-form .search-form__input::-webkit-input-placeholder {
    color: transparent;
}

.search-form .search-form__input:-ms-input-placeholder {
    color: transparent;
}

.search-form .search-form__input::placeholder {
    color: transparent;
}

.search-form .search-form__input[data-active='active'] {
    width: 100%;
    cursor: text;
    border-bottom: 1px solid #7e7e7e;
}

.search-form .search-form__input[data-active='active']::-webkit-input-placeholder {
    color: #7e7e7e;
}

.search-form .search-form__input[data-active='active']:-ms-input-placeholder {
    color: #7e7e7e;
}

.search-form .search-form__input[data-active='active']::placeholder {
    color: #7e7e7e;
}

.search-form .search-form__input[data-active='active'] + .search-form__submit {
    z-index: 10;
}

.search-form .search-form__submit {
    width: 21px;
    height: 21px;
    margin: 0;
    margin-right: -25px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.search-form .search-form__submit .svg-icon {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}

.search-form .search-form__submit .svg-icon svg {
    fill: #7e7e7e;
}

.search-form .search-form__submit {
    position: relative;
}

.search-form .search-form__submit:after {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    display: block;
    content: '';
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    background: url(../images/icons/preloader.svg);
    background-size: contain;
}

.search-form.loading .search-form__submit .svg-icon {
    opacity: 0;
}

.search-form.loading .search-form__submit:after {
    opacity: 1;
}

.search-form [data-active='active'] ~ .autocomplete-list {
    visibility: visible;
}

.search-form .autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    min-width: 200px;
    max-height: 300px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

.search-form .autocomplete-list li {
    font-size: 1.8rem;
    line-height: 2.0rem;
    display: block;
    padding: .8rem 1.0rem .5rem;
    list-style: none;
    cursor: pointer;
    color: #1a3e8d;
    border-top: 1px solid #ccc;
    background: #fff;
}

.search-form .autocomplete-list li a {
    text-decoration: none;
    color: inherit;
}

.search-form .autocomplete-list li:first-child {
    border-top: none;
}

.no-touchevents .search-form .autocomplete-list li:hover {
    background: #eee;
}

.layout-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.layout-footer .container > .r-row {
    margin-bottom: 15px;
}

.layout-footer .social {
    margin-bottom: 30px;
    margin-left: -5px;
}

.layout-footer .copyright {
    margin-left: -5px;
}

.layout-footer .news-form .input::-webkit-input-placeholder {
    opacity: 1;
}

.layout-footer .news-form .input:-ms-input-placeholder {
    opacity: 1;
}

.layout-footer .news-form .input::placeholder {
    opacity: 1;
}

.layout-footer .textwidget form.invalid .input_footer {
    border-bottom-color: red;
}

.column-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 7px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #303030;
}

.copyright {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #a9a9a9;
}

.form-container_footer .textwidget .input::-webkit-input-placeholder {
    opacity: 1;
}

.form-container_footer .textwidget .input:-ms-input-placeholder {
    opacity: 1;
}

.form-container_footer .textwidget .input::placeholder {
    opacity: 1;
}

.form-container_footer .textwidget .wpcf7-form.sent .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.4em;
}

.footer-menu .menu li {
    display: block;
}

.footer-menu .menu li a {
    display: inline-block;
}

.footer-menu .menu > li {
    width: 48%;
    margin-bottom: 12px;
}

.footer-menu .menu > li > a {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #303030;
}

.footer-menu .menu > li > a:first-child {
    margin-bottom: 12px;
}

.footer-menu .menu > li > a:last-child {
    margin-bottom: 0;
}

.footer-menu .menu > li ul li {
    margin-bottom: 0;
}

.footer-menu .menu > li ul li a {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #a9a9a9;
}

.footer-menu .menu > li .footer-contacts li {
    margin-bottom: 5px;
}

.footer-menu .textwidget .textwidget__title {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #303030;
}

.footer-menu .textwidget .textwidget__title:last-child {
    margin-bottom: 0;
}

.footer-menu .textwidget ul {
    margin-top: 12px;
}

.footer-menu .textwidget ul li {
    margin-bottom: 3px;
    letter-spacing: 0;
    text-transform: none;
}

.footer-menu .textwidget ul li a {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #a9a9a9;
}

.footer-menu .textwidget .footer-contacts li {
    margin-bottom: 5px;
    color: #747474;
}

.footer-menu .textwidget .footer-contacts li a {
    color: #a9a9a9;
}

.footer-menu_floated > li {
    float: left;
}

.footer-menu_floated > li:nth-of-type(2n) {
    float: right;
}

.footer-contacts li {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #a9a9a9;
}

.footer-contacts li a {
    display: block;
}

.btn {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background-color: transparent;
}

.btn-default {
    font-family: 'FuturaBold';
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding: 25px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #1a3e8d;
}

.no-touchevents .btn-default:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background-color: #122b62;
}

.btn-blue {
    background-color: #1a3e8d;
}

.btn-white {
    color: #1a3e8d;
    background-color: #fff;
}

.no-touchevents .btn-white:hover {
    color: #000;
    background-color: #fff;
}

.btn-gray {
    color: #1a3e8d;
    background-color: #f3f3f3;
}

.no-touchevents .btn-gray:hover {
    color: #fff;
    background-color: #1a3e8d;
}

.btn-arrow {
    position: relative;
}

.btn-arrow:after {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -9px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.btn-form {
    font-family: 'FuturaMedium';
    font-size: 14px;
    line-height: 18px;
    padding: 6px 28px;
    border-radius: 0;
    border-radius: 1px;
}

.btn-search-result {
    font-size: 1.3rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 10px;
}

.link-default {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #1a3e8d;
}

.no-touchevents .link-default:hover {
    color: #000;
}

.link-primary {
    font-size: 2.8rem;
    line-height: 3.2rem;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    text-decoration: underline;
    text-transform: uppercase;
}

.no-touchevents .link-primary:hover {
    color: #000;
}

.link-language {
    font-size: 1.6rem;
    line-height: 2rem;
}

.form-row_m-bottom {
    margin-bottom: 35px;
}

.form-column {
    width: 100%;
    margin-bottom: 35px;
}

.form-column_textarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.form-column_textarea textarea {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-column_effect {
    position: relative;
}

.form-column_effect:before,
.form-column_effect:after {
    position: absolute;
    z-index: 100;
    bottom: 0;
    display: block;
    width: 50%;
    height: 1px;
    content: '';
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    background-color: #1a3e8d;
}

.form-column_effect:before {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.form-column_effect:after {
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.form-column_effect.form-column_effect-active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.form-column_effect.form-column_effect-active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.form-column_effect.form-column_effect-active .inputHoverText {
    font-size: 1.8rem;
    line-height: 2rem;
    top: -17px;
    opacity: .8;
    color: #1a3e8d;
}

.form-column_input-full .inputHoverText {
    opacity: 0;
}

.input {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    vertical-align: top;
    letter-spacing: .05em;
    border: none;
    border-bottom: 1px solid #7e7e7e;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.input::-webkit-input-placeholder {
    opacity: 0;
}

.input:-ms-input-placeholder {
    opacity: 0;
}

.input::placeholder {
    opacity: 0;
}

textarea.input {
    min-height: 74px;
}

.inputHoverText {
    font-family: 'FuturaMedium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .05em;
    color: #7e7e7e;
    padding-left: 15px;
    padding-right: 15px;
}

.input_custom.error + .error-new {
    display: inline-block;
}

.error-new {
    display: none;
    z-index: 200;
    position: relative;
    left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: red;
}

.form-column_effect.form-column_effect-active .inputHoverText {
    top: -22px;
}

.input.error,
.input.input_custom.error {
    border-bottom: 1px solid red;
}

.input + .error {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    z-index: 200;
    bottom: -22px;
    left: 10px;
    display: inline-block;
    color: red;
}

.input.input_footer {
    font-family: 'FuturaBook';
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    color: #7e7e7e;
    border-bottom-color: #7e7e7e;
}

.input.input_footer::-webkit-input-placeholder {
    color: #7e7e7e;
}

.input.input_footer:-ms-input-placeholder {
    color: #7e7e7e;
}

.input.input_footer::placeholder {
    color: #7e7e7e;
}

.input.input_footer:-ms-input-placeholder {
    opacity: 1;
    color: transparent;
}

.input.input_custom {
    font-family: 'FuturaMedium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    color: #747474;
    border-bottom-color: #ddd;
}

.input.input_custom::-webkit-input-placeholder {
    color: #747474;
}

.input.input_custom:-ms-input-placeholder {
    color: #747474;
}

.input.input_custom::placeholder {
    color: #747474;
}

.input.input_custom:-ms-input-placeholder {
    opacity: 1;
    color: transparent;
}

.textarea_contacts {
    height: 270px;
    resize: none;
    -webkit-appearance: textfield;
}

.textarea_custom {
    height: 100%;
    resize: none;
    -webkit-appearance: textfield;
}

.form-container {
    margin: 80px 0;
    padding: 30px 20px;
    border: 1px solid #d5d9e7;
    background-color: #f4f5f9;
}
.form-container_contacts {
  margin: 0
}

.form-container .input {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
}

.form-container form > .r-row:last-child .r-column {
    margin-bottom: 0;
}

.form-container_cooperation .form-row .form-column:nth-of-type(n+3) {
    margin-bottom: 0;
}

.form-container_request .request-form__message {
    margin-bottom: 55px;
}

.form-container_request .request-form__message .p {
    font-size: 2.4rem;
    line-height: 2.6rem;
}

.form-container_request .request-form__message span {
    font-style: italic;
}

.form-container_footer .form-row .form-column {
    margin-bottom: 10px;
}

.breadcrumb {
    margin-bottom: 45px;
}

.breadcrumb ol {
    font-size: 0;
    line-height: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;
}

.breadcrumb ol > li {
    font-size: 1.7rem;
    line-height: 1.6rem;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    padding-left: 0;
}

.breadcrumb ol > li:first-letter {
    text-transform: uppercase;
}

.breadcrumb ol > li:after {
    font-size: 1.4rem;
    line-height: 1.8rem;
    position: absolute;
    top: -1px;
    right: 5px;
    display: block;
    padding: 10px 0;
    content: '/';
    text-align: center;
    color: #a9a9a9;
}

.breadcrumb ol > li:before {
    content: none;
}

.breadcrumb ol > li a {
    display: inline;
    color: #a9a9a9;
}

.breadcrumb ol > li a:first-letter {
    text-transform: uppercase;
}

.breadcrumb ol > li:last-child {
    color: #303030;
}

.breadcrumb ol > li:last-child:after {
    content: none;
}

.breadcrumb ol > .active a {
    color: #000;
}

.svg-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.svg-icon svg {
    width: 100%;
    height: 100%;
}

.svg-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.social {
    font-size: 0;
    line-height: 0;
}

.social li {
    display: inline-block;
    margin-right: 20px;
}

.social li:last-of-type {
    margin-right: 0;
}

.social li a {
    display: block;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}

.social li a .svg-icon {
    display: block;
    width: 40px;
    height: 40px;
}

.social li a .svg-icon svg {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #a9a9a9;
}

.no-touchevents .social li a:hover svg {
    fill: #5d5d5d;
}

.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.main-menu ul li a {
    font-size: 1.6rem;
    line-height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7e7e7e;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.no-touchevents .main-menu ul li a:hover {
    color: #303030;
}

.main-menu ul li.current-menu-item a {
    color: #303030;
}

.main-menu ul li ul {
    position: static;
    z-index: 10;
    top: 100%;
    left: 0;
    display: none;
    min-width: 300px;
}

.no-touchevents .main-menu > ul > li:hover > ul {
    position: absolute;
    display: block;
}

.main-menu ul > li ul a {
    padding-left: 40px;
    background-color: rgba(0, 0, 0, .1);
}

.main-menu ul > li ul ul li a {
    padding-left: 80px;
    background-color: rgba(0, 0, 0, .2);
}

.main-menu ul > li ul ul li ul li a {
    padding-left: 120px;
    background-color: rgba(0, 0, 0, .3);
}

.main-menu ul > li ul ul li ul li ul li a {
    padding-left: 160px;
    background-color: rgba(0, 0, 0, .4);
}

.main-menu ul > li ul ul li ul li ul li ul li a {
    padding-left: 200px;
    background-color: rgba(0, 0, 0, .5);
}

@-webkit-keyframes burgerTranslateForward {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@keyframes burgerTranslateForward {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@-webkit-keyframes burgerTranslateBackward {
    0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes burgerTranslateBackward {
    0% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes burgerRotateFForward {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes burgerRotateFForward {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@-webkit-keyframes burgerRotateFBackward {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes burgerRotateFBackward {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@-webkit-keyframes burgerRotateBForward {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-17.64706px) rotate(-90deg);
        transform: translateY(-17.64706px) rotate(-90deg);
    }
}

@keyframes burgerRotateBForward {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-17.64706px) rotate(-90deg);
        transform: translateY(-17.64706px) rotate(-90deg);
    }
}

@-webkit-keyframes burgerRotateBBackward {
    0% {
        -webkit-transform: translateY(-20px) rotate(-90deg);
        transform: translateY(-20px) rotate(-90deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes burgerRotateBBackward {
    0% {
        -webkit-transform: translateY(-20px) rotate(-90deg);
        transform: translateY(-20px) rotate(-90deg);
    }

    100% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
}

.burger-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 39px;
    height: 39px;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

.burger-wrapper .burger {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    margin: 0;
    margin-left: -15px;
    padding: 0;
    -webkit-animation-name: burgerRotateFBackward;
    animation-name: burgerRotateFBackward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    border: none;
    outline: none;
    background-color: #1a3e8d;
}

.burger-wrapper .burger:before,
.burger-wrapper .burger:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1a3e8d;
}

.burger-wrapper .burger:before {
    top: 9px;
    -webkit-animation-name: burgerTranslateBackward;
    animation-name: burgerTranslateBackward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.burger-wrapper .burger:after {
    top: 18px;
    -webkit-animation-name: burgerRotateBBackward;
    animation-name: burgerRotateBBackward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.no-touchevents .burger-wrapper:hover {
    background-color: rgba(0, 0, 0, .4);
}

.burger-wrapper.burger-wrapper-active .burger {
    -webkit-animation-name: burgerRotateFForward;
    animation-name: burgerRotateFForward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burger-wrapper.burger-wrapper-active .burger:before {
    -webkit-animation-name: burgerTranslateForward;
    animation-name: burgerTranslateForward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burger-wrapper.burger-wrapper-active .burger:after {
    -webkit-animation-name: burgerRotateBForward;
    animation-name: burgerRotateBForward;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.logo {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.news-item {
    margin-bottom: 20px;
}

.news-item .news-item__date {
    font-family: 'FuturaMedium';
    font-size: 1.4rem;
    line-height: 1em;
    display: inline-block;
    color: #a9a9a9;
}

.news-item .news-item__image-wrapper .image {
    padding-top: 73%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.news-item .news-item__title {
    font-size: 2.2rem;
    line-height: 2.4rem;
    display: block;
    margin: 0;
}

.news-item .news-item__text {
    font-size: 1.9rem;
    line-height: 2.1rem;
}

.news-item_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -25px;
    margin-bottom: 55px;
    margin-left: -25px;
}

.news-item_full .news-item__image-wrapper,
.news-item_full .news-item__info {
    margin-right: 25px;
    margin-left: 25px;
}

.news-item_full .news-item__image-wrapper {
    width: 29%;
}

.news-item_full .news-item__info {
    width: 71%;
}

.news-item_full .news-item__date {
    font-size: 2rem;
    line-height: 2.4rem;
}

.news-item_full .news-item__title {
    font-size: 2.7rem;
    line-height: 3rem;
    margin-bottom: 15px;
}

.news-item_full .news-item__text {
    font-size: 2.2rem;
    line-height: 2.6rem;
}

.news-item_full.news-item_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-bottom: 95px;
    margin-left: -12px;
    color: #747474;
}

.news-item_full.news-item_search:last-of-type {
    margin-bottom: 0;
}

.news-item_full.news-item_search .news-item__image-wrapper,
.news-item_full.news-item_search .news-item__info {
    margin-right: 12px;
    margin-left: 12px;
}

.news-item_full.news-item_search .news-item__image-wrapper {
    width: 15%;
}

.news-item_full.news-item_search .news-item__info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-item_full.news-item_search .news-item__title {
    font-family: 'FuturaBook';
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 0;
}

.news-item_full.news-item_search .news-item__date {
    font-size: 1.7rem;
    line-height: 2.2rem;
}

.news-item_full.news-item_search .news-item__text {
    color: #747474;
}

#image-map .show-map-region {
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
    fill: #122b62;
}

.world-map {
    width: 100%;
    height: 100%;
}

.world-map svg {
    width: 100%;
    height: 100%;
}

.regionTextTitle {
    font-family: 'FuturaBold';
    font-size: 34px;
    position: relative;
    z-index: 1000;
    display: none;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    fill: #fff;
}

@-webkit-keyframes opacityAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacityAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.catalog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.catalog-item:last-of-type {
    border-bottom: none;
}

.catalog-item .catalog-item__image {
    width: 420px;
    margin-right: 40px;
}

.catalog-item .catalog-item__description {
    width: 100%;
}

.catalog-item .catalog-item__description .btn-default {
    font-size: 2.2rem;
    line-height: 2.6rem;
    padding: 22px 30px;
    border-radius: 0;
}

.catalog-item .catalog-item__title {
    font-size: 4rem;
    line-height: 4.6rem;
    display: inline-block;
    margin-bottom: 20px;
}

.catalog-item .catalog-item__tags {
    font-size: 0;
    margin-bottom: 20px;
}

.catalog-item .catalog-item__tags li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    vertical-align: top;
}

.no-touchevents .catalog-item .catalog-item__tags li:hover .catalog-item__tooltip {
    display: block;
    -webkit-animation-name: opacityAnimation;
    animation-name: opacityAnimation;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.catalog-item .catalog-item__tags .svg-icon {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.catalog-item .catalog-item__text {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 35px;
    color: #747474;
}

.catalog-item .catalog-item__tooltip {
    font-family: 'FuturaMedium';
    font-size: 2rem;
    line-height: 1em;
    position: absolute;
    bottom: calc(100% + 14px);
    left: 0;
    display: none;
    width: 260px;
    padding: 20px 10px;
    color: #fff;
    border-radius: 5px;
    background-color: #1a3e8d;
    box-shadow: 0 0 2px 0 #1a3e8d;
}

.catalog-item .catalog-item__tooltip:after {
    position: absolute;
    bottom: -8px;
    left: 12px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1a3e8d;
    box-shadow: 0 0 2px 0 #1a3e8d;
}

.tag-key .svg-icon {
    background-image: url('../images/icons/key.svg');
}

.tag-clocks .svg-icon {
    background-image: url('../images/icons/clocks.svg');
}

.tag-free .svg-icon {
    background-image: url('../images/icons/free.svg');
}

.tag-cart .svg-icon {
    background-image: url('../images/icons/cart.svg');
}

.tag-remote .svg-icon {
    background-image: url('../images/icons/remote.svg');
}

.tag-archives2 .svg-icon {
    background-image: url('../images/icons/archives2.svg');
}

.tag-free-trial .svg-icon {
    background-image: url('../images/icons/free-trial.svg');
}

.tag-login-pass .svg-icon {
    background-image: url('../images/icons/login-pass.svg');
}

.tag-open-access .svg-icon {
    background-image: url('../images/icons/open-access.svg');
}

.tag-users .svg-icon {
    background-image: url('../images/icons/users.svg');
}

.expand .expand__title {
    font-family: 'FuturaBold';
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    color: #1a3e8d;
}

.expand .expand__title[data-expand-element='disabled'] {
    cursor: default;
}

.expand .expand__title:after {
    position: absolute;
    right: 10px;
    display: block;
    content: '';
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.expand .expand__title p {
    font-family: 'FuturaBook';
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #747474;
}

.expand .expand__container {
    display: none;
}

.expand_filter[data-expand-active='true'] .expand__title:after {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.expand_filter .expand__title {
    font-size: 2.4rem;
    line-height: 3rem;
}

.expand_filter .expand__title:after {
    top: 8px;
    width: 10px;
    height: 10px;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, top .2s ease;
    transition: transform .2s ease, top .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #1a3e8d;
    border-bottom: 2px solid #1a3e8d;
}

.expand_collection[data-expand-active='true'] .expand__title:not([data-expand-element=disabled]):after {
    top: -5px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid #1a3e8d;
}

.expand_collection .expand__title {
    font-size: 4rem;
    line-height: 4.6rem;
}

.expand_collection .expand__title:not([data-expand-element=disabled]):after {
    top: 15px;
    width: 0;
    height: 0;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
    border-top: 16px solid #1a3e8d;
    border-right: 18px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid transparent;
    border-radius: 3px;
}

.expand_collection .expand__container {
    padding-top: 20px;
}

.book-item {
    margin-bottom: 40px;
}

.book-item .book-item__image-wrapper {
    margin-bottom: 20px;
}

.book-item .book-item__image-wrapper .image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.book-item .list-default li {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.book-item .list-default li strong {
    min-width: 50%;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.no-touchevents .book-item:hover .list-default li {
    color: #000;
}

.no-touchevents .book-item:hover .list-default li strong {
    color: #000;
}

.info-message {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #747474;
}

.info-message .info-message__image {
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 30px;
}

.info-message .info-message__image .svg-icon {
    width: 100%;
    height: 100%;
}

.info-message .info-message__image .svg-icon svg {
    fill: #303030;
}

.info-message .info-message__text {
    padding-left: 45px;
}

.info-message .info-message__text .p {
    color: #747474;
}

.info-message_red .info-message__image .svg-icon svg {
    fill: red;
}

.info-message_green .info-message__image .svg-icon svg {
    fill: green;
}

.info-message_blue .info-message__image .svg-icon svg {
    fill: blue;
}

.info-message_yellow .info-message__image .svg-icon svg {
    fill: yellow;
}

.disclaimer {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tabs .tabs__head-border {
    position: relative;
}

.tabs .tabs__head-border:after {
    position: absolute;
    z-index: -10;
    bottom: -5px;
    left: -50%;
    display: block;
    width: 200%;
    height: 5px;
    content: '';
    background-color: #f4f5f7;
}

.tabs .tabs__head-border .tabs__list li .btn {
    padding-bottom: 15px;
    border-bottom: none;
    background-color: #f4f5f7;
}

.tabs .tabs__head-border .tabs__list li .btn[data-tab-active='true'] {
    background-color: #fff;
}

.tabs .tabs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs .tabs__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    margin-bottom: -5px;
}

.tabs .tabs__list li .btn {
    font-family: 'FuturaBold';
    font-size: 3rem;
    line-height: 3.4rem;
    padding: 10px 38px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    color: #1a3e8d;
    border: 5px solid #f4f5f7;
    background-color: #fff;
}

.tabs .tabs__list li .btn[data-tab-active='true'] {
    cursor: default;
    background-color: #f4f5f7;
}

.tabs .tabs__body {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tabs .tab__container {
    display: none;
}

.tabs .tab__container .expand {
    margin-bottom: 30px;
}

.tabs_full-bg {
    position: relative;
}

.tabs_full-bg:before,
.tabs_full-bg:after {
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    background: #f4f5f7;
}

.tabs_full-bg:before {
    left: 100%;
}

.tabs_full-bg:after {
    right: 100%;
}

.loader-wrapper {
    position: relative;
    display: none;
    height: 30px;
    background: #fff;
}

.blob {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #1a3e8d;
    box-shadow: 0 0 2rem rgba(255, 255, 255, .25);
}

.blob-2 {
    -webkit-animation: animate-to-2 1.5s infinite;
    animation: animate-to-2 1.5s infinite;
}

.blob-3 {
    -webkit-animation: animate-to-3 1.5s infinite;
    animation: animate-to-3 1.5s infinite;
}

.blob-1 {
    -webkit-animation: animate-to-1 1.5s infinite;
    animation: animate-to-1 1.5s infinite;
}

.blob-4 {
    -webkit-animation: animate-to-4 1.5s infinite;
    animation: animate-to-4 1.5s infinite;
}

.blob-0 {
    -webkit-animation: animate-to-0 1.5s infinite;
    animation: animate-to-0 1.5s infinite;
}

.blob-5 {
    -webkit-animation: animate-to-5 1.5s infinite;
    animation: animate-to-5 1.5s infinite;
}

@-webkit-keyframes animate-to-2 {
    25%, 75% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-2 {
    25%, 75% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@-webkit-keyframes animate-to-3 {
    25%, 75% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-3 {
    25%, 75% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@-webkit-keyframes animate-to-1 {
    25% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    50%, 75% {
        -webkit-transform: translateX(-4.5rem) scale(.6);
        transform: translateX(-4.5rem) scale(.6);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-1 {
    25% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    50%, 75% {
        -webkit-transform: translateX(-4.5rem) scale(.6);
        transform: translateX(-4.5rem) scale(.6);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@-webkit-keyframes animate-to-4 {
    25% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    50%, 75% {
        -webkit-transform: translateX(4.5rem) scale(.6);
        transform: translateX(4.5rem) scale(.6);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-4 {
    25% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    50%, 75% {
        -webkit-transform: translateX(4.5rem) scale(.6);
        transform: translateX(4.5rem) scale(.6);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@-webkit-keyframes animate-to-0 {
    25% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    50% {
        -webkit-transform: translateX(-4.5rem) scale(.6);
        transform: translateX(-4.5rem) scale(.6);
    }

    75% {
        -webkit-transform: translateX(-7.5rem) scale(.5);
        transform: translateX(-7.5rem) scale(.5);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-0 {
    25% {
        -webkit-transform: translateX(-1.5rem) scale(.75);
        transform: translateX(-1.5rem) scale(.75);
    }

    50% {
        -webkit-transform: translateX(-4.5rem) scale(.6);
        transform: translateX(-4.5rem) scale(.6);
    }

    75% {
        -webkit-transform: translateX(-7.5rem) scale(.5);
        transform: translateX(-7.5rem) scale(.5);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@-webkit-keyframes animate-to-5 {
    25% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    50% {
        -webkit-transform: translateX(4.5rem) scale(.6);
        transform: translateX(4.5rem) scale(.6);
    }

    75% {
        -webkit-transform: translateX(7.5rem) scale(.5);
        transform: translateX(7.5rem) scale(.5);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

@keyframes animate-to-5 {
    25% {
        -webkit-transform: translateX(1.5rem) scale(.75);
        transform: translateX(1.5rem) scale(.75);
    }

    50% {
        -webkit-transform: translateX(4.5rem) scale(.6);
        transform: translateX(4.5rem) scale(.6);
    }

    75% {
        -webkit-transform: translateX(7.5rem) scale(.5);
        transform: translateX(7.5rem) scale(.5);
    }

    95% {
        -webkit-transform: translateX(0rem) scale(1);
        transform: translateX(0rem) scale(1);
    }
}

.scrollTop-wrapper {
    position: fixed;
    z-index: 10000;
    right: 50px;
    bottom: 50px;
    display: none;
    width: 50px;
    height: 50px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    border: none;
    outline: none;
    background: none;
    background-color: #1a3e8d;
    box-shadow: none;
}

.no-touchevents .scrollTop-wrapper:hover {
    background-color: #163577;
}

.scrollTop-wrapper .scrollTop:before,
.scrollTop-wrapper .scrollTop:after {
    position: absolute;
    display: block;
    content: '';
}

.scrollTop-wrapper .scrollTop:before {
    top: 20%;
    left: 50%;
    width: 4px;
    height: 60%;
    margin-left: -2px;
    background-color: #fff;
}

.scrollTop-wrapper .scrollTop:after {
    top: 25%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}

.checkbox {
    width: 100%;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label:after {
    display: block;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.checkbox label {
    font-family: 'FuturaMedium';
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 38px;
    cursor: pointer;
    word-break: break-all;
    color: #747474;
}

.checkbox label:before {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #747474;
}

.checkbox label:after {
    position: absolute;
    top: 2px;
    left: 11.66667px;
    display: none;
    width: 6.66667px;
    height: 13.33333px;
    content: '';
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
}

.checkbox_blue {
    min-width: 150px;
}

.checkbox_blue input:checked + label:before {
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    background-color: #1a3e8d;
}

.checkbox_blue label {
    font-size: 22px;
    line-height: 26px;
    padding-left: 60px;
}

.checkbox_blue label:before {
    top: -8px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    border-width: 4px;
    border-color: #1a3e8d;
}

.checkbox_blue label:after {
    top: -2px;
    left: 14px;
    width: 10px;
    height: 24px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.checkbox-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.checkbox-primary label {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    padding-left: 38px;
    cursor: pointer;
    color: #747474;
}

.checkbox-primary label:before {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #747474;
}

.checkbox-primary label:after {
    position: absolute;
    top: 2px;
    left: 11.66667px;
    display: none;
    width: 6.66667px;
    height: 13.33333px;
    content: '';
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #747474;
    border-bottom: 2px solid #747474;
}

.checkbox-primary input {
    display: none;
}

.checkbox-primary input:checked + label:after {
    display: block;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.checkbox-primary__link {
    font-family: 'FuturaMedium';
    font-size: 1.8rem;
}

.select-wrapper_languages {
    min-width: 70px;
}

.select-wrapper_languages .input.input_custom {
    border-bottom: none;
}

.select-wrapper_languages .select-styled:before {
    width: 7px;
    height: 7px;
}

.select-wrapper_languages .select-options {
    margin-bottom: 30px;
}

.select-wrapper_languages .wpml-ls-sub-menu .wpml-ls-item {
    margin-top: -1px;
}

.select-wrapper_languages .wpml-ls-sub-menu .wpml-ls-item:first-child {
    margin-top: 0;
}

.select-wrapper_languages .wpml-ls-sub-menu .wpml-ls-item a {
    padding: 12px;
    -webkit-transform: all .3s ease;
    -ms-transform: all .3s ease;
    transform: all .3s ease;
}

.no-touchevents .select-wrapper_languages .wpml-ls-sub-menu .wpml-ls-item:hover a {
    background-color: #e6e6e6;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    font-family: 'FuturaMedium';
    line-height: 2.2rem;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    cursor: pointer;
    text-align: left;
    color: #747474;
}

.select-styled {
    position: relative;
    display: inline-block;
    /* Запрещаем перенос строк */
    overflow: hidden;
    /* Добавляем многоточие */
    padding-right: 50px;
    vertical-align: middle;
    white-space: nowrap;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
}

.select-styled:before {
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #747474;
    border-bottom: 1px solid #747474;
}

.select-styled:after {
    z-index: -1000;
    display: inline-block;
    visibility: hidden;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.select-options {
    position: absolute;
    z-index: 999;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    max-height: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #747474;
    background-color: #fff;
}

.select-options li,
.select-options li span {
    position: relative;
    margin: 0;
    padding: 12px 0;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #747474;
    border-top: none;
}

.no-touchevents .select-options li:hover,
.no-touchevents .select-options li span:hover {
    background-color: #e6e6e6;
}

.select-options li[rel='hide'],
.select-options li span[rel='hide'] {
    display: none;
}

.select-options li:first-of-type,
.select-options li span:first-of-type {
    border-top: 1px solid #747474;
}

.wpml-ls-legacy-dropdown {
    position: relative;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    color: #747474;
    border: none;
    background-color: transparent;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    position: absolute;
    top: 3px;
    right: 14px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: none;
    border-right: 1px solid #747474;
    border-bottom: 1px solid #747474;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    display: none;
    width: 100%;
    border-top: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border: 1px solid #cdcdcd;
    background-color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus {
    background-color: #fff;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #444;
    background-color: transparent;
}

*,
:after,
:before {
    box-sizing: border-box;
}

:active,
:focus,
:hover {
    outline: 0;
}

html,
body {
    font-size: 10px;
    line-height: 1.4em;
    height: 100%;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
}

.js-html_no-scroll {
    overflow-y: hidden;
}

.js-html_no-scroll body {
    overflow-y: hidden;
}

body {
    font-family: 'FuturaBook', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.6rem;
    min-width: 320px;
    color: #747474;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    color: #1a3e8d;
}

.no-touchevents a:hover {
    text-decoration: none;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'FuturaBold';
    font-weight: normal;
    margin: 0;
    color: #1a3e8d;
}

.h2 {
    font-size: 4rem;
    line-height: 4.5rem;
}

.h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
}

p {
    margin: 15px 0;
}

.p {
    margin: 0;
    color: #303030;
}

p:empty {
    display: none;
}

.link-sh {
    font-size: 1.8rem;
    line-height: 1.4;
    display: inline-block;
    text-decoration: underline;
}

.search-item .search-item__info .link-sh {
    font-size: 1.8rem;
    line-height: 1.4;
    text-decoration: underline;
}

.link-sh--show {
    margin-top: 15px;
}

.link-sh--hide {
    display: none;
    margin-bottom: 40px;
}

li > .link-sh--hide {
    margin-left: 104px;
}

li ul li > .link-sh--hide {
    margin-left: 208px;
}

li ul li ul li > .link-sh--hide {
    margin-left: 312px;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

.text-up {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

strong,
b {
    font-family: 'FuturaBold';
}

i {
    font-style: italic;
}

.svg-store {
    display: none;
    overflow: hidden;
    height: 0;
}

.layout {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

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

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-default {
    padding-top: 10px;
    padding-bottom: 100px;
}

.r-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-row .r-column {
    margin-right: 20px;
    margin-left: 20px;
}

.r-row.r-row_s-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.r-row.r-row_f-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.r-row .r-column {
    width: calc(100% / 1 - 40px);
}

.r-row .r-column-2 {
    width: calc(100% / 2 - 40px);
}

.r-row .r-column-3 {
    width: calc(100% / 3 - 40px);
}

.r-row .r-column-4 {
    width: calc(100% / 4 - 40px);
}

.r-row .r-column-3_4 {
    width: calc(100% / 4 * 3 - 40px);
}

.r-row .r-column-5 {
    width: calc(100% / 5 - 40px);
}

.r-row .r-column-4_5 {
    width: calc(100% / 5 * 4 - 40px);
}

.r-row .r-column-5_12 {
    width: calc(100% / 12 * 5 - 40px);
}

.r-row .r-column-7_12 {
    width: calc(100% / 12 * 7 - 40px);
}

.r-row .r-column-9 {
    width: calc(100% / 3 * 2 - 40px);
}

.page-title {
    margin-bottom: 55px;
}

.page-title .h1 {
    font-size: 5rem;
    line-height: 4.5rem;
}

.page-title .date {
    display: inline-block;
    margin-top: 10px;
}

.page-title + .image-wrapper {
    margin-bottom: 55px;
}

.section-title {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 30px;
}

.page-intro {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 45px;
}

.bg-color-1 {
    background-color: #f9f9f9;
}

.bg-color-2 {
    background-color: #f4f5f7;
}

.bg-color-white {
    background-color: #fff;
}

.margin-top {
    margin-top: 133px;
}

.image-wrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

.text-underline {
    text-decoration: underline;
}

.text-linethrough {
    position: relative;
}

.text-linethrough:after {
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #d2d2d2;
}

.materials {
    margin: -30px 0 0 -30px;
}

.materials__item {
    display: inline-block;
}

.material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.material:hover .material__link {
    text-decoration: none;
}

.material__icon {
    width: 45px;
    min-width: 45px;
    margin-right: 25px;
}

.material__link {
    text-decoration: underline;
}

.section-intro {
    padding-top: 210px;
    padding-bottom: 100px;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.section-map .section-title,
.section-category .section-title {
    text-transform: uppercase;
}

.news .news__header {
    margin-bottom: 30px;
    padding-top: 25px;
}

.news .news__header .h1 {
    font-size: 4rem;
    line-height: 4.4rem;
    text-transform: uppercase;
}

.news .news__footer .link-primary {
    font-size: 2.1rem;
    line-height: 2.4rem;
}

.intro {
    padding-left: 40px;
}

.intro .wp-content {
    margin-bottom: 65px;
}

.intro .wp-content h1,
.intro .wp-content h2,
.intro .wp-content h3,
.intro .wp-content h4,
.intro .wp-content h5,
.intro .wp-content h6 {
    font-size: 5rem;
    line-height: 4.5rem;
    margin: 0 0 65px;
    text-transform: none;
}

.intro .wp-content p {
    font-size: 2.4rem;
    line-height: 3rem;
}

.intro .intro__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro .intro__footer .btn-default {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-right: 20px;
    margin-left: 20px;
    padding: 24px 58px 20px 34px;
    border-radius: 5px;
}

.intro .intro__footer .btn-arrow:after {
    right: 30px;
}

.section-map .row {
    position: relative;
}

.section-map .column-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
}

.map-menu ul {
    margin-bottom: 60px;
    padding-top: 80px;
}

.map-menu ul li {
    margin-bottom: 15px;
}

.map-menu ul li a {
    font-size: 2.8rem;
    line-height: 3.3rem;
    position: relative;
    z-index: 10;
    text-decoration: underline;
    color: #7e7e7e;
}

.category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.category-item .category-item__text .h3 {
    font-family: 'FuturaBook', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    text-decoration: underline;
    color: #303030;
}

.category-item .category-item__text .p {
    font-size: 2rem;
    line-height: 2.2rem;
}

.category-item .category-item__img,
.category-item:before {
    display: block;
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    margin-right: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.category-item:before {
    display: none;
}

.no-touchevents .category-item:hover .category-item__text .h3 {
    text-decoration: none;
    color: #000;
}

.no-touchevents .category-item:hover .category-item__text .p {
    color: #000;
}

.category-item_archive:before {
    background-image: url('../images/icons/archive.svg');
}

.category-item_binoculars:before {
    background-image: url('../images/icons/binoculars.svg');
}

.category-item_database:before {
    background-image: url('../images/icons/database.svg');
}

.category-item_diploma:before {
    background-image: url('../images/icons/diploma.svg');
}

.category-item_folder:before {
    background-image: url('../images/icons/folder.svg');
}

.category-item_hat:before {
    background-image: url('../images/icons/hat.svg');
}

.category-item_law:before {
    background-image: url('../images/icons/law.svg');
}

.category-item_loop:before {
    background-image: url('../images/icons/loop.svg');
}

.category-item_quotes:before {
    background-image: url('../images/icons/quotes.svg');
}

.category-item_report:before {
    background-image: url('../images/icons/report.svg');
}

.category-item_stop:before {
    background-image: url('../images/icons/stop.svg');
}

.category-item_video:before {
    background-image: url('../images/icons/video.svg');
}

.pager {
    font-size: 0;
    line-height: 0;
}

.pager li {
    display: inline-block;
    margin-bottom: 8px;
}

.pager li a {
    font-size: 2.2rem;
    line-height: 2.6rem;
    display: block;
    padding: 6px 12px 2px 12px;
}

.no-touchevents .pager li:hover a {
    color: #fff;
    background-color: #1a3e8d;
}

.pager li.current-list-item + li:last-child a {
    cursor: default;
}

.pager li.current-list-item a {
    cursor: default;
    color: #fff;
    background-color: #1a3e8d;
}

.extra {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.extra .section-title {
    margin-bottom: 40px;
    text-align: left;
}

.extra .extra__container {
    margin-right: -40px;
    margin-left: -40px;
}

.extra .extra__container .r-column {
    margin-right: 40px;
    margin-left: 40px;
}

.extra .extra__container .r-column-4 {
    width: calc(100% / 4 - 80px);
}

.extra-item .image-wrapper {
    margin-bottom: 35px;
}

.extra-item .extra-item__text {
    font-family: 'FuturaBold';
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #747474;
}

.no-touchevents .extra-item:hover .extra-item__text {
    color: #000;
}

.partners-item {
    margin-bottom: 40px;
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    border: 2px solid #e1e1e1;
}

.partners-item .partners-item__image {
    padding-top: 100%;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.no-touchevents .partners-item:hover {
    border: 2px solid #000;
}

.list-default li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    color: #747474;
}

.list-default li a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-default li strong,
.list-default li span {
    display: inline-block;
    vertical-align: top;
}

.list-default li strong {
    min-width: 165px;
    color: #747474;
}

.list-default li ul {
    margin-top: 2px;
}

.list-default li ul li {
    margin-bottom: 3px;
}

.list-default_icons li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 80px;
}

.list-default_icons li .svg-icon {
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 50px;
}

.list-default_book li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-default_book li strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #1a3e8d;
}

.list-default_links {
    margin-top: 45px;
    padding-top: 20px;
    text-align: center;
}

.list-default_links li {
    position: relative;
    display: inline-block;
}

.list-default_links li:first-of-type {
    margin-right: 30px;
}

.list-default_links li:first-of-type a {
    padding-left: 60px;
}

.list-default_links li:first-of-type .svg-icon {
    left: 0;
}

.list-default_links li:last-of-type a {
    padding-right: 60px;
}

.list-default_links li:last-of-type .svg-icon {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-default_links li .svg-icon {
    position: absolute;
    top: -10px;
    width: 40px;
    height: 40px;
}

.list-default_links li .svg-icon svg {
    width: 100%;
    height: 100%;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #1a3e8d;
}

.list-default_links li a {
    font-family: 'FuturaMedium';
    font-size: 3.4rem;
    display: inline-block;
    color: #747474;
}

.no-touchevents .list-default_links li a:hover .svg-icon svg {
    fill: #000;
}

.description {
    margin-bottom: 70px;
}

.description .list-default {
    margin-bottom: 40px;
}

.description .section-title {
    margin-bottom: 15px;
}

.description .section-title + .list-default {
    margin-top: 65px;
}

.description .logo-wrapper {
    max-width: 80%;
    margin-bottom: 60px;
}

.text-right + .section-title {
    margin-top: 40px;
}

.section-404 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.page-error {
    text-align: center;
}

.page-error .page-error__title {
    font-family: 'FuturaBold';
    font-size: 8rem;
    line-height: 8rem;
    margin-bottom: 30px;
    color: #1a3e8d;
}

.catalog .filter {
    width: 225px;
    padding-top: 35px;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5;
}

.catalog .catalog__entry {
    position: relative;
    min-height: 550px;
    padding-top: 7%;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
}

.catalog .catalog__entry .r-column {
    padding-right: 50px;
}

.catalog .catalog__entry .p {
    margin-bottom: 40px;
}

.catalog .catalog__entry:after {
    position: absolute;
    top: 0;
    right: -5px;
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

.catalog .catalog__entry:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
}

.catalog .catalog__entry > * {
    position: relative;
}

.region-map-africa .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/africa.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/africa.png');
}

.region-map-asia .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/asia.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/asia.png');
}

.region-map-china .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/china.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/china.png');
}

.region-map-latin-america .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/latin-america.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/latin-america.png');
}

.region-map-middle-east .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/middle-east.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/middle-east.png');
}

.region-map-russia .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/russia.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/russia.png');
}

.region-map-usa-europe .catalog__entry {
    background-image: -webkit-linear-gradient(left, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/usa-europe.png');
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0)), url('../images/maps/usa-europe.png');
}

.catalog_filter .catalog__container {
    width: 80%;
}

.catalog_filter .catalog__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e5e5e5;
}

.catalog_full .catalog-item .catalog-item__image {
    width: 50%;
    margin-right: 0;
    padding: 20px 10%;
}

.catalog_full .catalog-item .catalog-item__description {
    width: 50%;
}

.filter {
    position: relative;
}

.filter .btn-default {
    font-size: 2.2rem;
    line-height: 2.6rem;
    width: 100%;
    margin-bottom: 20px;
    padding: 22px 30px;
    border-radius: 0;
}

.filter .link-primary {
    font-family: 'FuturaBold';
    font-size: 2rem;
    line-height: 2.4rem;
    width: 100%;
    color: #1a3e8d;
}

.filter .filter__header {
    font-family: 'FuturaBold';
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: #747474;
}

.filter .filter__container {
    margin-top: 20px;
}

.filter .filter__controls {
    margin-top: 60px;
}

.filter .filter__list li {
    margin-bottom: 10px;
}

.filter:after {
    position: absolute;
    z-index: -50;
    top: 100%;
    right: -1px;
    display: block;
    width: 1px;
    height: 50%;
    content: '';
    background-color: #e5e5e5;
}

.contacts .section-title {
    margin-bottom: 20px;
    text-transform: none;
}

.contacts form {
    max-width: 400px;
}

.contacts .contacts__form {
    padding-left: 75px;
}

.contacts .contacts__list .h3 {
    margin-bottom: 12px;
    color: #747474;
}

.contacts .contacts__list .ul li {
    margin-bottom: 5px;
}

.contacts .contacts__list .ul li a {
    white-space: nowrap;
}

.books-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.books-container .book-item {
    width: calc(100% / 5 - 60px);
    margin-right: 30px;
    margin-left: 30px;
}

.filter-block {
    display: block;
    width: 100%;
    padding-bottom: 40px;
}

.filter-block__one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-block__one .filter-block__name {
    display: block;
    padding-right: 20px;
    white-space: nowrap;
    color: #1a3e8d;
}

.filter-block__one .filter-block__item {
    display: block;
    width: 280px;
}

.filter-block--colored .select-styled {
    padding-top: 15px;
    padding-left: 20px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    color: #fff;
    background-color: #1a3e8d;
}

.filter-block--colored .select-styled:before {
    border-color: #fff;
}

.no-touchevents .filter-block--colored .select-styled:hover {
    background-color: #183880;
}

.search-result ul > li ul .search-item {
    padding-left: 104px;
}

.search-result ul > li ul ul li .search-item {
    padding-left: 208px;
}

.search-result ul > li ul ul li ul li .search-item {
    padding-left: 312px;
}

.search-result ul > li ul ul li ul li ul li .search-item {
    padding-left: 416px;
}

.search-result ul > li ul ul li ul li ul li ul li .search-item {
    padding-left: 520px;
}

.search-result__more-result__wrap {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding-left: 104px;
    text-align: center;
}

.search-result__more-result__wrap:before {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: translate(0, 14px);
    -ms-transform: translate(0, 14px);
    transform: translate(0, 14px);
    background: #d2d2d2;
}

.search-result__more-result__wrap .search-result__more-result {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    background: #fff;
}

.search-result__more-result__wrap.loading:before {
    display: none;
}

.search-result__more-result__wrap.loading .search-result__more-result {
    display: none;
}

.search-result__more-result__wrap.loading .loader-wrapper {
    display: block;
}

.ajax-container {
    display: none;
    width: 100%;
}

.search-tag {
    padding: 3px;
    color: #fff;
    background-color: #747474;
}

.search-result .items__more {
    padding-top: 50px;
    padding-bottom: 50px;
}

.search-result ul ul ul {
    max-width: calc(100% - 220px);
}

.search-result ul ul ul ul {
    max-width: 100%;
}

.search-item {
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-item .search-item__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.search-item .search-item__column {
    margin-right: 10px;
    margin-left: 10px;
}

.search-item .search-item__info {
    font-family: 'FuturaBook';
    width: 100%;
}

.search-item .search-item__info p {
    margin: 0;
}

.search-item .search-item__info a {
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.search-item .search-item__access {
    width: 200px;
    min-width: 200px;
}

.search-item .search-item__price {
    font-size: 2.6rem;
    line-height: 3rem;
    color: #1a3e8d;
}

.search-item .search-item__list li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.search-item .search-item__list li > div {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 10px;
}

.search-item .search-item__list li:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #1a3e8d;
}

.search-item .breadcrumb {
    margin-bottom: 10px;
}

.search-item .breadcrumb li {
    font-size: 1.7rem;
    line-height: 1.6rem;
    padding: 5px 20px;
    padding-left: 0;
}

.search-item .breadcrumb li:after {
    top: -5px;
}

.search-item .breadcrumb li a {
    font-size: 1.7rem;
    line-height: 1.6rem;
}

.search-item .image-wrapper {
    width: 84px;
    min-width: 84px;
    margin-top: 5px;
}

.wp-content {
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #747474;
}

.wp-content .alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content .aligncenter,
.wp-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.wp-content .alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.wp-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.wp-content a img.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-content a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-content .wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.wp-content .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-content .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-content .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-content h1 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin-top: 60px;
    margin-bottom: 15px;
    color: #1a3e8d;
}

.wp-content h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #1a3e8d;
}

.wp-content h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-top: 60px;
    margin-bottom: 15px;
    color: #747474;
}

.wp-content h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 30px;
    color: #747474;
}

.wp-content h5 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 30px;
    color: #747474;
}

.wp-content h6 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 30px;
    color: #747474;
}

.wp-content h1:first-child,
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
.wp-content h6:first-child {
    margin-top: 0;
}

.wp-content p {
    margin-top: 0;
    margin-bottom: 15px;
}

.wp-content strong {
    font-weight: bold;
}

.wp-content i {
    font-style: italic;
}

.wp-content ul {
    margin: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.wp-content ul li {
    display: block;
    margin-bottom: 2px;
}

.wp-content ol {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 22px;
}

.wp-content ol li {
    margin-bottom: 2px;
}

.wp-content ul li {
    position: relative;
    padding-left: 20px;
}

.wp-content ul li:before {
    position: absolute;
    top: 8px;
    left: 4px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background-color: #747474;
}

.wp-content a {
    text-decoration: underline;
}

.wp-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline;
    max-width: 100%;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (min-width: 650px) {
    .materials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .materials__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
    }
}

@media screen and (min-width: 768px) {
    .catalog .catalog__entry:before {
        content: none;
    }

    .catalog .catalog__entry > * {
        position: static;
    }

    .filter__container {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .layout-header {
        position: fixed;
        z-index: 1000;
    }

    .layout-header.layout-header_search--open .navigation .main-menu {
        width: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
    }

    .layout-header.layout-header_search--open .navigation .main-menu > ul > li > a {
        width: 0;
    }

    .layout-header.layout-header_search--open .navigation .panel {
        width: 100%;
        max-width: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    .materials__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.333%;
        -ms-flex: 0 33.333%;
        flex: 0 33.333%;
    }

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

@media screen and (max-width: 1249px) {
    .layout-header .logo {
        max-width: 180px;
        margin-right: 25px;
    }

    .layout-header .panel {
        max-width: 220px;
    }

    .layout-header .search-form .search-form__input {
        font-size: 1.8rem;
    }

    .main-menu ul li a {
        font-size: 1.4rem;
    }

    .intro .intro__footer .btn-default {
        padding: 20px 54px 16px 24px;
    }

    .intro .intro__footer .btn-arrow:after {
        right: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .layout-header .navigation {
        position: absolute;
        z-index: 500;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        flex-direction: column;
        height: calc(100vh - 81px);
        margin-right: 0;
        margin-left: 0;
        padding-top: 100px;
        padding-right: 20px;
        padding-bottom: 100px;
        padding-left: 20px;
        background: #1a3e8d;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .layout-header .logo {
        width: 100px;
    }

    .layout-header .burger-wrapper {
        display: block;
    }

    .layout-header .panel {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .layout-header .main-menu {
        min-height: 370px;
        margin-right: 0;
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .layout-header .main-menu li a {
        padding-right: 0;
        padding-left: 0;
    }

    .layout-header .select-wrapper_languages .select-options {
        min-width: 100px;
        color: #fff;
    }

    .layout-header .select-wrapper_languages .select-options li,
    .layout-header .select-wrapper_languages .select-options li span {
        border-color: #fff;
        background-color: #1a3e8d;
    }

    .layout-header .select-wrapper_languages .select-options li:first-of-type,
    .layout-header .select-wrapper_languages .select-options li span:first-of-type {
        border-top: 1px solid #fff;
    }

    .layout-header .search-form {
        margin-right: 0;
        margin-bottom: 50px;
        color: #fff;
    }

    .layout-header .search-form .search-form__input {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .layout-header .search-form .search-form__input::-webkit-input-placeholder {
        color: #fff;
    }

    .layout-header .search-form .search-form__input:-ms-input-placeholder {
        color: #fff;
    }

    .layout-header .search-form .search-form__input::placeholder {
        color: #fff;
    }

    .layout-header .search-form .search-form__input + .search-form__submit {
        z-index: 10;
    }

    .layout-header .search-form .search-form__input + .search-form__submit .svg-icon svg {
        fill: #fff;
    }

    .layout-header .select-wrapper_languages .js-wpml-ls-item-toggle {
        color: #fff;
    }

    .layout-header .select-wrapper_languages .js-wpml-ls-item-toggle .wpml-ls-native {
        color: #fff;
    }

    .layout-header .select-wrapper_languages .js-wpml-ls-item-toggle:after {
        top: 4px;
        right: 20px;
        border-color: #fff;
    }

    .footer-menu > li {
        margin-bottom: 25px;
    }

    .footer-menu > li > a:first-child {
        margin-bottom: 25px;
    }

    .footer-menu > li > a:last-child {
        margin-bottom: 0;
    }

    .link-primary {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .select-wrapper_languages .select-styled {
        font-family: 'FuturaBook';
        color: #fff;
    }

    .select-wrapper_languages .select-styled:before {
        border-color: #fff;
    }

    .select-wrapper_languages .select-options {
        background-color: transparent;
    }

    .main-menu ul {
        display: block;
    }

    .main-menu ul li.current-menu-item a {
        color: #fff;
    }

    .main-menu ul li {
        margin-bottom: 20px;
        text-align: left;
    }

    .main-menu ul li a {
        font-size: 3rem;
        line-height: 3.4rem;
        display: inline-block;
        color: #fff;
    }

    .news-item .news-item__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin: 0;
    }

    .news-item .news-item__text {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .scrollTop-wrapper {
        width: 40px;
        height: 40px;
    }

    .scrollTop-wrapper .scrollTop:before {
        width: 4px;
        margin-left: -2px;
    }

    .scrollTop-wrapper .scrollTop:after {
        width: 16px;
        height: 16px;
        margin-left: -8px;
        border-top: 3px solid #fff;
        border-left: 3px solid #fff;
    }

    .r-row .r-column-md-2 {
        width: calc(100% / 2 - 40px);
    }

    .r-row .r-column-md-3 {
        width: calc(100% / 3 - 40px);
    }

    .search-result ul > li ul .search-item {
        padding-left: 0;
    }

    .search-result ul > li ul ul li .search-item {
        padding-left: 0;
    }

    .search-result ul > li ul ul li ul li .search-item {
        padding-left: 0;
    }

    .search-result ul > li ul ul li ul li ul li .search-item {
        padding-left: 0;
    }

    .search-result ul > li ul ul li ul li ul li ul li .search-item {
        padding-left: 0;
    }

    .search-result__more-result__wrap {
        height: 50px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .search-result__more-result__wrap:before {
        display: none;
    }

    .search-result ul ul ul {
        max-width: 100%;
    }

    .search-result > ul > li {
        position: relative;
    }

    .search-result > ul > li:after {
        position: absolute;
        bottom: 0;
        left: -50%;
        display: block;
        width: 200%;
        height: 1px;
        content: '';
        background-color: #d2d2d2;
    }

    .search-result > ul > li:last-of-type:after {
        content: none;
    }

    .search-result ul > li ul ul li ul li .search-item {
        padding-left: 104px;
    }

    .search-item .search-item__access {
        width: 160px;
        min-width: 160px;
    }

    .search-item .search-item__price {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .section-default.margin-top {
        margin-top: 0;
    }

    .regionTextTitle {
        display: block;
    }

    .section-intro {
        padding-top: 150px;
    }

    .news .news__header {
        margin-bottom: 20px;
        padding-top: 0;
    }

    .news .news__header .h1 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    .news .news-item:nth-of-type(3) {
        display: none;
    }

    .intro {
        padding-left: 0;
    }

    .intro .wp-content {
        margin-bottom: 35px;
    }

    .intro .wp-content h1,
    .intro .wp-content h2,
    .intro .wp-content h3,
    .intro .wp-content h4,
    .intro .wp-content h5,
    .intro .wp-content h6 {
        font-size: 3.6rem;
        line-height: 3.8rem;
        margin: 0 0 35px;
        text-transform: none;
    }

    .intro .wp-content p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .intro .intro__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .intro .intro__footer .btn-default {
        font-size: 1.4rem;
        width: 100%;
        margin-right: 10px;
        margin-left: 10px;
        padding: 14px 26px 10px 10px;
    }

    .intro .intro__footer .btn-arrow:after {
        right: 15px;
    }

    .section-map .column-absolute {
        left: 150px;
    }

    .map-menu ul {
        margin-bottom: 30px;
        padding-top: 40px;
    }

    .map-menu ul li {
        margin-bottom: 10px;
    }

    .map-menu ul li a {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .pager li a {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 4px 9px 0 9px;
    }

    .catalog .catalog-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog .catalog-item .catalog-item__image,
    .catalog .catalog-item .catalog-item__description {
        width: 100%;
    }

    .catalog .catalog-item .catalog-item__image {
        margin-bottom: 40px;
    }

    .catalog_full .catalog-item .btn-default {
        width: 100%;
    }

    .extra .extra__container .r-column-4 {
        width: calc(100% / 3 - 80px);
    }

    .extra .extra__container .r-column-4:last-child {
        display: none;
    }

    .catalog_full .catalog-item {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .catalog_full .catalog-item .catalog-item__image {
        padding: 20px 5%;
    }

    .books-container {
        margin-right: -20px;
        margin-left: -20px;
    }

    .books-container .book-item {
        width: calc(100% / 4 - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .list-default_library li {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .list-default_links {
        margin-top: 20px;
    }

    .list-default_links li a {
        font-size: 2.6rem;
    }

    .list-default_icons li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-default_icons li span {
        display: block;
        width: 100%;
    }

    .section-404 {
        padding-top: 50px;
        padding-bottom: 150px;
    }
}

@media (max-width: 1023px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .margin-top {
        margin-top: 81px;
    }

    .page-title .h1 {
        font-size: 3.6rem;
        line-height: 4rem;
    }

    .section-title {
        font-size: 3rem;
        line-height: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .layout-footer .footer-menu_floated.r-column {
        margin-bottom: 0;
    }

    .layout-footer .footer-menu_floated.r-column > li {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .layout-footer .footer-menu_floated.r-column > li > a:first-child {
        margin-bottom: 10px;
    }

    .layout-footer .footer-menu_floated.r-column > li:nth-of-type(2n) {
        float: left;
    }

    .btn-content {
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 15px 20px;
    }

    .form-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .input + .error {
        display: none !important;
    }

    .inputHoverText {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .form-column_effect.form-column_effect-active .inputHoverText {
        font-size: 1.6rem;
        line-height: 1.8rem;
        top: -13px;
    }

    .form-container,
    .form-container_request {
        padding-bottom: 0;
    }

    .form-container .request-form__message,
    .form-container_request .request-form__message {
        margin-bottom: 25px;
    }

    .form-container .request-form__message .p,
    .form-container_request .request-form__message .p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .form-container form > .r-row > .r-column + .r-column,
    .form-container_request form > .r-row > .r-column + .r-column {
        margin-top: 30px;
    }

    .form-container form > .r-row > .r-column + .r-row,
    .form-container_request form > .r-row > .r-column + .r-row {
        margin-top: 30px;
    }

    .form-container form > .r-row:last-child,
    .form-container_request form > .r-row:last-child {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .form-row_checkbox.r-row {
        margin-bottom: 0;
    }

    .form-row_checkbox.r-row > .r-column {
        margin-bottom: 0;
    }

    .inputHoverText {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .form-container form > .r-row > .r-column {
        margin-bottom: 0;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .breadcrumb ol > li {
        padding: 5px 20px;
        padding-left: 0;
    }

    .breadcrumb ol > li:after {
        top: -5px;
    }

    .main-menu ul li {
        margin-bottom: 10px;
    }

    .main-menu ul li a {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .news-item_full {
        margin-right: 0;
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-item_full .news-item__image-wrapper,
    .news-item_full .news-item__info {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .news-item_full .news-item__image-wrapper {
        max-width: 60%;
        margin-bottom: 20px;
    }

    .news-item_full.news-item_search {
        margin-bottom: 60px;
    }

    .news-item_full.news-item_search .news-item__image-wrapper {
        width: 50%;
    }

    .expand_filter[data-expand-active='true'] .expand__title:after {
        top: 20px;
    }

    .expand_filter .expand__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 10px;
        background-color: #fff;
    }

    .expand_filter .expand__title:after {
        top: 15px;
    }

    .expand_filter .expand__container {
        padding: 10px;
    }

    .expand_collection[data-expand-active='true'] .expand__title:after {
        top: 5px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid #1a3e8d;
    }

    .expand_collection .expand__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 10px 45px 10px 30px;
        background-color: #fff;
    }

    .expand_collection .expand__title:after {
        top: 17px;
        width: 0;
        height: 0;
        -webkit-transition: top .2s ease;
        transition: top .2s ease;
        border-top: 10px solid #1a3e8d;
        border-right: 12px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid transparent;
        border-radius: 3px;
    }

    .book-item .book-item__image-wrapper {
        margin-bottom: 10px;
    }

    .book-item .list-default li {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .book-item .list-default li strong {
        font-size: 1.6rem;
        line-height: 1.8rem;
        min-width: 50%;
    }

    .tabs .tabs__head-border:after {
        bottom: -2px;
        height: 3px;
    }

    .tabs .tabs__head-border .tabs__list li .btn {
        border-bottom: none;
    }

    .tabs .tabs__list {
        margin-right: -22px;
        margin-left: -22px;
    }

    .tabs .tabs__list li {
        margin-right: 0;
        margin-bottom: -2px;
    }

    .tabs .tabs__list li .btn {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-left: -3px;
        padding: 10px;
        border: 2px solid #f4f5f7;
    }

    .tabs .tabs__body {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tabs .tabs__body .expand_collection .expand__container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .scrollTop-wrapper {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px;
    }

    .scrollTop-wrapper .scrollTop:before {
        width: 2px;
        margin-left: -1px;
    }

    .scrollTop-wrapper .scrollTop:after {
        width: 12px;
        height: 12px;
        margin-left: -6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .checkbox_blue label {
        font-size: 18px;
        line-height: 22px;
        padding-left: 40px;
    }

    .checkbox_blue label:before {
        top: -4px;
        left: 0;
        width: 26px;
        height: 26px;
    }

    .checkbox_blue label:after {
        top: -1px;
        left: 10px;
        width: 8px;
        height: 16px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .r-row {
        margin-right: 0;
        margin-left: 0;
    }

    .r-row .r-column {
        margin-right: 0;
        margin-left: 0;
    }

    .r-row .r-column {
        width: 100%;
        margin-bottom: 30px;
    }

    .r-row.r-row.r-row_r-xs {
        margin-right: -20px;
        margin-left: -20px;
    }

    .r-row.r-row.r-row_r-xs .r-column {
        margin-right: 20px;
        margin-left: 20px;
    }

    .r-row .r-column-xs-2 {
        width: calc(100% / 2 - 40px);
    }

    .filter-block__one {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter-block__one .filter-block__item {
        width: auto;
        min-width: 200px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .search-result ul ul ul ul .search-item__info {
        width: 100%;
    }

    .search-item .search-item__access {
        width: 260px;
        min-width: 0;
    }

    .search-item .search-item__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-item .search-item__info {
        width: calc(100% - 124px);
        margin-bottom: 10px;
    }

    .search-item .search-item__access {
        margin-left: 114px;
    }

    .wp-content {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .wp-content h1 {
        font-size: 3rem;
        line-height: 3.4rem;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #1a3e8d;
    }

    .wp-content h2 {
        font-size: 2.6rem;
        line-height: 3rem;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #1a3e8d;
    }

    .wp-content h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #747474;
    }

    .wp-content h4 {
        font-size: 1.6rem;
        line-height: 2rem;
        color: #747474;
    }

    .wp-content h5 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #747474;
    }

    .wp-content h6 {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #747474;
    }

    .wp-content p {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .section-intro .r-row {
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .intro .intro__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .intro .intro__footer .btn-default {
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-map .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .section-map .row .column-absolute {
        position: static;
    }

    .section-map .row .column-absolute .world-map {
        position: static;
    }

    .category-item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .category-item .category-item__text .h3 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .category-item .category-item__text .p {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .category-item .category-item__img,
    .category-item:before {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        margin-right: 30.76923px;
        content: '';
    }

    .catalog_full .catalog-item .btn-default {
        width: auto;
    }

    .catalog .filter,
    .catalog .catalog__container {
        width: 100%;
    }

    .catalog .catalog__body {
        border-top: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog .filter {
        padding-top: 10px;
        padding-right: 10px;
        border-right: none;
        background-color: #e5e5e5;
    }

    .filter {
        padding: 10px;
    }

    .filter .filter__header {
        font-size: 2.2rem;
        line-height: 2.6rem;
        text-align: center;
        color: #1a3e8d;
    }

    .filter .filter__container {
        display: none;
        margin-top: 10px;
    }

    .filter .filter__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .filter .btn-default,
    .filter .link-primary {
        font-size: 1.8rem;
        line-height: 2.2rem;
        width: 50%;
        margin-bottom: 0;
        padding: 15px 10px;
    }

    .filter .filter__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -10px;
        margin-left: -10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter .filter__list li {
        display: inline-block;
        width: calc(100% / 2 - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .filter:after {
        content: none;
    }

    .checkbox label:before {
        background-color: #fff;
    }

    .catalog-item {
        padding: 40px 0;
        border-bottom: none;
    }

    .catalog-item .catalog-item__image {
        margin-right: 0;
    }

    .catalog-item .catalog-item__image img {
        max-width: 60%;
    }

    .catalog-item .catalog-item__description {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog-item .catalog-item__description .btn-default {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 14px 16px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .catalog-item .catalog-item__title {
        font-size: 3rem;
        line-height: 3.6rem;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .catalog-item .catalog-item__tags {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .catalog-item .catalog-item__tags li {
        width: 34px;
        height: 34px;
        margin-right: 5px;
        padding: 6px;
        border-radius: 50%;
        background-color: #1a3e8d;
    }

    .catalog-item .catalog-item__tags .tag-key .svg-icon {
        background-image: url('../images/icons/key-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-clocks .svg-icon {
        background-image: url('../images/icons/clocks-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-free .svg-icon {
        background-image: url('../images/icons/free-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-cart .svg-icon {
        background-image: url('../images/icons/cart-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-remote .svg-icon {
        background-image: url('../images/icons/remote-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-archives2 .svg-icon {
        background-image: url('../images/icons/archives2-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-free-trial .svg-icon {
        background-image: url('../images/icons/free-trial-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-login-pass .svg-icon {
        background-image: url('../images/icons/login-pass-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-open-access .svg-icon {
        background-image: url('../images/icons/open-access-white.svg');
    }

    .catalog-item .catalog-item__tags .tag-users .svg-icon {
        background-image: url('../images/icons/users-white.svg');
    }

    .catalog-item .catalog-item__text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .contacts .contacts__form {
        padding-left: 0;
    }

    .extra .extra__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .extra .extra__container .r-column-4 {
        width: calc(100% / 2 - 80px);
        margin-bottom: 60px;
    }

    .extra .extra__container .r-column-4:last-child {
        display: block;
    }

    .partners .partners__container {
        margin-right: -20px;
        margin-left: -20px;
    }

    .partners .partners__container .r-column {
        margin-right: 20px;
        margin-left: 20px;
    }

    .partners .partners__container .r-column {
        width: calc(100% / 2 - 40px);
    }

    .cooperation .form-row .form-column:nth-of-type(n+3) {
        margin-bottom: 35px;
    }

    .catalog .catalog__entry {
        min-height: 0;
    }

    .catalog .catalog__entry .r-column {
        padding-right: 0;
    }

    .catalog_full .catalog-item {
        border-bottom: 1px solid #ccc;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog_full .catalog-item .catalog-item__image {
        padding: 20px 0;
    }

    .form-container_cooperation .form-row .form-column:nth-of-type(n+3) {
        margin-bottom: 35px;
    }

    .region-map-africa .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/africa.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/africa.png');
    }

    .region-map-asia .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/asia.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/asia.png');
    }

    .region-map-china .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/china.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/china.png');
    }

    .region-map-latin-america .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/latin-america.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/latin-america.png');
    }

    .region-map-middle-east .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/middle-east.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/middle-east.png');
    }

    .region-map-russia .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/russia.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/russia.png');
    }

    .region-map-usa-europe .catalog__entry {
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/usa-europe.png');
        background-image: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/maps/usa-europe.png');
    }

    .books-container {
        margin-right: -20px;
        margin-left: -20px;
    }

    .books-container .book-item {
        width: calc(100% / 3 - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .list-default li strong {
        min-width: 100px;
    }

    .list-default_icons li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 46px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-default_icons li .svg-icon {
        position: absolute;
        top: -5px;
        left: 0;
        width: 30px;
        height: 30px;
    }

    .list-default_icons li strong {
        width: 100%;
    }

    .list-default_links {
        margin-top: 10px;
    }

    .list-default_links li:first-of-type {
        margin-right: 20px;
    }

    .list-default_links li:first-of-type a {
        padding-left: 35px;
    }

    .list-default_links li:last-of-type a {
        padding-right: 35px;
    }

    .list-default_links li a {
        font-size: 2rem;
    }

    .list-default_links li a .svg-icon {
        top: -4px;
        width: 26px;
        height: 26px;
    }

    .description {
        margin-bottom: 20px;
    }

    .description .list-default {
        margin-bottom: 20px;
    }

    .description .section-title + .list-default {
        margin-top: 20px;
    }

    .disclaimer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-404 {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .page-error .page-error__title {
        font-size: 4rem;
        line-height: 4rem;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-title {
        margin-bottom: 20px;
    }

    .page-title .h1 {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    .section-title {
        font-size: 2.6rem;
        line-height: 3rem;
        margin-bottom: 20px;
    }

    .page-intro {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 484px) {
    .search-result ul > li ul ul li ul li .search-item {
        padding-left: 60px;
    }

    .search-item .search-item__info {
        width: calc(100% - 80px);
    }

    .search-item .image-wrapper {
        width: 40px;
        min-width: 40px;
        margin-top: 5px;
    }

    .search-item .search-item__access {
        margin-left: 70px;
    }

    .search-item .search-item__list li {
        padding-left: 16px;
    }

    .search-item .search-item__list li:before {
        top: 10px;
        left: 0;
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 429px) {
    .news-item_full .news-item__image-wrapper {
        max-width: 100%;
    }

    .r-row.r-row.r-row_r-xs {
        margin-right: 0;
        margin-left: 0;
    }

    .r-row.r-row.r-row_r-xs .r-column {
        margin-right: 0;
        margin-left: 0;
    }

    .r-row .r-column-xs-2 {
        width: 100%;
    }

    .filter .filter__list {
        margin-right: 0;
        margin-left: 0;
    }

    .filter .filter__list li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .extra .extra__container {
        margin-right: 0;
        margin-left: 0;
    }

    .extra .extra__container .r-column {
        margin-right: 0;
        margin-left: 0;
    }

    .extra .extra__container .r-column-4 {
        width: 100%;
    }

    .partners .partners__container {
        margin-right: 0;
        margin-left: 0;
    }

    .partners .partners__container .r-column {
        margin-right: 0;
        margin-left: 0;
    }

    .partners .partners__container .r-column {
        width: 100%;
    }

    .books-container {
        margin-right: -10px;
        margin-left: -10px;
    }

    .books-container .book-item {
        width: calc(100% / 2 - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }

    .catalog_full .catalog-item .btn-default {
        width: 100%;
    }
}

.form-column_effect {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.form-column_effect .input {
    background: transparent;
}

.inputHoverText {
    z-index: -1;
}

.form-container_contacts form {
    margin-top: 30px;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}

.layout .layout-body form.wpcf7-form.sent {
    max-width: 100%;
}

.layout-body form.wpcf7-form.sent .form-row{
    max-width: 400px;
}

.wpcf7-form.sent {
    position: relative;
}

.wpcf7-form.sent .form-row {
    display: none;
}

.screen-reader-response[role=alert] {
    display: none !important;
}

@media (max-width: 767px) {
    .layout-body div.wpcf7-mail-sent-ok {
        font-size: 2.6rem;
    }
}

.wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
}

.layout-body div.wpcf7-mail-sent-ok {
    border: none;
    padding: 20px 0px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 4rem;
    color: #1a3e8d;
}