*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
input:focus,
button,
button:focus {
    outline: 0;
}

a,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.news1 {
    padding: 11px 8px;
}

.news1::after {
    content: '';
    display: table;
    clear: both;
}

.news1__imgwrap {
    display: inline-block;
    float: left;
    width: 60px;
}

.news1__img {
    width: 100%;
}

.news1__title {
    margin-left: 70px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
}

.news1__title:hover {
    color: #219d60;
}

.news2::after {
    content: '';
    display: table;
    clear: both;
}

.news2__imgwrap {
    display: block;
    width: 96px;
    margin-right: 10px;
    float: left;
}

.news2__img {
    width: 100%;
}

.news2__desc {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-left: 105px;
    margin-bottom: 0;
}

.news3::after {
    content: '';
    display: table;
    clear: both;
}

.news3__imgwrap {
    display: block;
    float: left;
    width: 125px;
}

.news3__img {
    width: 100%;
}

.news3__info {
    margin-left: 135px;
}

.news3__title {
    font-size: 14px;
    font-weight: bold;
    color: #219d60;
    margin-top: -2px;
    margin-bottom: 7px;
}

.news3__desc {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 0;
}

.news4::after {
    content: '';
    display: table;
    clear: both;
}

.news4__imgwrap {
    display: block;
    width: 66px;
    float: left;
}

.news4__img {
    width: 100%;
}

.news4__title {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-left: 76px;
    margin-bottom: 0;
    position: relative;
    top: -4px;
}

.news4__title:hover {
    color: #219d60;
}

.product-slider {
    position: relative;
}

.product-slider__slider {
    border-right: 1px solid #ebebeb;
}

.product-slider__slide {
    border: 1px solid #ebebeb;
    margin-right: -1px;
}

.product-slider__prev,
.product-slider__next {
    display: block;
    position: absolute;
    z-index: 10;
    left: -25px;
    top: 50%;
    margin-top: -12px;
}

.product-slider__next {
    left: auto;
    right: -25px;
}

.product-slider__chevron {
    height: 24px;
    width: auto;
}

@media (max-width: 767px) {
    .product-slider__prev {
        left: -5px;
    }

    .product-slider__next {
        right: -5px;
    }
}

.partner {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.partner__title {
    width: 200px;
    float: left;
    margin: 24px 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #ed1c24;
}

.partner__wrap {
    margin-left: 200px;
    position: relative;
}

.partner-list__item {
    padding: 0 15px;
}

.partner-list__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0 5px;
}

.partner-list__icon.partner-list__icon.partner-list__icon {
    height: 50px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .partner__wrap {
        margin: 64px 0 0 0;
    }
}

.widgets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 3px solid #219d60;
    position: relative;
    padding-top: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widgets::before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    left: 0;
    top: -5px;
}

.widgets__left {
    -ms-flex: 1;
    flex: 1;
}

.widgets__right {
    width: 290px;
}

