/* /local/include/build/landing/styles/style.css */



/*! normalize.css v9.0.1 | MIT License | github.com/csstools/normalize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
    display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Safari.
 */

button,
input,
select {
    margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
    overflow: visible; /* 1 */
    text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
    overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
    text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
    margin: 0; /* 1 */
    overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
    display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* User interaction
 * ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* */
@font-face {
}

:root {
    height: 100%;
    font-weight: 400;
    font-size: 62.5%;
    line-height: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --font-arial: Arial, "Nimbus Sans L", Helvetica, sans-serif;
}

/* @start color */
:root {
    --brand-color-red: #f24748;
}

/* @end color */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

._nowrap {
    white-space: nowrap;
}

.hr {
    border-top: 1px solid #dcdcdc;
}

.box {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px
}

.page {
    margin: 0;
    padding: 0;
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
    font-family: var(--font-arial);
    color: #000;
}

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

.page-section__title {
    font-weight: 700;
    font-size: 46px;
    text-align: center
}

.page-section_grey {
    background-color: #fbfcfd;
}

/* */
.link {
    cursor: pointer;
    color: currentColor;
    text-decoration: none;
}

.icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.button {
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
    border: none;
    border-radius: 100px
}

.button[disabled] {
    cursor: default;
}

.field {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: normal
}

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

.field::-moz-placeholder {
    opacity: 0;
}

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

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

.field::placeholder {
    opacity: 0;
}

.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.parsley-errors-list li {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 2px;
    font-size: 10px;
    color: #f24748;
}

.check {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.check__input {
    display: none
}

.check__input:checked ~ .check__box:before {
    opacity: 1;
    visibility: visible;
}

.check__box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-right: 6px;
    border: 1px solid #adadad;
    border-radius: 2px
}

.check__box:before {
    content: '';
    opacity: 0;
    visibility: hidden;
    width: 8px;
    height: 8px;
    background: #f24748;
    background: var(--brand-color-red);
    border-radius: 2px;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.check__label {
    font-size: 11px;
    line-height: 1.6;
    color: #adadad;
}

/* */
.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 118px;
}

.header-nav__trigger {
    display: none
}

.header-nav-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.header-nav-list__item {
    margin: 0 18px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.header-nav-list__item_phone {
    display: none
}

.header-nav-list__item .link:hover {
    text-decoration: underline;
}

.header-phone {
    font-weight: 700;
    font-size: 20px
}

.footer {
    background-color: #fafafa;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0
}

.footer-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px
}

.footer-text {
    margin-left: auto
}

.footer-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.footer-contact {
    margin-left: 40px
}

.footer-contact__item {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: right
}

.footer-contact__item_tel {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}

.hero {
    position: relative;
    height: 604px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: calc(50% + 25px) 50%
}

.hero .box {
    height: 100%;
}

.hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.hero_arenda {
    background-image: url('../images/arenda-photo.jpg')

}

.hero_arenda .hero-content {
    padding-top: 137px
}

.hero_hotel {
    background-image: url('../images/hotel-photo.jpg')

}

.hero_hotel .hero-content {
    padding-top: 106px
}

.hero_ecommerce {
    background-image: url('../images/ecommerce-photo.jpg')
}

.hero_ecommerce .hero-content {
    padding-top: 139px
}

.hero_1c {
    background-image: url('../images/1c-photo.jpg')

}

.hero_1c .hero-content {
    padding-top: 162px
}

.hero_b2b {
    background-image: url('../images/b2b-photo.jpg')

}

.hero_b2b .hero-content {
    padding-top: 200px
}

.hero-title {
    max-width: 460px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.08
}

.hero-text {
    max-width: 430px;
    margin-top: 27px;
    font-size: 18px;
    line-height: 1.5
}

.hero-text_big {
    font-size: 24px;
    line-height: 1.125
}

.detail {
    height: 308px;
    padding: 48px 20px 0;
    text-align: center
}

.detail-icon {
    display: inline-block;
    height: 68px;
    margin-bottom: 26px
}

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

.detail-text {
    font-size: 14px;
    line-height: 1.5;
    color: #656565;
}

.details {
    padding: 108px 0 102px
}

.details-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px
}

