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

.pink {
    color: #f70a85;
    font-weight: 600;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    background: #e3cca7;
    padding: 15px 30px;
}

.container {
    background: #f7f7f7;
}

img {
    max-width: 100%;
    display: block;
    outline: none;
    border: 0;
    margin-bottom: 25px;
}

.mobile-only {
    display: none;
}

.cf {
    display: table;
    clear: both;
}

ul {
    margin: 0;
    list-style: none;
}

a {
    color: #4876b3;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #4876b3;
    text-decoration: underline;
}

h4 {
    font-family: "Noto serif";
    font-size: 60px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

h5 {
    font-family: "Noto serif";
    font-size: 35px;
    font-weight: 700;
    color: #c69b59;
    margin-bottom: 25px;
}

h6 {
    font-family: "Noto serif";
    font-size: 30px;
    font-weight: 700;
    color: #c69b59;
    line-height: 1.2;
}

.blqt {
    padding-left: 65px;
    background: url("../images/quote.png") no-repeat 14px 5px;
    border-left: 5px solid #000;
}

p,
blockquote,
h6 {
    margin-bottom: 25px;
}

.dialog {
    text-indent: 30px;
}

.wrapper {
    max-width: 970px;
    padding: 0 10px;
    margin: auto;
}

img.fl,
img.fr {
    margin-top: 8px;
}

.fl {
    float: left;
    margin-right: 15px;
}

.fr {
    float: right;
    margin-left: 15px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

/***************    header start     ************/

.header {
    font-size: 0;
}

.header-top {
    background: #fff;
    padding: 20px 0;
}

.nav {
    text-align: center;
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}

.nav li a {
    color: #000;
    padding: 0 20px;
    text-decoration: none;
    position: relative;
    background: url(../images/check.png) no-repeat right center;
}

.nav li a:hover {
    color: #000;

    text-decoration: none;
    opacity: 0.5;
}

.header-middle {
    padding-top: 20px;
    border-bottom: 1px solid #e3cca7;
}

.social {
    font-size: 0;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
}

.social li {
    display: inline-block;
    vertical-align: middle;
}

.social li:hover {
    opacity: 0.5;
}

.social img,
.icons img {
    margin-bottom: 0;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.icons {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: right;
    padding-top: 30px;
}

.icons a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.header-middle__search {
    border-right: 1px solid #ccc;
    padding: 10px;
}

.icons a:hover {
    opacity: 0.5;
}

.header-bottom {
    line-height: 1;
    padding: 20px 0 30px;
}

/***************    header end    ************/

/***************    main start     ************/

.content {
    font-size: 0;
}

.main {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-right: 2%;
}

.white-box {
    padding: 15px;
    padding-bottom: 50px;

    background: #fff;
}

.breadcrumbs {
    font-size: 0;
    margin-bottom: 25px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
}

.breadcrumbs li::after {
    content: ">";
    position: absolute;
    right: -15px;
    top: 0;
    color: #4876b3;
}

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

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs li a {
    font-weight: 400;
}

.breadcrumbs li a:hover {
    text-decoration: none;
    opacity: 0.5;
}

.main-header {
    font-size: 0;
    margin-bottom: 20px;
}

.main-header__left,
.main-header__right {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    font-size: 14px;
    text-transform: uppercase;
}

.main-header__right {
    width: 65%;
}

.category,
.date,
.main-header__right li {
    display: inline-block;
    vertical-align: middle;
}

.main-header__right li {
    margin-left: 30px;
    color: #acacac;
    font-size: 13px;
}

.main-header__right li:nth-child(2) {
    background: url(../images/icon6.png) no-repeat left center;
    padding-left: 30px;
}

.main-header__right li:nth-child(3) {
    background: url(../images/icon7.png) no-repeat left center;
    padding-left: 30px;
}

.category {
    margin-right: 10px;
    color: #fff;
    background: #f50973;
    position: relative;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.category::before {
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top-color: #f50973;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    bottom: -7px;
}

.main-header__right {
    text-align: right;
}

.author {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.author__ava,
.author__about {
    display: inline-block;
    vertical-align: middle;
}

.author__ava {
    width: 20%;
    max-width: 130px;
}

.author__ava img {
    border-radius: 50%;
    border: 6px solid #e4cca7;
    margin-bottom: 0;
}

.author__about {
    width: 80%;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
}

.author__about span {
    color: #c69b59;
}

.main p {
    padding-left: 35px;
}

.inst {
    border: 1px solid #e0e0e0;
    max-width: 620px;
    margin: 0 auto 25px;
}

.inst__header {
    padding: 5px 10px;
}

.inst__header-ava {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.inst__header-ava img {
    margin-bottom: 0;
    border-radius: 50%;
}

.inst__header-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
}

.inst__body {
    display: table;
    width: 100%;
}

.inst__body-before,
.inst__body-after {
    display: table-cell;
    width: 50%;
    background: url(../images/7-1.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    position: relative;
    border-right: 2px solid #fff;
}

.inst__body-before span,
.inst__body-after span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #c69b59;
    padding: 5px 10px;
    max-width: 70%;
    font-size: 15px;
    /* border-right: 2px solid; */
}

.inst__body-after span {
    right: auto;
    left: 0;
    border-right: 0;
    /* border-left: 2px solid; */
}

.inst__body-after {
    background-image: url(../images/7-2.jpg);
    border-right: 0;
    border-left: 2px solid #fff;
}

.inst__footer-icons {
    font-size: 0;
    padding: 15px 10px;
}

.inst__footer-icons img {
    margin-bottom: 0;
    display: inline-block;
}

.inst__footer-icons-left,
.inst__footer-icons-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.inst__footer-icons-right {
    text-align: right;
}

.inst__footer-text {
    padding: 0 10px;
    font-size: 13px;
    color: #4876b3;
}

.inst__footer-text img {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.inst__footer-like {
    padding: 0 10px;
    font-size: 13px;
    color: #000;
}

.inst__footer-date {
    text-transform: uppercase;
    color: #999999;
    padding: 0 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

/* .blqt--arrow {
	background: #f964a7;
	position: relative;
	padding: 15px 30px 15px 100px;
	color: #fff;
}

.blqt--arrow svg {
	position: absolute;
	top: 0;
	width: 80px;
	left: 0;
}

.blqt--arrow svg>* {
	width: 100px;

} */
.product {
    background: url(../images/Optiloss-Woman-8.jpg) no-repeat center;
    background-size: cover;
    width: 290px;
    height: 375px;
    position: relative;
    border: 5px solid #e3cca7;
    margin-bottom: 25px;
    margin-left: 40px;
}
.product.pills {
    background: url(../images/Optiloss-Woman.jpg);
    background-size: cover;
}

.product-img {
    margin-left: auto;
    margin-right: auto;
}

/* .product::before {
    content: "";
    background: url(../images/model.png) no-repeat;
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 170px;
    height: 394px;
    z-index: 1;
}

.product a {
    position: absolute;
    left: -110px;
    display: block;
    bottom: -10px;
    width: 380px;
}

.product img {
    margin-bottom: 0;
} */

.btn {
    background: #f70a85 linear-gradient(#f70a85, #f40863);
    border-radius: 245px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 17px 40px;
    font-size: 25px;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 8px 17px 0 rgba(114, 0, 51, 0.35);
    font-family: inherit;
}

.btn:hover {
    background: linear-gradient(#d60872, #c4054e);
    transform: translateY(5px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 17px 0 rgba(114, 0, 51, 0.7);
}

/***************    main end    ************/
/***************    comments start     ************/

.comments {
    margin-top: 40px;
}

.comments__title {
    margin-bottom: 20px;
}

.comments__item {
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
}

.comments__item::after {
    content: "";
    clear: both;
    display: table;
}

.comments__img {
    float: left;
}

.main .comments p {
    padding-left: 0;
}

.comments__img img {
    border-radius: 50%;
    margin-bottom: 0;
    width: 80px;
    height: 80px;
}

.comments__content {
    padding-left: 95px;
    font-size: 16px;
}

.comments__name {
    font-weight: 700;

    font-size: 16px;
}

.comments__date {
    margin-bottom: 10px;
    color: #999999;
    font-size: 13px;
}

/***************    comments end    ************/
/***************    aside start     ************/

.aside {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.aside-block {
    padding: 15px;
    background: #fff;
    margin-bottom: 50px;
}

.aside .category {
    margin-bottom: 25px;
}

.new li {
    position: relative;
    margin-bottom: 85px;
}

.new li:last-child {
    margin-bottom: 0;
}

.new__img {
    transition: 0.5s;
}

.new__text {
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    background: #fff;
    top: 100px;
    text-align: center;
    font-weight: 400;
    padding: 10px 20px;
    transition: 0.5s;
    line-height: 1.2;
}

.new a:hover {
    text-decoration: none !important;
}

.new a:hover .new__text {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    top: 90px;
}

.new a:hover .new__img {
    filter: grayscale(1);
}

.new__date {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    font-size: 13px;
}

.tags ul {
    text-align: left;
    font-size: 0;
}

.tags li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tags li a {
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    background: #f7f7f7;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.tags li a:hover {
    background: #f50973;
    color: #fff;
}

/***************    aside end    ************/
/***************    footer start     ************/

.footer {
    text-align: center;
    padding: 20px 0;
}

.product-big {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 793px;
}

.overflow {
    overflow: hidden;
}

/***************    footer end     ************/
@media (max-width: 991px) {
    body,
    .main,
    .aside,
    .author__about {
        font-size: 17px;
    }

    .aside,
    .header-top,
    .social,
    .icons a.header-middle__search,
    .comments__item:nth-child(-n + 20),
    .desktop-only {
        display: none;
    }

    body {
        padding: 5px;
    }

    .main {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .wrapper {
        width: 100%;
        padding: 0;
    }

    .header-middle {
        padding: 0 10px;
        background: #fff;
        border: 0;
    }

    .icons {
        width: 50%;
        vertical-align: middle;
        padding-top: 0;
    }

    .mobile-only {
        display: block;
    }

    .logo {
        padding: 10px 0;
    }

    .logo img {
        margin-bottom: 0;
    }

    h4 {
        font-size: 30px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-header {
        border-bottom: 1px solid #e3cca7;
        padding-bottom: 15px;
    }

    h5,
    h6 {
        font-size: 24px;
    }

    .blqt {
        padding-left: 50px;

        background-size: 24px;
    }

    p,
    blockquote,
    h6,
    img {
        margin-bottom: 15px;
    }

    .main p {
        padding-left: 0;
    }

    .author__ava {
        max-width: 55px;
    }

    .author__ava img {
        border-width: 3px;
    }

    .fr,
    .fl {
        float: none;
        margin: 10px auto;
        margin-bottom: 15px;
    }

    .product {
        margin-top: 35px;
    }

    .comments__title {
        padding-left: 10px;
    }

    .btn {
        font-size: 18px;
    }

    .comments__img img {
        width: 45px;
        height: 45px;
    }

    .comments__item {
        margin-bottom: 10px;
    }

    .comments__content {
        padding-left: 65px;
    }

    .comments__text {
        margin-left: -65px;
    }

    .btn {
        max-width: 90%;
    }

    .white-box {
        padding: 10px;
        padding-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .main-header__right {
        display: none;
    }

    .main-header__left {
        width: 100%;
    }

    .inst__body-before,
    .inst__body-after {
        height: 250px;
    }
}

@media (max-width: 319px) {
    body {
        zoom: 0.8;
    }
}

@media (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .logo img {
        max-width: 218px;
    }
}

.flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


._2{
    width:75%;
}

.product-bottom{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    position: relative;
}

.product-bottom::after{
    content:"39 €";
    position:absolute;
    top:-20px;
    right:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:80px;
    height:80px;
    border-radius:30px;
    border:5px solid #fff;
    color:#fff;
    font-size:26px;
    font-weight: 800;
    background-color: #e8318a;
}


@media screen and (max-width:767px){
    .flex{
        display: flex;
        flex-direction: column;
    }
    .product-bottom{
        max-width: 320px;
        width: 100%;
    }

}

.btn2{
    background: #f70a85 linear-gradient(#f70a85, #f40863);
    border-radius: 245px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 17px;
    font-size: 16px;
    -ms-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 8px 17px 0 rgba(114, 0, 51, 0.35);
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btn2:hover{
    background: linear-gradient(#d60872, #c4054e);
    transform: translateY(5px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 17px 0 rgba(114, 0, 51, 0.7);
}