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: 300px;
    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: border-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 !important;
        justify-content: space-between !important;

    }

}


@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;
    }
}


@media (min-width: 601px) {
    .mob {
        display: none
    }

    /*============ CSS BEGIN ============*/
    /* Geniral style */
    * {
        padding: 0;
        margin: 0;
    }

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

    html,
    body {
        height: auto;
        max-height: 100%;
    }

    body {
        font-family: 'SFUIDisplay-Regular', Arial, sans-serif;
        font-size: 16px;
        color: #000000;
        -webkit-font-smoothing: antialiased;
    }

    p {
        padding: 10px 0;
        line-height: 118%;
    }

    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

    /* Colors style */
    .pink {
        color: #ef1650;
    }

    .blue {
        color: #00a5e8;
    }

    .dblue {
        color: #0c283a;
    }

    .yellow {
        color: #fdd020;
    }

    .green {
        color: #b0cd39;
    }

    .gray {
        color: #626262;
    }

    .dgray {
        color: #171b26;
    }

    .purple {
        color: #352759;
    }

    .black {
        color: #000000;
    }

    .white {
        color: #ffffff;
    }

    /* Link Style */
    a,
    a[href^=tel] {
        color: inherit;
        text-decoration: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
    }

    a:hover {
        /*text-decoration: underline;*/
    }

    /* Font family style */
    .sfr {
        font-family: 'SFUIDisplay-Regular', sans-serif;
    }

    .sfb {
        font-family: 'SFUIDisplay-Bold', sans-serif;
    }

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

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

    .sft {
        font-family: 'SFUIDisplay-Thin', sans-serif;
    }

    .os300 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    /* light */
    .os400 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
    }

    /* regular */
    .os600 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

    /* semi-bold */
    .os700 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    /* bold */
    .os800 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
    }

    /* extra-bold */

    .ari {
        font-family: 'Arial', sans-serif;
    }

    /* Text & font style */
    .fnorm {
        font-weight: normal;
    }

    .bold {
        font-weight: bold;
    }

    .italic {
        font-style: italic;
    }

    .center {
        text-align: center;
    }

    .alleft {
        text-align: left;
    }

    .alright {
        text-align: right;
    }

    .upp {
        text-transform: uppercase;
    }

    .under {
        text-decoration: underline;
    }

    .line-th {
        text-decoration: line-through;
    }

    .no-padding {
        padding: 0;
    }

    .flleft {
        float: left;
    }

    .flright {
        float: right;
    }

    .lh100 {
        line-height: 100%;
    }

    .lh110 {
        line-height: 110%;
    }

    .lh120 {
        line-height: 120%;
    }

    .lh130 {
        line-height: 130%;
    }

    .lh140 {
        line-height: 140%;
    }

    .lh150 {
        line-height: 150%;
    }

    .lh160 {
        line-height: 160%;
    }

    /* Display style */
    .inline-b {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

    /* Positon's style */
    .rel {
        position: relative;
    }



    .fix {
        position: fixed;
    }

    /* Clear */
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
        *zoom: 1;
    }

    .clear {
        clear: both;
    }

    /*============ FORM ============*/

    input,
    select,
    textarea {
        display: initial;
        width: 100%;
        height: 45px;
        line-height: 45px;
        margin: 4px auto !important;
        border: 1px solid #000000;
        border-radius: 6px;
        outline: none;
        text-indent: 40px;
        color: #252525;
        box-sizing: content-box;
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    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%;
    }

    /* placeholder style */
    ::-webkit-input-placeholder {}

    :-moz-placeholder {}

    ::-moz-placeholder {}

    :-ms-input-placeholder {}

    :focus::-webkit-input-placeholder {
        color: transparent
    }

    :focus::-moz-placeholder {
        color: transparent
    }

    :focus:-moz-placeholder {
        color: transparent
    }

    :focus:-ms-input-placeholder {
        color: transparent
    }

    /* Form button & custom button style */
    button {
        background: none;
        outline: none;
        border: none;
    }

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

    /*============ ANIMATIONS ============*/

    /* Button animation */

    button,
    .button {
        opacity: 0.88;
        position: relative;
        transition: 0.3s ease all 0s;
        -webkit-transition: 0.3s ease all 0s;
        -moz-transition: 0.3s ease all 0s;
        -o-transition: 0.3s ease all 0s;
        -ms-transition: 0.3s ease all 0s;
    }

    button:hover,
    .button:hover {
        opacity: 1;
        /*transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);*/
        -webkit-filter: contrast(140%);
        /* Safari */
        filter: contrast(140%);
        -webkit-filter: brightness(120%);
        /* Safari */
        filter: brightness(110%);
    }

    button:active,
    .button:active {
        top: 1px;
        /*transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);*/
    }

    .button:focus {}

    /* END MAIN CSS */

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

    .block4 .head {
        padding: 40px 0 40px;
    }

    .block4 .inline-b {
        vertical-align: top;
    }

    .block4 .disease-container .alleft p {
        padding: 60px 0 146px 30px;
    }

    .block4 .disease-container .alright p {
        padding: 60px 30px 146px 0;
    }

    .block4 .disease-container .alleft p:last-child {
        padding-bottom: 0;
    }

    .block4 .disease-container .alright p:last-child {
        padding-bottom: 0;
    }

    .block4 .disease-container p.abs {
        font-size: 15px;
    }

}

@media(max-width:599px){
    .block8 ul.top-list{
        padding-left: 0;
    }
    .custom-item{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:1132px){
    .custom-title{
        color: #53a800;
    }
}