.widgets__title {
    color: #ed1c24;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

.widgets__list {
    margin-bottom: 30px;
}

.widgets__link {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.widgets__link:hover {
    color: #219d60;
}

.widgets__video {
    width: 100%;
    margin-bottom: 12px;
}

.widgets__subscribe {
    display: inline-block;
    height: 16px;
    padding-left: 10px;
    position: relative;
    top: -4px;
}

.widgets__subscribe-img {
    height: 100%;
}

@media (max-width: 1199px) {
    .widgets__left {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
}

.payments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 30px;
}

.payments__item {
    width: 50%;
    margin-bottom: 13px;
}

.payments__link {
    display: inline-block;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.payments__icon {
    height: 100%;
    border-radius: 5px;
}

.title-bar {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.title-bar::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #219d60;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.title-bar__title {
    margin-right: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #219d60;
    color: #ffffff;
    position: relative;
}

.title-bar__title::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 19px solid;
    border-top: 19px solid transparent;
    border-bottom: 19px solid #219d60;
    border-left: 32px solid #219d60;
    border-right: 32px solid transparent;
    position: absolute;
    left: 100%;
    bottom: 0;
}

.title-bar__list {
    display: -ms-flexbox;
    display: flex;
    margin-right: 56px;
    margin-top: 11px;
}

.title-bar__list-item {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.title-bar__list-item + .title-bar__list-item {
    margin-left: 35px;
}

.title-bar__list-link:hover {
    text-decoration: underline;
    color: #219d60;
}

.title-bar__viewall {
    display: inline-block;
    color: #ed1c24;
    font-size: 14px;
    margin-top: 11px;
}

.title-bar__viewall:hover {
    text-decoration: underline;
    color: #ed1c24;
}

@media (max-width: 1199px) {
    .title-bar__list {
        display: none;
    }
}

@media (max-width: 575px) {
    .title-bar__viewall {
        display: none;
    }
    .sapo_index{
        font-size: 12px;
    }
}

.product-section {
    margin-bottom: 24px;
}

.product-section__bannerlink {
    display: block;
    width: 253px;
    float: left;
    position: relative;
}

.product-section__banner {
    width: 100%;
    min-height: 635px;
}

.product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 266px;
    position: relative;
    top: 1px;
    border: 1px solid #ebebeb;
    border-right: none;
    border-bottom: none;
}

.product-list__item {
    width: 25%;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
}

@media (max-width: 1199px) {
    .product-section__banner {
        display: none;
    }

    .product-list {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .product-list__item {
        width: 33.3334%;
    }
}

@media (max-width: 767px) {
    .product-list__item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .product-list__item {
        /*width: 100%;*/
    }

    .f-link {
        display: none !important;
    }
}

.product1 {
    text-align: center;
    padding: 10px 20px;
    background-color: #ffffff;
    position: relative;
}

.product1__new {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 0 9px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #0b72b6;
    position: absolute;
    left: 8px;
    top: 9px;
}

.product1__sale {
    display: inline-block;
    width: 50px;
    height: auto;
    position: absolute;
    right: 21px;
    top: 9px;
}

.product1__saleicon {
    width: 100%;
}

.product1__imgwrap {
    display: block;
    margin-bottom: 15px;
}

.product1__img {
    width: 100%;
    /*max-height: 140px;*/
    /*min-height: 140px;*/
}

.product1__name {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
    min-height: 47px;
}

.product1__name:hover {
    color: #219d60;
}

.product1__price {
    font-size: 19px;
    font-weight: bold;
    line-height: 21px;
    color: #d20c2d;
    margin-bottom: 41px;
}

.product1__oldprice {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 33px;
}

.product1__moreinfo {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #d20c2d;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-bottom: 8px;
}

.product2 {
    text-align: center;
    padding: 8px 8px;
    background-color: #ffffff;
    position: relative;
}

.product2__imgwrap {
    display: block;
    margin-bottom: 15px;
}

.product2__img {
    width: 100%;
    /*max-height: 130px;*/
}

.product2__name {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
    min-height: 49px;
}

.product2__name:hover {
    color: #219d60;
}

.product2__price {
    font-size: 19px;
    font-weight: bold;
    line-height: 21px;
    color: #d20c2d;
    margin-bottom: 75px;
}

.product2__oldprice {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 60px;
}

.product2__moreinfo {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #d20c2d;
    position: absolute;
    left: 0;
    bottom: 0px;
    margin-bottom: 33px;
}

li.pd-product-list__item {
    position: relative;
}

.product3 {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 19px;
}

.product3__imgwrap {
    display: inline-block;
    width: 96px;
    float: left;
}

.product3__img {
    width: 100%;
}

.product3__info {
    margin-left: 116px;
}

.product3__name {
    font-weight: 500;
    color: #333333;
    margin-top: -4px;
    margin-bottom: 0;
}

.product3__name:hover {
    color: #219d60;
}

.product3__price {
    font-weight: 600;
    color: #ed1c24;
    margin-bottom: 0;
}

.product3__size {
    color: #666666;
    margin-bottom: 0;
}

.product3__compare {
    color: #219d60;
    margin-bottom: -5px;
}

.product3__compare:hover {
    color: #219d60;
}

.product4 {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 21px;
}

.product4__imgwrap {
    display: inline-block;
    width: 96px;
    float: left;
}

.product4__img {
    width: 100%;
}

.product4__info {
    margin-left: 116px;
}

.product4__name {
    font-weight: 500;
    color: #333333;
    margin-top: -4px;
    margin-bottom: 0;
}

.product4__name:hover {
    color: #219d60;
}

.product4__price {
    font-weight: 600;
    color: #ed1c24;
    margin-bottom: 0;
}

.product4__oldprice {
    color: #333333;
    margin-bottom: 0;
}

.product4__compare {
    color: #219d60;
    margin-bottom: -5px;
}

.product4__compare:hover {
    color: #219d60;
}

.product5 {
    font-size: 14px;
    line-height: 21px;
}

.product5__imgwrap {
    display: block;
    width: 96px;
    float: left;
}

.product5__img {
    width: 100%;
}

.product5__info {
    margin-left: 105px;
}

.product5__name {
    line-height: 21px;
    color: #333333;
    padding-top: 5px;
    margin-bottom: 0;
}

.product5__name:hover {
    color: #219d60;
}

.product5__price {
    margin-bottom: 0;
    line-height: 21px;
    color: #ed1c24;
}

.product5__detail,
.product5__detail:hover {
    color: #219d60;
    text-decoration: underline;
}

.product-sale {
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 0 0;
    line-height: 20px;
    background-color: #CA0000;
    position: absolute;
    z-index: 80;
    top: 8px;
    right: 8px;
}

.product-sale__small {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFCDCD;
    line-height: 10px;
}

.product-sale::after {
    content: '';
    display: inline-block;
    border-width: 8px 25px;
    border-style: solid;
    border-color: #CA0000 transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

.home-tabs {
    margin-bottom: 24px;
}

.home-tabs__tab-list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.home-tabs__tab-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #219d60;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.home-tabs__tab {
    color: #ffffff;
    position: relative;
}

.home-tabs__tab.active {
    background-color: inherit;
}

.home-tabs__tab:first-child {
    padding: 0 32px 0 18px;
    background-color: #219d60;
}

.home-tabs__tab:first-child::before {
    content: '';
    border-top: 9px solid transparent;
    border-bottom: 9px solid #219d60;
    border-left: 16px solid #219d60;
    border-right: 16px solid transparent;
    position: absolute;
    z-index: 10;
    left: 100%;
    bottom: 0;
}

.home-tabs__tab:first-child::after {
    content: '';
    border-top: 10px solid #ed1c24;
    border-bottom: 10px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid #ed1c24;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

.home-tabs__tab:last-child {
    padding: 0 6px 0 32px;
    background-color: #ed1c24;
}

.home-tabs__tab:last-child::after {
    content: '';
    border-top: 19px solid transparent;
    border-bottom: 19px solid #ed1c24;
    border-left: 32px solid #ed1c24;
    border-right: 32px solid transparent;
    position: absolute;
    z-index: 10;
    left: 100%;
    bottom: 0;
}

.home-tabs__tab-link {
    display: block;
    font-size: 14px;
    line-height: 38px;
}

.home-tabs .home-tabs__tab-link {
    border-radius: 0;
    padding: 0;
}

.home-tabs .home-tabs__tab-link.active {
    background-color: inherit;
}

.home-tabs__text:last-child {
    display: none;
}

@media (max-width: 575px) {
    .home-tabs__text:first-child {
        display: none;
    }

    .home-tabs__text:last-child {
        display: inline;
    }
}

.quick-link {
    position: fixed;
    top: 102px;
    right: 10px;
}

.quick-link__item {
    margin-bottom: 19px;
}

.quick-link__link {
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #087cee;
}

.quick-link__img {
    max-width: 100%;
    max-height: 100%;
}

.path {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 18px 0;
}

.path__item {
    font-size: 14px;
    color: #999999;
}

.path__item + .path__item {
    padding-left: 9px;
}

.path__item + .path__item:before {
    content: '>';
    display: inline-block;
    padding-right: 4px;
}

.panel1 {
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.panel1__title {
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    color: #ed1c24;
    padding: 11px 14px 7px;
    margin-bottom: 0;
    background: url("../images/panel-title-bg.png") no-repeat;
    background-size: cover;
}

.panel2__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 2px;
    margin-bottom: 0;
}

.panel2__title::after {
    content: '';
    width: 161px;
    height: 3px;
    background-color: #219d60;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.panel3 {
    margin-bottom: 30px;
}

.panel3__title {
    background-color: #219d60;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    padding: 13px 0 11px;
}

.panel3__title.b-radius {
    border-radius: 4px 4px 0 0;
}

.panel3__content {
    border: 1px solid #f0f0f0;
    border-top: 0;
}

.news-group {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 31px;
}

.news-group__title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.news-group__text-title {
    display: inline-block;
    min-width: 220px;
    padding: 14px 10px 8px;
    text-align: center;
    background-color: #219d60;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 4px;
    position: relative;
}

.news-group__text-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    border-top: 20px solid transparent;
    border-bottom: 23px solid #219d60;
    border-left: 20px solid #219d60;
    border-right: 20px solid transparent;
}

.news-group__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 15px;
}

.news-group__imgwrap {
    display: block;
    width: 408px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    margin-right: 38px;
    position: relative;
}

.news-group__img {
    width: 100%;
}

.news-group__desc {
    width: calc(100% - 2px);
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 8px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 1px;
    left: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-group__list {
    -ms-flex: 1;
    flex: 1;
}

.news-group__item + .news-group__item {
    border-top: 1px dashed #f0f0f0;
    padding-top: 12px;
    margin-top: 12px;
}

@media (max-width: 1199px) {
    .news-group__imgwrap {
        width: 100%;
        margin-right: 0;
    }
}

.top-page {
    background-color: #ed1c24;
    padding: 8px 0;
    color: #ffffff;
}

.top-page__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.top-nav {
    margin-right: auto;
}

.top-nav__text {
    display: none;
}

.top-nav__list {
    display: -ms-flexbox;
    display: flex;
}

.top-nav__item {
    margin-left: 28px;
}

.top-nav__link {
    font-size: 14px;
    color: #ffffff;
}

.top-nav__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.top-info {
    margin-right: 10px;
}

.top-info__img {
    margin-right: 7px;
    height: 20px;
}

.top-links__item {
    font-weight: bold;
}

.main-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.logo {
    display: block;
    height: 72px;
    margin: 15px 0 15px;
}

.logo__img {
    height: 100%;
}

.header-contact {
    margin: 15px 200px 0 auto;
}

.header-contact__item {
    font-size: 14px;
    color: #ed1c24;
    margin-bottom: 6px;
}

.header-contact__bold {
    font-weight: bold;
}

.main-nav {
    background-color: #219d60;
    height: 38px;
}

.main-nav__inner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.search {
    width: 440px;
    position: absolute;
    z-index: 100;
    left: 310px;
    top: -70px;
}

.search__group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
}

.search__input {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 0;
    width: 10px;
    border: 1px solid #ed1c24;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    padding: 0 7px;
}

.search__btn {
    display: -ms-flexbox;
    display: flex;
    width: 37px;
    height: 33px;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    border: 0;
    background-color: #ed1c24;
    cursor: pointer;
}

.search__desc {
    font-size: 14px;
    color: #ed1c24;
    margin-bottom: 0;
}

.search__bold {
    font-weight: bold;
}

.header-btn-wrap {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -90px;
}

.header-btn {
    display: -ms-flexbox;
    display: flex;
    width: 123px;
    height: 33px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ed1c24;
    color: #ffffff;
    border-radius: 5px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.header-btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.header-btn:first-child {
    margin-bottom: 11px;
}

.header-btn__icon {
    height: 24px;
    margin-right: 5px;
}

.header-btn__text {
    margin-right: 3px;
}

.header-btn__cart {
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ed1c24;
}

.menu-btn {
    min-width: 256px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);
}

.menu-btn__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    color: #ffffff;
}

.menu-btn__icon {
    font-size: 24px;
    margin: 0 22px 0 19px;
}

.menu-btn__text {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-wrap {
    display: none;
    width: 256px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.home-menu {
    display: block;
}

.menu {
    padding: 10px 0 15px 0;
    background: #219d60;
}

.menu__item {
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 7px 9px 7px 7px;
    //position: relative;
    border-top: 1px solid #3A4688;
}

.menu__item--0 {
    border-top: none;
}

.menu__item img {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 25px;
}

.menu__item:hover .menu__link {
    color: #fff;
}

.menu__item.carret::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: auto;
    color: #fff;
}

.menu__link {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-left: 13px;
}

/*.menu__link:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: -16px;
    top: 8px;
}*/

.menu__link:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .menu-btn:hover .menu-wrap {
        display: block;
    }
}

.menu-dropdown {
    display: none;
    width: 720px;
    height: 500px;
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    position: absolute;
    left: 100%;
    top: 0;
}

.menu__item:hover > .menu-dropdown {
    display: block;
}

.submenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 12px 11px;
}

