body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: url(../img/bg1.jpg) no-repeat center 80px;
    font-family: 'SFUIDisplay-Regular', Arial, sans-serif;
}

.wrapper {
    padding-top: 20px;
}

.wrap {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


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


.block1 .wrap {
    display: grid;
    justify-content: center;
    grid-row-gap: 20px;
}


.inline-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inline-b br {
    display: none;
}

.block1 p {
    font-family: 'SFUIDisplay-Thin', sans-serif;
    padding: 0;
}


.block2 .head-title {
    font-size: 35px;
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    color: #00a5e8;
    text-align: center;
}

.left-block ul {
    list-style: none;
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 20px;
    color: #352759;
    padding-left: 40px;
}

.left-block ul li {
    position: relative;
    margin-bottom: 10px;
}

.left-block ul li::before {
    content: "";
    position: absolute;
    left: -40px;
    background-image: url(../img/li.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.product-image {
    max-width: 200px;
    width: 100%;
}


.product-pack {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


.form-container {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
}

.action-valid {
    background-color: #ef1650;
    color: #ffffff;
    padding: 12px 0;
    border-radius: 8px;
    text-align: center;
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 18px;
}

.price-block {
    display: flex;
    justify-content: space-around;
}


.price__text {
    font-family: 'SFUIDisplay-Light', sans-serif;
    color: #0c283a;
    font-size: 15px;
    margin-bottom: 5px;
}


.price_old {
    position: relative;
    font-family: 'SFUIDisplay-Thin', sans-serif;
    font-size: 30px;
    margin-top: 5px;
}

.price_old:after {
    content: "";
    background-image: url(../img/lt.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.action-price {
    margin-bottom: 5px;
}


.price_main {
    margin-top: 5px;
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    color: #ef1650;
    font-size: 30px;
}


select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 4px auto;
    border: 1px solid #000000;
    border-radius: 6px;
    outline: none;
    text-indent: 40px;
    color: #252525;
    box-sizing: content-box;
}

input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 4px auto;
    border: 1px solid #000000;
    border-radius: 6px;
    outline: none;
    text-indent: 40px;
    color: #252525;
    box-sizing: content-box;
    padding: 0;
}


button {
    width: 100%;
    height: 54px;
    margin-top: 10px;
    border-radius: 6px;
    background-color: #71b100;
    border-bottom: 3px solid #548300;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.form-bottom-text {
    font-family: 'SFUIDisplay-Light', sans-serif;
}

.left-pack {
    padding: 5px;
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    background-color: #ef1650;
    border-radius: 4px;
    color: #ffffff
}

.shit {
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 20px;
    background: url(../img/shit.png) no-repeat 0 50%;
    margin-left: 20px;
    color: #8a8a8a;
}


.block3 .head-title {
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    font-size: 35px;
    text-align: center;
}


.block3 p {
    font-size: 20px;
}

.circle-container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block3 .circle-container div p {
    padding-top: 18px;
    text-align: center;
}

.block4 {
    background: url(../img/bg2.jpg) no-repeat center top;
    background-size: 100% auto;
    background-size: auto;
}

.block4 .head {
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    font-size: 35px;
    text-align: center;
}

.effective-percent {
    margin-top: 20px;
    text-align: center;
}


.block5 {
    background: url(../img/bg3.jpg) no-repeat center 180px;
    background-size: 100%;
}

.block5 .head {
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    text-align: center;
    font-size: 25px;
}


.block5 .head .sfl {
    font-family: 'SFUIDisplay-Light', sans-serif;
}


.block5 .head2 {
    font-size: 25px;
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    text-align: center;
}

.block5 .head2 .sfr {
    font-family: 'SFUIDisplay-Regular', sans-serif;
}


.components-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.components-container .inline-b {
    max-width: 382px;
    column-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
}

.components-container .inline-b__inner {
    padding: 10px;
}

.component-img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.component-img2 {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.components-container .inline-b p span {
    font-family: 'SFUIDisplay-Heavy', sans-serif;
}



.block6 {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3b3b3b12;



    background-size: cover;
}

.doc-photo {
    max-width: 300px;
    width: 100%;
}

.doctor-foto {
    text-align: center;
}

.doctor-foto__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.doctor-foto__inner p {
    font-size: 12px;
    text-align: right;
}

.doctor-foto__inner span {
    font-family: 'SFUIDisplay-Thin', sans-serif;
    font-size: 16px;
}

.doctor-signature {
    width: 70px;
}

.doctor-text p {
    font-family: 'SFUIDisplay-Light', sans-serif;
}

.doctor-text p.sfh {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'SFUIDisplay-Heavy', sans-serif;
    font-size: 25px;
}


.doctor-text ul {
    list-style-type: circle;
    padding: 0;
    padding-left: 30px;
}

.doctor-text ul li {
    padding: 4px 0;
    font-family: 'SFUIDisplay-Light', sans-serif;
}


.block7 .head2 {
    text-align: center;
}


.block7 .head2 .sfh {
    font-family: 'SFUIDisplay-Heavy', sans-serif;
}

input.name-black {
    background: #ffffff url(../img/name_b.png) no-repeat 14px 50%;

}


input.phone-black {
    background: #ffffff url(../img/phone_b.png) no-repeat 12px 50%;
}


.block8 {
    background: #0c283a;
    padding: 30px 0;
    height: auto;
}

.block8 ul {
    list-style: none;
}

.block8 ul.top-list {
    padding-left: 10px;
}

.block8 ul li {

    color: #b6b7b8;
}

.block8 .title {
    padding-bottom: 25px;
    text-transform: uppercase;
}

.block8 ul.list {
    padding-left: 0;
}

.block8 ul.list li {
    display: block;
    padding: 12px 0 14px 40px;
}

.block8 ul.list li:nth-child(1) {
    background: url(../img/ico4.png) no-repeat 0 50%;
}

.block8 ul.list li:nth-child(2) {
    background: url(../img/ico5.png) no-repeat 0 50%;
}

.block8 ul.list li:nth-child(3) {
    background: url(../img/ico6.png) no-repeat 0 50%;
}

.block8 .foot {
    text-align: center;
}

.block8 .foot a {
    color: #b6b7b8;
    text-decoration: none;
}

.block1-img {
    width: 65px;
    height: 65px;
}

.circle-container-img {
    width: 190px;
    height: 190px;
}


.skeleton {
    max-width: 100%;
}

.block2 .right-block {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.block5 .right-block {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.block7 .right-block {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}


@media(width >=425px) {
    .left-block ul li br {
        display: none;
    }

    .left-block ul li {
        margin-bottom: 15px;
    }

    .product-container .left-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-block ul li::before {

        top: -5px;
    }


    .product-container .left-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shit {

        margin-top: 10px;
    }

}


@media(width >=500px) {
    .block1 .wrap {
        grid-template-columns: auto auto auto;
        align-items: start;
        column-gap: 15px;
    }

    .block2 .head-title br {
        display: none;
    }

    .circle-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .circle-container>div {
        width: 50%;
        justify-content: flex-start;
    }
}


@media(width >=600px) {
    .block8 ul.top-list {
        display: flex;
        justify-content: space-around;
    }
}


@media(width >=768px) {
    .product-container__inner {
        display: flex;
        justify-content: center;
    }

    .doctor-foto {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto;
    }

    .doc-photo {
        max-width: 400px;
    }

    .block1 .wrap {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }

    .inline-b {
        flex-direction: row;
        align-items: center;
        column-gap: 15px;

    }

    .inline-b br {
        display: block;
    }

    .inline-b {
        text-align: left;
    }

    .product-container {
        display: flex;
        align-items: center;
    }

    .left-block ul li {
        margin-bottom: 25px;
    }


    .disease-container {
        position: relative;
        text-align: center;
        margin-bottom: 80px;
    }

    .skeleton {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .effective-percent {
        position: absolute;
        left: 100px;
        bottom: -60px;
        font: normal 18px/100% 'SFUIDisplay-Thin', sans-serif;
        text-align: left;
    }


    .product-container {
        margin-bottom: 45px;
    }

    .components-container {
        flex-direction: row;

        column-gap: 20px;
    }

    .components-container .inline-b {
        width: 33%;
        flex-direction: column;
        justify-content: space-between;

    }

}


@media(width >=1024px) {
    .block6 {
        background: url(../img/bg4.jpg) no-repeat center top;
    }

    .doctor-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .block8 .foot {
        text-align: left;
    }

    .product-container {
        justify-content: center;
        column-gap: 20px;
    }

    .product-image {
        max-width: 300px;
    }


}

@media(width >=1200px) {
    .block2 .head-title {
        font-size: 50px;
    }

    .block2 .head-title br {
        display: block;
    }

    .product-image {
        max-width: 400px;
    }

    .shit {
        margin-left: 10px;
    }

    .block3 .head-title {
        font-size: 40px;
    }

    .block3 p {
        text-align: center;
    }

    .circle-container {
        flex-wrap: nowrap;
    }

    .block5 .head {
        font-size: 30px;
    }

    .doc-photo {
        max-width: 430px;
    }

    .doctor-foto__inner span {
        font-size: 20px;
    }

    .doctor-foto__inner p {
        font-size: 16px;
    }

    .doctor-signature {
        width: 80px;
    }

    .block7 {
        margin-top: 60px;
    }

    .block7 .head2 {
        font-size: 30px;
    }

    .block7 .head2 .sfh {
        font-size: 40px;
    }
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.delivery span {
    flex: 0 0 50px;
    margin-right: 10px;
}
.delivery p {
    font-size: 16px;
    line-height: 1.4;
    color: #2f3d57;
    font-weight: bold;
    font-style: italic;
}
