/* bg-contact-blocks start */

.bg-custom-gray {
    background-color: #efece5;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: calc(100% - 15px);
}

.bg-custom-gray-side-col {
    background-color: #efece5;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 17px);
    background-position-y: calc(100% - 73px);
}

.bg-custom-conversation {
    background-image: url(../images/_contact/conversation.png);
}

.bg-custom-company {
    background-image: url(../images/_contact/company.png);
}

.bg-custom-credit-card {
    background-image: url(../images/_contact/credit_card.png);
}

.bg-custom-account {
    background-image: url(../images/_contact/account.png);
}

.bg-custom-location {
    background-image: url(../images/_contact/location.png);
}

.bg-custom-check-list {
    background-image: url(../images/_contact/check_list.png);
}

.bg-custom-support {
    background-image: url(../images/_contact/support.png);
}


/* bg-contact-blocks end */


/* _contact page start */

.main-title {
	/*
    color: #666666;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 22.5px 12.5px;
    line-height: 40px;
	*/
}

@media screen and (max-width: 768px) {
    .main-title {
        text-align: center;
        margin-left: 0;
    }
}

.col-xl-4>.col-xs-12 {
    padding: 12.5px;
}

.col-height-side {
    height: 594px;
}

@media screen and (max-width: 768px) {
    .col-height-side {
        max-width: 385px;
        margin: 0 auto;
        text-align: center;
    }
}

.col-height-main {
    height: 619px;
}

@media screen and (max-width: 1200px) {
    .col-height-main {
        height: 750px;
    }
}

@media screen and (max-width: 992px) {
    .col-height-main {
        height: auto;
    }
}

.col-inner {
    height: 100%;
    position: relative;
    padding: 22px 16px;
}

.contact-row {
    height: calc(100% / 3);
    padding: 12.5px;
}

@media screen and (max-width: 768px) {
    .contact-row {
        max-width: 410px;
        margin: 0 auto;
        text-align: center;
    }
}

.contact-bg-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.contact-info {
    font-family: 'Merriweather', sans-serif;
}

.contact-info .title {
    color: #222029 !important;
    font-weight: 700 !important;
    margin: 0 0 25px 0;
    margin-top: -2px;
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    .contact-info .title {
        font-size: 20px;
    }
}

.contact-info a {
    text-decoration: underline;
}

.contact-row:nth-child(2) .title {
    margin: 0;
}

.contact-row:nth-child(2) p,
.contact-row:nth-child(2) .logo-thirty-years {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .thirty-years {
        margin: 15px 0 20px;
    }
}

.contact-row:nth-child(3) .credit_card1,
.contact-row:nth-child(3) .credit_card2,
.contact-row:nth-child(3) p,
.contact-row:nth-child(3) .credit_card2,
.contact-row:nth-child(3) .credit_card2 {
    display: inline-block;
    font-weight: 700;
}

.contact-row:nth-child(3) .credit_card1 {
    margin: 6px 23px 0 0;
}

.contact-row:nth-child(3) .title {
    margin-bottom: 9px;
}

.contact-row:nth-child(3) .credit-card {
    margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .contact-row:nth-child(3) .credit-card {
        margin-top: 15px;
    }
}

.contact-row:nth-child(4) p {
    display: inline-block;
}

.contact-row:nth-child(5) .title {
    margin: 0;
    margin-bottom: 3px;
}

@media screen and (max-width: 1200px) {
    .contact-row:nth-child(5) .title {
        margin: 0;
        margin-bottom: 6px;
    }
}

.contact-row:nth-child(5) .countries {
    font-size: 12px;
    max-width: 280px;
    color: #a7a37e;
    font-weight: 400;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    .contact-row:nth-child(5) .countries {
        margin: 0 auto;
    }
}

.company-info {
    margin-left: 10px;
    color: #545453;
    font-size: 16px;
    font-weight: 700;
}

.company-info>.info-text:nth-child(n + 2) {
    line-height: 32.7px;
}

.company-info>.info-text:first-child {
    margin: 0 0 53px;
}

.company-info>.info-text:nth-child(2) {
    margin: -10px 0;
    padding: 0 0 53px;
}

.company-info>.info-text:nth-child(3) {
    margin: -10px 0;
}

.social-icons a {
    margin-right: 25px;
}

.company {
    position: relative;
    height: 100%;
}

.social-icons a:last-child {
    margin: 0;
}

.company>a {
    border: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .company>a {
        left: 0;
    }
}

.contact-btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #a6031e;
    border: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    color: #ffffff;
}

.company-info a[href*="tel"] {
    text-decoration: none;
    color: #545453;
}


/* _contact page end */


/* _faq_list start */

.faq-list.text-decor {
    text-decoration: none;
    color: #222029;
    padding-bottom: 25px;
    border-bottom: 1px solid #a6a397;
    line-height: 23px;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
    .faq-list.text-decor {
        height: 119px;
    }
}

.faq-list__container {
    padding: 0 10px;
    margin-top: 9px;
}

.fa-star.faq-list {
    line-height: 0;
}

.faq__star-count.faq-list {
    line-height: 0;
    display: inline-block
}

.faq__five-star.faq-list {
    text-align: right;
    display: block;
}

.faq__star-img.faq-list {
    display: inline-block;
}

.card-item-info.faq-list {
    margin: 15px 0;
    width: 100%;
    max-width: initial;
}

@media screen and (max-width: 1200px) {
    .card-item-info.faq-list {
        height: 218px;
    }
}

@media screen and (max-width: 768px) {
    .card-item-info.faq-list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.faq__author-title.faq-list {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* _faq_list end */


/* _faq start */

.side-col.faq {
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    float: right;
    width: 350px;
    padding: 0 0 28px 0;
}

@media screen and (max-width: 992px) {
    .side-col.faq {
        width: 300px;
    }
}

.main-col.faq {
    float: left;
    width: calc(100% - 350px);
    margin-bottom: 85px;
}

@media screen and (max-width: 1200px) {
    #tab1 .main-col.faq {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-col.faq {
        width: calc(100% - 300px)
    }
}

@media screen and (max-width: 768px) {
    .side-col.faq {
        z-index: 10;
        position: initial;
        float: none;
        width: 100%;
        max-width: 350px;
        padding: 0 15px;
    }
    .main-col.faq {
        float: none;
        width: 100%;
    }
    .main-col.faq .main-title {
        text-align: left;
        margin-bottom: 20px;
    }
    .side-col .faq .main-title {
        text-align: center;
        ;
    }
    #tab1>.col-xs-12.faq {
        padding: 0 15px;
    }
}