.submenu__item {
    width: 50%;
    padding: 0 18px;
}

.submenu__item__3 {
    width: 33.33333%;
    padding: 0 18px;
}

.submenu__item__1 {
    width: 100%;
    padding: 0 18px;
}

.submenu__link {
    font-size: 15px;
    line-height: 35px;
    color: #333333;
}

.submenu__link:hover {
    text-decoration: underline;
}

.nav-intro {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
}

.nav-intro__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    height: 38px;
}

.nav-intro__item:last-child {
    background-color: #ed1c24;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.nav-intro__item:last-child::before {
    content: '';
    display: inline-block;
    border: 12px solid transparent;
    border-color: #ed1c24 #ed1c24 transparent transparent;
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 0;
}

.nav-intro__item:last-child::after {
    content: '';
    display: inline-block;
    border: 12px solid transparent;
    border-color: transparent transparent #219d60 #219d60;
    position: absolute;
    z-index: 2;
    left: -10px;
    bottom: 0;
}

.nav-intro__icon {
    height: 20px !important;
    width: auto;
    margin: 0 12px 0 5px;

}

.nav-intro__text {
    font-size: 14px;
    line-height: 38px;
    color: #ffff13;
}

@media (max-width: 1199px) {
    .top-nav {
        position: relative;
    }

    .top-nav__text {
        display: inline-block;
    }

    .top-nav__text::after {
        content: '\f0d7';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 14px;
        padding-left: 4px;
    }

    .top-nav__list {
        display: none;
        min-width: 120px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        z-index: 101;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 4px 0;
    }

    .top-nav:hover > .top-nav__list {
        display: -ms-flexbox;
        display: flex;
    }

    .top-nav__item {
        width: 100%;
        margin-left: 0;
        padding: 4px 10px;
    }

    .top-nav__link,
    .top-nav__link:hover {
        color: #333333;
    }

    .header-contact {
        margin-right: 0;
    }

    .header-btn-wrap {
        position: static;
        margin-top: 3px;
    }

    .header-btn:first-child {
        margin-bottom: 0;
    }

    .header-btn:last-child {
        display: none;
    }

    .search {
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-width: 440px;
        position: static;
        margin-top: 3px;
        margin-left: auto;
        padding: 0 10px;
    }

    .search__group {
        margin-bottom: 0;
    }

    .search__desc {
        display: none;
    }

    .nav-intro {
        display: none;
    }

    .home-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-links {
        display: none;
    }

    .top-info.email {
        display: none;
    }

    .top-info.phone {
        margin-right: 0;
    }

    .menu-btn {
        min-width: 0;
    }

    .menu-btn__icon {
        margin: 0 12px;
    }

    .menu-btn__text {
        display: none;
    }

    .menu-wrap,
    .menu-dropdown {
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 102;
        top: 0;
        left: -100vw;
        background-color: transparent;
        transition: left 0s .3s, background-color .3s;
    }

    .menu, .submenu {
        width: 256px;
        height: 100vh;
        background-color: #ffffff;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        left: -256px;
        transition: left .3s;
    }

    .menu {
        background: #219d60;
    }

    .menu-wrap.active {
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: left 0s, background-color .3s;
    }

    .menu-wrap.active .menu {
        left: 0;
    }

    .submenu__item {
        width: 100%;
    }

    .menu-dropdown.active {
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: left 0s, background-color .3s;
    }

    .menu-dropdown.active .submenu {
        left: 0;
    }
}

