@media (min-width: 270px) {
    .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;
    }

    .abs {
        position: absolute;
    }

    .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 (min-width: 270px) {
    body {
        background: url(../img/bg1.jpg) no-repeat center 80px;
        background-size: 100%;
    }

    /*============ WRAPPER ============*/
    .block {
        min-width: auto;
        margin: 0 auto;
    }

    .wrap {
        width: 1164px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .wrap:after,
    .wrap:before {
        content: " ";
        display: table;
        clear: both;
    }

    ul {
        list-style-type: none;
    }

    .button {
        display: block;
        width: 250px;
        height: 51px;
        line-height: 51px;
        border-radius: 10px;
        background-color: #7e00ff;
        border-bottom: 3px solid #171b26;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
    }

    .link {
        border-bottom: 1px solid;
    }

    /*============ BLOCK'S ============*/
    .block1 {
        padding: 44px 0;
    }

    .block1 .wrap {
        text-align: justify;
    }

    .block1 .wrap:before {
        content: '';
        display: block;
        width: 100%;
        margin-bottom: -28px;
    }

    .block1 .wrap:after {
        content: '';
        display: inline-block;
        zoom: 1;
        width: 100%;
    }

    .block1 .inline-b {
        vertical-align: middle;
        position: relative;
        top: 24px;
    }

    .block1 .inline-b img,
    .block1 .inline-b p {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }

    .block1 .inline-b img {
        margin-right: 20px;
    }

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

    .block2 .head {
        padding-top: 28px;
    }

    .product-container {
        padding-bottom: 40px;
    }

    .left-block ul {
        max-width: 400px;
        padding-top: 20px;
    }

    .left-block ul li {
        font-family: 'SFUIDisplay-Bold', sans-serif;
        font-size: 20px;
        color: #352759;
        padding: 14px 0 14px 80px;
        background: url(../img/li.png) no-repeat 30px 12px;
    }

    .remained-container {
        display: inline-block;
        background-color: #2e323b;
        padding: 14px 20px;
        border-radius: 8px;
        margin-top: 30px;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.12);
    }

    .remained-container p {
        font-family: 'SFUIDisplay-Bold', sans-serif;
        font-size: 18px;
        padding: 0;
    }

    .remained-container .left-box {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 4px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
        background-color: #ef1650;
        border-radius: 25px;
    }

    .product-pack {
        left: 18%;
        top: 30px;
        width: 650px;
        height: 500px;
        background: url(../img/product.png) no-repeat center;
    }

    .right-block {
        max-width: 340px;
    }

    .form-container {
        position: relative;
        background-color: #f4f4f4;
        padding: 18px;
        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,
    .action-price {
        width: 50%;
        margin: 8px 0 4px -4px;
    }

    .price {
        width: 43%;
        margin-right: 7%;
        text-align: center;
    }

    .price p,
    .action-price p {
        padding: 3px 0;
    }

    .price-lt:after {
        content: url('../img/lt.png');
        position: absolute;
        top: 12%;
        right: 0px;
        left: 0;
    }

    .lp-text {
        padding: 18px 0 0;
    }

    .left-pack {
        display: inline-block;
        width: 42px;
        height: 24px;
        line-height: 24px;
        margin: 0 4px;
        text-align: center;
        background-color: #ef1650;
        border-radius: 4px;
    }

    .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 {
        padding: 0px 0 30px;
    }

    .block3 .circle-container {
        margin-top: 50px;
    }

    .circle-container div {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        text-align: center;
    }

    .block3 .circle-container div {
        max-width: 190px;
        margin: 0;
    }

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

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

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

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

    .block4 .disease-container p {
        font: normal 30px/100% 'SFUIDisplay-Thin', sans-serif;
        max-width: 270px !important;
    }

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

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

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

    .block5 .head2 {
        padding: 40px 0;
    }

    .components-container .inline-b {
        width: 32.4%;
        height: 380px;
        margin: 0 6px;
        vertical-align: top;
        border-radius: 8px;
        border: 1px solid #d4d4d4;
    }

    .components-container .inline-b:nth-child(1) {
        background: #ffffff url(../img/ing1.jpg) no-repeat center bottom;
    }

    .components-container .inline-b:nth-child(2) {
        background: #ffffff url(../img/ing2.jpg) no-repeat center top;
    }

    .components-container .inline-b:nth-child(3) {
        background: #ffffff url(../img/ing3.jpg) no-repeat center bottom;
    }

    .components-container .inline-b:first-child {
        margin-left: 0;
    }

    .components-container .inline-b:last-child {
        margin-right: -6px;
    }

    .components-container .inline-b p {
        font: normal 15px/140% 'SFUIDisplay-Thin', sans-serif;
        padding: 14px;
        text-align: left;
    }

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

    .block5 .zavod-container {
        padding-left: 54px;
        margin-top: 60px;
    }

    .block5 .zavod-container .inline-b {
        vertical-align: top;
        margin: 30px 42px 0 0;
    }

    .block5 .zavod-container p {
        color: #0c283a;
    }

    .block5 .guaranty {
        bottom: -10px;
    }

    .block6 {
        background: url(../img/bg4.jpg) no-repeat center top;
        background-size: cover;
        padding: 60px 0;
    }

    .doctor-foto {
        margin-left: -40px;
        margin-right: 50px;
    }

    .doctor-text {
        width: 47%;
        float: right;
    }

    .doctor-text .sfl {
        padding: 10px 0;
    }

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

    .doctor-text ul li {
        padding: 4px 0;
    }

    .block7 {
        background: url(../img/bg5.jpg) no-repeat center bottom;
        background-size: 100%;
        padding-bottom: 30px;
    }

    .block7 .head {
        padding: 60px 0 60px;
    }

    .block7 .head2 {
        padding: 60px 0 40px;
    }

    .block7 .video {
        margin: 0 20px;
    }

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

    .block8 p {
        color: #b6b7b8;
    }

    .block8 ul li {
        vertical-align: top;
        color: #b6b7b8;
    }

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

    .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 .title {
        padding-bottom: 25px;
    }

    .block8 .line {
        padding: 22px 0 32px;
    }

    .block8 .adr {
        padding: 0px 0 16px;
    }

    /*============ FOOTER ============*/
    @media only screen and (max-width: 1920px) {

        body,
        .block4,
        .block5,
        .block6,
        .block7 {
            background-size: auto;
        }

        .block7 {
            background: url(../img/bg5.jpg) no-repeat center 30px;
        }
    }

    @media only screen and (max-width: 1300px) {
        .block5 .zavod-container {
            padding-left: 0;
        }
    }

    /* STYLE CSS END */
}

@media (max-width: 1100px) {
    .wrap {
        width: 970px;
    }

    .block5 .head2 {
        padding-top: 0px;
    }

    .block4 .disease-container p.abs {
        left: 0 !important;
    }

    .product-pack {
        left: 20%;
        top: 90px;
        width: 500px;
        height: 400px;
        background-size: contain;
    }

    .left-block ul {
        max-width: 370px
    }

    .product-container {
        padding-bottom: 0px;
    }

    .block2 .head {
        padding-top: 0;
    }

    .circle-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        column-gap: 10px;
        justify-items: center;
    }

    .circle-container img {
        max-width: 100%;
    }

    .components-container .inline-b,
    .components-container .inline-b:first-child,
    .components-container .inline-b:last-child {
        width: auto;
        margin: 0;
    }

    .components-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }
    
    .block6 {
        padding: 0;
        background-size: cover;
    }

    .doctor-foto {
        margin: 0 15px 0 0;
        float: none;
        max-width: 450px;
    }

    .doctor-foto .doc-photo {
        display: block;
        width: 100%;
    }

    .doctor-container {
        display: flex;
    }

    .doctor-text {
        width: 100%;
        float: none;
    }

    .block7 {
        padding-bottom: 0;
    }
}

