@-webkit-keyframes up1{
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes up1{
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@-webkit-keyframes up2{
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    25% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    75% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes up2{
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    25% {
        -webkit-transform: translate(-3px, 0);
        transform: translate(-3px, 0)
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    75% {
        -webkit-transform: translate(3px, 0);
        transform: translate(3px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
.form-group.has-error input, .form-group.has-error textarea, .form-group.has-error select {
    border-color: #d20f26;
}
.checkbox-wrap.has-error .checkmark {
    border: 1px solid #d20f26;
}
.form-group.has-error .g-recaptcha iframe {
    border: 1px solid #d20f26;
}
.form-group.has-error .select2-container--bootstrap .select2-selection {
    border: 1px solid #d20f26;
}

.help-block.help-block-error {
    display: none;
}

.title-block-page.blog-detail-view .page-deskription .page-deskription-info {
    width: inherit;
    margin-left: 15pt;
    margin-right: 15pt;
}

.footer .row .l-section .menu-list__item a {
    margin-bottom: 10px;
}

.busket-page .grey-table tbody tr .price .old-price {
    color: #c4c4c4;
    text-decoration: line-through;
    margin-right: 14px;
}

.busket-page .grey-table tbody tr .total_discount {
    color: #c4c4c4;
    margin-right: 14px;
}

.itogo-wrap .check-wrap .summ-list .summ-list__item.discount {
    color: #c4c4c4;
}

#orderForm select {
    padding: 10px 17px 9px;
}

.contact-map .map-wrap .map #map {
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.contact-map .info-wrap {
    width: 80%;
    margin: 20px auto 35px;
    position: relative;
}

#contact-info {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
}

#contact-info li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

#contact-info li .img {
    min-width: 20px;
    margin-right: 14px;
}

#contact-info li .img img {
    width: 100%;
}

#contact-info li p.title {
    font-size: 16px;
    color: rgba(52,61,76,.5);
}

#contact-info li p.value {
    font-size: 18px;
}

#contact-info li p {
    margin-bottom: 0;
}

#contact-info li p a {
    color: #343d4c;
    text-decoration: none;
}

.requisite-wrap {
    display: inline-block;
}
.requisite-wrap p {
    text-align: left;
    margin-right: 10px;
}
.requisite-wrap a {
    text-decoration: none;
}
.requisite-wrap span {
    display: none;
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgba(52,61,76,.5);
}
@media (max-width:1465px){
    .requisite-wrap {
        align-items: center;
        text-align: center;
    }
    .requisite-wrap div {
        flex-wrap: wrap;
    }
    .requisite-wrap p, .requisite-wrap a {
        text-align: center;
        margin-right: 0px;
        width: 100%;
    }
    .requisite-wrap span {
        display: block;
    }
}
@media (min-width:768px) and (max-width:1199px){
    .top-presentation .presentation-info .advantages-list {
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }
}
@media (max-width:991.98px){
    body {
        padding-top: 86px;
    }
    .top-presentation .presentation-info {
        padding-top: 5px;
    }
}
@media (max-width: 767.98px) {
    body {
        padding-top: 57px;
    }
}

.form-wrap .container .contact-form {
    z-index: inherit;
}

@media (max-width: 991.98px) {
    .cabinet-page .cabinet-form-page.oplata .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cabinet-page .cabinet-form-page.oplata .logos img{
    width: 40px;
}

table.grey-table thead th {
    font-weight: 500;
}

.cabinet-page.white-wrap::after {
    z-index: -1;
}

/*
.checkout-page .field ul.fieldAutocomplit li:last-child{
    border-bottom: none;
}
.checkout-page .field ul.fieldAutocomplit li:hover{
    transition: 0.3s;
    background: #f1f1f1;
}
.checkout-page .field ul.fieldAutocomplit li{
    transition: 0.3s;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.checkout-page .field ul.fieldAutocomplit.loading{
    display: block!important;
}

.checkout-page.field ul.fieldAutocomplit.loading:before{
    content: " ";
    opacity: 0.7;
    background-image: url("../img/spinner.svg");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    background-position: center;
}

.checkout-page .field ul.fieldAutocomplit{
    min-height: 200px;
    max-height: 203px;
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    border: 1px solid #d4d4d4;
}
*/
.form-group .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #bbb;
}
.form-group .select2-container--bootstrap .select2-selection--single {
    border-radius: 8px;
    border: 1px solid rgba(52,61,76,.3);
    font-size: 20px;
    line-height: 23px;
    color: #343d4c;
    padding: 11px 17px;
    height: 47px;
    font-family: inherit;
}
.delivery-time, .pvz_name, .pochta_name {
    font-size: 14px;
    color: #666;
}
.card-detail-info .top-info .r-section{
    width: auto;
}
.discount-code {
    margin-top: 25px;
    min-height: 312px;
}
.field-order-discount_text .help-block.help-block-error {
    display: block;
}
.help-block.help-block-error {
    color: #d20f26;
    font-size: 14px;
}
.discount-code-result {
    font-size: 30px;
}
.back {
    z-index: 15;
}
@media (min-width: 1200px) {
    .discount-code {
        width: calc(100% - 475px);
    }
    .itogo-wrap {
        margin-top: -480px;
    }
    .itogo-wrap-order {
        margin-top: -150px;
    }
}
.btn-red {
    color: #fff !important;
}
.btn-red:hover {
    color: #d20f26 !important;
}
.cooking-method .cooking-list__item .img svg {
    max-width: 100%;
    max-height: 100%;
}
.quiz-item .question-item img {
    max-height: 300px;
    margin-bottom: 20px;
}
.quiz-item .question-item .btn {
    display: inline-block;
}
.quiz-item .question-item .btn-no {
    margin-right: 20px;
}
.product-list__item .tasted-list {
    align-items: flex-start;
}
.product-list__item .tasted-list__item:before {
    display: none;
}
.product-list__item .tasted-list__item {
    margin-left: 5px;
    margin-right: 5px;
    width: 80px;
}
.product-list__item .tasted-list__item .img {
    margin: auto;
}
.product-list__item .text {
    min-height: 81px;
}
@media (min-width: 1560px) {
    .product-list-4 .product-list__item {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
@media (min-width: 768px) and (max-width: 1559px) {
    .product-list-4 .product-list__item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
svg.forma,
svg.vishenka {
    overflow: visible;
}
.forma .st-animat  {
    animation: up1 4s infinite linear;
}
.vishenka .st-animat {
    animation: up1 6s infinite linear;
}
.morojenica .st-animat {
    animation: up2 6s infinite linear;
}
.advantages-list__item .img img {
    width: 48px;
}
@media (max-width: 767px) {
    .product-list__item .text {
        min-height: inherit;
    }
}
@media (max-width: 424px) {
    .product-list__item .tasted-list__item {
        width: 60px;
    }
    .product-list__item .tasted-list__item .img {
        max-width: 50px;
        min-width: 50px;
        max-height: 50px;
        min-height: 50px;
    }
    .product-list__item .tasted-list__item .name-tast {
        font-size: 10px;
    }
}