body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.wrapper {
    overflow: hidden;
}

.container {
    max-width: 917px;
    margin: auto;
}

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

.header {
    font-family: 'Playfair Display', serif;
    background: #F8F7F3;
    margin-bottom: 70px;
}

.header-left {
    float: left;
    padding-top: 26px;
    padding-bottom: 26px;
}

.header .menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
}

.header .menu__item {
    display: inline-block;
    vertical-align: middle;
    text-decoration-line: underline;
    font-size: 14px;
    margin-right: 35px;
    color: #4F4F4F;
    cursor: pointer;
}

.header .menu__item:hover {
    opacity: 0.8;
}

.header .menu__item:last-child {
    margin-right: 0;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    cursor: pointer;
}

.logo-top {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.logo-bottom {
    text-transform: uppercase;
    color: #CFC2A1;
    font-weight: 500;
    font-size: 18px;
}

.header-right {
    float: right;
}

.social-icons {
    font-size: 0;
    padding: 42px 0;
}

.social-icons .item {
    display: inline-block;
    vertical-align: middle;
    color: #393939;
    margin-right: 20px;
    cursor: pointer;
}

.social-icons .item:nth-child(1) {
    font-weight: 900;
    font-size: 14px;
}

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

.main-left {
    max-width: 613px;
    float: left;
}

.tags {
    margin-bottom: 40px;
}

.tags-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    color: #858585;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #9C9C9C;
    border-radius: 50px;
    padding: 6px 10px;
    text-align: center;
}

.tags-item:last-child {
    margin-right: 0;
}

.tags-item:hover {
    opacity: 0.7;
}

.title {
    font-family: Playfair Display;
    font-size: 30px;
    line-height: 40px;
    background: #CFC2A1;
    font-weight: normal;
    text-align: left;
    max-width: 530px;
    padding: 0px 0;
    display: inline;
}

.title span.bold {
    font-weight: 900;
}

.title span.line {
    /*    background: #CFC2A1;
    padding: 0 10px;*/
}

.name-block {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

.name-block .left {
    float: left;
}

.name-block .left span {
    font-weight: 700;
}

.name-block .right {
    float: right;
}

.name-block .right span {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.name-block .right span:hover {
    opacity: 0.8;
}

.name-block .right span:nth-child(1) {
    margin-right: 15px;
}

.name-block .right span:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    background: url("icon5.png") no-repeat center;
    left: 0;
    top: 5px;
}

.name-block .right span:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("icon4.png") no-repeat center;
    left: 0;
    top: 2px;
}

.basic-image {
    margin-bottom: 30px;
}