.components-mobile {
    max-width: 750px;
    margin: 0 auto;
    display: none;
}

.components-mobile li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(212, 212, 212);
    margin-bottom: 15px;
    height: 100%;
}

.components-mobile li > div {
    padding: 15px 20px;
}

.components-mobile li img {
    display: block;
    width: 100%;
    max-width: 210px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1000px) {
    .wrap {
        width: 720px;
    }

    .block1 .wrap {
        display: grid;
        grid-template-columns: repeat(3, auto);
        column-gap: 15px;
        width: 100%;
    }

    .block1 {
        padding: 0 0 20px;
    }

    .block1 .wrap:before,
    .block1 .wrap:after,
    .product-pack {
        display: none;
    }

    .block1 .inline-b {
        text-align: left;
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }

    .block2 .head {
        font-size: 40px;
    }

    .block3 .head {
        font-size: 33px;
    }

    .left-block ul {
        max-width: 350px;
    }

    .circle-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .block1 .wrap {
        width: 650px;
    }

    .block1 .inline-b img {
        margin: 0;
        margin-right: 10px;
    }

    .components-container .inline-b {
        height: auto;
    }

    .components-container {
        display: none;
    }

    .components-mobile {
        display: block;
    }

    .block5 {
        padding-bottom: 30px;
    }

    .product-container {
        padding-bottom: 20px;
    }

    .block8 .title {
        text-align: center;
    }
    
    .doctor-text {
        margin-top: 30px;
    }
}

@media(max-width: 700px) {
    body * {
        box-sizing: border-box;
    }

    .wrap {
        width: 100%;
    }

    .block1 .wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        max-width: 350px;
    }

    .block1 .wrap img {
        display: block;
    }

    .circle-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .block4 .disease-container p.abs {
        position: relative;
        left: 0 !important;
        bottom: -30px !important;
        text-align: center;
        max-width: 100% !important;
    }

    .block7 .head2{
        padding-top: 40px;
    }

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

    .doctor-container {
        flex-direction: column;
    }

    .block2 .head,
    .block3 .head {
        font-size: 30px;
    }

    .wrap {
        padding: 0 10px;
    }

    .block1 .inline-b img {
        margin: 0 15px 0 0;
        display: block;
    }

    .block5 .sfl,
    .block7 .sfl {
        margin-top: 20px;
        display: block;
    }

    .left-block ul li {
        padding-left: 60px;
        background: url(../img/li.png) no-repeat 15px 14px;
    }
    
    .block3 .circle-container div p {
        text-align: center;
    }

    .block4 {
        padding-bottom: 0;
    }

    .product-container {
        padding-bottom: 0px;
    }

    .left-block ul {
        padding-top: 0;
    }

    .block5 {
        padding-bottom: 40px;
    }

    .flleft,
    .flright {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .left-block ul {
        margin-left: auto;
        margin-right: auto;
    }

    .form-container {
        margin-top: 20px;
    }

    .right-block {
        max-width: 400px;
    }

    .components-mobile li > div {
        padding: 10px 15px;
    }
}

@media(max-width: 500px) {
    .components-mobile li {
        flex-direction: column-reverse;
        text-align: center;
    }

    .components-mobile li img {
        margin: 10px auto 0;
    }
}

#country {
    text-indent: 36px;
}

.block8 ul li.foot {
    text-align: center;
    margin: 20px auto 0;
}