@font-face {
    font-family: "Lato Thin";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Lato-Thin.ttf") format("woff");
}
@font-face {
    font-family: "Lato Light";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Lato-Light.ttf") format("woff");
}
@font-face {
    font-family: "Lato Regular";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Lato-Regular.ttf") format("woff");
}
@font-face {
    font-family: "Lato Bold";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Lato-Bold.ttf") format("woff");
}
* {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-appearance: none !important;
}

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

body {
    margin: 0;
    font-family: "Lato Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    position: relative;
    background-color: #fff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

b,
strong {
    font-weight: bolder;
}

a {
    color: #f13a13;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ffbc2a;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

button {
    border-radius: 0;
    border: none;
    background: none;
}
button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    outline: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

li {
    list-style-type: none;
}

input:active,
textarea:active {
    outline: none;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin: 16px 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

main {
    flex: 1 0 auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
    .container {
        width: 768px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    .container {
        width: 992px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        width: 1400px;
        margin: 0 auto;
    }
}

.main {
    position: relative;
}

h1,
h2 {
    font-weight: 400;
    color: #434343;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    h1,
    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

h3 {
    font-weight: 400;
    color: #434343;
    font-size: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

h4 {
    font-weight: 400;
    color: #434343;
    font-size: 18px;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    h4 {
        font-size: 20px;
    }
}
h4 a {
    font-size: 18px;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    h4 a {
        font-size: 20px;
    }
}

p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
p a,
p strong,
p em {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    p a,
    p strong,
    p em {
        font-size: 18px;
    }
}

.header {
    padding: 13px 0 21px 0;
    background: url("../images/header-background.jpg") no-repeat center center;
    background-size: cover;
}

.header_bg-lg {
    background: url("../images/header-background-lg.jpg") no-repeat center center;
    height: 100vh;
    background-size: cover;
}
@media (min-width: 576px) {
    .header_bg-lg {
        height: fit-content;
    }
}

.header__shadow-block {
    height: 55px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}

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

.header__select-block {
    padding: 100px 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.footer {
    background-color: #f4f4f4;
}

.footer__content {
    padding-top: 28px;
    padding-bottom: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .footer__content {
        flex-direction: row;
        align-items: flex-end;
    }
}

.footer__logo {
    margin-right: 32px;
    padding-bottom: 6px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .footer__logo {
        margin-bottom: 0;
    }
}

.top-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-nav__btn {
    outline: none;
}

.top-nav__list {
    z-index: 1;
    display: flex;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 2px solid rgba(98, 98, 97, 0.5);
    border-radius: 4px;
    flex-direction: column;
    max-width: 300px;
    min-width: max-content;
    transition: 0.3s;
    overflow: auto;
    max-height: 0;
    opacity: 0;
}
.top-nav__list::-webkit-scrollbar {
    display: none;
}

.top-nav__list_opened {
    max-height: 200px;
    opacity: 1;
}

.top-nav__item {
    padding: 10px 15px;
}

.hr {
    height: 1px;
    border: none;
}

.hr_accent {
    background-color: #ffbc2a;
}

.hr_danger {
    background-color: #f13a13;
}

.main-logo {
    display: flex;
    align-items: flex-end;
    min-width: 165px;
    max-width: 165px;
}

.main-logo__title {
    margin-left: -30px;
}

.nav-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-bar__item {
    text-align: center;
    border-right: 1px solid #ffbc2a;
    padding: 0 8px;
    margin: 2px 0;
}
.nav-bar__item:last-child {
    border: none;
}

.nav-bar__item-link {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    transition: 0.3s;
}

.section-light {
    background-color: #fff;
}

.section-grey {
    background-color: #f4f4f4;
}

.section-block {
    padding: 40px 0;
}

.section-bg {
    background: url("../images/info-banner.png") no-repeat center center;
    background-size: cover;
}

.breadcrumb {
    flex-wrap: wrap;
    padding: 8px 0;
}

.breadcrumb__item {
    display: inline-flex;
    align-items: center;
}
.breadcrumb__item:after {
    content: ">";
    margin: 0 5px;
    color: #626261;
}
.breadcrumb__item:last-child:after {
    display: none;
}

.breadcrumb__link {
    font-size: 16px;
    line-height: 24px;
    color: #626261;
    transition: 0.3s;
    font-weight: 700;
}
.breadcrumb__link:hover {
    opacity: 0.7;
}

.breadcrumb__link_font-light {
    font-family: "Lato Light", sans-serif;
}

.breadcrumb__link_active {
    color: #f13a13;
}
.breadcrumb__link_active:hover {
    opacity: 1;
    cursor: not-allowed;
    color: #f13a13;
}

.article__img-poster {
    width: 100%;
    max-height: 424px;
    min-height: 300px;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .article__img-poster {
        flex-direction: row;
        min-height: 424px;
    }
}

.article__img-poster_margin-bottom-md {
    margin-bottom: 34px;
}

.article__img-md {
    min-height: 314px;
    max-height: 314px;
    width: 100%;
    object-fit: cover;
}
@media (min-width: 576px) {
    .article__img-md {
        max-width: 400px;
    }
}
@media (min-width: 992px) {
    .article__img-md {
        max-width: 556px;
    }
}

.article__img-md_float-left {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .article__img-md_float-left {
        float: left;
        margin-right: 24px;
        margin-bottom: 14px;
    }
}

.info-banner {
    padding: 40px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
@media (min-width: 768px) {
    .info-banner {
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .info-banner {
        padding: 82px;
    }
}

.info-banner__title {
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .info-banner__title {
        font-size: 48px;
    }
}

.info-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.selects-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

@media (min-width: 576px) {
    .selects-box_row {
        flex-direction: row;
    }
}

.select {
    max-width: 360px;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.select:last-child {
    margin-bottom: 0;
}

.select_in-row {
    margin-bottom: 20px;
}
.select_in-row:last-child {
    margin-right: 0;
}
@media (min-width: 576px) {
    .select_in-row {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.select__selected-item {
    background: #dbdbdb;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}
.select__selected-item:hover {
    cursor: pointer;
    background: #f9f9f9;
}

.select__selected-title {
    font-size: 14px;
    line-height: 16px;
    color: #434343;
}

.select__arrow {
    transition: 0.3s;
}

.select__arrow_rotate {
    transform: rotate(-90deg);
}

.select__list {
    border: 2px solid transparent;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 1;
    box-sizing: border-box;
    transition: 0.3s;
    overflow: auto;
    max-height: 0;
    opacity: 0;
}
.select__list::-webkit-scrollbar {
    display: none;
}

.select__list_opened {
    max-height: 200px;
    border-color: #d8d8d8;
    opacity: 1;
}

.select__list-item {
    padding: 8px 12px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    color: #434343;
}
.select__list-item:hover {
    text-decoration: underline;
    cursor: pointer;
    background: #f9f9f9;
}

.select__input {
    display: none;
}

.pagination {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 24px;
    margin: 70px 0;
}

.pagination__link {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    transition: 0.3s;
    padding: 6px 8px;
}

.pagination__link_active {
    color: #f13a13;
    font-weight: 700;
}

.posts-list {
    background-color: #f4f4f4;
    padding: 30px 16px;
}
@media (min-width: 992px) {
    .posts-list {
        padding: 30px 16px 14px 16px;
    }
}

.posts-list_background-default {
    background-color: transparent;
}

.posts-list_default-padding {
    padding: 0;
}

.posts-list__header {
    font-size: 30px;
    line-height: 34px;
    color: #434343;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2c2c2;
}

.posts-list__list {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .posts-list__list {
        margin: 10px -12px 0 -12px;
    }
}

.posts-list__list_default-margin {
    margin: 0;
}

.posts-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 24px;
}
@media (min-width: 576px) {
    .posts-list__item {
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .posts-list__item {
        width: 50%;
        padding: 16px 12px;
    }
}
.posts-list__item:hover .posts-list__item-info {
    color: #ffbc2a;
}

.posts-list__item_default:hover .posts-list__item-info {
    color: #000000;
}

.posts-list__item_padding-md {
    padding: 30px 0;
}
.posts-list__item_padding-md:first-child {
    padding-top: 0;
}
.posts-list__item_padding-md:last-child {
    padding-bottom: 0;
}

.posts-list__item_border-bottom {
    border-bottom: 1px solid #c2c2c2;
}
.posts-list__item_border-bottom:last-child {
    border-bottom: none;
}

.posts-list__item_width-max {
    width: 100%;
}

.posts-list__item_display-block {
    display: flex;
}
@media (min-width: 576px) {
    .posts-list__item_display-block {
        display: block;
    }
}
@media (min-width: 992px) {
    .posts-list__item_display-block {
        display: flex;
    }
}

.posts-list__item-left {
    max-height: 180px;
    margin-bottom: 14px;
}
@media (min-width: 576px) {
    .posts-list__item-left {
        margin-right: 14px;
        margin-bottom: 0;
        max-width: 164px;
        min-width: 164px;
        max-height: 131px;
    }
}

@media (min-width: 576px) {
    .posts-list__item-left_md {
        margin-right: 40px;
        margin-bottom: 0;
        max-width: 180px;
        min-width: 180px;
        max-height: 80px;
    }
}

.posts-list__item-left_lg {
    max-height: initial;
}
@media (min-width: 576px) {
    .posts-list__item-left_lg {
        margin-right: 14px;
        margin-bottom: 0;
        max-width: 310px;
        min-width: 310px;
        max-height: 120px;
    }
}

.posts-list__item-left_xl {
    max-height: initial;
}
@media (min-width: 576px) {
    .posts-list__item-left_xl {
        margin-right: 14px;
        margin-bottom: 0;
        max-width: 360px;
        min-width: 360px;
        max-height: 160px;
    }
}

.posts-list__item-left_float-left {
    float: left;
}
@media (min-width: 992px) {
    .posts-list__item-left_float-left {
        float: none;
    }
}

.posts-list__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts-list__item-title {
    font-weight: 700;
    color: #434343;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
@media (min-width: 768px) {
    .posts-list__item-title {
        font-size: 24px;
    }
}

.posts-list__item-info {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    transition: 0.3s;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .posts-list__item-info {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
.posts-list__item-info:last-child {
    margin-bottom: 0;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.cards__item {
    background-color: #fff;
    width: calc(50% - 20px);
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}
.cards__item:hover .cards__span {
    color: #ffbc2a;
}
@media (min-width: 768px) {
    .cards__item {
        width: calc(25% - 20px);
    }
}
@media (min-width: 992px) {
    .cards__item {
        width: calc(20% - 20px);
    }
}

.cards__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    justify-content: space-between;
}
@media (min-width: 576px) {
    .cards__content {
        padding: 32px;
    }
}

.cards__span {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    transition: 0.3s;
    text-align: center;
}
@media (min-width: 576px) {
    .cards__span {
        font-size: 20px;
        line-height: 30px;
    }
}

.car-table-list_margin-bottom-xl {
    margin-bottom: 60px;
}

.car-table {
    background-color: #f4f4f4;
    margin-bottom: 44px;
}
.car-table:last-child {
    margin-bottom: 0;
}

.car-table__content {
    padding: 24px 16px;
}

.car-table__header {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.car-table__header-img-box {
    max-width: 100px;
    min-width: 100px;
    max-height: 36px;
    margin-right: 44px;
}

.car-table__header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-table__header-title {
    font-size: 20px;
    color: #434343;
}
@media (min-width: 576px) {
    .car-table__header-title {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .car-table__header-title {
        font-size: 30px;
    }
}

.car-table__row {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #c2c2c2;
    padding: 20px 0;
}
@media (min-width: 768px) {
    .car-table__row {
        flex-direction: row;
    }
}

.car-table__row-left {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .car-table__row-left {
        width: 40%;
    }
}

.car-table__row-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .car-table__row-right {
        width: 60%;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .car-table__col_margin-right-md {
        margin-right: 24px;
    }
}

.car-table__img-box {
    max-width: 114px;
    min-width: 114px;
    max-height: 76px;
    margin-right: 30px;
}

.car-table__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-table__row-title {
    font-size: 20px;
    color: #434343;
    font-weight: 700;
}
@media (min-width: 992px) {
    .car-table__row-title {
        font-size: 24px;
    }
}

.text-list {
    display: flex;
}

@media (min-width: 768px) {
    .text-list_padding-x-lg {
        padding: 0 80px;
    }
}

.text-list_justify-center {
    justify-content: center;
}

.text-list_flex-wrap {
    flex-wrap: wrap;
}

.text-list__item {
    border-right: 1px solid #434343;
    padding: 0 4px;
    font-size: 14px;
    color: #f13a13;
    font-weight: 700;
    transition: 0.3s;
}

/* =============== products amazon =============== */
.products-amazon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.products-amazon__item {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
}

.products-amazon__item:hover .products-amazon__title {
    color: #419ef4;
}

.products-amazon__img {
    height: 90px;
    margin-bottom: 10px;
    text-align: center;
}

.products-amazon__img img {
    max-width: 100%;
}

.products-amazon__title {
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 576px) {
    .text-list__item {
        padding: 0 6px;
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .text-list__item {
        font-size: 22px;
    }
}
.text-list__item:last-child {
    border-right: none;
}

.text-list__item_padding-md {
    padding: 0 16px;
}

.text-list__item_margin-sm {
    margin: 10px 0;
}

.text-list__span {
    font-size: 14px;
}
@media (min-width: 576px) {
    .text-list__span {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .text-list__span {
        font-size: 22px;
    }
}

.text-list__span_font-weight-md {
    font-weight: 400;
}

.text-list__span_grey {
    color: #434343;
}

.text-with-img {
    display: flex;
}

.text-with-img_padding-x-md {
    padding: 0 16px;
}

.text-with-img__left {
    max-width: 110px;
    min-width: 110px;
    max-height: 98px;
    margin-right: 20px;
}
@media (min-width: 768px) {
    .text-with-img__left {
        max-width: 166px;
        min-width: 166px;
        max-height: 144px;
        margin-right: 32px;
    }
}

.text-with-img__left_md {
    max-width: 190px;
    min-width: 190px;
    max-height: 88px;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .text-with-img__left_md {
        max-width: 300px;
        min-width: 300px;
        max-height: 167px;
    }
}

.text-with-img__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-with-img__right {
    display: flex;
    flex-direction: column;
}

.text-with-img__right_justify-center {
    justify-content: center;
}

.text-with-img__text {
    font-size: 18px;
    line-height: 24px;
    color: #434343;
    font-weight: 400;
}
@media (min-width: 768px) {
    .text-with-img__text {
        font-size: 26px;
        line-height: 36px;
    }
}

.info-block {
    margin-top: 70px;
}

.info-block__header {
    display: flex;
    flex-direction: column;
}

.info-block__header-top {
    margin-bottom: 20px;
}

.info-block__header-bottom {
    background-color: #f4f4f4;
    display: flex;
}

.info-block__text {
    color: #000000;
    font-weight: 400;
}

.info-block__text_xl {
    font-size: 20px;
    color: #434343;
}
@media (min-width: 768px) {
    .info-block__text_xl {
        font-size: 30px;
    }
}

.info-block__text_sm {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 576px) {
    .info-block__text_sm {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .info-block__text_sm {
        font-size: 18px;
        line-height: 28px;
    }
}

.info-block__text_supportive {
    color: #434343;
}

.info-block__row {
    display: flex;
    align-items: center;
}

.info-block__row_border-top {
    border-top: 1px solid #c2c2c2;
}
.info-block__row_border-top:first-child {
    border-top: none;
}

.info-block__col {
    padding: 20px 10px;
}
@media (min-width: 768px) {
    .info-block__col {
        padding: 24px 16px;
    }
}

.info-block__col_xl {
    width: 50%;
}
@media (min-width: 992px) {
    .info-block__col_xl {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .info-block__col_xl {
        width: 70%;
    }
}

.info-block__col_sm {
    width: 50%;
}
@media (min-width: 992px) {
    .info-block__col_sm {
        width: 40%;
    }
}
@media (min-width: 1200px) {
    .info-block__col_sm {
        width: 30%;
    }
}

.info-block__hidden-items .info-block__row_border-top {
    border-top: 1px solid #c2c2c2;
}

.show-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.show-btn_margin-top-md {
    margin-top: 50px;
}

.show-btn__btn-bottom {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    display: flex;
    align-items: center;
    padding: 10px 36px 10px 0;
}
@media (min-width: 768px) {
    .show-btn__btn-bottom {
        font-size: 20px;
        line-height: 30px;
    }
}
.show-btn__btn-bottom:after {
    content: "";
    position: absolute;
    right: 14px;
    width: 14px;
    height: 16px;
    background: url("../images/right-arrow.png");
    transition: 0.3s;
}

.show-btn__btn-bottom_opened:after {
    transform: rotate(-180deg);
}

.table {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.table_max-width {
    max-width: 600px;
}

.table__head {
    display: flex;
    background-color: #f4f4f4;
    padding: 16px 0;
}

.table__head-title {
    font-size: 20px;
    color: #434343;
    font-weight: 400;
}
@media (min-width: 768px) {
    .table__head-title {
        font-size: 30px;
    }
}

.table__content {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.table__row {
    display: flex;
}
.table__row:nth-child(2n) {
    background-color: #f4f4f4;
}

.table__row_child-one-bg:nth-child(2n+1) {
    background-color: #f4f4f4;
}
.table__row_child-one-bg:nth-child(2n) {
    background-color: #fff;
}

.table__col {
    width: 33.3333%;
    padding: 0 16px;
}

.table__col_width-xl {
    width: 60%;
}

.table__col_width-sm {
    width: 40%;
}

.table__text {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}
@media (min-width: 768px) {
    .table__text {
        font-size: 18px;
        line-height: 36px;
    }
}

.table__text_accent {
    color: #f13a13;
    font-weight: 700;
}

.table__text-span {
    font-size: 16px;
    line-height: 30px;
    color: #434343;
}
@media (min-width: 768px) {
    .table__text-span {
        font-size: 18px;
        line-height: 36px;
    }
}
