*{
        box-sizing: border-box;
}
header {
    border-bottom: 4px solid #AE2134;
}

header ul {
    background: #AE2134;
    padding: 5px 0;
}

header .mainLogo {
    padding: 10px;max-width: 100px;
}

header ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

header ul li:nth-of-type(1):after {
    content: none;
}

header ul li:after {
    content: '|';
    position: absolute;
    left: -5px;
    top: 1px;
    color: #999;
    font-size: 12px;
}

header ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
}

header ul li a:hover {
    color: #999;
}


html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: Merriweather, serif;
    font-size: 22px;
    color: #000;
    background-color: #F4F7FA;
}

a {
    color: #004b9c;
    text-decoration: none;

}

#title_block {
    height: 504px;
    width: 100%;
}

.title_block_wrapper {
    width: 100%;
    height: 100%;
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.title_block_img .title_img {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block_img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.title_block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000 !important;
    opacity: 0.7;
}

.title_block_texts {
    position: relative;
    z-index: 9;
    background: transparent !important;
    padding: 21px;
}

.title_block_bread span {
    color: #fff;
    font: bold 10px/16px "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .88;
}

.title_h1 {
    font: 600 40px/48px "IBM Plex Sans", sans-serif;
    color: #fff;
}

.title_bq {
    border-left: 4px solid #349dee;
    padding-left: 16px;
    color: #fff;
    opacity: 0.88;
    font: 24px/40px Merriweather, serif;

}

.title_block_author {
    margin-top: 26px;
}

.tauthor {
    font: 600 19px/24px "IBM Plex Sans", sans-serif;
    color: #349dee;
}

.tdate {
    margin-top: 2px;
    color: #fff;
    font: 500 10px/16px "IBM Plex Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title_block_texts div {
    background: transparent !important;
}

.lead_text {
    color: #565d6d;
}

#bodyWrapper {
    max-width: 71%;
    /* margin: 0 auto; */
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
    width: 100%;
    height: 100%;
}

#wrapper {
    max-width: 1000px;
    margin: 0px auto;
}

#content {
    padding: 0px;
    text-align: left;
    width: 100%;
}

#content .padWrap {
    padding: 15px;
}
img {
    max-width: 100%;
    display: block;
    margin: 20px 0px;
}

.pg {
    font-size: 17px !important;
    line-height: 28px !important;
    margin-bottom: 20px;
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px;
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

#content h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

 h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    margin-bottom: 33px;
    line-height: 32px;
}

 h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 25px;
}

#content ul li span {
    display: block;
    font-size: 16px;
    color: gray;
    font-weight: normal;
    line-height: 20px;
}

.glava {
    list-style-image: url('../img/qtick.png');

}

.glava li {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
}

.subtitle {
    display: block;
    margin-bottom: 33px;
    font-size: 22px;
}

.note {
    float: right;
    max-width: 240px;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.note_left {
    float: left;
    max-width: 200px;
    font-weight: 500 !important;
    font-size: 18px !important;
}

#content ul {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

#content ul li {
    margin-bottom: 20px;
}

#content blockquote {
    border-left: 5px solid;
    border-color: #39b4ff;
    padding: 10px 25px 10px 25px;
    margin: 35px;
    color: #39b4ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

#comments {
    margin-top: 120px;
}

#comments .pg {
    font-size: 14px !important;
    line-height: 28px !important;
}

#comments h2 {
    background: url('../img/comentsm.jpg') no-repeat;
    padding-left: 40px;
    color: #000;
    border-bottom: 0px solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#comments .item {
    text-align: left;
    padding: 10px;
    margin: 10px 0px;
    min-height: 80px;
    border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
    border-bottom: none;
}

#comments .item .info {}

#comments .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #05519d;
}

#comments .coment_ava {
    float: left;
    margin-right: 15px;
}

#comments .coment_ava img {
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#comments .date {
    font-weight: normal;
    background: none;
    display: inline;
}

#comments .date::before {
    background-image: none;
    margin-right: 0px;
}

.price {
    color: red;
    font-weight: 700;
}

#fullscroll_element a img {
    width: 100%;
    max-width: 250px;
}
 .obutton {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}
.obutton:hover {
    background-color: #017ACC;
}
@media screen and (max-width: 1020px) {

        header ul{
            display: none;
        }
        header{
            text-align: center;
        }

    #content {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {

    .note,
    .note_left {
        float: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 660px) {

    #content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .mainLogo {
        width: 400px;
    }
}

@media screen and (max-width: 590px) {
    .mainLogo {
        width: 300px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 560px) {

    /*
    #top {display:none;}
    #top_xs {display:block;}
    */

    .pg {
        margin-left: 0px;
        margin-right: 0px;
    }

    #content .padWrap {
        padding: 8px;
    }
}

@media screen and (max-width: 520px) {

    /*
    #top {display:none;}
    #top_xs {display:block;}
    */
}

@media screen and (max-width: 420px) {

    .title_bq {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .tauthor {
        font-size: 14px;
    }
}

@media screen and (max-width: 470px) {
    .mainLogo {
        width: 200px;
    }
}

@media screen and (max-width: 380px) {
    .mainLogo {
        width: 180px;
    }
}

@media screen and (max-width: 345px) {
    .mainLogo {
        width: 150px;
    }
}

@media screen and (max-width: 310px) {
    .mainLogo {
        display: none;
    }
}

@media screen and (min-width: 1300px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {

    #wrapper {
        max-width: 1000px;
    }

    #content {
        width: 100%;
    }
}