@media (max-width: 575px) {
    .logo {
        margin: 20px auto 10px;
    }

    .header-contact {
        display: none;
    }

    .header-btn {
        width: 40px;
        position: relative;
    }

    .header-btn__text {
        display: none;
    }

    .header-btn__cart {
        position: absolute;
        right: -4px;
        top: -4px;
    }
}

.footer {
    background-color: #f3f4f8;
}

.footer__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
    margin: 26px 0 22px;
}

.footer__text {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 0;
}

.footer__text2 {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 0;
}

.footer__direct {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    color: #ed1c24;
    line-height: 25px;
}

.footer__direct:hover {
    color: #219d60;
}

.footer__connect {
    display: block;
}

.footer__connect-img {
    width: 100%;
    margin-bottom: 14px;
}

.ft-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.ft-contact__block {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    padding-right: 10px;
    max-width: 100%;
    position: relative;
}

.ft-contact__block p{
    margin-bottom: 0;
}
.ft-contact__block:last-child {
    padding-right: 0;
}

@media (max-width: 1199px) {
    .ft-contact__block {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding-right: 0;
    }
}

.ft-contact2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ft-contact2__block {
    max-width: 100%;
    position: relative;
}

.ft-contact2__block:first-child {
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
}

.ft-contact2__block:nth-child(2) {
    -ms-flex: 1;
    flex: 1;
    padding-right: 33px;
}

@media (max-width: 991px) {
    .ft-contact2__block:nth-child(2) {
        padding-right: 0;
    }
}

.ft-contact2__block:last-child {
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
}

@media (max-width: 1199px) {
    .ft-contact2__block ~ .ft-contact2__block {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding-right: 0;
    }
}

.footer-social {
    display: -ms-flexbox;
    display: flex;
}

.footer-social__item {
    margin-right: 15px;
}

.footer-social__item:last-child {
    margin-right: 0;
}

.footer-social__link {
    display: block;
    width: 36px;
    height: 36px;
}

.footer-social__icon {
    width: 100%;
    border-radius: 3px;
}

.footer-logo {
    display: inline-block;
    width: 282px;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.footer-logo__img {
    width: 100%;
    max-width: 200px !important;
}

@media (max-width: 1199px) {
    .footer-logo {
        width: auto;
        height: 72px;
    }

    .footer-logo__img {
        width: auto;
        height: 100%;
    }
}

.footer-hotline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    padding-left: 31px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #219d60;
}

.footer-hotline__iconwrap {
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #219d60;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.footer-hotline__icon {
    height: 18px;
}

.footer-certify {
    width: 190px;
    margin-left: 46px;
    margin-bottom: 15px;
}

.footer-certify__img {
    width: 100%;
}

.footer-registration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0 30px;
}

.footer-registration__text {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-right: 13px;
}

.footer-registration__group {
    display: -ms-flexbox;
    display: flex;
}

.footer-registration__input {
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #219d60;
    border-radius: 5px;
    margin-right: 2px;
    padding: 5px 7px 4px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    min-width: 0;
}

.footer-registration__btn {
    border-radius: 5px;
    border: 0;
    background-color: #219d60;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 12px 4px;
}

.footer-map {
    width: 100%;
    height: 204px;
}

.copyright {
    background-color: #219d60;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 0;
}

