/*-------------------------------------------------------------
    Project:        Delivery Group
    Author:         Anton Shaposhnikov
    Telegram:		https://t.me/hesoyam_666
--------------------------------------------------------------*/
/* Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #ffd500;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

    .preloader__item:last-child {
        top: auto;
        bottom: 0;
        animation-delay: -1s;
    }

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../../fonts/BebasNeueBold.otf");
}

.two-from-three {
    margin: 0 auto;
    width: 100%;
}

#editBtn img {
    left: 10px !important;
    top: 3px !important;
}

#clear-margin {
    margin: 0 !important;
}

#frm {
    width: 100%;
}

html {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

body {
    width: 100%;
    font-family: 'Segoe UI';
    font-style: normal;
    color: #303030;
    background-color: #fff;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

textarea, input, select {
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

option,
option:hover,
option:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

:active, :focus {
    outline: none;
}

ul {
    list-style-type: none;
}

strong {
    font-weight: bold;
}

a, a:focus, a:hover, a:active a:visited {
    outline: 0;
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #333;
}

h1 {
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-size: 32px;
}

p {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 21px;
    color: #333;
}

input {
    width: 387px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #DADADA;
    background-color: transparent;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition: background-color ease-in-out 0s;
        transition: background-color ease-in-out 0s;
        -webkit-transition-delay: 5000s;
        transition-delay: 5000s;
    }

    input:invalid {
        border-color: #FF2727;
    }

    input::-webkit-input-placeholder {
        color: #333;
    }

    input::-moz-placeholder {
        color: #333;
    }

    input:-ms-input-placeholder {
        color: #333;
    }

    input::-ms-input-placeholder {
        color: #333;
    }

    input::placeholder {
        color: #333;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    input:disabled,
    select:disabled,
    option:disabled,
    textarea:disabled {
        background-color: #E9E9E9;
    }

select {
    width: 387px;
    height: 40px;
    padding: 0 37px 0 20px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #DADADA;
    background: url("../../Images/third_decade/system/icon/select__arrow-down.svg") no-repeat center;
    background-size: 16px 8px;
    -webkit-appearance: none;
    background-position-x: 97%;
    cursor: pointer;
}


textarea {
    padding: 7px 20px;
    background-color: transparent;
    border: 1px solid #DADADA;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

    textarea::-webkit-input-placeholder {
        color: #333;
    }

    textarea::-moz-placeholder {
        color: #333;
    }

    textarea:-ms-input-placeholder {
        color: #333;
    }

    textarea::-ms-input-placeholder {
        color: #333;
    }

    textarea::placeholder {
        color: #333;
    }

    input:focus, input:active,
    select:focus, select:active,
    textarea:focus, textarea:active {
        border: 1px solid #ffd500;
    }

/* Убираем стандартный маркер Chrome */
details summary::-webkit-details-marker {
    display: none
}
/* Убираем стандартный маркер Firefox */
details > summary {
    list-style: none;
}

[type="radio"] {
    width: 14px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    p {
        font-size: 15px;
        line-height: 20px;
    }

    input {
        padding: 0 10px;
        font-size: 15px;
    }

    select {
        padding: 0 37px 0 10px;
        font-size: 15px;
    }

    textarea {
        padding: 7px 10px;
        font-size: 15px;
    }
}

/* checkbox style */
[type="checkbox"], [type="radio"] {
    -webkit-appearance: checkbox;
}

