.container_1 {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}
.section_one {
    background-color: #f2f3f7;
    padding: 70px 20px;
}



.title_1 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #154532;
    font-family: "ALSSector", sans-serif;
    font-weight: 700;
}

.title_1.nobold {
    font-weight: normal;
    margin-top: 30px;
}

.title_h2 {
    font-size: 25px;
    line-height: 31px;
    color: #043823;
    font-weight: 700;
    font-family: "ALSSector", sans-serif;
    text-align: center;
    padding: 25px;
}
.form_title {
    font-size: 28px;
    line-height: 31px;
    color: #043823;
    font-weight: 700;
    font-family: "ALSSector", sans-serif;
    text-align: center;
    padding: 50px 0 20px;
}
.form_1 label {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #154532;
    font-family: "ALSSector", sans-serif;
}
.row_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 90px;
}
.row_cards_2 {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    width: 305px;
    height: auto;
    background-color: white;
    border-radius: 25px;
    padding: 30px 5px;
    margin: 20px 10px;
    text-align: center;
    position: relative;
}
.card h3 {
    font-size: 20px;
    line-height: 31px;
    color: #043823;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: "ALSSector", sans-serif;
}
.card .second_p {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #1fb599;
    font-family: "ALSSector", sans-serif;
    margin: 15px 0;
}
.card img {
    max-width: 243px;
    height: 147px;
    background-color: lightgrey;
}
.button_buy {
    font-size: 14px;
line-height: 15px;
cursor: pointer;
text-transform: uppercase;
color: #1fb599;
font-family: "ALSSector", sans-serif;
background-color: white;
border: 0.5px solid #1fb599;
border-radius: 8px;
padding: 15px 10px 15px 20px;
}
.button_buy:hover {
    color: white;
    background-color: #1fb599;
}
.card button img {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin-left: 30px;
}
.button_sale {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #043823;
    border: none;
    background-color: transparent;
    font-family: "ALSSector", sans-serif;
}
.articul {
    opacity: 0.400;
font-size: 11px;
line-height: 20px;
color: #154532;
font-family: "ALSSector", sans-serif;
}
.articul_sticker {
    opacity: 0.400;
font-size: 11px;
line-height: 20px;
color: #1fb599;
    font-family: "ALSSector", sans-serif;
}
.section_two {
    margin: 60px auto;
    padding: 0 26px;
    text-align: center;
}
.form_container {
    max-width: 625px;
    width: 100%;
    background-color: #60ecb5;
    margin: 0 auto;
    height: auto;
    padding: 60px auto;
    border-radius: 30px;
}
.form_1 {
    padding-bottom: 50px;
    width: 50%;
    margin: 0 auto;
}
.form_1 label {
    margin-left: 5px;
    font-family: "ALSSector", sans-serif;
}
.form_1 input {
    width: 100%;
    border-radius: 8px;
    height: 35px;
    box-sizing: border-box;
    outline: none;
    border: none;
    padding: 0 10px;
    margin-top: 5px;
    background-color: #fff;
}
.form_1 p {
    text-align: left;
    font-family: "ALSSector", sans-serif;

}

.mb-20 {
    margin-bottom: 20px;
}


.form_1 button {
    /* padding-bottom: 40px !important; */
    background-color: white;
    font-size: 25px;
    font-family: "ALSSector", sans-serif;
    font-weight: 700;
    border-radius: 43px;
    border: none;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 40px;
}
.form_1 button:hover {
    background-color: #1fb599;
    color: white;
}
.price_div {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 30px 0 20px;
}
.price_div img {
    margin-right: 7px;
    width: 10px;
}
.form_desc {
    font-size: 14px;
    line-height: 20px;
    color: #282f36;
    font-family: "ALSSector", sans-serif;
}
.form_flex {
    display: flex;
    margin-bottom: 20px;
    align-items: end;
}
.form_flex p {
    margin: 0;
    font-size: 12px;
    margin-left: 10px;
    color: #82978f;
    font-family: "ALSSector", sans-serif;
}
.form_check {
    width: 30px !important;
    background-color: #18b396;
    color: white;
    height: 30px !important;
    -webkit-appearance: checkbox;
}
/* Responsive */