.copyright span {
    max-width: 85%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .footer-hotline {
        padding-left: 0;
    }

    .footer-certify {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1366px) {
    .copyright span {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
}

.home-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 24px;
}

.home-main__center {
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px 0 266px;
    overflow: hidden;
}

.home-main__aside {
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    position: relative;
}

@media (max-width: 1199px) {
    .home-main__center {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 991px) {
    .home-main__center {
        margin: 0 0 30px;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .home-main__aside {
        display: none;
    }
}

.home-slider-wrap {
    position: relative;
}

.home-slider {
    position: relative;
}

.home-slider__slide {
    position: relative;
}

.home-slider__intro {
    position: absolute;
    z-index: 10;
    bottom: 68px;
    left: 0;
}

.home-slider__text {
    font-size: 20px;
    color: #333333;
    margin-left: 61px;
    margin-bottom: 13px;
}

.home-slider__text:last-child {
    margin-bottom: 0;
}

.home-slider__highlight {
    display: inline-block;
    color: #ffffff;
    padding: 0 7px;
    position: relative;
    z-index: 1;
}

.home-slider__highlight::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #0b72b6;
    opacity: .8;
}

.home-slider .owl-dots {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.home-slider .owl-dot {
    padding: 0 4px;
}

.home-slider .owl-dot span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
}

.home-slider .owl-dot.active span {
    background-color: #219d60;
}

.home-slider__prev,
.home-slider__next {
    display: inline-block;
    height: 24px;
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 18px;
    margin-top: -12px;
}

.home-slider__next {
    left: auto;
    right: 18px;
}

.home-news {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-news__title {
    background-color: #ed1c24;
    color: #ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 0;
}

.home-news__list {
    border: 1px solid #ebebeb;
    border-top: 0;
    flex: 1;
    overflow-y: auto;
}

.home-info {
    border: 1px solid #ebebeb;
}

.home-info__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 81px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.home-info__item::after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background-color: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

.home-info__link {
    display: block;
    text-align: center;
    padding: 30px;
}

.home-info__link:hover {
    color: #219d60;
}

@media (max-width: 767px) {
    .home-slider__intro {
        bottom: 30px;
    }

    .home-slider__text {
        font-size: 12px;
        margin-left: 20px;
    }
}

@media (max-width: 575px) {
    .home-slider__intro {
        bottom: 30px;
    }

    .home-slider__text {
        font-size: 12px;
        margin-left: 20px;
    }
}

.pd-section2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pd-section2__content {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-right: 30px;
}

.pd-section2__aside {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .pd-section2__content {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.pd-social-share {
    width: 100%;
    margin-bottom: 20px;
}

.pd-btns::after {
    content: '';
    display: table;
    clear: both;
}

.pd-btns__btn {
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 30px;
    float: left;
    -ms-flex-align: center;
    align-items: center;
    background-color: #219d60;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 4px;
    margin-right: 20px;
}

.pd-btns__btn:hover {
    color: white;
}

.pd-btns__btn:last-child {
    margin-right: 0;
}

.pd-btns__icon {
    width: auto;
    height: 21px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pd-btns__btn {
        margin-bottom: 20px;
    }
}

.pd-bigbtns__btn {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 47px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #219d60;
    color: #ffffff;
}

.pd-bigbtns__btn:hover {
    color: #ffffff;
}

.pd-bigbtns__btn.red {
    background-color: #ed1c24;
}

.pd-bigbtns__btn + .pd-bigbtns__btn {
    margin-top: 10px;
}

.pd-bigbtns__text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.pd-bigbtns__text.carret::after {
    content: '\f0d7';
    display: inline-block;
    padding-left: 13px;
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #ffffff;
}

.pd-bigbtns__smalltext {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -5px;
}

.pd-price {
    position: relative;
    padding: 7px 0 0;
}

.pd-price__label {
    display: inline-block;
    min-width: 68px;
    font-size: 15px;
    color: #333333;
}

.pd-price__price {
    display: inline-table;
    font-size: 24px;
    font-weight: bold;
    color: #ed1c24;
    line-height: 100%;
}

.pd-price__price p {
    margin: 0;
}

.pd-price__oldprice {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.pd-price__vat {
    width: 107px;
    font-size: 12px;
    font-weight: bold;
    color: #ed1c24;
    position: absolute;
    right: 0;
    top: 5px;
}

@media (max-width: 767px) {
    .pd-price__vat {
        width: 70px;
        font-size: 12px;
        top: -15px;
    }
}

.pd-sale-info {
    padding: 0 9px 0;
    margin: 10px 0 19px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.pd-commitments {
    padding: 6px 19px 12px;
}

.pd-commitments__item {
    font-size: 14px;
    line-height: 33px;
    padding-left: 40px;
    color: #333333;
    position: relative;
}

.pd-commitments__icon {
    height: 20px;
    width: auto;
    position: absolute;
    left: 0;
    top: 6px;
}

.pd-info {
    margin: 10px 0 9px;
}

.pd-info__row {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 2px;
}

.pd-info__row + .pd-info__row {
    border-top: 1px solid #ebebeb;
}

.pd-info__col {
    display: block;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.pd-info__col:first-child {
    position: relative;
}

.pd-info__col:first-child::before {
    content: '\f054';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #219d60;
    padding: 0 9px 1px 0;
}

.pd-info__col:last-child {
    font-weight: 600;
}

.pd-info__col:last-child.red {
    color: red;
}

.pd-contact {
    margin-top: 11px;
}

.pd-contact__row {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #219d60;
    border-radius: 5px;
    padding: 4px 0;
}

.pd-contact__row + .pd-contact__row {
    margin-top: 10px;
}

.pd-contact__col {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.pd-contact__col:first-child {
    width: 148px;
    padding-left: 12px;
}

.pd-contact__col:last-child {
    color: #219d60;
    font-weight: 600;
}

.digital-info__item {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 8px;
}

.digital-info__item:nth-child(odd) {
    background-color: #ebebeb;
}

.digital-info-link {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #219d60;
    border: 1px solid #219d60;
    border-radius: 4px;
    text-align: center;
    padding: 10px 0 7px;
    margin: -22px 0 25px;
}

.digital-info-link:hover {
    color: #219d60;
}

.pd-product-list {
    padding: 0 10px 0 15px;
}

.pd-product-list__item + .pd-product-list__item {
    border-top: 1px solid #ebebeb;
}

.pd-content {
    padding-top: 9px;
    margin-bottom: 27px;
}

.pd-content__text {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 0;
}

.pd-content__img {
    display: block;
    width: 100%;
    height: auto;
}

.pd-content__videowrap {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.pd-content__videowrap iframe,
.pd-content__videowrap object,
.pd-content__videowrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.respond {
    border: 1px solid #f0f0f0;
    padding: 19px 15px 44px;
    margin-bottom: -15px;
}

.respond__title {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}

.respond-rate {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
}

.respond-rate__text {
    font-size: 14px;
    color: #666666;
    margin-right: 12px;
}

.respond-rate__stars {
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
}

.respond-rate__star {
    color: #666666;
}

.respond-rate__star + .respond-rate__star {
    margin-left: 3px;
}

.respond-rate__notrated {
    display: inline-block;
    padding: 2px 4px 0;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #219d60;
    color: #ffffff;
}

.respond-rate__notrated:hover {
    color: #ffffff;
}

.respond-form__textarea,
.respond-form__input,
.respond-form__btn {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    margin-bottom: 11px;
    padding: 3px 6px 4px;
}

.respond-form__textarea {
    resize: none;
}

.respond-form__btn {
    color: #ffffff;
    background-color: #219d60;
    cursor: pointer;
}

.comment-box {
    border-bottom: 1px solid #ebebeb;
}

.comment {
    margin-bottom: 20px;
}

.comment__user {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 2px;
}

.comment__rate {
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.comment__rate .number1:before {
    content: "\f005\f006\f006\f006\f006";
}

.comment__rate .number2:before {
    content: "\f005\f005\f006\f006\f006";
}

.comment__rate .number3:before {
    content: "\f005\f005\f005\f006\f006";
}

.comment__rate .number4:before {
    content: "\f005\f005\f005\f005\f006";
}

.comment__rate .number5:before {
    content: "\f005\f005\f005\f005\f005";
}

.comment__star {
    font-size: 14px;
    color: #219d60;
}

.comment__text {
    font-size: 14px;
    color: #666666;
    margin-bottom: 2px;
}

.comment__comment,
.comment__like {
    font-size: 14px;
    font-weight: 600;
    color: #219d60;
}

.comment__comment:hover,
.comment__like:hover {
    color: #219d60;
}

.comment__thumbs-up {
    display: inline-block;
    margin-right: 10px;
    color: #666666;
}

.comment__thumbs-up.liked {
    color: #219d60;
}

.comment__date {
    font-size: 14px;
    color: #666666;
}

.comment__like::before,
.comment__date::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #219d60;
    margin: 0 6px;
    position: relative;
    top: -2px;
}

.comment__replybox {
    margin-left: 51px;
}

.reply {
    margin-top: 6px;
}

.reply__user {
    display: inline-block;
    font-size: 12px;
    padding: 0 4px;
    color: #333333;
    margin-bottom: 4px;
}

.reply__user.mod {
    background-color: #f0c50e;
}

.reply__text {
    font-size: 12px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 2px;
}

.reply__comment {
    font-size: 14px;
    font-weight: 600;
    color: #219d60;
}

.reply__comment:hover {
    color: #219d60;
}

.reply__date {
    font-size: 14px;
    color: #666666;
}

.reply__date::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #219d60;
    position: relative;
    top: -2px;
    margin: 0 6px;
}

.pd-section4 {
    margin-bottom: 30px;
}

.nd-section1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nd-section1__aside {
    width: 256px;
    margin-right: 29px;
    padding-top: 20px;
}

.nd-section1__content {
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1199px) {
    .nd-section1__aside {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .nd-section1__aside {
        width: 100%;
        margin-right: 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.nd-post {
    padding: 16px 25px 24px;
    border: 1px solid #dbdcde;
    position: relative;
}

.nd-post__title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 3px;
}

.nd-post__info {
    color: #868686;
    font-size: 12px;
    margin-bottom: 4px;
}

.nd-post__heading {
    font-size: 15px;
    line-height: 24px;
    color: #219d60;
    margin-bottom: 0;
}

.nd-post__text {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
}

.nd-post__text.bold {
    font-weight: bold;
}

.nd-post__imgwrap {
    text-align: center;
}

.nd-post__img {
    width: 500px;
    max-width: 100%;
}

.nd-section2 {
    margin-bottom: 40px;
}

.nd-related-post {
    margin-bottom: 43px;
}

.nd-related-post__title {
    font-size: 18px;
    color: #333333;
    padding-bottom: 14px;
    margin-bottom: 13px;
    position: relative;
}

.nd-related-post__title::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #8e1943;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nd-related-post__list {
    list-style: disc;
    list-style-position: inside;
}

.nd-related-post__link {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.nd-related-post__link:hover {
    color: #219d60;
}

.nd-news-list {
    padding: 10px 10px 24px 10px;
}

.nd-news-list__item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 6px;
    padding-bottom: 11px;
    position: relative;
}

.nd-news-list__item .admin_out_default {
    bottom: 0;
    top: auto;
}

.nd-news-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.nd-connect-with-us {
    display: block;
    padding: 21px 9px;
}

.nd-connect-with-us__img {
    width: 100%;
}

.news-section1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 9px;
}

.news-section1__aside {
    width: 256px;
    margin-right: 30px;
}

.news-section1__content {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

@media (max-width: 767px) {
    .news-section1__aside {
        width: 100%;
        margin-right: 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.news-product-list {
    padding: 0 10px 18px;
}

.news-product-list__item {
    border-bottom: 1px dashed #ebebeb;
    padding: 9px 0 8px;
    position: relative;
}

.news-product-list__item:last-child {
    border-bottom: 0;
}

.news-menu {
    border: 1px solid #ebebeb;
    padding: 0 18px;
    margin-bottom: 25px;
}

.news-menu__title {
    font-size: 15px;
    color: #219d60;
    padding: 6px 0 5px;
    margin: 0;
}

.news-menu__item {
    position: relative;
    padding: 5px 0 4px 19px;
    border-top: 1px solid #f0f0f0;
}

.news-menu__item::before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid #666666;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.news-menu__link {
    font-size: 14px;
    color: #666666;
}

.news-menu__link:hover {
    color: #219d60;
}

.news-connect-us {
    display: block;
    padding: 21px 9px;
}

.news-connect-us__img {
    width: 100%;
}

.news-sidebar-video {
    width: 100%;
    height: 215px;
    padding: 21px 9px;
}

.news-sidebar-video iframe,
.news-sidebar-video object,
.news-sidebar-video embed {
    width: 100%;
    height: 100%;
}

.news-intro {
    margin-bottom: 31px;
}

.news-intro__title {
    font-size: 15px;
    font-weight: bold;
    color: #219d60;
    margin-bottom: 19px;
}

.news-intro__title:hover {
    color: #219d60;
}

.news-intro__group {
    display: -ms-flexbox;
    display: flex;
}

.news-intro__imgwrap {
    display: block;
    width: 425px;
    margin-right: 35px;
}

.news-intro__img {
    width: 100%;
}

.news-intro__list {
    -ms-flex: 1;
    flex: 1;
    padding-top: 2px;
}

.news-intro__item + .news-intro__item {
    border-top: 1px dashed #ebebeb;
    padding-top: 16px;
    margin-top: 14px;
}

@media (max-width: 1199px) {
    .news-intro__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-intro__imgwrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.pl-section1 {
    display: -ms-flexbox;
    display: flex;
}

.pl-section1__left {
    width: calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 19px;
}

.pl-section1__right {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-bottom: 19px;
}

@media (max-width: 1199px) {
    .pl-section1__left {
        width: calc(50% - 8px);
    }
}

@media (max-width: 991px) {
    .pl-section1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pl-section1__left {
        width: 100%;
        margin-right: 0;
    }
}

.pl-slider1__inner,
.pl-slider2__inner {
    border: 1px solid #ebebeb;
}

.pl-slider1__inner img,
.pl-slider2__inner img {
    height: 190px !important;
    max-height: 190px;
}

.pl-slider1__prev,
.pl-slider1__next,
.pl-slider2__prev,
.pl-slider2__next {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    opacity: .8;
    top: 50%;
    margin-top: -15px;
    margin-left: 5px;
}

.pl-slider1__prev:hover,
.pl-slider1__next:hover,
.pl-slider2__prev:hover,
.pl-slider2__next:hover {
    opacity: 1;
}

.pl-slider1__next,
.pl-slider2__next {
    margin-left: 0;
    margin-right: 5px;
}

.pl-slider1__prev-icon,
.pl-slider1__next-icon,
.pl-slider2__prev-icon,
.pl-slider2__next-icon {
    color: #666666;
}

.filter-bar {
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters__item {
    margin-left: 20px;
    position: relative;
}

.filters__link {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    color: #219d60;
}

.filters__link b {
    color: #ed1c24;
}

.filters__select {
    background: #f7f7f7;
    height: 40px;
    border: none;
}

.filters__select:focus {
    outline: none;
}

.filters__link:hover {
    color: #219d60;
}

.filters__link::after {
    content: '\f078';
    display: inline-block;
    padding-left: 10px;
    font-family: 'FontAwesome';
    color: #219d60;
    font-size: 12px;
}

.sort {
    margin-left: auto;
    padding: 2px;
}

.sort__link {
    display: inline-block;
    line-height: 36px;
    padding: 0 14px 0 5px;
    background-color: #ffffff;
    color: #333333;
}

.sort__link:hover {
    color: #333333;
}

.sort__link::after {
    color: #333333;
}

.filter-menu {
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 6px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.filter-menu__item {
    border-bottom: 1px dashed #ebebeb;
}

.filter-menu__item:last-child {
    border-bottom: 0;
}

.filter-menu__link {
    display: block;
    padding: 6px 10px;
}

.filter-menu__link:hover {
    background-color: #f7f7f7;
}

.filters__item:hover > .filter-menu {
    display: block;
}

.gutter-20 {
    margin: 0 -10px;
}

.gutter-20 [class^="col"] {
    padding: 0 10px;
}

.m-filter {
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.m-filter__header {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    overflow-y: scroll;
}

.m-filter__btn {
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 2px 6px;
    border: 0;
    cursor: pointer;
    background-color: #219d60;
    border-radius: 3px;
}

.m-filter-menu {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #219d60;
    border: 1px solid #219d60;;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
    background-color: #f4f4f4;
}

.m-filter-menu--w150 {
    width: 150px;
}

.m-filter-menu.mb-10 {
    margin-bottom: 10px;
}

.m-filter-menu:focus {
    ouline: 0;
}

.m-filter__collapse {
    padding: 10px;
}

.m-filter__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
}

.m-filter__item {
    width: ;
    padding: 0 10px;
    margin-bottom: 10px;
}

.pl-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 1px;
}

.pl-list__item {
    width: 20%;
    position: relative;
    box-shadow: 0 0 0 1px #ebebeb;
    background: #ffffff;
}

.paging {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 29px;
}

.paging__item + .paging__item {
    margin-left: 7px;
}

.paging__link {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    border: 1px solid #ebebeb;
    padding: 5px 11px 3px 9px;
}

.paging__link.active,
.paging__link:hover {
    color: #219d60;
    border-color: #219d60;
}

.pl-desc__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
    margin-bottom: 19px;
}

.pl-desc__text {
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 19px;
}

.pl-desc__more {
    display: inline-block;
    margin: 0 auto;
    color: #219d60;
    margin-bottom: 10px;
}

.pl-desc__more:hover {
    color: #219d60;
}

@media (max-width: 1199px) {
    .pl-list__item {
        width: calc(25%);
    }
}

@media (max-width: 991px) {
    .pl-list__item {
        width: calc(33.33333%);
    }
}

@media (max-width: 767px) {
    .pl-list__item {
        width: calc(50%);
    }
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-right: 8px;
    line-height: 1.25;
    color: #219d60;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #219d60;
    border-color: #219d60;
}

.none-after:after {
    content: '';
}

.main_baogia {
    padding: 20px;
}

.main_baogia .header_bg {
    text-align: center;
    position: relative;
}

.main_baogia .header_bg h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    color: #219d60;
    line-height: 1.5;
}

.main_baogia .header_bg h3 span {
    background: #FFC107;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.main_baogia .header_bg .logout {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #219d60;
    font-size: 15px;
    font-weight: bold;
}

.main_baogia .data_baogia {
    margin-top: 20px;
    border: 1px solid #000;
}

.main_baogia .data_baogia tbody {
    width: 100%;
    display: table;
}

.main_baogia .data_baogia tr:nth-of-type(even) {
    background: #eaeaea;
}

.main_baogia .data_baogia tr .nhd {
    border: none;
    color: #626469;
    white-space: nowrap;
    font-size: 13px;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.main_baogia .data_baogia tr .nhd a {
    color: #626469;
    vertical-align: middle;
}

.main_baogia .data_baogia tr .nhd input {
    color: #666;
    border: 1px solid #eaeaea;
    padding-left: 5px;
    vertical-align: middle;
}

.main_baogia .note {
    color: red;
    font-size: 13px;
    margin-bottom: 7px;
}

.main_baogia .main_form_baogia .info-customer {
    border: 1px solid #000;
}

.main_baogia .main_form_baogia .info-customer .left {
    padding: 0;
    border-right: 2px solid #000;
}

.main_baogia .main_form_baogia .info-customer .right {
    padding: 0;
}

.main_baogia .main_form_baogia .info-customer .right .group-bg {
    background: #219d60;
}

.main_baogia .main_form_baogia .info-customer .right textarea {
    width: 100%;
    min-height: 53px;
    padding-left: 5px;
}

.main_baogia .main_form_baogia .info-customer .generic_line {
    display: flex;
    border-top: 1px dotted #626469;
    padding: 2px 5px;
}

.main_baogia .main_form_baogia .info-customer .generic_line .gen_titre {
    min-width: 213px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.main_baogia .main_form_baogia .info-customer .generic_line .gen_data {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.main_baogia .main_form_baogia .info-customer .generic_line .gen_data input {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
}

.main_baogia .main_form_baogia .info-customer .generic_line .gen_data .col_right select {
    height: 28px;
    float: left;
    width: 120px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding-left: 5px;
    margin-right: 10px;
}

.main_baogia .main_form_baogia .info-customer .generic_line .gen_data .col_right input {
    height: 28px;
    float: left;
    width: 120px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding-left: 5px;
    margin-right: 10px;
}

.main_baogia ul.tagit li.tagit-choice .tagit-label:not(a) {
    font-size: 13px !important;
}

.main_baogia ul.tagit li.tagit-choice-editable {
    padding: 0 17px 0 5px !important;
}

.main_baogia ul.tagit li.tagit-new {
    padding: 0 !important;
}

.main_baogia ul.tagit li.tagit-new input {
    font-size: 13px !important;
}

.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 5px;
    font-size: 13px;
    zoom: 1;
}

.btn-baogia {
    color: #626469;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #aaa;
    background: linear-gradient(to top, #ccc, #eaeaea);
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
}

.btn-bg-color {
    background: #219d60;
    color: #fff;
}

.btn-bg-color:hover {
    color: #ed1c24;
}

.form_login h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #0000f2;
}

.form_login input {
    margin: auto;
    width: 100%;
    max-width: 450px;
}

#page-account .legend {
    padding: 35px 15px 10px;
    border: 1px solid #e9e9e9;
    position: relative;
    margin: 60px 0 0;
    width: 100%;
}

#page-account .legend h6 {
    font-size: 22px;
    position: absolute;
    padding: 15px;
    background: #fff;
    top: -25px;
    left: 5px;
    color: #111;
    text-transform: capitalize;
    font-weight: bold;
}

#page-account .legend .wrap-account .form-group input {
    background: #f2f2f2;
    border: medium none;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    color: #333;
    border-radius: 0;
}

#page-account .legend .wrap-account .form-group .form-check-input {
    width: auto;
}

#page-account .legend .wrap-account .form-group .secure_code {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#page-account .legend .wrap-account .form-group .secure_code input {
    max-width: 200px;
    margin-right: 5px;
    display: inline-block;
}

#page-account .legend .wrap-account .form-group .secure_code img {
    height: 40px;
}

#page-account .legend .wrap-account .form-group input.btn.btn-style1 {
    background: #219d60 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#page-account .legend .wrap-account .form-group input.btn.btn-style2 {
    background: #343a40 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.page-baogia1 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.page-baogia1 .top img {
    width: 100%;
}

.page-baogia1 .top h1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    color: #003366;
    font-size: 1.6rem;
}

.page-baogia1 .top p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    color: red;
    font-size: 1.2rem;
}

.page-baogia1 .bold-underline {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.page-baogia1 .infobaogia {
    margin-top: 20px;
}

.page-baogia1 .infobaogia .left .item {
    border-style: double;
    border-color: #777;
    border-radius: 20px;
    padding: 12px;
}

.page-baogia1 .infobaogia .left .item p {
    margin-bottom: 0;
}

.page-baogia1 .infobaogia .right .item {
    border-style: double;
    border-color: #777;
    border-radius: 20px;
    padding: 12px;
}

.page-baogia1 .infobaogia .right .item p {
    margin-bottom: 0;
}

.page-baogia1 .before-table {
    margin: 20px 0;
}

.page-baogia1 .before-table p {
    margin-bottom: 0;
}

.page-baogia1 .text-camket p {
    margin-bottom: 5px;
}

.admin_out_adver {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background: #219d60;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
}

.admin_out_adver i {
    margin-right: 4px;
}

.admin_out_adver:hover {
    color: #b8b8b8;
}

.admin_out_product {
    position: absolute;
    left: 4px;
    bottom: 0;
    z-index: 999;
    background: #219d60;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
}

.admin_out_product i {
    margin-right: 4px;
}

.admin_out_product:hover {
    color: #b8b8b8;
}

.admin_out_category {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #219d60;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
}

.admin_out_category i {
    margin-right: 4px;
}

.admin_out_category:hover {
    color: #b8b8b8;
}

.admin_out_default {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #219d60;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
}

.admin_out_default i {
    margin-right: 4px;
}

.admin_out_default:hover {
    color: #b8b8b8;
}

.pd-section1__col1 .admin_out_product {
    position: absolute;
    top: 15px;
    bottom: auto;
}

#result_bg_ok input {
    margin-bottom: 10px;
}

.quick-link {
    width: 45px;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 10px;
    padding-top: 250px;
}

.quick-link__item {
    margin-bottom: 19px;
}

.quick-link__link {
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #087cee;
    background-color: #ffffff;
}

a.btn.btn-style1 {
    background: #219d60;
    color: #fff;
    margin-right: 10px;
}

#support_board .s_item {
    margin-bottom: 25px;
}

#support_board .s_item p {
    font-weight: bold;
    color: #219d60;
    margin-bottom: 0;
}

#support_board .skype i {
    color: #00b8ed;
    font-size: 25px;
    margin-right: 10px;
}

#support_board .phone i {
    font-size: 15px;
}

