

@media only screen and (min-width:768px) {
    .product-item__image-default:hover {
        cursor: none
    }

    .product-item__image-default:hover .product-item__image-plus {
        display: block
    }

    .product-item__image-default:hover~.product-item__image-zoom {
        opacity: 1;
        visibility: visible
    }
}

.product-item__image-plus {
    width: 4.2rem;
    height: 4.2rem;
    background: rgba(208, 148, 31, .7);
    position: absolute;
    z-index: 1;
    display: none;
    border-radius: 50%
}

.product-item__image-plus:after,
.product-item__image-plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff
}

.product-item__image-plus:before {
    margin-top: -.9rem;
    width: 1px;
    height: 1.8rem
}

.product-item__image-plus:after {
    margin-left: -.9rem;
    height: 1px;
    width: 1.8rem
}

.product-item__image-zoom {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .18);
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: 100%;
    bottom: 100%;
    margin-left: -11rem;
    margin-bottom: -11rem;
    z-index: 10;
    font-size: 0;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.product-item__image-zoom img {
    width: 106.6rem;
    position: relative;
    display: block
}

@media only screen and (max-width:767px) {
    .product-item__image-zoom {
        display: none
    }
}

.product-item__title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-left: 2rem;
    border-left: 2px solid #d0941f
}

.item-preview {
    display: block;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-left: 0;
    text-decoration: none;
    color: #1d1f22;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative
}

.item-preview:hover .item-preview__image img {
    transform: scale(1.05)
}

.item-preview:hover .item-preview__title {
    color: #d0941f
}

.item-preview__image {
    height: 23rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
    width: 100%
}

.item-preview__image>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
    ;
    transition: all .3s
}

.item-preview__colors {
    z-index: 1;
    width: auto;
    padding: 0 1rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: -4.9rem -.5rem 3rem
}

.item-preview__color {
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #f7f7f7;
    font-size: 0;
    line-height: 1;
    flex: 1 1;
    max-width: 3rem;
    min-width: 3rem;
    position: relative
}

.item-preview__color:before {
    content: "";
    display: inline-block;
    width: 0;
    margin-right: -1px;
    padding-bottom: 100%
}

.item-preview__color img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
}

.item-preview__body {
    width: 100%;
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto
}

.item-preview__price {
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    margin-bottom: 1rem
}

.item-preview__price small {
    font-size: 1.4rem;
    line-height: 2rem
}

.item-preview__title {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 1.4rem;
    transition: color .3s
}

.item-preview__button {
    padding: 1.3rem 1rem;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    margin: 0 -2rem
}

.item-preview__button .icon-arrow-right {
    display: inline-block;
    padding: 2px 3.9rem 2px 2px;
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #a0a0ad
}

.item-preview__button .icon-arrow-right:before {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    top: 0
}

.solution-item {
    display: block;
    padding: 0 2rem 2rem;
    text-decoration: none;
    color: #43464e;
    transition: color .3s;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.solution-item:hover {
    color: #d0941f
}

.solution-item:hover .solution-item__image img {
    transform: scale(1.06)
}

.solution-item__image {
    height: 28rem;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative
}

.solution-item__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", contain center, "; object-position: ", \;
    ;
    transition: all .5s
}

.solution-item__title {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.2rem
}

.solution-item__arrow {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem
}

.solution-item__arrow:before {
    font-size: 1.1rem
}

.solution-item--view-all {
    background: #f7f7f7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0
}

.solution-item--view-all .solution-item__title {
    margin: 0
}

.solution-item--view-all .solution-item__arrow {
    position: absolute;
    right: 2rem;
    bottom: 2rem
}

@media only screen and (max-width:767px) {
    .solution-item--view-all {
        height: 10rem
    }
}

img.lazyload {
    opacity: 0
}

img.lazyload.lazyloaded {
    opacity: 1
}

.form-header {
    margin-bottom: 3rem
}

.form-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    color: #1d1f22;
    margin-bottom: 1.5rem
}

.form-descr {
    font-size: 1.6rem;
    line-height: 2.2rem
}

.checkbox {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox input {
    display: none
}

.checkbox input:checked~span:after {
    opacity: 1
}

.checkbox input:disabled~span {
    cursor: default;
    color: #a0a0ad
}

.checkbox input:disabled~span:before {
    background-color: #e3e3e3
}

.checkbox input:disabled~span:after {
    color: #a0a0ad
}

.checkbox span {
    display: block;
    padding: 3px 0 3px 4.4rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #26293c;
    cursor: pointer
}

.checkbox span:before {
    content: "";
    background-color: rgba(208, 148, 31, .3);
    transition: all .3s
}

.checkbox span:after,
.checkbox span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem
}

.checkbox span:after {
    content: "\e802";
    font-family: fontello;
    text-align: center;
    font-size: 1rem;
    line-height: 2.4rem;
    color: #63666a;
    opacity: 0;
    transition: opacity .3s
}

.checkbox span a {
    color: #d0941f;
    border-bottom: 1px solid rgba(1, 103, 175, .25);
    text-decoration: none;
    transition: border-color .3s;
    padding-bottom: 3px
}

.checkbox span a:hover {
    color: #d0941f;
    border-bottom: 1px solid #0167af;
    text-decoration: none
}

.checkbox:hover span:before {
    background-color: rgba(208, 148, 31, .1)
}

.checkbox--lg input:checked~span:before {
    background-color: #d0941f
}

.checkbox--lg span {
    padding-top: .6rem;
    padding-bottom: .6rem
}

.checkbox--lg span:before {
    width: 3rem;
    height: 3rem;
    background-color: #e3e3e3
}

.checkbox--lg span:after {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #fff
}

.checkbox--lg:hover span:before {
    background-color: #ede9df
}

.checkbox--text-sm span {
    font-size: 1.4rem;
    line-height: 2.2rem
}

.checkbox--text-sm span:after,
.checkbox--text-sm span:before {
    top: 2px
}

.form-item {
    margin-bottom: 3rem
}

.form-item--mb-lg {
    margin-bottom: 4rem
}

@media only screen and (max-width:767px) {
    .form-item--mb-lg {
        margin-bottom: 3rem
    }
}

.form-item--mb-sm {
    margin-bottom: 2rem
}

.form-field {
    display: block;
    width: 100%;
    height: 6.4rem;
    background-color: #fff;
    padding: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #1d1f22;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #a0a0ad;
    transition: border-color .3s
}

.form-field.has-error {
    border-bottom-color: red
}

.form-field--gray {
    background-color: #f7f7f7
}

.form-field:placeholder {
    color: #a0a0ad
}

.form-field:focus {
    border-bottom-color: #d0941f
}

.form-field:focus::-moz-placeholder {
    color: transparent
}

.form-field:focus:-ms-input-placeholder {
    color: transparent
}

.form-field:focus::placeholder {
    color: transparent
}

textarea.form-field {
    min-height: 15rem;
    max-width: 100%;
    width: 100%
}

.form-placeholder {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #1d1f22;
    margin-bottom: 1.5rem;
    display: block
}

.form-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 3rem
}

@media only screen and (max-width:767px) {
    .form-cols {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }
}

.form-accept {
    margin-bottom: 4rem
}

.form-accept--mb-sm {
    margin-bottom: 3rem
}

.form-file {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 4rem
}

.form-file input {
    display: none
}

.form-file span {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px dashed #a0a0ad;
    padding: 2rem;
    transition: border-color .3s;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #43464e
}

.form-file:hover span {
    border-color: #1d1f22
}

.search-form {
    position: relative;
    max-width: 30rem;
    width: 100%
}

.search-form input {
    display: block;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    background: none;
    font-family: Gotham Pro, Helvetica Neue, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 1.2rem 1.9rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #1d1f22;
    transition: color .3s, border-color .3s
}

.search-form input::-moz-placeholder {
    color: #a0a0ad;
    opacity: 1
}

.search-form input:-ms-input-placeholder {
    color: #a0a0ad;
    opacity: 1
}

.search-form input::placeholder {
    color: #a0a0ad;
    opacity: 1
}

.search-form input:focus {
    border-color: #d0941f
}

.search-form input:focus::-moz-placeholder {
    color: transparent
}

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

.search-form input:focus::placeholder {
    color: transparent
}

.search-form button {
    color: #a0a0ad;
    outline: 0;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    transition: color .3s, background-color .3s
}

.search-form button,
.search-form button:before {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    text-align: center
}

.search-form button:before {
    line-height: 4rem;
    display: block
}

.search-form button:hover {
    color: #fff;
    background-color: #d0941f
}

.form__error {
    padding-top: 1rem;
    color: red
}

.swiper-button-next,
.swiper-button-prev {
    width: 5.4rem;
    height: 5.4rem;
    display: block;
    margin-top: -2.7rem;
    transform: none;
    background-color: #d0941f;
    color: #fff;
    transition: color .3s, background-color .3s;
    border-radius: 50%;
    outline: none;
    z-index: 1
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #014c8b
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: fontello;
    font-size: 2rem;
    width: 1rem;
    height: 2rem;
    left: 50%;
    margin-left: -.5rem;
    top: 50%;
    margin-top: -1rem;
    position: absolute
}

.swiper-button-next--sm,
.swiper-button-prev--sm {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem
}

.swiper-button-next--sm:after,
.swiper-button-prev--sm:after {
    font-size: 1.1rem;
    width: .6rem;
    height: 1.1rem;
    margin-left: -3px;
    margin-top: -.5rem
}

