/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(''),
    url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, header, main, nav {
    display: block;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul {
    margin-top: 0;
    margin-bottom: 1rem;
}


ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}


a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


input {
    overflow: visible;
}


[type="submit"] {
    -webkit-appearance: button;
}


[type="submit"]:not(:disabled) {
    cursor: pointer;
}


[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}


a {
    transition: 0.3s;
    color: #00a29d;
}

a:hover {
    color: #008b87;
    text-decoration: none;
}

/* Site header */
.site-header__top {
    background: #00a29d;
}

.site-header__bottom {
    background: #38837c;
}

/* Logo */
.logo {
    width: 120px;
}

/* Site menu */
.site-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.site-menu a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    padding: 0 20px;
}

.site-menu a:hover {
    text-decoration: none;
    background-color: #2e80a6;
}

/* Site main */
.site-content {
    padding: 20px 0 0;
}

/* breadcrumb */
.breadcrumb {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 20px;
}

.breadcrumb a {
    color: #2e80a6;
}

.breadcrumb a:after {
    content: ' > ';
    color: #cacaca;
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: 10px;
}

.breadcrumb li:last-child a:after {
    display: none;
}

/* Post title */
.post__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.post__details {
    display: flex;
    margin: 5px 0;
}

.post__details ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.post__details li {
    margin-left: 5px;
}

.post__details a:after {
    content: ',';
}

.post__date {
    margin: 10px 0;
}

.post__content p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.4;
}

.post__content h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 25px 0 15px;
}

.post__content img {
    display: block;
    height: auto;
    margin: 0 auto 25px;
    max-width: 450px;
    width: 100%;
}

/* align */
.two-images,
.align--center {
    text-align: center;
}

/* Social icon */
.social-icon {
    padding: 0px;
    list-style: none;
    margin: 15px 0 10px;
}

.align-content-center {
    align-items: center;
}

.two-images img {
    max-width: 250px;
}

.social-icon li {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    margin-right: 20px;
}

.social-icon img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.social-icon li.fb {
    color: #3b5980
}

.social-icon li.tw {
    color: #3b5980
}

.social-icon li.pinterest {
    color: #a92128
}

.price {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.price .old_price {
    margin-right: 25px;
    text-decoration: line-through;
    font-weight: 400;
}


/* reviews */
.reviews {
    font-family: tahoma, sans-serif;
    margin-top: 30px;
    font-size: 15px;
}


/* Reviews */
.review {
    display: flex;
    border-bottom: 1px solid rgb(218, 225, 232);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.review:last-child {
    margin-bottom: 0;
}

.review__picture img {
    width: 48px;
    margin-right: 15px;
    object-fit: cover;
}

.review__title {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 16px;
    margin-top: -4px;
}

.review__text {
    font-size: 16px;
}

.review__date {
    color: rgb(153, 153, 153);
}

.reviews__title {
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

/* Btn */
.btn--red {
    margin: 25px auto 0;
    max-width: 300px;
    width: 100%;
    height: 58px;
    background: rgb(237, 52, 52);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-bottom: 5px solid rgb(204, 0, 0);
    position: relative;
    color: white;
    text-decoration: none;

}

.btn--red:hover {
    color: #fff;
}

.btn--red:active {
    top: 2px;
    border-bottom: none;
}
.footer {
    padding: 15px 0;
}
.footer p {
    margin: 0;
    text-align: center;
}

/* Site aside */
.site-aside {
    border-top: 2px solid #000;
    background: #f9f9f9;
    padding: 0 10px;
}

.site-aside__title {
    font-weight: 400;
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}


/* post small */
.post-small {
    border-bottom: 1px solid #ccc;
    padding: 17px 0;
    display: flex;
    align-items: center;
    color: #000;
}

.post-small:hover {
    text-decoration: none;
    color: #000;
}

.post-small:hover .post-small__text {
    opacity: 0.6;
}

.post-small__number {
    display: inline-block;
    color: #2e80a6 !important;
    font-size: 30px;
    font-weight: 700;
    margin: 0 10px 0 10px;
}

.post-small__text {
    color: #000;
    line-height: 1.2;
    padding-left: 20px;
    font-size: 18px;
}


html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

.prod-block .product-image {
    margin-bottom: 15px;
    max-width: 300px
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .post__title {
        font-size: 30px;
    }

    .post__content h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .post__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .post__content h2 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .post__title {
        font-size: 36px;
    }

    .post__content h2 {
        font-size: 32px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-5, .col-md-6, .col-md-10, .col-lg-4, .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}


@media screen and (max-width: 991px) {
    .canvas-button {
        display: block;
    }

    .site-menu {
        padding: 6px 0;
        display: flex;
        justify-content: flex-end;
    }
    .site-menu {
        justify-content: center;
    }
    .site-aside,
    .site-menu ul li:nth-of-type(even) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .post__title {
        text-align: center;
    }
    .post__details ul li:not(:first-child),
    .post__details a:after,
    .social-icon {
        display: none;
    }

    .post__date,
    .post__content img {
        margin-bottom: 10px;
    }

    .post__content h2 {
        margin: 10px 0;
        line-height: 1.2;
    }

    .post__content p {
        text-align: left;
    }


}

@media screen and (max-width: 576px) {
    .post__content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 440px) {
    .site-menu a {
        height: 40px;
    }
    .site-menu ul li:nth-of-type(even),
    .site-menu ul li:first-of-type, 
    .site-menu ul li:last-of-type {
        display: none;
    }
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}