.checkbox--after input[type=checkbox] {
    display: none;
}

    .checkbox--after input[type=checkbox] + label:after {
        content: " ";
        display: inline-block;
        border: 1px solid #DADADA;
        font-size: 20px;
        line-height: 22px;
        margin: -5px 0 0 5px;
        height: 20px;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

    .checkbox--after input[type=checkbox]:checked + label:after {
        background: url("../../Images/third_decade/system/icon/checkbox__arrow.svg") no-repeat center;
        background-size: 15px 13px;
    }

/* Before */

.checkbox--before label, .checkbox--after label {
    cursor: pointer;
}

.checkbox--before input[type=checkbox] {
    display: none;
}

    .checkbox--before input[type=checkbox] + label:before {
        content: " ";
        display: inline-block;
        border: 1px solid #DADADA;
        font-size: 20px;
        line-height: 22px;
        margin: -5px 5px 0 0;
        height: 20px;
        width: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
    }

    .checkbox--before input[type=checkbox]:checked + label:before {
        background: url("../../Images/third_decade/system/icon/checkbox__arrow.svg") no-repeat center;
        background-size: 15px 13px;
    }

/* SkrollUp button  */
.scrollup {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 35px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 10px rgba(132, 132, 132, 0.34);
    box-shadow: 0px 4px 10px rgba(132, 132, 132, 0.34);
    background: #ffd500 url('../../Images/third_decade/system/icon/scrollup-icon.svg') no-repeat center center;
    background-size: 24px 20px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

    .scrollup:hover {
        background-position: center 40%;
        -webkit-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

@media (max-width: 1024px) {
    .scrollup {
        right: 30px;
        bottom: 30px;
    }
}
/* ======================================
//            Layout
====================================== */

.main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1222px;
    margin: 0 auto;
    padding: 0 10px;
}

.main-content {
    width: 100%;
}

.page-header {
    max-width: 1342px;
    height: 320px;
    margin: 0 auto;
}

.page-header__heading {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1232px;
    height: 100%;
    margin: 0 auto;
    padding: 0 5px 90px 5px;
}

.page-header__discription {
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #333;
    padding-top: 15px;
}

.main-page__title {
    max-width: 640px;
    font-weight: bold;
    font-size: 32px;
    color: #333;
}

.main-page__description {
    max-width: 1020px;
    padding-bottom: 35px;
}

.mobile-page__title {
    display: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 10px 0;
}

.mobile-page__description {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-page__title, .mobile-page__description {
        display: block;
    }

    .page-header {
        display: none;
    }

    .main__container {
        padding: 0 20px;
    }

    .main-page__title {
        display: none;
    }
}



/* ======================================
//              COMMON
====================================== */

.gray-background {
    background-color: #F8F8F8;
}

.main__container--full-width {
    width: 100%;
    background-color: #F8F8F8;
}

.section--grey {
    background-color: #F8F8F8;
}

.c-container {
    max-width: 1222px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .c-container {
        padding: 0 20px;
    }
}


/* ======================================
//              main-btn 
====================================== */

.main-btn {
    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;
    min-width: 178px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    height: 50px;
    font-size: 16px;
    color: #333;
    background-color: #ffd500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background .6s ease;
    transition: background .6s ease;
}

    .main-btn:hover {
        -webkit-transition: background .6s ease;
        transition: background .6s ease;
        background: #575757;
        color: #fff;
    }

    .main-btn:focus {
        outline: 0;
    }

/* Белая Кнопка */
.main-btn--white {
    color: #333;
    border: 1px solid #808080;
    background-color: #fff;
}

    .main-btn--white:hover {
        background-color: #F0F5F9;
        color: #333;
    }

    .main-btn--white img {
        margin-right: 10px;
    }

@media (max-width: 1024px) {
    .main-btn {
        min-width: 135px;
        height: 40px;
        font-size: 15px;
    }
}


/* ======================================
//         Анимация для инпутов
====================================== */

.label-rotate {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.label-rotate__input::-webkit-input-placeholder {
    color: transparent;
}

.label-rotate__input::-moz-placeholder {
    color: transparent;
}

.label-rotate__input:-ms-input-placeholder {
    color: transparent;
}

.label-rotate__input::-ms-input-placeholder {
    color: transparent;
}

.label-rotate__input::placeholder {
    color: transparent;
}

.label-rotate__input:placeholder-shown ~ .label-rotate__label {
    cursor: text;
    top: 10px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.label-rotate__label {
    position: absolute;
    z-index: -1;
    top: -18px;
    left: 0;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.label-rotate__input:focus ~ .label-rotate__label,
.label-rotate__input:active ~ .label-rotate__label {
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.label-rotate__select {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.show-label {
    top: -18px;
    left: 0;
    z-index: 5;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media (max-width: 1024px) {
    .label-rotate__input:placeholder-shown ~ .label-rotate__label {
        font-size: 15px;
        left: 10px;
    }

    .label-rotate__label {
        font-size: 12px;
        left: 0;
    }

    .label-rotate__input:focus ~ .label-rotate__label,
    .label-rotate__input:active ~ .label-rotate__label {
        font-size: 12px;
        left: 0;
    }

    .label-rotate__select {
        left: 10px;
    }

    .show-label {
        font-size: 12px;
        left: 0;
    }
}

/* ======================================
//             Navigation
====================================== */


.main-navigation {
    height: 64px;
    width: 100%;
    background-color: #FFD500;
}

.container--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1222px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
}

.nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.nav__li {
    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;
    position: relative;
    z-index: 9999;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .nav__li:hover {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-color: #fff;
        cursor: pointer;
    }

.nav__title {
    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%;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #303030;
}

.nav__li:hover .nav__title {
    color: #333;
}

.nav .drop__ul {
    position: absolute;
    top: 64px;
    left: 0;
    background-color: #fff;
    min-width: 280px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.nav .drop__li {
    height: 40px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .nav .drop__li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 30px;
        height: 100%;
        width: 100%;
        text-transform: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .nav .drop__li:hover a {
        color: #333;
        font-weight: 600;
    }

    .nav .drop__li:hover {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-color: #FFD500;
    }

.nav .nav__li:hover .drop__ul {
    display: block;
    opacity: 1;
    visibility: visible;
    list-style-type: none;
}

.nav-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-numbers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    white-space: nowrap;
}

    .nav-numbers__item:last-child {
        margin-right: 0;
    }

    .nav-numbers__item img {
        margin-right: 6px;
        height: 12px;
    }

@media (max-width: 1222px) {
    #nav-numbers__tel {
        display: none;
    }

    .nav-numbers {
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .nav-mobile__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #menu-wrapper {
        display: block;
    }

}

/* ======================================
//         Tooltip in Nav
====================================== */

.t-tooltip {
    position: relative;
}

.tooltip__info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px 25px;
    background-color: #575757;
    border-radius: 5px;
    position: absolute;
    z-index: 99999999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

    .tooltip__info h3, .tooltip__info p {
        font-family: 'Segoe UI';
        font-size: 12px;
    }

    .tooltip__info h3 {
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
    }

    .tooltip__info p {
        line-height: 14px;
        color: rgba(255, 255, 255, 0.58);
    }

.t-tooltip:hover .tooltip__info {
    display: block;
}

.tooltip__info i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

    .tooltip__info i::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(45deg);
        transform: translate(-50%, 50%) rotate(45deg);
        background-color: #575757;
    }

#tooltip__tel {
    display: none;
}

.nav-numbers__item-ext {
    white-space: normal !important;
}

.tooltip-ext {
    background-color: white !important;
    width: 208px !important;
}

    .tooltip-ext h3 {
        color: #999999 !important;
        margin: 10px 0px !important;
    }

    .tooltip-ext p {
        color: #333333 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin: 10px 0px !important;
    }

    .tooltip-ext img {
        width: 25px;
        height: 25px;
    }

    .tooltip-ext i::after {
        background-color: white !important;
    }

.tooltip-ext-icon-line {
    display: flex;
}

.tooltip-ext-icon-line > p {
    margin-bottom: 0 !important;
}

#tooltip-ext-tg-icon {
    margin-right: 15px !important;
}

.tooltip-separate-line {
    border: 1px solid #FFD500;
}

@media (max-width: 1301px) {
    .tooltip__info {
        left: 6%;
    }

        .tooltip__info i {
            bottom: 99%;
        }
}

@media (max-width: 1222px) {
    #tooltip__tel {
        display: block;
        color: #ffd500;
    }

    .tooltip__info {
        left: 38%;
        width: 273px;
    }
    .tooltip__info--live-chat {
        left: -55px;
    }
    .tooltip__info--footer-order {
        left: -105px;
    }
    .tooltip__info--footer-order i {
        left: 91%;
    }
    .tooltip__info--live-chat i {
        left: 73%;
    }
}

/* ======================================
//            FOOTER
====================================== */

.footer {
    min-height: 335px;
    background-color: #333;
}

    .footer .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 75px 0 30px 0;
    }

.footer__support a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
}

    .footer__support a:hover {
        color: #FFD500;
    }

.support__call-center {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
}

    .support__call-center p {
        color: #C4C4C4;
    }

    .support__call-center .call-center__number {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        color: #FFF;
        margin-bottom: 25px;
    }

    .support__call-center .call-center__schedule {
        border-bottom: 1px dashed #949494;
        padding-bottom: 5px;
        display: inline-block;
    }

        .support__call-center .call-center__schedule:hover {
            color: #ffd500;
        }

.call-center__schedule {
    cursor: pointer;
}

.support__link {
    margin-bottom: 13px;
}

    .support__link:last-child {
        margin-bottom: 0;
    }

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    width: 100%;
}

    .footer__menu .menu__item {
        margin-right: 20px;
        white-space: nowrap;
    }

        .footer__menu .menu__item:last-child {
            margin-right: 0;
        }

        .footer__menu .menu__item a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 7px;
            color: #999;
        }

            .footer__menu .menu__item a:hover {
                color: #FFD500;
            }

            .footer__menu .menu__item a:last-child {
                margin-bottom: 0;
            }

        .footer__menu .menu__item .menu__title {
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #FFF;
            margin-bottom: 20px;
        }

.footer-subs {
    display: none;
}

.footer-subs__title {
    max-width: 415px;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    margin-bottom: 20px;
}

.footer-subs__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-subs__btn {
    background-color: #FFD500;
    border: 2px solid #FFD500;
    border-left: 2px solid #FFD500;
    margin-left: -2px;
    padding: 0 18px;
}

    .footer-subs__btn:hover {
        cursor: pointer;
    }

.footer-subs__input {
    width: 345px;
    height: 48px;
    border: 2px solid #fff;
    padding-left: 14px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: transparent;
}

    .footer-subs__input::-webkit-input-placeholder {
        color: inherit;
    }

    .footer-subs__input::-moz-placeholder {
        color: inherit;
    }

    .footer-subs__input:-ms-input-placeholder {
        color: inherit;
    }

    .footer-subs__input::-ms-input-placeholder {
        color: inherit;
    }

    .footer-subs__input::placeholder {
        color: inherit;
    }

    .footer-subs__input:focus {
        border: 2px solid #ffd500;
    }

        .footer-subs__input:focus ~ .footer-subs__btn {
            background-color: #FFD500;
            border: 2px solid #ffd500;
        }

