.hidden{
	display: none!important;
}

.training__sign-wrapp {
    bottom: 15%;
	position: fixed;
}

.product__item-action{
	display: block;
}

.product__item-off{
	display: block;
}


/* Notify */
.alert-block {
    margin: 20px 0 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 575px) {
    .alert-block {
        right:15px !important;
        top: 15px !important;
        left: 15px !important
    }
}

.us-alert {
    background: #fff;
    float: right;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .29);
    padding: 0;
    margin-bottom: 10px
}

@media (min-width: 420px) {
    .us-alert {
        max-width:370px
    }
}

.us-alert-success .us-alert-icon {
    background: #0cc95b
}

.us-alert-danger .us-alert-icon {
    background: #f33d32
}

.us-alert-warning .us-alert-icon {
    background: #f3c932
}

.us-alert-primary .us-alert-icon {
    background: #50a8ff
}

.us-alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    padding: 0;
	border: none;
}

.us-alert-icon {
    max-width: 36px;
    height: 36px;
    border-radius: 2px;
    margin: 0px 20px 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.us-alert-icon i {
    font-size: 18px;
    color: #fff;
    text-align: center
}

.us-alert-text {
    color: #272323;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 70px 20px 0;
    border-radius: 0 2px 2px 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 420px) {
    .us-alert-text {
        min-width:310px
    }
}

.us-alert-text a {
    text-decoration: underline
}

.us-alert-text a:hover {
    text-decoration: none
}

.us-alert-text .alert-text-item:not(:last-child) {
    margin-bottom: 5px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

.d-flex {display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
.flex-column {-ms-flex-direction: column !important;flex-direction: column !important;}

.align-items-center{
	align-items: center;
}

/* End of notify */


.training__sign-btn{
	text-transform: uppercase;
}


.header__top-search_l {
    overflow-y: auto;
}

.fas:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: lighter;
}

.training__sign-wrapp .new-select, .training__sign-wrapp .new-select__item {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.training__sign-wrapp .new-sign__list {
    width: 100%;
    position: absolute;
    top: calc(100% + 4px);
    background: #fafef8;
    border: 1px solid #5a5a5a;
    border-radius: 4px;
    padding: 16px;
}

.training__sign-wrapp .new-select__item {
    margin: 0 0 16px;
    transition: .4s all;
}

.training__sign-wrapp .new-select__item span {
    transition: .4s all;
    color: #5a5a5a;
}

.training__sign-wrapp .new-select {
    border: 1px solid #5a5a5a;
    border-radius: 4px;
    background: #f1f6ed;
    padding: 18px 16px 19px;
    color: #1e1e1e;
    transition: .5s all;
	height: 58px;
}

.training__sign-wrapp .new-select, .training__sign-wrapp .new-select__item span{
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.training__sign-wrapp .new-select::after, .training__sign-wrapp .new-select__item::after {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1b300f;
    transition: .4s all cubic-bezier(0,0,1,1);
}

.training__sign-wrapp .new-select::after {
    content: "B";
    line-height: 16px;
    right: 16px;
}

.has-error input, .has-error textarea{
	border-color: #f33d32!important;
}

.error-field{
	border-color: #f33d32!important;
}


.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.text-danger {
    color: #a94442;
}

.main__thanks{
	position: fixed;
}

.training__content-descr ul{
	margin: 22px 0 40px;
}

.training__content-descr li {
    padding: 0 0 0 40px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #48603b;
    margin: 0 0 29px;
    z-index: 3;
}

.training__content-descr li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #6c8262;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.training__content-descr p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #48603b;
}


/*.training__tabs-content {
	justify-content: center;
}*/

.training__content-descr{
	font-family: Roboto;
    flex-direction: row;
    flex-wrap: wrap;
}

/*.training__content-descr {
    max-width: 900px;
}*/

/*.training__content-title{
	margin-bottom: 15px;
}*/

.training__wrapp {
    padding-bottom: 30px;
}

.training__content-descr img{
	display: none;
}

.training__sign-btn span {
    font-size: 17px;
    line-height: 21px;
}

.training__sign-btn span {
    margin: 0 19px 0 0;
}

.training__sign-btn {
    padding: 10px 20px;
}

.training__tabs-content {
    align-items: center;
}

.training__content-descr .training__content-title + p, .training__content-descr .training__content-title + div{
	display: none;
}


.header__top-m_subnav span {
	display: block;
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1e1e1e;
    margin: 0 0 16px;
}

.header__top-m_subnav span:last-child {
    margin: 0;
}

.product-not-review .base__rewiews-respond_descr{
	margin: 0px;
}

.checkbox-wrap input[type=checkbox] {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
}

.mfilter-price{
	display: none!important;
}

.checkbox-wrap input[type=checkbox]:checked~label.checkbox-item .checkbox-check i, .checkbox-wrap input[type=checkbox]:checked~label.checkbox-item:hover .checkbox-check i {
    display: inline-block;
}

.checkbox-wrap input[type=checkbox]:checked~label.checkbox-item .checkbox-check, .checkbox-wrap input[type=checkbox]:checked~label.checkbox-item:hover .checkbox-check {
    background: #64785b;
    border: 1px solid #64785b;
}

.header__top-info_contacts li span {
    display: inline-block;
    color: #1e1e1e;
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 16px;
}

h6{
	font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;	
}

.simple-content {
    margin: 0;
}

.orders__wrapp-base .form {
    width: 100%;
}

.simplecheckout-block {
    margin-bottom: 0px;
}

.product-warning{
	color: #c9331b;
}

.orders__goods-items {
    overflow-y: auto;
}

.orders__points-base_it.has-error input {
    border: 1px solid #c9331b!important;
    color: #c9331b;
}

.simplecheckout-error-text{
    padding: 0 0 0 16px;
    font-size: 12px;
    line-height: 14px;
    color: #c9331b;
}

#simplecheckout_comment .orders__points-comm {
    margin: 24px 0 0!important;
    width: 100%;
    height: 42px;
    min-height: 40px;
    font-size: 16px;
    line-height: 19px;
    color: #5a5a5a;
    outline: 0;
    resize: none;
    border: 1px solid #a18175;
    border-radius: 4px;
    background: #f6ebe1;
    padding: 11px 16px 10px;
}

.orders__sbmt{
	cursor: pointer;
}

.simplecheckout .checkbox-item {
    display: flex!important;
}

.simplecheckout-block-shipping_address .form-group{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.orders__points-check {
    flex-wrap: wrap;
}

.orders .checkbox-wrap{
	margin-bottom: 15px;
}

ul.dropdown-address{
	width: 100%;
    border: 1px solid #4b160e;
    background: #f9eddd;
    border-radius: 4px;
    padding: 12px 16px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    z-index: 2;
}

ul.dropdown-address li {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-family: Arimo;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #1e1e1e;
}

.dropdown-address li a {
    padding: 3px;
}

.dropdown-address li:hover {
    background-color: #a18175;
}

.orders .orders__points-base_it .checkbox-item{
	position: relative;
	cursor: pointer;
    left: 10px;
}

.orders .orders__points-base_it .checkbox-item .icon-check{
    color: #fff;
    position: initial;
}

.us-module-btn{
	max-width: 360px;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    background: #64785b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    transition: .5s all;
    margin: 30px 0 40px;
    margin-left: auto;
}

.us-module-btn:hover {
    background: #1b300f;
}

.other-section .message-block{
    margin-top: 30px;
    text-align: left;
    width: 100%;
}

.mfilter-disabled{
	opacity: 0.5;
    pointer-events: none;
}

.catalog__filter-wrapp ul {
    width: 100%;
}

.main-product{
	margin-bottom: 30px;
}

.base__descr p + p{
	margin-top: 5px;
}

.categories__item-img img.icon-chocolate-bar{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    height: auto;
	transition: .9s;
}

.categories__item-wrapp:hover .categories__item-img img.icon-chocolate-bar {
    transform: translate(-50%, -50%) scale(1.08);
}


.orders__points-base_it input:valid~label{
    position: absolute;
    left: 16px;
    top: 26px;
    cursor: text;
    font-size: 16px;
    line-height: 19px;
    color: #5a5a5a;
}

.orders__points-base_it:nth-child(2n+2) input:valid~label {
    left: 28px;
}

.orders__points-base_it input:focus~label, .orders__points-base_it input[data-valid]~label, .orders__points-base_it input[value]~label {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 14px;
    top: 0;
    cursor: default;
}

.orders__wrapp-done{
	display: block;
}

.simplecheckout-block-shipping_address input~label{
	left: 16px!important;
}

.categories__btn_heading_title{
    width: 735px;
    padding-left: 0;
    padding-right: 0;
	max-width: 100%;
}

.catalog .categories__wrapper {
	max-width: 100%;
}

.simplecheckout-block-content{
	padding: 0px;
}

.orders__points-del_tab {
    font-size: 15px;
}

.simplecheckout .orders__points-del_tab{
	display: flex!important;
}

.simplecheckout-block-shipping_address{
	margin-top: 0px;
	padding-top: 0px;
}

.base__rewiews-response_name input:valid~label{
    position: absolute;
    left: 16px;
    top: 26px;
    cursor: text;
    font-size: 16px;
    line-height: 19px;
    color: #5a5a5a;
}

.base__rewiews-response_name input:focus~label, .base__rewiews-response_name input.focus~label {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 14px;
    top: 0;
    cursor: default;
}

.well-sm{
	margin-top: 15px;
	margin-bottom: 15px;
}

.header__catalog-descr img.icon-chocolate{
	max-width: 30px;
	height: auto;
	margin: 0 4px 0 0;
}

.base__catalog_extra_tabs ul {
	list-style-type: circle;
    padding-left: 30px;
    margin-bottom: 10px;
}

.base__catalog_extra_tabs ol {
	list-style-type: upper-roman;
    padding-left: 30px;
    margin-bottom: 10px;
}

.base__catalog_extra_tabs h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

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

.base__catalog_extra_tabs table{
	width: 100%;
    border-collapse: collapse;
	margin-bottom: 15px;
}

.base__catalog_extra_tabs table thead th, .base__catalog_extra_tabs table thead th p{
	font-size: 18px;
    font-weight: bold;
	margin: 0px;
}

.base__catalog_extra_tabs table td, .base__catalog_extra_tabs table th {
  border: 1px solid #666;
  padding: 5px;
}

.interesting .main__navigation {
	padding: 18px 12px 0;
}

.interesting__btn {
    padding: 12px 100px;
}

.footer__links li a i.icon-arrowdwn{
	display: inline-block;
	font-size: 10px;
	padding-left: 10px;
}

.footer__links li a.has-child{
	cursor: pointer;
}

.footer__links .footer-ul-child{
    background: #64785b;
    width: 300px;
    padding-top: 20px;
    min-height: 100%;
}

.base__sliders-b_itm iframe{
	width: 100%;
	height: 400px;
}





@media (min-width: 768px) {
	.footer__info span, .footer__links li a span, .footer__tels-link {font-size: 18px; line-height: 21px;}
	.footer__info span, .footer__links li, .footer__tels-link {margin: 0 0 24px;}
	.footer {min-height: 250px; padding: 24px 0 30px;}

}




@media (max-width: 1887px) {
    .training__content-descr ul {margin: 22px 0 40px;}

}

@media (max-width: 1599px) {
	.training__content-descr li {padding: 0 0 0 36px; font-size: 20px; line-height: 20px;}
	.training__content-descr li::before {top: 0; transform: none; width: 20px; height: 20px;}
	.training__content-descr p {font-size: 20px; line-height: 20px;}
}

@media (max-width: 1365px) {
	.training__content-numb {bottom: auto;}
}



@media (max-width: 767px) {
    .training__content-descr ul {margin: 20px 0 10px;}
}

@media (max-width: 574px) {
	.training__content-descr li {font-size: 16px; line-height: 19px; padding: 0 0 0 20px;}
	.training__content-descr li::before {top: 3px; width: 12px; height: 12px;}
	.training__sign-btn span {font-family: Play, sans-serif; text-transform: none;}
	.training__content-descr p{font-size: 16px; line-height: 19px;}
	.orders__points-del_tab {font-size: 10.5px;}

}


@media (max-width: 479px) {
    .training__sign-wrapp {min-height: 450px;}
	.training__content-descr li {margin: 0 0 16px;}
	
	.footer__tels{flex-direction: column; align-items: center;}
	.footer__tels a{margin-right: 0; margin-bottom: 10px;}


}





