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

body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.35;
    -webkit-text-size-adjust: 100%;
    background: #f9faff;
}

img {
    max-width: 100%;
    outline: none;
    border: 0;
    margin: 0;
}

.desktop-only {
    display: none !important;
}

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

.hero-form-price {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 15px 0 15px;
    text-align: center;
    font-family: inherit;
}

@media (max-width: 480px) {
    .hero-form-price {
        flex-direction: column;
    }
}

.hero-form-price .new-price {
    color: #ce4c42;
    font-size: 28px;
    width: 45%;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-form-price .old-price {
    color: #000;
    font-size: 24px;
    width: 45%;
    display: block;
    text-decoration: line-through
}


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

a {
    color: #00dc6d;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    color: #006ece;
    text-decoration: none;
}

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

.header {
    padding: 5px 0 4px;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #2b2a2a;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'Jost', sans-serif;
    font-weight: 800;

}




.logo__icon {
    margin-right: 10px;
    vertical-align: middle;

    width: 30px;
}


.nav {
    display: none;
}

.breadcrumbs {
    background: #edf1fc;
    padding: 10px 0;
    margin-bottom: 4px;
}

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

.breadcrumbs__link {
    color: #75767e;
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumbs__link.active,
.breadcrumbs__link:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #00cc7b;
    margin: 0 10px;
    vertical-align: middle;
}

.search,
.sandwich {
    display: inline-block;
    vertical-align: middle;
}

.sandwich {

    margin-left: 10px;
}

.sandwich__line {
    background: #000;
    width: 20px;
    height: 3px;
    margin-bottom: 1px;
}

.category {
    color: #fff;
    background-color: #006ece;
    padding: 8px 10px;
    border-radius: 0 20px 20px 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}




.main-title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.article__info {

    color: #a1a5aa;
    font-size: 12px;

}


.article__stats {
    margin-bottom: 15px;
}

.article__stat {
    margin-right: 15px;
    display: inline-block;
    vertical-align: baseline;
}

.article__stat img {
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
}

.main-photo {
    margin-bottom: 20px;
}

.main-photo img {
    display: block;
    margin: auto;
}

.main-photo img:nth-child(1) {
    margin-bottom: 6px;
}

.title {
    font-weight: 700;
    font-size: 22px;
    color: #006ece;
    margin-bottom: 20px;
    line-height: 1.1;
}

.article-text {
    margin-bottom: 20px;
}

.specialist {
    margin-bottom: 20px;
}

.specialist__img {
    margin: auto;
    text-align: center;
}

blockquote {
    padding: 25px 15px 25px 30px;
    background-color: #fff;
    position: relative;
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

blockquote::before {
    content: "";
    background: url(../img/quotes.svg) no-repeat center/contain;
    top: 65px;
    left: -20px;
    width: 40px;
    height: 29px;
    display: block;
    position: absolute;
}

cite {
    display: block;
    font-style: normal;
    margin-bottom: 10px;
}

.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.block--1 p:nth-of-type(1) {
    order: 1;
}

.block--1 p:nth-of-type(2) {
    order: 3;
}

.block--1 p:nth-of-type(3) {
    order: 4;
}

.block--1 img {
    order: 2;
    margin-bottom: 20px;
    max-width: 310px;
}

blockquote img {
    /* margin: auto; */
    display: block;
    margin-bottom: 5px;
    max-width: 250px;
}

.block p b {
    display: block;
}

.list {
    font-weight: 700;
    counter-reset: section;
    line-height: 1.15;
}

.list__item {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.list__item::before {
    content: counter(section);
    margin-right: 10px;
    background-color: #006ece;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    counter-increment: section;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    min-width: 33px;
    align-self: flex-start;

}


.form {
    max-width: 320px;
    margin: auto;
    background-color: #fff;
    padding: 15px 15px 60px;
    margin-top: 180px;
    margin-bottom: 20px;
}

.form__product {
    margin: auto;
    position: relative;
    max-width: 126px;
    margin-bottom: 20px;
    margin-top: -180px;
}

.form__product img:nth-child(1) {
    position: relative;
    z-index: 1;

    margin: auto;
    display: block;
}

.form__product img:nth-child(2) {
    position: absolute;
    bottom: -40px;
    right: -80px;
    z-index: 2;
    max-width: 200px;
}

.form__product img:nth-child(3) {
    position: absolute;
    bottom: -10px;
    left: -82px;
    max-width: 200px;
}

form {
    position: relative;
    z-index: 3;

}

form input,
form select {
    position: relative;
    z-index: 3;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #f9faff;
    margin-bottom: 8px;
    color: rgb(0 0 0 / 70%);
    border: 0;
    outline: none;
    padding: 15px 20px;
    border-radius: 10px;
}

form input::-webkit-input-placeholder {
    color: rgb(0 0 0 / 70%);
}

form input::-moz-placeholder {
    color: rgb(0 0 0 / 70%);
}

form input:-moz-placeholder {
    color: rgb(0 0 0 / 70%);
}

form input:-ms-input-placeholder {
    color: rgb(0 0 0 / 70%);
}

form select::-ms-expand {
    display: none;
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(../img/sel.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
}

form input:last-of-type {
    margin-bottom: 20px;
}

.btn {
    display: block;
    margin: auto;
    font-size: 18px;
    border-radius: 100px;
    color: #fff;
    background: #00dc6d;
    padding: 17px 55px;
    text-decoration: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    max-width: 320px;
    text-align: center;
    transition: .3s;
    border: 0;
    outline: none;
    cursor: pointer;
    font-weight: 700;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background: #006ece;
}

.form__text {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.tags {
    margin-bottom: 25px;
}

.tags__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tags__item {
    display: inline-block;

    font-size: 13px;
    margin-bottom: 5px;
}

.tags__link {
    padding: 8px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    background: #edf1fc;
    border-radius: 5px;
}

.tags__link:hover {
    text-decoration: none;
    color: #006ece
}

.comments {
    margin-bottom: 30px;
}

.comments__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.comments__item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.comments__item--inner {
    margin-left: 60px;
}


.comments__author {
    width: 51px;
    min-width: 51px;
}


.comments__img {
    float: left;

}

.comments__img img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}

.comments__content {
    padding-left: 10px;
    flex-grow: 10;
}


.comments__content p {
    margin-left: -60px;
    margin-top: 5px;
}

.comments__content p img {
    margin-top: 5px;
}


.comments__name {
    color: #006ece;
    font-size: 16px;
}

.comments__date {
    font-size: 12px;
    font-weight: 700;
    color: #ababab;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.comments__rate {
    display: inline-block;
    vertical-align: middle;

}

.comments__text p {
    margin-bottom: 10px;
}


@media(min-width:700px) {
    .main-photo {
        display: flex;
        align-items: center;
        justify-content: stretch;
        margin-bottom: 45px;
        width: 100%;
        max-width: 100%;
    }

    .main-photo img {
        max-width: calc(50% - 5px);
    }

    .main-photo img:first-child {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media(min-width:992px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block !important;
    }

    .nav,

    .comments__item:nth-child(-n+5) {
        display: block;
    }

    .sandwich {
        display: none;
    }

    .header {
        padding: 12px 0;
    }

    .logo {
        font-size: 30px;
        line-height: 1;
    }

    .logo__icon {
        width: auto;
    }

    .search {
        border: 1px solid #7aafe9;
        background: #edf1fc url(../img/search.svg) no-repeat center right 15px/ 20px 20px;
        font-size: 13px;
        font-weight: 600;
        color: rgba(0, 0, 0, .16);
        padding: 10px 20px;
        min-width: 260px;
        border-radius: 10px;
    }

    .nav {
        border-top: 1px solid #ebebee;
        border-bottom: 1px solid #ebebee;
        background-color: #f9faff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 13px 0;
    }

    .nav__list {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;

    }

    .nav__link {
        color: #000;
        padding: 0 10px;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        margin-right: 10px;
    }

    .nav__link::after {
        content: "";
        background: #000;
        align-self: center;
        width: 2px;
        height: 6px;
        display: inline-block;
        transform: rotate(-40deg);
        position: absolute;
        top: 4px;
        right: 0px;
    }

    .nav__link::before {
        content: "";
        background: #000;
        align-self: center;
        width: 2px;
        height: 6px;
        display: inline-block;
        transform: rotate(40deg);
        position: absolute;
        top: 7px;
        right: 0px;
    }

    .nav__link:hover,
    .nav__link.active {
        color: #006ece;
        text-decoration: none;
    }

    .nav__link:hover::before,
    .nav__link.active::before,
    .nav__link:hover::after,
    .nav__link.active::after {
        background: #006ece;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .breadcrumbs__link {
        font-size: 13px;
    }

    .main-title {
        font-size: 40px;
        margin-bottom: 25px;
    }



    .title {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .category,
    .article__info {
        font-size: 14px;
    }


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


    .specialist__img {
        display: table-cell;
        vertical-align: top;
        min-width: 400px;
    }

    .specialist__text {
        display: table-cell;
        vertical-align: top;
        padding-right: 45px;
    }

    blockquote {
        padding: 40px 50px 45px 60px;
        margin-bottom: 30px;
    }

    blockquote::before {
        width: 70px;
        height: 51px;
        top: 81px;
    }

    .block--left {
        position: relative;
        padding-left: 335px;
        display: block;
    }

    .block--left img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-bottom: 0;
    }



    blockquote img {
        display: inline;
        vertical-align: top;
        max-width: 100%;
    }

    .block--2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }

    .block--2 .block__text {
        padding-right: 20px;
    }

    .block--2 .block__img {
        min-width: 320px;
    }

    .list {
        margin-bottom: 70px;
    }

    .list__item {
        margin-bottom: 10px;
    }

    .form {
        max-width: 560px;
        position: relative;
        float: right;
        padding: 100px 80px 110px 100px;
        margin: 0;
        margin-bottom: 70px;
    }

    form input,
    form select {
        padding: 20px;
    }

    .form__product {
        max-width: none;
        position: static;
        margin: 0;
    }

    .form__product img:nth-child(1) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -199px;
    }

    .form__product img:nth-child(2) {
        bottom: -70px;
        right: auto;
        max-width: none;
        left: -160px;
    }

    .form__product img:nth-child(3) {
        bottom: -40px;
        left: -342px;
        max-width: none;
    }

    .form__text {
        float: right;
        max-width: 660px;
        margin-right: 70px;
        margin-bottom: 90px;
    }

    .btn {
        padding: 25px 25px;
        max-width: 380px;
    }

    .tags {

        margin-bottom: 70px;
    }

    .tags__title,
    .comments__title {
        font-size: 24px;
    }

    .tags__item {
        font-size: 16px;
        margin-right: 2px;
        margin-bottom: 7px;

    }

    .comments__title {
        margin-bottom: 30px;
    }

    .comments__item {
        margin-bottom: 50px;
    }

    .comments__item,
    .comments__content {
        display: flex;
        flex-direction: row;

    }

    .comments__img {
        min-width: 51px;
    }

    .comments__content p img,
    .comments__content p {
        margin-left: 0;

        padding-left: 15px;
    }

    .comments__content p {
        margin-top: 0;
    }

    .comments__author-info {
        border-right: 1px solid #c1c1c1;
        padding-right: 15px;
        width: 130px;
        min-width: 130px;
    }

    .comments__content p img {
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        margin-right: 5px;
        max-width: 235px;
    }

    .comments__content p img:last-child {
        margin-right: 0;
    }

    .comments__item--inner {
        margin-left: 190px;
    }
}