.footer__links {
    align-self: baseline;
    max-width: 485px;
    margin-left: 60px;
}

    .footer__links .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__links .links .links__title {
            min-width: 168px;
            font-size: 20px;
            line-height: 24px;
            color: #FFF;
            margin-bottom: 13px;
        }

    .footer__links .apps__img, .footer__links .socials__img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__links .apps__img {
        margin-right: 40px;
    }

    .footer__links .apps__img-link {
        display: block;
        width: 135px;
        height: 44px;
    }

        .footer__links .apps__img-link img {
            display: block;
            max-width: 100%;
            height: auto;
            -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
            transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
        }

        .footer__links .apps__img-link:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
            transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
        }

        .footer__links .apps__img-link:first-child {
            margin-right: 10px;
        }

    .footer__links .socials__img {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 140px;
    }

.socials__img-item {
    display: block;
    width: 20px;
    height: 20px;
}

    .socials__img-item img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .socials__img-item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

.footer__links .bots__img-item {
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-position-x: 8px;
    padding-left: 45px;
}

.bots__viber {
    background-color: #795AFB;
    margin-right: 16px;
    background-image: url('../../Images/third_decade/system/mobile_app/Viber.svg')
}

.bots__telegram {
    background-color: #468FFD;
    background-image: url('../../Images/third_decade/system/mobile_app/Telegram.svg')
}

.apps__img-bots {
    margin-right: 0px !important;
}

.footer__group-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__support {
    margin-right: 10px;
}

@media (max-width: 1130px) {
    .footer__links {
        margin: 0 10px;
    }

    .footer__menu .menu__item {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .apps__img-bots {
        display: block !important;
    }

    .bots__viber {
        margin-bottom: 24px;
    }
}

/* ======================================
//            Sub-FOOTER
====================================== */

.sub-footer {
    background-color: #FFD500;
}

.sub-footer__inner {
    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: 100%;
}

.sub-footer__info {
    margin: 14px 0;
}

    .sub-footer__info p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #333;
        margin-bottom: 2px;
    }

        .sub-footer__info p a:hover {
            color: #3072C4;
        }

.sub-footer__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sub-footer__payment img {
        margin-right: 25px;
    }

        .sub-footer__payment img:last-child {
            margin-right: 0;
        }

/* Только для адаптива */
.mob-support {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    margin-bottom: 25px;
}

.mob-support__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .mob-support__link:first-child {
        margin-right: 20px;
    }

    .mob-support__link > div {
        margin-left: 7px;
    }

    .mob-support__link img {
        margin-top: 5px;
        width: 12px;
        height: 12px;
    }

.mob-support__title {
    color: #FFF;
    width: 120px;
    margin-bottom: 8px;
}

.mob-support__link:hover .mob-support__title {
    color: #ffd500;
}

.mob-support__link:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.mob-support__number {
    color: #ffd500;
    font-weight: bold;
    margin-bottom: 5px;
}

.mob-support__note {
    max-width: 96px;
    font-size: 9px;
    line-height: 10px;
    color: #DADADA;
}

.mob-footer-nav {
    display: none;
    width: 225px;
    margin: 0 30px 50px 0;
}

.mob-footer-nav__list {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
}

    .mob-footer-nav__list:last-child {
        margin-bottom: 0;
    }

    .mob-footer-nav__list:hover,
    .mob-footer-nav__list:focus,
    .mob-footer-nav__list:active {
        color: #ffd500;
    }

.mob-footer-nav__title {
    font-size: 15px;
    line-height: 20px;
}

    .mob-footer-nav__title:after {
        content: " ";
        position: absolute;
        right: 0;
        width: 7px;
        height: 15px;
        background: url("../../Images/third_decade/system/icon/white-right-arrow.svg") no-repeat center;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: 200ms linear;
        transition: 200ms linear;
    }

.mob-footer-nav__item[open] .mob-footer-nav__title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../../Images/third_decade/system/icon/white-right-arrow.svg") no-repeat center;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.mob-footer-nav__item[open] .mob-footer-nav__title {
    color: #ffd500;
}

.mob-footer-nav__drop-li {
    white-space: nowrap;
    margin: 10px 0 10px 15px;
}

    .mob-footer-nav__drop-li a {
        color: #999;
        font-size: 15px;
    }

        .mob-footer-nav__drop-li a:hover {
            color: #ffd500;
        }

.mob-footer-nav__link-a {
    color: #fff;
}
.mob-footer-nav__link-a:hover {
    color: #ffd500;
}

@media (max-width: 1400px) {
    .sub-footer__payment {
        margin-right: 90px;
    }
}

@media (max-width: 1141px) {
    .footer-subs, .sub-footer__payment, .footer__support, .footer__menu, .faq-block {
        display: none;
    }

    .footer {
        min-height: auto;
    }

    .sub-footer__politics {
        margin-top: 20px;
    }

    .footer__links .links {
        display: block;
        margin-top: 0;
    }

    .links__apps {
        margin-bottom: 25px;
    }

    .footer__links .links .links__title {
        font-size: 15px;
        line-height: 20px;
    }

    .footer__links .apps__img {
        margin-right: 0;
    }

    .footer__links {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mob-support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mob-footer-nav {
        display: block;
    }

    .sub-footer__info p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .footer__links .apps__img img:first-child {
        margin-right: 20px;
    }

    .footer .footer__inner {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 25px 0 10px 0;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    .footer .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer__group-mob {
        margin-left: 50px;
    }
}

@media (max-width: 880px) {
    .footer__group-mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .footer .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* ======================================
//         Banners Main Slider
====================================== */

.main-slider {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}

.main-slider__link {
    display: block;
    overflow: hidden;
    width: 100%;
    border: none !important;
    margin-top: -1px;
}

.main-slider__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.main-slider .slick-dots {
    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;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 100%;
}

    .main-slider .slick-dots li {
        right: 30px;
        width: 15px;
        height: 15px;
        margin: 7px 0 7px auto;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    .main-slider .slick-dots .slick-active {
        background: #FDCE00;
    }

    .main-slider .slick-dots li button {
        opacity: 0;
        margin-top: -8px;
        width: 40px;
        height: 30px;
        margin-left: -12px;
    }

#main-slider--mobile {
    display: none;
}

#main-slider--tablet {
    display: none;
}

@media (max-width: 1024px) {
    .main-slider .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        right: 0;
        bottom: -30px;
        max-height: 30px;
        width: 100%;
    }

        .main-slider .slick-dots li {
            right: 0;
            width: 35px;
            height: 2px;
            margin: 15px 0;
            border: none;
            border-radius: 0;
            background-color: #c4c4c4;
        }

        .main-slider .slick-dots .slick-active {
            background: #FDCE00;
            height: 5px;
            margin-top: 14px;
            border-radius: 85px;
        }

        .main-slider .slick-dots li button {
            margin-top: -9px;
            width: 35px;
            height: 23px;
            margin-left: 0;
        }
}

@media (max-width: 900px) {
    #main-slider--tablet {
        display: block;
    }

    #main-slider--desctop {
        display: none;
    }
}

@media (max-width: 480px) {
    #main-slider--tablet {
        display: none;
    }

    #main-slider--mobile {
        display: block;
    }
}

/* ======================================
//            Mobile App block
====================================== */

.section--mob-app {
    margin-top: 100px;
    background-color: #ffd500;
}

.home-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 305px;
}

.home-apps__phone-img {
    margin: -55px 62px 0 0;
}

.home-apps__info {
    margin-top: 50px;
}

.home-apps__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    max-width: 490px;
}

.home-apps__text {
    margin-top: 25px;
    max-width: 490px;
}

.home-apps__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 33px;
}

    .home-apps__downloads a:first-child {
        margin-right: 20px;
    }

