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

footer, article, aside, nav, section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 16px;
    line-height: 1.375;
    font-family: Inter, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #000;
    background: #F6F6F6;
    font-weight: 400;
    width: 100%;
}

.wrapper
{
    overflow: hidden;
}
.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    max-width: 1020px;
}

a {
    color: #3C9780;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 22px;
}

.img-responsive {
    max-width: 100%;
}
.d-mobile
{
    display: none;
}
.d-center {
    display: block;
    margin: 0 auto 20px;
}
.text-center {
    text-align: center;
}

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

.text-uppercase {
    text-transform: uppercase;
}
.b-header
{
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 3px solid #FDCC50;
    margin-bottom: 38px;
}
.header-top
{
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0 6px;
}
.b-logo
{
    font-family: Kreon, serif;
    font-weight: 700;
    line-height: 1.2;
    color: #FDCC50;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}
.b-logo>span
{
    display: inline-block;
    vertical-align: middle;
}
.b-logo>span:first-child
{
    font-size: 64px;
    margin-right: 20px;
}
.b-logo>span:last-child
{
    font-size: 24px;
}
.b-logo>span>span
{
    color: #2C7563;
}
.b-logo>span:last-child>span
{
    display: block;
}
.b-search
{
    display: inline-block;
    background: #F6F6F6;
    opacity: 0.5;
    border-radius: 5px;
    max-width: 355px;
    width: 100%;
    padding: 6px 10px 3px;
    vertical-align: top;
    margin: 0 2.5% 0 12%;
}
.b-bnr
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: -100px;
}
.b-account
{
    display: inline-block;
    vertical-align: top;
}
.b-account a
{
    display: inline-block;
    margin-left: 12px;
}
.b-toggle
{
    display: none;
    float: right;
}
.header-right
{
    float: right;
}
.header-bottom
{
    font-size: 18px;
    text-transform: uppercase;
}
.b-menu a
{
    display: inline-block;
    padding: 18px 0 14px;
    margin-right: 35px;
    color: #777;
    border-bottom: 2px solid transparent;
}
.b-menu a:hover
{
    text-decoration: none;
    color: #2C7563;
}
.b-menu a.current
{
    color: #FDCC50;
    border-color: #FDCC50;
}
.b-sidebar
{
    float: right;
    width: 241px;
}