.details-list__item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.03)
}

.details-list__item:nth-child(3n + 1) {
    margin-left: 0;
}

.examples {
    padding: 75px 0 92px;
    border-bottom: 1px solid #dcdcdc
}

.examples-gallery {
    margin-top: 44px;
    padding: 0 42px 46px
}

.examples-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.examples-gallery .owl-stage-outer {
    -webkit-box-shadow: 0px 13px 67px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 13px 67px 0px rgba(0, 0, 0, 0.09);
}

.examples-gallery .owl-nav svg {
    display: inline-block;
    vertical-align: top;
    width: 0.524em;
    height: 1em;
    fill: currentColor;
}

.examples-gallery .owl-nav button.owl-prev,
.examples-gallery .owl-nav button.owl-next {
    outline: none;
    top: calc(50% - 47px);
    right: 0;
    position: absolute;
    height: 42px;
    font-size: 42px;
    color: #999
}

.examples-gallery .owl-nav button.owl-prev:hover, .examples-gallery .owl-nav button.owl-next:hover {
    color: #b0b0b0;
}

.examples-gallery .owl-nav button.owl-prev.disabled, .examples-gallery .owl-nav button.owl-next.disabled {
    cursor: default;
    opacity: .4;
    color: #999;
}

.examples-gallery .owl-nav button.owl-prev {
    right: auto;
    left: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.examples-gallery .owl-dots {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.examples-gallery .owl-dot {
    outline: none;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #dfdfdf !important;
    border-radius: 50%
}

.examples-gallery .owl-dot:hover,
.examples-gallery .owl-dot.active {
    background-color: #b0b0b0 !important;
}

.contact {
    height: 507px;
    background: url('../images/contact-bg.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%
}

.contact .box {
    height: 100%;
}

.contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.contact-list__item {
    margin-top: 32px
}

.contact-list__item_phone .contact-value {
    font-weight: 700;
    font-size: 46px
}

.contact-list__item .callus-phone a, .contact-list__item .callus-email a {
    text-decoration: none;
    color: #000;
}

.contact-label {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b8b8b8;
}

.contact-value {
    font-size: 24px
}

.about {
    padding: 113px 0 135px
}

.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.about-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 495px;
    flex: 0 0 495px;
    margin-left: 40px
}

.about-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.08
}

.about-text {
    font-size: 14px;
    line-height: 1.5
}

.about-image {
    width: 320px;
    margin-top: 34px
}

.about-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding: 40px 17px 37px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 29px 0px rgba(76, 76, 76, 0.05);
    box-shadow: 0px 5px 29px 0px rgba(76, 76, 76, 0.05)
}

.about-progress__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1px 20px 11px;
    text-align: center;
    border-left: 1px solid #e8e8e8
}

.about-progress__item:first-child {
    border: none
}

.about-progress__val {
    font-weight: 700;
    font-size: 46px
}

.about-progress__title {
    font-size: 14px;
    color: #656565;
}

.about-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px
}

.about-gallery__item {
    width: calc((100% - 76px) / 3);
    margin-left: 38px
}

.about-gallery__item:first-child {
    margin-left: 0;
}

.reviews {
    padding: 92px 0 100px;
    border: 1px solid #dcdcdc;
    border-width: 1px 0
}

.reviews-carousel {
    margin-top: 40px;
    padding: 0 45px 36px
}

.reviews-carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews-carousel .owl-nav svg {
    display: inline-block;
    vertical-align: top;
    width: 0.524em;
    height: 1em;
    fill: currentColor;
}