.home-apps__link {
    display: block;
    width: 135px;
    height: 44px;
}

    .home-apps__link img {
        display: block;
        max-width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .home-apps__link:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

@media (max-width: 1024px) {
    .section--mob-app {
        margin-top: 0;
    }

    .home-apps {
        height: auto;
        position: relative;
    }

    .home-apps__info {
        margin-top: 40px;
        max-width: 280px;
    }

    .home-apps__title {
        font-size: 18px;
        line-height: 20px;
    }

    .home-apps__text {
        margin-top: 15px;
    }

    .home-apps__downloads {
        position: relative;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin: 50px 0 60px 0;
    }

        .home-apps__downloads a:first-child {
            margin-right: 0;
            margin-bottom: 10px;
        }

    .home-apps__phone-img {
        margin: 0;
        position: absolute;
        bottom: -3px;
        right: -86px;
        z-index: 2;
        width: 99%;
    }

        .home-apps__phone-img img {
            width: 100%;
        }
}

@media (min-width: 335px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 92%;
    }
}

@media (min-width: 350px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 87%;
    }
}

@media (min-width: 370px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 84%;
    }
}

@media (min-width: 380px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 81%;
    }
}

@media (min-width: 390px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 79%;
    }
}

@media (min-width: 590px) and (max-width: 1024px) {
    .home-apps__phone-img {
        width: 405px;
    }
}

@media (min-width: 770px) and (max-width: 1024px) {
    .home-apps__phone-img {
        right: 2%;
    }

    .home-apps__downloads {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home-apps__downloads a:first-child {
            margin-right: 20px;
            margin-bottom: 0;
        }
}

@media (min-width: 940px) and (max-width: 1024px) {
    .home-apps__phone-img {
        right: 8%;
    }
}



/* ======================================
//            KPI (Index)
====================================== */

.home-kpi {
    padding: 40px 0 85px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-kpi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 66%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-kpi__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 130px;
    min-width: 111px;
    margin-bottom: 22px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-right: 25px;
}

.home-kpi:hover .on-time__circle {
    -webkit-animation: 1s ease-out 0s 1 rotateCircleDiagram;
    animation: 1s ease-out 0s 1 rotateCircleDiagram;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-kpi:hover .stats__icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.on-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.on-time__diagram {
    width: 194px;
    height: 194px;
    position: relative;
    border-radius: 50%;
    background-color: #ffcf00;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #afafaf), color-stop(0, transparent));
    background-image: linear-gradient(to right, #afafaf 50%, transparent 0);
}

    .on-time__diagram .on-time__circle {
        color: transparent;
        display: block;
        margin-left: 50%;
        height: 100%;
        border-radius: 0 100% 100% 0 / 50%;
        background-color: inherit;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: rotate(104deg);
        transform: rotate(104deg);
    }

    .on-time__diagram .on-time__info {
        position: absolute;
        top: 17px;
        left: 17px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: #fff;
    }

    .on-time__diagram .on-time__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 7px auto 0 auto;
    }

    .on-time__diagram .on-time__percent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .on-time__diagram .on-time__percent p {
            font-family: 'Bebas Neue', 'Arial', cursive;
            font-size: 54px;
            line-height: 42px;
            font-weight: normal;
            color: #5f5f5f;
            padding-top: 11px;
        }

            .on-time__diagram .on-time__percent p span {
                font-family: 'Segoe UI';
                font-size: 27px;
                line-height: 41px;
                font-weight: bolder;
                color: #5f5f5f;
            }

.on-time__rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 7px;
    width: 100%;
    height: 74px;
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-size: 139px;
    background-image: url("../../Images/third_decade/system/kpi/kpi__bg1.png");
}

    .on-time__rank img {
        width: 13px;
        height: 9px;
    }

    .on-time__rank p {
        font-size: 17px;
        font-family: Arial;
        font-weight: bold;
        margin-left: 5px;
    }

.on-time__rank--red p {
    color: #ff0404;
}

.on-time__rank--green p {
    color: #36c154;
}

@-webkit-keyframes rotateCircleDiagram {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(104deg);
        transform: rotate(104deg);
    }
}

@keyframes rotateCircleDiagram {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(104deg);
        transform: rotate(104deg);
    }
}

.in-road {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.in-road__diagram {
    width: 194px;
    height: 194px;
    position: relative;
    border-radius: 50%;
    background-image: url("../../Images/third_decade/system/kpi/kpi__clock.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

    .in-road__diagram .in-road__hours {
        color: #5d686c;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }

    .in-road__diagram .in-road__info {
        position: absolute;
        top: 17px;
        left: 17px;
        width: 160px;
        height: 160px;
        border-radius: 50%;
        padding-top: 29px;
    }

    .in-road__diagram .in-road__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 7px auto 0 auto;
    }

    .in-road__diagram .in-road__time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 5px;
    }

        .in-road__diagram .in-road__time p {
            font-family: 'Bebas Neue', 'Arial', cursive;
            font-size: 54px;
            line-height: 42px;
            font-weight: normal;
            color: #5f5f5f;
        }

    .in-road__diagram .in-road__rank {
        background-size: 121px;
    }

.stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 10px;
}

.stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3px;
}

    .stats__item:first-child {
        border-bottom: 1px solid #c1c1c1;
    }

    .stats__item .stats__icon {
        width: 45px;
        height: 45px;
        margin-right: 20px;
        margin-left: 5px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .stats__item .stats__info {
        margin-right: 8px;
        min-width: 137px;
    }

    .stats__item .stats__info--first {
        font-size: 14px;
        font-weight: bold;
        color: #6e6e6e;
    }

    .stats__item .stats__info--second {
        font-family: 'Bebas Neue', 'Arial', cursive;
        font-size: 41px;
        font-weight: normal;
        line-height: 32px;
        color: #5f5f5f;
        padding-top: 3px;
    }

        .stats__item .stats__info--second span {
            font-family: 'Segoe UI';
            font-weight: bolder;
            font-size: 23px;
            color: inherit;
        }

    .stats__item .stats__info--third {
        font-size: 12px;
    }

    .stats__item .stats__rank {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

        .stats__item .stats__rank img {
            width: 13px;
            height: 9px;
        }

        .stats__item .stats__rank p {
            font-size: 17px;
            font-family: Arial;
            font-weight: bold;
            margin-left: 5px;
        }

    .stats__item .stats__rank--red p {
        color: #ff0404;
    }

    .stats__item .stats__rank--green p {
        color: #36c154;
    }

@media (max-width: 1024px) {
    .home-kpi {
        padding: 0 0 30px;
    }

    .home-kpi__inner {
        width: 61%;
    }

    .home-kpi__title {
        width: 110px;
        margin-bottom: 22px;
        padding-right: 15px;
        font-size: 16px;
        margin-right: 0;
    }

    .on-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin-bottom: 20px;
    }

    .on-time__diagram {
        width: 136px;
        height: 136px;
    }

        .on-time__diagram .on-time__info {
            top: 13px;
            left: 13px;
            width: 111px;
            height: 111px;
        }

        .on-time__diagram .on-time__percent p {
            font-size: 37px;
            padding-top: 6px;
        }

        .on-time__diagram .on-time__icon {
            margin: 2px auto 0 auto;
            width: 25px;
            height: 23px;
        }

    .on-time__rank {
        background-size: 91px;
        padding-top: 3px;
    }

        .on-time__rank p {
            font-size: 15px;
        }

        .on-time__rank img {
            width: 11px;
            height: 7px;
        }

    .in-road {
        padding: 0;
        margin-bottom: 20px;
    }

    .in-road__diagram {
        width: 136px;
        height: 136px;
    }

        .in-road__diagram .in-road__info {
            top: 13px;
            left: 13px;
            width: 111px;
            height: 111px;
            padding-top: 5px;
        }

        .in-road__diagram .in-road__time p {
            font-size: 37px;
        }

        .in-road__diagram .in-road__time {
            padding-bottom: 0px;
        }

        .in-road__diagram .in-road__rank {
            background-size: 87px;
            height: 52px;
        }

        .in-road__diagram .in-road__hours {
            margin-bottom: -1px;
        }

    .stats {
        padding: 0;
    }

    .stats__item .stats__icon {
        width: 42px;
        height: 42px;
        margin-right: 15px;
        margin-left: 3px;
    }

    .stats__item .stats__info--first {
        font-size: 13px;
    }

    .stats__item .stats__info--second {
        font-size: 37px;
    }

    .stats__item .stats__rank img {
        width: 11px;
        height: 7px;
    }

    .stats__item .stats__rank p {
        font-size: 15px;
    }
}

@media (max-width: 930px) {
    .home-kpi {
        -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;
    }
}

@media (max-width: 930px) {
    .home-kpi__inner {
        width: 85%;
        margin: 0 auto;
    }

    .on-time__diagram {
        margin-left: 30px;
    }

    .in-road__diagram {
        margin-left: 30px;
    }

    .on-time {
        margin-right: 0;
    }
}

@media (max-width: 630px) {
    .home-kpi__inner {
        -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;
    }

    .home-kpi__inner {
        width: 100%;
    }

    .on-time {
        margin-right: 0;
    }

    .stats {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}


/* ======================================
//            feedback block
====================================== */

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 95px 0;
}

.feedback {
    width: 310px;
    height: 620px;
    padding: 15px 0 32px 0;
    background-color: #FFD500;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 1px 8px rgba(0, 0, 0, 0.1);
}

.feedback__title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 87%;
    margin: 0 auto;
}

.feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 87%;
    margin: 30px auto 0 auto;
}

.feedback__label {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.feedback__input, .feedback__select {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 7px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.feedback__select {
    cursor: pointer;
    background-color: #F2F2F2;
    padding-right: 25px;
}

    .feedback__select option {
        background-color: #F2F2F2;
    }

.feedback__textarea {
    width: 100%;
    height: 122px;
    margin-top: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    resize: none;
    padding: 10px 7px;
    background-color: #fff;
}

    .feedback__input:focus, .feedback__input:active,
    .feedback__select:focus, .feedback__select:active,
    .feedback__textarea:focus, .feedback__textarea:active {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

.feedback__btn {
    width: 138px;
    height: 48px;
    background-color: #333;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    margin-top: 22px;
    border: none;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .feedback__btn:hover {
        border: 1px solid #333;
        background-color: #fff;
        color: #333;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

.faq-block {
    padding-left: 10px;
}

.faq-block__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}

.faq-block__ask-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

    .faq-block__ask-btn:hover {
        opacity: .6;
    }

    .faq-block__ask-btn img {
        margin-left: 14px;
        margin-top: 3px;
        width: 18px;
    }

.faq-block__questions {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 800px;
    height: 440px;
    margin: 30px 0 20px 0;
    position: relative;
}

.questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
}

.questions__input {
    display: none;
}


.questions__label {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
    height: auto;
    min-height: 35px;
    width: 300px;
    border: 2px solid transparent;
}

    .questions__label:hover {
        color: #3072C4;
    }

    .questions__label:before {
        content: " ";
        position: absolute;
        top: 0;
        right: -11px;
        width: 17px;
        height: 100%;
    }

.questions__input:checked + .questions__label {
    background-color: #FFF;
    border: 2px solid #FFD54B;
    border-right: none;
    border-radius: 3px;
    color: #333;
    white-space: nowrap;
    position: relative;
}

    .questions__input:checked + .questions__label:before {
        background: url("../../Images/third_decade/system/icon/faq__arrow-checked.svg") no-repeat;
        background-position: right;
    }

.questions__answer {
    display: none;
    position: absolute;
    top: 0;
    left: 340px;
    padding: 5px 10px;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .questions__answer::-moz-scrollbar {
        width: 0px;
        height: 0px;
    }

    .questions__answer::-webkit-scrollbar {
        width: 0;
    }

    .questions__answer .answer__text {
        margin-bottom: 20px;
    }
        .questions__answer .answer__text a {
            color: #3072C4;
        }
        .questions__answer .answer__text a:hover {
            color: #3072C4;
            text-decoration: underline;
        }

        .questions__answer .answer__text:last-child {
            margin-bottom: 0;
        }

    .questions__answer .answer__title {
        font-weight: normal;
        margin-bottom: 33px;
        line-height: 1;
    }

.questions__input:nth-of-type(1):checked ~ .questions__answer:nth-of-type(1) {
    display: block;
}


@media (max-width: 1141px) {
    .feedback-block .c-container {
        padding: 0;
    }

    .faq-block__questions {
        width: 900px;
    }

    .faq {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 0 0;
    }

    .feedback {
        width: 100%;
        height: auto;
    }

    .feedback__input, .feedback__select {
        width: 387px;
    }

    .feedback__textarea {
        width: 804px;
        height: 80px;
    }

    .feedback__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .feedback__group .feedback__item:first-child {
            margin-right: 30px;
        }

    .feedback__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .faq-block {
        display: none;
    }

    .feedback {
        margin-bottom: 0;
    }

    .feedback__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }

    .feedback__item {
        width: 48%;
    }

    .feedback__input, .feedback__select, .feedback__item--textarea, .feedback__textarea {
        width: 100%;
        font-size: 15px;
    }

    .feedback__label {
        font-size: 15px;
    }

    .feedback__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .feedback__group .feedback__item:first-child {
            margin-right: 0;
        }

    .feedback__btn {
        height: 40px;
        font-size: 15px;
    }
}

@media (max-width: 970px) {
    .feedback__textarea {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .feedback__group {
        display: block;
    }

    .feedback__item {
        width: 70%;
    }
}

@media (max-width: 600px) {
    .feedback__group {
        display: block;
    }

    .feedback__item {
        max-width: 280px;
        width: 100%;
    }
}

/* ======================================
//            Popular requests
====================================== */

.requests-no-feedback {
    padding-top: 95px;
}

.requests-block {
    display: flex;
    flex-wrap: wrap; /* перенос на новую строку */
    gap: 10px;
    padding-bottom: 95px;
}

    .requests-block > div {
        flex: 0 0 auto; /* ширина по содержимому */
    }

.c-item {
    padding: 5px 10px;
    background: #f8f8f8;
    border: 2px solid #545454;
    white-space: nowrap;
    border-radius: 9px;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    background-image: url('../../Images/third_decade/system/icon/lupa.svg');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 4px;
    padding-left: 36px;
    padding-right: 10px;
}

@media (max-width: 1141px) {
    .requests-block {
        padding-top: 95px;
    }
}

/* ======================================
//            Crumbs
====================================== */

.crumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    background-color: #FBFBFB;
    padding: 0 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 11px 0 25px 0;
}

    .crumbs__inner span {
        color: #ffd500;
        padding: 0 4px;
    }

    .crumbs__inner a:hover {
        color: #3072C4;
    }

@media (max-width: 1024px) {
    .crumbs {
        display: none;
    }
}

/* ======================================
//            News Block
====================================== */

.home-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1222px;
    margin: 0 auto;
    padding: 0 10px 100px 10px;
}

    .home-news .list {
        height: 439px;
        width: 387px;
        position: relative;
        z-index: 1;
    }

    .home-news .list--wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background: none;
        z-index: 3;
        background-color: #f8f8f8;
    }

    .home-news .list:after {
        content: "";
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 0;
        left: 0;
        height: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
        pointer-events: none;
    }

    .home-news .list--wrap::-webkit-scrollbar {
        width: 0;
    }

    .home-news .list__item {
        padding: 25px 25px 15px 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .home-news .list a:hover .list__title {
        color: #3072C4;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .home-news .list__title {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .home-news .list__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home-news .list__date img {
            width: 11px;
            height: 12px;
            margin-right: 7px;
        }

        .home-news .list__date time {
            font-size: 12px;
            color: #666;
        }

    .home-news .preroll {
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 805px;
        min-height: 439px;
        margin-left: 30px;
    }

    .home-news .preroll__img-wrapper {
        max-width: 128px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .home-news .preroll__img-wrapper--large {
        max-width: 383px;
    }

    .home-news .preroll__img {
        height: 100%;
        right: 0;
        position: absolute;
    }

    .home-news .preroll__large-block {
        width: 100%;
        height: 258px;
    }

        .home-news .preroll__large-block .preroll__info {
            padding-top: 25px;
        }

            .home-news .preroll__large-block .preroll__info h3 {
                font-size: 24px;
                line-height: 28px;
            }

    .home-news .preroll__small-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 161px;
    }

        .home-news .preroll__small-block .preroll__item {
            width: 387px;
        }

    .home-news .preroll__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        background-color: #F8F8F8;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .home-news .preroll__item:hover .preroll__info h3 {
            color: #3072C4;
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

        .home-news .preroll__item:hover .preroll__btn {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

    .home-news .preroll__item--delivery {
        border-bottom: 4px solid #FFD500;
    }

    .home-news .preroll__item--kvorum {
        border-bottom: 4px solid #96B620;
    }

    .home-news .preroll__item--international {
        border-bottom: 4px solid #3F81A7;
    }

    .home-news .preroll__item--deltruck {
        border-bottom: 4px solid #ACABA8;
    }

    .home-news .preroll__info {
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 15px;
        padding: 15px 0;
    }

        .home-news .preroll__info h3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 24px;
        }

        .home-news .preroll__info p {
            margin-top: 25px;
        }

    .home-news .preroll__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 25px;
    }

    .home-news .preroll__btn {
        width: 15px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .home-news .preroll__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .home-news .preroll__date img {
            width: 15px;
            height: 16px;
            margin-right: 7px;
        }

        .home-news .preroll__date time {
            font-size: 14px;
            color: #666;
        }

@media (max-width: 1141px) {
    .list {
        display: none;
    }

    .home-news .preroll {
        width: 100%;
        margin-left: 0;
    }

    .preroll__item-inner {
        width: 49%;
    }

    .home-news .preroll__small-block .preroll__item {
        width: 100%;
    }

    .home-news .preroll__large-block .preroll__info {
        padding-top: 25px;
        width: 100%;
    }
}

@media (max-width: 830px) {
    .home-news {
        padding: 0;
    }

        .home-news .list {
            display: block;
            width: 100%;
            height: 276px;
        }

        .home-news .preroll {
            display: none;
        }

    .home-news {
        padding-bottom: 20px;
    }

        .home-news .list__title {
            font-size: 15px;
            line-height: 20px;
        }

        .home-news .preroll__date time {
            font-size: 13px;
        }

        .home-news .list__item {
            padding: 15px 20px;
        }
}


/* ======================================
//            Aside
====================================== */

.aside-block {
    height: 100%;
    margin-left: 50px;
}


.aside-block__title {
    border-bottom: 2px solid #FFD500;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
}

/* Aside Search */
.aside-search {
    width: 362px;
    height: 40px;
    position: relative;
    margin-bottom: 30px;
}

.aside-search__form {
    width: 100%;
    height: 100%;
}

.aside-search__input {
    width: 100%;
    height: 100%;
    border: 1px solid #D9D9D9;
    padding: 0 45px 0 10px;
    font-size: 16px;
    line-height: 20px;
}

    .aside-search__input::-webkit-input-placeholder {
        color: #808080;
    }

    .aside-search__input::-moz-placeholder {
        color: #808080;
    }

    .aside-search__input:-ms-input-placeholder {
        color: #808080;
    }

    .aside-search__input::-ms-input-placeholder {
        color: #808080;
    }

    .aside-search__input::placeholder {
        color: #808080;
    }

    .aside-search__input:active, .aside-search__input:focus, .aside-search:hover .aside-search__input {
        border: 1px solid #ffd500;
    }

.aside-search__btn {
    position: absolute;
    top: 7px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
}

/* Aside News */
.aside-news {
    width: 362px;
    margin-bottom: 30px;
}

.aside-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 10px 15px 0;
}

    .aside-news__item:hover p {
        color: #3072C4;
    }

    .aside-news__item:hover time {
        color: #3072C4;
    }

    .aside-news__item:last-child {
        border-bottom: none;
    }

    .aside-news__item time {
        font-size: 12px;
        line-height: 16px;
        color: #808080;
        padding-right: 15px;
    }

/* Aside Banner Slider */
.aside-action {
    width: 362px;
    margin-bottom: 30px;
}

.action-slider {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .action-slider div {
        width: 100%;
        display: none;
    }

    .action-slider img {
        width: 100%;
        height: auto;
    }

.slider-item {
    display: none;
}

    .slider-item.active {
        display: inline-block;
    }

.slider-indicators {
    text-align: center;
    margin-top: 10px;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: grey;
    border-radius: 50%;
    cursor: pointer;
}

    .indicator.active {
        background-color: black;
    }

/* Aside Button group */

.aside-btn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 360px;
    margin-bottom: 30px;
}

.aside-btn__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    height: 60px;
    border: 1px solid #808080;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

    .aside-btn__item:hover {
        border: 1px solid #ffd500;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    /* 1-я кнопка "Розрахувати вартість" */
    .aside-btn__item:nth-child(1) {
        background: #fff url("../../Images/third_decade/system/icon/aside-calculator.svg") no-repeat 20px;
    }

        .aside-btn__item:nth-child(1):hover {
            background: #F0F5F9 url("../../Images/third_decade/system/icon/aside-calculator-yellow.svg") no-repeat 20px;
        }

    /* 2-я кнопка "Перейти в мій кабінет" */
    .aside-btn__item:nth-child(2) {
        background: #fff url("../../Images/third_decade/system/icon/aside-account.svg") no-repeat 20px;
    }

        .aside-btn__item:nth-child(2):hover {
            background: #F0F5F9 url("../../Images/third_decade/system/icon/aside-account-yellow.svg") no-repeat 20px;
        }

    .aside-btn__item p {
        padding-left: 60px;
    }

/* Компанії групи «DELIVERY» */

.aside-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 360px;
    margin: 20px 0 10px 0;
}

    .aside-links__inner img {
        width: 170px;
        height: 58px;
        -webkit-transition: -webkit-transform .3s ease-in;
        transition: -webkit-transform .3s ease-in;
        transition: transform .3s ease-in;
        transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    }

        .aside-links__inner img:hover {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transition: -webkit-transform .3s ease-in;
            transition: -webkit-transform .3s ease-in;
            transition: transform .3s ease-in;
            transition: transform .3s ease-in, -webkit-transform .3s ease-in;
        }

    .aside-links__inner li {
        margin: 0 0 20px 0;
    }

@media (max-width: 1024px) {
    .aside-block {
        display: none;
    }
}

/* ======================================
//            Block Add File
====================================== */

.add-file {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}

.add-file__info {
    max-width: 280px;
}

.add-file__title {
    color: #333;
    margin-bottom: 20px;
}

.add-file__text {
    font-size: 12px;
    line-height: 23px;
    color: #808080;
}

.add-file__text--error {
    display: none;
    font-size: 14px;
    font-weight: bold;
    color: #FF2727;
}

.add-file__btn {
    min-width: 178px;
    height: 50px;
    margin-top: 40px;
    border: 1px solid #808080;
    border-radius: 5px;
    -webkit-transition: background .6s ease;
    transition: background .6s ease;
}

    .add-file__btn input {
        display: none;
        width: 100%;
        height: 100%;
    }

    .add-file__btn label {
        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: 100%;
        height: 100%;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }

        .add-file__btn label img {
            padding-right: 5px;
        }

    .add-file__btn:hover {
        -webkit-transition: background .6s ease;
        transition: background .6s ease;
        background: #F0F5F9;
    }

.add-file__result {
    width: 255px;
}

.add-file__result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .add-file__result-item:last-child {
        margin-bottom: 0;
    }

.add-file__name {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

.add-file__delete {
    width: 10px;
    height: 10px;
}

@media (max-width: 1024px) {
    .add-file__text, .add-file__name {
        font-size: 13px;
    }

    .add-file__btn {
        min-width: 135px;
        height: 40px;
        margin-top: 20px;
    }

        .add-file__btn label {
            font-size: 15px;
        }
}

@media (max-width: 830px) {
    .add-file {
        max-width: 85%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-file__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 730px) {
    .add-file {
        max-width: 97%;
    }
}

@media (max-width: 610px) {
    .add-file {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .add-file__result {
        margin-top: 25px;
    }
}

/* ======================================
//             Заголовки Блоков
====================================== */

.home-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px 0 27px 0;
}

.home-heading__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}

.home-heading__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

    .home-heading__link:hover {
        color: #3072C4;
    }

    .home-heading__link img {
        margin-left: 14px;
        width: 18px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .home-heading__link:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

@media (max-width: 1024px) {
    .home-heading {
        padding: 30px 0 15px 0;
    }

    .home-heading__title {
        font-size: 18px;
        line-height: 24px;
    }

    .home-heading__link {
        font-size: 12px;
        line-height: 24px;
        min-width: 85px;
    }

        .home-heading__link img {
            margin-left: 7px;
            width: 12px;
        }
}



/* ======================================
	pop up/modal общие стили
====================================== */

#popup-event--1_background,
#popup-event--2_background,
#popup-news_background,
#popup-tariff-map_background,
#popup-discount_background,
#popup-call-center_background,
#popup-courier-info_background,
#popup-no-call-back_background,
#popup-subscribe-approve_background,
#popup-order-approve_background,
#popup-order-error_background,
#popup-order-counterparties_background,
#popup-order-job_background,
#popup-order-api_background,
#popup-order-loyalty_background,
#popup-express-send_background,
#popup-express-time_background,
#popup-express-add_background,
#popup-courier-add-error_background,
#popup-courier-approve_background,
#receiptsPay_background,
#popup-calc-create-address_background,
#popup-calc-create-client_background,
#popup-after-pay_background {
    opacity: .9 !important;
}

.popup-event--1_close span,
.popup-event--2_close span,
.popup-news_close span,
.popup-tariff-map_close span,
.popup-discount_close span,
.popup-call-center_close span,
.popup-courier-info_close span,
.popup-no-call-back_close span,
.popup-subscribe-approve_close span,
.popup-order-approve_close span,
.popup-order-error_close span,
.popup-order-counterparties_close span,
.popup-order-job_close span,
.popup-order-api_close span,
.popup-order-loyalty_close span,
.popup-express-send_close span,
.popup-express-time_close span,
.popup-express-add_close span,
.popup-courier-add-error_close span,
.popup-courier-approve_close span,
.receiptsPay_close span,
.popup-calc-create-address_close span,
.popup-calc-create-client_close span,
.popup-after-pay_close span {
    display: none;
}

.popup-event--1_close,
.popup-event--2_close,
.popup-news_close,
.popup-tariff-map_close,
.popup-discount_close,
.popup-call-center_close,
.popup-courier-info_close,
.popup-no-call-back_close,
.popup-subscribe-approve_close,
.popup-order-approve_close,
.popup-order-error_close,
.popup-order-counterparties_close,
.popup-order-job_close,
.popup-order-api_close,
.popup-order-loyalty_close,
.popup-express-send_close,
.popup-express-time_close,
.popup-express-add_close,
.popup-courier-add-error_close,
.popup-courier-approve_close,
.receiptsPay_close,
.popup-calc-create-address_close,
.popup-calc-create-client_close,
.popup-after-pay_close {
    position: absolute;
    top: 50px;
    right: 60px;
    border: none;
    width: 11px;
    height: 11px;
    background: url("../../Images/third_decade/system/icon/red-close.svg") no-repeat center;
    cursor: pointer;
}

/* Только для Поп-апов Уведомлений или других маленьких поп-апов */
.popup-subscribe-approve_close,
.popup-order-approve_close,
.popup-order-error_close,
.popup-order-counterparties_close,
.popup-order-job_close,
.popup-order-api_close,
.popup-express-time_close,
.popup-express-add_close,
.popup-courier-add-error_close,
.popup-courier-approve_close {
    top: 10%;
    right: 6%;
}

/* pop up общие стили */
.popup-main {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 95px 105px;
    position: relative;
}

.popup-main__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 15px;
}

.popup-main__desc {
    margin-bottom: 13px;
}

.popup-icon {
    width: 100px;
    height: 100px;
    margin-left: 45px;
}


/* Pop-up Уведомления, общие стили*/
.popup-notify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 79px 50px;
}

    .popup-notify p {
        max-width: 348px;
        width: 100%;
        margin-top: 17px;
    }