body {
    display: flex;
    justify-content: center;
    flex-direction: row;
    overflow-y: hidden;
}

.content {
    display: block;
    width: 97%;
    max-width: 1000px;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 25px 1.5%;
    position: relative;
}

.content-left { display: block; float: left; width: 71%; padding-right: 2%; }
.content-left-social { display: block; width: 96%; background: rgb(238, 238, 238) none repeat scroll 0% 0%; padding: 1% 2%; margin: 15px 0px; }
.content-left-social-pictures { display: block; width: 50%; float: left; }
.content-left-social-pictures img { display: block; width: auto; }
.content-left-social-comments { display: block; float: right; width: 50%; text-align: right; font-size: 13px; }
.content-left-social-comments a { margin-left: 1%; }
.content-left-social::after { content: ""; display: block; clear: both; }
.content-left-doctor { display: block; width: 96%; background-color: rgb(226, 226, 226); padding: 2%; margin-top: 25px; }
.content-left-doctor-foto { display: block; width: 48%; float: left; margin-right: 2%; }
.content-left-doctor-foto img { width: 100%; display: block; }
.content-left-doctor-text { display: block; width: 50%; float: right; }
.content-left-doctor::after { content: ""; display: block; clear: both; }
.content-important { display: block; width: auto; text-align: left; font-weight: bold; font-style: italic; }

.content-right { display: block; width: 27%; float: right; position: relative; margin: 20px 0px; }
.content-right-recommend-container { display: block; max-width: 270px; width: 100%; }
.content-right-recommend { display: block; width: auto; }
.content-right-recommend-top { height: 48px; background: rgb(74, 162, 36) none repeat scroll 0% 0%; font-weight: bold; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 48px; position: relative; text-align: center; }
.content-right-recommend-top::before { content: ""; position: absolute; width: 0px; height: 0px; border-style: solid; border-width: 0px 17px 13px 0px; border-color: transparent rgb(74, 162, 36) transparent transparent; left: 0px; bottom: -13px; }
.content-right-recommend-top::after { content: ""; position: absolute; width: 0px; height: 0px; border-style: solid; border-width: 13px 17px 0px 0px; border-color: rgb(74, 162, 36) transparent transparent; right: 0px; bottom: -13px; }
.content-right-recommend-middle { width: 86%; display: block; margin: auto; padding: 1% 1% 7%; text-align: center; background: rgb(255, 255, 255) none repeat scroll 0% 0%; text-decoration: none; }
.content-right-recommend-middle img { display: block; width: 75%; margin: 7% auto; }
.content-right-statistic { display: block; width: 96%; padding: 0px 2% 2%; background: rgb(243, 243, 243) none repeat scroll 0% 0%; color: rgb(81, 81, 81); margin-top: 5%; }
.content-right-statistic-head { display: block; width: auto; text-align: center; font-weight: bold; font-size: 14px; margin-bottom: 1%; }
.content-right-statistic-info { display: block; width: 100%; margin-bottom: 1%; }
.content-right-statistic-info-left { display: block; float: left; width: 60%; text-align: right; font-size: 14px; }
.content-right-statistic-info-right { display: block; float: left; width: 37%; font-size: 14px; margin-left: 3%; font-weight: bold; text-align: left; }
.content-right-statistic-info::after { content: ""; display: block; clear: both; }
.content-product-img { display: block; width: 45%; margin-bottom: 25px; margin-top: 25px; }
.content::after { content: ""; display: block; clear: both; }

@media (min-width: 320px) {
    .content-right {
        display: none;
    }

    .content-left {
        width: 100%;
    }
}


@media (min-width: 992px) {
    .content-right {
        display: block;
    }

    .content-left {
        width: 71%;
    }
}



.iframe { width: 100%; height: 300px; background: rgb(160, 186, 138) none repeat scroll 0% 0%; border: 5px dashed black; }
iframe { width: 100%; height: 100%; border: 0px none; }
.iframe { width: 100%; height: 350px; background: rgb(160, 186, 138) none repeat scroll 0% 0%; }
iframe { width: 100%; height: 100%; border: 0px none; }
#ifr { position: absolute; top: 0px; left: 0px; }

      #s_comebacker_block {
        background: white;
        width: 100%;
        height: 177px;
        z-index: 10000;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        display: none;
        text-align: center;
    }

    #s_comebacker_block img {
        width: 593px;
        height: 177px;
    }
     .pl_field_address_info {
                                        opacity: 0;
                                    }
                                       .myh2 {
                    font-size: 20px
                }
                .nowrap{
                	white-space: nowrap;
                }
                .iframe {
                    width: 100%;
                    height: auto;
                    background: rgb(160, 186, 138);
                    border: 5px dashed black;
                }

                iframe {
                    width: 100%;
                    height: 100%;
                    border: 0px none;
                }
                /*-webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;*/


    /*________free________*/
.form-title {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 0;
    text-align: center !important;
  }
  
  .update-content {
    display: block;
    max-width: 200px;
    background-color: #edfefe;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto;
    text-transform: uppercase;
  }
  
  .update-content span {
    display: block;
    width: 180px;
    padding: 5px 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #acb0ad;
  }
  
  .update-content p {
    padding-top: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0;
  }
  
  .update-footer {
    font-size: 17px;
    line-height: 20px;
  }
  .update-footer p {
    text-align: center !important;
  }
  
  .biger {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
  }
  .rule {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .fixed {
	position: fixed;
    top: 0;
    right: 50%;
    transform: translateX(175%);
    z-index: 1;
}

.d-none {
    display: none;
}