#chat24 {
    z-index: 2;
}

.main-menu > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 26px;
    padding: 15px 14px;
    color: inherit;
    text-decoration: none;
    border: none;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
}

/*
.main-menu > ul > li a:hover:after, .main-menu > ul > li.open a:after, .main-menu > ul > li.open a:before {
    opacity: 1;
}

.main-menu > ul > li:hover .submenu {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.main-menu > ul > li:hover > a:before {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .main-menu > ul > li > span:before {
        opacity: 0;
        width: 0;
        height: 0;
        border: 9px solid transparent;
        border-top: none;
        border-bottom: 10px solid #FF2625;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .main-menu > ul > li > span:after {
        width: 100%;
        background: #FF2625;
        height: 3px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        opacity: 0;
        left: 0;
    }

    .main-menu > ul > li > span:after, .main-menu > ul > li > span:before {
        content: '';
        position: absolute;
        bottom: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .main-menu > ul > li > span {
        height: 50px;
        border-top: 1px solid #FFF;
        padding: 0 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        white-space: normal;
    }

    .main-menu > ul > li > span .icon-wrap svg {
        width: 9px;
        height: 15px;
        display: block;
    }

    .main-menu > ul > li > span .icon-wrap {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

*/

.pdf-icon svg {
    width: 100%;
    max-width: 50px;
}

.pdf-files tr td:first-of-type {
    width: 75px;
    padding-right: 20px;
}

.pdf-files td {
    padding: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.box:hover [class*="loader-"] {
    font-size: 70px;
    line-height: 200px;
}

button {
    display: inline-block;
    background: transparent;
    border: 2px solid currentcolor;
    color: white;
    padding: .5em 1em;
    border-radius: 5px;
    font-size: calc(16px + 2vw);
}

[class*="loader-"] {
    display: inline-block;
    width: 5em;
    height: 5em;
    color: #ea293c;
    vertical-align: middle;
    pointer-events: none;
}

.loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
}

.loader-07:before, .loader-07:after {
    content: '';
    border: .2em solid currentcolor;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-07 1s linear infinite;
    animation: loader-07 1s linear infinite;
    opacity: 0;
}

.loader-07:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader-07:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader-07 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

#order-form.js-load:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, .7);
    z-index: 998;
}

#order-form.js-load .loader-wrapper {
    opacity: 1;
}

#order-form {
    position: relative;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.section-payment .requisites li button {
    padding: 0;
    height: 5px;
    font-size: 16px;
}

table.border td, table.border th {
    border: 1px solid #e5e5e5;
}

.about-container .progress .item .box .num {
    line-height: 75%;
    margin-bottom: 10px;
}

.about-container .progress .item .box .num + div {
    line-height: 100%;
}

.about-container .progress .item .box .text {
    font-size: 15px;
    line-height: 130%;
}

.about-container .progress .item .box img {
    margin-bottom: 8px;
    width: 56px;
    height: 56px;
    position: relative;
    top: 5px;
}

@media only screen and (max-width: 767px) {
    .main-menu > ul > li.hidden-lg > a {
        line-height: 130%;
        white-space: normal;
    }
}