.popup-notify__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}




/* Стили для конкретных pop-up  */

/* Pop-up  График работы Колл-центра */
#popup-call-center form {
    padding: 70px 50px;
    width: 596px;
}

#popup-call-center .popup-main__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 30px;
}

#popup-call-center .p-call-center__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    #popup-call-center .p-call-center__info div:last-child {
        margin-bottom: 0;
    }

    #popup-call-center .p-call-center__info div p:first-child {
        width: 158px;
        margin-right: 50px;
    }

#popup-call-center .popup-main {
    background: #fff url('../../Images/third_decade/system/any/pop-up__call-center.png') no-repeat bottom right;
}

.courier-approve__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 50px;
}

    .courier-approve__btn a:first-child {
        margin-right: 50px;
    }

.courier-approve__btn-print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #808080;
}

    .courier-approve__btn-print:hover {
        color: #ffd500;
    }

    .courier-approve__btn-print img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
        margin-top: 4px;
    }

/* Регистрация на мероприятие  */
.p-event__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 210px;
    margin-bottom: 15px;
}

    .p-event__date img {
        width: 16px;
        height: 15px;
        margin-right: 9px;
    }

    .p-event__date p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #ffd500;
    }

.p-event__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 630px;
    width: 100%;
    margin-top: 20px;
}

