.token_model,
.form--checkout .help-block {
    display: none;
}

.token_model-open .token_model {
    display: block;
}

.not_show--label {
    visibility: hidden;
    height: 0;
}

.modal-open .not_show--label {
    visibility: visible;
    height: auto;
}

.range {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.has-error .select2-container--default .select2-selection--single {
    border: 1px solid red;
}

.loading {
    background-image: url('/images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.loading * {
    opacity: 0;
}

.layout-box__sort {
    justify-content: space-between;
}

.payment-apple {
    display: none !important;
}

.detail__description-text code,
.detail__description-text pre {
    font-family: Menlo, Monaco, monospace, sans-serif !important;
    cursor: text;
}
.detail__description-text div,
.detail__description-text p,
.detail__description-text ul,
.detail__description-text ol,
.detail__description-text table,
.detail__description-text dl,
.detail__description-text blockquote,
.detail__description-text pre {
    font-size: 14px;
    line-height: 1.6em;
}
.detail__description-text a {
    color: #15c;
    text-decoration: underline;
}
.detail__description-text object,
.detail__description-text embed,
.detail__description-text video,
.detail__description-text img {
    max-width: 100%;
    width: auto;
}
.detail__description-text video,
.detail__description-text img {
    height: auto;
}
.detail__description-text div,
.detail__description-text p,
.detail__description-text ul,
.detail__description-text ol,
.detail__description-text table,
.detail__description-text dl,
.detail__description-text figure,
.detail__description-text blockquote,
.detail__description-text pre {
    margin: 0;
    margin-bottom: 15px;
    border: none;
    background: none;
    box-shadow: none;
}
.detail__description-text iframe,
.detail__description-text object,
.detail__description-text hr {
    margin-bottom: 15px;
}
.detail__description-text blockquote {
    margin-left: 1.6em !important;
    padding: 0;
    text-align: left;
    color: #777;
    font-style: italic;
}
.detail__description-text blockquote:before,
.detail__description-text blockquote:after {
    content: '';
}
.detail__description-text ul,
.detail__description-text ol {
    padding-left: 2em;
}
.detail__description-text ul ul,
.detail__description-text ol ol,
.detail__description-text ul ol,
.detail__description-text ol ul {
    margin: 2px;
    padding: 0;
    padding-left: 2em;
    border: none;
}
.detail__description-text ol ol li {
    list-style-type: lower-alpha;
}
.detail__description-text ol ol ol li {
    list-style-type: lower-roman;
}
.detail__description-text dl dt {
    font-weight: bold;
}
.detail__description-text dd {
    margin-left: 1em;
}
.detail__description-text table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}
.detail__description-text table td,
.detail__description-text table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}
.detail__description-text table thead td,
.detail__description-text table th {
    font-weight: bold;
    border-bottom-color: #888;
}
.detail__description-text code {
    background-color: #d8d7d7;
}
.detail__description-text pre {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 90%;
}
.detail__description-text hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
.detail__description-text h1,
.detail__description-text h2,
.detail__description-text h3,
.detail__description-text h4,
.detail__description-text h5,
.detail__description-text h6 {
    font-weight: bold;
    color: #000;
    padding: 0;
    background: none;
    text-rendering: optimizeLegibility;
    margin: 0 0 .5em 0;
}
.detail__description-text h1,
.detail__description-text h2,
.detail__description-text h3,
.detail__description-text h4 {
    line-height: 1.3;
}
.detail__description-text h1 {
    font-size: 36px;
}
.detail__description-text h2 {
    font-size: 24px;
    margin-bottom: .7em;
}
.detail__description-text h3 {
    font-size: 21px;
}
.detail__description-text h4 {
    font-size: 18px;
}
.detail__description-text h5 {
    font-size: 16px;
}
.detail__description-text h6 {
    font-size: 12px;
    text-transform: uppercase;
}

.icon-xml {
    width: 30px;
    height: 30px;
    background: url(../images/icons/file_xml_format_type_icon_134692.svg) no-repeat center center;
    background-size: 36px;
}

.swiper-slide-course b {
    color: #D5001C;
    font-size: 29px;
}

.nav__item >img {
    width: auto !important;
    height: auto !important;
}

@media only screen and (max-device-width: 767px) {
    .footer__bottom .container {
        height: auto;
        /*flex-direction: column;*/
        padding: 15px;
    }
    .footer__bottom .container >span {
        order: 1
    }
    .product__image img {
        width: auto !important;
        height: auto !important;
        max-height: 169px;
    }
    .product__image {
        min-height: 169px;
    }
}

@media only screen and (min-device-width: 768px) {
    .product__image img {
        width: auto !important;
        height: auto !important;
        max-height: 200px;
    }
    .product__image {
        min-height: 200px;
    }
}
.detail__advantages-item.active {
    background-color: #66fecb;
    /*color: white;*/
}
.detail__advantages-item.active img{
    /*background-color: white;*/
    /*padding: 5px;*/
    /*border-radius: 5px;*/
    max-width: 46px;
}
.detail__description-text div.title-h2 {
     font-size: 20px;
     line-height: 30px;
 }
.icon-justin{
    margin-left: 35px;
}

.news-title-h2 {
    margin: 8px 0;
    font-size: 14px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.hidden-block{
    display: none;
}