/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerWrapper { width: 100%; max-width: 1330px; padding: 0 15px; box-sizing: border-box; margin: 0 auto; }
.containerIssues { width: 100%; max-width: 1500px; padding: 0 15px; box-sizing: border-box; margin: 0 auto; }
.containerMain { box-sizing: border-box; position: relative; padding: 20px 0; overflow: hidden }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerHeader { height: 100px; background: #2264af; position: relative; z-index: 100; box-shadow: 0 5px 15px rgba(29,62,100,0.4); }
.containerHeader--menu { background: #1d3e64; height: 100px; width: 80px; position: relative; float: left; padding: 30px 20px; box-sizing: border-box; cursor: pointer; }
.containerHeader--menu .menu--element { width: 100%; height: 4px; margin: 4px 0; background: #fff; border-radius: 2px; float: left; }
.containerHeader--menu .menu--element:last-child { width: 70%; float: right; }
.containerHeader--menu.active .menu--element:first-child { width: 70%; float: right; }
.containerHeader--menu.active .menu--element:last-child { width: 70%; float: left; }
.containerHeader .containerHeader--logotype { float: left; margin: 22px 0 0 40px; }
.containerHeader .containerHeader--logotype .containerHeader--logo { display: block; width: 62px; height: 70px; background: url('../img/logo.png') no-repeat; background-size: contain; }
.containerHeader .containerHeader--title { float: left; margin: 24px 0 0 40px; }
.containerHeader .containerHeader--title .title--first a { font-size: 30px; text-transform: uppercase; color: #fff; text-decoration: none; }
.containerHeader .containerHeader--title .title--second a { color: #fff; font-size: 10px; text-transform: uppercase; position: relative; left: 1px; text-decoration: none; }
.containerHeader .containerHeader--languages { float: right; width: 60px; }
.containerHeader .containerHeader--languages .languages--element { display: block; height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #fff; text-transform: uppercase; background: #1d3e64; }
.containerHeader .containerHeader--languages .languages--element.active { background: #3683d9; }
.containerHeader .containerHeader--links { float: right; position: relative; width: 150px; }
.containerHeader .containerHeader--links .links--element { background: #3683d9; display: block; height: 50px; color: #fff; padding: 15px 6px; box-sizing: border-box; }
.containerHeader .containerHeader--links .links--element.last { background:  #2264af; }
.containerHeader .containerHeader--links .links--element .links--element--icon { display: inline-block; vertical-align: middle; font-size: 18px; color: #fff; margin-right: 15px; }
.containerHeader .containerHeader--links .links--element .links--element--text { display: inline-block; vertical-align: middle; color: #fff; font-size: 10px; text-transform: uppercase; margin-top: -1px; }

.containerHeader .containerHeader--links .containerHeader--links--social { display: flex; background: #3683d9; }
.containerHeader .containerHeader--links .containerHeader--links--social a { width: 20%; }
.containerHeader .containerHeader--links .containerHeader--links--social a.whatsapp:before { content: ""; display:block; height: 18px; width: 18px; background-size: 18px 18px; background-image: url(../img/wh.svg); background-repeat: no-repeat; }
.containerHeader .containerHeader--links .containerHeader--links--social a.inst:before { content: ""; display:block; height: 18px; width: 18px; background-size: 18px 18px; background-image: url(../img/inst.svg); background-repeat: no-repeat; }
.containerHeader .containerHeader--links .containerHeader--links--social a.teleg:before { content: ""; display:block; height: 18px; width: 18px; background-size:18px 18px; background-image: url(../img/tel.svg); background-repeat: no-repeat; }


.containerHeader .containerHeader--contacts { height: 100px; padding: 10px 25px; box-sizing: border-box; background: #1d3e64; float: right; }
.containerHeader .containerHeader--contacts .contacts--element { float: left; color: #fff; margin-right: 25px; display: flex}
.containerHeader .containerHeader--contacts .contacts--element:last-child { margin-right: 0; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--icon { float: left; width: 32px; font-size: 24px; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present { color: #fff; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--title { text-transform: uppercase; padding-bottom: 4px; font-size: 15px; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone { display: block; padding: 1px 0; font-size: 13px; position: relative; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone.withImg img  { position: absolute; left: -32px; top: 2px; width: 16px; height: 16px; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone a { color: #fff; }
.containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone i { position: absolute; top: 0; left: -30px; font-size: 16px; }

.containerHeader .containerHeader--schedule {float:right; color: #fff;padding: 20px 20px 0 20px;font-size: 16px}

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMenu { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 300; background: rgba(0,0,0,0.2); overflow: hidden; display: none; }
.containerMenu.active .containerMenu--container { margin-left: 0; }
.containerMenu .containerMenu--container { position: absolute; top: 0; left: 0; width: 360px; height: 100%; background: #1d3e64; transition: all .6s; margin-left: -360px; }
.containerMenu .containerMenu--header { height: 100px; position: relative; }
.containerMenu .containerMenu--content { position: relative; }
.containerMenu .containerMenu--content ul li { float: left; width: 100%; font-size: 14px; font-weight: 500; border-top: 1px solid rgba(255,255,255,0.2); position: relative; transition: all .2s; }
.containerMenu .containerMenu--content ul li:hover { background: rgba(0,0,0,0.1); }
.containerMenu .containerMenu--content ul li:hover a { text-decoration: none; }
.containerMenu .containerMenu--content ul li:last-child { border-bottom: 1px solid rgba(255,255,255,0.2); }
.containerMenu .containerMenu--content ul li a { display: block; padding: 14px 20px; color: #fff; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerDefault { position: relative; padding: 60px 0; overflow: hidden; }
.containerDefault .containerDefault--left { float: left; width: 300px; }
.containerDefault .containerDefault--right { margin-left: 340px; }
.containerDefault .containerDefault--bread { font-size: 13px; padding-bottom: 10px; }
.containerDefault .containerDefault--bread a { color: #777; }
.containerDefault .containerDefault--title { font-size: 30px; font-weight: 900; color: #000; padding-bottom: 20px; text-transform: uppercase; border-bottom: 3px solid #2264af; margin-bottom: 30px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--issues { background: url('../img/main.jpg') center center repeat-x; padding: 40px 0 60px 0; position: relative; overflow: hidden; }
.containerMain--issues .containerMain--issues--element { float: left; width: 33.3333%; text-align: center; position: relative; }
.containerMain--issues .containerMain--issues--element .containerIssues--title { position: absolute; bottom: 55px; right: 60px; display: inline-block; padding: 10px 20px; font-size: 20px; background: #2264af; border-radius: 4px; text-transform: uppercase; color: #fff; font-weight: 700; }
.containerMain--issues .containerMain--issues--element img { max-width: 100%; }
.containerMain--issues .containerMain--issues--element span { display: block; padding-top: 20px; text-align: center; font-size: 17px; color: #3683d9; text-transform: uppercase; line-height: 21px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--action { position: relative; background: #f5f8fc; overflow: hidden; padding: 60px 0; }
.containerMain--action .containerMain--action--left.containerMain--action--left--new {display:flex;background: url(../img/arrow.png) right top 80px no-repeat;}
.containerMain--action .containerMain--action--left { float: left; position: relative; width: 54%; background: url('../img/arrow.png') right center no-repeat; }
.containerMain--action .containerMain--action--left.firstBlock {  width: 100%; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 3px solid rgba(34,100,175,0.7); background: none; position: relative; }
.containerMain--action .containerMain--action--left.secondBlock { width: 100%; background: none; position: relative; }
.containerMain--action .containerMain--action--left .arrowRight { position: absolute; right: 0; top: 25%; }
.containerMain--action .containerMain--action--left .action--left--text { position: absolute; top: 30px; left: 230px; }
.containerMain--action .containerMain--action--left .action--left--text.action--left--text--new {top:0px;padding-left: 10px;position:unset;}
.containerMain--action .containerMain--action--left .action--left--text.action--left--text--new .action--left--text--item--new{padding-top: 10px;}
.containerMain--action .containerMain--action--left .action--left--text h3 { font-size: 25px; color: #cc0000; line-height: 28px; }
.containerMain--action .containerMain--action--left .action--left--text span { font-size: 25px; color: #cc0000; line-height: 28px; }
.containerMain--action .containerMain--action--left .action--left--text h3 a { color: #cc0000; }
.containerMain--action .containerMain--action--left .action--left--text h3 a { color: #cc0000; }
.containerMain--action .containerMain--action--left .action--left--text .action--left--button { background: #cc0000; display: inline-block; padding: 10px 20px; border-radius: 4px; color: #fff; font-weight: 700; font-size: 16px; }
.containerMain--action .containerMain--action--right { float: right; width: 46%; padding-left: 70px; padding-top: 30px; box-sizing: border-box; }
.containerMain--action .containerMain--action--right h3 { font-size: 25px; color: #2264af; padding-bottom: 20px; }
.containerMain--action .containerMain--action--right .action--right--form { position: relative; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--label { float: left; width: 48%; position: relative; margin-bottom: 20px; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--label i { position: absolute; top: 15px; left: 15px; font-size: 18px; color: #c2d0df; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--label.right { float: right; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--label input { background: #fff; border-radius: 4px; border: 1px solid #c2d0df; font-size: 14px; padding: 0 15px 0 45px; box-sizing: border-box; width: 100%; height: 50px; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--button { width: 100%; display: block; height: 50px; border: none; cursor: pointer; line-height: 50px; font-size: 16px; font-weight: 700; color: #fff; background: #2264af; border-radius: 4px; text-align: center; }
.containerMain--action .containerMain--action--right .action--right--form .action--right--button.action--right--button_height { width: 100%; display: block; height: 50px; border: none; cursor: pointer; line-height: 18px; font-size: 16px; font-weight: 700; color: #fff; background: #2264af; border-radius: 4px; text-align: center; }
/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--services { position: relative; padding: 60px 0 0 0; overflow: hidden; }
.containerMain--services .containerMain--services--title { text-align: center; font-size: 99px; color: #eceef0; font-weight: 900; text-transform: uppercase; }
.containerMain--services .containerMain--services--content { position: relative;display: flex;flex-wrap: wrap; }
.containerMain--services .containerMain--services--element { float: left; width: 25%; text-align: center; margin-bottom: 40px; }
.containerMain--services .containerMain--services--element:nth-child(2) { animation-delay: .2s; }
.containerMain--services .containerMain--services--element:nth-child(3) { animation-delay: .3s; }
.containerMain--services .containerMain--services--element:nth-child(4) { animation-delay: .4s; }
.containerMain--services .containerMain--services--element:nth-child(5) { animation-delay: .5s; }
.containerMain--services .containerMain--services--element:nth-child(6) { animation-delay: .6s; }
.containerMain--services .containerMain--services--element:nth-child(7) { animation-delay: .7s; }
.containerMain--services .containerMain--services--element:nth-child(8) { animation-delay: .8s; }
.containerMain--services .containerMain--services--element:nth-child(9) { animation-delay: .9s; }
.containerMain--services .containerMain--services--element:nth-child(10) { animation-delay: .9s; }
.containerMain--services .containerMain--services--element.threeInLine { width: 33.33%; }
.containerMain--services .containerMain--services--element img { max-width: 100%; transition: all 200ms ease-in-out }
.containerMain--services--element:hover img {transform: scale(1.1);}
.containerMain--services .containerMain--services--element span { display: block; color: #2264af; font-size: 16px; text-transform: uppercase; padding-top: 20px; font-weight: 700; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--advantages { position: relative; padding: 60px 0 20px 0; overflow: hidden; }
.containerMain--advantages .containerMain--advantages--title { text-align: center; font-size: 99px; color: #eceef0; font-weight: 900; text-transform: uppercase; }
.containerMain--advantages .containerMain--advantages--content { position: relative; display: inline-block; width: 100%; padding-top: 15px; }
.containerMain--advantages .containerMain--advantages--element { float: left; width: 25%; text-align: center; padding: 0 15px; box-sizing: border-box; }
.containerMain--advantages .containerMain--advantages--element .advantages--element--text { padding-top: 15px; font-weight: 500; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--partners { position: relative; padding: 60px 0 50px 0; overflow: hidden; }
.containerMain--partners .containerMain--partners--title { text-align: center; font-size: 99px; color: #eceef0; font-weight: 900; text-transform: uppercase; }

.containerMain--partners .containerMain--partners--content { position: relative; }
.containerMain--partners .containerMain--partners--content ul { height: auto }
.containerMain--partners .containerMain--partners--content ul li { float: left; }
.containerMain--partners .containerMain--partners--content ul li span { display: block; margin: 5px 0; border: 1px solid #ccc; border-radius: 4px; text-align: center; padding: 20px 10px; box-sizing: border-box; }
.containerMain--partners .containerMain--partners--content ul li span img { width: 100%; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerMain--clients--wrapper { padding: 0 0 50px 0; }
.containerMain--clients--wrapper .containerMain--clients { display: flex; justify-content: space-between; }
.containerMain--clients--wrapper .containerMain--clients a { text-decoration: none;width: calc(50% - 20px); background: #f5f8fc; }
.containerMain--clients--wrapper .containerMain--clients a:hover { background: #2264af; }
.containerMain--clients--wrapper .containerMain--clients a:hover .containerMain--clients--block { color: #fff; }
.containerMain--clients--wrapper .containerMain--clients a:hover .containerMain--clients--block img { filter: brightness(0) invert(1); }
.containerMain--clients--wrapper .containerMain--clients a .containerMain--clients--block { display: flex; align-items: center; padding: 50px; font-size: 21px; color: #2264af; text-transform: uppercase; font-weight: 500; }
.containerMain--clients--wrapper .containerMain--clients a .containerMain--clients--block img { margin-right: 20px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.pdfBlock { display: flex; margin: 20px 0; align-items: center; }
.pdfBlock img { max-width: 48px; width: 48px; }
.pdfBlock a:hover { text-decoration: none; }
.pdfBlock .pdfBlock--text { display: inline-block; vertical-align: middle; }
.pdfBlock .pdfBlock--text p { margin: 0; }
.pdfBlock.instruction img { width: 200px }
.pdfBlock.instruction .pdfBlock--text { vertical-align: top; margin-left: 20px; }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
.innerImg--wrapper { display: flex; justify-content: center; }
.innerImg--wrapper .imgWrapper { display: inline-block; text-align: center;  }
.innerImg--wrapper .imgWrapper img { width: 100%; max-width: max-content;  padding: 10px; box-sizing: border-box; }
.containerDefault--content img { max-width: 100%; }
.clinicNumbers { display: flex; justify-content: center; }
.clinicNumbers .numbers { display: flex; flex-direction: column; padding: 20px; }
.clinicNumbers .numbers .numbersWrapper { display: flex; flex-direction: column; }
.clinicNumbers .numbers .numbersWrapper p { margin: 5px; }
.clinicNumbers .numbers .numbersWrapper p a { text-decoration: none; font-weight: 500; }
.clinicNumbers .numbers .numbersWrapper p a:before { content: ""; display: inline-block; height: 14px; width: 14px; background-size: 14px 14px; background-image: url(../img/call-answer.svg); background-repeat: no-repeat; margin-right: 5px; vertical-align: middle; opacity: 0.4; }
.vTable { width: 100%; }
.vTable tr:nth-child(odd) { background: #f1f1f1; }
.vTable tr td p { padding: 0 10px; box-sizing: border-box; }
.vTable tr td {padding: 10px; word-break: break-word}
.vTable tr td:last-child {min-width: 55px}
.docBlock--element { float: left; width: 20%; text-align: center; display: inline-block;}

.web-service
{
    margin-bottom: 30px;
}
.containerFooter--warning{
    font-size: 11px;
    width: 430px;
    margin-left: 25px;
    line-height: 1.63;
}
/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerFooter { padding: 20px 0 60px; background: #eceef0; overflow: hidden; }
.containerFooter .containerFooter--left {
    float: left;
    line-height: 30px; padding-top: 7px; font-size: 14px; }
.containerFooter .containerFooter--right {
    padding-top: 25px;
    float: right;
    display: flex;

}


.arrow-4 {
    position: absolute;
    cursor: pointer;
    margin: 15px;
    width: 50px;
    height: 30px;
    right: 0;
}
.arrow-4-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 33px;
    height: 10px;
    display: block;
    transform: rotate(
            35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-left:after {
    content: "";
    background-color: #337AB7;
    width: 27px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.arrow-4-right {
    position: absolute;
    background-color: transparent;
    top: 12px;
    left: 26px;
    width: 27px;
    height: 10px;
    display: block;
    transform: rotate(
            -35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-right:after {
    content: "";
    background-color: #337AB7;
    width: 25px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
.active .arrow-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.active .arrow-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}



.questions-list_link_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    padding: 10px 65px 10px 15px;
    margin: 10px 0;
    color: #00ace4;
    position: relative;
    transition: color 1s ease-in-out,background-color 1s ease-in-out;
}
.questions-list_link_head.active {
    color: #2a2a2a;
}

.questions-list_link_text{
    opacity: 1;
    padding-left: 20px;
}
.questions-list_link_text.hidden{
    opacity: 0;
    transform: scaleY(0);
    display: none;
}
/* ---- ---- ---- ---- ---- ---- ---- ---- */
.containerDefault .containerDefault--mobile { float: left; width: 100%; padding: 15px 25px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1); font-size: 15px; box-sizing: border-box; color: #777; margin-bottom: 25px; display: none; }
.containerDefault .containerDefault--mobile span { float: right; font-size: 11px; position: relative; top: 4px; }
.containerDefault .containerDefault--mobile span:before { content: ""; display: block; height: 12px; width: 12px; background-size: 12px 12px; background-image: url(../img/arr.svg); background-repeat: no-repeat; }
.containerDefault .containerDefault--mobile i { margin-right: 10px; }

#button { display: inline-block; background-color: #2264af; width: 60px; height: 60px; text-align: center; border-radius: 4px; position: fixed; bottom: 165px; right: 55px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; }
#button::after { content: url("../img/arrow_up2.png"); display: flex; justify-content: center; align-items: center; height: 60px; }
#button:hover { cursor: pointer; background-color: #1d3e64; }
#button:active { background-color: #1d3e64; }
#button.show { opacity: 1; visibility: visible; }
@media (min-width: 1400px) and (max-width: 1700px) {  #button { bottom: 150px; right: 50px; } }
@media (min-width: 800px) and (max-width: 1400px) {  #button { bottom: 150px; right: 39px; } }
@media (min-width: 500px) and (max-width: 800px) {  #button { bottom: 150px; right: 25px; } }
@media (max-width: 500px) { #button { bottom: 150px; right: 25px; } }

/* ---- ---- ---- ---- ---- ---- ---- ---- */
@media screen and (max-width: 1317px) {
    .containerHeader--schedule {
        display: none;
    }
}
@media screen and (max-width: 1300px) {

    .containerHeader .containerHeader--title { margin: 24px 0 0 10px; }
    .containerHeader .containerHeader--title .title--first a { font-size: 20px; }
    .containerHeader .containerHeader--logotype { margin: 27px 0 0 20px; }
    .containerHeader .containerHeader--logotype .containerHeader--logo { width: 31px; height: 36px; background-size: contain; }
    .containerDefault .containerDefault--right { margin-left: 0; }
    .containerDefault .containerDefault--left { display: none; width: 100%; }
    .containerDefault--content .containerMain--action { padding: 60px 0!important; }
    .containerFooter .containerFooter--right { justify-content: start;
        display: flex;
        width: 100%;
        }

}

@media screen and (max-width: 992px) {
    .containerHeader .containerHeader--contacts { display: none; }
    .containerFooter .containerFooter--right { justify-content: center;
       }
}
    containerFooter--right .containerFooter--right__link{
        display: block;

}

@media screen and (max-width: 920px)  {
    .containerHeader .containerHeader--languages { width: 30px; order: 2;}
    .containerHeader--menu { width: 52px; padding: 21px 10px; }
    .docBlock--element { width: 33.33%; }

}


@media screen and (max-width: 732px) {
    .containerMain--action .containerMain--action--left.containerMain--action--left--new {flex-direction: column;}
    .containerMain--issues .containerMain--issues--element { width: 100%; }
    .containerMain--action .containerMain--action--left { width: 100%; }
    .containerMain--action .containerMain--action--right { width: 100%; padding-left: 0; margin-top: 100px; }
    .containerMain--action .containerMain--action--right h3 { text-align: center; }
    .containerMain--clients--wrapper .containerMain--clients { flex-wrap: wrap; }
    .containerMain--clients--wrapper .containerMain--clients a { width: 100%; margin-bottom: 20px; }
    .containerMain--advantages .containerMain--advantages--title { font-size: 40px; }
    .containerMain--partners .containerMain--partners--title { font-size: 40px; }
    .containerMain--services .containerMain--services--title { font-size: 40px; }
    .containerMain--advantages .containerMain--advantages--element { width: 50%; }
    .containerMain--services .containerMain--services--element { width: calc(50% - 20px); padding: 10px; }
    .containerMain--services .containerMain--services--element.threeInLine { width: calc(50% - 20px); padding: 10px; }
    .containerMain--services .containerMain--services--element span { min-height: 38px; font-size: 14px; }
    .clinicNumbers { flex-wrap: wrap; }
    .containerDefault .containerDefault--mobile { display: block; }
    .containerFaq .containerFaq--right { margin-left: 0; }
    .containerFaq .containerFaq--left { width: 100%; float: none; }
    .containerFaq .containerFaq--right .containerFaq--element .containerFaq--element--header .containerFaq--element--text { margin: 0; }
    .containerFaq .containerFaq--right .containerFaq--element { margin-top: 50px; }
    .containerFaq .containerFaq--right .containerFaq--element-m { margin-top: 0px; }
    .containerMain--action .containerMain--action--left .action--left--text {position: initial}
    .containerMain--action .containerMain--action--right {margin-top: 0}
    .containerFooter .containerFooter--right {
        display: block;
        width: 100%;
        }
    .web-service {
        margin-right: 40px;
    }
    .containerFooter--warning{
        margin-left: 0;
        width: 100%;
         }
    .containerFooter--right__link{
        display: flex;
        flex-wrap: wrap;
         }
}




@media screen and (max-width: 500px) {
    .containerHeader { height: 80px; }
    .containerHeader .containerHeader--links .links--element.last { display: flex; justify-content: center; align-items: center; height: 80px; }
    .containerHeader--menu { height: 80px; width: 44px; padding: 28px 6px; }
    .containerHeader--menu .menu--element { height: 2px; margin: 3px 0; }
    .containerHeader .containerHeader--links .links--element { height: 40px; padding: 10px 9px; }
    .containerHeader .containerHeader--languages .languages--element { height: 40px; display: flex; justify-content: center; align-items: center; }
    .containerHeader .containerHeader--links .containerHeader--links--social { flex-wrap: wrap; width: 80px; display: none;}
    .containerHeader .containerHeader--links .links--element .links--element--text {display: none }
    .containerHeader .containerHeader--links .containerHeader--links--social a { width: 50%; text-align: center; }
    .containerHeader .containerHeader--links .links--element .links--element--icon { margin-right: 0; }
    .containerHeader .containerHeader--links .containerHeader--links--social a.inst:before { margin: 0 auto; }
    .containerHeader .containerHeader--links .containerHeader--links--social a.whatsapp:before { margin: 0 auto; }
    .containerHeader .containerHeader--links .containerHeader--links--social a.teleg:before { margin: 0 auto; }
    .containerHeader .containerHeader--links { width: auto; display: flex; flex-wrap: wrap; display: none}
    .containerHeader .containerHeader--logotype { margin: 27px 0 0 5px; }
    .containerHeader .containerHeader--title { margin: 31px 0 0 5px; }
    .containerHeader .containerHeader--title .title--first a { font-size: 15px; }
    .containerHeader .containerHeader--title .title--second a { display: none; }
    .containerMain--advantages .containerMain--advantages--element .advantages--element--text { min-height: 91px; }
    .containerMain--action .containerMain--action--left .action--left--image .action--image{ width: 80%; height: 80%; margin: 0 10% 0 10% }
    .containerMain--action .containerMain--action--left .action--left--image img { width: 100%; }
    .containerMain--action .containerMain--action--left .action--left--text { left: 150px; }
    .containerDefault--content .containerMain--action { padding: 56px 0 200px 0!important; }
    .containerMain--action .containerMain--action--left.firstBlock { padding-bottom: 140px; }
    .containerArticle .containerArticle--image { margin: 0 auto; width: 100%; max-width: 210px; float: none; }
    .containerArticle .containerArticle--present .present--title { padding: 10px 0 10px 0; }
    .containerDefault .containerDefault--title { font-size: 23px; }
    .containerMain--issues .containerMain--issues--element img { max-width: 230px; }
    .containerMain--issues .containerMain--issues--element { padding-bottom: 30px; }
    .containerMain--issues .containerMain--issues--element:last-child { padding-bottom: 0; }
    .containerMain--clients--wrapper .containerMain--clients a .containerMain--clients--block { min-height: 75px; padding: 20px; }
    .docBlock--element { width: 50%; padding: 10px; box-sizing: border-box; }
    .docBlock--element p { min-height: 57px; }
    .containerDefault { padding: 30px 0; }
    .containerMain--issues { background-size: contain; background: url(../img/main.jpg); background-repeat: repeat; }
    .web-service {
        margin-right: 15px;
    }
}
@media (min-width: 414px) and (max-width: 490px) {
    .containerHeader .containerHeader--title .title--first a { font-size: 20px; }

}
@media (min-width: 320px) and (max-width: 359px)  {
    .containerHeader .containerHeader--title .title--first a { font-size: 11px; }
    .containerHeader .containerHeader--logotype .containerHeader--logo { width: 21px; height: 26px; }
    .containerMain--clients--wrapper .containerMain--clients a .containerMain--clients--block { font-size: 12px; }
    .containerMain--advantages .containerMain--advantages--element .advantages--element--text { min-height: 101px; }
    .containerMain--services .containerMain--services--element { width: 100%; }
    .containerMain--services .containerMain--services--element.threeInLine { width: 100%; }

}

.web-service .icon-wezom {
    background: red;
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-right: 10px;
}


.web-service, .web-service .icon-wezom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.web-service .icon-wezom svg {
    width: 28px;
    height: 10px;
    fill: #fff;
    -webkit-transition: inherit;
    transition: inherit;
}

.web-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
}

.web-service__text {
    color: #272727;
    font-size: .79em;
    white-space: nowrap;
}
.web-service__text p{
    display: inline;
}

.web-service__text, .web-service__wezom {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.web-service__wezom {
    color: #3a3a3a;
    font-weight: 700;
}

.google-map-link {
    width: 27px;
    height: 27px;
    display: block;
    fill: #fff;
    float: right;
    margin: 0 5px;
}
@media screen and (max-width: 500px) {
    .google-map-link {
        width: 20px;
        height: 20px;
        margin-left: -12px;
    }
}
/* костыль */
a[href="/news/publications/?p=10"] {
    display: none !important;
}
@media screen and (max-width: 425px){
    .containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone {font-size: 13px; !important;}
    .item img{ width: 400px; }.containerMain--action .containerMain--action--left .action--left--text .action--left--button{display: none;}
}
@media screen and (max-width: 375px){
    .containerHeader .containerHeader--contacts .contacts--element .contacts--element--present .present--phone {font-size: 12px; !important;}
}

.action--image{
    height: 238px;
    width: 228px;
}
.containerMain--banner{
    position: relative;
    background: #f5f8fc;
    overflow: hidden;
    padding: 20px 0;
}
.map {
    position: relative;
    display: flex;
}
.map-item {
    flex-basis: 48%;
    padding: 10px;
    height: 525px;
}
.map-item iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.map_contact{
    right:10px;
}
.map_cont{
    left:10px;
}
.map_cont,.map_contact{
    width:20%;
    background:#fff;
    position:absolute;
    text-align:center;
    z-index:1000;
    padding:5px;
    box-shadow: 0 5px 15px rgb(175, 175, 175);
    bottom: 0;
}

.map_cont p,.map_contact p{
     text-align:center;}

.map_title{
    font-size:14px;
}
.map_phone{
    font-size:14px;
}
.reviews__text {
    padding-bottom: 5px;
    position: relative;
    max-width: 870px;
    margin-left: 15px;
    margin-top: 25px;
}
.reviews__head{
    padding-bottom: 5px;
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
}
.reviews-title{
    font-size: 2em;
    color: #676666;
    font-weight: 400;
}
.reviews-form-doc form {
    width: 100%;
    min-height: 300px;
}

.reviews-form__inner {
    background-color: transparent;
    position: relative;
    border-radius: 20px;
    padding: 20px 0 20px 15px;
    z-index: 1;
}

.reviews-form .input__label {
    color: #000;
}
.input__wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.reviews-form .name {
    border-radius: 0;
}
.reviews-form .name,.reviews-form textarea,
.form-select,.form__group .data{
    font-size: 14px;
    color: #30343a;
    width: 90%;
    position: relative;
    transition: all .3s ease;
    border: 1px solid rgba(147,162,162,.7);
    padding: 10px 0 10px 10px;
}
.reviews-form .name,
.reviews-form .data{
    min-height: 35px;
}
.reviews-form textarea {
    height: 100px;
    padding: 10px 0 10px 10px;

}
.form-select {
    height: 50px;
    background: rgba(255,255,255,.3);
    color: #253836;
    font-weight: 600;
}
.input:focus,.input:active, button:active, button:focus{
    outline: none;
}
.input {
    font-weight: 400;
    font-style: normal;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
}
.input__label {
    position: absolute;
    z-index: 11;
    left: 0;
    font-size: 15px;
    padding: 6px;
}
.form_select{
    width: 300px;
}
.reviews-form__rating {
    justify-content: start;
    color: #000;
    font-size: 15px;
    display: flex;
    flex-direction: column;
}
.reviews-form__rating__total {
    margin-bottom: 0;
    padding-left: 5px;
}
.rating-area {
    overflow: hidden;
    width: 140px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 28px;
    padding: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 28px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: #2264af;
    text-shadow:  0 0 5px rgb(29, 62, 100);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #2264af;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #2264af;
    text-shadow:  0 0 5px rgb(29, 62, 100);
}
.rate-area > label:active {
    position: relative;
}

.reviews-form__body{
    display: flex;
}
.button-review {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background-color: #2264af;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 5px 11px;
    position: relative;
    border: none;
    box-shadow: 0 0 5px rgb(29, 62, 100);
    width: 220px;
    margin-top: 10px;
}
.button-review:hover {
    background-color: #2264af;
    cursor: pointer;
    box-shadow: none;
}
.button-review>span {
    transition: transform .5s ease;
    position: relative;
    display: inline-block;
    will-change: transform;
}
.reviews-form .name:active,
.reviews-form textarea:active,
.reviews-form .name:focus,
.reviews-form textarea:focus,
.form-select:active,
.form__group .data:active,
.form-select:focus,
.form__group .data:focus{
    border: 1px solid rgba(34, 100, 175,.7);
}

.review__content {
    flex-wrap: wrap;
    margin-top: 0;
    max-width: 870px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaf1f1;
}
.review{
    display: flex;
    flex-direction: column;
}
.review__header {
    margin-bottom: 5px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review__author {
    font-weight: 500;
    font-style: normal;
    color: #30343a;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-right: 21px;
    margin-left: 15px;
}
.review__date{
    color: #676666;
}
.review__body{
    margin-top: 15px;
    color: #676666;
    line-height: 30px;
    max-width: 870px;
    margin-bottom: 15px;
    font-size: 15px;
    user-select: text;
    padding-left: 15px;
}
.review__body, .review__footer {
    color: #676666;
    margin-bottom: 15px;
    font-size: 15px;
    padding-left: 15px;
}
.review__rating-star {
    width: 150px;
    padding-left: 15px;
}
.rating-items span {
    padding: 0;
    font-size: 28px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-items > span:before {
    content: '★';
}
.rating-items > span.active {
    color: #2264af;
    text-shadow: 1px 1px #2264af;
}
.block-certificates .owl-theme .owl-nav [class*=owl-]{
    font-size: 30px;
}
.certificat__item {
    height: 300px;
}
.certificat__item a img{
    max-height: 100%;
    margin: 0 auto;
}
.certificates-carousel{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.block-certificates {
}
.certificates__items {
    padding: 0 30px;
    max-width: 1440px;
    margin: 0 auto;
}
.block-certificates .certificates__items h2{
    text-align: center;
    color: #2264af;
}
.doctors-images {
    display: flex;
}
@media screen and (max-width: 768px){
    .map {
        flex-wrap: wrap;
        margin: 20px 0 0 0;
    }
    .map-item {
        flex-basis: 100%;
    }
    .map_cont {
        width: 30%;
        top: 15%;
        height: fit-content;
    }
    .map_contact{
        width: 30%;
        height: fit-content;
    }
    .reviews-form__body{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 425px){
    .map {
        flex-wrap: wrap;
        margin: 20px 0 0 0;
    }
    .map-item {
        flex-basis: 100%;
    }
    .map_cont {
        width: 39%;
        top: 25%;
    }
    .map_contact{
        width: 39%;
    }
    .map_title,.map_phone{
        font-size:13px;
    }
    .map_schedule{
        display:none;
    }
    .map_cont p, .map_contact p {
        line-height: 15px;
        font-size: 13px;
    }
    .doctors-images {
        width: 100%;
    }
    .doctors-images img {
        display: block;
        margin: 0 auto;
    }
}
/*---------Плавающий Header---------------------------------------*/
.header-fixed {
    padding-top: 100px;
}
.header-fixed .containerHeader {
    position: fixed;
    top: -105px;
    width: 100%;
    transition: top 0.5s linear;
}
.containerHeader.header-show {
    top: 0;
}
/*--------Footer menu---------------------------------------*/
.containerFooter__menu {
    margin-bottom: 20px;
}
.containerFooter__menu .reset {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}
.containerFooter__menu .reset li:first-child,
.containerFooter__menu .reset li:nth-child(7) {
    display: none;
}
.containerFooter__menu .reset li {
   flex: 0 0 20%;
    text-align: center;
    padding: 10px 0;
}
.containerFooter__menu .reset li a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.containerFooter__menu .reset li a:hover {
    color: #2264af;
}



@media (min-width: 350px) and (max-width: 700px){
    .containerFooter__menu .reset li {
        flex: 0 0 50%;
    }
}
@media (max-width: 350px){
    .containerFooter__menu .reset li {
        flex: 0 0 100%;
    }
}
.btn-callback {
    display: inline-block;
    background: #2264af;
    color: #fff;
    padding: 15px 50px;
    position: fixed;
    bottom: -50px;
    left: 50px;
    border-radius: 50px;
    box-shadow: 0 14px 22px 0 #2264af66;
    transition: all 0.5s linear;
}
.btn-callback.show {
    bottom: 80px;
    transition: all 0.5s linear;
}
.btn-callback p {
    padding: 0;
    margin: 0;
}
@media (max-width: 1024px) {
    .btn-callback {
        padding: 10px 15px;
    }
}
@media (max-width: 500px) {
    .btn-callback {
        display: none;
    }
}
.our-doctors {}
.our-doctors__title {
    padding: 50px 0 20px;
    text-align: center;
}


.doctors-carousel {}
.doctors-carousel .owl-stage {
    display: flex;
    align-items: baseline;
}
.doctors-carousel .docBlock--element {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: none;
    width: auto;
}
.faq--button{
    text-align: center;
    margin-top: 30px;
}

.faq--button a{
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    border-radius: 50px;
    box-shadow: 0 14px 22px 0 #2264af66;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
    background: #2264af;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    padding: 0 50px;
}

.faq--button a p {
    margin: 0;
}
.containerMain--partners--doctors{
    margin-bottom: 30px;
}
.docBlock--element--otzivi{
    border: 1px solid #ccc;

    padding: 10px 10px;
}

.containerMain--partners--doctors .containerMain--partners--title--doctors .our-doctors__title { text-align: center; padding: 0; font-size: 50px; color: #eceef0; font-weight: 900; text-transform: uppercase;margin-bottom: 30px}
.containerMain--partners--doctors .docBlock--element{
    width: 100% ;
    padding-top: 150%;
    position: relative;
    margin-bottom: 15px;
}
.containerMain--partners--doctors .docBlock--element img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.containerMain--partners--doctors .docBlock--element--text{
    font-size: 16px;
    text-align: center;
}
.containerMain--partners--doctors .containerMain--partners--title--doctors { text-align: center; padding: 0; font-size: 50px; color: #eceef0; font-weight: 900; text-transform: uppercase;margin-bottom: 30px}

.owl-carousel .owl-item img {
    max-width: 100%;
}