.b-posts
{
    background: #fff;
    border-top: 3px solid #FDCC50;
    padding: 20px 0 8px;
}
.side-title
{
    padding: 0 18px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #777;
    font-family: Kreon, serif;
    text-transform: uppercase;
}
.b-post
{
    padding: 17px;
    position: relative;
    border-top: 1px solid #E7E7E7;
    overflow: hidden;
    line-height: 1.2;
	font-size: 13px;
}
.b-post:hover
{
    color: #3C9780;
}
.b-post img
{
    float: left;
    margin-right: 8px;
}
.post-link
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.side-bnr
{
    background: url("../img/bnr_bg.jpg") no-repeat center;
    border-top: 3px solid #FDCC50;
    margin: 25px 0;
    padding: 15px 0 35px;
}
.side-bnr img
{
    margin: 10px 0;
}
.side-bnr .side-title
{
    color: #000;
}
.btn
{
    display: inline-block;
    background: #FDCC50;
    box-shadow: 0px 4px 4px rgba(169, 136, 53, 0.3);
    border-radius: 15px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
.btn:hover
{
    background: #FFDC83;
    text-decoration: none;
}
.btn:active
{
    box-shadow: none;
}
.b-main
{
    margin-right: 270px;

}
.b-content
{
    padding: 17px 30px;
    background: #fff;
    border-top: 3px solid #FDCC50;
    margin-bottom: 40px;
}
.b-breadcrumbs
{
    background: #F6F6F6;
    padding: 7px 20px;
    margin-bottom: 25px;
    color: #C2C2C2;
    font-size: 15px;
    display: inline-block;
}
.b-breadcrumbs a:after
{
    display: inline-block;
    content: "\00BB";
    margin: 0 4px 0 8px;
}
h1
{
    font-family: 'Arial', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.m-large
{
    font-size: 18px;
}
.b-calculator
{
    background: linear-gradient(180deg, #D9FDF4 0%, #2C7563 100%);
    border: 1px solid #CEDBD7;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 25px 25px 40px;
    margin-bottom: 25px;
}
.b-calculator .text-center:first-child
{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.b-calculator .text-center:first-child a
{
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}
.b-enter, .b-result
{
    display: inline-block;
    margin: 20px 0 40px;
    vertical-align: bottom;
}
.b-enter
{
    width: 62%;
}
.b-result
{
    width: 36%;
}
.b-enter:after
{
    content: "";
    background: url("../img/arrow.svg") no-repeat center / 100% 100%;
    display: inline-block;
    vertical-align: bottom;
    width: 75px;
    height: 35px;
    margin: 0 8% 0 12%;
}
.input-field
{
    display: inline-block;
    border: 1px solid #CEDBD7;
    border-radius: 5px;
    padding: 10px;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    background-color: #fff;
}
.input-field:disabled
{
    background: #3C9780;
    border: 1px solid #368E79;
    color: #fff;
}
select {
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: inherit;
}
.b-calculator .input-field
{
    max-width: 178px;
    margin: 10px 5px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.b-calculator .btn
{
    font-weight: 700;
    padding: 10px 35px;
}
.b-info
{
    font-size: 15px;
    margin: 0 -30px 40px;
    padding: 10px 30px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1.6;
    color: #777777;
}
.b-tags
{
    display: inline-block;
    float: right;
}
.b-tags a
{
    display: inline-block;
    background: #F8F8F8;
    border-radius: 5px;
    margin-left: 10px;
    padding: 2px 10px;
}
.b-tags a:hover
{
    text-decoration: none;
    background: #EAEAEA;
}
h2
{
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 550;
}
.b-blockqoute
{
    display: flex;
    min-height: 87px;
    background: url(../img/quotes.png) no-repeat left top;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    padding: 23px 0 23px 70px;
    line-height: 1.2;
}
.b-check
{
    font-size: 15px;
    color: #777;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
	width: 48%;
	vertical-align: top;
}
.b-check img
{
    display: block;
}
.b-spec
{
    margin-bottom: 50px;
}
.img-spec
{
    float: left;
    margin-right: 30px;
}
.spec-info
{
    font-style: italic;
}
.spec-info span
{
    color: #777;
}
.b-spec .b-blockqoute
{
    padding: 44px 0 23px 14px;
    margin-top: 18px;
}
h3
{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
}
.img-product
{
    float: right;
    margin: -45px 0 0;
}
.b-attention
{
    display: flex;
    min-height: 119px;
    background: url(../img/sign.png) no-repeat left center;
    align-items: center;
    font-weight: 501;
    font-size: 33px;
    padding-left: 70px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.b-order
{
    max-width: 330px;
    background: #EBF3F1;
    border: 1px solid #CEDBD7;
    border-radius: 10px;
    margin: 0 auto 55px;
    padding: 25px 30px 35px;;
    text-align: center;
}
.b-prices
{
    text-align: center;
    margin-bottom: 22px;
}
.b-prices div
{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.old-price
{
    font-size: 24px;
    position: relative;
}
.old-price:before
{
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    content: "";
    transform: rotate(-21deg) translate(-50%, 0);
    left: 40%;
}
.new-price
{
    font-weight: 700;
    font-size: 40px;
}
.b-order .input-field
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.b-counter
{
    border-top: 1px solid #E8E8E8;
    padding: 15px 30px;
    margin: 0 -30px;
}
.b-counter table
{
    width: max-content;
    margin: 0 auto;
    max-width: 100%;
}
.b-counter tr:first-child td
{
    padding-bottom: 10px;
}
.b-counter td:first-child
{
    padding-right: 25px;
}
.b-counter span
{
    display: inline-block;
    color: #fff;
    background: #9DBAB3;
    padding: 2px 5px;
    font-weight: 700;
    white-space: nowrap;
}
.b-comments
{
    background: #fff;
    padding: 20px 0;
    border-top: 3px solid #FDCC50;
    margin-bottom: 30px;
}
.comments-title
{
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 30px 15px;
    margin-bottom: 30px;
}
.comments-title span
{
    display: inline-block;
    color: #fff;
    background: #9DBAB3;
    padding: 2px 5px;
    margin-right: 5px;
}
.comment-item
{
    border-bottom: 1px solid #E8E8E8;
    padding: 0 30px 15px;
    margin-bottom: 30px;
}
.comment-img
{
    display: table-cell;
}
.comment-img img
{
    border-radius: 10px;
    margin-right: 30px;
}
.comment-body
{
    display: table-cell;
    vertical-align: top;
}
.comment-author
{
    color: #FDCC50;
}
.comment-date
{
    font-size: 15px;
    color: #C2C2C2;
    margin: 8px 0 10px;;
}
.comment-body p
{
    margin-bottom: 10px;
}
.b-footer
{
    background: #fff;
    border-top: 3px solid #FDCC50;
    padding: 15px 0;
}
@media (max-width: 990px)
{
    .d-large
    {
        display: none !important;
    }
    body
    {
        font-size: 19px;
    }

    .b-header
    {
        border: none;
        box-shadow: none;
    }
    .header-top
    {
        padding: 8px 20px 2px;
        border: none;
    }
    .b-logo>span:first-child {
        font-size: 30px;
    }
    .b-logo>span:last-child {
        font-size: 12px;
    }
    .b-toggle
    {
        display: block;
        margin-top: 2px;
    }
    .b-main
    {
        margin-right: 0;
    }
    .b-content
    {
        border: none;
        padding: 12px 20px 0;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        margin-bottom: 35px;
    }
    .b-breadcrumbs
    {
        background: none;
        font-size: 16px;
        padding: 0;
        margin-bottom: 17px;
    }
    h1
    {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .m-large
    {
        font-size: 18px;
    }
    h2
    {
        font-size: 22px;
    }
    .b-blockqoute
    {
        font-size: 18px;
        padding: 22px 0 0px 20px;
        background-size: 68px;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .b-check
    {
        font-size: 14px;
		width: 100%;
    }
    h3
    {
        font-size: 18px;
    }
    .b-comments
    {
        border: none;
    }

    .b-footer
    {
        border: none;
        font-size: 12px;
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .b-calculator
    {
        padding: 15px 15px 30px;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .b-calculator .text-center:first-child {
        font-size: 18px;
    }
    .b-enter, .b-result {
        display: block;
        margin: 20px 0 30px;
        width: auto;
        max-width: 300px;
    }
    .b-enter:after
    {
        transform: rotate(90deg);
        margin: 15px -40px -50px 0;
        width: 55px;
    }
    .b-result
    {
        margin-bottom: 50px;
    }
    .b-info
    {
        font-size: 12px;
        margin: 0 -20px 40px;
        padding: 10px 20px;
    }
    .b-tags
    {
        float: none;
        margin-top: 10px;
    }
    .d-mobile
    {
        display: block;
        float: right;
    }
    .b-check
    {
        max-width: 280px;
        margin-bottom: 10px;
    }
    .b-spec
    {
        background: #EBF3F1;
        border-radius: 10px;
        padding: 17px 15px;
        margin-bottom: 35px;
    }
    .img-spec
    {
        height: 248px;
        float: none;
        border-radius: 50%;
        overflow: hidden;
        max-width: 248px;
        margin: 0 auto 10px;
    }
    .img-spec img
    {
        max-width: 100%;
    }
    .spec-info
    {
        text-align: center;
        font-size: 18px;
    }
    .b-spec .b-blockqoute
    {
        background-image: url("../img/quotes2.png");
        padding: 18px 0 0 14px;
        margin-top: 8px;
    }
    .img-product
    {
        float: none;
        display: block;
        margin: -36px auto;
        transform: rotate(-33deg);
        max-width: 80%;
    }
    .b-order
    {
        padding: 20px 15px 30px;
    margin-bottom: 40px;
    }
    .b-counter {
        padding: 15px 20px;
        margin: 0 -20px;
    }
    .comments-title
    {
        font-size: 18px;
        padding: 0 20px 15px;
    }
    .comment-item
    {
        padding: 0 20px 5px;
        margin-bottom: 25px;
    }
    .comment-img
    {
        display: block;
        float: left;
    }
    .comment-img img
    {
        width: 40px;
        margin-right: 10px;
    }
    .comment-body
    {
        display: block;
    }
    .comment-date
    {
        font-size: 12px;
        margin: 5px 0;
    }
}