body.is-unscrolled {
    overflow: hidden;
}

body.modal-open {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.page-title--mini {
    padding-top: 56px;
    padding-bottom: 30px;
}

.page-title--mini .wrap-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-title--mini .page-title-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #F2F3F5;
    border-radius: 4px;
}

@media screen and (max-width: 450px) {
    .page-title--mini .page-title-content {
        padding: 10px 18px;
    }
}

.page-title--mini .page-title-content li {
    position: relative;
}

/*.page-title--mini .page-title-content li:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 4px;
  height: 2px;
  background-color: #666D81;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}*/

.page-title--mini .page-title-content li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    width: 4px;
    height: 2px;
    background-color: #666D81;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title--mini .page-title-content li:last-of-type::after {
    display: none;
}

.page-title--mini .page-title-content li {
    display: inline-block;
    margin: 0 15px;
}

.page-title--mini .page-title-content a {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #666D81;
}

.page-title--mini .page-title-heading h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #131D3B;
}

@media screen and (max-width: 640px) {
    .page-title--mini .page-title-heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.page-title--mini .container {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.page-title--narrow {
    padding-bottom: 30px;
    padding-top: 60px;
}

@media screen and (max-width: 992px) {
    .page-title--narrow {
        padding-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .page-title--narrow {
        padding-top: 13px;
    }
}

.page-title--narrow .container {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .page-title--narrow .container {
        width: 840px;
    }
}

@media screen and (max-width: 992px) {
    .page-title--narrow .container {
        width: 930px;
    }
}

.page-title--narrow .page-title-heading h1 {
    font-weight: bold;
    font-size: 60px;
    line-height: 80px;
    color: #131D3B;
}

@media screen and (max-width: 640px) {
    .page-title--narrow .page-title-heading h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media screen and (max-width: 455px) {
    .page-title.style1 .page-title-heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.page-title .page-title-content {
    margin-bottom: 20px;
}

.header-menu .container {
    padding-left: 10px;
    padding-right: 10px;
}

.page-title-heading--lined h1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F3F5;
}

@media screen and (max-width: 455px) {
    .title-section h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.title-section h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #131D3B;
}

.title-section__sub {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #666D81;
}

.title-section--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-section--second .image-title {
    margin-bottom: 30px;
}

.title-section--second .image-title img {
    display: block;
}

.title-section--second .btn-shutter {
    margin-top: 30px;
    background-color: #EF3E2E;
}

.title-section--left h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
}

@media screen and (max-width: 768px) {
    .title-section--left h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}

.title-section--left .image-title {
    margin-bottom: 30px;
}

.title-section--left .title-section__sub {
    margin-bottom: 10px;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

@media screen and (max-width: 455px) {
    .flat-recent-project {
        padding: 60px 0;
    }
}

.base-container {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.main-project-details--no-bottom {
    padding-bottom: 0 !important;
}

.flat-image picture {
    display: block;
    position: relative;
    padding-top: 100%;
}

.flat-image picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials-section.flat-feedback .wrap-feedback .featured-post {
    max-width: 100%;
    border-radius: initial;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.wrap-feedback .box-line {
    margin-top: 20px;
}

.wrap-feedback .box-line a {
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #EF3E2E;
    letter-spacing: 2.8px;
}

.bg-image-career1 {
    padding-bottom: 60px;
}

@media (max-width: 455px) {
    .tp-parallax-wrap .tp-caption.best.creative {
        font-size: 30px !important;
        line-height: 40px !important;
        min-width: unset !important;
    }
}

@media (max-width: 455px) {
    .tp-parallax-wrap .tp-caption.all-you {
        min-width: initial !important;
        font-size: 16px !important;
        line-height: 22px !important;
        width: calc(100vw - 40px) !important;
    }
}

.main-home1 .pumps_main:first-child {
    margin-top: -73px;
}

@media screen and (max-width: 992px) {
    .flat-section {
        background-position: bottom right;
    }
}

.flat-row.style2 {
    position: relative;
    background-color: #EF3E2E;
    background-image: url("/local/templates/areopag/images/subscribe-bg-desktop.png");
}

@media screen and (max-width: 455px) {
    .flat-row.style2 {
        background-image: url("/local/templates/areopag/images/subscribe-bg-mobile.png");
    }
}

.flat-row.style2 .container {
    position: relative;
}

.popular-content a {
    cursor: pointer;
}

.header-top-info-link h5 {
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #b6bbcc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-top-info-link:hover h5 {
    color: #EF3E2E;
}

header.style1 .header-button h3 a {
    overflow: visible;
}

header.style1 .header-button h3 a::before {
    right: -3px;
}

.footer a h2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer a:hover h2 {
    color: #EF3E2E;
}

.video-link-wrap::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/areopag/images/play.svg");
    background-repeat: no-repeat;
    background-size: 74px 74px;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.c-select {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.c-select__value {
    background: #F2F3F5;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #131D3B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.c-select__value span {
    margin-right: 5px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.c-select__value span, .c-select__value::after {
    position: relative;
    z-index: 11;
}

.c-select__value::after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #131d3b transparent transparent transparent;
}

.c-select__drop {
    position: absolute;
    z-index: 10;
    top: calc(100% - 25px);
    left: 0;
    background: #F2F3F5;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 0;
    overflow: hidden;
}

.c-select__options {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 35px 17px 35px;
    position: relative;
}

.c-select__options::before {
    content: "";
    position: absolute;
    height: 1px;
    top: 20px;
    width: calc(100% - 17px * 2);
    left: 17px;
    background-color: #131D3B;
}

.c-select__option label {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #131D3B;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.c-select__option label:hover {
    color: #666D81;
}

.c-select__option input:checked + label {
    color: #EF3E2E;
}

.c-select__option:not(:last-child) {
    margin-bottom: 10px;
}

.c-select.is-active {
    z-index: 12;
}

.c-select.is-active .c-select__value::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-select.is-active .c-select__drop {
    height: auto;
}

.c-select--small {
    width: 300px;
}

.c-select--small .c-select__value {
    padding: 7px 15px;
}

.c-select--small .c-select__drop {
    top: calc(100% - 20px);
}

.c-select--small .c-select__options {
    padding-top: 30px;
}

.c-select--small .c-select__options::before {
    top: 20px;
}

.c-select--bordered .c-select__value {
    border: 1px solid #E7EAEE;
    background: #fff;
}

.c-select--bordered .c-select__drop {
    background: #fff;
    border-top: none;
}

.c-select--bordered.is-active .c-select__value {
    border-bottom-color: transparent;
}

.c-select--bordered.is-active .c-select__drop {
    border: 1px solid #E7EAEE;
    border-top: none;
}

.c-select--filter .c-select__value {
    background: #F2F3F5;
    border-radius: 4px;
    padding: 29px 20px;
}

@media screen and (max-width: 640px) {
    .c-select--filter .c-select__value {
        padding: 19px 20px;
    }
}

.c-select--filter .c-select__drop {
    top: 100%;
}

.c-select--filter .c-select__options {
    padding-top: 15px;
}

.c-select--filter .c-select__options::before {
    top: 0;
}

.c-select--control {
    height: 21px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.c-select--control .c-select__value {
    padding: 0 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.c-select--control .c-select__value span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-select--control .c-select__drop {
    top: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.c-select--control .c-select__options {
    padding: 15px 10px 20px;
}

.c-select--control .c-select__value::after {
    margin-left: 5px;
}

.c-select--control .c-select__options::before {
    top: 10px;
    width: calc(100% - 10px * 2);
    left: 10px;
}

.c-select--white {
    border: 1px solid #fff;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.c-select--white .c-select__value {
    background: #fff;
}

.c-select--white .c-select__drop {
    background: #fff;
    border: 1px solid #fff;
    margin: 0 -1px;
    width: calc(100% + 2px);
    border-top: none;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.c-select--white.is-active {
    border-color: rgba(181, 187, 204, 0.5);
}

.c-select--white.is-active .c-select__drop {
    border-color: rgba(181, 187, 204, 0.5);
}

.checkbutton {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
}

.card-big {
    height: 500px;
    overflow: hidden;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    background: #ffffff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 768px) {
    .card-big {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        height: auto;
    }
}

.card-big__main {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-row-align: center;
    align-self: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
}
.card-big--system .card-big__main{
    align-self: start;
    padding-top: 25px;
}
.card-big--system .card-big__desc{
    max-height: 180px;
}

@media screen and (max-width: 768px) {
    .card-big__main {
        margin: 0;
        padding: 20px 20px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #E7EAEE;
    }
}

.card-big__name {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 90px;
}

@media screen and (max-width: 768px) {
    .card-big__name {
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
    }
}

.card-big__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: 45px;
    max-height: 270px;
    overflow: hidden;
    position: relative;
}
.card-big__desc::after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(155deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5004202364539565) 24%, rgba(255,255,255,1) 100%);
    height: 36px;
    width: 70px;
}

@media screen and (max-width: 768px) {
    .card-big__desc {
        margin-left: 0;
        margin-top: 15px;
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1 / -1;
        font-size: 18px;
        line-height: 30px;
        max-height: 150px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

.card-big__pic {
    width: 182px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

@media screen and (max-width: 768px) {
    .card-big__pic {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.card-big__pic picture {
    display: block;
}

.card-big__pic img {
    display: block;
    width: 100%;
    height: auto;
}

.card-big__defs {
    border-left: 1px solid #E7EAEE;
    border-bottom: 1px solid #E7EAEE;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
}

@media screen and (min-width: 769px) {
    .card-big__defs {
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .card-big__defs {
        padding: 10px 20px;
        height: auto;
        border: none;
    }
}

@media screen and (max-width: 640px) {
    .card-big__defs {
        margin: 0 auto;
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        justify-content: space-between;
        max-width: unset;
    }
    .card-big__defs dl {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .card-big__defs {
        /*max-width: 197px;*/
        padding: 10px 0;
        row-gap: 10px;
    }

    .card-big__defs dl {
        margin-right: 0 !important;
    }
}

.card-big__defs dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 769px) {
    .card-big__defs dl {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.card-big__defs dl:not(:last-child) {
    margin-right: 10px;
}

.card-big__defs dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b5bbcc;
}

.card-big__defs dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
}

.card-big__info {
    border-left: 1px solid #E7EAEE;
    border-bottom: 1px solid #E7EAEE;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
}

@media screen and (max-width: 768px) {
    .card-big__info {
        height: auto;
        border: none;
        border-top: 1px solid #E7EAEE;
        padding: 10px 20px;
    }
}

.card-big__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-big__info dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b5bbcc;
}

.card-big__info dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #131D3B;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.card-big__actions {
    border-left: 1px solid #E7EAEE;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

@media screen and (max-width: 768px) {
    .card-big__actions {
        height: auto;
        padding: 10px 20px 0;
        border: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        border-top: 1px solid #E7EAEE;
        border-bottom: 1px solid #E7EAEE;
    }
}

.card-big__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

@media screen and (max-width: 768px) {
    .card-big__directions {
        --cols: 6;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ var ];
        grid-template-columns: repeat(var(--cols), 1fr);
        -webkit-column-gap: 24px;
        column-gap: 24px;
        row-gap: 16px;
        margin: 0 auto;
        max-width: calc(40px * var(--cols) + 25px * calc(var(--cols) - 1));
    }
}

@media screen and (max-width: 450px) {
    .card-big__directions {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
    }
}

.card-big__direction {
    width: calc(100% / 4 - 10px);
    margin: 5px;
    position: relative;
}


@media screen and (max-width: 768px) {
    .card-big__direction {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.card-big__direction svg {
    width: 40px;
    height: 40px;
}
.card-big__industryLink {
    fill: #131D3B;
}
.card-big__industryLink:hover {
    fill: #EF3E2E;
}

.card-big__button {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 58px;
    background-color: #EF3E2E;
    border-radius: 4px;
    border: 1px solid #EF3E2E;
}

@media screen and (max-width: 768px) {
    .card-big__button {
        -ms-grid-column-align: center;
        justify-self: center;
        padding: 28px 60px;
    }
}

.card-big--system {
    height: 308px;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 1200px) {
    .card-big--system {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .card-big--system {
        height: auto;
    }

    .catalog-column__inner > .card-big--system {
        margin: 0 20px;
    }
}

.card-big--system .card-big__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}

.card-big--system .card-big__defs {
    -ms-grid-row: 1;
    grid-row: 1;
}

.card-big--system .card-big__actions {
    -ms-grid-row: 2;
    grid-row: 2;
}

.card-mini {
    position: relative;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    background: #fff;
    height: 460px;
    padding: 40px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .card-mini {
        padding: 24px 8.5px;
    }
}

@media screen and (max-width: 992px) {
    .card-mini {
        padding: 40px 24px;
    }
}

.card-mini__pic {
    margin-bottom: 37px;
    position: relative;
    width: 100%;
    height: 53%;
}

.card-mini__pic img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-mini__name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 120px;
    overflow: hidden;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
    margin-bottom: 37px;
}

.card-mini__linkbox {
    margin-top: auto;
}

.card-mini__linkbox a {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #EF3E2E;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

@media (hover: hover) {
    .card-mini .overlink:hover ~ .box-line .line::before {
        left: calc(100% - 20px);
    }
}

.card-compact {
    position: relative;
    border-radius: 4px;
    border: 1px solid #F2F3F5;
    padding: 21px 25px;
    min-height: 606px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.relative-goods__item {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .card-compact {
        min-height: unset;
        height: auto;
    }
    .relative-goods__item{
        height: auto;
    }
}

.card-compact__pic {
    width: 100%;
    height: 197px;
    margin-bottom: 37px;
}

.card-compact__pic img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.card-compact__name {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
    text-align: center;
    margin-bottom: 15px;
}

.card-compact__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #666D81;
    margin-bottom: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    max-height: 120px;
}

.card-compact__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 calc(-15px / 2);
    margin-bottom: 40px;
}

.card-compact__direction {
    margin: 0 calc(15px / 2);
    width: 40px;
    height: 40px;
}

.card-compact__direction svg {
    width: 100%;
    height: 100%;
}

.card-compact__linkbox {
    margin-top: auto;
    width: 100%;
    max-width: 236px;
}

.card-compact__linkbox a {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #EF3E2E;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

@media (hover: hover) {
    .card-compact .overlink:hover ~ .box-line .line::before {
        left: calc(100% - 20px);
    }
}

.overlink {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.column-filter__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    -ms-flex-line-pack: start;
    align-content: start;
}

.page-nav {
    padding: 60px 0;
    border-top: 1px solid #F2F3F5;
}

@media screen and (max-width: 1200px) {
    .page-nav {
        padding: 30px 0;
    }
}

@media screen and (max-width: 640px) {
    .page-nav {
        padding: 50px 0;
    }
}

.page-nav__inner {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .page-nav__inner {
        width: 584px;
    }
}

@media screen and (max-width: 455px) {
    .page-nav__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-nav__link {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    margin: 5px;
}

@media screen and (max-width: 455px) {
    .page-nav__link {
        padding: 8px 20px;
        line-height: 30px;
        margin: 2.5px;
    }
}

.parameter-card {
    border: 1px solid #E7EAEE;
    padding: 50px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 36px;
    column-gap: 36px;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
}

@media screen and (max-width: 992px) {
    .parameter-card {
        -webkit-column-gap: 46px;
        column-gap: 46px;
    }
}

@media screen and (max-width: 768px) {
    .parameter-card {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 640px) {
    .parameter-card {
        padding: 20px 10px 30px;
        display: block;
    }
}

.parameter-card__pic {
    width: 150px;
    height: 150px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media screen and (max-width: 768px) {
    .parameter-card__pic {
        grid-column: 1 / -1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

@media screen and (max-width: 640px) {
    .parameter-card__pic {
        margin: 0 auto;
        margin-bottom: 46px;
    }
}

.parameter-card__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.parameter-card__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #131D3B;
    margin-bottom: 10px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

@media screen and (max-width: 768px) {
    .parameter-card__title {
        grid-column: 1 / -1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.parameter-card__desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #131D3B;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}

@media screen and (max-width: 768px) {
    .parameter-card__desc {
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1 / -2;
    }
}

@media screen and (max-width: 640px) {
    .parameter-card__desc {
        margin-bottom: 46px;
    }
}

.parameter-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 35px;
    column-gap: 35px;
    row-gap: 14px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (max-width: 990px) {
    .parameter-card__data {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .parameter-card__data {
        row-gap: 20px;
        grid-column: -2 / -1;
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

.parameter-card__data-item dt pre, .parameter-card__data-item dd pre {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.parameter-card__data-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #b5bbcc;
}

.parameter-card__data-item dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.parameter-card__data-item dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    color: #131D3B;
}

.parameter-card + .parameter-card {
    margin-top: 30px;
}

.plate-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

@media screen and (max-width: 640px) {
    .plate-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.plate-content__picture img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

.plate-content--big {
    -webkit-column-gap: 101px;
    column-gap: 101px;
}

@media screen and (max-width: 768px) {
    .plate-content--big {
        -webkit-column-gap: 50px;
        column-gap: 50px;
    }
}

@media screen and (max-width: 640px) {
    .plate-content--big {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 455px) {
    .plate-content--big {
        gap: 10px;
    }
}

.plate-content--big .plate-content__picture img {
    display: block;
    width: 100%;
    height: auto;
}

.video-card {
    position: relative;
}

.video-card__thumbnail {
    position: relative;
}

.video-card__thumbnail picture {
    display: block;
    position: relative;
}

.video-card__thumbnail picture::before {
    content: "";
    display: block;
    padding-top: 74%;
}

.video-card__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-card__thumbnail::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/areopag/images/play.svg");
    background-repeat: no-repeat;
    background-size: 74px 74px;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-card__desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 28px;
}

.red-flag {
    cursor: pointer;
}

.red-flag input[type="checkbox"] {
    display: none;
}

.red-flag span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #131D3B;
}

.red-flag span::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E7EAEE;
    margin-right: 5px;
    background-image: url("/local/templates/areopag/images/red-tick.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0 0;
    -webkit-transition: background-size 0.3s ease-in;
    transition: background-size 0.3s ease-in;
}

.red-flag input:checked + span::before {
    background-size: 10px 8px;
}

.sizes-table {
    overflow-x: auto;
}

.sizes-table table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
}
.sizes-table  a{
    color: #2f3192;
}
.sizes-table  a:hover{
    color: #EF3E2E;
}

.sizes-table caption {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
    margin-bottom: 33px;
}

.sizes-table caption:empty {
    display: none;
}

.sizes-table tr {
    border-bottom: 1px solid #E7EAEE;
}

.sizes-table th, .sizes-table td {
    text-align: left;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.sizes-table th:first-child, .sizes-table td:first-child {
    text-align: left;
    width: 300px;
    line-height: 1.4;
}

.sizes-table th {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F2F3F5;
    white-space: nowrap;
}

.sizes-table td {
    padding-top: 33px;
    padding-bottom: 33px;
}

.search-card {
    padding: 50px;
    position: relative;
    border: 1px solid #E7EAEE;
    border-radius: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas: "pic category" "pic name" "pic description" "pic . ";
    -webkit-column-gap: 37px;
    column-gap: 37px;
}

@media screen and (max-width: 768px) {
    .search-card {
        padding: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "pic" "category" "name" "description";
    }
}

.search-card__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    grid-area: pic;
    width: 110px;
    height: 110px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .search-card__pic {
        width: 140px;
        height: 140px;
        margin-top: 0;
        margin-bottom: 37px;
    }
}

@media screen and (max-width: 640px) {
    .search-card__pic {
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

.search-card__pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-card__category {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: category;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
    margin-bottom: 15px;
}

.search-card__name {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: name;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
    margin-bottom: 5px;
}

.search-card__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: description;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
}

.search-form__wrap {
    background: #F2F3F5;
    padding-right: 60px;
    position: relative;
}

.search-form__input[data-searchfield] {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: #131D3B;
    margin: 0;
    padding-left: 30px;
    padding-right: 10px;
}

.search-form__btn {
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url("/local/templates/areopag/images/glass.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    cursor: pointer;
}

.search-form__btn span {
    display: none;
}

.sertificate-card {
    position: relative;
}

@media screen and (max-width: 640px) {
    .sertificate-card {
        padding-bottom: 36px;
    }
}

.sertificate-card__picture picture {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 141.4%;
}

.sertificate-card__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sertificate-card__text {
    font-size: 14px;
    line-height: 18px;
    color: #666D81;
    padding: 0 10px;
}

.request-form {
    background: #F2F3F5;
    padding: 65px 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 15px;
}

@media screen and (max-width: 768px) {
    .request-form {
        padding: 65px 10px;
    }
}

.request-form__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #131D3B;
    text-align: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}

@media screen and (max-width: 992px) {
    .request-form__title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px) {
    [data-modal="subscribe-success"] .request-form__title {
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
    }
}

@media screen and (max-width: 455px) {
    [data-modal="subscribe-success"] .request-form__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.request-form fieldset {
    grid-column: span var(--span, 2);
    width: 100%;
    -ms-grid-column-align: center;
    justify-self: center;
    line-height: 1;
}

@media screen and (max-width: 640px) {
    .request-form fieldset {
        grid-column: 1 / -1;
    }
}

.request-form .request-form__submit {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 58px;
    background-color: #EF3E2E;
    border-radius: 4px;
    border: 1px solid #EF3E2E;
    grid-column: 1 / -1;
    -ms-grid-column-align: center;
    justify-self: center;
}

.modal-box .request-form {
    width: 100%;
    max-width: 728px;
    padding: 0;
}

.inputbox__wrap {
    position: relative;
}

.inputbox__wrap .inputbox__label {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    font-size: 18px;
    line-height: 1.16;
}

.inputbox__wrap .inputbox__label.inputbox__label_top{
    top: 15px;
    font-size: 12px;
}


.inputbox__wrap .inputbox__label span {
    color: #EF3E2E;
}

.inputbox__wrap textarea + .inputbox__label {
    top: 28px;
    -webkit-transform: none;
    transform: none;
}

.inputbox__label {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.inputbox__label.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.inputbox__wrap .inputbox__input {
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    height: 77px;
    padding: 28px 30px;
}

.inputbox__wrap .inputbox__hidden-input {
    display: none;
}

.inputbox__filecaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #131D3B;
    border: 1px dotted #666D81;
    height: 99px;
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inputbox__filecaption span {
    color: #EF3E2E;
}

.inputbox__flag {
    cursor: pointer;
}

.inputbox__flag-input {
    display: none;
}

.inputbox__flag-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #131D3B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inputbox__flag-text::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #131D3B;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 8px;
    -webkit-transition: background-size 0.2s ease;
    transition: background-size 0.2s ease;
}

.inputbox__flag-input:checked + .inputbox__flag-text::before {
    background-image: url("/local/templates/areopag/images/red-tick.svg");
}

.inputbox--textarea .inputbox__input {
    height: 150px;
    resize: none;
    padding-top: 40px;
}

.inputbox--select .inputbox__input{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/local/templates/areopag/images/chevron-down.svg");
    fill:#666d81;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 25px center;
}
.inputbox--textarea .inputbox__input:hover{
    cursor: pointer;
}

.request-form .inputbox--flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.fileAdd{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 16px;
    line-height: 1.1;
    color: #EF3E2E;
    border: 1px dashed #666D81;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

.fileAdd:hover{
    border: 1px dashed #EF3E2E;

}
.filePreviews__item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 16px;
    line-height: 1.1;
    color: #EF3E2E;
    border: 1px dashed #666D81;
    cursor: pointer;
    margin-bottom: 10px;
}
.filePreviews__remove{
    font-size: 21px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #EF3E2E;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.filePreviews__remove:hover{
    color: #666D81;
}

.sidesearch__wrap {
    position: relative;
}

.sidesearch .sidesearch__input {
    background: #EF3E2E;
    color: #F2F3F5;
    padding: 28px 33px;
    padding-right: 53px;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.sidesearch .sidesearch__label {
    position: absolute;
    top: 50%;
    left: 33px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #F2F3F5;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.sidesearch .sidesearch__submit {
    background: transparent;
    position: absolute;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 33px;
    width: 20px;
    height: 20px;
}

.sidesearch .sidesearch__submit::before {
    content: "";
    display: block;
    background-image: url("/local/templates/areopag/images/glass-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.sidesearch .sidesearch__submit span {
    display: none;
}

.office-card {
    padding: 20px;
    background: #F2F3F5;
    border-radius: 4px;
}

.office-card__name {
    padding-left: 40px;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-right: -10px;
    margin-bottom: 10px;
}

.office-card__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 1fr;
    grid-template-columns: 25px 1fr;
    gap: 15px;
}

.office-card__item[data-map-link]:hover{
    cursor: pointer;
    color: #EF3E2E;
}

.office-card__item i::before {
    font-size: 25px;
}

.office-card__item:not(:last-child) {
    margin-bottom: 15px;
}

.gallery-card {
    position: relative;
}

.gallery-card__inner {
    padding: 40px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gallery-card__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}
.gallery-card__inner_noDark::before{
    background: transparent;
    opacity: 0;
    display: none;
}
.gallery-card__inner.gallery-card__inner_darker::before {

    background-color: #000;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.1) 100%);
    opacity: 1;
}

.gallery-card::before {
    content: "";
    display: block;
    padding-top: 146%;
    background-image: var(--bgimage, url("/local/templates/areopag/images/plate-content-pic-2.jpg"));
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-card__name {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
}

.gallery-card__linkbox {
    position: relative;
    margin-top: auto;
}

.gallery-card__linkbox a {
    color: #fff;
}

@media (hover: hover) {
    .gallery-card .overlink:hover ~ .box-line .line::before {
        left: calc(100% - 20px);
    }
}

.modal-window {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-in, visibility 0.35s ease-in;
    transition: opacity 0.35s ease-in, visibility 0.35s ease-in;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 640px) {
    .modal-window {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
    }
}

.modal-window__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #131D3B;
}

.modal-window__inner {
    background: #fff;
    border-radius: 4px;
    position: relative;
    width: 100%;
    max-width: 1128px;
    max-height: 80vh;
    z-index: 2;
    overflow: auto;
}

@media screen and (max-width: 640px) {
    .modal-window__inner {
        max-width: initial;
        max-height: calc(100% - 10px - 76px);
    }
}

.modal-window__title-container {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 640px) {
    .modal-window__title-container {
        text-align: left;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

.modal-window__title {
    font-family: Catallina, sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: -0.015em;
}

@media (max-width: 1280px) {
    .modal-window__title {
        font-size: 36px;
        line-height: 41px;
    }
}

@media (max-width: 640px) {
    .modal-window__title {
        font-size: 20px;
        line-height: 23px;
    }
}

.modal-window__subtitle {
    display: inline-block;
    line-height: 1.45;
    margin-top: 10px;
}

.modal-window__link {
    display: inline-block;
    margin-top: 10px;
    color: #EF3E2E;
}

.modal-window__content {
    position: relative;
    width: 100%;
    padding: 30px 50px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 25px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 25px 100px rgba(0, 0, 0, 0.1);
    max-height: calc(100% - 50px - 45px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

@media (max-width: 640px) {
    .modal-window__content {
        height: calc(100% - 23px - 40px);
        padding: 40px 20px;
    }
}

.modal-window__inner > .modal-window__close {
    top: 75px;
    right: 100px;
}

.modal-window__close {
    position: absolute;
    right: 100px;
    top: 11%;
    z-index: 3;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.3 ease-out;
    transition: -webkit-transform 0.3 ease-out;
    transition: transform 0.3 ease-out;
    transition: transform 0.3 ease-out, -webkit-transform 0.3 ease-out;
}

@media (max-width: 640px) {
    .modal-window__close {
        top: 166px;
        right: 20px;
    }
}

.modal-window__close span {
    display: none;
}

.modal-window__close::before {
    content: "";
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNyAxN00xNyAyTDIgMTciIHN0cm9rZT0iIzY2NkQ4MSIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

@media (hover: hover) {
    .modal-window__close:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.modal-window > .modal-window__close {
    display: none;
}

.modal-window__cancel {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #131D3B;
    margin-top: 30px;
}

.modal-window.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal-window[data-modal-type="order"] .modal-window__inner {
    background: #F2F3F5;
}

@media screen and (max-width: 1200px) {
    .modal-window[data-modal-type="order"] .modal-window__inner {
        max-width: 728px;
    }
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="order"] .modal-window__inner {
        max-width: 518px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="order"] .modal-window__inner {
        max-width: 100%;
        width: calc(100% - 20px);
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="order"] .modal-window__inner {
        height: 90vh;
        max-height: 100%;
    }
}

.modal-window[data-modal-type="order"] .modal-box {
    min-height: 100%;
    padding: 20px;
}

@media (min-height: 1200px) {
    .modal-window[data-modal-type="order"] .modal-box {
        padding-top: 180px;
        padding-bottom: 140px;
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="order"] .modal-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .modal-window[data-modal-type="order"] .modal-box .inputbox__wrap .inputbox__input {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 60px;
    }
    .modal-window[data-modal-type="order"] .modal-box .inputbox__wrap textarea.inputbox__input{
        height: 120px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="order"] .modal-window__inner > .modal-window__close {
        top: 20px;
        right: 50px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="order"] .modal-window__inner > .modal-window__close {
        top: 30px;
        right: 30px;
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="order"] .modal-window__inner > .modal-window__close {
        top: 20px;
        right: 20px;
    }
}

.modal-window[data-modal-type="review"] .modal-window__inner {
    width: calc(100% - 40px);
    max-width: 1128px;
}

@media screen and (max-width: 1200px) {
    .modal-window[data-modal-type="review"] .modal-window__inner {
        max-width: 728px;
    }
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="review"] .modal-window__inner {
        max-width: 908px;
    }
}

@media screen and (max-width: 455px) {
    .modal-window[data-modal-type="review"] .modal-window__inner {
        width: calc(100% - 20px);
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="review"] .modal-window__inner {
        height: auto;
        max-height: 90vh;
    }
}

@media screen and (max-width: 1200px) {
    .modal-window[data-modal-type="review"] .modal-window__inner .modal-window__close {
        top: 55px;
        right: 50px;
    }
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="review"] .modal-window__inner .modal-window__close {
        top: 25px;
        right: 20px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="review"] .modal-window__inner .modal-window__close {
        top: 10px;
        right: 10px;
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="review"] .modal-window__inner .modal-window__close {
        top: 20px;
        right: 20px;
    }
}

.modal-window[data-modal-type="review"] .modal-box {
    padding: 115px 100px 75px;
}

@media screen and (max-width: 1200px) {
    .modal-window[data-modal-type="review"] .modal-box {
        padding: 95px 50px 75px;
    }
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="review"] .modal-box {
        padding: 65px 20px 75px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="review"] .modal-box {
        padding: 50px 10px 35px;
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="review"] .modal-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.modal-window[data-modal-type="sertificate"] .modal-window__inner {
    background: transparent;
    width: 1402px;
    max-width: calc(100% - 40px);
    max-height: 90vh;
    height: 1130px;
}

@media screen and (max-width: 1200px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__inner {
        width: 1002px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__inner {
        max-height: calc(100% - 20px);
    }
}

@media (max-height: 1199px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__inner {
        height: 90vh;
        max-height: 100%;
    }
}

@media (max-height: 800px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__inner .sertificate-item__name {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (min-height: 1200px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__inner {
        max-height: calc(100% - 86px - 178px);
    }
}

.modal-window[data-modal-type="sertificate"] .modal-box {
    background: #fff;
    padding: 20px 100px;
}

@media screen and (max-width: 992px) {
    .modal-window[data-modal-type="sertificate"] .modal-box {
        padding: 126px 90px;
    }
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="sertificate"] .modal-box {
        padding: 90px 23px;
    }
}

.modal-window[data-modal-type="sertificate"] .modal-window__close {
    right: 50px;
    top: 50px;
}

@media screen and (max-width: 455px) {
    .modal-window[data-modal-type="sertificate"] .modal-window__close {
        top: 10px;
        right: 10px;
    }
}

.modal-window[data-modal-type="gallery"] .modal-window__inner, .modal-window[data-modal-type="video"] .modal-window__inner {
    background: transparent;
    padding: 70px 86px;
    max-width: calc(100% - 40px);
    max-height: 90vh;
    width: calc(1128px + 86px * 2);
    height: calc(799px + 140px);
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="gallery"] .modal-window__inner, .modal-window[data-modal-type="video"] .modal-window__inner {
        padding: 70px 20px;
    }
}

.modal-window[data-modal-type="gallery"] .modal-window__inner > .modal-window__close, .modal-window[data-modal-type="video"] .modal-window__inner > .modal-window__close {
    top: 0px;
    right: 86px;
}

@media screen and (max-width: 640px) {
    .modal-window[data-modal-type="gallery"] .modal-window__inner > .modal-window__close, .modal-window[data-modal-type="video"] .modal-window__inner > .modal-window__close {
        top: 0;
        right: 0;
    }
}

.modal-window[data-modal-type="gallery"] .modal-box, .modal-window[data-modal-type="video"] .modal-box {
    display: block;
    height: 100%;
}

.modal-window[data-modal-type="gallery"] .gallery, .modal-window[data-modal-type="video"] .gallery {
    width: 100%;
    height: 100%;
}

.modal-window[data-modal-type="gallery"] .modal-video, .modal-window[data-modal-type="video"] .modal-video {
    width: 100%;
    height: 100%;
}

.modal-window[data-modal-type="gallery"] .modal-video iframe, .modal-window[data-modal-type="video"] .modal-video iframe {
    width: 100%;
    height: 100%;
}

.modal-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

.modal-success {
    color: #000;
}

.sertificate-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

@media screen and (max-width: 992px) {
    .sertificate-item {
        gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.sertificate-item__pic img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .sertificate-item__pic img {
        max-height: 433px;
    }
}

.sertificate-item__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media screen and (max-width: 992px) {
    .sertificate-item__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
        -webkit-column-gap: 27px;
        column-gap: 27px;
        padding: 0 33px;
    }
}

@media screen and (max-width: 768px) {
    .sertificate-item__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0;
    }
}

@media screen and (max-width: 455px) {
    .sertificate-item__content {
        gap: 20px;
    }
}

.sertificate-item__name {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
}

@media screen and (max-width: 1200px) {
    .sertificate-item__name {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .sertificate-item__name {
        grid-column: 1 / -1;
        margin: 0 -33px;
    }
}

@media screen and (max-width: 768px) {
    .sertificate-item__name {
        margin: 0;
    }
}

@media screen and (max-width: 455px) {
    .sertificate-item__name {
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        color: #666D81;
    }
}

.sertificate-item__download {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 58px;
    background-color: #EF3E2E;
    border-radius: 4px;
    border: 1px solid #EF3E2E;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 183px;
}

.sertificate-item__navigate {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    gap: 27px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 455px) {
    .sertificate-item__navigate {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: start;
        margin-top: 0;
    }
}

.sertificate-item__navbtn {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
}

.pumps-choose {
    padding-top: 120px;
    padding-bottom: 217px;
}

@media screen and (max-width: 992px) {
    .pumps-choose {
        padding-top: 127px;
        padding-bottom: 137px;
    }
}

@media screen and (max-width: 640px) {
    .pumps-choose {
        padding-top: 50px;
        padding-bottom: 142px;
    }
}

.pumps-choose__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1198px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 1200px) {
    .pumps-choose__inner {
        max-width: 1087px;
    }
}

@media screen and (max-width: 992px) {
    .pumps-choose__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pumps-choose__title {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .pumps-choose__title {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .pumps-choose__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.pumps-choose__note {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .pumps-choose__note {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .pumps-choose__note {
        font-size: 16px;
        line-height: 20px;
    }
}

.pumps-choose__action {
    padding: 25px 50px;
    border: 1px solid #E7EAEE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    max-width: 100%;
}

@media screen and (max-width: 992px) {
    .pumps-choose__action {
        margin-top: 25px;
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .pumps-choose__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px;
    }
}

.pumps-choose__field {
    margin-right: 20px;
}

@media screen and (max-width: 640px) {
    .pumps-choose__field {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.pumps-choose__submit {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 58px;
    background-color: #EF3E2E;
    border-radius: 4px;
    border: 1px solid #EF3E2E;
}

.shortdesc {
    min-height: 210px;
    padding: 60px;
    background-color: #FEFEFE;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

@media screen and (max-width: 1200px) {
    .shortdesc {
        padding: 60px 50px;
    }
}

@media screen and (max-width: 640px) {
    .shortdesc {
        background-size: initial;
        background-position: center bottom;
    }
}

@media screen and (max-width: 450px) {
    .shortdesc {
        padding: 60px 10px;
    }
}

.shortdesc h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.shortdesc__text {
    max-width: 1000px;
    margin: auto;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
}

@media screen and (max-width: 1200px) {
    .shortdesc__text {
        max-width: 100%;
    }
}

.row-filter-block {
    padding: 50px 0;
}

.row-filter-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .row-filter-block__inner {
        padding: 0 5px;
    }

    .row-filter-block--type-2 .row-filter-block__inner {
        padding: 0 10px;
    }
}

.row-filter-block--center .row-filter-block__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-filter-block--type-2 {
    padding: 30px 0;
}

@media screen and (max-width: 640px) {
    .row-filter-block--type-2 {
        padding: 15px 0;
    }
}

.row-filter {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

@media screen and (max-width: 455px) {
    .row-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 640px) {
    .row-filter-block--type-2 .row-filter {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin: 0;
        gap: 10px;
    }
}

@media screen and (max-width: 455px) {
    .row-filter-block--type-2 .row-filter {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.row-filter-block--center .row-filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-filter__label {
    display: block;
    margin: 5px;
}

@media screen and (max-width: 450px) {
    .row-filter__label {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media screen and (max-width: 640px) {
    .row-filter-block--type-2 .row-filter__label {
        margin: 0;
    }
}

.row-filter__button {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
    text-align: center;
}

.row-filter-block .row-filter__button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666D81;
}

@media screen and (max-width: 640px) {
    .row-filter-block .row-filter__button {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        min-height: 66px;
    }
}

.row-filter__check:checked + .row-filter__button {
    background-color: #EF3E2E;
    color: #fff;
}

.catalog-column {
    padding-bottom: 70px;
}

.catalog-column__container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .catalog-column__container {
        padding: 0;
    }
}

.catalog-column__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
}

.pickup-block {
    padding-top: 120px;
    padding-bottom: 165px;
}

@media screen and (max-width: 640px) {
    .pickup-block {
        padding-top: 52px;
    }
}

.pickup-block__inner {
    width: 1282px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 342px;
    grid-template-columns: 1fr 342px;
    -webkit-column-gap: 44px;
    column-gap: 44px;
}

@media screen and (max-width: 1200px) {
    .pickup-block__inner {
        gap: 20px;
    }
}

@media screen and (max-width: 900px) {
    .pickup-block__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.pickup-block__list {
    --cols: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ var ];
    grid-template-columns: repeat(var(--cols, 3), 1fr);
    gap: 20px;
    -ms-grid-column: 1;
    grid-column: 1;
}

@media screen and (max-width: 992px) {
    .pickup-block__list {
        --cols: 2;
    }
}

@media screen and (max-width: 900px) {
    .pickup-block__list {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

@media screen and (max-width: 450px) {
    .pickup-block__list {
        --cols: 1;
    }
}

.pickup-block__filter {
    -ms-grid-column: 2;
    grid-column: 2;
    order: 1;
}

@media screen and (max-width: 900px) {
    .pickup-block__filter {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
    }
}

.item-main {
    padding-bottom: 60px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .item-main {
        padding-bottom: 30px;
    }
}

.item-main__inner {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 640px) {
    .item-main__inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.item-main__picture img {
    display: block;
}

.item-main__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .item-main__actions {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto 1fr;
        grid-template-columns: auto auto 1fr;
        gap: 5px;
    }
}

@media screen and (max-width: 768px) {
    .item-main__actions {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.item-main__link {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: 27px;
}

@media screen and (max-width: 1200px) {
    .item-main__link {
        margin-right: 7px;
    }
}

@media screen and (max-width: 1199px) {
    .item-main__link {
        margin: 0;
        -ms-grid-column-align: start;
        justify-self: start;
    }
}

@media screen and (max-width: 768px) {
    .item-main__link {
        -ms-grid-column-align: stretch;
        justify-self: stretch;
    }
}

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

@media screen and (max-width: 1200px) {
    .item-main__link:last-child {
        margin-right: 0;
    }
}

.item-main__order {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 23px 58px;
    background-color: #EF3E2E;
    border-radius: 4px;
    border: 1px solid #EF3E2E;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

@media screen and (max-width: 1199px) {
    .item-main__order {
        max-width: 257px;
        margin: 0;
        grid-column: 1 / -1;
        -ms-grid-column-align: start;
        justify-self: start;
    }
}

@media screen and (max-width: 640px) {
    .item-main__order {
        grid-column: 1 / -1;
        max-width: initial;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
    }
}

.item-main__description:hover .item-main__description-body {
    will-change: height;
}

.item-main__description-body {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #131D3B;
}

.item-main__description-body[data-toggleblock-box] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--hiderows, 5);
    overflow: hidden;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

@media screen and (max-width: 1200px) {
    .item-main__description-body[data-toggleblock-box] {
        -webkit-line-clamp: var(--hiderows-lg, 5);
    }
}

@media screen and (max-width: 992px) {
    .item-main__description-body[data-toggleblock-box] {
        -webkit-line-clamp: var(--hiderows-md, 5);
    }
}

@media screen and (max-width: 640px) {
    .item-main__description-body[data-toggleblock-box] {
        -webkit-line-clamp: var(--hiderows-sm, 5);
    }
}

.is-init[data-toggleblock] .item-main__description-body {
    display: block;
    -webkit-line-clamp: initial;
}

.item-main__description-more {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #EF3E2E;
    background: none;
    padding: 0;
    margin-top: 20px;
}

.item-main__description-more[data-toggleblock-trigger].is-hidden {
    display: none;
}

.item-main__directions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-main__direction {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.item-main__direction:not(:last-child) {
    margin-right: 80px;
}

@media screen and (max-width: 1200px) {
    .item-main__direction:not(:last-child) {
        margin-right: 55px;
    }
}

.item-main__direction svg {
    height: 45px;
    width: 45px;
}

.item-main__parameter--big {
    white-space: nowrap;
}

.item-main__parameters dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /*column-gap: 10px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
}

.item-main__parameters dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b5bbcc;
    /*word-break: break-all;*/
}

.item-main__parameters dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
    /*margin-right: 20px;*/
    /*white-space: nowrap;*/
}

.item-main__parameter dt pre, .item-main__parameter dd pre {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.item-main__timing {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #EF3E2E;
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 1199px) {
    .item-main__timing {
        -ms-grid-column-align: start;
        justify-self: start;
    }
}

.item-main--base .item-main__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr max-content;
    grid-template-columns: 300px 1fr max-content;
}

@media screen and (max-width: 1200px) {
    .item-main--base .item-main__inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__inner {
        -ms-grid-columns: 270px 1fr max-content;
        grid-template-columns: 270px 1fr max-content;
    }
}

@media screen and (max-width: 1024px) {
    .item-main--base .item-main__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__inner {
        padding-left: 10px;
        padding-right: 10px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }
}

.item-main--base .item-main__pic {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__pic {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__pic {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 455px) {
    .item-main--base .item-main__pic {
        grid-column: 1 / -1;
        max-width: 270px;
    }
}

.item-main--base .item-main__actions {
    grid-column: 2 / -1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 95px;
}

@media screen and (max-width: 768px) {
    .item-main--base .item-main__actions {
        margin: 0;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__actions {
        -ms-grid-row: 1;
        grid-row: 1;
        grid-column: 2 / -1;
        padding-left: 0;
    }
}

@media screen and (max-width: 455px) {
    .item-main--base .item-main__actions {
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 1200px) {
    .item-main--base .item-main__link {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__link {
        margin: 0;
    }
}

@media screen and (max-width: 1200px) {
    .item-main--base .item-main__link:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .item-main--base .item-main__order {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__order {
        margin-left: 0;
    }
}

.item-main--base .item-main__description {
    max-width: 531px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 95px;
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__description {
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1 / -2;
        padding-left: 0;
        max-width: 577px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__description {
        grid-column: 1 / -1;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

.item-main--base .item-main__directions {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    padding-left: 95px;
    padding-top: 20px;
    margin-top: -10px;
    margin-bottom: -10px;
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__directions {
        -ms-grid-row: 4;
        grid-row: 4;
        grid-column: 1 / -2;
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__directions {
        grid-column: 1 / -1;
        -ms-grid-row: 4;
        grid-row: 4;
        max-width: 60%;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 455px) {
    .item-main--base .item-main__directions {
        max-width: initial;
        width: 100%;
    }
}

.item-main--base .item-main__direction {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__direction:not(:last-child) {
        margin-right: 92px;
    }
}

@media screen and (max-width: 768px) {
    .item-main--base .item-main__direction:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__direction:not(:last-child) {
        margin-right: 10px;
    }
}

.item-main--base .item-main__parameters {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
}

@media screen and (max-width: 1199px) {
    .item-main--base .item-main__parameters {
        -ms-grid-row: 3;
        -ms-grid-row-span: 3;
        grid-row: 3 / 6;
        grid-column: -2 / -1;
        padding-left: 25px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__parameters {
        grid-column: 1 / -1;
        -ms-grid-row: 5;
        grid-row: 5;
        padding-left: 0;
        max-width: unset;
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 455px) {
    .item-main--base .item-main__parameters {
        max-width: initial;
    }
}

@media screen and (max-width: 640px) {
    .item-main--base .item-main__parameter:not(:last-child) {
        margin-bottom: 20px;
    }
}

.item-main--base .item-main__parameter:not(:last-child) {
    margin-bottom: 40px;
}

.item-main--base .item-main__parameter dt {
    /*word-break: break-word;*/
}

.item-main--system .item-main__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__inner {
        padding-left: 10px;
        padding-right: 10px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 15px;
        column-gap: 15px;
    }
}

.item-main--system .item-main__pic {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    padding-right: 100px;
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__pic {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
        margin-bottom: 25px;
        padding: 0;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__pic {
        grid-column: 1 / -1;
        -ms-grid-row: 1;
        grid-row: 1;
        max-width: 270px;
    }
}

.item-main--system .item-main__timing {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__timing {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__timing {
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 1 / -1;
    }
}

.item-main--system .item-main__actions {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__actions {
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 2 / -1;
        padding-left: 0;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__actions {
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1 / -1;
    }
}

.item-main--system .item-main__description {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
}

@media screen and (max-width: 1199px) {
    .item-main--system .item-main__description {
        grid-column: 1 / -1;
        -ms-grid-row: 4;
        grid-row: 4;
        margin-top: 40px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__description {
        grid-column: 1 / -1;
        -ms-grid-row: 3;
        grid-row: 3;
        margin-top: 0;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__description {
        -ms-grid-row: 4;
        grid-row: 4;
    }
}

.item-main--system .item-main__directions {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .item-main--system .item-main__directions {
        -ms-grid-row: 5;
        grid-row: 5;
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__directions {
        grid-column: 1 / -1;
        -ms-grid-row: 4;
        grid-row: 4;
        max-width: 60%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__directions {
        -ms-grid-row: 5;
        grid-row: 5;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__direction:not(:last-child) {
        margin-right: 10px;
    }
}

.item-main--system .item-main__parameters {
    grid-column: 1 / -1;
    -ms-grid-row: 5;
    grid-row: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 35px;
    border-top: 1px solid #E7EAEE;
    border-bottom: 1px solid #E7EAEE;
    /*margin-left: -23px;*/
    /*margin-right: -23px;*/
    margin-top: 100px;
}

@media screen and (max-width: 1200px) {
    .item-main--system .item-main__parameters {
        /*margin-left: -17px;*/
        /*margin-right: -17px;*/
        padding: 15px 0;
    }
}

@media screen and (max-width: 1199px) {
    .item-main--system .item-main__parameters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
        -ms-grid-row: 6;
        grid-row: 6;
        padding: 23px 20px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .item-main--system .item-main__parameters {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__parameters {
        gap: 44px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__parameters {
        justify-items: center;
    }
}

.item-main--system .item-main__parameters dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
}

.item-main--system .item-main__parameters dt {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .item-main--system .item-main__parameters dt pre {
        white-space: nowrap;
    }
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__parameters dt pre {
        white-space: initial;
    }
}

.item-main--system .item-main__parameters dd {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 640px) {
    .item-main--system .item-main__parameters dd {
        word-break: break-word;
        white-space: initial;
    }
}

.item-main--system .item-main__parameter {
    margin: 20px;
    margin-left: 0;
}

@media screen and (max-width: 1200px) {
    .item-main--system .item-main__parameter {
        margin: 15px 17px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1199px) {
    .item-main--system .item-main__parameter {
        margin: 0;
    }
}

@media screen and (max-width: 455px) {
    .item-main--system .item-main__parameter dd {
        margin-left: auto;
        margin-right: auto;
    }

    .item-main--system .item-main__parameter--big {
        -ms-grid-column-align: start;
        justify-self: start;
    }
}

.detail-section {
    padding: 30px 0;
}

.plate-content__text a {
    /*color: #131d3b;
    border-bottom: 1px dashed #EF3E2E; */
}

.plate-content__text a:hover {
    color: #EF3E2E;
}

@media screen and (max-width: 1200px) {
    .detail-section {
        padding: 15px 0;
    }
}

@media screen and (max-width: 640px) {
    .detail-section {
        padding: 25px 0;
    }
}

.detail-section__inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    /*overflow-x: auto;*/
}

@media screen and (max-width: 640px) {
    .detail-section__inner {
        padding: 0 10px;
    }
}

.detail-section__title {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px;
    color: #131D3B;
    text-align: center;
}

@media screen and (max-width: 455px) {
    .detail-section__title {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

#parameters .detail-section__title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width: 455px) {
    #parameters .detail-section__title {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }
}

.detail-section#relatives {
    padding-bottom: 60px;
}

.detail-section--bigpadding {
    padding: 115px 0 120px;
}

@media screen and (max-width: 1200px) {
    .detail-section--bigpadding {
        padding: 100px 0 100px;
    }
}

@media screen and (max-width: 640px) {
    .detail-section--bigpadding {
        padding: 60px 0;
    }
}

.videos-block {
    --cols: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ var ];
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 58px;
}

.plate-content__text td{
    border-left:1px solid #b7b7b7;
}

@media screen and (max-width: 640px) {
    .videos-block {
        --cols: 1;
    }
}

.aggregates-block {
    width: 100%;
    /*overflow-x: auto;*/
}

.aggregates-block__flag {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.aggregates-block__table {
    width: 100%;
    display: block;
    position: relative;
    min-width: 1024px;
}

.aggregates-block__table tbody {
    display: block;
}

.aggregates-block__table tr {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(42 / 1200 * 100%) calc(242 / 1200 * 100%) calc(102 / 1200 * 100%) calc(82 / 1200 * 100%) calc(98 / 1200 * 100%) calc(126 / 1200 * 100%) calc(194 / 1200 * 100%) calc(195 / 1200 * 100%) calc(119 / 1200 * 100%);
    grid-template-columns: calc(42 / 1200 * 100%) calc(242 / 1200 * 100%) calc(102 / 1200 * 100%) calc(82 / 1200 * 100%) calc(98 / 1200 * 100%) calc(126 / 1200 * 100%) calc(194 / 1200 * 100%) calc(195 / 1200 * 100%) calc(119 / 1200 * 100%);
    border-bottom: 1px solid #F2F3F5;
}

.aggregates-block__table tr:first-child {
    background: #F2F3F5;
}

.aggregates-block__table th, .aggregates-block__table td {
    padding-right: 10px;
    color: #131D3B;
}

.aggregates-block__table th {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.aggregates-block__table td {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.aggregates-block__table--content {
    border-top: 1px solid #E7EAEE;
}

.aggregates-block__table--head tr {
    background: #F2F3F5;
}

.advantages-block {
    --gap-common: 67px;
    padding: 0 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

@media screen and (max-width: 992px) {
    .advantages-block {
        padding: 0;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .advantages-block {
        --gap-common: 45px;
    }
}

@media screen and (max-width: 640px) {
    .advantages-block {
        --gap-common: 25px;
    }
}

@media screen and (max-width: 992px) {
    .advantages-block__info {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: var(--gap-common);
        column-gap: var(--gap-common);
    }
}

.advantages-block__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.advantages-block__info dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #131D3B;
}

.advantages-block__info dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b5bbcc;
    margin-top: 5px;
}

.advantages-block__grid {
    display: -ms-grid;
    display: grid;
    row-gap: 30px;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: var(--gap-common);
    column-gap: var(--gap-common);
}

@media screen and (max-width: 992px) {
    .advantages-block__grid {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

@media screen and (max-width: 455px) {
    .advantages-block__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 67px;
    }
}

.advantages-block__sublist {
    --gap: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: var(--gap);
}

.advantages-block__sublist:nth-child(1) {
    --gap: 55px;
}

.advantages-block__sublist:nth-child(2) {
    --gap: 85px;
}

.advantages-block__sublist:nth-child(3) {
    --gap: 67px;
}

@media screen and (max-width: 992px) {
    .advantages-block__sublist:nth-child(n) {
        --gap: 30px;
    }
}

@media screen and (max-width: 455px) {
    .advantages-block__sublist:nth-child(n) {
        --gap: 67px;
    }
}

.advantages-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #131D3B;
}

.advantages-block__item::before {
    content: "";
    margin-bottom: 18px;
    width: 27px;
    height: 22px;
    background: url("/local/templates/areopag/images/red-tick.svg") no-repeat;
}

.relative-goods {
    --cols: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ var ];
    grid-template-columns: repeat(var(--cols), 1fr);
    -webkit-column-gap: 45px;
    column-gap: 45px;
}

@media screen and (max-width: 768px) {
    .relative-goods {
        --cols: 1;
        gap: 20px;
    }
}

.row .relative-goods {
    margin-top: 60px;
}

@media screen and (max-width: 992px) {
    .row .relative-goods {
        --cols: 1;
        gap: 50px;
    }
}

.sizes-block {
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: -16px;*/
}

.sizes-block__cell {
    padding: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sizes-block__cell:nth-last-child(n+3),
.sizes-block__cell:nth-last-child(n+3) ~ .sizes-block__cell {
    width: calc(100% / 3);
}

.sizes-block__cell:nth-last-child(2):first-child {
    width: calc(651 / 1200 * 100%);
}

.sizes-block__cell:nth-child(2):last-child {
    width: calc(417 / 1200 * 100%);
}

@media screen and (max-width: 992px) {
    .sizes-block__cell:nth-last-child(2):first-child {
        width: calc(501 / 950 * 100%);
    }

    .sizes-block__cell:nth-child(2):last-child {
        width: calc(417 / 950 * 100%);
    }
}

@media screen and (max-width: 989px) {
    .sizes-block__cell:nth-last-child(n+3),
    .sizes-block__cell:nth-last-child(n+3) ~ .sizes-block__cell {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 720px) {
    .sizes-block__cell:nth-last-child(2):first-child {
        width: 100%;
    }

    .sizes-block__cell:nth-child(2):last-child {
        width: 100%;
    }

    .sizes-block__cell:nth-last-child(n+3),
    .sizes-block__cell:nth-last-child(n+3) ~ .sizes-block__cell {
        width: 100%;
    }
}

.sizes-block__table {
    /*overflow-x: auto;*/
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.sizes-block__table .sizes-table {
    width: 100%;
}

.sizes-block__table th,
.sizes-block__table td {
    padding-left: 15px;
    padding-right: 15px;
}

.sizes-block__picture img {
    display: block;
    width: 100%;
    height: auto;
}

.item-environment {
    padding-bottom: 120px;
}

.item-environment__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}

.item-environment__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #b5bbcc;
    text-align: center;
    margin-bottom: 26px;
}

.item-environment__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr) [ var ];
    grid-template-rows: repeat(var(--rows, 8), 1fr);
    grid-auto-flow: column;
    row-gap: 25px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

@media screen and (max-width: 990px) {
    .item-environment__list {
        -ms-grid-columns: (max-content) [ 3 ];
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content);
    }
}

@media screen and (max-width: 768px) {
    .item-environment__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .item-environment__list li {
        word-break: break-word;
    }
}

@media screen and (max-width: 640px) {
    .item-environment__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .item-environment__list li {
        word-break: break-word;
    }
}

.item-environment__list li {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
}

.questions-section {
    padding: 150px 0;
}

@media screen and (max-width: 1200px) {
    .questions-section {
        padding: 90px 0;
    }
}

@media screen and (max-width: 992px) {
    .questions-section {
        padding: 45px 0 90px;
    }
}

.questions-section__inner {
    width: 1175px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 105px;
}

@media screen and (max-width: 1200px) {
    .questions-section__inner {
        gap: 50px;
        width: 1120px;
    }
}

@media screen and (max-width: 768px) {
    .questions-section__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 450px) {
    .questions-section__inner {
        padding: 0 10px;
    }
}

.questions-section__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
    margin-bottom: 30px;
}

.questions-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
}

.questions-section__item a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.questions-section__item::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(/local/templates/areopag/images/qustionlist-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.questions-section__item:not(:last-child) {
    margin-bottom: 20px;
}

.sitemap-block {
    padding: 30px 0 60px;
}

.sitemap-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .sitemap-block__inner {
        width: 840px;
    }
}

@media screen and (max-width: 992px) {
    .sitemap-block__inner {
        width: 930px;
    }
}

.sitemap-block__nav {
    display: block;
}

.sitemap-block__nav a {
    display: block;
}

.sitemap-block__nav a:first-child {
    margin-top: 0;
}

.sitemap-block__nav a:last-child {
    margin-bottom: 0;
}

.sitemap-block__level-1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    margin: 30px 0;
    color: #000;
}

.sitemap-block__level-2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
    margin: 16px 0;
    color: #000;
}

.sitemap-block__level-3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding-left: 40px;
    margin: 14px 0;
    color: #000;
}

.search-block {
    padding-bottom: 30px;
}

.search-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .search-block__inner {
        width: 840px;
    }
}

@media screen and (max-width: 992px) {
    .search-block__inner {
        width: 990px;
    }
}

@media screen and (max-width: 640px) {
    .search-block--padding .search-block__inner {
        padding: 0 10px;
    }
}

.search-block__message {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .search-block__message {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }
}

.search-block__message span {
    color: #EF3E2E;
}

.search-block--padding {
    padding-top: 120px;
}

@media screen and (max-width: 640px) {
    .search-block--padding {
        padding-top: 50px;
        padding-bottom: 15px;
    }
}

.search-result {
    padding-top: 30px;
    padding-bottom: 120px;
}

.search-result__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media screen and (max-width: 1200px) {
    .search-result__inner {
        width: 840px;
    }
}

@media screen and (max-width: 992px) {
    .search-result__inner {
        width: 990px;
    }
}

.sertificates-block {
    padding: 30px 0;
}

@media screen and (max-width: 640px) {
    .sertificates-block {
        padding: 15px 0;
    }
}

.sertificates-block:last-child {
    padding-bottom: 120px;
}

.sertificates-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
    gap: 81px;
}

@media screen and (max-width: 1200px) {
    .sertificates-block__inner {
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .sertificates-block__inner {
        gap: 37px;
    }
}

@media screen and (max-width: 768px) {
    .sertificates-block__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .sertificates-block__filter {
        display: none;
    }
}

.sertificates-block__list {
    --cols: 3;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 6px;
    column-gap: 6px;
    row-gap: 30px;
    -ms-grid-columns: (1fr) [ var ];
    grid-template-columns: repeat(var(--cols), 1fr);
}

@media screen and (max-width: 992px) {
    .sertificates-block__list {
        --cols: 2;
    }
}

@media screen and (max-width: 640px) {
    .sertificates-block__list {
        --cols: 1;
    }
}

.request-block {
    padding-top: 62px;
    padding-bottom: 62px;
}

@media screen and (max-width: 822px) {
    .request-block {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.request-block:first-child {
    padding-top: 120px;
}

@media screen and (max-width: 822px) {
    .request-block:first-child {
        padding-top: 0;
    }
}

.request-block:last-child {
    padding-bottom: 120px;
}

@media screen and (max-width: 822px) {
    .request-block:last-child {
        padding-bottom: 0;
    }
}

.request-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    width: 822px;
    padding: 0;
}

.request-block__head-note {
    grid-column: span 2;
    text-align: center;
    display: block;
}

.request-content {
    padding-top: 62px;
    padding-bottom: 62px;
}

.request-content:first-child {
    padding-top: 120px;
}

.request-content:last-child {
    padding-bottom: 120px;
}

.request-content__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .request-content__inner {
        width: 848px;
    }
}

.page-nf {
    padding-top: 110px;
    padding-bottom: 132px;
}

@media screen and (max-width: 768px) {
    .page-nf {
        padding-top: 28px;
        padding-bottom: 60px;
    }
}

.page-nf__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    width: 1207px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(300px, 541px) 1fr 400px;
    grid-template-columns: minmax(300px, 541px) 1fr 400px;
}

@media screen and (max-width: 1200px) {
    .page-nf__inner {
        width: 1106px;
        -ms-grid-columns: minmax(300px, 526px) 1fr 300px;
        grid-template-columns: minmax(300px, 526px) 1fr 300px;
    }
}

@media screen and (max-width: 992px) {
    .page-nf__inner {
        width: 852px;
        -webkit-column-gap: 100px;
        column-gap: 100px;
        -ms-grid-columns: 1fr 300px;
        grid-template-columns: 1fr 300px;
    }
}

@media screen and (max-width: 768px) {
    .page-nf__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 100%;
    }
}

.page-nf__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
    margin-bottom: 40px;
    -ms-grid-column: 1;
    grid-column: 1;
}

@media screen and (max-width: 992px) {
    .page-nf__title {
        max-width: 369px;
    }
}

@media screen and (max-width: 768px) {
    .page-nf__title {
        -ms-grid-row: 2;
        grid-row: 2;
        grid-column: 1 / -1;
        margin-top: 27px;
        max-width: initial;
        font-size: 30px;
        line-height: 40px;
    }
}

.page-nf__description {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
    .page-nf__description {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 768px) {
    .page-nf__description {
        -ms-grid-row: 3;
        grid-row: 3;
        grid-column: 1 / -1;
    }
}

.page-nf__description li {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
}

.page-nf__description li:not(:last-child) {
    margin-bottom: 10px;
}

.page-nf__text {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #666D81;
    margin-bottom: 20px;
}

.page-nf__linksblock {
    -ms-grid-column: 1;
    grid-column: 1;
}

@media screen and (max-width: 992px) {
    .page-nf__linksblock {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 768px) {
    .page-nf__linksblock {
        -ms-grid-row: 4;
        grid-row: 4;
        grid-column: 1 / -1;
    }
}

.page-nf__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .page-nf__links {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.page-nf__link {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
    text-align: center;
}

.page-nf__link:not(:last-child) {
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .page-nf__link:not(:last-child) {
        margin: 0;
    }
}

.page-nf__searchblock {
    grid-column: -1 / -2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    max-width: 400px;
}

@media screen and (max-width: 992px) {
    .page-nf__searchblock {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }
}

@media screen and (max-width: 768px) {
    .page-nf__searchblock {
        -ms-grid-row: 1;
        grid-row: 1;
        grid-column: 1 / -1;
    }
}

.info-section {
    padding-top: 70px;
    padding-bottom: 140px;
    overflow-x: auto;
}

.info-section__inner {
    width: 1240px !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .info-section__inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .info-section__inner {
        width: 910px;
    }
}

.info-section-content > *:first-child {
    margin-top: 0;
}

.info-section-content > *:last-child {
    margin-bottom: 0;
}

.info-section-content > * {
    margin: 55px 0;
}

@media screen and (max-width: 768px) {
    .info-section-content > * {
        margin: 30px 0;
    }
}

@media screen and (max-width: 455px) {
    .info-section-content > * {
        margin: 15px 0;
    }
}

.info-section-content > h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #131D3B;
}

.info-section-content > h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #131D3B;
}

.info-section-content > h3:empty {
    display: none;
}

.info-section-content > p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    max-width: 630px;
}

.info-section-content .desc {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.info-section-content .plate-content {
    color: #131D3B;
}

@media screen and (max-width: 640px) {
    .info-section-content .plate-content {
        gap: 10px;
    }
}

@media screen and (max-width: 640px) {
    .info-section-content .plate-content__picture {
        padding-top: 68px;
    }
}

.info-section-content .sizes-table {
    width: 100%;
}

.info-section-content > picture {
    display: block;
}

.info-section-content > picture img {
    width: 100%;
    height: auto;
}

.info-section-schema {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 208px;
    grid-template-columns: 1fr 208px;
    gap: 40px;
    font-size: 18px;
    line-height: 30px;
    color: #131D3B;
}

@media screen and (max-width: 768px) {
    .info-section-schema {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.info-section-schema picture {
    display: block;
}

.info-section-schema picture:first-child:last-child {
    grid-column: 1 / -1;
}

.info-section-schema picture img {
    display: block;
    width: 100%;
    height: auto;
}

.info-section-schema picture:empty {
    display: none;
}

.info-section-schema > div:first-child:last-child {
    grid-column: 1 / -1;
}

.info-section-schema > div:empty {
    display: none;
}

.info-section-schema ul {
    padding-left: 20px;
    list-style-type: disc;
}

.info-section-schema ol {
    padding-left: 20px;
    list-style-type: decimal;
}

.vacancies-catalog {
    padding: 60px 0;
}

.vacancies-catalog .title-section {
    margin-bottom: 50px;
}

.vacancies-catalog__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 455px) {
    .vacancies-catalog__controls {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .vacancies-catalog__controls .row-filter {
        width: 100%;
    }
}

.vacancies-catalog__btn {
    display: block;
    background: #F2F3F5;
    border-radius: 4px;
    color: #131D3B;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 30px;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    cursor: pointer;
    text-align: center;
}

.vacancies-catalog__btn.is-active {
    color: #fff !important;
}

.vacancies-catalog__btn.is-active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.vacancies-catalog__screen {
    display: none;
}

.vacancies-catalog__screen.is-active {
    display: block;
}

.vacancies-advantages {
    padding: 60px 0;
}

.contacts-block {
    padding: 60px 0;
}

.contacts-block__inner {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .contacts-block__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.contacts-block__inner_temp{
    display: block;
}

.contacts-block__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
}
.contacts-block__cards_temp {
    width: 100%;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
    .contacts-block__cards_temp {
        grid-template-columns: 1fr;
    }
}

.contacts-block__map-wrap {
    width: 100%;
    min-height: 450px;
    grid-column: span 2;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .contacts-block__map-wrap {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}

.contacts-block__map {
    width: 100%;
    height: 100%;
}

.gallery-block {
    padding: 120px 0 90px;
}

@media screen and (max-width: 990px) {
    .gallery-block {
        padding: 60px 0;
    }
}

.gallery-block__inner {
    --cols: 3;
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ var ];
    grid-template-columns: repeat(var(--cols), 1fr);
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .gallery-block__inner {
        --cols: 2;
        gap: 20px;
    }
}

@media screen and (max-width: 455px) {
    .gallery-block__inner {
        --cols: 1;
    }
}

@media screen and (max-width: 992px) {
    .partners-block.flat-company {
        margin-top: 30px;
    }
}

.partners-block .flat-carousel-box {
    border-top: 1px solid #f2f3f5;
    padding: 117px 0 90px;
}

@media screen and (max-width: 1200px) {
    .partners-block .flat-carousel-box {
        padding: 90px 0;
    }
}

.partners-block .owl-nav {
    display: none;
}

.partners-block:last-child {
    padding-bottom: 90px;
}

.partners-block .flat-carousel-box {
    border-top: 1px solid #f2f3f5;
    padding: 117px 0 90px;
}

@media screen and (max-width: 992px) {
    .vacancies-section__content {
        margin-bottom: 40px;
    }
}

.vacancies-section__sidebar .widget-service-post {
    margin-top: 60px;
}

.review-item__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #131D3B;
}

@media screen and (max-width: 640px) {
    .review-item__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.review-item__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #666D81;
    margin-top: 30px;
}

.review-item__author {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E7EAEE;
}

.review-item__author b {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #EF3E2E;
}

.review-item__author span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #666D81;
}

.review-item__author div {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 20px;
    background: #EF3E2E;
    position: relative;
}

.review-item__author div i {
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery {
    position: relative;
}

.gallery .owl-carousel {
    height: 100%;
}

.gallery .owl-carousel .owl-stage-outer {
    height: 100%;
}

.gallery .owl-stage {
    height: 100%;
}

.gallery .owl-item {
    height: 100%;
}

.gallery__slide {
    height: 100%;
}

.gallery__slide picture {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery__nav {
    position: absolute;
    top: calc(50% - 25px);
    height: 50px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .gallery__nav {
        top: calc(100% + 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.gallery__nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .gallery__nav button {
        position: static;
    }

    .gallery__nav button:not(:last-child) {
        margin-right: 20px;
    }
}

.gallery__nav button::before {
    content: "";
    display: block;
    background-image: url("/local/templates/areopag/images/chevron.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 14px;
}

.gallery__nav button span {
    display: none;
}

.gallery .owl-prev {
    right: calc(100% + 36px);
}

@media screen and (max-width: 640px) {
    .gallery .owl-prev {
        right: initial;
        left: 0;
    }
}

.gallery .owl-prev::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery .owl-next {
    left: calc(100% + 36px);
}

@media screen and (max-width: 640px) {
    .gallery .owl-next {
        left: initial;
        right: 0;
    }
}

.vacancy-list {
    color: #131D3B;
}

.vacancy-list h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #131D3B;
    margin: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .vacancy-list h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.vacancy-list h2:last-child {
    margin-bottom: 0;
}

.vacancy-list ul {
    margin-bottom: 20px;
}

.vacancy-list ul:last-child {
    margin-bottom: 0;
}

.vacancy-list li {
    font-size: 18px;
}

.vacancy-description {
    color: #131D3B;
}

.vacancy-description b {
    display: block;
    font-weight: 700;
    margin-bottom: 40px;
}

.vacancy-description b:last-child {
    margin-bottom: 0;
}

.vacancy-description ul {
    margin-bottom: 20px;
}

.vacancy-description ul:last-child {
    margin-bottom: 0;
}

.vacancy-description p {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .wysiwig-block.about tr {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
    }

    .wysiwig-block.about td {
        padding: 0;
        width: 100%;
    }

    .wysiwig-block.about td iframe {
        width: 100%;
    }

    .info-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .col-md-6.col-sm-12.clearfix img {
        width: 100%;
    }

    .col-md-3.col-sm-6.clearfix {
        width: 49%;
        display: inline-flex;
        justify-content: center;
    }

    tr.industries {
        display: flex;
        flex-wrap: wrap;
    }

    tr.industries td {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    /*class for table on mobile for перенос*/
    .mobile-flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .customers__map iframe {
        display: none;
    }

    .wysiwig-block.about iframe {
        width: 100%;
    }

    table.customers td:first-of-type {
        display: none;
    }

    table.customers td:last-of-type {
        text-align: center !important;
    }

    .wysiwig-block.about .customers td {
        padding: 16px;
    }
}


.wysiwig-block.about {
    overflow-x: auto;
}

.mainNews{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 46px;
    gap: 30px;
}

.mainNews__column{
    flex: 0 0 33%;
    display: flex;
}
.mainNews__inner{
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

}
.mainNews__inner .post-menu{
    flex: 1;
}

.searchLink{
    position: relative;
    stroke: #fff;
}
.searchLink svg {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .mainNews{
        flex-wrap: wrap;
    }
    .mainNews__column{
        flex: 0 0 40%;
    }
    .mainNews__column:last-child{
        flex: none;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mainNews__column{
        flex: none;
        width: 100%;
        justify-content: center;
    }
    .mainNews__column .post{
        width: 100%;
        flex: none;
    }
    .mainNews__column .featured-post img{
        object-fit: contain;
    }

}