

/* Start:/local/components/kabrita/history.box/templates/new/style.css?171576017814475*/
:root {
    --color-lightblue: #CFE5F8;
    --color-blue: #85C4E8;
    --color-darkblue: #102D69;
    --color-green: #76b82a;
}

.history-box {
    display: flex;
    justify-content: center;
    min-height: 190px;
    padding: 0 20px;
}

.history-box__container {
    max-width: 1241px;
    width: 100%;
    position: relative;
}

.history-box__table {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 0 20px 1px #e6e6e6;
    padding: 10px;
}

.history-box__m-title {
    margin-top: 15px;
    display: flex;
    font-family: 'Cocon', sans-serif;
    color: var(--color-darkblue);
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.history-box__m-title img {
    width: 100px;
    margin: -17px 0 0 10px;
}

.history-box__form form {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 5px auto;
}

.history-box__form-item {
    width: 235px;
}

.history-box__form-item input {
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    color: #808285;
    border: 2px solid var(--color-blue);
}

._inerror {
    color: red !important;
}

._hb-res {
    display: none;
}

.history-box__form-item input ::-webkit-input-placeholder {
    color: #808285df;
    font-weight: bold;
}

.history-box__form-item input:-moz-placeholder {
    color: #808285df;
    font-weight: bold;
    opacity: 1;
}

.history-box__form-item input::-moz-placeholder {
    color: #808285df;
    font-weight: bold;
    opacity: 1;
}

.history-box__form-item input:-ms-input-placeholder {
    color: #808285df;
    font-weight: bold;
}

.history-box__form-item input::-ms-input-placeholder {
    color: #808285df;
    font-weight: bold;
}

.history-box__form-item input::placeholder {
    color: #808285df;
    font-weight: bold;
}

.history-box__form-item button {
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--color-blue);
}

/* .history-box__form-error {
    max-width: 301px;
    text-align: center;
    color: red;
    display: none;
} */

.history-box__form-error {
    width: 385px;
    text-align: center;
    color: red;
    display: none;
    position: absolute;
    bottom: -55px;
}

.history-box__end {
    margin: 10px auto 5px auto;
    color: var(--color-green);
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.history-box__popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 900px;
    border: 1px solid var(--color-blue);
    padding: 15px;
    z-index: 150;
    background-color: white;
    border-radius: 25px;
    top: 220px;
    display: none;
}

.history-box__popup-close {
    position: absolute;
    right: -20px;
    top: -25px;
    line-height: 1;
    color: var(--color-blue);
    font-size: 35px;
}

.history-box__popup-close:hover {
    cursor: pointer;
}

.history-box__popup-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 20px;
    color: var(--color-darkblue);
}