.p-event__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-event__item {
    width: 387px;
    margin-right: 30px;
    margin-bottom: 15px;
}

    .p-event__item:last-child {
        margin-right: 0;
    }

.p-event__notice {
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

    .p-event__notice span {
        font-size: 15px;
        color: #333;
    }

/* Кнопка со стилями для закрытия поп-апа при клике(перебивает стили)
при дублировании что бы работала, html аттрибуты тоже нужно перенести */
.p-event__btn {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    padding-bottom: 0;
    position: initial;
    min-width: 178px;
    height: 50px;
    font-size: 16px;
    color: #333;
    background: #ffd500;
}

@media (max-width: 1024px) {
    .p-event {
        padding: 40px 15px;
    }

        .p-event .popup-main__title {
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 10px;
        }

        .p-event .p-event__name {
            font-weight: 600;
            margin-bottom: 10px;
        }

    .p-event__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-event__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .p-event__item {
        margin-right: 0;
    }

    .p-event__btn {
        margin-top: 20px;
        font-size: 15px;
        min-width: 135px;
        height: 40px;
    }
}

@media (max-width: 500px) {
    .p-event__item {
        width: 100%;
    }

        .p-event__item input {
            width: 300px;
        }
}

@media (max-width: 400px) {
    .p-event__item input {
        width: 260px;
    }
}

/* Подписка на новости */
.p-news {
    padding: 58px 105px 40px 105px;
}

.p-news__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-news__line--logo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .p-news__line--logo img {
        width: 164px;
        height: 70px;
        margin-top: 20px;
    }

.p-news__item {
    width: 387px;
    margin-right: 30px;
    margin-bottom: 15px;
}

    .p-news__item:last-child {
        margin-right: 0;
    }

/* Кнопка со стилями для закрытия поп-апа при клике(перебивает стили)
при дублировании что бы работала, html аттрибуты тоже нужно перенести */
.p-news__btn {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
    padding-bottom: 0;
    position: inherit;
    min-width: 178px;
    height: 50px;
    font-size: 16px;
    color: #333;
    background: #ffd500;
}

/* разное от поп-апов */
#popup-courier-info form,
#popup-no-call-back form {
    padding: 50px;
}