#support_board .phone span {
    color: #ed1c24;
    font-weight: bold;
}

div#suportOnlineModal .icon-zalo {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/zalo-icon.jpg);
    background-size: 21px;
    margin-right: 8px;
    margin-left: 10px;
}

#suportOnlineModal .s_item a {
    font-weight: bold;
}

.view_more_detail {
    text-align: center;
    margin-bottom: 30px;
}

.view_more_detail button {
    border: 1px solid #219d60;
    background: #fff;
    color: #219d60;
    height: 36px;
    font-size: 14px;
    padding: 0 24px;
    border-radius: 2px;
    transition: all .3s ease-out;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.view_more_detail button:hover {
    background: #219d60;
    color: #fff;
    border: 1px solid #219d60;
    border-radius: 3px;
}

.pdp-mod-specification {
    position: relative;
}

.pdp-mod-specification:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /*background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, #fff 83%);*/
}

.pd-section2__content.expand .pdp-mod-specification:after {
    height: 0;
}

.pd-section2__content.expand .pd-content {
    max-height: inherit;
}

#modalCompare .modal-dialog {
    max-width: 700px;
}

.pd-sale {
    margin-top: 16px;
    margin-bottom: 15px;
    position: relative;
}

.pd-sale__title {
    min-width: 240px;
    position: absolute;
    top: 0;
    left: 12px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background-color: #ed1c24;
    padding: 3px 10px 3px 42px;
    border-radius: 15px;
}