@media only screen and (max-width:767px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 2.8rem;
        height: 2.8rem;
        margin-top: -1.4rem
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.1rem;
        width: .6rem;
        height: 1.1rem;
        margin-left: -3px;
        margin-top: -.5rem
    }
}

.swiper-button-prev {
    left: 0
}

.swiper-button-prev:after {
    content: "\e805";
    margin-left: -.6rem
}

@media only screen and (max-width:767px) {
    .swiper-button-prev:after {
        margin-left: -.4rem
    }
}

.swiper-button-prev--sm:after {
    margin-left: -.5rem
}

@media only screen and (max-width:767px) {
    .swiper-button-prev--sm:after {
        margin-left: -.4rem
    }
}

@media only screen and (min-width:768px) {
    .swiper-button-prev:after {
        margin-left: -.5rem
    }
}

.swiper-button-next {
    right: 0
}

.swiper-button-next:after {
    content: "\e806"
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
    opacity: 1;
    background: #e3e3e3;
    cursor: default
}

.swiper-pagination-progressbar {
    width: 100%;
    height: 1px;
    background-color: #a0a0ad
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
    background-color: #1d1f22;
    margin-top: -1px
}

.article-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    flex-direction: column;
    justify-content: space-between
}

.article-preview__body {
    padding: 3rem
}

@media only screen and (max-width:767px) {
    .article-preview__body {
        padding: 1.5rem
    }
}

.article-preview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.2rem
}

.article-preview__category,
.article-preview__date {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #d0941f
}

.article-preview__category {
    transition: color .3s;
    text-decoration: none;
    display: inline-block
}

.article-preview__category:hover {
    color: #63666a
}

.article-preview__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #1d1f22;
    display: block;
    text-decoration: none;
    transition: color .3s
}

.article-preview__title:hover {
    color: #d0941f
}

@media only screen and (max-width:767px) {
    .article-preview__title {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

.article-preview__image {
    height: 20rem;
    position: relative;
    overflow: hidden;
    display: block
}

.article-preview__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
    ;
    transition: all .3s
}

.article-preview__image:hover img {
    transform: scale(1.06)
}

.category-preview {
    display: block;
    text-decoration: none;
    background: #f7f7f7;
    width: 100%
}

.category-preview:hover .category-preview__image img {
    transform: scale(1.05)
}

.category-preview__image {
    position: relative;
    overflow: hidden;
    height: 25rem;
    width: 100%
}

.category-preview__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
    ;
    transition: all .3s
}

.category-preview__label {
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
    background-color: #d0941f;
    padding: .9rem 1rem
}

.category-preview__body {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 2rem;
    border-top: 1px solid #e3e3e3
}

.category-preview__body--icon {
    padding-left: 5.5rem
}

.category-preview__icon {
    position: absolute;
    left: 2rem;
    width: 2rem;
    height: 2rem;
    top: 50%;
    margin-top: -1rem;
    line-height: 1;
    font-size: 0
}

.category-preview__icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", contain center, "; object-position: ", \;
    ;
    width: 2rem;
    height: 2rem
}

.category-preview__title {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #1d1f22
}

.category-preview__title:before {
    font-size: .6rem;
    right: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute
}

.map-marker {
    width: 22px;
    height: 23px;
    background: url(/images/map_office_blue.svg) no-repeat 0 0;
    background-size: contain;
    top: 0;
    left: 0;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 .7rem rgba(208, 148, 31, .15);
    border-radius: 50%
}

.map-marker--brown {
    background: url(/images/map_office_brown.svg) no-repeat 0 0;
    background-size: contain;
    box-shadow: 0 0 0 7px rgba(208, 148, 31, .15)
}

.text-center {
    text-align: center
}

.guarantee_form_anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden
}

@media only screen and (max-width:990px) {
    .fw-5 {
        font-weight: 500;
        font-size: 2.1rem
    }
}

@media only screen and (max-width:990px) {
    .html-block-sm {
        font-size: 1.4rem
    }
}

.about-corp-block {
    position: relative
}

.about-corp-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 87rem
}

@media only screen and (max-width:1339px) {
    .about-corp-block__container {
        min-height: 81rem
    }
}

@media only screen and (max-width:1199px) {
    .about-corp-block__container {
        min-height: 75rem
    }
}

@media only screen and (max-width:990px) {
    .about-corp-block__container {
        min-height: 56rem
    }
}

@media only screen and (max-width:767px) {
    .about-corp-block__container {
        min-height: 0
    }
}

.about-corp-block__text {
    width: 50%;
    margin-bottom: 4rem;
    padding-right: 2rem
}

@media only screen and (max-width:767px) {
    .about-corp-block__text {
        padding-right: 0;
        margin-bottom: 3rem;
        width: 100%
    }
}

.about-corp-block__descr {
    max-width: 57rem;
    margin-bottom: 4rem
}

.about-corp-block-numbers {
    max-width: 100rem;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 5rem;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 1fr;
    grid-column-gap: 9.3rem;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1199px) {
    .about-corp-block-numbers {
        grid-column-gap: 7rem
    }
}

@media only screen and (max-width:990px) {
    .about-corp-block-numbers {
        grid-column-gap: 3.5rem;
        padding: 2rem
    }
}

@media only screen and (max-width:767px) {
    .about-corp-block-numbers {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 1fr
    }
}

.about-corp-block-numbers__item {
    font-size: 1.8rem;
    line-height: 2.6rem
}

.about-corp-block-numbers__item:last-child {
    padding-left: 0
}

.about-corp-block-numbers__item span {
    display: block;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 1.2rem;
    color: #1d1f22
}