.main-col>.row:nth-child(3) .UI__description-info {
    margin-top: 31px;
}

.main-col>.row:nth-child(6) .UI__description-info {
    margin-top: 60px;
}

#fullProductView .faq li.active a {
    list-style: none;
    border: none !important;
}

.faq ul {
    list-style: none;
}

.faq .main-title {
    margin: 0;
    ;
    padding: 0 25px 0 0;
}

@media screen and (max-width: 992px) {
    .faq .main-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .faq .main-title {
        padding: 0 15px;
    }
}

.faq.side-col .main-title {
    margin-bottom: 28px;
}

.faq .bg-color-gray {
    padding: 28px 10px;
}

.faq li {
    display: flex;
    padding-bottom: 7px;
    border-bottom: 1px solid #a6a397;
    margin-bottom: 7px;
}

.faq .faq-link {
    color: #222029;
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.faq li:last-child {
    display: flex;
    padding-bottom: 7px;
    border: none;
    margin-bottom: 0;
}

#fullProductView .faq li.active a {
    font-family: 'Merriweather', sans-serif !important;
    line-height: 22px;
}

.faq-question-mark {
    align-self: flex-start;
    margin-right: 3px;
    margin-top: 5px;
}

.faq .UI__demo-info {
    margin: 0;
    margin-top: 24px;
}

.faq .UI__demo {
    padding: 0 25px 0 5px;
}

@media screen and (max-width: 768px) {
    .faq .UI__demo {
        padding: 0 15px;
    }
}

.faq .UI__demo-img {
    max-width: initial;
    width: 100%;
}

.faq .UI__demo-info {
    max-width: initial;
    width: 100%;
}

.faq .UI__description {
    max-width: initial;
    width: 100%;
    padding: 0 25px 0 0;
}

@media screen and (max-width: 768px) {
    .faq .UI__description {
        padding: 0 15px;
    }
}

.faq .UI__description-info {
    margin-top: 42px;
    line-height: 27.7px;
}

.faq__author-info {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    padding-bottom: 2px;
    border-bottom: 1px solid #a6a397;
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .faq__author-info {
        margin: 0 15px;
    }
}

.faq__author {
    display: flex;
}

.faq__author-title {
    color: #222029;
}

.faq__question {
    width: 14px;
    height: auto;
    margin: 0 3px;
    align-self: flex-start;
    margin-top: 4px;
}

@media screen and (max-width: 480px) {
    .faq__author-info {
        justify-content: center;
        flex-wrap: wrap;
    }
    .faq__author {
        line-height: 30px;
    }
    .faq__question {
        margin-top: 8px;
    }
}

.faq__star-img {
    display: flex;
    margin-right: 3px;
}

.faq__star-img .fa-star {
    font-size: 11px;
    line-height: 30px;
    color: #dadada;
    margin: 0 1px;
}

.faq__star-img .fa-star.faq__star-img--active {
    color: #da5f23;
}

.faq__star-count {
    color: #bec6d3;
    line-height: 30px;
}

.faq__five-star {
    display: flex;
}

#fullProductView .faq li.active .faq-link {
    color: #2d5280 !important;
    text-decoration: underline;
}


/* _faq end */


/* _help_list start */

