

/* Start:/payments-and-deliveries/style.css?177263490712988*/
.r-col h2 {
    margin: 0;
}


.spoiler label::before {
    /*margin-right: 5px;*/
    /*content: '►';*/
    
}

.spoiler label {
    /*cursor: pointer;*/
}

.hide {
    display: none;
}

.show {
    display: block;
}

.white {
    cursor: pointer;
    color: black;
    background: white;
}

.con_table {
    display: none;
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.con_table td, .con_table th {
    border-right: 1px solid #cbbdbd;
}

.con_table tr {
    width: 100%;
    text-align: center;
}

.con_table a {
    text-decoration: none;
    color: black;
}

.modal {
    z-index: 9999 !important;
    overflow-x: hidden;
    width: 330px;
    border-radius: 3px;
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(35, 31, 32, .25);
    -o-box-shadow: 0 0 10px rgba(35, 31, 32, .25);
    box-shadow: 0 0 10px rgba(35, 31, 32, .25);
}

.mobile-table td.padding {
    height: 10px;
    border: none;
}

/*gmap*/
#gmap {
    font-size: 14px;
    position: fixed;
    z-index: 7001;
    top: 10%;
    left: 5%;
    display: none;
    overflow: inherit;
    flex-wrap: wrap;
    width: 90%;
    height: 70%;
}

#map {
    width: 70%;
    height: 100%;
}

.leftgmap {
    position: relative;
    width: 30%;
    height: 100%;
    padding: 10px;
}

.maplist ul {
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 8px;
    list-style: none;
}

.maplist li {
    font-size: 95%;
    line-height: 1;
    padding: 4px 0 0;
    cursor: pointer;
}

.maplist li:hover > span {
    color: #55ad4d;
}

.wrhname.selected > span, .areaname.selected > span, .sityname.selected > span {
    display: block;
    color: #55ad4d;
    background-color: #def0cc;
}

.sityname, .wrhname {
    display: none;
    height: 0;
}

.areaname.active .sityname, .sityname.active .wrhname {
    display: block;
    height: auto;
}

#goverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 120%;
    height: 120%;
    opacity: 0.7;
    background: black;
}

.gmapclose {
    font-size: 0;
    position: absolute;
    z-index: 9999999;
    top: -20px;
    right: -20px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .3s;
    transform: rotate(45deg);
    color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    outline: none;
    background-color: #291733;
}

.gmapclose:before, .gmapclose:after {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 26px;
    height: 3px;
    content: '';
    background-color: #fff;
}

.gmapclose:after {
    transform: rotate(90deg);
}

.gmapsave {
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 60px;
    cursor: pointer;
    transition: 500ms;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0 0 5px 5px;
    background-color: #f27110;
}

.gmapsave:hover {
    background-color: #55ad4d;
}

.opener-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 5px;
    border: 2px solid #55ad4d;
    background-color: #def0cc;
}

.opener {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1.4em;
}

.opener:before {
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '+';
    transform: translate(-50%, -50%);
}

.active > .opener-block .opener:before {
    content: '-';
}

.sityname, .wrhname {
    position: relative;
}

li.selected > .opener-block {
    border: 2px solid #f27110;
}

@media (max-width: 767px) {
    #map {
        width: 100%;
        height: 62%;
    }
    
    .leftgmap {
        order: 2;
        width: 100%;
        height: 30%;
    }
    
    #gmap {
        top: 75px;
        left: 6%;
        width: 90%;
        height: 80%;
    }
    
    .gmapsave {
        order: 3;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .leftgmap {
        padding: 20px 5px;
    }
    
    .maplist li {
        font-size: 85%;
    }
}

.r-col #gmap hr, .r-col #gmap img {
    margin: auto;
}

#map div[aria-hidden="true"] {
    color: transparent !important;
}