.causes-block {
    background: #F5F5F5 url("causes_bg.png") no-repeat center;
    padding-top: 37px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 37px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.causes-block h3 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.causes-block__list {
    margin-bottom: 45px;
    font-size: 0;
    text-align: center;
}

.causes-block__list li {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.causes-block__list li:nth-child(4),
.causes-block__list li:nth-child(5) {
    margin-top: 10px;
}


.causes-block__list li:nth-child(3),
.causes-block__list li:last-child {
    margin-right: 0;
}

.causes-block__list li img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.causes-block__list li p {
    font-size: 12px;
    line-height: 20px;
    max-width: 130px;
    margin: auto;
}

.causes-block__list li p span {
    font-weight: bold;
}

.causes-block .bottom-text {
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.causes-block .bottom-text span {
    background: #CFC2A1;
    padding: 4px;
}

.doc-block {
    margin-top: 35px;
    margin-bottom: 30px;
}

.doc-block .left {
    float: left;
    margin-right: 20px;
}

.doc-block .right {
    float: left;
    max-width: 530px;
}

.doc-block .right p {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.doc-block .right p span {
    background: #CFC2A1;
    padding: 4px;
    font-weight: 700;
}

.doc-block .right p:last-child {
    margin-bottom: 0;
}

.doc-picture {
    margin-bottom: 30px;
}

.review-block {
    background: #F5F5F5 url("causes_bg.png") no-repeat center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
}

.review-block__name {
    font-weight: bold;
    font-size: 14px;
    background: #CFC2A1;
    margin-bottom: 30px;
    padding: 5px;
    display: inline-block;
}

.review-block p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.review-block p span {
    font-weight: bold;
    margin-right: 10px;
}

.review-block .image-wrap {
    font-size: 0;
    text-align: center;
}

.review-block .image-wrap img {
    display: inline-block;
    vertical-align: top;
}

.review-block .image-wrap img:nth-child(1) {
    margin-right: 20px;
}

span.bg-text {
    background: #CFC2A1;
    padding: 4px;
    font-weight: 700;
}

.structure-block {
    position: relative;
    background: #F5F5F5 url("causes_bg.png") no-repeat center;
    padding-top: 30px;
    padding-bottom: 74px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.structure-block h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}

.structure-block h3 span {
    background: #CFC2A1;
    padding: 4px 3px;
}

.structure-block .left {
    float: left;
}

.structure-block .right {
    float: right;
}

.structure-block .product {
    position: absolute;
    left: 35px;
    right: 0;
    margin: auto;
    top: 85px;
}

.structure-block .item img {
    display: inline-block;
    vertical-align: middle;
}

.structure-block .item:nth-child(1) {
    margin-bottom: 60px;
}

.structure-block p {
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    margin-right: 10px;
}

.structure-block .right p {
    text-align: left;
}

.form-block {
    position: relative;
    max-width: 285px;
    margin: 60px auto;
}

.form-block .product {
    position: absolute;
    left: -50px;
    top: 25px;
}

.form {
    background: #F5F5F5 url("causes_bg.png") no-repeat center;
    max-width: 285px;
    border-radius: 10px;
    padding-top: 32px;
    padding-bottom: 34px;
    padding-right: 30px;
    padding-left: 45px;
}

.form-block .inner-wrap {
    width: 220px;
}

.price-block {
    font-family: Playfair Display;
    text-align: center;
    margin-bottom: 30px;
}

.price-block .new-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
}

.price-block .new-price .currency {
    font-size: 14px;
}

.price-block .old-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #727272;
    opacity: 0.7;
    text-decoration: line-through;
}

.price-block .old-price .currency {
    font-size: 12px;
}

.field {
    border: 1px solid rgba(66, 66, 66, 0.2);
    width: 220px;
    height: 41px;
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 15px;
    background: transparent;
}

.field:nth-child(3) {
    margin-bottom: 25px;
}

select.field {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("sel.png") no-repeat 93%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
    color: #000;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder {
    color: #000;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder {
    color: #000;
}

.button {
    background: linear-gradient(180deg, #FFF3D5 0%, #CFC2A1 100%);
    box-shadow: 0px 10px 44px -5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    max-width: 220px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 17px 10px;
    margin: auto;
    transition: 0.5s;
    text-align: center;
}

.button:hover,
.social-buttons__item:hover {
    opacity: 0.8;
}

.social-buttons {
    font-size: 0;
    margin-bottom: 55px;
}

.social-buttons__item {
    position: relative;
    transition: 0.5s;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.social-buttons__item:nth-child(1) {
    background: #4F68C4;
    border-radius: 10px;
    max-width: 155px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    padding: 12px 15px;
    padding-left: 30px;
    margin-right: 25px;
}

.social-buttons__item:nth-child(1):before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 14px;
    background: url("icon6.png") no-repeat center;
    left: 13px;
    top: 10px;
}

.social-buttons__item:nth-child(2) {
    background: #4BC9F1;
    border-radius: 10px;
    max-width: 93px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    padding: 12px 15px;
    padding-left: 38px;
}

.social-buttons__item:nth-child(2):before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 12px;
    background: url("icon7.png") no-repeat center;
    left: 14px;
    top: 12px;
}

.news-block {
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding-top: 68px;
    padding-bottom: 68px;
}

.news-block__title,
.comments__title {
    font-family: Playfair Display;
    background: #CFC2A1;
    font-weight: 900;
    font-size: 18px;
    max-width: 170px;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.comments__title {
    margin-bottom: 40px;
    max-width: 115px;
}

.news-block__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 287px;
    width: 100%;
    min-height: 192px;
    padding: 20px 25px;
}

.news-block__item:nth-child(1) {
    background: url("news1.jpg") no-repeat center;
    background-size: cover;
    margin-right: 38px;
}

.news-block__item:nth-child(2) {
    background: url("news2.jpg") no-repeat center;
    background-size: cover;
}

.news-block__item:nth-child(3) {
    display: block;
    background: url("news3.jpg") no-repeat center;
    background-size: cover;
    margin-top: 34px;
}

.news-block__item p {
    position: absolute;
    bottom: 10px;
    left: 25px;
    font-family: Playfair Display;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    max-width: 245px;
}

.news-block__item p span {
    font-weight: 900;
}

.news-block__item .top-text {
    position: absolute;
    top: 13px;
    left: 25px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background: #CFC2A1;
    opacity: 0.7;
    max-width: 70px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.comments {
    padding-top: 80px;
}

.comment-item {
    margin-bottom: 35px;
}

.comment-item .avatar {
    float: left;
    margin-right: 13px;
}

.comment-item .right {
    float: left;
    max-width: 550px;
}

.comment-item .right .name-text {
    margin-bottom: 25px;
}

.comment-item .right .name-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.comment-item .right .name-text span:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.comment-item .right .name-text span:nth-child(2) {
    color: #989CA6;
    font-size: 13px;
    padding-left: 10px;
}

.comment-item .right .name-text span:nth-child(2):before {
    position: absolute;
    display: block;
    content: "";
    background: #989CA6;
    left: 0;
    top: 7px;
    border-radius: 100%;
    width: 2px;
    height: 2px;
}

.comment-item .right p {
    background: #F5F5F5;
    color: #30343A;
    font-size: 14px;
    line-height: 160%;
    padding: 10px 15px 15px 15px;
    margin-bottom: 30px;
}

.comment-item .right p span {
    font-weight: bold;
}

.comment-item__bottom .item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
    cursor: pointer;
}

.comment-item__bottom .item:hover {
    opacity: 0.8;
}

.comment-item__bottom .item:nth-child(2) {
    transform: scaleY(-1);
    margin-left: 10px;
    margin-right: 10px;
}

.comment-item__bottom span {
    color: #989CA6;
    font-size: 13px;
    padding-left: 10px;
}

.comment-item__bottom .item:nth-child(4) {
    padding-left: 15px;
}

.comment-item__bottom span:before {
    position: absolute;
    display: block;
    content: "";
    background: #989CA6;
    left: -3px;
    top: 7px;
    border-radius: 100%;
    width: 3px;
    height: 3px;
}

.comment-item__bottom span:last-child:before {
    left: 4px;
    top: 7px;
}

.comment-item .image {
    display: block;
    margin-top: 20px;
}

.comment-item.answer {
    padding-left: 40px;
}

.comment-item.answer .right {
    max-width: 505px;
}

.main-right {
    font-family: Playfair Display;
    float: left;
    max-width: 265px;
    margin-left: 38px;
    padding-top: 65px;
}

.side-title {
    font-weight: 900;
    font-size: 18px;
    background: #CFC2A1;
    max-width: 205px;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.side-item {
    margin-bottom: 40px;
    cursor: pointer;
}

.side-item:hover {
    opacity: 0.9;
}

.side-item p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
}

.side-item p span {
    font-weight: 900;
}

.main-right .inner-wrap {
    border-bottom: 1px solid #C5C5C5;
}

.main-right .banner {
    font-family: Open Sans;
    margin-top: 50px;
    background: #40924D url("causes_bg.png") no-repeat center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.main-right .banner .logo {
    display: block;
    margin: auto;
    margin-bottom: 12px;
}

.banner-title {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    max-width: 210px;
    margin: auto;
    margin-bottom: 8px;
}

.side-image {
    display: block;
    margin: auto;
}

.main-right .banner .button {
    max-width: 125px;
    margin-top: -22px;
    z-index: 9999999999999999;
    position: relative;
    box-shadow: 0px 10px 44px -5px rgba(0, 0, 0, 0.7);
}

.footer {
    margin-top: 97px;
    background: #CFC2A1;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}

.mobile {
    display: none!important;
}

.web {
    display: block;
}

@media screen and (max-width:916px) {
    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .mobile {
        display: block!important;
    }

    .web {
        display: none !important;
    }

    .main-left {
        float: none;
    }

    .header .menu,
    .header-right {
        display: none;
    }

    .header-left {
        float: none;
    }

    .logo {
        display: block;
        margin: auto;
    }

    img {
        max-width: 100%;
    }

    .header {
        margin-bottom: 48px;
    }

    .tags-item {
        margin-right: 4px;
        padding: 5px 10px;
    }

    .tags-item:last-child,
    .tags-item:nth-child(4) {
        margin-top: 4px;
    }

    .tags {
        margin-bottom: 37px;
    }

    .title {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 26px;
        line-height: 32px;
        background: #CFC2A1;
        display: inline;
        /*padding: 0 10px;*/
    }

    .title span.line {
        background: none;
        padding: 0 5px;
    }

    .name-block {
        margin-top: 30px;
    }

    .name-block .left,
    .name-block .right {
        float: none;
    }

    .name-block .right {
        margin-top: 12px;
    }

    .causes-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .causes-block__list li {
        width: 50%;
        margin-right: 0;
    }

    .causes-block__list {
        text-align: left;
        margin-bottom: 37px;
    }

    .causes-block__list li p {
        text-align: center;
        max-width: 110px;
    }

    .causes-block h3 {
        font-size: 17px;
    }

    .causes-block__list li:nth-child(3),
    .causes-block__list li:nth-child(4),
    .causes-block__list li:nth-child(5) {
        margin-top: 20px;
    }

    .doc-block .right p:nth-child(1) {
        display: none;
    }

    .doc-block .left .mobile {
        font-style: italic;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        max-width: 223px;
    }

    .doc-block .left .mobile span {
        background: #CFC2A1;
        padding: 4px;
        font-weight: 700;
    }

    .doc-block .left {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .doc-avatar,
    .doc-block .left .mobile {
        float: left;
    }

    .doc-avatar {
        margin-right: 19px;
    }

    .review-block .image-wrap img:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .structure-block {
        padding-top: 35px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
    }

    .structure-block h3 {
        line-height: 20px;
        margin-bottom: 13px;
    }

    .structure-block .item img {
        display: block;
    }

    .structure-block p {
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
    }

    .structure-block .right p {
        text-align: center;
    }

    .main-right {
        display: none;
    }

    .structure-block .product {
        height: 213px;
        left: 10px;
        top: 140px;
    }

    .structure-block .item:nth-child(1) {
        margin-bottom: 35px;
    }

    .structure-block h3 span {
        padding: 2px 3px;
    }

    .form-block {
        margin-top: 25px;
        margin-right: -5px;
        margin-bottom: 30px;
    }

    .form {
        padding-left: 60px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 29px;
    }

    .button {
        max-width: 205px;
    }

    .form-block .product {
        left: -30px;
    }

    .field {
        width: 205px;
        height: 40px;
    }

    .news-block {
        display: none;
    }

    .comments {
        padding-top: 30px;
        border-top: 1px solid #C5C5C5;
    }

    .comments__title {
        margin-bottom: 30px;
    }

    .comment-item .right .name-text span:nth-child(2):before {
        display: none;
    }

    .comment-item .right .name-text span:nth-child(2) {
        padding-left: 0;
        display: block;
    }

    .comment-item .right .name-text span:nth-child(1) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .comment-item {
        position: relative;
    }

    .comment-item .right {
        max-width: 235px;
    }

    .comment-item .right .name-text {
        margin-bottom: 15px;
    }

    .comment-item .right p {
        margin-bottom: 15px;
    }

    .comment-item.answer .right {
        max-width: 190px;
    }

    .comment-item.answer .comment-item__bottom span:last-child {
        padding-left: 0;
        margin-top: 10px;
    }

    .comment-item.answer .comment-item__bottom span:last-child:before {
        display: none;
    }

    .footer {
        margin-top: 60px;
    }
}