.reviews-carousel .owl-nav button.owl-prev,
.reviews-carousel .owl-nav button.owl-next {
    outline: none;
    top: calc(50% - 47px);
    right: 0;
    position: absolute;
    height: 42px;
    font-size: 42px;
    color: #999
}

.reviews-carousel .owl-nav button.owl-prev:hover, .reviews-carousel .owl-nav button.owl-next:hover {
    color: #b0b0b0;
}

.reviews-carousel .owl-nav button.owl-prev.disabled, .reviews-carousel .owl-nav button.owl-next.disabled {
    cursor: default;
    opacity: .4;
    color: #999;
}

.reviews-carousel .owl-nav button.owl-prev {
    right: auto;
    left: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.reviews-carousel .owl-dots {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reviews-carousel .owl-dot {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    width: 10px;
    height: 10px;
    margin: 10px 5px 0;
    background-color: #dfdfdf !important;
    border-radius: 50%
}

.reviews-carousel .owl-dot:hover,
.reviews-carousel .owl-dot.active {
    background-color: #b0b0b0 !important;
}

.reviews-doc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin-top: 2px;
    margin-right: 30px
}

.reviews-doc__image {
    display: block;
    padding: 20px 16px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #d9d9d9;
    border-radius: 3px
}

.reviews-doc__text {
    margin-top: 18px;
}

.reviews-doc__text p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 1.65;
}

.reviews-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.reviews-text p {
    margin-top: 0;
    margin-bottom: 19px;
    font-size: 13px;
    line-height: 1.38
}

.reviews-text p.title {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
}

.clients {
    padding: 80px 0 124px
}

.clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 34px;
    padding: 0 50px
}

.clients-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(20% - 20px);
    margin: 5px 10px
}

.features {
    padding: 90px 0 113px;
    background-color: #fff;
    background-image: url('../images/how-bg.jpg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%
}

.features-title {
    max-width: 560px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2
}

.features-text {
    font-size: 16px;
    line-height: 1.875;
    color: #656565
}

.how {
    padding: 100px 0 108px;
    background-color: #fbfcfd
}

.how-title {
    max-width: 600px;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2
}

.how-list {
    counter-reset: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.how-list-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(50% - 35px)
}

.how-list__item {
    position: relative;
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    margin-bottom: 25px;
    padding: 0 45px 0 110px;
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.03)
}

.how-list__item:before {
    content: counter(list);
    left: 0;
    position: absolute;
    width: 110px;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #f24748;
    color: var(--brand-color-red)
}

.service {
    padding: 0 20px;
    text-align: center
}

.service-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    margin: 0 auto 21px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}

.service-image img {
    width: 52px;
    height: 52px;
}

.service-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
}

.service-text {
    font-size: 14px;
    line-height: 1.5;
    color: #656565;
}

.services {
    padding: 110px 0 87px
}

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 47px -10px 0
}

.services-list__item {
    width: calc(25% - 20px);
    margin: 0 10px 40px
}

.request {
    padding: 115px 0
}

.request-block {
    width: 475px;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 6px
}

.request-title {
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2
}

.request-text {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.5;
}

.request-comment {
    margin-top: 22px;
    padding: 0 30px;
    font-size: 11px;
    line-height: 1.6;
    color: #adadad
}

.request-form {
    margin: 0 26px
}

.request-form-modal {
    max-width: 700px
}

.request-form-modal__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px
}

.request-form-modal__text {
    font-size: 14px;
    line-height: 1.5;
    color: #656565;
}

.request-form-modal__text p {
    margin: 0
}

.request-form-modal__text p + p {
    margin-top: 15px;
}

.request-form-row {
    margin-bottom: 17px;
}

.request-form .field-wr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 42px;
}

.request-form .field-wr .field {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 9px 0;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: border-color .1s ease-in-out;
    -o-transition: border-color .1s ease-in-out;
    transition: border-color .1s ease-in-out
}

.request-form .field-wr .field:focus + .field-label,
.request-form .field-wr .field:focus + .parsley-errors-list + .field-label {
    top: 0;
    font-size: 10px;
}