.mp {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.jq-selectbox__select {
    font-family: proximanova, Arial, helvetica neue, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    position: relative;
    width: 250px;
    height: 40px;
    margin-left: 10px;
    padding: 5px 45px 5px 10px;
    cursor: pointer;
    color: #000;
    border: 1px solid #859b64;
    border-radius: 5px;
    background: linear-gradient(#fff, #e6e6e6);
    box-shadow: inset 1px -1px #f1f1f1, inset 1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #859b64;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.searchblock {
    position: relative;
    padding: 4px 5px 0px 5px;
    list-style: none;
}

.searchinput {
    width: 100%;
    padding: 0.4em;
}

.borderblock {
    position: absolute;
    top: 52px;
    left: 50%;
    display: none;
    transform: translate(-50%, 0);
}

.borderblock.open {
    font-size: .9em;
    z-index: 1;
    display: block;
    overflow-y: auto;
    width: 93%;
    height: max-content;
    max-height: 70%;
    margin-top: 3px;
    margin-right: 15px;
    padding: 1px 8px 2px 4px;
    background: #fff;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, .5);
    overscroll-behavior: contain;
}

.maplist {
    overflow-y: auto;
    height: 80%;
    margin-top: 5px;
    padding-right: 5px;
    overscroll-behavior: contain;
}

.resultblock {
    padding: 0 0 7px 6px;
}

.fi {
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
    padding: 3px 5px;
    cursor: pointer;
    border: 2px solid #55ad4d;
    background-color: #def0cc;
}

.maplist::-webkit-scrollbar, .borderblock::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(228, 243, 232);
}

.maplist::-webkit-scrollbar-thumb, .borderblock::-webkit-scrollbar-thumb {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    background-color: rgb(228, 243, 232);
}

.maplist::-webkit-scrollbar-track, .borderblock::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.leftgmap > p {
    font-size: 0.9em;
}

@media (min-width: 768px) {
    .borderblock {
        top: 60px;
    }
    
    .maplist {
        height: 89%;
    }
    
    .opener {
        width: 2em;
        height: 2em;
    }
}

@media (min-width: 1025px) {
    .borderblock.open {
        top: 49px;
        width: 89%;
    }
    
    .leftgmap > p {
        font-size: 1em;
    }
}

.fd {
    display: none;
}

/**********************/
@font-face {
    font-display: swap;
    font-family: ProximaNova;
    src: url(/local/templates/agro2024/fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),
    url(/local/templates/agro2024/fonts/ProximaNova-Regular.otf) format("opentype"),
    url(/local/templates/agro2024/fonts/ProximaNova-Regular.woff) format("woff"),
    url(/local/templates/agro2024/fonts/ProximaNova-Regular.ttf) format("truetype"),
    url(/local/templates/agro2024/fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.mobile-table {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.div_new {
    margin-bottom: 60px;
    padding: 0 5px;
}
.contacts-block .delivery {
    margin-bottom: 20px;
}
.contacts-block {
    font: 400 16px/21px ProximaNova;
}

.fa-angle-down::before {
    color: var(---main-color);
}

.header-text {
    font-weight: bold;
    margin: 9px 0;
}

.header-text.closed {
    border-bottom: 1px solid var(---main-color);
}

.toggle-text {
    display: flex;
    padding: 7px 7px 10px 0;
    cursor: pointer;
}

.gray small, .gray .fa-angle-down::before {
    color: var(---gray-color);
}

.toggle-text .fa-angle-down {
    padding-left: 7px;
}

.grow1 .gradient {
    padding-left: 0.7em;
}

.toggle-text + div {
    display: block;
}

.toggle-text.closed + div {
    display: none;
}

.toggle-text.closed i::before {
    transform: rotate(-45deg);
}

table td, table th {
    font-size: 16px;
    line-height: normal;
    box-sizing: border-box;
    height: 40px;
    text-align: center;
    border: 1px solid #e0f4df;
}

table .th, .th-head {
    color: var(---main-color);
}

.th-head {
    font: bold 18px/21px ProximaNova;
    text-align: center;
}

.mobile-table .th-head {
    background-color: #e0f4df;
}

.price {
    font-size: 16px;
    font-weight: bold;
}

.old_price {
    font-size: 16px;
    margin-right: 5px;
    text-decoration: line-through;
    color: var(---gray-color);
}

.old_price + .price {
    color: var(---or-color);
    white-space: nowrap;
}

span.br {
    display: block;
    height: 0.3em;
}

span.no {display: inline-block;width: 18px;height: 2px;vertical-align: middle;border-radius: 2px;background-color: var(---gray-color);}

span.gradient {
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(119.7deg, #ff9f46 15.81%, #f9206e 56.39%, #9700c1 86.44%);
    background: -webkit-linear-gradient(119.7deg, #ff9f46 15.81%, #f9206e 56.39%, #9700c1 86.44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.grow {
    flex-grow: 1;
}

.hide-text {
    font-size: 12px;
    line-height: 12px;
    color: var(---gray-color);
}

.contacts-block h2 {
    font-size: 2em;
    font-weight: bold;
}

.pay-type {
    font: 400 1em/1.1em ProximaNova;
    padding-bottom: 8px;
    border-bottom: 1px solid var(---main-color);
}

.contact p {
    font: 400 16px/18px ProximaNova;
}

.div_new a:not(.btn-sale) {
    color: var(---or-color);
}

.div_new p {margin-bottom: 10px;}

p.flex {
    display: flex;
}

p.important {
    color: var(---or-color);
}

p.mapbutton {
    cursor: pointer;
    text-decoration: underline;
    color: var(---or-color);
}

.pay-type .num {
    font: bold 22px/21px ProximaNova;
    padding-right: 5px;
    color: var(---main-color);
}

.pay-type ol {
    padding: 0 0 10px 35px;
}

.pay-type ul {
    padding: 0 0 10px 35px;
    list-style: none;
}

.pay-type li {
    margin-bottom: 5px;
}

.pay-type ul li::before {
    display: inline-block;
    width: var(--dim);
    height: var(--dim);
    margin-right: 7px;
    margin-left: -15px;
    content: "";
    vertical-align: middle;
    border-radius: 50%;
    background-color: var(---main-color);
    --dim: 8px;
}

.div_new .btn-sale {line-height: 2.5;width: 100%;max-width: 300px;height: auto;margin-top: 20px;}
.flex-items {
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 30px;
}
.flex-items .item {
    width: 79%;
    font-size: 16px;
    z-index: 1;
    margin: 10px;
    max-width: 260px;
}
.flex-items .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .mobile-table {
        display: none;
    }
    
    .con_new .toggle-text {
        border-bottom: 1px solid var(---main-color);
    }
    
    .con_table {
        display: table;
        width: 100%;
        margin: 0 0 20px;
        border-collapse: collapse;
    }
    
    .con_table tr {
        border: none;
    }
    
    .con_table td {
        padding: 8px;
        border: none;
        border-right: 2px solid #e0f4df;
        border-bottom: 2px solid #e0f4df;
    }
    
    .con_table tr td:first-child {
    
    }
    
    .con_table tr td:nth-child(2n) {
        border-bottom-color: white;
        background-color: #e0f4df;
    }
    
    .div_new .btn-sale {
        line-height: 2.4em;
        width: 250px;
        margin-left: 0;
    }
    
    .pay-type ol {
        padding: 0 0 10px 2.2em;
    }
}


@media (min-width: 1200px) {
    .flex-items{
        text-align: left;
    }
    .flex-items .item {
        font-size: 14px;
        width: 22%;
    }
    .pay-type {
        margin: 15px 0;
    }
}

/* End */
/* /payments-and-deliveries/style.css?177263490712988 */