.card-item-info__link.help-list {
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.faq-list__container.help-list {
    padding: 0 5px;
}

.faq__author-title.help-list {
    line-height: 17px;
    font-weight: 400;
    overflow: hidden;
    white-space: initial;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.main-title.help-list {
    margin-bottom: 15px;
    margin-top: 8px;
}


/* _help_list end */


/* _tovar start */


/* five-col-bootstrap-template start*/

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}


/* five-col-bootstrap-template end*/

.file-download-template.tovar {
    margin: 0;
}

.col-xs-12.tovar {
    padding: 0;
    padding-left: 15px;
}

.tovar__font-normal {
    color: #222029;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 !important;
}

.table-condensed>tbody>tr>.tovar__font-bold {
    display: block;
    font-weight: 700;
    color: #222029;
    font-size: 14px;
    line-height: 33px;
    margin-right: 61px;
    margin-left: 30px;
    padding: 0;
}

.tovar__description {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tovar__info {
    margin-left: 30px;
}

.tovar__title-see-also, .tovar__title-see-also>h1, .tovar__title-see-also>h2, .tovar__title-see-also>h3 {
    color: #585857;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 55px;
    border-bottom: 3px solid #545453;
    margin-bottom: 22px;
}

.tovar__cards {
    padding: 0 10px;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .tovar__card {
        margin-bottom: 30px;
    }
    .tovar__card:nth-last-child(2),
    .tovar__card:nth-last-child(3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .tovar__card {
        width: 100%;
        max-width: 275px;
    }
    .tovar__card-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    .tovar__card:nth-child(3) {
        margin-bottom: 30px;
    }
}


/* _tovar end */


/* _UI (a) start */


/* default styles start*/

.font-Merriweather {
    font-family: 'Merriweather', sans-serif;
}

.font-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-Merriweather5 {
    font-family: '__Merriweather_5', sans-serif;
}

.fs-14-fw-400 {
    font-size: 14px;
    font-weight: 400;
}

.fs-14-fw-700 {
    font-size: 14px;
    font-weight: 700;
}

.fs-16-fw-400 {
    font-size: 16px;
    font-weight: 400;
}

.fs-16-fw-700 {
    font-size: 16px;
    font-weight: 700;
}

.fs-24-fw-700 {
    font-size: 24px;
    font-weight: 700;
}

.text-decor {
    text-decoration: underline;
    color: #447db4;
}

.font-color-black {
    color: #222029;
}

.bg-color-gray {
    background-color: #efece5;
}

.card-shadow {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
}

.border-top-gray {
    border-top: 1px solid #a6a397
}


/* default styles end */

.side-col {
    width: 205px;
    float: left;
}

.main-col {
    width: calc(100% - 205px);
    float: right;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .side-col {
        margin: 0 auto;
        float: none;
        max-width: 345px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .side-col.col-xs-12 {
        padding: 0;
    }
    .main-col {
        width: auto;
        float: none;
    }
    .main-col.col-xs-12 {
        padding: 0;
    }
    .col-xs-12.cards {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .main-col {
        padding-right: 0;
    }
}

#tab1>.col-xs-12 {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    #tab1>.col-xs-12 {
        padding: 0 15px;
    }
}


/* card-item-img start */

.cards {
    padding: 0 0 0 10px;
}

.card-item-img__img {
    /*margin-bottom: 43px;*/
    max-width: 100%;
}

.card-item-img {
    /*padding-top: 27px;*/
}

.card-item-img__font-style {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-item-img__font-style--sm {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-item-img__font-style--lg {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}


/* card-item-img end */


/* card-item-info start */

.card-item-info {
    height: 192px;
    box-shadow: none;
    transition: box-shadow 0.2s ease-in-out;
    max-width: 350px;
}

@media screen and (max-width: 1200px) {
    .card-item-info {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-info {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/* card-item-info-flex start */

.card-item-info-flex {
    height: auto;
    box-shadow: none;
    transition: box-shadow 0.2s ease-in-out;
    max-width: 350px;
}

@media screen and (max-width: 1200px) {
    .card-item-info-flex {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-info-flex {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.card-item-info--fix {
    margin-right: -63px;
}

@media screen and (max-width: 1200px) {
    .card-item-info--fix {
        margin-right: 0
    }
}

.card-item-info:hover {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
    transition: box-shadow 0.2s ease-in-out;
}

.card-item-info-flex:hover {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
    transition: box-shadow 0.2s ease-in-out;
}

.card-item-info:hover .card-item-info__link {
    color: #d2011f;
    text-decoration: underline;
}

.card-item-info-flex:hover .card-item-info__link {
    color: #d2011f;
    text-decoration: underline;
}

.card-item-info__info {
    margin: 0;
    padding: 28px 5px;
}

.card-item-info__link {
    margin: 0;
    padding: 0 5px;
    padding-bottom: 13px;
    line-height: 19px;
}

.card-item-info__text {
    padding: 11px 4px 0 4px;
    line-height: 17px;
}


/* card-item-info end */


/* card-item-bg-img start */

.card-item-bg-img {
    height: 181px;
    max-width: 365px;
}

@media screen and (max-width: 1200px) {
    .card-item-bg-img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-bg-img {
        margin: 0 auto;
    }
}

.card-item-bg-img__info {
    margin: 0;
    padding: 22px 16px;
}

.card-item-bg-img__title {
    line-height: 22px;
    margin: 0;
}

.card-item-bg-img__link {
    margin: 25px 0 0 0;
    line-height: 16px;
}

.card-item-bg-img__link:hover {
    color: #d2011f;
}


/* card-item-bg-img end */


/* UI description start */

.UI__description {
    max-width: 765px;
}

.UI__description-info {
    margin: 0;
    margin-top: 42px;
    line-height: 32.7px;
}

.UI__description--fix {
    margin-top: -12px;
    margin-bottom: -12px;
}

.UI__unordered-list {
    display: inline-block;
    list-style-type: square;
    color: #d2011f;
    margin: 0;
    margin-bottom: 54px;
    padding-left: 27px;
}

@media screen and (max-width: 1200px) {
    .UI__unordered-list {
        padding-left: 0px;
        margin-bottom: 33px;
    }
}

.UI__lists {
    max-width: 765px;
    overflow: hidden;
    margin-bottom: 44px;
    margin-top: 54px;
}

@media screen and (max-width: 992px) {
    .UI__lists {
        margin-bottom: 20px;
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .UI__lists {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.UI__unordered-list span {
    color: #222029;
}

@media screen and (max-width: 768px) {
    .UI__unordered-list {
        padding-left: 0px;
        margin-bottom: 20px;
    }
}

.UI__ordered-list {
    display: inline-block;
    color: #d2011f;
    margin: 0;
    padding-left: 38px;
}

@media screen and (max-width: 1200px) {
    .UI__ordered-list {
        padding-left: 0px;
    }
}

.UI__ordered-list span {
    color: #222029;
}

.UI__list-item {
    margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .UI__list {
        text-align: center;
    }
}

.UI__list-item:last-child {
    margin: 0;
}

.UI__button {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #a6031e;
    border: none;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    color: #ffffff;
    margin-bottom: 11px;
}

@media screen and (max-width: 1200px) {
    .UI__button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .UI__button {
        width: 100%;
        max-width: 317px;
    }
}

.UI__button:hover {
    background-color: #d60023;
}

.UI__button-list {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .UI__button-list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .UI__button-list {
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .UI__button-list {
        margin: 0 auto;
        margin-top: 30px;
    }
}


/* UI__description end */


/* file-download-template start */

.file-download-template {
    max-width: 745px;
    margin: 0 30px;
}

.file-download-template__info {
    padding: 14px 15px 20px 15px;
}

.file-download-template__img {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.file-download-template__link {
    display: inline-block;
    line-height: 25px;
}

.file-download-template__description {
    color: #a7a37e;
    margin: 0;
    margin-top: 14px;
}


/* file-download-template end */


/* UI__blockqoute start*/

.UI__qoute {
    max-width: 825px;
}

.UI__blockqoute {
    padding: 19px 9px 17px 9px;
    border-left: 8px solid #a6031e;
    margin-top: 24px;
}

.UI__blockqoute-text {
    font-style: italic;
    color: #c0995d;
}

.UI__blockqoute-author {
    text-align: right;
    font-style: italic;
    color: #c0995d;
    margin: 0;
}


/* UI__blockqoute end */


/* UI__demo start */

.UI__demo-info {
    margin: 36px 32.5px 0 32.5px;
    max-width: 760px;
}

.UI__demo-img {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
}

.UI__demo-text {
    text-align: center;
    color: #000000;
    font-style: italic;
    margin: 0;
    margin-top: 42px;
}


/* UI_demo end */


/* UI__text start */

.UI__container-text {
    max-width: 825px;
}

.UI__text {
    padding: 32px 22px;
    color: #000000;
    margin-top: 37px;
}

@media screen and (max-width: 768px) {
    .UI__text {
        text-align: center;
    }
}


/* UI__text end */


/* UI__price-info start*/

.UI__price--fix {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    .UI__price--fix {
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .UI__price--fix {
        padding: 0;
    }
}

.UI__price-info {
    margin-top: 42px;
}

.UI__cell {
    background-color: #a6031e;
    padding: 15px 25px;
    overflow: hidden;
}

.UI__cell-title {
    color: #ffffff;
    float: left;
    margin: 0;
}

.UI__cell-price {
    color: #ffffff;
    float: right;
    margin: 0;
}

.UI__price-info-cell {
    padding: 15px 25px;
    overflow: hidden;
}

.UI__price-info-title {
    float: left;
    margin: 0;
    color: #000000;
}

.UI__price-info-price {
    float: right;
    margin: 0;
    color: #000000;
}


/* UI__price-info end */


/* UI__form start */

.UI__form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5d5d5d;
}

.UI__form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5d5d5d;
}

.UI__form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5d5d5d;
}

.UI__form-textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5d5d5d;
}

.UI__form-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5d5d5d;
}

.UI__form-textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5d5d5d;
}

.UI__form {
    margin: 48px auto 0 auto;
    max-width: 835px;
}

.UI__form--fix {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    .UI__form--fix {
        padding-left: 15px;
    }
}

.UI__form-input {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border: none;
    height: 45px;
    padding: 0 15px;
    color: #5d5d5d;
    outline: none;
}

.UI__form-item {
    padding: 0 5px;
}

.UI__form-textarea-item {
    padding: 0 5px;
}

@media screen and (max-width: 992px) {
    .UI__form-item {
        /* padding: 0 80px; */
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .UI__form-item:last-child {
        margin: 0;
    }
    .UI__form-input {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .UI__form-textarea {
        max-width: 500px;
    }
    .UI__form-textarea-item {
        padding: 0;
        text-align: center;
    }
    .UI__form--fix {
        padding: 0;
    }
}

.UI__form-textarea {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 17px 15px;
    color: #5d5d5d;
    height: 115px;
    resize: none;
    margin-top: 20px;
    outline: none;
}

.UI__form-input:focus,
.UI__form-textarea:focus {
    border: 2px solid #545453;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
}


/* UI__form end */


/* _UI (a) end */


/* _UI (b) start*/


/* _UI-visual-type-b start */

.side-col.UI-visual-type-b {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    float: right;
    width: 295px;
    padding: 42px 15px;
}

.main-col.UI-visual-type-b {
    float: left;
    width: calc(100% - 295px);
}

@media screen and (max-width: 768px) {
    .side-col.UI-visual-type-b {
        position: initial;
        float: none;
        width: 100%;
        max-width: 300px;
    }
    .main-col.UI-visual-type-b {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .main-col.UI-visual-type-b {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b-title {
        line-height: 41px !important;
        padding: 0 15px;
        font-size: 30px !important;
    }
}

.UI-visual-type-b {
    margin-bottom: 33px;
}

.UI-visual-type-b>ul {
    list-style: none;
    line-height: 12px;
}

.UI-visual-type-b>ul>li {
    margin-bottom: 20px;
}

.UI-visual-type-b>ul>li:last-child {
    margin: 0;
}

.UI-visual-type-b.title {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    line-height: 18px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b.title {
        text-align: center;
    }
}

#fullProductView .UI-visual-type-b li.active a {
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #545453;
    text-decoration: none;
    border-bottom: none !important;
}

.col-xs-12#fullProductView {
    position: relative;
}

.UI-visual-type-b .UI__text {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .UI-visual-type-b .UI__text {
        text-align: center;
    }
}

.UI-visual-type-b .UI__container-text {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__container-text {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__demo-info {
    margin-top: 62px;
    max-width: initial;
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo-info {
        margin-top: 30px;
    }
}

.UI-visual-type-b .UI__demo {
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__demo-img {
    margin: 0 auto;
}

.UI-visual-type-b .UI__demo-text {
    margin-top: 78px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo-text {
        margin-top: 30px;
    }
}

.UI-visual-type-b .UI__description {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__description {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__qoute {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__qoute {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__blockqoute {
    margin-bottom: 24px;
}

.main-col .row:nth-child(5) .UI__description-info {
    margin: 0;
}


/* _UI-visual-type-b end */


/* _UI (b) end */


/* _zakaz_paid start */

.main-title.zakaz-paid {
    margin: 0;
}

.zakaz-paid.UI__unordered-list {
    margin-bottom: 280px;
}

.zakaz-paid__attention {
    margin-top: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    p.zakaz-paid {
        text-align: center;
    }
    .zakaz-paid.UI__unordered-list {
        margin-bottom: 80px;
    }
    .zakaz-paid__attention {
        margin-top: 25px;
        text-align: center;
    }
}


/* _zakaz_paid end */


/* bg-contact-blocks start */

.bg-custom-gray {
    background-color: #efece5;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: calc(100% - 15px);
}

.bg-custom-gray-side-col {
    background-color: #efece5;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 17px);
    background-position-y: calc(100% - 73px);
}

.bg-custom-conversation {
    background-image: url(../images/_contact/conversation.png);
}

.bg-custom-company {
    background-image: url(../images/_contact/company.png);
}

.bg-custom-credit-card {
    background-image: url(../images/_contact/credit_card.png);
}

.bg-custom-account {
    background-image: url(../images/_contact/account.png);
}

.bg-custom-location {
    background-image: url(../images/_contact/location.png);
}

.bg-custom-check-list {
    background-image: url(../images/_contact/check_list.png);
}

.bg-custom-support {
    background-image: url(../images/_contact/support.png);
}


/* bg-contact-blocks end */


/* _contact page start */



@media screen and (max-width: 768px) {
    .main-title {
        text-align: center;
        margin-left: 0;
    }
}

.col-xl-4>.col-xs-12 {
    padding: 12.5px;
}

.col-height-side {
    height: 594px;
}

@media screen and (max-width: 768px) {
    .col-height-side {
        max-width: 385px;
        margin: 0 auto;
        text-align: center;
    }
}

.col-height-main {
    height: 619px;
}

@media screen and (max-width: 1200px) {
    .col-height-main {
        height: 750px;
    }
}

@media screen and (max-width: 992px) {
    .col-height-main {
        height: auto;
    }
}

.col-inner {
    height: 100%;
    position: relative;
    padding: 22px 16px;
}

.contact-row {
    height: calc(100% / 3);
    padding: 12.5px;
}

@media screen and (max-width: 768px) {
    .contact-row {
        max-width: 410px;
        margin: 0 auto;
        text-align: center;
    }
}

.contact-bg-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.contact-info {
    font-family: 'Merriweather', sans-serif;
}

.contact-info .title {
    color: #222029 !important;
    font-weight: 700 !important;
    margin: 0 0 25px 0;
    margin-top: -2px;
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    .contact-info .title {
        font-size: 20px;
    }
}

.contact-info a {
    text-decoration: underline;
}

.contact-row:nth-child(2) .title {
    margin: 0;
}

.contact-row:nth-child(2) p,
.contact-row:nth-child(2) .logo-thirty-years {
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .thirty-years {
        margin: 15px 0 20px;
    }
}

.contact-row:nth-child(3) .credit_card1,
.contact-row:nth-child(3) .credit_card2,
.contact-row:nth-child(3) p,
.contact-row:nth-child(3) .credit_card2,
.contact-row:nth-child(3) .credit_card2 {
    display: inline-block;
    font-weight: 700;
}

.contact-row:nth-child(3) .credit_card1 {
    margin: 6px 23px 0 0;
}

.contact-row:nth-child(3) .title {
    margin-bottom: 9px;
}

.contact-row:nth-child(3) .credit-card {
    margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .contact-row:nth-child(3) .credit-card {
        margin-top: 15px;
    }
}

.contact-row:nth-child(4) p {
    display: inline-block;
}

.contact-row:nth-child(5) .title {
    margin: 0;
    margin-bottom: 3px;
}

@media screen and (max-width: 1200px) {
    .contact-row:nth-child(5) .title {
        margin: 0;
        margin-bottom: 6px;
    }
}

.contact-row:nth-child(5) .countries {
    font-size: 12px;
    max-width: 280px;
    color: #a7a37e;
    font-weight: 400;
    line-height: 16px;
}

@media screen and (max-width: 768px) {
    .contact-row:nth-child(5) .countries {
        margin: 0 auto;
    }
}

.company-info {
    margin-left: 10px;
    color: #545453;
    font-size: 16px;
    font-weight: 700;
}

.company-info>.info-text:nth-child(n + 2) {
    line-height: 32.7px;
}

.company-info>.info-text:first-child {
    margin: 0 0 53px;
}

.company-info>.info-text:nth-child(2) {
    margin: -10px 0;
    padding: 0 0 53px;
}

.company-info>.info-text:nth-child(3) {
    margin: -10px 0;
}

.social-icons a {
    margin-right: 25px;
}

.company {
    position: relative;
    height: 100%;
}

.social-icons a:last-child {
    margin: 0;
}

.company>a {
    border: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .company>a {
        left: 0;
    }
}

.contact-btn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #a6031e;
    border: none;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    color: #ffffff;
}

.company-info a[href*="tel"] {
    text-decoration: none;
    color: #545453;
}


/* _contact page end */


/* _faq_list start */

.faq-list.text-decor {
    text-decoration: none;
    color: #222029;
    padding-bottom: 25px;
    border-bottom: 1px solid #a6a397;
    line-height: 23px;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
    .faq-list.text-decor {
        height: 119px;
    }
}

.faq-list__container {
    padding: 0 10px;
    margin-top: 9px;
}

.fa-star.faq-list {
    line-height: 0;
}

.faq__star-count.faq-list {
    line-height: 0;
    display: inline-block
}

.faq__five-star.faq-list {
    text-align: right;
    display: block;
}

.faq__star-img.faq-list {
    display: inline-block;
}

.card-item-info.faq-list {
    margin: 15px 0;
    width: 100%;
    max-width: initial;
}

@media screen and (max-width: 1200px) {
    .card-item-info.faq-list {
        height: 218px;
    }
}

@media screen and (max-width: 768px) {
    .card-item-info.faq-list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.faq__author-title.faq-list {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* _faq_list end */


/* _faq start */

.side-col.faq {
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    float: right;
    width: 350px;
    padding: 0 0 28px 0;
}

@media screen and (max-width: 992px) {
    .side-col.faq {
        width: 300px;
    }
}

.main-col.faq {
    float: left;
    width: calc(100% - 350px);
    margin-bottom: 85px;
}

@media screen and (max-width: 1200px) {
    #tab1 .main-col.faq {
        padding-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-col.faq {
        width: calc(100% - 300px)
    }
}

@media screen and (max-width: 768px) {
    .side-col.faq {
        z-index: 10;
        position: initial;
        float: none;
        width: 100%;
        max-width: 350px;
        padding: 0 15px;
    }
    .main-col.faq {
        float: none;
        width: 100%;
    }
    .main-col.faq .main-title {
        text-align: left;
        margin-bottom: 20px;
    }
    .side-col .faq .main-title {
        text-align: center;
        ;
    }
    #tab1>.col-xs-12.faq {
        padding: 0 15px;
    }
}

.main-col>.row:nth-child(3) .UI__description-info {
    margin-top: 31px;
}

.main-col>.row:nth-child(6) .UI__description-info {
    margin-top: 60px;
}

#fullProductView .faq li.active a {
    list-style: none;
    border: none !important;
}

.faq ul {
    list-style: none;
}

.faq .main-title {
    margin: 0;
    ;
    padding: 0 25px 0 0;
}

@media screen and (max-width: 992px) {
    .faq .main-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .faq .main-title {
        padding: 0 15px;
    }
}

.faq.side-col .main-title {
    margin-bottom: 28px;
}

.faq .bg-color-gray {
    padding: 28px 10px;
}

.faq li {
    display: flex;
    padding-bottom: 7px;
    border-bottom: 1px solid #a6a397;
    margin-bottom: 7px;
}

.faq .faq-link {
    color: #222029;
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.faq li:last-child {
    display: flex;
    padding-bottom: 7px;
    border: none;
    margin-bottom: 0;
}

#fullProductView .faq li.active a {
    font-family: 'Merriweather', sans-serif !important;
    line-height: 22px;
}

.faq-question-mark {
    align-self: flex-start;
    margin-right: 3px;
    margin-top: 5px;
}

.faq .UI__demo-info {
    margin: 0;
    margin-top: 24px;
}

.faq .UI__demo {
    padding: 0 25px 0 5px;
}

@media screen and (max-width: 768px) {
    .faq .UI__demo {
        padding: 0 15px;
    }
}

.faq .UI__demo-img {
    max-width: initial;
    width: 100%;
}

.faq .UI__demo-info {
    max-width: initial;
    width: 100%;
}

.faq .UI__description {
    max-width: initial;
    width: 100%;
    padding: 0 25px 0 0;
}

@media screen and (max-width: 768px) {
    .faq .UI__description {
        padding: 0 15px;
    }
}

.faq .UI__description-info {
    margin-top: 42px;
    line-height: 27.7px;
}

.faq__author-info {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    padding-bottom: 2px;
    border-bottom: 1px solid #a6a397;
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .faq__author-info {
        margin: 0 15px;
    }
}

.faq__author {
    display: flex;
}

.faq__author-title {
    color: #222029;
}

.faq__question {
    width: 14px;
    height: auto;
    margin: 0 3px;
    align-self: flex-start;
    margin-top: 4px;
}

@media screen and (max-width: 480px) {
    .faq__author-info {
        justify-content: center;
        flex-wrap: wrap;
    }
    .faq__author {
        line-height: 30px;
    }
    .faq__question {
        margin-top: 8px;
    }
}

.faq__star-img {
    display: flex;
    margin-right: 3px;
}

.faq__star-img .fa-star {
    font-size: 11px;
    line-height: 30px;
    color: #dadada;
    margin: 0 1px;
}

.faq__star-img .fa-star.faq__star-img--active {
    color: #da5f23;
}

.faq__star-count {
    color: #bec6d3;
    line-height: 30px;
}

.faq__five-star {
    display: flex;
}

#fullProductView .faq li.active .faq-link {
    color: #2d5280 !important;
    text-decoration: underline;
}


/* _faq end */


/* _help_list start */

.card-item-info__link.help-list {
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.faq-list__container.help-list {
    padding: 0 5px;
}

.faq__author-title.help-list {
    line-height: 17px;
    font-weight: 400;
    overflow: hidden;
    white-space: initial;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.main-title.help-list {
    margin-bottom: 15px;
    margin-top: 8px;
}


/* _help_list end */


/* _tovar start */


/* five-col-bootstrap-template start*/

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}


/* five-col-bootstrap-template end*/

.file-download-template.tovar {
    margin: 0;
}

.col-xs-12.tovar {
    padding: 0;
    padding-left: 15px;
}

.tovar__font-normal {
    color: #222029;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.table-condensed>tbody>tr>.tovar__font-bold {
    display: block;
    font-weight: 700;
    color: #222029;
    font-size: 14px;
    line-height: 33px;
    margin-right: 61px;
    margin-left: 30px;
    padding: 0;
}

.tovar__description {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tovar__info {
    margin-left: 30px;
}

.tovar__title-see-also, .tovar__title-see-also>h1, .tovar__title-see-also>h2, .tovar__title-see-also>h3 {
    color: #585857;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 55px;
    border-bottom: 3px solid #545453;
    margin-bottom: 22px;
}

.tovar__cards {
    padding: 0 10px;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .tovar__card {
        margin-bottom: 30px;
    }
    .tovar__card:nth-last-child(2),
    .tovar__card:nth-last-child(3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .tovar__card {
        width: 100%;
        max-width: 275px;
    }
    .tovar__card-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    .tovar__card:nth-child(3) {
        margin-bottom: 30px;
    }
}


/* _tovar end */


/* _UI (a) start */


/* default styles start*/

.font-Merriweather {
    font-family: 'Merriweather', sans-serif;
}

.font-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-Merriweather5 {
    font-family: '__Merriweather_5', sans-serif;
}

.fs-14-fw-400 {
    font-size: 14px;
    font-weight: 400;
}

.fs-14-fw-700 {
    font-size: 14px;
    font-weight: 700;
}

.fs-16-fw-400 {
    font-size: 16px;
    font-weight: 400;
}

.fs-16-fw-700 {
    font-size: 16px;
    font-weight: 700;
}

.fs-24-fw-700 {
    font-size: 24px;
    font-weight: 700;
}

.text-decor {
    text-decoration: underline;
    color: #447db4;
}

.font-color-black {
    color: #222029;
}

.bg-color-gray {
    background-color: #efece5;
}

.card-shadow {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.47);
}

.border-top-gray {
    border-top: 1px solid #a6a397
}


/* default styles end */

.side-col {
    width: 205px;
    float: left;
}

.main-col {
    width: calc(100% - 205px);
    float: right;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .side-col {
        margin: 0 auto;
        float: none;
        max-width: 345px;
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .side-col.col-xs-12 {
        padding: 0;
    }
    .main-col {
        width: auto;
        float: none;
    }
    .main-col.col-xs-12 {
        padding: 0;
    }
    .col-xs-12.cards {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .main-col {
        padding-right: 0;
    }
}

#tab1>.col-xs-12 {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    #tab1>.col-xs-12 {
        padding: 0 15px;
    }
}


/* card-item-img start */

.cards {
    padding: 0 0 0 10px;
}

.card-item-img__img {
    /*margin-bottom: 43px;*/
}

.card-item-img {
    /*padding-top: 27px;*/
}

.card-item-img__font-style {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-item-img__font-style--sm {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-item-img__font-style--lg {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
    padding: 0;    
}


/* card-item-img end */


/* card-item-info start */

.card-item-info {
    height: 192px;
    box-shadow: none;
    transition: box-shadow 0.2s ease-in-out;
    max-width: 350px;
}

@media screen and (max-width: 1200px) {
    .card-item-info {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-info {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/* card-item-info-flex start */

.card-item-info-flex {
    /*height: 192px;*/
    box-shadow: none;
    transition: box-shadow 0.2s ease-in-out;
    max-width: 350px;
}

@media screen and (max-width: 1200px) {
    .card-item-info-flex {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-info-flex {
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

.card-item-info--fix {
    margin-right: -63px;
}

@media screen and (max-width: 1200px) {
    .card-item-info--fix {
        margin-right: 0
    }
}

.card-item-info:hover {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
    transition: box-shadow 0.2s ease-in-out;
}

.card-item-info-flex:hover {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
    transition: box-shadow 0.2s ease-in-out;
}

.card-item-info:hover .card-item-info__link {
    color: #d2011f;
    text-decoration: underline;
}

.card-item-info-flex:hover .card-item-info__link {
    color: #d2011f;
    text-decoration: underline;
}

.card-item-info__info {
    margin: 0;
    padding: 28px 5px;
}

.card-item-info__link {
    margin: 0;
    padding: 0 5px;
    padding-bottom: 13px;
    line-height: 19px;
}

.card-item-info__text {
    padding: 11px 4px 0 4px;
    line-height: 17px;
}


/* card-item-info end */


/* card-item-bg-img start */

.card-item-bg-img {
    height: 181px;
    max-width: 365px;
}

@media screen and (max-width: 1200px) {
    .card-item-bg-img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .card-item-bg-img {
        margin: 0 auto;
    }
}

.card-item-bg-img__info {
    margin: 0;
    padding: 22px 16px;
}

.card-item-bg-img__title {
    line-height: 22px;
    margin: 0;
}

.card-item-bg-img__link {
    margin: 25px 0 0 0;
    line-height: 16px;
}

.card-item-bg-img__link:hover {
    color: #d2011f;
}


/* card-item-bg-img end */


/* UI description start */

.UI__description {
    max-width: 765px;
}

.UI__description-info {
    margin: 0;
    margin-top: 42px;
    line-height: 32.7px;
}

.UI__description--fix {
    margin-top: -12px;
    margin-bottom: -12px;
}

.UI__unordered-list {
    display: inline-block;
    list-style-type: square;
    color: #d2011f;
    margin: 0;
    margin-bottom: 54px;
    padding-left: 27px;
}

@media screen and (max-width: 1200px) {
    .UI__unordered-list {
        padding-left: 0px;
        margin-bottom: 33px;
    }
}

.UI__lists {
    max-width: 765px;
    overflow: hidden;
    margin-bottom: 44px;
    margin-top: 54px;
}

@media screen and (max-width: 992px) {
    .UI__lists {
        margin-bottom: 20px;
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .UI__lists {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.UI__unordered-list span {
    color: #222029;
}

@media screen and (max-width: 768px) {
    .UI__unordered-list {
        padding-left: 0px;
        margin-bottom: 20px;
    }
}

.UI__ordered-list {
    display: inline-block;
    color: #d2011f;
    margin: 0;
    padding-left: 38px;
}

@media screen and (max-width: 1200px) {
    .UI__ordered-list {
        padding-left: 0px;
    }
}

.UI__ordered-list span {
    color: #222029;
}

.UI__list-item {
    margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
    .UI__list {
        text-align: center;
    }
}

.UI__list-item:last-child {
    margin: 0;
}

.UI__button {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #a6031e;
    border: none;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Merriweather', sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .UI__button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .UI__button {
        width: 100%;
        max-width: 317px;
    }
}

.UI__button:hover {
    background-color: #d60023;
}

.UI__button-list {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .UI__button-list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .UI__button-list {
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .UI__button-list {
        margin: 0 auto;
        margin-top: 30px;
    }
}


/* UI__description end */


/* file-download-template start */

.file-download-template {
    max-width: 745px;
    margin: 0 30px;
}

.file-download-template__info {
    padding: 14px 15px 20px 15px;
}

.file-download-template__img {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
}

.file-download-template__link {
    display: inline-block;
    line-height: 25px;
}

.file-download-template__description {
    color: #a7a37e;
    margin: 0;
    margin-top: 14px;
}


/* file-download-template end */


/* UI__blockqoute start*/

.UI__qoute {
    max-width: 825px;
}

.UI__blockqoute {
    padding: 19px 9px 17px 9px;
    border-left: 8px solid #a6031e;
    margin-top: 24px;
}

.UI__blockqoute-text {
    font-style: italic;
    color: #c0995d;
}

.UI__blockqoute-author {
    text-align: right;
    font-style: italic;
    color: #c0995d;
    margin: 0;
}


/* UI__blockqoute end */


/* UI__demo start */

.UI__demo-info {
    margin: 36px 32.5px 0 32.5px;
    max-width: 760px;
}

.UI__demo-img {
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.47);
}

.UI__demo-text {
    text-align: center;
    color: #000000;
    font-style: italic;
    margin: 0;
    margin-top: 42px;
}


/* UI_demo end */


/* UI__text start */

.UI__container-text {
    max-width: 825px;
}

.UI__text {
    padding: 32px 22px;
    color: #000000;
    margin-top: 37px;
}

@media screen and (max-width: 768px) {
    .UI__text {
        text-align: center;
    }
}


/* UI__text end */


/* UI__price-info start*/

.UI__price--fix {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    .UI__price--fix {
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .UI__price--fix {
        padding: 0;
    }
}

.UI__price-info {
    margin-top: 42px;
}

.UI__cell {
    background-color: #a6031e;
    padding: 15px 25px;
    overflow: hidden;
}

.UI__cell-title {
    color: #ffffff;
    float: left;
    margin: 0;
}

.UI__cell-price {
    color: #ffffff;
    float: right;
    margin: 0;
}

.UI__price-info-cell {
    padding: 15px 25px;
    overflow: hidden;
}

.UI__price-info-title {
    float: left;
    margin: 0;
    color: #000000;
}

.UI__price-info-price {
    float: right;
    margin: 0;
    color: #000000;
}


/* UI__price-info end */


/* UI__form start */

.UI__form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5d5d5d;
}

.UI__form-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5d5d5d;
}

.UI__form-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5d5d5d;
}

.UI__form-textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5d5d5d;
}

.UI__form-textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5d5d5d;
}

.UI__form-textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5d5d5d;
}

.UI__form {
    margin: 48px auto 0 auto;
    max-width: 835px;
}

.UI__form--fix {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    .UI__form--fix {
        padding-left: 15px;
    }
}

.UI__form-input {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border: none;
    height: 45px;
    padding: 0 15px;
    color: #5d5d5d;
    outline: none;
}

.UI__form-item {
    padding: 0 5px;
}

.UI__form-textarea-item {
    padding: 0 5px;
}

@media screen and (max-width: 992px) {
    .UI__form-item {
        /* padding: 0 80px; */
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .UI__form-item:last-child {
        margin: 0;
    }
    .UI__form-input {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .UI__form-textarea {
        max-width: 500px;
    }
    .UI__form-textarea-item {
        padding: 0;
        text-align: center;
    }
    .UI__form--fix {
        padding: 0;
    }
}

.UI__form-textarea {
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 17px 15px;
    color: #5d5d5d;
    height: 115px;
    resize: none;
    margin-top: 20px;
    outline: none;
}

.UI__form-input:focus,
.UI__form-textarea:focus {
    border: 2px solid #545453;
    background-color: #ffffff;
    border-radius: 6px;
    outline: none;
}


/* UI__form end */


/* _UI (a) end */


/* _UI (b) start*/


/* _UI-visual-type-b start */

.side-col.UI-visual-type-b {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    float: right;
    width: 295px;
    padding: 15px 15px;
}

.main-col.UI-visual-type-b {
    float: left;
    width: calc(100% - 295px);
}

@media screen and (max-width: 768px) {
    .side-col.UI-visual-type-b {
        position: initial;
        float: none;
        width: 100%;
        max-width: 300px;
    }
    .main-col.UI-visual-type-b {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .main-col.UI-visual-type-b {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b-title {
        line-height: 41px !important;
        padding: 0 15px;
        font-size: 30px !important;
    }
}

.UI-visual-type-b {
    margin-bottom: 33px;
}

.UI-visual-type-b>ul {
    list-style: none;
    line-height: 18px;
}

.UI-visual-type-b>ul>li {
    margin-bottom: 20px;
}

.UI-visual-type-b>ul>li:last-child {
    margin: 0;
}

.UI-visual-type-b.title {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    line-height: 18px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b.title {
        text-align: center;
    }
}

#fullProductView .UI-visual-type-b li.active a {
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #545453;
    text-decoration: none;
    border-bottom: none !important;
}

.col-xs-12#fullProductView {
    position: relative;
}

.UI-visual-type-b .UI__text {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .UI-visual-type-b .UI__text {
        text-align: center;
    }
}

.UI-visual-type-b .UI__container-text {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__container-text {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__demo-info {
    margin-top: 62px;
    max-width: initial;
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo-info {
        margin-top: 30px;
    }
}

.UI-visual-type-b .UI__demo {
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__demo-img {
    margin: 0 auto;
}

.UI-visual-type-b .UI__demo-text {
    margin-top: 78px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__demo-text {
        margin-top: 30px;
    }
}

.UI-visual-type-b .UI__description {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__description {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__qoute {
    max-width: initial;
    width: 100%;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .UI-visual-type-b .UI__qoute {
        padding: 0 15px;
    }
}

.UI-visual-type-b .UI__blockqoute {
    margin-bottom: 24px;
}

.main-col .row:nth-child(5) .UI__description-info {
    margin: 0;
}


/* _UI-visual-type-b end */


/* _UI (b) end */


/* _zakaz_paid start */

.main-title.zakaz-paid {
    margin: 0;
}

.zakaz-paid.UI__unordered-list {
    margin-bottom: 280px;
}

.zakaz-paid__attention {
    margin-top: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    p.zakaz-paid {
        text-align: center;
    }
    .zakaz-paid.UI__unordered-list {
        margin-bottom: 80px;
    }
    .zakaz-paid__attention {
        margin-top: 25px;
        text-align: center;
    }
}


/* _zakaz_paid end */

.table_chess * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.table_chess {
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    line-height: 17px;
    border-spacing: 1px;
    border: solid 1px #a6031e;
    border-collapse: inherit;
}

.table_chess .width_coll {
    width: auto;
}

.table_chess .w-l {
    width: 28px important;
}

.table_chess a {
    text-decoration: none;
    color: #666666;
    padding: 0 5px;
}

.table_chess .bg-grey {
    background: #efece5;
}

.table_chess thead {
    background: #a6031e;
}

.table_chess tr:hover td {
    background: #CACACA;
}

.table_chess thead tr:hover td {
    background: #fff;
}

.table_chess th {
    width: 39px;
    height: 39px;
    font-size: 11px;
    color: #fff;
    background: #a6031e;
    line-height: 12px;
    text-align: center;
    padding: 4px;
}

.table_chess td.grey_sqare {
    background-color: #444443 !important;
}

.table_chess td {
    font-size: 11px;
    color: #666666;
    line-height: 12px;
    text-align: center;
    min-width: 12px;
    padding: 4px;
}

.table_chess td.red {
    font-weight: 700;
    color: #a6031e;
}

.table_chess td.green {
    font-weight: 700;
    color: #009900;
}

.table_chess p {
    font-size: 11px;
    font-weight: bold;
    color: #009900;
    line-height: 12px;
    margin: 9.5px 0;
    padding: 0;
}

.table_chess p.tb-red,
.table_chess td.tb-red {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #a6031e;
    line-height: 12px;
}

.table_chess p.tb-blue,
.table_chess td.tb-blue {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000099;
    line-height: 12px;
}

.bx-newslist a {
    color: #222029;
}

.bx-newslist a:hover {
    color: #d2011f;
}

.slide_shess img {
    box-shadow: none;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 350px;
    height: 240px;
}

.bx-newsdetail-slider.slide_shess {
    padding-bottom: 240px;
}

.bx-newsdetail-slider.slide_shess .bx-newsdetail-slider-slide {
    max-height: 240px;
    display: block;
}

.bx-searchform .bx-input-group-btn button {
    padding: 6px 12px;
}

.bx-searchform .bx-input-group-btn button:hover {
    background: #a6031e;
}

.user_img {
    box-shadow: none !important;
}

.bx-newslist-other {
    color: #a4a4a4;
    font-size: 13px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.bx-newslist-other a {
    color: #666;
}

.bx-newslist-other a:hover {
    color: #666;
}

.no-gutters .col-md-3,
.no-gutters .col-md-9 {
    padding: 0;
}

.bx-newslist .bx-newslist-container:nth-child(3n+1) {
    clear: inherit;
}

.side-col.UI-visual-type-b {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.main-col.UI-visual-type-b {
    width: 100%;
}

.UI__text {
    margin-top: 0;
}

.table_chess tr td:nth-child(n+3) {
    /*width: 39px;*/
    height: 39px;
}

.td100 {
    width: 100px !important;
}

.td140 {
    width: 140px !important;
}

.td150 {
    width: 150px !important;
}

.td200 {
    width: 200px !important;
}

.td300 {
    width: 300px !important;
}

.td190 {
    width: 190px !important;
}

.table_chess tr th:first-child {
    /*width: 28px !important;*/
}

.css-adaptive {
    display: block;
    max-width: 100%;
    height: auto;
}