.request-form .field-wr .field.not-empty + .field-label,
.request-form .field-wr .field.not-empty + .parsley-errors-list + .field-label {
    top: 0;
    font-size: 10px;
}

.request-form .field-wr .field.parsley-error {
    border-color: #f24748;
}

.request-form .field-wr .field-label {
    top: 15px;
    left: 0;
    position: absolute;
    font-size: 14px;
    color: #9d9d9d;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.request-form .field-wr_textarea {
    height: 100px;
    padding-top: 20px;
}

.request-form .field-wr_textarea .field {
    height: 100%;
    padding-top: 0;
}

.request-form .check {
    text-align: left;
}

.request-form .check .link {
    color: #f24748;
    color: var(--brand-color-red);
    text-decoration: underline
}

.request-form .check .link:hover {
    text-decoration: none;
}

.request-form .button {
    width: 100%;
    height: 55px;
    margin-top: 25px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #f24748;
    border-radius: 6px
}

.request-form .button:hover {
    background-color: #e44f50;
}

.request-form .button[disabled] {
    cursor: default;
    opacity: .5;
}

.notfound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 86px 0
}

.notfound-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 610px;
    height: 610px;
    padding-top: 228px;
    background: #eb6474 !important;
    border-radius: 50%
}

.notfound-image img {
    margin: 0 auto
}

.notfound-text {
    margin-top: 45px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333;
    text-align: center;
    color: #fff
}

.benefit {
    padding: 0 20px;
    text-align: center
}

.benefit-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.benefit-image img {
    width: auto;
    height: 56px;
}

.benefit-title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}

.benefit-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #656565;
}

.benefits {
    padding: 110px 0 80px
}

.benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px -10px 0
}

.benefits-list__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 40px
}

.reason {
    padding: 0 20px;
    text-align: center
}

.reason-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.reason-image img {
    width: auto;
    height: 56px;
}

.reason-title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}

.reason-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #656565;
}

.reasons {
    padding: 80px 0 40px
}

.reasons-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
}

.reasons-title {
    max-width: 90%;
    margin-top: -0.6em;
    padding: 0 30px;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    background: #fff
}

.reasons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px -10px 0;
    padding: 0 50px
}

.reasons-list__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 40px
}

@media (min-width: 980px) {

    .header-nav-list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 1259px) {
    .hero {
        height: 500px
    }

    .hero_arenda .hero-content {
        padding-top: 115px
    }

    .hero_hotel .hero-content {
        padding-top: 86px
    }

    .hero_b2b .hero-content {
        padding-top: 162px
    }

    .hero-title {
        max-width: 420px;
        font-size: 46px
    }

    .details {
        padding: 78px 0 72px
    }

    .examples {
        padding-top: 65px
    }

    .about {
        padding: 93px 0 115px
    }

    .about-title {
        font-size: 46px
    }

    .features {
        padding: 70px 0 34px;
        background-position: calc(100% + 90px) 0
    }

    .how {
        padding: 80px 0 68px
    }

    .service {
        padding: 0
    }

    .benefit {
        padding: 0
    }

    .reason {
        padding: 0
    }
}

@media (max-width: 1024px) {

    .notfound-block {
        width: 540px;
        height: 540px;
        padding-top: 200px
    }

    .notfound-image img {
        max-width: 72%
    }

    .notfound-text {
        margin-top: 30px;
        font-size: 17px
    }
}

