html {
    font-size: 10px;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #444;
    background-color: #c5c5c5;
}

header {
    display: block;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: 700;
}

img {
    border: 0;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

h2, h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    margin-top: 17px;
    font-size: 25px;
}

h2, h3, ol, ul {
    margin-bottom: 8px;
}

h3 {
    font-size: 21px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin-top: 4px;
}

p {
    margin: 0 0 8px;
}

.breadcrumb > .active, .text-muted {
    color: #777;
}

ol, ul {
    margin-top: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

.container::after, .container::before {
    content: " ";
    display: table;
}

.container::after {
    clear: both;
}

.container__tittle-atention {
    color: #d23434;
}

@media (min-width: 768px) {
    .container {
        width: 90%
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 950px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::after, .container-fluid::before {
    content: " ";
    display: table;
}

.container-fluid::after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after, .row::before {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

.col-md-3 {
    min-height: 1px;
}

.col-md-3, .col-md-9, .col-sm-5 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-9 {
    min-height: 1px;
}

.col-md-9 {
    font-size: 16px;
}

.col-sm-5 {
    min-height: 160px;
}

@media (min-width: 768px) {
    .col-sm-5 {
        float: left;
    }

    .col-sm-5 {
        width: 41.6667%
    }
}

@media (min-width: 992px) {
    .col-md-3, .col-md-9 {
        float: left;
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-9 {
        width: 75%
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: outside none none;
    background-color: #c5c5c5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li::before {
    content: "/ ";
    padding: 0 5px;
    color: #949494;
}

p.timestamps {
    font-size: 12px;
    margin-bottom: 18px;
}

@media (min-width: 1000px) {
    .container {
        max-width: 950px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    #main-container {
        padding-left: 0;
        padding-right: 0;
    }

    #main-container > .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.box {
    margin: 5px 0;
    color: #fff;
    padding: 10px 20px;
}

.box-blue-light {
    background-color: #dfebec;
    color: #444;
}

#main-container {
    z-index: 500;
}

.logo img {
    padding-top: 10px;
}

header {
    margin-bottom: 10px;
}

.header__logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.header__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.header__item {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 5px;
    color: #4c545f;
}

.header__hide-block {
    display: none;
}

#main-container img {
    display: table;
    width: auto;
    margin: 15px auto;
    max-width: 100%
}

.header__link {
    text-decoration: none;
    color: #4c545f;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.header__link:hover {
    color: #f9b03d;
}

.col-sm-5 img {
    max-width: 100%
}

.composition {
    position: relative;
    margin-top: 15px;
}

.composition__product {
    position: static;
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.composition__list, .coposition__conteiner-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.coposition__conteiner-ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.composition__list {
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%
}

.composition__list.composition__list-first {
    text-align: left;
}

.composition__list-first {
    margin-right: 20px;
}

.composition__list-first .item:not(:last-child) {
    margin-bottom: 20px;
}

.composition__list-first .item {
    padding-left: 70px;
}

.composition__list .item {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.composition__list .item::after {
    position: absolute;
    content: "";
    width: 60px;
    min-height: 60px;
    border: 2px solid #144ca0;
    border-radius: 50%;
    background-color: #fff;
}

.composition__list-first .item::after {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.logo-sm {
    display: none;
}

.linkto {
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin: 10px auto;
    text-align: center;
    max-width: 300px;
    border: 1px solid black;
    transition: all .5s ease;
}

.linkto .block-s {
    display: block;
    color: red;
}

.linkto:hover {
    background-color: rgb(154, 243, 53);
    text-decoration: none;
    transform: scale(1.1);
}

.composition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.composition__item-text {
    line-height: 1;
}

.composition__item-text .item__header {
    color: #144ca0;
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.composition__item-text .item__content {
    font-size: 12px;
    font-weight: 500;
}

.no-webp .composition__list .item-first::after {
    background: url(../images/1.jpg) no-repeat center center;
    background-size: 100%;
}
.no-webp .composition__list .item-third::after {
    background: url(../images/2.jpg) no-repeat center center;
    background-size: 100%;
}

.webp .composition__list .item-first::after {
    background: url(../images/1.webp) no-repeat center center;
    background-size: 100%;
}
.webp .composition__list .item-third::after {
    background: url(../images/2.webp) no-repeat center center;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    ul {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .composition__product {
        margin-bottom: 20px;
    }

    .coposition__conteiner-ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .composition__list .item {
        min-height: auto;
    }

    .composition__list-first {
        margin-bottom: -7px;
        margin-right: 0;
    }

    .composition__list-first .item {
        margin-bottom: 25px;
    }

    .composition__item-text .item__content {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }

    .comp-title {
        margin-top: 0;
    }
}

@media (max-width: 991px) {

    .col-sm-5 {
        min-height: 110px;
    }

    .col-sm-5 img {
        display: none;
        max-width: 660px;
        margin: 0 auto;
    }

    .col-sm-5 {
        display: none;
    }

    .logo-sm {
        display: block;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }

    .header__list {
        max-width: 100%;
        margin: 0 auto 10px;
    }
}

@media (max-width: 767px) {

    .header__preview {
        display: none;
    }

    .header__hide-block {
        display: block;
    }

    .header__item:nth-child(8) {
        display: none;
    }
}

@media (max-width: 669px) {
    .header__item:nth-child(7) {
        display: none;
    }
}

@media (max-width: 563px) {
    .header__item:nth-child(6) {
        display: none;
    }
}

@media (max-width: 504px) {
    .header__item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 359px) {
    .header__item:nth-child(4) {
        display: none;
    }
}

.names-list {
    line-height: 20px;
    margin-bottom: 18px;
}

.steps {
    font-size: 19px;
}

.poroduct-promo {
    max-width: 250px !important;
    width: 100%;
}

@media (max-width: 479px) {

    .steps {
        font-size: 18px !important;
    }
}

.mycity {
    color: #fff;
    font-size: 11px;
    background: #70b3d2 0 0;
    padding: 2px 4px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 4px;
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0 !important;
}

@media (max-width: 991px) {
    .col-md-3 {
        display: none;
    }
}

@media (max-width: 480px) {
    .timestamps {
        padding: 0 15px;
    }

    .breadcrumb {
        margin: 0 15px 12px;
        padding: 8px;
    }

    h2.container__tittle {
        padding: 0 15px;
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .timestamps {
        padding: 0 15px;
    }

    .breadcrumb {
        margin: 0 15px 12px;
        padding: 8px;
    }

    li.active {
        display: none;
    }
}

.dis-ib {
    display: inline-block;
}

.dis-ib--color-green {
    font-weight: 700;
    color: #9ebe03;
}

.super, .super:hover {
    color: #000;
}

.doctors_img {
    margin-top: -10px;
    margin-bottom: -10px;
}

.social-img {
    margin: 0;
}

.comments {
    line-height: 1.2;
}

.comments div {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.effect-title {
    text-indent: 25px;
    margin-bottom: 15px;
}

.effect-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.effect-item {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 10px;
}

.effect-item::before {
    position: absolute;
    left: 10px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.col-sm-5 {
    width: 100%
}

.modal, .modal-flex {
    width: 100%;
    height: 100%
}

.modal {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 390;
    cursor: pointer;
}

.modal-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: auto;
}

.modal-block, .modal-content, .modal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-block {
    z-index: 5;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open sans', sans-serif;
    overflow: hidden;
    color: #222;
    cursor: default;
    width: 750px;
    border: 0;
}

.modal-content {
    width: 100%;
    background: #3c72b5;
    background: -o-linear-gradient(315deg, #3c72b5 0%, #7b9fcc 100%);
    background: linear-gradient(135deg, #3c72b5 0%, #7b9fcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1);
    position: relative;
    border: 5px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.modal-content-text {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.modal-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-main-text_p:last-child {
    padding-bottom: 0;
}

.modal-main-img {
    max-width: 230px;
    padding-right: 30px;
}

.modal-main-text_p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 22px;
}

.modal-btn {
    text-align: center;
    color: #fff;
}

.modal-btn {
    display: block;
    max-width: 341px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 23px;
}

.modal-btn:hover {
    background: #fff;
    color: #b0493b;
}

.highlight-text {
    display: inline-block;
    background: #fdfdfd;
    color: #5b5f65;
    text-shadow: 0 0 0 #000;
    font-weight: 600;
    line-height: 34px;
    border-radius: 3px;
    padding: 3px;
}

@media (max-width: 767px) {
    .modal-main-block {
        display: none;
    }

    .modal-content {
        width: 85%
    }

    .modal-main-text_p {
        text-align: center;
    }

    .modal-content-text {
        padding: 0 30px;
    }

    .composition__list.composition__list-first {
        width: 100%
    }
}

@media (max-width: 479px) {
    .modal-main {
        padding: 10px 0;
    }

    .modal-content {
        padding: 10px;
    }

    .modal-content-text {
        font-size: 24px;
    }

    .modal-btn {
        font-size: 20px;
        padding: 15px;
        width: 80%;
        margin: 0 auto;
    }

    h2 {
        text-align: center;
    }

    body {
        line-height: 1.2;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-main {
        max-width: 100%
    }
}

.image__wrapper {
    position: relative;
    max-width: 683px;
    margin: 0 auto 5px;
}

.image__text {
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 5px;
    bottom: 23px;
    font-size: 18px;
}

.picture {
    margin: 15px auto;
}

#main-container .picture img {
    margin: 0;
}

.picture__desc {
    text-align: center;
}

@media (max-width: 479px) {
    .image__text {
        padding: 5px 5px;
        bottom: 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .col-md-9 p,
    .col-md-9 ul {
        text-align: justify;
    }
}

@media (max-width: 360px) {
    body {
        background-color: #fff;
    }
}