@media only screen and (max-width:990px) {
    .about-corp-block-numbers__item {
        font-size: 1.6rem;
        line-height: 2.2rem
    }

    .about-corp-block-numbers__item span {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media only screen and (max-width:767px) {
    .about-corp-block-numbers__item {
        margin-bottom: 2rem
    }

    .about-corp-block-numbers__item:last-child {
        margin-bottom: 0
    }
}

.about-corp-block__video .video {
    position: absolute;
    width: calc(50% - 1.5rem);
    right: 0;
    top: 7.5rem;
    height: 61.2rem;
    padding-bottom: 0
}

@media only screen and (max-width:1339px) {
    .about-corp-block__video .video {
        height: 55rem;
        top: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .about-corp-block__video .video {
        height: 50rem;
        top: 5rem
    }
}

@media only screen and (max-width:990px) {
    .about-corp-block__video .video {
        height: 40rem;
        top: 4rem
    }
}

@media only screen and (max-width:767px) {
    .about-corp-block__video .video {
        width: 100%;
        top: 0;
        height: 0;
        padding-bottom: 67%;
        position: relative;
        margin-bottom: 3rem
    }
}

.articles-slider {
    position: relative;
    margin-bottom: 6rem
}

.articles-slider .swiper-container {
    overflow: visible
}

.articles-slider .swiper-slide,
.articles-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.articles-slider .swiper-slide {
    height: auto
}

.articles-slider .swiper-slide .article-preview {
    width: 100%
}

@media only screen and (max-width:1339px) {
    .articles-slider .article-preview__image {
        height: 16rem
    }
}

@media only screen and (max-width:1199px) {
    .articles-slider .article-preview__image {
        height: 20rem
    }
}

@media only screen and (max-width:990px) {
    .articles-slider .article-preview__image {
        height: 17rem
    }
}

@media only screen and (max-width:767px) {
    .articles-slider {
        margin-bottom: 2rem
    }

    .articles-slider .article-preview__image {
        height: auto;
        padding-bottom: 47%
    }
}

.articles-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.articles-block__button .btn {
    margin-left: 8rem;
    flex: 1 0 auto
}

@media only screen and (max-width:990px) {
    .articles-block__button .btn {
        margin-left: 3rem
    }
}

@media only screen and (max-width:767px) {
    .articles-block__button .btn {
        margin-left: 0
    }
}

.articles-block__button .swiper-pagination {
    position: relative;
    flex: 0 1 auto;
    width: 100%
}

.articles-block__button .swiper-pagination-lock {
    display: block
}

.articles-block__button .swiper-pagination-lock span {
    width: 0 !important
}

@media only screen and (max-width:767px) {
    .articles-block__button {
        display: block
    }

    .articles-block__button .swiper-pagination {
        margin-bottom: 2rem
    }
}

.callback-block:last-child {
    padding-bottom: 15rem
}

.callback-block:last-child .container {
    padding-bottom: 0
}

@media only screen and (max-width:1339px) {
    .callback-block:last-child {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .callback-block:last-child {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .callback-block:last-child {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .callback-block:last-child {
        padding-bottom: 6rem
    }
}

.callback-form__title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #1d1f22;
    margin-bottom: 5.2rem
}

@media only screen and (max-width:990px) {
    .callback-form__title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .callback-form__title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:990px) {
    .catalog-category .section-header {
        display: block
    }

    .catalog-category .section-header .section-title {
        margin-bottom: 2rem
    }
}

.catalog-category__filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media only screen and (max-width:990px) {
    .catalog-category__filter-buttons {
        margin-right: -2rem
    }
}

.catalog-category__filter-button {
    font-size: 1.6rem;
    line-height: 1.8rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 2.6rem;
    position: relative;
    margin-left: 4rem;
    transition: color .3s
}

.catalog-category__filter-button:first-child {
    margin-left: 0
}

.catalog-category__filter-button:before {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .5rem;
    text-align: left;
    right: 0;
    top: 50%;
    margin-top: -.8rem;
    transition: all .3s
}

.catalog-category__filter-button:hover {
    color: #d0941f
}

.catalog-category__filter-button.is-active:before {
    transform: rotate(-180deg)
}

@media only screen and (max-width:1339px) {
    .catalog-category__filter-button {
        margin-left: 2rem
    }
}

@media only screen and (max-width:990px) {
    .catalog-category__filter-button {
        margin: .5rem 2rem .5rem 0
    }
}

.catalog-category-filter {
    background: #fefefe;
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .08);
    padding: 1rem;
    margin-bottom: 6rem;
    border: 1px solid #dadbdb
}

.catalog-category-filter .checkbox {
    margin: 1rem 2rem
}

@media only screen and (max-width:1339px) {
    .catalog-category-filter {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .catalog-category-filter {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .catalog-category-filter {
        margin-bottom: 3rem
    }
}

.categories-block {
    padding-bottom: 7.5rem
}

@media only screen and (max-width:1339px) {
    .categories-block {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .categories-block {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .categories-block {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .categories-block {
        padding-bottom: 3rem
    }
}

.categories-block.section--pb-lg {
    padding-bottom: 15rem
}

@media only screen and (max-width:1339px) {
    .categories-block.section--pb-lg {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .categories-block.section--pb-lg {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .categories-block.section--pb-lg {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .categories-block.section--pb-lg {
        padding-bottom: 6rem
    }
}

.categories-block .container {
    padding-bottom: 0
}

.categories-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 6rem
}

@media only screen and (max-width:1339px) {
    .categories-items {
        grid-column-gap: 2rem
    }
}

@media only screen and (max-width:1199px) {
    .categories-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
        grid-column-gap: 3rem
    }
}

@media only screen and (max-width:990px) {
    .categories-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        grid-column-gap: 3rem
    }
}

@media only screen and (max-width:767px) {
    .categories-items {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 3rem;
        grid-row-gap: 4rem
    }
}

.categories-slider-block {
    padding-bottom: 7.5rem
}

@media only screen and (max-width:1339px) {
    .categories-slider-block {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .categories-slider-block {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .categories-slider-block {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .categories-slider-block {
        padding-bottom: 3rem
    }
}

.categories-slider-block.section--pb-lg {
    padding-bottom: 15rem
}

@media only screen and (max-width:1339px) {
    .categories-slider-block.section--pb-lg {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .categories-slider-block.section--pb-lg {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .categories-slider-block.section--pb-lg {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .categories-slider-block.section--pb-lg {
        padding-bottom: 6rem
    }
}

.categories-slider-block .container {
    padding-bottom: 0
}

.categories-slider {
    position: relative;
    margin-bottom: 6rem
}

.categories-slider .swiper-container {
    overflow: visible;
    padding-bottom: 0
}

.categories-slider .swiper-slide,
.categories-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.categories-slider .swiper-slide {
    height: auto
}

.categories-slider+.container {
    padding-top: 0
}

@media only screen and (max-width:767px) {
    .categories-slider {
        margin-bottom: 2rem
    }
}

.categories-slider-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.categories-slider-block__button .btn {
    margin-left: 8rem;
    flex: 1 0 auto
}

@media only screen and (max-width:990px) {
    .categories-slider-block__button .btn {
        margin-left: 3rem
    }
}

@media only screen and (max-width:767px) {
    .categories-slider-block__button .btn {
        margin-left: 0
    }
}

.categories-slider-block__button .swiper-pagination {
    position: relative;
    flex: 0 1 auto;
    width: 100%
}

.categories-slider-block__button .swiper-pagination-lock {
    display: block
}

.categories-slider-block__button .swiper-pagination-lock span {
    width: 0 !important
}

@media only screen and (max-width:767px) {
    .categories-slider-block__button {
        display: block
    }

    .categories-slider-block__button .swiper-pagination {
        margin-bottom: 2rem
    }
}

.choose-direction-block-categories {
    display: block;
    flex-wrap: wrap;
    height: 43rem;
    position: relative;
    transition: height .3s
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-categories {
        height: 38rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-categories {
        height: 66rem
    }
}

@media only screen and (max-width:1199px) {

    .choose-direction-block-categories.active-CLC,
    .choose-direction-block-categories.active-ICE {
        height: 57.5rem
    }
}

@media only screen and (max-width:990px) {

    .choose-direction-block-categories.active-CLC,
    .choose-direction-block-categories.active-ICE {
        height: 53.4rem
    }
}

@media only screen and (max-width:767px) {

    .choose-direction-block-categories.active-CLC,
    .choose-direction-block-categories.active-ICE {
        height: 99rem
    }
}

.choose-direction-block-categories.active-CLC .choose-direction-block-category:first-child,
.choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
    transform: translateX(-43%)
}

@media only screen and (max-width:1339px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:first-child,
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
        transform: translateX(-42%)
    }
}

@media only screen and (max-width:1199px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:first-child,
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
        transform: translateX(58%)
    }
}

@media only screen and (max-width:990px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:first-child,
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
        transform: translateX(50%)
    }
}

@media only screen and (max-width:767px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:first-child,
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
        transform: translateX(0)
    }
}

.choose-direction-block-categories.active-CLC .choose-direction-block-category:nth-child(2),
.choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
    transform: translateX(43%);
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:1339px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:nth-child(2),
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
        transform: translateX(42%)
    }
}

@media only screen and (max-width:1199px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:nth-child(2),
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
        transform: translateX(-58%)
    }
}

@media only screen and (max-width:990px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:nth-child(2),
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:767px) {

    .choose-direction-block-categories.active-CLC .choose-direction-block-category:nth-child(2),
    .choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
        transform: translateX(0) translateY(-100%)
    }
}

.choose-direction-block-categories.active-ICE .choose-direction-block-category:first-child {
    opacity: 0;
    visibility: hidden
}

.choose-direction-block-categories.active-ICE .choose-direction-block-category:nth-child(2) {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-categories {
        max-width: 76.6rem;
        margin: 0 auto
    }

    .choose-direction-block-categories.has-active .choose-direction-block-category {
        width: 100%;
        margin-bottom: -19.1rem
    }
}

@media only screen and (max-width:990px) {
    .choose-direction-block-categories.has-active .choose-direction-block-category {
        margin-bottom: -17.7rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-categories {
        max-width: 33rem;
        margin: 0 auto
    }

    .choose-direction-block-categories.has-active .choose-direction-block-category {
        margin-bottom: 0
    }
}

.choose-direction-block-categories__items {
    flex-wrap: wrap
}

.choose-direction-block-categories__items,
.choose-direction-block-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.choose-direction-block-category {
    position: absolute;
    width: 43rem;
    min-width: 43rem;
    height: 43rem;
    text-align: center;
    padding-top: 5.4rem;
    transition: opacity .3s, visibility .3s, transform 1s !important;
    cursor: pointer;
    top: 0;
    z-index: 2
}

.choose-direction-block-category:first-child {
    right: 50%;
    margin-right: 3rem
}

@media only screen and (max-width:990px) {
    .choose-direction-block-category:first-child {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-category:first-child {
        right: 0
    }
}

.choose-direction-block-category:nth-child(2) {
    left: 50%;
    margin-left: 3rem
}

@media only screen and (max-width:990px) {
    .choose-direction-block-category:nth-child(2) {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-category:nth-child(2) {
        left: 0
    }
}

.choose-direction-block-category:hover .choose-direction-block-category__title {
    color: #d0941f
}

.choose-direction-block-category:last-child {
    margin-right: 0
}

.choose-direction-block-category:last-child .choose-direction-block-category__icon {
    right: auto;
    top: auto;
    bottom: 0;
    left: 0
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-category {
        width: 38.3rem;
        min-width: 38.3rem;
        height: 38.3rem
    }
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-category {
        margin: 0
    }
}

@media only screen and (max-width:990px) {
    .choose-direction-block-category {
        width: 35.5rem;
        min-width: 35.5rem;
        height: 35.5rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-category {
        width: 33rem;
        min-width: 33rem;
        height: 33rem;
        position: relative
    }
}

.choose-direction-block-category__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 0 auto 3rem;
    text-transform: uppercase;
    max-width: 21.5rem;
    transition: color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-category__title {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-category__title {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.choose-direction-block-category__choose {
    display: inline-block;
    padding: 2px 3.9rem 2px 0;
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #d0941f;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .3s;
    z-index: 3
}

.choose-direction-block-category__choose:hover {
    color: #63666a
}

.choose-direction-block-category__choose:before {
    position: absolute;
    width: 2.2rem;
    height: 1rem;
    right: 0;
    top: 50%;
    margin-top: -.6rem;
    font-size: 1rem
}

.choose-direction-block-category__choose.icon-arrow-left {
    padding-left: 3.9rem;
    padding-right: 0
}

.choose-direction-block-category__choose.icon-arrow-left:before {
    right: 0;
    left: 0
}

.choose-direction-block-category__bg {
    position: absolute;
    width: 30.4rem;
    height: 30.4rem;
    left: 50%;
    top: 50%;
    margin-left: -15.2rem;
    margin-top: -15.2rem;
    z-index: -1;
    background-color: #f8f8f8;
    transform: rotate(45deg)
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-category__bg {
        width: 27rem;
        height: 27rem;
        margin-left: -13.5rem;
        margin-top: -13.5rem
    }
}

@media only screen and (max-width:990px) {
    .choose-direction-block-category__bg {
        width: 25rem;
        height: 25rem;
        margin-left: -12.5rem;
        margin-top: -12.5rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-category__bg {
        width: 23rem;
        height: 23rem;
        margin-left: -11.5rem;
        margin-top: -11.5rem
    }
}

.choose-direction-block-category__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.9rem;
    height: 4.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d0941f;
    font-size: 0;
    line-height: 1;
    padding-bottom: 3px;
    padding-right: 3px
}

.choose-direction-block-category__icon img {
    transform: rotate(-45deg)
}

.choose-direction-block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.choose-direction-block-items.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: .5s
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-items {
        top: 19.2rem
    }
}

@media only screen and (max-width:990px) {
    .choose-direction-block-items {
        top: 17.9rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-items {
        top: 33rem
    }
}

.choose-direction-block-items--direction1 {
    padding-left: 43rem
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-items--direction1 {
        padding-left: 38.4rem
    }
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-items--direction1 {
        padding-left: 0
    }
}

.choose-direction-block-items--direction2 {
    padding-right: 43rem
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-items--direction2 {
        padding-right: 38.4rem
    }
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-items--direction2 {
        padding-right: 0
    }
}

.choose-direction-block-item {
    width: 43rem;
    height: 43rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: block
}

@media only screen and (max-width:1339px) {
    .choose-direction-block-item {
        width: 38.3rem;
        height: 38.3rem
    }
}

@media only screen and (max-width:990px) {
    .choose-direction-block-item {
        width: 35.5rem;
        height: 35.5rem
    }
}

@media only screen and (max-width:767px) {
    .choose-direction-block-item {
        width: 33rem;
        height: 33rem
    }
}

.choose-direction-block-item.fade2-enter .choose-direction-block-item__title-wrap:first-child .choose-direction-block-item__figure {
    transform: translateY(100%)
}

.choose-direction-block-item.fade2-enter .choose-direction-block-item__title-wrap:first-child .choose-direction-block-item__title {
    opacity: 0;
    transform: translateY(3rem)
}

.choose-direction-block-item.fade2-enter .choose-direction-block-item__title-wrap:nth-child(2) .choose-direction-block-item__figure {
    transform: translateY(-100%)
}

.choose-direction-block-item.fade2-enter .choose-direction-block-item__title-wrap:nth-child(2) .choose-direction-block-item__title {
    opacity: 0;
    transform: translateY(-3rem)
}

@media only screen and (max-width:1199px) {
    .choose-direction-block-item:last-child {
        margin-left: 0;
        margin-top: 0
    }
}

.choose-direction-block-item__title-wrap {
    height: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.choose-direction-block-item__title-wrap:hover .choose-direction-block-item__figure:before {
    border-color: #d0941f;
    background-color: #d0941f
}

.choose-direction-block-item__title-wrap:hover .choose-direction-block-item__title:not(.is-active) {
    color: #fff
}

.choose-direction-block-item__title-wrap:first-child {
    padding-top: 13.8rem;
    border-bottom: 1px dotted #c1b18f
}

.choose-direction-block-item__title-wrap:first-child .choose-direction-block-item__figure:before {
    top: 6.3rem
}

@media only screen and (max-width:767px) {
    .choose-direction-block-item__title-wrap:first-child {
        padding-top: 13.9rem
    }
}

.choose-direction-block-item__title-wrap:nth-child(2) {
    padding-top: 6rem
}

.choose-direction-block-item__title-wrap:nth-child(2) .choose-direction-block-item__figure:before {
    bottom: 6.3rem
}

@media only screen and (max-width:990px) {
    .choose-direction-block-item__title-wrap:nth-child(2) {
        padding-top: 1.2rem
    }
}

.choose-direction-block-item__figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform .5s;
    transition-delay: .3s;
    overflow: hidden
}

.choose-direction-block-item__figure.is-active:before {
    border-color: #d0941f;
    background-color: #d0941f
}

.choose-direction-block-item__figure:before {
    content: "";
    position: absolute;
    width: 30.4rem;
    height: 30.4rem;
    border: 1px solid #d0941f;
    left: 50%;
    margin-left: -15.2rem;
    transform: rotate(-45deg);
    transition: transform .3s, border-color .3s, background-color .3s
}

.choose-direction-block-item__title {
    font-size: 1.6rem;
    line-height: 100%;
    color: #d0941f;
    text-align: center;
    cursor: pointer;
    transition: color .3s, transform .5s, opacity .5s;
    position: relative;
    z-index: 1
}

.choose-direction-block-item__title:hover:not(.is-active) {
    color: #63666a
}

.choose-direction-block-item__title.is-active {
    color: #fff
}

.files-block__title {
    font-size: 2.6rem;
    line-height: 1.230769;
    color: #1d1f22;
    margin-bottom: 2.307692em;
    font-weight: 400
}

@media only screen and (max-width:1199px) {
    .files-block__title {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:990px) {
    .files-block__title {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:767px) {
    .files-block__title {
        font-size: 2rem
    }
}

.files-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-gap: 3rem
}

@media only screen and (max-width:1339px) {
    .files-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr
    }
}

@media only screen and (max-width:990px) {
    .files-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr
    }
}

@media only screen and (max-width:767px) {
    .files-items {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 1fr
    }
}

.files-items--compact {
    display: block
}

@media only screen and (min-width:768px) {
    .files-items--horizontal:not(.files-items--compact) {
        display: block
    }
}

.file-item {
    display: block;
    height: 40rem;
    padding: 6rem 4rem;
    text-decoration: none;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    transition: background-color .3s;
    color: #43464e
}

.file-item:hover {
    background: #f7f7f7
}

.file-item:hover .file-item__extension-icon {
    border-color: #e3e3e3
}

@media only screen and (max-width:990px) {
    .file-item {
        height: auto;
        padding: 3rem
    }
}

@media only screen and (max-width:767px) {
    .file-item {
        height: auto;
        padding: 2rem
    }
}

@media only screen and (min-width:768px) {
    .file-item--horizontal:not(.file-item--compact) {
        border: 1px solid #e3e3e3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        min-height: 15rem;
        padding: 0 6rem;
        position: relative;
        margin-bottom: 3rem;
        height: auto
    }

    .file-item--horizontal:not(.file-item--compact):last-child {
        margin-bottom: 0
    }

    .file-item--horizontal:not(.file-item--compact):before {
        content: "";
        position: absolute;
        height: 100%;
        border-right: 1px solid #e3e3e3;
        right: 30rem;
        top: 0
    }

    .file-item--horizontal:not(.file-item--compact) .file-item__text {
        padding: 4.2rem 0;
        margin: 0
    }

    .file-item--horizontal:not(.file-item--compact) .file-item__extension {
        margin: 0;
        width: 27rem;
        padding-right: 1.5rem
    }

    .file-item--horizontal:not(.file-item--compact) .file-item__title {
        min-height: 0
    }

    .file-item--horizontal:not(.file-item--compact) .file-item__arrow {
        position: absolute;
        right: 22rem;
        bottom: 4rem
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .file-item--horizontal:not(.file-item--compact) {
        min-height: 15rem;
        padding: 0 4rem
    }
}

@media only screen and (min-width:768px) and (max-width:767px) {
    .file-item--horizontal:not(.file-item--compact) {
        min-height: 15rem;
        padding: 0 2rem
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .file-item--horizontal:not(.file-item--compact):before {
        right: 18.2rem
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .file-item--horizontal:not(.file-item--compact) .file-item__extension {
        width: 15rem
    }
}

@media only screen and (min-width:768px) and (max-width:990px) {
    .file-item--horizontal:not(.file-item--compact) .file-item__arrow {
        right: 4rem
    }
}

.file-item--compact {
    border-bottom: 1px solid #e3e3e3
}

.file-item--compact:last-child {
    border-bottom: 0
}

@media only screen and (min-width:768px) {
    .file-item--compact {
        min-height: 0;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 0 6rem;
        position: relative;
        height: auto
    }

    .file-item--compact:last-child {
        border-bottom: 0
    }

    .file-item--compact .file-item__text {
        padding: 3rem 0;
        margin: 0
    }

    .file-item--compact .file-item__extension {
        margin: 0;
        width: 27rem;
        min-width: 27rem;
        padding-right: 1.5rem
    }

    .file-item--compact .file-item__title {
        min-height: 0;
        padding-right: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .file-item--compact {
        min-height: 15rem;
        padding: 0 4rem
    }
}

@media only screen and (min-width:768px) and (max-width:767px) {
    .file-item--compact {
        min-height: 15rem;
        padding: 0 2rem
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .file-item--compact .file-item__extension {
        width: 15rem;
        min-width: 15rem
    }
}

.file-item__download {
    margin-left: auto;
    margin-right: 0
}

.file-item__extension {
    margin-bottom: 11.2rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

@media only screen and (max-width:990px) {
    .file-item__extension {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:767px) {
    .file-item__extension {
        margin-bottom: 3rem
    }
}

.file-item__extension-icon {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: .5rem;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    transition: border-color .3s
}

.file-item__extension-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", contain center, "; object-position: ", \;
}

.file-item__extension-type {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #43464e
}

.file-item__text {
    margin-bottom: 3.8rem
}

@media only screen and (max-width:767px) {
    .file-item__text {
        margin-bottom: 2rem
    }
}

.file-item__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #43464e;
    position: relative;
    min-height: 6.6rem
}

@media only screen and (max-width:767px) {
    .file-item__title {
        min-height: 0
    }
}

.file-item__arrow {
    width: 2.4rem;
    height: 2.4rem;
    position: relative
}

.file-item__arrow:before {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    bottom: 0;
    line-height: 2.4rem;
    text-align: center;
    font-size: 1.1rem
}

.file-item__date {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #a0a0ad;
    margin-top: 2.1rem
}

.gallery-slider {
    position: relative
}

.gallery-slider .swiper-container {
    overflow: visible
}

.gallery-slider .swiper-slide,
.gallery-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-slider .swiper-slide {
    width: auto;
    height: auto
}

@media only screen and (max-width:1339px) {
    .gallery-slider .swiper-slide {
        max-width: 80rem;
        height: 50rem
    }
}

@media only screen and (max-width:1199px) {
    .gallery-slider .swiper-slide {
        max-width: 75rem;
        height: 45rem
    }
}

@media only screen and (max-width:990px) {
    .gallery-slider .swiper-slide {
        max-width: 60rem;
        height: 40rem
    }
}

@media only screen and (max-width:767px) {
    .gallery-slider .swiper-slide {
        max-width: 100%;
        width: 100%;
        padding-bottom: 57%;
        height: auto
    }
}

.gallery-slider__image {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.gallery-slider__image:hover img {
    transform: scale(1.02)
}

.gallery-slider__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
    ;
    transition: all .3s
}

@media only screen and (max-width:767px) {

    .gallery-slider__image,
    .gallery-slider__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.gallery-block__buttons {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-block__buttons .btn {
    flex: 1 1;
    margin-right: -1px;
    text-align: left;
    padding-left: 6rem;
    padding-right: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.gallery-block__buttons .btn:before {
    width: 2rem;
    height: 2rem;
    left: 2rem;
    top: 50%;
    margin-top: -1rem;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center
}

.gallery-block__buttons .btn:hover {
    z-index: 1
}

.gallery-block__buttons .btn:before {
    position: absolute
}

@media only screen and (max-width:767px) {
    .gallery-block__buttons .btn {
        padding-left: 5rem;
        padding-right: 1.5rem
    }

    .gallery-block__buttons .btn:before {
        left: 1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .gallery-block__buttons {
        flex-wrap: wrap
    }

    .gallery-block__buttons .btn {
        width: 33.33%;
        flex: auto;
        margin-bottom: -1px
    }

    .gallery-block__buttons .btn:first-child {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .gallery-block__buttons {
        display: block
    }

    .gallery-block__buttons .btn,
    .gallery-block__buttons .btn:first-child {
        width: 100%
    }
}

.hero-block {
    position: relative
}

.hero-block-pagination {
    width: 100%;
    bottom: 4rem;
    left: 0;
    z-index: 3
}

@media only screen and (max-width:990px) {
    .hero-block-pagination {
        bottom: 5rem;
        position: absolute
    }
}

.hero-block-pagination__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-right: 0;
    padding-left: 0
}

.hero-block-pagination__item {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #a0a0ad;
    -webkit-user-select: none cursor pointer;
    -moz-user-select: none cursor pointer;
    -ms-user-select: none cursor pointer;
    user-select: none cursor pointer;
    padding: 1.6rem 0 1.6rem 3rem;
    position: relative;
    transition: color .3s, border-color .3s
}

.hero-block-pagination__item:before {
    content: "";
    position: absolute;
    bottom: 10rem;
    left: 0;
    width: 0;
    background-color: #a0a0ad;
    height: 2px
}

@media only screen and (max-width:990px) {
    .hero-block-pagination__item:before {
        bottom: 3.3rem;
        height: 1px
    }
}

.hero-block-pagination__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    z-index: 1
}

.hero-block-pagination__item span {
    margin-right: 2rem;
    display: block
}

@media only screen and (max-width:990px) {
    .hero-block-pagination__item span {
        top: 1.6rem;
        left: 0;
        position: absolute;
        bottom: 3.3rem;
        height: 1px
    }
}

.hero-block-pagination__item p {
    margin: 0;
    padding-right: 1rem
}

.hero-block-pagination__item:not(.is-active):after {
    width: 100%
}

.hero-block-pagination__item.is-active {
    color: rgba(160, 160, 173, .5)
}

.hero-block-pagination__item.is-active:after {
    display: none
}

.hero-block-pagination__item.is-active~.hero-block-pagination__item:after {
    width: 0
}

.hero-block-pagination__item.is-active:before {
    transition: width 5s linear;
    width: 100%
}

.hero-block-pagination__item:hover {
    color: rgba(160, 160, 173, .5)
}

@media only screen and (max-width:1199px) {
    .hero-block-pagination__item {
        text-align: center;
        font-size: 0;
        padding: 4rem 0;
        flex: 1 1
    }

    .hero-block-pagination__item span {
        font-size: 1.4rem;
        line-height: 2rem;
        margin: 0;
        position: relative;
        top: 0
    }

    .hero-block-pagination__item p {
        padding-right: 0
    }
}

.hero-block-slide {
    min-height: 77.5rem;
    padding-top: 6.8rem;
    position: relative;
    z-index: 0
}

.hero-block-slide--center {
    padding-top: 5rem
}

.hero-block-slide--center .hero-block-slide__body {
    max-width: 70rem
}

@media only screen and (max-width:1199px) {
    .hero-block-slide--center .hero-block-slide__body {
        margin: 0
    }
}

@media only screen and (max-width:1339px) {
    .hero-block-slide {
        min-height: 72rem;
        padding-top: 4rem
    }

    .hero-block-slide--center {
        padding-top: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .hero-block-slide {
        min-height: 65rem
    }

    .hero-block-slide--center {
        padding-top: 4rem
    }
}

@media only screen and (max-width:767px) {
    .hero-block-slide {
        min-height: 63.6rem
    }
}

.hero-block-slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6rem
}

@media only screen and (max-width:1199px) {
    .hero-block-slide__top {
        display: block;
        margin-bottom: 2rem
    }
}

.hero-block-slide__start {
    max-width: 54rem;
    padding-right: 2rem
}

@media only screen and (max-width:1199px) {
    .hero-block-slide__start {
        max-width: 37rem;
        padding-right: 0;
        margin-bottom: 2rem
    }
}

.hero-block-slide__end {
    max-width: 41.2rem
}

.hero-block-slide__label {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #d0941f;
    position: relative;
    padding-left: 10rem;
    margin-bottom: 1.6rem
}

.hero-block-slide__label:before {
    content: "";
    position: absolute;
    width: 7rem;
    height: 1px;
    background: #d0941f;
    left: 0;
    top: 50%;
    margin-top: -1px
}

@media only screen and (max-width:767px) {
    .hero-block-slide__label {
        padding-left: 4.5rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-bottom: 1.8rem
    }

    .hero-block-slide__label:before {
        width: 3.5rem
    }
}

.hero-block-slide__title {
    margin: 0;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .hero-block-slide__title {
        max-width: 60rem
    }
}

@media only screen and (max-width:767px) {
    .hero-block-slide__title {
        max-width: 50rem
    }
}

@media only screen and (max-width:990px) {
    .hero-block-slide__descr {
        display: none
    }
}

.hero-block-slide__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero-block-slide__img:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 20.2rem;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.56%, hsla(0, 0%, 100%, 0)), color-stop(60.5%, rgba(0, 0, 0, .13)), color-stop(81.32%, rgba(0, 0, 0, .22)), color-stop(127.97%, #000));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) -15.56%, rgba(0, 0, 0, .13) 60.5%, rgba(0, 0, 0, .22) 81.32%, #000 127.97%)
}

.hero-block-slide__img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-block-slide__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
}

.hero-block-slide__img--mobile {
    display: none
}

@media only screen and (max-width:767px) {
    .hero-block-slide__img {
        display: none
    }

    .hero-block-slide__img--mobile {
        display: block;
        height: 91.5%
    }
}

.hero-block-slide__buttons .btn {
    margin-right: 1rem;
    color: #fff
}

@media only screen and (max-width:990px) {
    .hero-block-slide__buttons .btn--arrow {
        color: #1d1f22
    }
}

@media only screen and (max-width:1199px) {
    .hero-block-slide__buttons {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .hero-block-slide__buttons .btn {
        width: 50%;
        margin: 0;
        min-width: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.hero-block-slide__buttons--light {
    display: none
}

.hero-block-slide--dark .hero-block-slide__img:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 39, 79, .65)), to(rgba(0, 39, 79, .65)));
    background: linear-gradient(0deg, rgba(0, 39, 79, .65), rgba(0, 39, 79, .65))
}

.hero-block-slide--dark .hero-block-slide__label {
    color: #c1b18f
}

.hero-block-slide--dark .hero-block-slide__label:before {
    background-color: #c1b18f
}

.hero-block-slide--dark .hero-block-slide__descr,
.hero-block-slide--dark .hero-block-slide__title {
    color: #fff
}

.hero-block-slide--dark .hero-block-slide__buttons:not(.hero-block-slide__buttons--light) {
    display: none
}

.hero-block-slide--dark .hero-block-slide__buttons--light {
    display: block
}

@media only screen and (max-width:1199px) {
    .hero-block-slide--dark .hero-block-slide__buttons:not(.hero-block-slide__buttons--light) {
        display: block
    }

    .hero-block-slide--dark .hero-block-slide__buttons--light {
        display: none
    }
}

.hero-slider-progress {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    border-bottom: 1px solid #a0a0ad
}

.hero-slider-progress span {
    display: block;
    background-color: #fff;
    height: 1px;
    width: 0
}

.image-zoom-dots-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7.5rem 0
}

@media only screen and (max-width:1339px) {
    .image-zoom-dots-block {
        padding: 6rem 0
    }
}

@media only screen and (max-width:1199px) {
    .image-zoom-dots-block {
        padding: 5rem 0
    }
}

@media only screen and (max-width:990px) {
    .image-zoom-dots-block {
        padding: 4rem 0
    }
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block {
        padding: 3rem 0;
        display: block
    }
}

.image-zoom-dots-block.section--pt-0 {
    padding-top: 0
}

.image-zoom-dots-block--reverse {
    flex-direction: row-reverse
}

.image-zoom-dots-block--reverse .image-zoom-dots-block__text {
    justify-content: flex-start
}

.image-zoom-dots-block--reverse .image-zoom-dots-block__image-fixed {
    padding-left: 0;
    padding-right: 1.5rem;
    text-align: right
}

.image-zoom-dots-block__text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block__text {
        width: 100%;
        margin-bottom: 3rem
    }
}

.image-zoom-dots-block__text-container {
    width: 100%;
    max-width: 66rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media only screen and (max-width:1339px) {
    .image-zoom-dots-block__text-container {
        max-width: 59rem
    }
}

@media only screen and (max-width:1199px) {
    .image-zoom-dots-block__text-container {
        max-width: 48.6rem
    }
}

@media only screen and (max-width:990px) {
    .image-zoom-dots-block__text-container {
        max-width: 37rem
    }
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block__text-container {
        max-width: none
    }
}

.image-zoom-dots-block__image {
    width: 50%
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block__image {
        width: 100%
    }
}

.image-zoom-dots-block__image-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.image-zoom-dots-block__image-wrap img {
    max-width: 100%
}

.image-zoom-dots-block__image-fixed {
    padding-left: 1.5rem
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block__image-fixed {
        padding-left: 0;
        position: relative !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}

.image-zoom-dots-block__image-num {
    position: absolute;
    z-index: 1;
    transition: transform .3s;
    cursor: pointer
}

.image-zoom-dots-block__image-num span {
    position: absolute;
    width: 3.4rem;
    height: 3.4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.4rem;
    color: #d0941f;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all .3s
}

.image-zoom-dots-block__image-num span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: .5rem solid transparent;
    border-top-color: #d0941f;
    bottom: -.9rem;
    left: 50%;
    margin-left: -.5rem;
    transition: opacity .3s;
    opacity: 0
}

@media only screen and (min-width:768px) {
    .image-zoom-dots-block__image-num.is-active {
        z-index: 2
    }

    .image-zoom-dots-block__image-num.is-active .image-zoom-dots-block__image-num-zoom {
        transform: scale(1);
        opacity: 1
    }

    .image-zoom-dots-block__image-num.is-active span {
        transform: translate(-50%, -9.4rem);
        color: #fff;
        background-color: #d0941f
    }

    .image-zoom-dots-block__image-num.is-active span:before {
        opacity: 1
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .image-zoom-dots-block__image-num.is-active span {
        transform: translate(-50%, -7.4rem)
    }
}

.image-zoom-dots-block__image-num-zoom {
    width: 10.2rem;
    height: 10.2rem;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    margin-left: -5.1rem;
    margin-top: -5.1rem;
    transition: all .3s;
    transform: scale(0);
    opacity: 0
}

.image-zoom-dots-block__image-num-zoom img {
    display: block;
    max-width: none;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@media only screen and (max-width:1199px) {
    .image-zoom-dots-block__image-num-zoom {
        width: 7rem;
        height: 7rem;
        margin-left: -3.5rem;
        margin-top: -3.5rem
    }
}

@media only screen and (max-width:767px) {
    .image-zoom-dots-block__numbers {
        display: none
    }
}

.image-zoom-dots-block__number-body {
    overflow: hidden;
    height: 0;
    transition: height .3s
}

.image-zoom-dots-block__number-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
    cursor: pointer;
    padding: 2rem 2rem 2rem 0;
    position: relative;
    transition: color .3s;
    border-bottom: 1px solid #a0a0ad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image-zoom-dots-block__number-title span {
    margin-right: 1.5rem;
    white-space: nowrap
}

.image-zoom-dots-block__number-title:before {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.8rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: .6rem;
    transform-origin: 50% 50%;
    transition: all .3s
}

.image-zoom-dots-block__number-title.is-active {
    color: #d0941f
}

.image-zoom-dots-block__number-title.is-active:before {
    transform: rotate(-180deg)
}

.image-zoom-dots-block__number-title:hover {
    color: #d0941f
}

.image-zoom-dots-block__number-descr {
    font-size: 1.4rem;
    line-height: 1.8rem
}

.image-zoom-dots-block__number-descr p {
    margin-bottom: 1.5rem
}

.image-zoom-dots-block__number-content {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.image-zoom-dots-block__description {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-top: .5rem;
    padding-bottom: 2rem
}

.img-zoom-content-popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.img-zoom-content-popup__img {
    font-size: 0;
    line-height: 1;
    width: 50px;
    margin-right: 10px;
    min-width: 50px
}

.img-zoom-content-popup__img img {
    max-width: 100%;
    height: auto
}

.img-zoom-content-popup__title {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    padding-right: 3rem
}

.img-zoom-content-popup__descr {
    font-size: 1.4rem;
    line-height: 1.8rem
}

.img-diagrams-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .img-diagrams-block {
        display: block
    }
}

.img-diagrams-block__col {
    width: 50%
}

.img-diagrams-block__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.img-diagrams-block__col:first-child .img-diagrams-block__image {
    padding-right: 1.5rem
}

.img-diagrams-block__col:nth-child(2) .img-diagrams-block__image {
    padding-left: 1.5rem
}

@media only screen and (max-width:767px) {
    .img-diagrams-block__col {
        width: 100%
    }

    .img-diagrams-block__col:first-child {
        margin-bottom: 4rem
    }

    .img-diagrams-block__col:first-child .img-diagrams-block__image {
        padding-right: 0
    }

    .img-diagrams-block__col:nth-child(2) .img-diagrams-block__image {
        padding-left: 0
    }
}

.img-diagrams-block__container {
    width: 100%;
    max-width: 66rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media only screen and (max-width:1339px) {
    .img-diagrams-block__container {
        max-width: 59rem
    }
}

@media only screen and (max-width:1199px) {
    .img-diagrams-block__container {
        max-width: 48.6rem
    }
}

@media only screen and (max-width:990px) {
    .img-diagrams-block__container {
        max-width: 37rem
    }
}

@media only screen and (max-width:767px) {
    .img-diagrams-block__container {
        max-width: none
    }
}

.img-diagrams-block__title {
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.277778;
    color: #1d1f22;
    margin: 0 0 1.6rem
}

@media only screen and (max-width:1339px) {
    .img-diagrams-block__title {
        font-size: 3.2rem
    }
}

@media only screen and (max-width:1199px) {
    .img-diagrams-block__title {
        font-size: 3rem
    }
}

@media only screen and (max-width:990px) {
    .img-diagrams-block__title {
        font-size: 2.8rem
    }
}

@media only screen and (max-width:1339px) {
    .img-diagrams-block__title {
        font-size: 2.4rem
    }
}

.img-diagrams-block__descr {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #1d1f22
}

@media only screen and (max-width:990px) {
    .img-diagrams-block__descr {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:767px) {
    .img-diagrams-block__descr {
        margin-bottom: 2rem
    }
}

.img-diagrams-block__image {
    width: 100%;
    font-size: 0;
    line-height: 1
}

.img-diagrams-block__image img {
    width: 100%;
    height: auto
}

.infos-block-item {
    position: relative;
    background: #f7f7f7;
    padding: 3.3rem 8rem 3rem 8.8rem;
    margin-bottom: 3rem
}

.infos-block-item:last-child {
    margin-bottom: 0
}

.infos-block-item:before {
    content: "!";
    position: absolute;
    border-radius: 50%;
    background-color: #d0941f;
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    left: 3rem;
    top: 3rem
}

@media only screen and (max-width:767px) {
    .infos-block-item {
        padding: 6rem 1.5rem 3rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-bottom: 1rem
    }

    .infos-block-item:before {
        left: 1.5rem;
        top: 1.5rem
    }
}

.infos-block-item__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.8rem
}

.items-slider-block {
    padding-bottom: 7.5rem
}

@media only screen and (max-width:1339px) {
    .items-slider-block {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .items-slider-block {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .items-slider-block {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider-block {
        padding-bottom: 3rem
    }
}

.items-slider-block.section--pb-lg {
    padding-bottom: 15rem
}

@media only screen and (max-width:1339px) {
    .items-slider-block.section--pb-lg {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .items-slider-block.section--pb-lg {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .items-slider-block.section--pb-lg {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider-block.section--pb-lg {
        padding-bottom: 6rem
    }
}

.items-slider-block .container {
    padding-bottom: 0
}

.items-slider {
    position: relative;
    margin-bottom: 6rem
}

.items-slider .swiper-container {
    overflow: visible;
    padding-bottom: 0
}

.items-slider .swiper-slide,
.items-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.items-slider .swiper-slide {
    height: auto
}

.items-slider+.container {
    padding-top: 0
}

@media only screen and (max-width:767px) {
    .items-slider {
        margin-bottom: 2rem
    }
}

.items-slider-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.items-slider-block__button .btn {
    margin-left: 8rem;
    flex: 1 0 auto
}

@media only screen and (max-width:990px) {
    .items-slider-block__button .btn {
        margin-left: 3rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider-block__button .btn {
        margin-left: 0
    }
}

.items-slider-block__button .swiper-pagination {
    position: relative;
    flex: 0 1 auto;
    width: 100%
}

.items-slider-block__button .swiper-pagination-lock {
    display: block
}

.items-slider-block__button .swiper-pagination-lock span {
    width: 0 !important
}

@media only screen and (max-width:767px) {
    .items-slider-block__button {
        display: block
    }

    .items-slider-block__button .swiper-pagination {
        margin-bottom: 2rem
    }
}

.items-slider2-block {
    padding-bottom: 7.5rem
}

@media only screen and (max-width:1339px) {
    .items-slider2-block {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .items-slider2-block {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .items-slider2-block {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider2-block {
        padding-bottom: 3rem
    }
}

.items-slider2-block.section--pb-lg {
    padding-bottom: 15rem
}

@media only screen and (max-width:1339px) {
    .items-slider2-block.section--pb-lg {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .items-slider2-block.section--pb-lg {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .items-slider2-block.section--pb-lg {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider2-block.section--pb-lg {
        padding-bottom: 6rem
    }
}

.items-slider2-block .container {
    padding-bottom: 0
}

.items-slider2 {
    position: relative;
    margin-bottom: 6rem
}

.items-slider2 .swiper-container {
    overflow: visible;
    padding-bottom: 0
}

.items-slider2 .swiper-slide,
.items-slider2 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.items-slider2 .swiper-slide {
    height: auto
}

.items-slider2+.container {
    padding-top: 0
}

@media only screen and (max-width:767px) {
    .items-slider2 {
        margin-bottom: 2rem
    }
}

.items-slider2-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.items-slider2-block__button .btn {
    margin-left: 8rem;
    flex: 1 0 auto
}

@media only screen and (max-width:990px) {
    .items-slider2-block__button .btn {
        margin-left: 3rem
    }
}

@media only screen and (max-width:767px) {
    .items-slider2-block__button .btn {
        margin-left: 0
    }
}

.items-slider2-block__button .swiper-pagination {
    position: relative;
    flex: 0 1 auto;
    width: 100%
}

.items-slider2-block__button .swiper-pagination-lock {
    display: block
}

.items-slider2-block__button .swiper-pagination-lock span {
    width: 0 !important
}

@media only screen and (max-width:767px) {
    .items-slider2-block__button {
        display: block
    }

    .items-slider2-block__button .swiper-pagination {
        margin-bottom: 2rem
    }
}

.offices-block:not(.section--no-pad):not(.section--pb-0) {
    padding-bottom: 7.5rem
}

@media only screen and (max-width:1339px) {
    .offices-block:not(.section--no-pad):not(.section--pb-0) {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .offices-block:not(.section--no-pad):not(.section--pb-0) {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .offices-block:not(.section--no-pad):not(.section--pb-0) {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .offices-block:not(.section--no-pad):not(.section--pb-0) {
        padding-bottom: 3rem
    }
}

.offices-block.section--pb-lg {
    padding-bottom: 15rem
}

@media only screen and (max-width:1339px) {
    .offices-block.section--pb-lg {
        padding-bottom: 12rem
    }
}

@media only screen and (max-width:1199px) {
    .offices-block.section--pb-lg {
        padding-bottom: 10rem
    }
}

@media only screen and (max-width:990px) {
    .offices-block.section--pb-lg {
        padding-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .offices-block.section--pb-lg {
        padding-bottom: 6rem
    }
}

.offices-block.section--pb-lg>.container {
    padding-bottom: 0
}

.offices-block .section-header {
    margin-bottom: 5.5rem
}

@media only screen and (max-width:990px) {
    .offices-block .section-header {
        margin-bottom: 5rem;
        align-items: flex-end
    }
}

@media only screen and (max-width:767px) {
    .offices-block .section-header {
        margin-bottom: 3rem
    }
}

.offices-block>.container {
    padding-bottom: 0
}

.offices-block__map {
    height: 67.5rem;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1339px) {
    .offices-block__map {
        height: 60rem
    }
}

@media only screen and (max-width:1199px) {
    .offices-block__map {
        height: 50rem
    }
}

@media only screen and (max-width:990px) {
    .offices-block__map {
        height: 40rem
    }
}

@media only screen and (max-width:767px) {
    .offices-block__map {
        height: 35rem
    }
}

.offices-block__map-pin {
    text-align: center;
    color: #fff;
    line-height: 2.4rem;
    font-size: 1.5rem;
    font-weight: 700
}

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

.offices-block__title .section-title {
    margin-right: 3rem
}

@media only screen and (max-width:990px) {
    .offices-block__title {
        display: block
    }

    .offices-block__title .section-title {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .offices-block__title {
        margin-bottom: 2rem
    }
}

.offices-block__count {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #a0a0ad;
    padding: .9rem 1.1rem;
    border: 1px solid #e3e3e3
}

.offices-block__view-modes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.offices-block__view-mode {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-top: 2px;
    padding-left: 4.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #a0a0ad;
    transition: color .3s;
    margin-left: 5.7rem;
    white-space: nowrap
}

.offices-block__view-mode:first-child {
    margin-left: 0
}

@media only screen and (max-width:1339px) {
    .offices-block__view-mode {
        margin-left: 3rem
    }
}

.offices-block__view-mode:after,
.offices-block__view-mode:before {
    content: "";
    position: absolute;
    transition: opacity .3s;
    width: 2.8rem;
    height: 2.8rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0
}

.offices-block__view-mode:after {
    opacity: 0
}

.offices-block__view-mode.is-active,
.offices-block__view-mode:hover {
    color: #26293c
}

.offices-block__view-mode.is-active:before {
    opacity: 0
}

.offices-block__view-mode.is-active:after {
    opacity: 1
}

.offices-block__view-mode--tile:before {
    background-image: url(/images/view_mode_icon_tile.svg)
}

.offices-block__view-mode--tile:after {
    background-image: url(/images/view_mode_icon_tile_active.svg)
}

.offices-block__view-mode--map:before {
    background-image: url(/images/view_mode_icon_map.svg)
}

.offices-block__view-mode--map:after {
    background-image: url(/images/view_mode_icon_map_active.svg)
}

.offices-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -3.5rem
}

@media only screen and (max-width:1339px) {
    .offices-groups {
        margin-right: -2rem
    }
}

@media only screen and (max-width:1199px) {
    .offices-groups {
        margin-right: -1.5rem
    }
}

.offices-group {
    width: 23rem;
    margin-right: 3.5rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #a0a0ad;
    padding-left: 6.2rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    transition: color .3s, border-color .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #a0a0ad;
    margin-bottom: 4.5rem;
    display: none
}

@media only screen and (max-width:1339px) {
    .offices-group {
        margin-right: 2rem
    }
}

@media only screen and (max-width:1199px) {
    .offices-group {
        margin-right: 1.5rem;
        padding-right: 0;
        width: 22rem
    }
}

@media only screen and (max-width:767px) {
    .offices-group {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding-bottom: 1rem
    }
}

.offices-group.is-visible,
.offices-group.offices-group--show-all,
.offices-group:first-child,
.offices-group:nth-child(2),
.offices-group:nth-child(3),
.offices-group:nth-child(4) {
    display: block
}

.offices-group:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-bottom: 1px solid #1d1f22;
    border-right: 1px solid #1d1f22;
    transform: rotate(45deg);
    bottom: -.6rem;
    left: 50%;
    margin-left: -.5rem;
    transition: opacity .3s;
    opacity: 0;
    background-color: #fff
}

.offices-group:hover {
    color: #1d1f22
}

.offices-group.is-active {
    border-bottom-color: #1d1f22;
    color: #1d1f22
}

.offices-group.is-active:before {
    opacity: 1
}

.offices-group.is-active .offices-group__icon img:first-child {
    opacity: 0
}

.offices-group.is-active .offices-group__icon img:nth-child(2) {
    opacity: 1
}

.offices-group--show-all {
    padding: 0 2rem;
    border: 0
}

.offices-group--show-all:before {
    display: none
}

.offices-group__show-all {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1d1f22;
    text-transform: uppercase;
    min-height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 3.9rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    transition: color .3s
}

.offices-group__show-all.is-active {
    padding-left: 3.9rem;
    padding-right: 0
}

.offices-group__show-all.is-active:before {
    right: auto;
    left: 0;
    transform: rotate(-180deg)
}

.offices-group__show-all:hover {
    color: #d0941f
}

.offices-group__show-all:before {
    width: 2.4rem;
    height: 1.1rem;
    font-size: 1.1rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.6rem
}

.offices-group__title {
    min-height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.offices-group__icon {
    font-size: 0;
    line-height: 1;
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    left: 0;
    top: 0
}

.offices-group__icon img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", contain center, "; object-position: ", \;
    ;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s
}

.offices-group__icon img:nth-child(2) {
    opacity: 0
}

.offices-block__images {
    position: absolute;
    width: 36.5rem;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    z-index: 2
}

.offices-block__images-info {
    position: relative;
    padding-left: 9rem;
    flex-direction: column;
    min-height: 7rem
}

.offices-block__images-icon,
.offices-block__images-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.offices-block__images-icon {
    width: 7rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    background-color: #d0941f
}

.offices-block__images-city {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #1d1f22;
    margin-bottom: .6rem
}

.offices-block__images-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #43464e
}

.offices-block__images-list {
    margin-right: -1px;
    flex-wrap: wrap
}

.offices-block__image,
.offices-block__images-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.offices-block__image {
    width: 50%;
    height: 15.8rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 4.6rem;
    color: #fff
}

.offices-block__image--show-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #26293c;
    opacity: .6;
    z-index: 1
}

.offices-block__image span {
    position: relative;
    z-index: 2
}

.offices-block__image:hover img {
    transform: scale(1.06)
}

.offices-block__image:first-child {
    width: 100%;
    height: 29rem
}

.offices-block__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: ", cover center, "; object-position: ", \;
    ;
    transition: all .3s
}

.offices-block__tiles .container {
    padding-top: 0
}

.offices-block__tiles-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -3rem;
    margin-top: -3rem
}

.offices-block-map-balloon {
    width: 24rem;
    margin-left: 5.5rem;
    margin-bottom: 1rem
}

@media (max-width:45.8rem) {
    .offices-block-map-balloon {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0
    }
}

.offices-block-map-balloon__top {
    padding: 1.5rem 2rem 2rem;
    background: rgba(208, 148, 31, .9)
}

.offices-block-map-balloon__title {
    margin: 0 0 1rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff
}

.offices-block-map-balloon__address {
    font-style: normal;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #e3e3e3
}

.offices-block-map-balloon__footer {
    padding: 1.2rem 2rem;
    background: rgba(99, 102, 106, .9)
}

.offices-block-map-balloon__email,
.offices-block-map-balloon__phone {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 4px;
    color: #fff;
    text-decoration: none
}

.offices-block-map-balloon__email:last-child,
.offices-block-map-balloon__phone:last-child {
    margin-bottom: 0
}

.ymap-container [class*=balloon__close-button] {
    background: none !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
    line-height: 1 !important;
    text-align: center !important;
    opacity: 1 !important;
    margin-right: 1rem !important;
    margin-top: 1rem !important
}

.ymap-container [class*=balloon__close-button]:before {
    content: "\e81a";
    font-family: fontello;
    color: #fff;
    font-size: 1.3rem
}

.ymap-container [class*=balloon_layout_normal] {
    padding: 0 !important;
    box-shadow: none !important
}

.ymap-container [class*=balloon__content],
.ymap-container [class*=balloon__layout] {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important
}

.ymap-container [class*=balloon__tail] {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: none !important;
    border-color: rgba(99, 102, 106, .9) rgba(99, 102, 106, 0) rgba(99, 102, 106, 0) rgba(99, 102, 106, .9) !important;
    border-style: solid !important;
    border-width: 1rem .7rem !important;
    transform: none !important;
    margin-top: -1rem;
    margin-left: 1rem
}

.ymap-container [class*=balloon__tail]:after {
    display: none !important
}

.offices-filter {
    background: #fefefe;
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    margin-bottom: -2.4rem;
    position: relative
}

.offices-filter--viewmode-list {
    margin-bottom: 2rem
}

.offices-filter .checkbox {
    margin: 0 3rem 2rem
}

@media only screen and (max-width:767px) {
    .offices-filter {
        padding: 1.5rem 0 0
    }

    .offices-filter .checkbox {
        margin: 0 1.5rem 1.5rem
    }
}

.offices-block__search {
    position: relative;
    width: 30rem
}

.offices-block__search input {
    display: block;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    background: none;
    font-family: Gotham Pro, Helvetica Neue, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 1.2rem 1.9rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #1d1f22;
    transition: color .3s, border-color .3s
}

.offices-block__search input::-moz-placeholder {
    color: #a0a0ad;
    opacity: 1
}

.offices-block__search input:-ms-input-placeholder {
    color: #a0a0ad;
    opacity: 1
}

.offices-block__search input::placeholder {
    color: #a0a0ad;
    opacity: 1
}

.offices-block__search input:focus {
    border-color: #d0941f
}

.offices-block__search input:focus::-moz-placeholder {
    color: transparent
}

.offices-block__search input:focus:-ms-input-placeholder {
    color: transparent
}

.offices-block__search input:focus::placeholder {
    color: transparent
}

.offices-block__search button {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    color: #a0a0ad;
    outline: 0;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    transition: color .3s, background-color .3s;
    text-align: center
}

.offices-block__search button:before {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    text-align: center;
    display: block
}

.offices-block__search button:hover {
    color: #fff;
    background-color: #d0941f
}

.offices-block__list-show-more {
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f7f7f7;
    padding: 2.2rem 2rem;
    transition: all .3s;
    display: block
}

.offices-block__list-show-more:hover {
    background-color: #e3e3e3
}

.office-list-item {
    border-bottom: 1px solid #e3e3e3;
    transition: background-color .3s
}

.office-list-item:hover {
    background-color: #f7f7f7
}

.office-list-item .container {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem
}

.office-list-item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1199px) {
    .office-list-item__container {
        flex-wrap: wrap
    }
}

.office-list-item__col-left {
    width: 25.7%
}

@media only screen and (max-width:1339px) {
    .office-list-item__col-left {
        width: 23%
    }
}

@media only screen and (max-width:1199px) {
    .office-list-item__col-left {
        width: 100%;
        margin-bottom: 3rem
    }
}

.office-list-item__col-center {
    width: 51%
}

@media only screen and (max-width:1339px) {
    .office-list-item__col-center {
        width: 55%
    }
}

@media only screen and (max-width:1199px) {
    .office-list-item__col-center {
        width: 70%
    }
}

@media only screen and (max-width:767px) {
    .office-list-item__col-center {
        width: 100%;
        margin-bottom: 3rem
    }
}

.office-list-item__col-right {
    width: 23.3%
}

@media only screen and (max-width:1339px) {
    .office-list-item__col-right {
        width: 22%
    }
}

@media only screen and (max-width:1199px) {
    .office-list-item__col-right {
        width: 30%;
        padding-left: 2rem
    }
}

@media only screen and (max-width:767px) {
    .office-list-item__col-right {
        width: 100%;
        padding-left: 0
    }
}

.office-list-item__city {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #43464e;
    margin-bottom: 3.1rem
}

@media only screen and (max-width:1199px) {
    .office-list-item__city {
        margin-bottom: 2rem
    }
}

.office-list-item__icon {
    width: 2.8rem;
    height: 2.8rem;
    padding-left: 2px;
    position: relative
}

.office-list-item__icon img {
    position: absolute;
    left: 0;
    top: 0
}

.office-list-item__icon span {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    color: #fff
}

.office-list-item__title {
    position: relative;
    padding-left: 3.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #a0a0ad;
    margin-bottom: 1.5rem
}

.office-list-item__title:before {
    content: "";
    position: absolute;
    width: 2.6rem;
    height: 1px;
    background-color: #a0a0ad;
    top: 50%;
    left: 0;
    margin-top: -1px
}

.office-list-item__contact {
    margin-bottom: 1rem;
    font-size: 0;
    line-height: 1
}

.office-list-item__contact a {
    transition: color .3s;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #3e3852;
    display: inline-block
}

.office-list-item__contact a:hover {
    color: #d0941f
}

.office-list-item__contact:last-child {
    margin-bottom: 0
}

.office-list-item__address-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e3e3e3;
    max-width: 52rem;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width:767px) {
    .office-list-item__address-container {
        display: block;
        padding: 1.5rem
    }
}

.office-list-item__address {
    margin: 0;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #3e3852;
    padding-right: 2rem
}

@media only screen and (max-width:767px) {
    .office-list-item__address {
        padding-right: 0;
        margin-bottom: 1rem
    }
}

.office-list-item__show-on-map {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .6rem 0 .6rem 2.4rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #d0941f;
    position: relative;
    white-space: nowrap;
    transition: color .3s
}

.office-list-item__show-on-map:hover {
    color: #63666a
}

.office-list-item__show-on-map:before {
    content: "";
    position: absolute;
    border-left: 1px solid #e3e3e3;
    height: 100%;
    left: 0;
    top: 0
}

@media only screen and (max-width:767px) {
    .office-list-item__show-on-map {
        padding-left: 0;
        padding-top: 1rem
    }

    .office-list-item__show-on-map:before {
        border-left: 0;
        width: 2rem;
        border-top: 1px solid #d0941f
    }
}

.modal-map {
    height: 60rem;
    position: relative
}

.modal--map .modal-container {
    max-width: 100rem
}

.our-products-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 6rem
}

@media only screen and (max-width:990px) {
    .our-products-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 1fr;
        grid-column-gap: 3rem;
        grid-row-gap: 5rem
    }
}

@media only screen and (max-width:767px) {
    .our-products-items {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 3rem;
        grid-row-gap: 4rem
    }
}

@media only screen and (min-width:991px) {
    .our-products-items .product-item:nth-child(3n+3) .product-item__image-zoom {
        left: auto;
        right: 100%;
        margin-right: -11rem;
        margin-left: auto
    }
}

@media only screen and (max-width:990px) {
    .our-products-items .product-item:nth-child(2n+2) .product-item__image-zoom {
        left: auto;
        right: 100%;
        margin-right: -11rem;
        margin-left: auto
    }
}