.history-box__popup-numbers,
.history-box__popup-img {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.history-box__popup-numbers-item {
    width: 33%;
    margin: 0 30px;
}

.history-box__popup-numbers-item span {
    text-align: center;
    font-size: 22px;
    display: block;
    color: #808285;
    margin-bottom: 5px;
}

.history-box__popup-numbers-img {
    border: 1px solid var(--color-darkblue);
    display: flex;
    padding: 5px;
    border-radius: 25px;
}

.history-box__popup-img div:nth-child(1) {
    width: 55%;
    margin: auto 10px;
}

.history-box__popup-img div:nth-child(2) {
    width: 40%;
    margin: auto 10px;
}

.history-box__popup-numbers-img img {
    object-fit: cover;
}

.history-box__code-num {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.history-box__code-num-item {
    width: 230px;
    height: 50px;
    background-color: var(--color-blue);
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 50px;
    margin: 7px;
}

.history-box__way {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.history-box__way-item {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.history-box__way-item-title {
    color: var(--color-darkblue);
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
    height: 40px;
}

.history-box__way-item-img {
    width: 90%;
}

.history-box__way-item-img img {
    object-fit: cover;
}

.history-box__way-item-txt {
    color: var(--color-darkblue);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    height: 90px;
}

.history-box__way-next {
    width: 35px;
    margin-bottom: 30px;
}

.history-box__way-next img {
    object-fit: cover;
}

@media (max-width: 950px) {

    .history-box__container,
    .history-box__popup {
        width: 650px;
    }

    .history-box__popup-title {
        line-height: 1;
    }

    .history-box__form-item {
        margin: 0 5px;
    }

    .history-box__way {
        flex-wrap: wrap;
        justify-content: center;
    }

    ._st-1 {
        display: none;
    }
}

@media (max-width: 700px) {
    .history-box__container,
    .history-box__popup {
        /* width: 350px; */
    }

    .history-box__m-title {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1;
    }

    .history-box__m-title img {
        width: 55px;
        margin: -12px 0 0 5px;
    }

    ._title-res {
        font-size: 20px;
    }

    ._title-res img {
        width: 70px;
        margin: -10px 0 0 5px;
    }

    .history-box__form form {
        flex-direction: column;
    }

    .history-box__form-item {
        margin: 5px 5px;
    }

    .history-box__end {
        font-size: 16px;
        line-height: 1;
    }

    .history-box__popup {
        top: 290px;
    }

    .history-box__popup-title {
        font-size: 18px;
        margin-top: 10px;
    }

    .history-box__popup-numbers-item {
        width: 50%;
        margin: 0 10px;
    }

    .history-box__popup-numbers-item span {
        font-size: 16px;
        line-height: 1;
    }

    .history-box__popup-close {
        right: -9px;
        top: -18px;
        font-size: 25px;
    }

    .history-box__code-num-item {
        width: 155px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
    }

    ._st-1 {
        display: block;
    }

    ._st-2 {
        display: none;
    }
}

@media (max-width: 380px) {
    .history-box__container {
        margin-top: -20px;
    }

    .history-box__container,
    .history-box__popup {
        width: 300px;
    }

    .history-box__m-title {
        font-size: 13px;
    }

    .history-box__m-title img {
        width: 40px;
        margin: -7px 0 0 5px;
    }

    ._title-res {
        font-size: 18px;
    }

    ._title-res img {
        width: 60px;
        margin: -8px 0 0 5px;
    }

    .history-box__popup {
        top: 305px;
    }

    .history-box__popup-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .history-box__popup-numbers-item {
        width: 78%;
        margin: 5px 10px;
    }

    .history-box__popup-numbers,
    .history-box__popup-img {
        flex-direction: column;
        align-items: center;
    }

    .history-box__popup-img div:nth-child(1) {
        width: 80%;
    }

    .history-box__popup-img div:nth-child(2) {
        width: 75%;
    }

    .history-box__popup-numbers {
        margin-top: 10px;
    }

    .history-box__way {
        flex-direction: column;
    }

    .history-box__way-next {
        display: none;
    }

    .history-box__way-item-txt {
        height: auto;
        margin-bottom: 20px;
    }

    .history-box__code-num {
        flex-direction: column;
        align-items: center;
    }

    .history-box__way-item {
        width: 170px;
    }
}

.farm-box__content {
    border-radius: 24px;
    background-color: #F0F8FE;
    border-color: #83C2E6;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    height: 290px;
    justify-content: space-around;
    margin-bottom: 40px;
}

.farm-box {
    width: 100%;
    max-width: 1241px;
    margin-left: auto;
    margin-right: auto;
}

.farm-box__title {
    margin-left: 40px;
    font-size: 35px;
    font-family: "Cocon", sans-serif;
    color: #002169;
    line-height: 1.2;
    width: 300px;
}

.farm-box__img {
    width: 339px;
    height: 323px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.farm-box__img img {
    max-width: 100%;
}

.farm-box__form-item {
    width: 290px;
    margin-top: 12px;
}

.farm-box__content form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.farm-box__form-item input {
    width: 100%;
    height: 41px;
    padding-left: 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #002169;
    border: 1px solid;
    border-color: #83C2E6;
    font-family: "Century Gothic", Sans-serif;
    outline: none;
}

.farm-box__form-item input::placeholder {
    color: #002169;
}

.farm-box__form-item button {
    width: 100%;
    height: 41px;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    background: #83C2E6;
    border: 1px solid;
    border-color: #83C2E6;
    color: white;
    font-family: "Century Gothic", Sans-serif;
    margin-top: 15px;
    cursor: pointer;
}

.farm-box__end {
    font-size: 16px;
    font-family: "Century Gothic", Sans-serif;
    text-decoration: underline;
    color: #002169;
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 30px;
}
.goat-box {
    display: flex;
    justify-content: space-between;
}
.goat-box_img {
    padding-top: 40px;
    width: 50%;
    /* height: 385px; */
}
.goat-box_img img {
    max-width: 100%;
}
.goat-box_text {
    padding-top: 40px;
    width: 43%;
}
.goat-box_text span {
    font-family: "Century Gothic", Sans-serif;
    color: #002169;
    font-size: 15px;
    line-height: 19.8px;
}
.goat-box_heart {
    max-width: 330px;
    margin: 10px auto 0;
}
@media (max-width: 1100px) {
    .farm-box__content {
        height: 280px;
    }

    .farm-box__title {
        font-size: 31px;
        line-height: 1.1;
    }

    .farm-box__end {
        font-size: 13px;
    }

    /* .farm-box__form-item {
        width: 266px;
    } */

    .farm-box__form-item input {
        font-size: 12px;
    }

    .farm-box__form-item button {
        font-size: 12px;
        /* width: 290px; */
    }

    .farm-box__img {
        width: 300px;
        height: 298px;
    }
}
    .goat-box_img {
        /* width: 560px; */
        /* height: 377px; */
    }

@media (max-width: 1000px) {
    .farm-box__content {
        height: auto;
        width: 580px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .farm-box__title {
        font-size: 34px;
        line-height: 1.1;
        width: 523px;
        margin-top: 8%;
        margin-left: 30px;
    }

    .farm-box__end {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .farm-box__form-item {
        width: 425px;
    }

    .farm-box__form-item input {
        font-size: 14px;
        height: 48px;
        text-align: left;
        padding-left: 20px;
    }

    .farm-box__form-item button {
        font-size: 14px;
        /* width: 449px; */
        height: 52px;
        margin-top: auto;
    }

    .farm-box__img {
        width: 227px;
        height: 223px;
        padding-right: 0;
        margin: 20px auto 0;
    }
    .goat-box_img {
        width: 100%;
    }
    .goat-box_text {
        width: 100%;
    }
    .goat-box_img {
        padding-top: 20px;
        /* width: 568px; */
        /* height: 385px; */
    }
    .goat-box_text span {
        font-size: 16px;
    }
    .goat-box_heart {
        display: none;
    }
    .goat-box {
        flex-direction: column-reverse;
        justify-content: flex-start;
        max-width: 580px;
        margin: 40px auto;
    }
    .farm-box {
        max-width: 580px;
    }

    .farm-box__content form {
        margin-right: 12%;
    }

    .history-box__form-error {
        /* width: auto; */
        position: static;
    }
}

@media (max-width: 650px) {
    .farm-box__content {
        /* height: 572px; */
        width: 100%;
        margin-top: 8%;
    }

    .farm-box__title {
        font-size: 24px;
        width: 300px;
        margin-left: 9px;
    }

    .farm-box__form-item {
        width: 276px;
    }

    .farm-box__form-item input {
        margin-left: 0;
    }

    .farm-box__form-item button {
        /* width: 300px; */
    }

    .farm-box__img {
        width: 194px;
        height: 192px;
    }

    .farm-box__content form {
        margin: 0 auto;
        width: 300px;
    }

    .history-box__form-error {
        width: auto;
    }

}

@media (max-width: 500px) {
    .history-box {
        padding: 0;
    }
    .history-box__container, .history-box__popup {
        width: 100%;
    }
    .farm-box__content {
        /* height: 500px; */
        border: none;
        border-radius: inherit;
    }
    .farm-box__title {
        font-size: 20px;
        width: 250px;
    }
    .farm-box__end {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .farm-box__form-item {
        width: 250px;
    }
    .farm-box__form-item button {
        /* width: 274px; */
    }
    .farm-box__img {
        width: 174px;
        height: 172px;
    }
    .goat-box_img {
        /* width: 253px; */
        /* height: 190px; */
        /* padding-top: 30px; */
    }
    .goat-box_text {
        padding-top: 10px;
    }
    .goat-box_text span {
        font-size: 14px;
    }
    .goat-box {
        padding: 0 20px;
    }
    .farm-box__content form {
        /* margin-right: 33px; */
        width: 250px;
    }
}
/* End */


/* Start:/assets/assets_production/style.css?17001369924733*/
.pg-where-buy__tabs-item {
    width: 90%;
    position: relative;
    margin: 20px auto 0;
}

.pg-where-buy__tabs-name {
    height: 52px;
    border-radius: 90px;
    border: 1px solid #85C4E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
}

.pg-where-buy__tabs-name::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-right: 1px solid #85C4E8;
    border-bottom: 1px solid #85C4E8;
    transform: rotateZ(-45deg);
}

.pg-where-buy__tabs-name * {
    color: #002169;
    cursor: pointer;
}

.pg-where-buy__tabs-item_target {
    margin-bottom: 460px;
}

.pg-where-buy__tabs-item_target .pg-where-buy__tabs-name,
.pg-where-buy__tabs-name:hover {
    background: linear-gradient(359deg, #D0E4F6 42.69%, #FFF 123.68%);
}

.pg-where-buy__tabs-item_target .pg-where-buy__tabs-name::after {
    transition: .2s;
    transform: rotateZ(45deg);
}

.pg-where-buy__tabs-item_target .pg-where-buy__tabs-name::before,
.pg-where-buy__tabs-item_target .pg-where-buy__tabs-box,
.pg-where-buy__tabs-item_target .pg-where-buy__tabs-box::before {
    transition: .2s;
    display: block;
}

.pg-where-buy__tabs>.pg-where-buy__tabs-item:first-child .pg-where-buy__tabs-name::before {
    left: 45%;
}

.pg-where-buy__tabs>.pg-where-buy__tabs-item:last-child .pg-where-buy__tabs-name::before {
    right: 40%;
}

.pg-where-buy__tabs-name::before {
    content: "";
    display: none;
    width: 70px;
    height: 70px;
    clip-path: polygon(50% 50%, 100% 50%, 50% 80%, 0% 50%);
    background-color: #D1E7F9;
    position: absolute;
    bottom: -34px;
}

.pg-where-buy__tabs-name img {
    height: 75%;
    object-fit: contain;
    width: 21%;
}

.pg-where-buy__tabs-name span {
    font-size: 13px;
    text-align: center;
}

@media (max-width: 450px) { 
    .pg-where-buy__tabs-name span {
        font-size: 10px;
    }    
}

@media (max-width: 1200px) {
    /* .pg-where-buy__tabs-name span {
        font-size: 18px;
    } */
}

@media (max-width: 1000px) {
    /* .pg-where-buy__tabs-item {
        width: 470px;
        margin-bottom: 40px;
    }
    .pg-where-buy__tabs-name {
        height: 80px;
    }
    .pg-where-buy__tabs-item_target .pg-where-buy__tabs-name,
    .pg-where-buy__tabs-name:hover {
        background: linear-gradient(180deg, rgba(209, 231, 249, 0) 33.31%, rgba(209, 231, 249, 0.42) 77.4%);
    }
    .pg-where-buy__tabs-item_target .pg-where-buy__tabs-name::after {
        transform: rotateZ(-45deg);
    }
    .pg-where-buy__tabs-item_target .pg-where-buy__tabs-name::before,
    .pg-where-buy__tabs-item_target .pg-where-buy__tabs-box,
    .pg-where-buy__tabs-item_target .pg-where-buy__tabs-box::before {
        display: none;
    }     */
}

@media (max-width: 600px) {
    /* .pg-where-buy__title {
        font-size: 28px;
        margin: 10px 20px 40px 25px;
        text-align: center;
    }
    .pg-where-buy__tabs-item {
        width: 350px;
        margin-bottom: 20px;
    }
    .pg-where-buy__tabs-name {
        height: 60px;
        padding: 0 25px 0 25px;
    }
    .pg-where-buy__tabs-name span {
        font-size: 14px;
    }
    .pg-where-buy__tabs-name::after {
        width: 12px;
        height: 12px;
    } */
}

@media (max-width: 400px) {
    /* .pg-where-buy__tabs-item {
        width: 100%;
    }
    .pg-where-buy__tabs-name img {
        height: 65%;
    } */
}

.catalog-detail__sliders__btns.page-detail {
    display: flex;
    justify-content: space-around;
    margin-left: -48px;
    margin-right: -47px;    
}

.pg-where-buy__tabs-name.page-detail {
    background-color: #FFF;
}

.pg-where-buy__tabs-name.page-detail span {
    font-size: 12px;
    line-height: 12px;
}

.pg-where-buy__direct-link.page-detail.left {
    width: 60%;
    margin-right: 5px;
}

.pg-where-buy__direct-link.page-detail.right {
    width: 40%;
    margin-left: 5px;
}

.pg-where-buy__tabs-name.page-detail::after {
    content: none;
}

@media (max-width: 768px) {
    .pg-where-buy__tabs-name.page-detail span {
        font-size: 14px;

    }    
    .pg-where-buy__tabs-name.page-detail {
        justify-content: center;
    }
    .pg-where-buy__tabs-name.page-detail span br{
        display: none;
    }
    .pg-where-buy__direct-link.page-detail.left {
        width: 100%;
        margin-right: 0px;
    }

    .pg-where-buy__direct-link.page-detail.right {
        width: 100%;
        margin-left: 0px;
    }    
    .catalog-detail__sliders__btns.page-detail {
        flex-direction: column;
        align-items: center;
        justify-content: center;      
        margin-left: 0px;
        margin-right: 0px;  
    }
}
/* End */
/* /local/components/kabrita/history.box/templates/new/style.css?171576017814475 */
/* /assets/assets_production/style.css?17001369924733 */