@media (max-width: 979px) {

    .page-section__title {
        font-size: 40px
    }

    .header-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-nav__trigger {
        display: block;
        position: relative;
        width: 31px;
        height: 31px;
        color: #000;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .header-nav__trigger .icon {
        position: absolute;
        width: 30px;
        height: 4px;
        top: calc(50% - 2px);
        background-color: currentColor;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s
    }

    .header-nav__trigger .icon:before,
    .header-nav__trigger .icon:after {
        content: "";
        top: -10px;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .header-nav__trigger .icon:after {
        top: 10px;
    }

    .header-nav__trigger:hover {
        cursor: pointer;
    }

    .header-nav__trigger.is-open .icon {
        background: transparent;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s
    }

    .header-nav__trigger.is-open .icon:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        -ms-transform: rotate(45deg) scaleX(1.25) translate(6.5px, 6.5px);
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }

    .header-nav__trigger.is-open .icon:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
        -ms-transform: rotate(-45deg) scaleX(1.25) translate(6px, -6px);
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }

    .header-nav-list {
        display: none;
        top: 100%;
        right: -20px;
        left: -20px;
        position: absolute;
        z-index: 1;
        padding: 22px 20px;
        text-align: center;
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2)
    }

    .header-nav-list__item {
        display: inline-block;
        vertical-align: middle
    }

    .header-nav-list__item_phone {
        display: none
    }

    .header-phone {
        margin-right: 20px;
        margin-left: auto;
        font-size: 18px
    }

    .hero {
        height: 360px
    }

    .hero_arenda .hero-content {
        padding-top: 65px
    }

    .hero_hotel .hero-content {
        padding-top: 56px
    }

    .hero_ecommerce .hero-content {
        padding-top: 89px
    }

    .hero_1c .hero-content {
        padding-top: 89px
    }

    .hero_b2b .hero-content {
        padding-top: 90px
    }

    .hero-title {
        max-width: 350px;
        font-size: 38px
    }

    .hero-text {
        max-width: 370px;
        margin-top: 24px;
        font-size: 16px
    }

    .hero-text_big {
        font-size: 20px
    }

    .detail {
        padding: 40px 14px 0
    }

    .detail-icon {
        height: 60px;
        margin-bottom: 20px
    }

    .detail-title {
        font-size: 16px
    }

    .details {
        padding: 70px 0 50px
    }

    .details-list {
        margin-top: 50px
    }

    .examples {
        padding-bottom: 72px
    }

    .contact {
        height: 430px
    }

    .contact-content .page-section__title {
        font-size: 36px
    }

    .contact-list__item_phone .contact-value {
        font-size: 38px
    }

    .about {
        padding: 70px 0 90px
    }

    .about-content {
        display: block
    }

    .about-col {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-col:last-child {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: block;
        margin-left: 0
    }

    .about-title {
        width: 100%;
        margin-bottom: 40px;
        font-size: 40px;
        text-align: center
    }

    .about-text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .about-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-left: 30px
    }

    .about-progress {
        margin-top: 40px
    }

    .about-progress__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 3);
        flex: 1 0 calc(100% / 3)
    }

    .about-gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-gallery__item {
        width: auto
    }

    .reviews {
        padding-top: 82px
    }

    .features {
        padding: 40px 0 30px;
        background: none
    }

    .features-title {
        max-width: none;
        margin-bottom: 36px;
        font-size: 40px;
        text-align: center;
    }

    .features-title br {
        display: none;
    }

    .how {
        padding-top: 70px
    }

    .how-title {
        max-width: none;
        font-size: 40px;
        text-align: center
    }

    .how-list-col {
        width: calc(50% - 10px)
    }

    .how-list__item {
        margin-bottom: 20px;
        padding: 0 20px 0 80px;
        font-size: 16px
    }

    .how-list__item:before {
        width: 80px;
        font-size: 52px
    }

    .request {
        padding: 70px 0
    }

    .request-title {
        font-size: 40px
    }

    .reasons-title {
        font-size: 40px
    }

    .reasons-list {
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .box {
        padding: 0 15px
    }

    .page-section__title {
        font-size: 26px
    }

    .header-nav-list {
        right: -15px;
        left: -15px;
        padding: 22px 15px;
        text-align: left
    }

    .header-nav-list__item {
        display: block;
        margin: 0
    }

    .header-nav-list__item:not(:first-child) {
        margin-top: 20px;
    }

    .header-nav-list__item_phone {
        display: block;
        margin-top: 40px !important;
        font-weight: 700;
        font-size: 16px
    }

    .header-phone {
        display: none
    }

    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 24px
    }

    .footer-logo {
        margin-bottom: 24px
    }

    .footer-text {
        margin-left: 0
    }

    .footer-text p {
        text-align: center
    }

    .footer-contact {
        margin-top: 20px;
        margin-left: 0
    }

    .footer-contact__item {
        text-align: center
    }

    .hero {
        height: 420px;
        background-size: 100% auto;
        background-position: 50% 73%
    }

    .hero_arenda {
        background-image: url('../images/arenda-mobile.jpg')

    }

    .hero_arenda .hero-content {
        padding-top: 40px
    }

    .hero_hotel {
        background-image: url('../images/hotel-mobile.jpg')

    }

    .hero_hotel .hero-content {
        padding-top: 40px
    }

    .hero_ecommerce {
        background-image: url('../images/ecommerce-mobile.jpg')
    }

    .hero_ecommerce .hero-content {
        padding-top: 40px
    }

    .hero_1c {
        background-image: url('../images/1c-mobile.jpg')

    }

    .hero_1c .hero-content {
        padding-top: 40px
    }

    .hero_b2b {
        background-image: url('../images/b2b-mobile.jpg')

    }

    .hero_b2b .hero-content {
        padding-top: 40px
    }

    .hero-title {
        max-width: none;
        font-size: 26px;
        text-align: center;
    }

    .hero-title br {
        display: none;
    }

    .hero-text {
        max-width: none;
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }

    .hero-text br {
        display: none;
    }

    .hero-text_big {
        margin-top: 25px;
        font-size: 18px
    }

    .detail {
        padding-bottom: 10px
    }

    .details {
        padding: 40px 0 30px
    }

    .details-list {
        margin-top: 40px
    }

    .details-list__item {
        width: calc((100% - 15px) / 2);
        height: auto;
        margin-left: 15px
    }

    .details-list__item:nth-child(3n + 1) {
        margin-left: 15px;
    }

    .details-list__item:nth-child(2n + 1) {
        margin-left: 0;
    }

    .examples {
        padding: 40px 0 60px
    }

    .examples-gallery .owl-nav button.owl-prev,
    .examples-gallery .owl-nav button.owl-next {
        top: calc(50% - 54px);
        height: 36px;
        font-size: 36px
    }

    .contact {
        height: 380px
    }

    .contact-content .page-section__title {
        font-size: 26px
    }

    .contact-list__item_phone .contact-value {
        font-size: 28px
    }

    .contact-value {
        font-size: 22px
    }

    .about {
        padding: 40px 0 50px
    }

    .about-col {
        display: block
    }

    .about-title {
        margin-bottom: 20px;
        font-size: 26px
    }

    .about-image {
        width: 100%;
        max-width: 290px;
        margin-top: 20px;
        margin-left: 0
    }

    .about-progress {
        padding: 20px 0
    }

    .about-progress__item {
        padding: 1px 10px 11px
    }

    .about-progress__val {
        font-size: 42px
    }

    .about-gallery {
        margin-top: 30px
    }

    .about-gallery__item {
        max-width: calc((100% - 40px) / 3);
        margin-left: 20px
    }

    .reviews {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .reviews-carousel__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews-doc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .reviews-doc__image {
        display: none
    }

    .clients {
        padding: 50px 0 64px
    }

    .clients-list {
        padding: 0
    }

    .features-title {
        margin-bottom: 26px;
        font-size: 26px
    }

    .features-text {
        font-size: 14px
    }

    .how {
        padding: 40px 0
    }

    .how-title {
        font-size: 26px
    }

    .how-list {
        display: block
    }

    .how-list-col {
        width: 100%
    }

    .how-list__item {
        height: 90px;
        margin-bottom: 15px
    }

    .how-list__item:before {
        font-size: 46px
    }

    .services {
        padding: 40px 0 30px
    }

    .services-list__item {
        width: calc(50% - 20px);
        margin-bottom: 30px
    }

    .request {
        padding: 40px 0
    }

    .request-block {
        width: 100%;
        padding: 30px 0;
        border: none;
        border-radius: 0
    }

    .request-title {
        font-size: 26px
    }

    .request-form-modal {
        padding: 40px 20px
    }

    .request-form-modal__title {
        font-size: 20px
    }

    .notfound-block {
        width: 420px;
        height: 420px;
        padding-top: 160px
    }

    .notfound-text {
        margin-top: 20px;
        font-size: 15px
    }

    .benefits {
        padding: 40px 0 30px
    }

    .benefits-list__item {
        width: calc(50% - 20px);
        margin-bottom: 30px
    }

    .reasons {
        padding: 40px 0 30px
    }

    .reasons-title {
        padding: 0 20px;
        font-size: 26px
    }

    .reasons-list__item {
        width: 100%;
        margin: 0 0 30px
    }
}

