.main-header__container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

.main-header__header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.main-header__header-logo span {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.main-header__search {
    max-width: 180px;
    width: 100%
}

.sd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px
}

.nav {
    padding-top: 30px;
    background-color: #a91717
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav__link {
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 6px;
    text-decoration: none
}

.active--link {
    border-bottom: 2px solid #fff
}

.adsasdas {
    background-color: #fff !important;
    padding: 0;
    padding: 10px 5px
}

.adsasdas .nav__link {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500
}

.adsasdas .active--link {
    border-bottom: 2px solid red
}

@media(max-width:820px) {

    .nav,
    .main-header__search {
        display: none
    }
}

.footersdf img:nth-child(2) {
    display: none
}

.main-footer {
    background-color: #4c4c4c
}

.footersdf img:nth-child(1) {
    display: block;
    width: 100%
}

@media(max-width:820px) {
    .footersdf img:nth-child(2) {
        display: block;
        width: 100%
    }

    .footersdf img:nth-child(1) {
        display: none
    }
}

.order {
    position: relative !important;
    min-width: 270px !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important
}

.order.active {
    display: block !important
}

.order__header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: center !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.order__img {
    width: 100% !important;
    height: auto !important;
    max-width: 250px !important;
    margin: 0 auto !important
}

.order__text {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    line-height: 1.3 !important
}

.order__text:nth-child(2) {
    margin-bottom: 5px !important
}

.order__time {
    font-weight: 700 !important;
    font-size: 24px !important;
    text-align: center !important;
    color: red !important
}

.order__price {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 20px !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: center !important
}

.order__price-old {
    font-weight: 700 !important;
    text-decoration: line-through !important
}

.order__price-new {
    font-weight: 700 !important;
    color: red !important
}

.order__price-new>.order__price-summ {
    font-size: 24px !important
}

.order__price-new>.order__price-curr {
    font-size: 24px !important
}

.order__price-zero {
    text-transform: uppercase !important
}

.order__body {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    gap: 15px !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    border: none !important;
    text-align: center !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.order__select {
    position: relative !important;
    width: 100% !important
}

.order__select::after {
    -webkit-transform: translate(3px, -50%) rotate(-45deg) !important;
    transform: translate(3px, -50%) rotate(-45deg) !important
}

.order__select:hover.order__select::before {
    background-color: #388e3c !important
}

.order__select:hover.order__select::after {
    background-color: #388e3c !important
}

.order__select.active::before {
    -webkit-transform: translate(-3px, -50%) rotate(-45deg) !important;
    transform: translate(-3px, -50%) rotate(-45deg) !important
}

.order__select.active::after {
    -webkit-transform: translate(3px, -50%) rotate(45deg) !important;
    transform: translate(3px, -50%) rotate(45deg) !important
}

.order__btn {
    cursor: pointer !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
    min-height: 55px !important;
    padding: 20px !important;
    border-radius: 35px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    color: #fff !important;
    background-color: #388e3c !important;
    -webkit-transition: background-color .2s linear !important;
    transition: background-color .2s linear !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: center !important
}

.order__btn:hover {
    background-color: #2bac31 !important
}

.order__footer {
    font-size: 14px !important;
    text-align: center !important;
    color: #888 !important
}

.order__info {
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.3 !important
}

@media all and (min-width:475px) {
    .order__time {
        font-size: 24px !important
    }

    .order__price {
        font-size: 24px !important
    }

    .order__btn {
        font-size: 18px !important
    }
}

@media all and (min-width:576px) {
    .order__footer {
        font-size: 16px !important
    }
}

.spin {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .2) !important
}

.spin.active {
    display: block !important
}

.spin__content {
    position: absolute !important;
    top: 55% !important;
    left: 50% !important;
    z-index: 10 !important;
    width: 300px !important;
    height: auto !important;
    min-width: 270px !important;
    padding: 80px 20px 20px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.spin__content::before {
    content: "";
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #71c341;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-before;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.spin__content::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 50px;
    height: 20px;
    margin: 0 auto;
    border-style: none none solid solid;
    border-width: medium medium 4px 4px;
    border-color: currentcolor currentcolor #fff #fff;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none
}

.spin__title {
    margin-bottom: 15px !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    text-align: center !important
}

.spin__text {
    margin-bottom: 30px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 1.3 !important
}

.spin__btn {
    cursor: pointer !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 180px !important;
    min-height: 45px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background-color: #71c341 !important;
    -webkit-transition: background-color .2s linear !important;
    transition: background-color .2s linear !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: center !important
}

.spin__btn:hover {
    background-color: #53a723 !important
}

@media all and (min-width:475px) {
    .spin__content {
        width: 550px !important
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}