﻿/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic");
.uppercase {
    text-transform: uppercase
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body,
.wrapper {
    height: 100%;
    width: 100%
}

.wrapper {
    background: url("../images/assets/header-bg.png") no-repeat;
    background-position: 0 0
}

.section {
    padding: 30px 0
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1200px
}

@media (max-width: 1230px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.container_relative {
    position: relative
}

.container_manual {
    display: block
}

.container__footer {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 550px) {
    .container__footer {
        flex-direction: column-reverse
    }
}

.container__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

@media (max-width: 650px) {
    .container__header {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

main {
    margin-top: 90px
}

@media (max-width: 768px) {
    main {
        margin-top: 50px
    }
}

.mb-30 {
    margin-bottom: 30px
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.b-right-ad__data {
    float: left;
    width: calc( 100% - 330px)
}

@media (max-width: 479px) {
	.b-right-ad__data {
		float: none;
		width: 100%;
	}
}

.b-right-ad__ad {
    float: left;
    width: 330px;
    padding-left: 30px;
    overflow: hidden
}

html {
    font-family: 'Open Sans', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin-bottom: 20px
}

.text__info {
    font-size: 24px;
    font-weight: 400;
    color: #3f3f3f
}

@media (max-width: 768px) {
    .text__info {
        font-size: 18px
    }
}

@media (max-width: 550px) {
    .text__info {
        font-size: 16px
    }
}

.text_bold {
    font-weight: 700
}

.text_semi-bold {
    font-weight: 600
}

.text_few-bold {
    font-weight: 500
}

.text_black {
    color: #191919
}

.text_gray {
    color: #838383
}

.text_red {
    color: #e93f2e
}

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

button {
    border: none;
    outline: none
}

button:focus,
button:active {
    border: none;
    outline: none
}

.btn {
    border-radius: 20px;
    padding: 10px 20px;
    transition: .2s;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex
}

.btn:focus:not(.btn_outline):not(.btn__icon) {
    border: none;
    outline: none
}

.btn_sm {
    padding: 8px
}

@media (max-width: 1024px) {
    .btn:not(.btn_sm):not(.btn_outline) {
        padding: 10px 16px
    }
}

@media (max-width: 850px) {
    .btn:not(.btn_sm):not(.btn_outline) {
        padding: 10px 12px
    }
}

@media (max-width: 768px) {
    .btn:not(.btn_sm):not(.btn_outline) {
        padding: 10px
    }
}

.btn_outline {
    transition: .2s;
    border: 1px solid #47d;
    color: #47d;
    padding: 0 30px;
    font-size: 15px;
    line-height: 1
}

.btn_outline:hover {
    filter: brightness(60%)
}

.btn_outline:active {
    filter: brightness(10%)
}

.btn__link {
    transition: .2s;
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
    display: inline-flex
}

.btn__link:hover {
    color: #e93f2e
}

.btn__default {
    background-color: #e3e3e3;
    color: #838383
}

.btn__default:hover,
.btn__default.btn__default-active {
    background-color: #e93f2e;
    color: #fff
}

.btn__default:active {
    background-color: #ce2616;
    color: #e6e6e6
}

.btn__icon {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.btn__icon:hover {
    filter: brightness(90%)
}

.btn__icon:active {
    filter: brightness(85%)
}

.btn_gray {
    background-color: #e3e3e3;
    color: #c6c6c6;
    font-weight: 600;
    font-size: 14px
}

.btn_gray:hover {
    background-color: #cacaca;
    color: #adadad
}

.btn_gray:active {
    background-color: #bdbdbd;
    color: #a0a0a0
}

.btn_vertical-center {
    margin-top: auto;
    margin-bottom: auto
}

.icon__language {
    margin-right: 5px
}

.icon__feature {
    margin: auto
}

.icon__feature_sm {
    margin-bottom: 10px
}

.icon__search {
    padding: 30px;
    width: 100%;
    height: auto
}

@media (max-width: 450px) {
    .icon__search {
        padding: 20px
    }
}

.icon__search_flat {
    padding: 0;
    width: initial
}

@media (max-width: 850px) {
    .icon__search_flat {
        transform: scale(0.9)
    }
}

@media (max-width: 450px) {
    .icon__search_flat {
        transform: scale(0.6)
    }
}

.icon__social {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.icon__social-image {
    padding: 15px;
    width: 100%;
    height: auto
}

.icon__social-image-lg {
    padding: 18px
}

@media (max-width: 850px) {
    .icon__social-image {
        padding: 10px
    }
    .icon__social-image-lg {
        padding: 14px
    }
}

.icon__social-fb {
    background-color: #306199
}

.icon__social-twitter {
    background-color: #26c4f1
}

.icon__social-mail {
    background-color: #00c19a
}

.icon__social-gmail {
    background-color: #e93f2e
}

@media (max-width: 850px) {
    .icon__social {
        width: 40px;
        height: 40px
    }
}

.headline_center {
    text-align: center
}

.headline__main {
    font-weight: 600;
    font-size: 48px
}

@media (max-width: 768px) {
    .headline__main {
        font-size: 40px
    }
}

@media (max-width: 550px) {
    .headline__main {
        font-size: 32px
    }
}

.headline__section {
    font-size: 48px;
    font-weight: 700;
    color: #191919
}

@media (max-width: 768px) {
    .headline__section {
        font-size: 35px
    }
}

.headline__section_red {
    color: #e93f2e;
    padding-right: 10px
}

.headline__section_gray {
    color: #e0dfdf;
    padding-left: 10px
}

.nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px
}

@media (max-width: 850px) {
    .nav {
        margin-right: 10px
    }
}

.nav__list {
    display: flex
}

@media (max-width: 1024px) {
    .nav__link {
        padding: 10px
    }
}

.nav__text {
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 1024px) {
    .nav__text {
        font-size: 16px;
        font-weight: 700
    }
}

@media (max-width: 850px) {
    .nav__text {
        font-size: 15px;
        font-weight: 600
    }
}

@media (max-width: 768px) {
    .nav__text {
        font-size: 14px;
        font-weight: 600
    }
}

.nav__list-item {
    margin-left: 20px
}

.nav__list-item.current a {
    background-color: #e93f2e;
    color: #fff
}

@media (max-width: 1024px) {
    .nav__list-item {
        margin-left: 8px
    }
}

@media (max-width: 850px) {
    .nav__list-item {
        margin-left: 5px
    }
}

@media (max-width: 650px) {
    .nav {
        position: absolute;
        transition: .2s;
        flex-direction: column;
        left: 0;
        top: 100%;
        z-index: 10;
        width: 100%;
        border-top: 2px solid #191919;
        background-color: #c6c6c6;
        transform: translate(100%, -50%) scale(0)
    }
    .nav_open {
        transform: translate(0) scale(1)
    }
    .nav__language {
        justify-content: center
    }
    .nav__list {
        width: 100%;
        align-items: center;
        flex-direction: column
    }
    .nav__list-item {
        width: 100%;
        margin-left: 0
    }
    .nav__link {
        width: 100%;
        justify-content: center;
        border-radius: 0
    }
    .nav__nav {
        width: 100%
    }
}

@media (max-width: 650px) {
    .header__logo {
        flex: 1
    }
}

.header__logo a {
    text-decoration: none
}

.header__logo-text {
    font-weight: 700;
    font-size: 48px;
    color: #191919
}

@media (max-width: 1024px) {
    .header__logo-text {
        font-size: 40px
    }
}

@media (max-width: 850px) {
    .header__logo-text {
        font-size: 32px
    }
}

@media (max-width: 650px) {
    .header__logo-text {
        font-size: 25px;
        margin: 0;
        padding-top: 5px;
        padding-left: 10px;
    }
}

@media (max-width: 650px) {
    .header__toggler {
        margin-right: 10px;
        margin-top: 10px;
    }
}

.header__language-toggler {
    display: inline-flex;
    align-items: center
}

.header__language-toggler-btn {
    align-items: center
}

@media (min-width: 651px) {
    .header__toggler {
        display: none
    }
}

.header__language-toggler-btn:hover {
    background-color: #e6e6e6
}

.header__language-toggler-btn:active {
    background-color: #d9d9d9
}

.header__toggler-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #e3e3e3;
    background-color: #191919
}

.header__toggler-btn:hover {
    background-color: #333
}

.header__toggler-btn:active,
.header__toggler-btn.toggler_active {
    background-color: #4c4c4c
}

.social {
    width: 500px;
    display: flex;
    margin: auto;
    margin-top: 50px;
    justify-content: space-between
}

@media (max-width: 850px) {
    .social {
        width: 420px
    }
}

@media (max-width: 450px) {
    .social {
        flex-direction: column;
        width: 300px;
        margin-top: 30px
    }
}

.social__btn {
    padding: 10px 15px
}

@media (max-width: 450px) {
    .social__btn {
        margin: 10px auto
    }
}

.social__btn-column {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 20px !important
}

.social__btn-column-text {
    font-size: 11px;
    line-height: 10px
}

.social__btn-column-counter {
    font-size: 14px;
    color: #191919
}

.social__btn-text-margin {
    margin-right: 8px
}

.social__btn-text-icon {
    transform: scale(0.8)
}

.social__list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 0 30px
}

.next {
    display: flex;
    justify-content: center;
    margin-top: 70px
}

@media (max-width: 1024px) {
    .next {
        margin-top: 40px
    }
}

@media (max-width: 450px) {
    .next {
        margin-top: 30px
    }
}

.next__btn {
    display: inline-flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: -20px;
    border-radius: 50%;
    background-color: #191919
}

.next__btn:hover {
    background-color: #3f3f3f
}

.next__btn:active {
    background-color: #333
}

.search {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

.search_flat {
    margin-top: 0
}

.search__form-container {
    margin: auto;
    position: relative
}

.search__form-btn {
    content: "";
    position: absolute;
    display: inline-flex;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: -20px;
    border-radius: 50%;
    background-color: #e93f2e
}

@media (max-width: 850px) {
    .search__form-btn {
        width: 90px;
        height: 90px
    }
}

@media (max-width: 450px) {
    .search__form-btn {
        width: 60px;
        height: 60px;
        bottom: -10px
    }
}

.search__form-btn_flat {
    height: 61px;
    top: 0;
    border-radius: 60px
}

@media (max-width: 850px) {
    .search__form-btn_flat {
        height: 47px
    }
}

@media (max-width: 450px) {
    .search__form-btn_flat {
        height: 37px
    }
}

.search__form {
    font-size: 18px;
    width: 500px;
    padding: 20px;
    border-radius: 30px;
    outline: none;
    border: none;
    color: #3f3f3f;
    font-weight: 300;
    margin-top: 50px
}

.search__form::placeholder {
    color: #c6c6c6
}

.search__form_flat {
    margin: auto
}

@media (max-width: 850px) {
    .search__form {
        width: 350px;
        padding: 15px;
        font-size: 14px
    }
}

@media (max-width: 450px) {
    .search__form {
        width: 250px;
        padding: 10px 15px
    }
}

@media (max-width: 768px) {
    .footer {
        text-align: center
    }
}

.footer__nav {
    background-color: #191919;
    padding: 20px 0
}

@media (min-width: 769px) {
    .footer__nav-list {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width: 768px) {
    .footer__nav-list {
        column-count: 2
    }
}

@media (max-width: 768px) {
    .footer__creator-text {
        margin-bottom: 20px
    }
}

.footer__owner {
    background-color: #000;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    color: #3f3f3f
}

.card-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px
}

.card-row:nth-child(odd) {
    border: 2px solid #e0dfdf
}

.card-row:nth-child(even) {
    border-left: 2px solid #e0dfdf;
    border-right: 2px solid #e0dfdf
}

.card-row:last-child {
    border-bottom: 2px solid #e0dfdf
}

.card-row_margin-bottom {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .card-row {
        flex-direction: column;
        text-align: center
    }
}

.card-row__anchor {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background-color: #c6c6c6
}

.card-row__container {
    margin-top: 40px
}

.card-row__headline-text {
    color: #3f3f3f;
    font-size: 36px
}

@media (max-width: 768px) {
    .card-row__headline-text {
        font-size: 30px
    }
}

@media (max-width: 550px) {
    .card-row__headline-text {
        font-size: 25px
    }
}

.card-row__headline {
    margin-bottom: 20px
}

.card-row__headline-num {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #47d
}

.card-row__text {
    color: #838383;
    font-weight: 100;
    line-height: 1.5;
    font-size: 18px
}

@media (min-width: 769px) {
    .card-row__text {
        margin-left: 35px;
        font-size: 16px
    }
}

@media (max-width: 550px) {
    .card-row__text {
        font-size: 15px
    }
}

.card-row__text-link {
    color: #c6c6c6;
    text-decoration: none
}

.card-row__text-link:hover {
    text-decoration: underline
}

.card-row__btn-next {
    margin: auto 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #47d
}

.card-row__btn-next:focus,
.card-row__btn-next:active,
.card-row__btn-next:hover {
    border: 2px solid #47d;
    filter: none
}

.card-row__btn-next:hover {
    border-color: #1d489e
}

.card-row__btn-next:active {
    border-color: #0d2148
}

@media (max-width: 768px) {
    .card-row__btn-next {
        margin: 20px auto 0 auto
    }
}

.pagination {
    padding: 5px 30px
}

.alphabet {
    margin-top: 20px;
    margin-bottom: 30px
}

.alphabet__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center
}

@media (max-width: 1200px) {
    .alphabet__list {
        justify-content: center
    }
}

.alphabet__item {
    margin: 0 1px;
    display: inline-flex;
    justify-content: center;
    justify-items: center
}

.alphabet__item span,
.alphabet__item a {
    text-transform: uppercase;
    border-radius: 17px;
    transition: .2s;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    min-width: 35px;
    color: #191919;
    flex-shrink: 0;
    padding: 0 8px;
    margin: 0 5px
}

.alphabet__item a:hover {
    background-color: #000;
    color: #fff
}

.alphabet__item.star a {
    background-color: #e93f2e
}

.alphabet__item.star img {
    width: 20px;
    height: 20px
}

.alphabet__item.current a {
    background-color: #e93f2e;
    color: #fff
}

.alphabet__item span {
    background-color: #e3e3e3;
    color: #000
}

.alphabet__item.prev a,
.alphabet__item.next a {
    background-color: #000;
    color: #fff;
    font-size: 14px
}

.breadcrumbs {
    padding-top: 30px;
    margin-bottom: 30px
}

.breadcrumbs__list {
    display: flex
}

.breadcrumbs__link {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

.breadcrumbs__link:hover {
    filter: brightness(70%)
}

.breadcrumbs__item:not(:last-child) {
    color: #e93f2e;
    margin-right: 10px
}

.breadcrumbs__item:not(:last-child):after {
    content: '/';
    margin-left: 10px;
    color: #838383
}

.feature {
    transition: .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 20px 10px;
    text-decoration: none;
    background-color: #f9f9f9;
    cursor: pointer
}

.feature:hover {
    background-color: #191919
}

.feature:hover .feature__num {
    color: #fff
}

.feature_sm {
    background-color: #e0dfdf
}

.feature_sm:hover {
    background-color: #e93f2e
}

.feature_sm:hover .feature__text {
    color: #fff
}

@media (min-width: 1025px) {
    .feature__container {
        width: 50%
    }
}

.feature__list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px
}

.feature__list_lg {
    justify-content: space-between;
    padding-bottom: 50px
}

.feature__item {
    display: flex;
    width: 45%;
    margin: 10px 0 10px auto;
    max-width: 300px
}

.feature__item img {
    width: 50%;
    height: auto
}

@media (max-width: 1024px) {
    .feature__item {
        margin: 10px 20px
    }
}

@media (max-width: 650px) {
    .feature__item {
        width: 300px
    }
}

.feature__item_sm {
    width: 180px;
    max-width: 180px;
    flex-shrink: 0;
    margin: 10px auto
}

@media (max-width: 1024px) {
    .feature__item_sm {
        width: 250px;
        max-width: 250px;
        margin: 10px auto
    }
}

.feature__text-container {
    text-align: center;
    display: flex;
    flex-direction: column
}

.feature__num {
    transition: .2s;
    font-size: 32px;
    color: #191919
}

.feature__text {
    font-size: 18px;
    color: #c6c6c6
}

.feature__text_sm {
    color: #191919
}

.about__text {
    color: #3f3f3f;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 18px
}

@media (max-width: 768px) {
    .about__text {
        font-size: 16px
    }
}

.about__content {
    display: flex
}

@media (max-width: 1024px) {
    .about__content {
        flex-direction: column
    }
}

@media (min-width: 1025px) {
    .about__text-container {
        width: 50%
    }
}

.about__feature-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center
}

.about__feature-item {
    display: flex;
    width: 45%;
    margin: 10px 0 10px auto;
    max-width: 300px
}

@media (max-width: 1024px) {
    .about__feature-item {
        margin: 10px 20px
    }
}

@media (max-width: 650px) {
    .about__feature-item {
        width: 300px
    }
}

.brand {
    background-color: #f9f9f9
}

.brand__nav {
    flex-shrink: 0
}

@media (max-width: 550px) {
    .brand__nav {
        margin-top: 20px
    }
}

@media (max-width: 1024px) {
    .brand__nav-list {
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    .brand__nav-list-item {
        margin: 2px 0
    }
}

.brand__nav-link {
    font-size: 18px;
    color: #191919
}

.brand__nav-link:hover:not(.btn__default-active) {
    background-color: transparent;
    color: #e93f2e
}

.brand__headline-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1024px) {
    .brand__headline-container {
        align-items: flex-start
    }
}

@media (max-width: 550px) {
    .brand__headline-container {
        flex-direction: column
    }
}

.brand__headline-text {
    max-width: 500px
}

.brand__headline-text_sm {
    margin-top: 20px
}

@media (min-width: 1025px) {
    .brand__headline-text_sm {
        display: none
    }
}

.brand__headline-text_xl {
    margin-top: 10px
}

@media (max-width: 1024px) {
    .brand__headline-text_xl {
        display: none
    }
}

.brand__list {
    column-count: 4
}

@media (max-width: 768px) {
    .brand__list {
        column-count: 2;
        margin-left: 10%
    }
}

@media (max-width: 400px) {
    .brand__list {
        column-count: 1
    }
}

.brand__link {
    display: inline-flex;
    padding: 8px;
    transition: .2s;
    padding-left: 20px;
    color: #191919;
    text-decoration: none;
    position: relative
}

.brand__link:hover {
    color: #e93f2e
}

.brand__link:hover:before {
    content: url("../images/assets/icons/double-arrow-right-red.png")
}

.brand__link:before {
    content: url("../images/assets/icons/double-arrow-right.png");
    display: inline-block;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 8px;
    left: 0
}

.brand__manual-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

@media (max-width: 1024px) {
    .brand__manual-list {
        column-count: 3;
        display: block
    }
}

@media (max-width: 768px) {
    .brand__manual-list {
        column-count: 2
    }
}

@media (max-width: 450px) {
    .brand__manual-list {
        display: flex;
        flex-direction: column
    }
}

.brand__manual-item {
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .brand__manual-item {
        margin: 2px 0
    }
}

@media (max-width: 768px) {
    .brand__manual-item {
        display: flex;
        justify-content: center;
        margin: 5px 0
    }
}

@media (max-width: 1200px) {
    .brand__manual-link {
        padding: 0 20px
    }
}

.brand__manual-anchor {
    background-color: #c6c6c6;
    cursor: pointer;
    font-size: 14px;
    color: #191919;
    padding: 0 10px 0 30px;
    text-decoration: none
}

.manual {
    background-color: #f2f2f2;
    padding: 40px 0
}

@media (max-width: 768px) {
    .manual {
        margin-top: 10px
    }
}

.manual__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 650px) {
    .manual__header {
        flex-direction: column
    }
}

@media (max-width: 650px) {
    .manual__headline-container {
        margin-bottom: 20px
    }
}

.manual__nav-list {
    display: flex
}

.manual__nav-item:not(:last-child) {
    margin-right: 30px
}

.manual__nav-link {
    color: #191919
}

.manual .page {
    text-align: center
}

.manual .page__content {
    display: inline-block;
    overflow: hidden;
    text-align: left
}

.summary_content {
    padding-top: 0;
    margin: 20px 0
}

.summary_content h2 {
    text-align: center;
    margin: 10px 0
}

.summary_content li {
    padding: 10px 0 0 20px
}

.summary_content li a {
    color: #333333
}

.summary_content li a:visited {
    color: #333333
}

.summary_content li a:hover {
    color: #e93f2e
}

.summary_content>ul {
    max-height: 400px;
    overflow-y: scroll;
    background-color: #e3e3e3;
    width: 100%
}

.summary_content>ul>li {
    padding: 20px;
    background-color: #f2f2f2
}

.summary_content>ul>li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.related {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px
}

.related-item {
    display: block;
    width: 50%
}

.related-item>a {
    display: block
}

.related-item li {
    display: block;
    width: 50%;
    float: left
}

.comments .reviews_list li {
    background-color: #F8F8F8;
    border-left: 3px solid #e3e3e3;
    padding: 10px 10px 10px 30px;
    margin: 5px 0
}

.comments .reviews_list li .comment-by {
    color: #e93f2e;
    font-weight: bold;
    display: inline-block;
    font-size: 12px
}

.comments .reviews_list li .date {
    color: #a8a8a8;
    font-size: 12px
}

.comments .reviews_list li .comment {
    margin: 5px 0;
    font-size: 12px
}

.comments textarea {
    width: calc(100% - 250px);
    float: left;
    height: 90px;
    padding: 10px;
    border: 1px solid #EDEDED
}

@media (max-width: 650px) {
    .comments textarea {
        width: 100%;
        margin-bottom: 10px
    }
}

.comments input {
    border: 1px solid #EDEDED;
    width: 230px;
    margin: 0 0 10px 20px;
    float: left;
    padding: 5px 10px;
    height: 40px
}

@media (max-width: 650px) {
    .comments input {
        width: 100%;
        margin-left: 0
    }
}

.comments input[type=submit] {
    background-color: #191919;
    color: #ffffff
}

.lang {
    margin-right: 5px;
    white-space: nowrap;
    font-size: 12px;
    display: inline-block
}

.lang-flag {
    width: 17px;
    height: 11px;
    background: url(/images/flags.png) no-repeat;
    display: inline-block
}

.lang-flag.en {
    background-position: 0 0
}

.lang-flag.ru {
    background-position: 0 -11px
}

.lang-flag.de {
    background-position: 0 -22px
}

.lang-flag.fr {
    background-position: 0 -33px
}

.lang-flag.it {
    background-position: 0 -44px
}

.lang-flag.es {
    background-position: 0 -55px
}

.lang-flag.cs {
    background-position: 0 -66px
}

.lang-flag.pl {
    background-position: 0 -77px
}

.preview-list {
    border: 3px solid #e3e3e3;
    width: 100%;
    padding: 20px 50px
}

.preview-list .preview-item {
    width: 99px;
    height: 134px;
    overflow: hidden;
    position: relative;
    padding-left: 17px;
    padding-top: 17px;
    margin: 0 20px
}

.preview-list .preview-item img {
    border: 1px solid #e3e3e3
}

.preview-list .preview-item span {
    position: absolute;
    height: 35px;
    min-width: 35px;
    padding: 0 8px;
    left: 0;
    top: 0;
    color: #ffffff;
    background-color: #000;
    border-radius: 17px;
    transition: .2s;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.preview-list .preview-item:hover span,
.preview-list .preview-item.active span {
    color: #ffffff;
    background-color: #e93f2e
}

.manual_bar {
    background-color: #191919;
    width: 100%;
    padding: 10px 0 5px
}

.manual_bar .elem {
    display: inline-block;
    background-color: #e93f2e;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.manual_bar .elem.download {
    background-image: url("/images/icons/download.svg")
}

.download-block {
    margin-bottom: 30px;
    height: 250px
}

.download-block .b1,
.download-block .b3 {
    width: 300px;
    overflow: hidden;
    height: 100%;
    float: left
}

.download-block .b2 {
    width: calc(100% - 660px);
    margin: 0 30px;
    padding: 20px;
    background-color: #f0f0f0;
    height: 100%;
    float: left;
    text-align: center
}

.download-block .captcha {
    margin-top: 30px;
    border: 2px solid #e3e3e3;
    border-radius: 40px;
    height: 80px;
    width: 200px;
    display: inline-block
}

.accessories {
    padding: 40px 0;
    background-color: #ffffff
}

.accessories__table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    overflow: hidden
}

.accessories__table-caption {
    font-size: 24px;
    color: #c6c6c6
}

.accessories__table-caption:first-child {
    padding: 10px
}

@media (max-width: 768px) {
    .accessories__table-caption {
        font-size: 18px
    }
}

.accessories__table-row {
    border-spacing: 10px
}

.accessories__table-row td,
.accessories__table-row th {
    padding: 10px;
    vertical-align: top
}

.accessories__table-row:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
    background-color: #f2f2f2
}

.accessories__table-row:not(:first-child):not(.accessories__table-footer):nth-child(odd) {
    background-color: #EDEDED
}

.accessories__table-row:not(:first-child):not(.accessories__table-footer):nth-child(even) {
    background-color: #F8F8F8
}

.accessories__table-row:not(:first-child):not(.accessories__table-footer):hover {
    background-color: #e3e3e3
}

.accessories__table-text {
    color: #191919;
    padding: 5px;
    display: inline-block;
    text-decoration: none
}

.accessories__table-link {
    white-space: nowrap;
    display: inline-block;
    color: #e93f2e;
    padding: 5px 10px 5px 0;
    transition: .2s
}

.accessories__table-link:hover {
    color: #191919
}

.accessories__table-link-helper {
    color: #c6c6c6;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 10px 5px 0
}

.accessories td {
    font-size: 18px
}

.accessories td:first-child {
    padding: 10px;
    width: 350px;
    height: 70px
}

@media (max-width: 768px) {
    .accessories td {
        font-size: 15px
    }
    .accessories td:first-child {
        padding: 10px;
        width: 300px;
        height: 60px
    }
}

.accessories__table-footer {
    background-color: #e93f2e
}

.accessories__table-footer td {
    vertical-align: middle
}

.accessories__footer-text {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    margin-right: 10px
}

.accessories__footer-img {
    transform: rotate(-90deg);
    vertical-align: middle
}

.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;
    -khtml-user-select: 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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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: block
}

.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
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

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

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 17px;
    width: 34px;
    height: 34px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #bfbfbf
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -40px
}

[dir='rtl'] .slick-prev {
    right: -40px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -40px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -40px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}


/*# sourceMappingURL=css.css.map */*/