@media (max-width: 520px) {

    .clients-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .clients-list__item {
        width: calc(25% - 20px)
    }
}

@media (max-width: 479px) {

    .details-list__item {
        width: 100%;
        margin: 0 0 15px !important
    }

    .examples-gallery {
        padding: 0 0 46px
    }

    .examples-gallery .owl-nav {
        display: none
    }

    .contact {
        height: 360px
    }

    .contact-content .page-section__title {
        font-size: 24px
    }

    .contact-list__item {
        margin-top: 28px
    }

    .contact-list__item_phone .contact-value {
        font-size: 24px
    }

    .contact-value {
        font-size: 20px
    }

    .about-progress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-progress__item {
        margin-top: 16px;
        padding: 10px 10px 0;
        border-left: none;
        border-top: 1px solid #e8e8e8
    }

    .about-progress__item:first-child {
        margin-top: 0;
        padding-top: 0
    }

    .about-gallery__item {
        max-width: calc((100% - 20px) / 3);
        margin-left: 10px
    }

    .reviews-carousel {
        padding: 0 0 40px
    }

    .reviews-carousel .owl-nav {
        display: none
    }

    .clients-list__item {
        width: calc((100% / 3) - 20px)
    }

    .how-list__item {
        height: auto;
        min-height: 60px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 70px;
        font-size: 15px
    }

    .how-list__item:before {
        width: 70px;
        font-size: 42px
    }

    .services-list {
        margin: 40px 0 0
    }

    .services-list__item {
        width: 100%;
        margin: 0 0 30px
    }

    .request-comment {
        padding: 0
    }

    .request-form {
        margin: 0
    }

    .notfound {
        margin: 50px 0
    }

    .notfound-block {
        width: 280px;
        height: 280px;
        padding-top: 80px
    }

    .notfound-text {
        padding: 0 40px;
        font-size: 14px
    }

    .benefits-list {
        margin: 40px 0 0
    }

    .benefits-list__item {
        width: 100%;
        margin: 0 0 30px
    }

    .reasons-title {
        padding: 0 10px;
        font-size: 22px
    }

    .reasons-list {
        margin: 40px 0 0
    }
}


.footer-nav {
    margin-right: auto;
    margin-left: 100px;
}
.footer-nav__list {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav__item  {
    padding: 2px 80px 2px 0;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
}
.footer-nav__link {
    text-decoration: none;
    color: inherit;
}
.footer-nav__link:hover {
    text-decoration: underline;
}
.footer-nav__link.is-active {
    font-weight: 700;
}

@media (max-width: 980px) {
    .footer-nav {
        margin-left: 50px;
    }
    .footer-nav__item {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .footer-nav {
        margin: 0;
    }
    .footer-nav__list {
        columns: initial;
    }
    .footer-nav__item {
        padding: 5px 0;
        text-align: center;
    }
}

.words-rotates {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    background: #fff;
}