

.help-block {
    font-size: 10px;
    color: red;
    top: 3px;
    left:5px;
    position: absolute;
}

.ui-autocomplete {
    max-height: 200px;
    font-size: 11px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

/*.hidden {*/
/*    display: none!important;*/
/*}*/


.message-add-panel textarea {

position: relative;
}

.main-basket-item-list.wishes-list {
    flex-direction: row;
    flex-flow: row wrap;
}

blockquote {
    font-style: italic;
    border-radius: 6px;
    padding: 8px;
    box-sizing: border-box;
    display: inline-flex;
    background: #efefef;
}


.simple-text-block p {
    font-size: 15px;
    color: #495057;
    line-height: 17px;
    margin-bottom: 15px;
}

.registration-link:hover {
    text-decoration: none;
}

.registration-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #448056;
    letter-spacing: 0.3px;
    text-decoration: underline;
    padding-top: 10px;
    cursor: pointer;
}


.reg-modal-win .checked-panel {
    max-width: 320px;
}

.reg-modal-win .checkbox-accept-block {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.last-personal-agree {
    padding-top: 10px;
}

.modimio-table {
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.modimio-table td, .modimio-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.modimio-table tr:nth-child(even){background-color: #f2f2f2;}

.modimio-table tr:hover {background-color: #ddd;}

.modimio-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #65B454;
    color: white;
}


.user-bonuses-count {
    font-size: 12px;
    color: #343A40;
    font-weight: bold;
    transition: 0.2s;
    margin-left: 38px;
}

.account-menu-item__info {
    margin-top: 5px;
    margin-left: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #343A40;
    transition: 0.2s;
}

.agree-link {
       color: #65B454;
       text-decoration: underline;
}

.new-catalog-unit {
    margin-top: 12px;
}

.input-row.has-error input{
  border: 1px solid #ff1d1d;
}

.basket-form-error {
    font-size: 12px;
    color: #ff1d1d;
}

.sub-form-error {
    font-size: 12px;
    color: #ff1d1d;
}

.vk-form-panel {
    width: 40%;
    margin-top: 20px;
}

.btn-row .btn.greey-btn {
    background-color: #4a4a4a;
    box-shadow: 0 10px 20px -9px rgba(47, 47, 47, 0.5);
}

/*

.main-connect-carousel-elem img {
    width: auto;
}

.slick-initialized .slick-slide.main-connect-carousel-elem {
    overflow: hidden;
    display: flex;
    height: auto;
}

.main-connect-carousel .slick-track {
    display: flex;
    align-items: stretch;
}*/

.advantages-list .advantages-unit {
/*    opacity: 0;
    transform: scale(0.6);*/
    transition: 0.4s;
}

.oncam .advantages-list .advantages-unit {
    opacity: 1;
    transform: scale(1);
}

.change-form-section .check-panel-title-block {
  width:100%;
}


.change-form-section {
    margin-top:20px;
    margin-bottom:  20px;
}

.change-form-block .w15:not(:first-child) {
    width: 31%;
}

.change-form-block .main-basket-address-form {
    padding-right:16px;
    margin-bottom:  0;
}

.new-unit-pic-wrap img {
    width: auto;
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
}

.change-form-section .btn-row {
    justify-content: flex-start;
}

.payment-total-btn-row {
    justify-content: flex-end;
}

.change-form-block  {
    max-width: 600px;
    width: 100%;
}

.main-basket-address-form-wrap {
    justify-content: flex-start;
}

.main-slider-unit {
    min-height: 361px;
}

.main-slider-unit img {
    min-height: 1px;
    width: 100%;
}

.check-row input +label + .self-delivery-adress-block {
    opacity:0;
    position:absolute;
    left:0;
    top: 20px;
    transition:0.2s;
    font-size:12px;
    width:100%;
}

.check-row input:checked + label + .self-delivery-adress-block {
    opacity:1;
}

.payment-delivery-form .check-row:last-child {
    width:100%;
}

.header-row-text {
    font-size:14px;
    font-weight:600;
    color:#1a5035;
}

.header-phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-phone-block span {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.header-phone-block a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.collection-selection-list li a .col-sel-img-wrapper img {
    width: 100%;
    height: auto;
}

.already-sub-allert {
    font-size: 20px;
    color: red;
    margin-left: 10px;
}

.collection-cat-unit {
    justify-content: space-between;
}

.collection-catalog {
    align-items: stretch;
}

.text-wrapper table.delivery-table {
    border-collapse: collapse;
    font-size:15px;
    border: none;
}

.text-wrapper table.delivery-table th {
    color: #868e96;
    line-height:1.3;
    padding:8px;
    box-sizing: border-box;
    border: none;
    /*border-top: 1px solid #f1f3f5;*/
    background:#f1f3f5;
}

.text-wrapper table.delivery-table th.delivery-table-th {
    text-align: left;
    border-bottom: 1px solid grey;
    background-color: transparent;
}

.text-wrapper table.delivery-table td {
    color: #495057;
    line-height: 1.3;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #f1f3f5;
}

.text-wrapper table.delivery-table td table td {
    border-top: unset;
}

.text-wrapper table.delivery-table td p, .text-wrapper table.delivery-table th p {
    margin-bottom: 0;
}

.main-slider-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
     height: 100%;
     left: auto;
     right: auto;
     margin: auto;
     top: auto;
     padding: 0;
}

.main-slider-unit {
    min-height: 1px;
}

.cat-item-spec-panel {
    max-width: 400px;
    width: 100%;
}

.main-connect-carousel-elem img {
    max-width: 100%;
    max-height: 51px;
    margin: 0 auto;
    width: auto;
}

.fast-view-block .main-carousel-elem img {
    width: 100%;
    max-height: 100%;
}

.fast-view-block .main-connect-carousel-elem img {
    max-height: 42px;
}

.payment-total-btn-row .input-row  {
    margin-bottom: 0;
}

.field-catalogorder-used_money,
.field-catalogorder-used_bonuses {
    width: 30%;
}

.field-catalogorder-used_bonuses input {
    width:100%;
}

.payment-total-bonus {
    justify-content: space-between;
}

.input-row textarea {
    border: 1px solid #CED4DA;
    box-shadow: inset 0 1px 5px 0 #CED4DA;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    color: #868E96;
    letter-spacing: 0.2px;
    line-height: 18px;
    height: 100px;
    padding-left: 20px;
    padding-top: 15px;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
}

.opt-form-block {
    margin-top:20px;
    width: 100%;
    max-width: 588px;
}

.opt-form-block .btn-row {
    justify-content: flex-end;
    width: 100%;
}

.opt-form-block .btn-row .btn {
    margin-right: 1%;
}

.payment-total-btn-row .field-catalogorder-used_money,
.payment-total-btn-row .field-catalogorder-used_bonuses {
    max-width: 200px;
    margin:0 20px;
}

.main-slider-unit img {
    width:100%;
    max-width:1220px;
}

.basket-section {
    margin-bottom:12px;
}

.input-row.has-error textarea {
    border: 1px solid #ff1d1d;
}


.new-bonus-title {
    font-size:32px;
    color:#343a40;
    text-align: center;
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    margin: 16px auto;
}

.new-bonus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-bonus-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 3px solid #65b454;
    justify-content: space-between;
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    padding: 40px 18px 35px 18px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .new-bonus-item {
        flex: 0 0 calc(50% - 20px);
        width: calc(50% - 20px);
    }
}
@media (max-width: 767px) {
    .new-bonus-item {
        flex: 0 0 100%;
        width: 100%;
    }
}

.new-bonus-item.hover {
    cursor: pointer;
}

.new-bonus-item:nth-child(3n) {
    margin-right: 0;
}

.new-bonus-item img {
    margin-bottom: 10px;
    height: 70px;
}

.new-bonus-item * {
    text-align: center;
}

.new-bonus-item-title {
    color:#343a40;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.new-bonus-section .btn-row {
    justify-content: center;
}

.site-wrapper.pt0 {
    padding-top:0;
}

.logo-row {
    display: flex;
    flex-direction: flex-start;
    margin:20px auto;
}



.blank-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;

    text-align:center;
    line-height:1.3;
}

.blank-text p {
    margin:40px auto;
    font-size: 42px;
    font-weight: bold;
    text-align:center;
    line-height:1.3;
}

.blank-text img {
    margin:50px auto 0;
    max-width: 260px;
}



.test-row {
    background-color: #f5f5dc;
    color: #f71a1a;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0;
    box-sizing: border-box;
}

.test-row a {
    color:inherit;
    text-decoration: underline;
}

.test-row a:hover {
    text-decoration: none;
}

/*.site-wrapper {
    padding-top: 126px;
}*/

.message-attention {
    background: yellow;
    color: rgb(109, 85, 37);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

@media (max-width: 816px) {
    .message-attention {
        font-size: 0.8em;
    }
}

.input-row .has-error select {
    border: 1px solid #ff1d1d;

}

.free-shiping-sub-btn {
    font-weight: normal;
    margin-left: 6px;
}




.buy-in-click .modal-win .form-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 734px;
}

.buy-in-click .modal-win {
width:100%;
max-width:734px;
min-width:1px;
}

.img-responsive{
    display: block;
    /*max-width: 100%;*/
    /*height: auto;*/
}

.header-top-row {
    padding-top: 0;
    padding-bottom: 0;
}
.header-main-logo {
    margin-right: 0;
}

.header-row-text {
    width: 65%;
    height: 79px;
}
/* slick */
.slick-arrow{
    position: absolute;
}
.main-carousel .slick-prev.slick-arrow{
    left: 0;
    z-index: 2;
    background: url(../img/arrow.svg), #000;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none !important;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    transform: translate(0, -50%);
    transition: 0.2s;
    opacity: 0.2;
    padding: 20px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.main-carousel .slick-prev.slick-arrow:before{
    display: none;
}
.main-carousel .slick-next.slick-arrow{
    right: 0;
    z-index: 2;
    background: url(../img/arrow.svg), #000;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none !important;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    transition: 0.2s;
    opacity: 0.2;
    padding: 20px;
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.main-carousel .slick-next.slick-arrow:before{
    display: none;
}
div.main-carousel:hover .slick-prev.slick-arrow,
div.main-carousel:hover .slick-next.slick-arrow{
    opacity: 0.6;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.main-connect-carousel .slick-prev.slick-arrow{
    left: 0;
    z-index: 2;
    background: url(../img/arrow.svg), #000;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none !important;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    opacity: 0.2;
    padding: 20px 6px;
    transform: translate(0);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
.main-connect-carousel .slick-next.slick-arrow{
    right: 0;
    z-index: 2;
    background: url(../img/arrow.svg), #000;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    font-size: 0;
    border: none;
    outline: none !important;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
    opacity: 0.2;
    padding: 20px 6px;
    transform: rotate(180deg);
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.main-connect-carousel .slick-prev.slick-arrow::before,
.main-connect-carousel .slick-next.slick-arrow::before{
    display: none;
}

.main-connect-carousel:hover .slick-prev.slick-arrow,
.main-connect-carousel:hover .slick-next.slick-arrow{
    opacity: 0.6;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
/*.main-carousel-elem.slick-slide{
    display: none;
}
.main-carousel-elem.slick-slide.slick-current.slick-active{
    display: block;
}*/
/*.main-carousel-elem.slick-slide a{
    display: none;
    visibility: hidden;
}
.main-carousel-elem.slick-slide a img{
    display: none;
    visibility: hidden;
}
.main-carousel-elem.slick-slide.slick-current.slick-active a{
    display: block;
    visibility: visible;
}
.main-carousel-elem.slick-slide.slick-current.slick-active a img{
    display: block;
    visibility: visible;
}*/
@media (min-width: 1024px) and (max-width: 1200px){
    .main-carousel-elem img {
        width: auto;
        height: 380px;
        margin: 0 auto;
    }
}
@media (min-width: 770px) and (max-width: 1023px){
    .main-carousel-elem img {
        width: auto;
        height: 300px;
        margin: 0 auto;
    }
}
@media (max-width: 516px) {
    .main-carousel-elem img {
        width: auto;
        height: 302px;
        margin: 0 auto;
    }
}
@media (max-width: 425px) {
    .main-carousel-elem img {
        width: auto;
        height: 302px;
        margin: 0 auto;
    }
}
@media (max-width: 375px) {
    .main-carousel-elem img {
        width: auto;
        height: 265px;
        margin: 0 auto;
    }
}
@media (max-width: 320px) {
    .main-carousel-elem img {
        width: auto;
        height: 225px;
        margin: 0 auto;
    }
}

/*-/- slick */
/*   video   */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56%!important;
}
.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* -/- video  */
/*   form   */
.n-mag-text-wrap {
    margin-right: 15px;
    margin-left: 15px;
}
.n-form-text-wrap {
    display: flex;
    width: 35%;
    flex-direction: column;
}
.subscribe-widget {
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #008153;
    background: url(../img/pattern.png), #e8eef1;
    font-size: 13px;
    text-align: center;
}
@media screen and (min-width: 1080px) {
    .subscribe-widget, .subscribe-column {
        min-width: 290px;
    }
}
.n-form-text-wrap h2{
    font-size: 26px;
    color: #008252;
    margin-bottom: 10px;
}
.n-form-text-wrap .checked-panel-agree{
    text-align: left;
    font-size: 12px;
}
.n-form-text-wrap .btn-row {
    display: flex;
    justify-content: center;
    align-items: center;

}
.n-form-text-wrap .btn-row .btn{
    font-size: 22px;
    background-color: #008153;
}
.n-form-text-wrap p{
    margin-top: 20px;
    color: #008252;
    font-weight: bold;
}
.checked-panel-sub{
    display: inline-block;
}
.btn-default{
    display: block;
}
.n-form-text-wrap .input-group{
    margin: 15px 0;
    position: relative;
}
span.input-group-addon1{
    height: 16px;
    width: 16px;
    position: absolute;
    left: 10px;
    padding: 10px 0;
    background: url(../img/tel.jpg) no-repeat center;
    background-size: contain;
}
span.input-group-addon2{
    height: 16px;
    width: 16px;
    position: absolute;
    left: 10px;
    padding: 10px 0;
    background: url(../img/man.jpg) no-repeat center;
    background-size: contain;
}
.n-form-text-wrap .form-control {
    text-align: center;
    display: block;
    width: 90%;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #008252;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.n-form-text-wrap .checked-panel-agree{
    margin: 20px 0;
}
.n-form-text-wrap [type="checkbox"]{
    margin: 0 5px;
}
.alert-success {
    color: #008252 !important;
    background-color: rgba(223, 240, 216, 0.4)!important;
    border-color: #008252!important;
}
.n-form-text-wrap button.close{
    display: none;
}
.alert-danger {
    background-color: rgba(242, 222, 222, 0.4)!important;
}
.simple-text-section .simple-text-block{
    margin-left: 15px;
    margin-right: 15px;
    width: 75%;
}
.simple-text-pic-wrap{
    margin-right: 0px;
}
.simple-text-section .n-form-text-wrap{
    width: 40%;
}
@media(max-width:768px){
    .simple-text-section .simple-text-block {
        margin-left: 15px;
        margin-right: 15px;
        width: 100%
    }
}
@media(max-width:580px){
    .n-form-text-wrap{
        width: 90%;
        margin: 15px;
    }
    .simple-text-section .n-form-text-wrap {
        width: 90%;
    }
}
.help-block {
    font-size: 10px;
    color: red;
    top: 3px;
    right: 5px;
    position: absolute;
}
#expresssubscribe-subscribe.form-control{
    padding: 0;
    height: 28px;
    width: 100%;
    margin-left:10px ;
}
/*-/-form   */
.slick-slide .new-unit-title {
    height: 2.6em;
    overflow: hidden;
}
.instagramm-container iframe{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .header-top-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}
@media (max-width: 1200px) {
    .img-responsive{
        display: block;
        max-width: 100%;
        height: auto;
    }
}



@media (max-width:768px) {
.fast-view-block {flex-direction:column;align-items:center;width: 100%;}

.modal-win .catalog-item-pic-wrap {
    max-width: 384px;
    width: 100%;
    order: 2;
}
.buy-in-click .modal-win {
top:0px;
}
}
.sun-unsub-descriprion {
    margin-bottom: 10px;
    font-weight: bold;
}

.main-slider{
   visibility:hidden;
   opacity:0;
   transition: opacity 1s;
}

.main-slider.slick-initialized{
  visibility:visible;
  opacity:1;
}

.main-slider a{
  display:none ;
}

.main-slider a:first-child{
  display:block; visibility:hidden;
}

.main-slider.slick-initialized a{
  display:block;visibility:visible!important;
}

.special-error {
text-align: right;
margin-top: 2px;
padding-right: 170px;
}

@media(max-width:480px) {
    .special-error {
        text-align: center;
        margin-top: 2px;
        padding-right: 0;
    }
}



.subscribe-panel .label-btn input + label {
    width: 180px;
    line-height: 1.2;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}


.subscribe-panel .promo-code-block .input-row {
    margin-right: 9px;
    width: 150px;
}


.subscribe-panel .promo-code-block .btn-row .btn {
    width:150px
}


.subscribe-panel .additional-info .check-block-row .form-group {
    width: 100%;
    display: flex;
}


.free-shiping-sub-btn {
    font-weight: normal;
    margin-left: 0;
    font-size: 10px;
}

.btn-row .btn.count-down-btn {
    flex-direction: column;
    height: 50px;
    position: relative;
    margin-bottom: 14px;
    line-height: 30px;
}

.count-down {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    bottom: 9px;
    height: auto;
    line-height: 1;
}
.btn-row .btn.green-btn.cancel-order-btn {
    background: #adb5bd;
    color: #fff;
    box-shadow: 0 10px 20px -9px rgba(68,133,186,0.50);
    margin-bottom: 15px;
}
.future-order__item__delete{
    margin-left: 10px;
}
.cat-item-guide-block{
    position: relative;
}
.cat-item-guide-block img {
    margin-bottom: 0;
}
.cat-item-guide-block .download-pdf{
    position: relative;
    margin-bottom: 12px;
    width: 100%;
}
.cat-item-guide-block .download-pdf:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: url('../img/download-pdf.png') no-repeat bottom right;
}

.d-none {
    display: none;
}

.pack-old-price {
    text-decoration: line-through;
    font-size: 17px !important;
    color: #495057;
}

.pack-old-price span {
    font-size: 21px;
}

.pack-new-price {
    color: #b93a3a !important;
}
.price-rub {
    font-size: 21px !important;
}

.modal-win .help-block.js-login-modal-error {
    position: relative;
    margin-bottom: 12px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: absolute !important;
}