@media only screen and (max-width: 740px) {
.form_1 button {
    background-color: #1fb599;
}
.form_container {
    background: transparent;
    max-width: 400px;
}
.form_1 {
    width: 100%;
}
.form_1 input {
    border: 1px solid #00b699;
}
.dd-image-right {
    margin-right: 120px !important;
}
.dd-options {
    background-color: white !important;
}

}
@media only screen and (min-width: 740px) { 
    .dd-options {
        background-color: #60ecb5 !important;
    }
}

.select_1 {
    background: transparent;
    width: 100%;
    border-radius: 8px;
    height: 35px;
    color: #043823;
    padding: 0 10px;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
    font-family: "ALSSector", sans-serif;
    font-size: 16px;
}
.select_1 option {
    background-color: #60ecb5;
    color: #043823;
    border-radius: 8px;
}

#slick {
    width: 100% !important;
    
}
.dd-image-right {
    float: right;
    margin-right: 50px;
    margin-left: 5px;
    /* margin-top: 9px; */
}
.dd-option {
    text-align: left;
    border-bottom: 0 !important;
}
.dd-options {
    border-color: #33cc99 !important;
    box-shadow: none !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-width: 0 !important;
}
.dd-option-selected {
    background-color: #60ecb5 !important;
}
.dd-select {
    border-radius: 8px !important;
    border-color: #33cc99 !important;
    padding: 10px;
    box-sizing: border-box;
}
.dd-selected {
    padding: 0px 10px !important;
    text-align: left;
}
.desc_flex {
    display: flex;
    align-items:center;
}
.desc_flex img {
    width: 10px;
    height: 10px;
    margin-right: 7px;
}


.sdek-button {
    border: solid 1px #33cc99;
    position: relative;
    cursor: pointer;
    border-radius: 8px !important;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}

.sdek-button:hover {
    background-color: #45ebaa;
}

.sdek-button img {
    height: 16px;
}

.sdek-button span {
    line-height: 22px;
}

.sdek .desc_flex {
    margin: 15px;
    justify-content: center;
}


.CDEK-widget__popup-mask {
    z-index: 99999;
}

.button_buy svg {
    margin-left: 30px;
    vertical-align: text-bottom;
}

.button_buy:hover svg path {
    stroke: #fff !important;
}


@media screen and (min-width: 1201px) {
    .header__menu .menu-nav .nav-item.nodesc {
        display: none;
    }
}


select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select:not([multiple]) {
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.5em) 0.6em;
    background-size: 0.85em auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

select::-ms-expand {
    display: none;
}

.delivery_price {
    display: none;
    padding-bottom: 20px;
    align-items: center;
    justify-content: end;
    color: #EF6000;
}

@media screen and (max-width: 990px) {
    .section_one {
        padding: 30px 20px;
    }
    .row_cards {
        margin-bottom: 40px;
    }
}

.item-descr {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.item-descr img {
    max-width: 25px;
    height: unset;
    background-color: unset;
    cursor: pointer;
}

.item-descr-popup {
    display: none;
    background-color: #fff;
    color: #154532;
    font-family: "ALSSector", sans-serif;
    font-size: 14px;
    width: 230px;
    position: absolute;
    padding: 40px 30px 15px;
    z-index: 9;
    bottom: 30px;
    right: 30px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    -webkit-box-sizing: border-box;
    text-align: left;
}

.item-descr-popup p {
    margin-bottom: 10px;
}

.item-descr-popup img {
    max-width: 15px;
    height: unset;
    background-color: unset;
    cursor: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.item-descr-popup svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (min-width: 1200px) {
    .item-descr-popup svg {
        display: none;
    }
}

.header__donate img,
.header__donate svg {
    width: 28px;
    height: auto;
}