.pd-sale__title::before {
    content: '\f06b';
    font-family: 'fontawesome';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d0011b;
    position: absolute;
    top: 0;
    left: 0;
}

.pd-sale__body {
    border: 1px solid #ed1c24;
    border-radius: 4px;
    padding: 26px 23px 17px;
    font-size: 14px;
    line-height: 1.5;
}

.pd-sale__body p {
    margin-bottom: 0;
}

.pd-sale__body ul {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.pd-sale__body li {
    line-height: 25px;
    padding-left: 32px;
    position: relative;
}

.pd-sale__body li::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: url("../images/icon-checked-circle-green.png") center/contain no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.pd-sale__list {
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.pd-sale__item {
    line-height: 25px;
    padding-left: 32px;
    position: relative;
}

.pd-sale__item::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: url("../images/icon-checked-circle-green.png") center/contain no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.pd-content {
    padding-top: 9px;
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    /*color: #666666;*/
}
.content-sapo1{
    font-size: 16px;
}

.pd-content__text {
    margin-bottom: 0;
}

.pd-content__img {
    display: block;
    width: 100%;
    height: auto;
}

.pd-content__videowrap {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.pd-content__videowrap iframe,
.pd-content__videowrap object,
.pd-content__videowrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pd-content img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
}

.pd-content p {
    margin-bottom: 0;
}

.pd-section1 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 13px;
}

.pd-section1__title {
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin: -9px 0 0 0;
}

.pd-section1__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pd-section1__col {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.pd-section1__col1 {
    flex: 1;
}

.pd-section1__col2 {
    flex: 0 0 410px;
}

.pd-section1__col3 {
    flex: 0 0 290px;
    padding-top: 13px;
}

@media (max-width: 1199px) {
    .pd-section1__col3 {
        flex: 0 0 100%;
    }
}

@media (max-width: 991px) {
    .pd-section1__col1 {
        flex: 1 0 100%;
    }

    .pd-section1__col2 {
        flex: 0 0 50%;
    }

    .pd-section1__col3 {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .pd-section1__col2, .pd-section1__col3 {
        flex: 0 0 100%;
    }
}

.pd-preview {
    padding: 16px 0 0;
    margin-bottom: 30px;
}

.pd-preview__inner {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 23px;
}

.pd-preview__indicators {
    display: flex;
    width: 100%;
    position: static;
    margin: 0 -5px;
    justify-content: center;
}

.pd-preview__indicators li {
    width: 70px;
    height: auto;
    margin: 0;
    text-indent: 0;
    border: 1px solid #e6e6e6;
    margin: 0 5px;
    cursor: pointer;
}

.pd-preview__indicators li:last-child {
    margin-right: 0;
}

.pd-preview__indicators img {
    width: 100%;
    height: auto;
}

.content_fixed_responsive blockquote{
	border-left: 5px solid #219d60;
    margin-left: 30px;
    padding: 15px;
}

.content_fixed_responsive blockquote p{
	margin-bottom: 0;
}
.content_fixed_responsive a{
	color: #219d60;
	text-decoration: underline;
}