#popup-courier-info .popup-main__title,
#popup-no-call-back .popup-main__title {
    font-weight: 600;
    font-size: 24px;
}

#popup-courier-info p,
#popup-no-call-back p{
    margin-bottom: 20px;
    max-width: 496px;
}

#popup-tariff-map form,
#popup-discount form {
    padding: 25px 25px;
}


@media (max-width: 1024px) {
    .popup-event--1_close,
    .popup-event--2_close,
    .popup-news_close,
    .popup-tariff-map_close,
    .popup-discount_close,
    .popup-call-center_close,
    .popup-courier-info_close,
    .popup-no-call-back_close,
    .popup-subscribe-approve_close,
    .popup-order-approve_close,
    .popup-order-error_close,
    .popup-order-counterparties_close,
    .popup-order-job_close,
    .popup-order-api_close,
    .popup-order-loyalty_close,
    .popup-express-send_close,
    .popup-express-time_close,
    .popup-express-add_close,
    .popup-courier-add-error_close,
    .popup-courier-approve_close {
        top: 30px;
        right: 30px;
    }

    .popup-notify {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 70px 15px;
    }

    .popup-notify__title {
        font-size: 18px;
        line-height: 20px;
    }

    .popup-notify p {
        margin-top: 10px;
    }

    .popup-icon {
        width: 50px;
        height: 50px;
        margin-left: 40px;
    }

    .popup_content {
        margin: 10px;
        overflow: hidden;
    }

    #popup-courier-info form,
    #popup-no-call-back form {
        padding: 30px;
    }

    #popup-courier-info .popup-main__title,
    #popup-no-call-back .popup-main__title {
        font-size: 18px;
        line-height: 24px;
    }

    #popup-discount .popup-main__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .popup-map {
        width: 800px;
    }

        .popup-map img {
            display: block;
            width: 100%;
            height: auto;
        }

    #popup-tariff-map form {
        padding: 20px 20px;
    }

    #popup-tariff-map .popup-main__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .popup-tariff-map__img {
        width: 800px;
    }

        .popup-tariff-map__img img {
            display: block;
            width: 100%;
            height: auto;
        }
    /* Подписка на новости */
    .p-news {
        padding: 40px 15px;
    }

    .p-news__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-news__line--logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .p-news__line--logo img {
            width: 102px;
            height: 44px;
            margin-top: 20px;
        }

    .p-news__item {
        width: 387px;
        margin-right: 30px;
        margin-bottom: 15px;
    }

        .p-news__item:last-child {
            margin-right: 0;
        }

    .p-news__btn {
        padding-bottom: 0;
        min-width: 135px;
        height: 40px;
        margin-right: 15px;
        margin-top: 10px;
    }

    .popup-main__title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 550px) {
    .courier-approve__btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .courier-approve__btn-print {
        margin-top: 20px;
    }

    .popup-notify .popup-icon {
        display: none;
    }

    .p-news__item {
        width: 100%;
    }

        .p-news__item input {
            width: 100%;
        }
}


/* Кнопка вернутся назад */
/* для адаптива (Тарифы, Новости, Работа) */
.comeback {
    display: none;
    width: 100%;
    height: 40px;
    background-color: #ffd500;
}

    .comeback a {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
    }

    .comeback img {
        width: 15px;
        margin-right: 5px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }

    .comeback:hover img, .comeback:focus img {
        -webkit-transform: rotate(180deg) translateX(5px);
        transform: rotate(180deg) translateX(5px);
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
    }

    .comeback p {
        font-size: 12px;
    }

@media (max-width: 1024px) {
    .comeback {
        display: block;
    }
}

/* ---------------------------------- */
/* 			Заглушка для IE			 */
/* -------------------------------- */
.for-ie {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    margin-top: 10vh;
}

.for-ie__title {
    font-size: 32px;
    text-align: center;
    color: #FF2727;
    margin-bottom: 60px;
}

.for-ie__desc {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
}

.for-ie__browsers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
}

.for-ie__item {
    display: block;
    margin-right: 80px;
}

    .for-ie__item:hover {
        cursor: pointer;
        opacity: .8;
    }

    .for-ie__item:last-child {
        margin-right: 0;
    }

.for-ie__icon {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
}

.for-ie__browser-name {
    font-weight: 600;
    font-size: 16px;
}

/* IE9, IE10, IE11 */
@media (min-width:0\0) {
    header, footer, main, section, div {
        display: none;
    }

    body {
        position: relative;
        z-index: 1;
        height: 100vh;
        overflow: hidden;
    }

    div {
        display: block;
    }

    .for-ie {
        display: block;
    }
}

.gift-banner {
    position: relative;
    margin-top: 10%;
    display: none;
}

.gift-cod-banner {
    position: fixed;
    bottom: 85px;
    right: 35px;
    width: 362px;
}

.gift-left-icon {
    position: absolute;
    z-index: 2000;
    width: 40%;
    cursor: pointer;
    height: 40%;
    top: 50%;
    left: 2%;
}

.gift-right-icon {
    position: absolute;
    z-index: 2000;
    width: 40%;
    cursor: pointer;
    height: 40%;
    top: 50%;
    left: 58%;
}

.gift-close {
    width: 7%;
    height: 7%;
    position: absolute;
    cursor: pointer;
    z-index: 2000;
    top: 17%;
    left: 87%;
}

@media (max-width: 1280px) {
    .gift-left-icon {
        width: 95px;
        left: 30px;
    }

    .gift-right-icon {
        width: 95px;
        left: 175px;
    }

    .gift-close {
        width: 17px;
        left: 263px;
    }
}

@media (max-width: 440px) {
    .gift-cod-banner {
        right: 2%;
        width: 96%;
    }
}