@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

@font-face {
    font-family: "Roboto-Slab";
    src: url(../fonts/RobotoSlab-Regular.ttf);
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
}

body {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 1.4666;
    min-width: 320px;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

blockquote, ol li {
    position: relative
}

fieldset, hr {
    border: 0;
    padding: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    box-sizing: content-box;
    display: block;
    height: 1px;
    border-top: 1px solid #b8d6e3;
    margin: 1em 0
}

iframe {
    max-width: 100% !important;
    width: 100%!important;
}

fieldset {
    margin: 0
}

textarea {
    resize: vertical;
    min-height: 130px
}

.section-header, h1, h2, h3 {
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.section-header, h1, h2, h3, h4, h5 {
    line-height: 1.1;
}
h1, h2, h3, h6 {
    font-weight: 600;
}

.section-header{
    text-align: center;
    font-weight: 600;
    color: #171717;
    font-size: 18px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    body {
        font-size: 16px
    }
}

a {
    color: #2a4692;
    text-decoration: none
}

a:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    color: #42a856;
}


h2, h3, h4, h5, ol, ul {
    margin: 15px 0
}

ul {
    list-style: url(../img/icon_csptrial.png);
    padding: 0 0 0 39px;
}

ol li, ul li {
    margin: 0 0 5px
}


h6 {
    font-size: 18px;
    margin: 0 0 20px
}

h1 {
    word-wrap: break-word;
    font-size: 32px;
    margin: 0 0 20px;
    text-transform: uppercase
}

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
        margin: 0 0 20px;
        word-wrap: break-word
    }
}

h2 {
    font-size: 24px;
    text-transform: uppercase
}

h3 {
    font-size: 18px
}

h4, h5 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

.h5 {
    line-height: 1.1;
    margin: 15px 0;
    font-size: 15px;
    font-weight: 700;
    font-family: open sans,Arial,helvetica neue,Helvetica,sans-serif;
    text-transform: uppercase;
}


ul {
    list-style: url(../img/icon_csptrial.png);
    padding: 0 0 0 39px
}


ol {
    padding: 2px 0 0;
    counter-reset: ls;
    overflow: hidden
}

ol li {
    padding-left: 15px;
    overflow: hidden;
    position: relative;
    list-style: none;
}

ol li:before {
    counter-increment: ls;
    content: counter(ls) ".";
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #3b63ac;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: -2px;
    text-indent: 2px
}

img[align=left] {
    float: left;
    margin: 0 20px 9px 0;
    border-radius: 3px
}

img[align=right] {
    float: right;
    margin: 0 0 9px 20px;
    border-radius: 3px
}

p {
    margin: 0 0 1em
}

blockquote {
    margin: 25px 0;
    padding: 20px 20px 20px 72px;
    color: #474747;
    font-style: italic;
    background: #e9f6fb;
    border-radius: 2px
}

blockquote:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #3b63ac;
    position: absolute;
    border-radius: 2px 0 0 2px
}

blockquote:after {
    content: '\201C';
    font-size: 48px;
    color: #fff;
    left: 11px;
    top: 20px;
    line-height: 1;
    position: absolute
}

blockquote .info {
    color: #2b3d4f;
    margin: 5px 0 0;
    font-style: italic
}

blockquote .info .name {
    font-style: normal;
    margin: 10px 0 0
}

table {
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
    border-radius: 2px
}

table th {
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background: #3b63ac;
    padding: 20px 15px
}

@media (max-width: 680px) {
    table th {
        padding: 5px 10px;
        font-size: 13px
    }
}

table td {
    padding: 10px 15px;
    background: #e9f6fb;
    font-size: 15px
}

@media (max-width: 680px) {
    table td {
        padding: 5px 10px;
        font-size: 12px
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.wrap {
    max-width: 1260px;
    padding: 0 10px;
    margin: 0 auto
}
.cols3:before, .cols3:after, .about-cols:after, .about-cols:before, .add-clinic-form .cols2:after, .add-clinic-form .cols2:before, .add-clinic-form .cols4:after, .add-clinic-form .cols4:before, .add-clinic-form .price-line:after, .add-clinic-form .price-line:before, .add-clinic-form .row:after, .add-clinic-form .row:before, .articles-list ul li:after, .articles-list ul li:before, .auth-block:after, .auth-block:before, .catalog-item .buy-line-wrap:after, .catalog-item .buy-line-wrap:before, .clearfix:after, .clearfix:before, .clinic-filter:after, .clinic-filter:before, .comments-form:after, .comments-form:before, .comments:after, .comments:before, .contacts-page .contacts-cols .sub-cols:after, .contacts-page .contacts-cols .sub-cols:before, .contacts-page .contacts-cols:after, .contacts-page .contacts-cols:before, .contacts-page .contacts-footer:after, .contacts-page .contacts-footer:before, .content-cols:after, .content-cols:before, .info-lines .line:after, .info-lines .line:before, .landing-page .callback-form .row:after, .landing-page .callback-form .row:before, .landing-page .checkin-form .row:after, .landing-page .checkin-form .row:before, .lk-layout:after, .lk-layout:before, .material-footer:after, .material-footer:before, .material-item .info:after, .material-item .info:before, .material-item:after, .material-item:before, .materials-list .info:after, .materials-list .info:before, .materials-list ul li:after, .materials-list ul li:before, .order-block:after, .order-block:before, .portal-item:after, .portal-item:before, .portal-tabs .fake-tabs ul:after, .portal-tabs .fake-tabs ul:before, .portal-tabs .tabs-nav ul:after, .portal-tabs .tabs-nav ul:before, .product .product-content .cols:after, .product .product-content .cols:before, .product .product-content .product-info .product-options .row:after, .product .product-content .product-info .product-options .row:before, .product .product-content .product-info .to-basket:after, .product .product-content .product-info .to-basket:before, .product:after, .product:before, .qna-form .cols:after, .qna-form .cols:before, .qna-header:after, .qna-header:before, .registration-cols:after, .registration-cols:before, .restrictions-cols:after, .restrictions-cols:before, .search-sort:after, .search-sort:before, .wrap:after, .wrap:before {
    content: " ";
    display: table;
}

.cols3:after, .about-cols:after, .add-clinic-form .cols2:after, .add-clinic-form .cols4:after, .add-clinic-form .price-line:after, .add-clinic-form .row:after, .articles-list ul li:after, .auth-block:after, .catalog-item .buy-line-wrap:after, .clearfix:after, .clinic-filter:after, .comments-form:after, .comments:after, .contacts-page .contacts-cols .sub-cols:after, .contacts-page .contacts-cols:after, .contacts-page .contacts-footer:after, .content-cols:after, .info-lines .line:after, .landing-page .callback-form .row:after, .landing-page .checkin-form .row:after, .lk-layout:after, .material-footer:after, .material-item .info:after, .material-item:after, .materials-list .info:after, .materials-list ul li:after, .order-block:after, .portal-item:after, .portal-tabs .fake-tabs ul:after, .portal-tabs .tabs-nav ul:after, .product .product-content .cols:after, .product .product-content .product-info .product-options .row:after, .product .product-content .product-info .to-basket:after, .product:after, .qna-form .cols:after, .qna-header:after, .registration-cols:after, .restrictions-cols:after, .search-sort:after, .wrap:after {
    clear: both;
}

.edit-circle-btn, .remove-circle-btn {
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.remove-circle-btn {
    width: 30px;
    height: 30px;
    background: #f55656;
    text-indent: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-circle-btn:before, .remove-circle-btn:before {
    vertical-align: middle;
    top: -2px;
    content: '';
    left: 1px;
}

.remove-circle-btn:before {
    background-image: url(../img/sprite.png);
    background-position: -198px -522px;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
}

input:not([type]), input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=number], input[type=search], textarea {
    border: 0;
    background: #fff;
    border-radius: 2px;
    padding: 13px 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    outline: 0 !important
}

input:not([type])::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #444
}

input:not([type])::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
    color: #444
}

input:not([type]):-moz-placeholder, input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea:-moz-placeholder {
    color: #444
}

input:not([type]):-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #444
}

input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #38b44a
}

input:not([type]):focus::-webkit-input-placeholder, input[type=color]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=datetime]:focus::-webkit-input-placeholder, input[type=datetime-local]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=month]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=week]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:not([type]):focus::-moz-placeholder, input[type=color]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=datetime]:focus::-moz-placeholder, input[type=datetime-local]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=month]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent
}

input:not([type]):focus:-moz-placeholder, input[type=color]:focus:-moz-placeholder, input[type=date]:focus:-moz-placeholder, input[type=datetime]:focus:-moz-placeholder, input[type=datetime-local]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder, input[type=month]:focus:-moz-placeholder, input[type=password]:focus:-moz-placeholder, input[type=tel]:focus:-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=time]:focus:-moz-placeholder, input[type=url]:focus:-moz-placeholder, input[type=week]:focus:-moz-placeholder, input[type=number]:focus:-moz-placeholder, input[type=search]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent
}

input:not([type]):focus:-ms-input-placeholder, input[type=color]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=datetime]:focus:-ms-input-placeholder, input[type=datetime-local]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=month]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent
}

input:not([type]).bad, input:not([type]).error, input[type=color].bad, input[type=color].error, input[type=date].bad, input[type=date].error, input[type=datetime].bad, input[type=datetime].error, input[type=datetime-local].bad, input[type=datetime-local].error, input[type=email].bad, input[type=email].error, input[type=month].bad, input[type=month].error, input[type=password].bad, input[type=password].error, input[type=tel].bad, input[type=tel].error, input[type=text].bad, input[type=text].error, input[type=time].bad, input[type=time].error, input[type=url].bad, input[type=url].error, input[type=week].bad, input[type=week].error, input[type=number].bad, input[type=number].error, input[type=search].bad, input[type=search].error, textarea.bad, textarea.error {
    background: #ffe4e4 !important;
    box-shadow: inset 0 3px 0 0 #f55656 !important
}

.btn, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    border: 0;
    line-height: 1;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px;
    background: #42a856;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    outline: 0 !important;
    margin: 0 0 3px;
}

.btn:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: 0 0 0 0px #4aba60, 0 3px 8px 1px rgba(0,0,0,.2);
    background: #4aba60;
    color: white;
}

.btn.cancel, button.cancel, input[type=button].cancel, input[type=reset].cancel, input[type=submit].cancel {
    background: #3598d9;
    border-color: #3598d9
}

.btn.cancel:hover, button.cancel:hover, input[type=button].cancel:hover, input[type=reset].cancel:hover, input[type=submit].cancel:hover {
    border-color: #166ea7;
    background: #166ea7
}

.btn.gray, button.gray, input[type=button].gray, input[type=reset].gray, input[type=submit].gray {
    background: #abdaf1;
    color: #444;
}

.btn.gray:hover, button.gray:hover, input[type=button].gray:hover, input[type=reset].gray:hover, input[type=submit].gray:hover {
    background: #c6e6f5
}

.btn.back-link:before, button.back-link:before, input[type=button].back-link:before, input[type=reset].back-link:before, input[type=submit].back-link:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin: 0 10px -1px 0
}

.btn.pink, button.pink, input[type=button].pink, input[type=reset].pink, input[type=submit].pink {
    background-color: #ff7696;
    background-image: -webkit-linear-gradient(#ff7696, #ee5176);
    background-image: linear-gradient(#ff7696, #ee5176);
    box-shadow: 0 3px 0 0 #d43e3d
}

.btn.orange, button.orange, input[type=button].orange, input[type=reset].orange, input[type=submit].orange {
    background-color: #ffa943;
    background-image: -webkit-linear-gradient(#ffa943, #f88d10);
    background-image: linear-gradient(#ffa943, #f88d10);
    box-shadow: 0 3px 0 0 #db7b08
}

.btn.purple, button.purple, input[type=button].purple, input[type=reset].purple, input[type=submit].purple {
    background-color: #9285ba;
    background-image: -webkit-linear-gradient(#9285ba, #7562ae);
    background-image: linear-gradient(#9285ba, #7562ae);
    box-shadow: 0 3px 0 0 #624e9c
}

.btn.clear, button.clear, input[type=button].clear, input[type=reset].clear, input[type=submit].clear {
    background: 0 0;
    padding: 12px 20px;
    border: 2px solid #3961a9;
    color: #444;
    box-shadow: none;
    font-size: 13px
}

.btn.clear:hover, button.clear:hover, input[type=button].clear:hover, input[type=reset].clear:hover, input[type=submit].clear:hover {
    background: #3961a9;
    color: #fff;
    border-color: #3961a9
}

.btn.blue, button.blue, input[type=button].blue, input[type=reset].blue, input[type=submit].blue {
    background: #3b63ac;
}

.btn.blue:hover, button.blue:hover, input[type=button].blue:hover, input[type=reset].blue:hover, input[type=submit].blue:hover {
    background: #5682D2;
}

.btn.big, button.big, input[type=button].big, input[type=reset].big, input[type=submit].big {
    font-size: 15px;
    padding: 20px 50px
}

.btn.small, button.small, input[type=button].small, input[type=reset].small, input[type=submit].small {
    font-size: 13px;
    padding: 9px 20px
}

.btn.disabled, button.disabled, input[type=button].disabled, input[type=reset].disabled, input[type=submit].disabled {
    background: #ccc;
    box-shadow: 0 3px 0 0 #9E9C9D
}

select {
    border: 0;
    border-radius: 2px;
    padding: 8px;
    background: #e9f6fb;
    box-shadow: inset 0 3px 0 0 #d4e0f6
}

figure {
    margin: 0;
    padding: 0;
    min-width: 50%
}

figure[align=left] {
    float: left;
    margin: 0 25px 5px 0
}

figure[align=right] {
    float: right;
    margin: 0 0 5px 25px
}

figure img {
    margin: 0 0 10px;
    width: 100%
}

figure figcaption {
    text-align: center;
    color: #aeb8bc;
    font-style: italic;
    font-size: 13px
}

figure img, img {
    max-width: 100%;
}

.type.rubrics {
    display: inline;
}

.search-sort, .seo-text {
    font-size: 14px;
}

@media(max-width: 800px){
    .seo-text{
        display: none;
    }
}

.spoiler .head {
    cursor: pointer;
    background: #e9f6fb;
    border-radius: 2px;
    padding: 17px 20px;
    font-size: 14px;
    color: #444;
    text-transform: none;
    position: relative;
    margin-bottom: 15px;
}

.spoiler-toggle-icon{
    background-image: url(../img/sprite.png);
    background-position: -287px -292px;
    width: 37px;
    height: 37px;
    left: 10px;
    top: 5px;
    position: absolute;
}

.spoiler.open .spoiler-toggle-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service_name{
    margin-left: 35px;
}

.text-hidden{
    display: none;
    padding-top: 10px;
}

.spoiler.open .text-hidden {
    display: block;
}

.h1-title-custom{
    margin: 0 0 12px;
}

.select2-selection.select2-selection--single {
    min-height: 32px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    background-image: url(../img/sprite.png);
    background-position: -585px -51px;
    width: 12px;
    height: 12px;
    text-indent: 1000000px;
    right: 18px;
    top: 9px;
}

.select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
}

.error-message{
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    color: #f74c4c;
}

/* header */

.page-header{
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
}

.top-header{
    background: #3b63ad;
    padding: 7px 0;
}

.top-header-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-header-left{
    display: flex;
    gap: 20px;
}

.site-swith{
    display: flex;
    align-items: center;
    gap: 10px;
}

.swith-btn{
    border: 3px solid #ffffff;
    border-radius: 5px;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.swith-btn.active{
    border-color: #42a856;
    background: #42a856;
}

.swith-btn:hover{
    color: #ffffff;
}

.site-swith .icon{
    font-size: 12px;
}

.site-swith .icon path{
    fill: #ffffff;
}

.top-header-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-header-menu-item{
    position: relative;
}

.top-header-menu-item:after{
    content: "";
    position: absolute;
    width: 1px;
    background: #ffffff;
    left: calc(100% + 15px);
    top: 0;
    bottom: 0;
}

.top-header-menu-item:last-child:after{
    display: none;
}

.top-header-menu-link {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.create-site-btn{
    padding: 7px 15px;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}

.location-block{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.location-block .icon{
    display: flex;
}

.location-block path{
    fill: #ffffff;
}

.location-block-text{
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-header .city-select-popup {
    border: 1px solid #88c8e7;
    position: absolute;
    top: 100%;
    width: 300px;
    left: -9999px;
    opacity: 0;
    margin: 10px 0 0 -72px;
    border-radius: 3px;
    background: #fff;
    z-index: 100;
    padding: 8px 7px 8px 0;
    -webkit-transition: opacity .2s ease,margin .2s ease;
    transition: opacity .2s ease,margin .2s ease;
    box-shadow: 0 7px 20px 0 rgba(38,50,56,.15);
    color: #222;
    display: none;
}

.city-select-popup.active
{
    display:block;
}

.page-header .city-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 250px;
    overflow: auto
}

.page-header .city-select-popup ul::-webkit-scrollbar {
    width: 6px
}

.page-header .city-select-popup ul::-webkit-scrollbar-button {
    width: 4px;
    height: 5px
}

.page-header .city-select-popup ul::-webkit-scrollbar-track {
    background: #ddd;
    border: 1px solid #bfd9e7;
    border-radius: 2px
}

.page-header .city-select-popup ul::-webkit-scrollbar-thumb {
    background: #3b63ac;
    border-radius: 2px
}

.page-header .city-select-popup ul li {
    margin: 0
}

.page-header .city-select-popup ul li a {
    display: block;
    font-size: 13px;
    color: #484848;
    text-decoration: none;
    padding: 9px 15px;
    line-height: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.page-header .city-select-popup ul li a:hover {
    background: #c6e5f4;
    border-top-color: #bfd9e7;
    border-bottom-color: #bfd9e7
}

.page-header .location-block.active .city-select-popup {
    left: -60%;
    opacity: 1;
    margin-top: 22px
}

.city-select-popup .accept {
    padding: 14px 24px
}

.city-select-popup .another {
    border: 3px solid #42a856;
    box-shadow: none;
    background-color: #e4f2f9;
    color: #000
}

.page-header .city-select-popup .question{
    font-weight: 400;
}

.page-header .city-select-popup .question span {
    font-weight: 700
}

.page-header .city-select-popup .question {
    margin-bottom: 10px
}

.page-header .city-select-popup .btn {
    font-size: 12px
}

.page-header .city-select-popup {
    margin-top: 23px;
    padding: 15px
}

.page-header .city-select-popup:before {
    border-bottom: 10px solid #88c8e7;
    position: absolute;
    margin: 0 0 0 -6px;
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    left: 50%;
    border-left: 10px solid transparent;
    content: '';
    bottom: 100%
}

.cities-container{
    display: none;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
    height: 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear , -webkit-transform .2s linear;
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cities-container.active{
    display: block;
    height: auto;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    opacity: 1;
    overflow: visible;
    position: relative;
    background: #f2f2f2;
}

.cities-close{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 56px;
    height: 56px;
    background: #e6e6e6;
    color: #000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: none;
}

.active .cities-close{
    display: block;
}

.cities-close:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/cancel.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.cities-close:hover{
    text-decoration: none;
    background: #ccc;
}

.cities-block{
    padding: 3.2rem 10.5% 3.6rem;
}

.cities-form{
    margin-bottom: 20px;
    position: relative;
}

.cities-form .select2-container{
    width: 100%!important;
}

.cities-form .select2-container--default .select2-selection--single {
    border-radius: 16px;
    height: 40px;
}

.cities-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
}

.cities-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    margin-left: 10px;
}

.cities-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.cities-btn{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 2;
}

.cities-btn:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/search.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
    margin: -1px 0 0;
}

.cities-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
}

.cities-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 9px;
    width: 100%;
}

.cities-list li a{
    text-decoration: none;
    display: inline-block;
    color: #000;
    position: relative;
    line-height: 1.2;
    font: 16px PTSans,-apple-system,BlinkMacSystemFont,sans-serif;
}

.cities-list li a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.1rem;
    background: transparent;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
}

.cities-list li a:hover{
    color: #42a856;
    text-decoration: underline;
}

.cities-list li a.bolder-city{
    color: #000;
    font-weight: 600;
}


.language-swith{
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-swith-item{
    color: #ffffff;
    font-size: 16px;
    padding: 3px;
    border-radius: 5px;
}

.language-swith-item:hover, .language-swith-item.active{
    color: #fff;
    background: #42a856;
}

.language-swith-sep{
    background: #ffffff;
    width: 1px;
    height: 14px;
}

.bottom-header{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

.bottom-header-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-menu-btn{
    display: flex;
    align-items: center;
    border: 3px solid #3b63ad;
    border-radius: 5px;
    font-size: 20px;
    color: #3b63ad;
    text-transform: uppercase;
    padding: 4px 10px;
    gap: 10px;
    cursor: pointer;
}

.header-menu-btn .icon{
    display: flex;
}

.header-menu-btn .icon path{
    fill: #3b63ad;
}

.search-block{
    flex: 1 0 auto;
}

.header-search-block{
    display: flex;
    width: 100%;
    margin-bottom: 0;a
}

.header-search-block.opened{
    position: relative;
    z-index: 100;
}

.header-search-input{
    display: flex;
    position: relative;
    width: 100%;
}

.header-search-icon{
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 18px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;

}

.header-search-icon:hover{
    background: transparent;
    box-shadow: none;
}

.header-search-voice{
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 12px;
    margin: 0;
}

.header-search-voice:before{
    content: "";
    width: 1px;
    height: 26px;
    opacity: 0.5;
    border-radius: 4px;
    background: #37809A;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-search-voice:hover{
    background: transparent;
    box-shadow: none;
}

.header-search-input input{
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    display: block;
    padding: 12px 42px 12px 44px;
    border: 1px solid #E0E0E0;
    border-radius: 4px 0 0 4px;
    width: 100%;
    border-right: 0;
}


.header-search-input input::placeholder{
    color: #828282;
    opacity: 0.5;

}

.header-search-btn{
    padding: 13px 28px;
    background: #EDEDED;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0;
}

.header-search-block.opened .header-search-btn{
    color: #FFFFFF;
    background: #48C6F2;
}

.header-search-dropdown{
    position: absolute;
    background: #FFFFFF;
    padding: 17px 12px 4px;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    display: none;
}


.header-search-block.opened .header-search-dropdown{
    display: block;
}

.header-search-block.opened .header-search-dropdown.empty, .header-search-dropdown.empty{
    display: none;
}

.header-search-dropdown-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.header-search-dropdown-element .header-search-dropdown-title{
    margin-top: 20px;
}

.header-search-dropdown-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.header-search-dropdown-element{
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    margin-bottom: 12px;
    padding-left: 26px;
}

.header-search-dropdown-element:hover{
    text-decoration: none;
}

.header-search-dropdown-element .icon{
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-search-dropdown-element.printed{
    color: #cccccc;
}

.header-search-dropdown-element.printed span{
    color: #333333;
}

.header-basket-elem{
    position: relative;
}

.header-basket-elem .user-popup {
    position: absolute;
    left: -9999px;
    top: 100%;
    z-index: 100;
    background: #fff;
    border: 1px solid #cbe2eb;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    width: 150px;
    margin: 8px 0 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease;
    transform: translateX(-50%);
}

.header-basket-elem.active .user-popup {
    left: 50%;
    margin: 13px 0 0;
    opacity: 1;
}

.header-basket-elem .user-popup:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid #cbe2eb;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -7px;
}

.header-basket-elem .user-popup:after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
}

.header-basket-elem .user-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-basket-elem .user-popup ul li {
    margin: 0 0 8px;
}

.header-basket-elem .user-popup ul li+li {
    padding-top: 8px;
    border-top: 1px solid #e1e8ec;
}

.header-basket-elem .user-popup ul li:last-child {
    margin-bottom: 0;
}

.header-basket-elem .user-popup ul li a {
    font-size: 13px;
    color: #2b3d4f;
    line-height: 1;
    text-decoration: none;
}

.header-basket-elem .user-popup ul li a:hover {
    text-decoration: underline;
}

.header-basket{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.header-basket-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-basket-item .icon{
    /*width: 65px;
    height: 65px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    /*background: #e0f1fa;
    -webkit-box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);
    -moz-box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);
    box-shadow: inset 0px -5px 1px 0px rgb(191 217 231);*/
}

.header-basket-item .icon path{
    fill: #5e70a0;
}

.header-basket-item .text{
    text-align: center;
    font-size: 12px;
}

.popup-menu-cont{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    z-index: 20;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.13);
    display: none;
}

.h-menu-open .popup-menu-cont{
    display: block;
}

.popup-menu-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
} 

.popup-menu-item{
    display: flex;
    align-items: center;
    flex: 0 0 calc(100%/4 - 25px);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b63ad;
    gap: 10px;
}

.popup-menu-item .icon{
    display: flex;
}

.popup-menu-item .icon path{
   fill: #3b63ad; 
}

.logo-img .logo{
    background-image: url(../img/sprite.png);
    width: 241px;
    height: 44px;
    position: relative;
    background-position: -245px -22px;
    display: block;
}


.modal-title{
    margin: 0;
}

.modal-content{
    border-radius: 8px;
    border: none;
}

.modal-header .close{
    top: 13px;
    right: 25px;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.modal-header .close:hover{
    background: transparent;
    box-shadow: none;
}

.modal-header{
    font-size: 15px;
    padding: 15px 52px 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    line-height: 1.2;
    word-wrap: break-word;
}

.modal-body{
    text-align: left;
    padding: 30px;
}

.login-popup{
    max-width: 825px;
}

.auth-block{
    font-size: 14px;
}

.auth-block p{
    font-size: 12px;
}

.auth-block-col{
    width: 49%;
    float: left;
}

.auth-block-col + .auth-block-col{
    width: 42%;
    float: right;
    text-align: center;
}

.auth-block-col.one-col{
    width: 100%;
}

.forgot-pass{
    float: right;
}

.registration-invitation{
    margin-bottom: 30px
}

.register-popup{
    max-width: 360px;
}

.mobile-header-cont{
    display: none;
}

@media(max-width: 1260px){
    .header-login-block{
        font-size: 0;
        padding-top: 0;
        text-align: right;
    }

    .header-login-block .login,.header-login-block .register{
        display: inline-block;
        border: 1px solid #bcd3de;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-radius: 2px;
        padding: 0;
        position: relative;
    }

    .header-login-block .login{
        margin-right: 5px;
    }

    .header-login-block .login:before,.header-login-block .register:before{
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -9px 0 0 -7px;
    }

    .header-login-block .sep{
        display: none;
    }

    .header-login-block .reg-faq{
        display: none;
    }

    .bottom-header .wrap{
        position: relative;
        padding-bottom: 70px;
    }

    .search-block{
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        margin: 0;
        width: auto;
    }

    .logo-img{
        margin-right: 10px;
    }

    .top-header-menu{
        display: none;
    }

    .popup-menu-list{
        padding-right: 0;
    }
}

@media(max-width: 980px){
    a.main-menu-toggle{
        display: block;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        position: relative;
    }

    .main-menu-toggle:before{
        content: '';
        background-image: url(../img/sprite.png);
        background-position: -294px -457px;
        width: 30px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -8px 0 0;
    }

    .main-menu ul{
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10000;
        background: #fff;
        border-bottom: 2px solid #284d91;
        padding-top: 25px;
        z-index: 999;
        -webkit-transition: all 0.5s ease!important;
        -moz-transition: all 0.5s ease!important;
        -o-transition: all 0.5s ease!important;
        transition: all 0.5s ease!important;
    }

    .main-menu.active ul{
        display: block;
    }

    .main-menu ul li{
        display: block;
        width: auto;
        margin: 0 0 5px;
        padding: 15px 0px 13px 1px;
        border-bottom: 1px solid #eee;
        padding-top: 0;
    }

    .main-menu ul li a{
        display: inline;
        color: #3b63ac;
        padding: 0;
        background: 0 0;
        font-size: 16px;
    }

    .bottom-header-cont, .header-basket{
        gap: 10px;
    }
}

@media(max-width: 960px){
    .header-language-select{
        display: none;
    }
}

@media(max-width: 820px){
    .logined-user-name{
        display: none;
    }
}

@media(max-width: 760px){
    .page-header,.main-menu{
        display: none;
    }

    .auth-block-col,.auth-block-col + .auth-block-col{
        float: none;
        width: auto;
    }

    .mobile-header-cont{
        display: block;
        position: relative;
        padding: 10px  0;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
    }

    .mobile-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .mobile-header-left{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .m-menu-burger{
        display: flex;
        background-color: #3861a9;
        padding: 10px;
        border-radius: 3px;
    }

    .m-menu-burger .icon{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: 14px;
    }

    .m-menu-burger .icon path{
        fill: #ffffff;
    }

    .m-menu-burger .close{
        display: none;
    }

    .mobile-logo{
        display: flex;
    }

    .mobile-logo .logo{
        background-image: url(../img/logo-mob.png);
        width: 170px;
        height: 30px;
        display: block;
    }

    .mobile-header-right{
        display: flex;
        align-items: center;
    }

    .m-icons-btn{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .m-icon-btn{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #bcd3de;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 2px;
        padding: 0;
        font-size: 16px;
    }

    .m-icon-btn path{
        fill: #3961a9;
    }

    .m-menu-cont{
        position: absolute;
        top: 100%;
        left: -100%;
        transition: 0.5s all;
        z-index: 200;
        background: #ffffff;
        max-width: 360px;
        width: 100%;
        background: #ffffff;
    }

    .mobile-header-cont.opened .m-menu-cont{
        left: 0;
    }

    .mobile-header-cont.opened .m-menu-burger .close{
        display: flex;
    }

    .mobile-header-cont.opened .m-menu-burger .open{
        display: none;
    }

    .m-menu-list{
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .m-menu-list-item{
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .m-menu-left{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .m-menu-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #e0f1fa;
        font-size: 18px;
    }

    .m-menu-icon path{
        fill: #5e70a0;
    }

    .m-menu-text{
        color: #333333;
        font-size: 14px;
    }

    .m-menu-semi-t{
        background: #3861a9;
    }

    .m-menu-semi-t .m-menu-icon{
        background: transparent;
    }

    .m-menu-semi-t .m-menu-text{
        color: #ffffff;
        text-transform: uppercase;
    }

    .m-menu-semi-t .m-menu-icon path{
        fill: #ffffff;
    }

    .m-menu-right{
        display: flex;
    }

    .m-menu-right .icon{
        display: flex;
        font-size: 14px;
    }

    .m-menu-semi-t .m-menu-right .icon path{
        fill: #ffffff;
    }

    .m-menu-semi{
        position: absolute;
        left: -100%;
        top: 0;
        bottom: 0;
        transition: 0.5s all;
        width: 100%;
    }

    .m-menu-right .icon{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #3861a9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #ffffff;
    }

    .m-menu-bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border-top: 1px solid #eeeeee;
    }

    .m-menu-bottom .site-swith .icon path{
        fill: #3861a9;
    }

    .m-menu-bottom .swith-btn{
        border-width: 1px;
        border-color: #3861a9;
        color: #3861a9;
    }

    .m-menu-bottom .swith-btn.active{
        border-color: #42a856;
        color: #ffffff;
    }

    .m-menu-bottom .language-swith-item{
        color: #3861a9;
    }

    .m-menu-bottom .language-swith-item:hover, .m-menu-bottom .language-swith-item.active{
        background:  #42a856;
        color: #fff;
    }

    .m-menu-bottom .language-swith-sep{
        background: #3861a9;
    }

    .m-menu-list.opened .m-menu-semi{
        left: 0;
    }

    .m-menu-semi .m-menu-list-item{
        background: #3861a9;
    }

    .m-menu-semi .m-menu-list-item:last-child{
        background: #ffffff;
    }

    .m-menu-semi .m-menu-text{
        color: #ffffff;
    }

    .m-menu-semi .m-menu-right .icon{
        background: transparent;
    }

    .m-menu-semi .m-menu-right .icon path{
        fill: #ffffff;
    }

    .m-menu-semi .m-menu-list-item:last-child .m-menu-text{
        color: #3861a9;
    }

    .m-menu-semi .m-menu-list-item:last-child .icon path{
        fill: #3861a9;
    }

    .m-search-block{
        padding-top: 10px;
        display: none;
    }

    .m-search-block.opened{
        display: block;
    }
}


/* footer */

.page-footer{

}

.top-footer{
    background: #273857;
    padding: 40px 0;
}

.create-cabinet .legend{
    float: left;
    color: #fff;
    margin: 0 25px 0 0;
}

.legend-text{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 6px;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.legend-checkbox{
    font-size: 13px;
}

.legend-checkbox input[type="checkbox"]{
    display: none;
}

.legend-checkbox input[type="checkbox"] + label{
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}

.legend-checkbox input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(../img/sprite.png);
    background-position: -1157px -166px;
    width: 20px;
    height: 20px;
}

.legend-checkbox input[type="checkbox"]:checked + label:before{
    background-position: -1157px -27px;
}

.legend-checkbox a{
    color: #ffffff;
}

.create-cabinet .inputs{
        overflow: hidden;
    padding: 0 205px 0 0;
    position: relative;
}

.create-cabinet .inputs input[type="text"]{
    float: left;
    width: 48%;
}

.create-cabinet .inputs input[type="text"] + input[type="text"]{
    margin-left: 4%;
}

.create-cabinet .inputs input[type="submit"]{
    width: 185px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.bottom-footer{
    padding: 30px 0;
    background: #13213b;
    color: #9cacca;
    font-size: 13px;
    position: relative;
}

.bottom-footer a{
     color: #9cacca;
}

.bottom-footer .wrap{
    position: relative;
}

.footer-menu{
    margin: 0 205px 10px 0;
}

.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 4;
}

.footer-menu ul li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
    padding: 0 0 10px;
}


.copyright span{
    margin-right: 20px;
}

.copyright a{
    margin-left: 30px;
}

.soc-block{
    position: absolute;
    right: 10px;
    top: 0;
}

#myst-2 {
    font-family: helvetica neue,Verdana,Helvetica,Arial,sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 94034
}

#myst-2.st-animated {
    -moz-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -ms-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -o-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    -webkit-transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in;
    transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in
}

#myst-2 .st-left {
    display: inline-block;
    padding-top: 10px;
    padding-right: 6px
}

#myst-2 .st-top {
    padding-bottom: 5px
}

#myst-2 .st-right {
    display: inline-block;
    padding-top: 10px;
    padding-left: 4px
}

#myst-2.st-hidden {
    opacity: 0
}

#myst-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .2s ease-in,top .2s ease-in;
    -ms-transition: opacity .2s ease-in,top .2s ease-in;
    -o-transition: opacity .2s ease-in,top .2s ease-in;
    -webkit-transition: opacity .2s ease-in,top .2s ease-in;
    transition: opacity .2s ease-in,top .2s ease-in;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap
}

#myst-2 .st-btn:last-child {
    margin-right: 0
}

#myst-2 .st-btn svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top
}

#myst-2 .st-btn img {
    height: 20px;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top
}

#myst-2 .st-btn>span {
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 67px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top
}

#myst-2.st-justified {
    display: flex;
    text-align: center
}

#myst-2.st-justified .st-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

#myst-2 .st-btn:hover {
    opacity: .8;
    top: -4px
}

#myst-2 .st-btn[data-networkss=facebook] {
    background-color: #4267b2
}

#myst-2 .st-btn[data-networkss=facebook] img {
    filter:
}

#myst-2 .st-btn[data-networkss=facebook]>span {
    color: #fff
}

#myst-2 .st-btn[data-networkss=youtube] {
    background-color: red
}

#myst-2 .st-btn[data-networkss=youtube] img {
    filter:
}

#myst-2 .st-btn[data-networkss=youtube]>span {
    color: #fff
}

#myst-2 .st-btn[data-networkss=telegram] {
    background-color: #08c
}

#myst-2 .st-btn[data-networkss=telegram] img {
    filter:
}

#myst-2 .st-btn[data-networkss=telegram]>span {
    color: #fff
}

#myst-2 .st-btn[data-networkss=viber] {
    background: #7d3daf;
    padding: 0 5px
}

#myst-2 .st-btn[data-networkss=viber] img {
    filter:
}

#myst-2 .st-btn[data-networkss=viber]>span {
    color: #fff
}

#myst-2 .st-btn[data-networkss=viber] {
}

#myst-2 {
    display: flex;
    flex-wrap: wrap
}

#myst-2 .st-btn[data-networkss=viber] img {
    width: 30px;
    height: 30px;
    top: 5px
}

.scroll-to-top{
    background-image: url(../img/sprite.png);
    background-position: 0 -172px;
    width: 58px;
    height: 172px;
    position: fixed;
    bottom: 250px;
    right: 20px;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 1;
    cursor: pointer;
    display: none;
}

@media(max-width: 1000px){
    .top-footer{
        padding: 25px 0;
    }

    .create-cabinet .legend{
        float: none;
        text-align: center;
        margin: 0 0 15px;
    }

    .footer-menu{
        margin-right: 0;
    }

    .soc-block{
        right: 10px;
        top: auto;
        bottom: -10px;
    }

    .copyright{
        position: relative;
        top: 20px;
    }
}

@media(max-width: 760px){
    .create-cabinet .inputs{
        padding-right: 0;
        text-align: center;
    }

    .create-cabinet .inputs input[type="submit"]{
        position: static;
        margin-top: 15px;
    }

    .footer-menu ul{
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .soc-block{
        position: static;
        width: 190px;
        margin: 0 auto 20px;
    }

    .copyright{
        top: 0;
        text-align: center;
    }

    .footer-banner{
        display: none;
    }
}

/* main page  */

.lof-ass{border:#F4F4F4 solid 1px; color:#FFF }
.lof-ass .lofass-container{width:auto; height:300px ; overflow:hidden;  position:relative;}
/* ^ was height: auto;*/
.lof-ass li { list-style-type:none!important; padding:0; margin:0}
.lof-ass h4 { text-transform:inherit;margin:0!important;padding:0;background:none!important;}
.lof-ass .preload div{height:100%;width:100%;}
.lof-ass .lof-main-wapper{
    overflow:hidden;
    padding:0px;
    height:100%;
    width:50%;
    position:relative;
    overflow:hidden;
}


.lof-ass .lof-main-wapper .news-content img{
    padding:0px;
}

.lof-ass .lof-description{
    z-index:3;
    position:absolute;
    bottom: 0px;
    left:0px;
    background: rgba(0, 0, 0, 0.3);
    padding: 23px;
    /* filter:0.7(opacity:60) */
    /* margin: 20px; */
}
.lof-ass .lof-description p{;
    margin:0 8px;
    padding:8px 0
}

.lof-ass .lof-description h4{
    display: table;
    height: 100%;
    width: 100%;
}
.lof-ass .lof-description h4 a{
    margin:0;
    display: table-cell;
    vertical-align: bottom;
    color:#FFF;
    text-decoration:none;
    text-transform:none;
    font-size: 150%;
    /* padding:20px 8px 2px; */
    font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
.lof-ass .lof-description h4 a:hover{
    color:#FF6;
    text-decoration:underline;
}


.lof-ass ul.lof-navigator{top:0;padding:0;margin:0;position:absolute;width:100%;}
.lof-ass ul.lof-navigator li{
    cursor:hand;
    cursor:pointer;
    list-style:none;
    width:100%;
    padding:0!important;
    margin:0!important;
    overflow:hidden;
    background:none!important;
    height: 100px;
}
.lof-ass .lof-navigator-outer{
    position:absolute;
    right:0;
    top:0px;
    z-index:4;
    height:400px;
    /*overflow:hidden;*/
}

.lof-navigator li:hover{}
.lof-ass .lof-navigator li h4{;
    font-size:100%;
    padding:15px 0 0 !important;
}
.lof-ass .lof-navigator li div{
    height:100%;
    position:relative;
  float: left;
    padding-left:6%;
    border-top:1px solid #E1E1E1;
}

.lof-ass .lof-navigator li.selected div{color:#FFF;}
.lof-ass .lof-navigator li img{ margin:15px 15px 10px 0px;float:left;border:#F5F5F5 solid 2px;max-width: 100px}
.lof-ass .lof-navigator li.selected h4, .lof-ass .lof-navigator a{color:#FFF;padding:0;right:0}
.lof-ass .lof-buttons-control  .lof-previous, .lof-ass .lof-buttons-control .lof-next {
    z-index:11;
    position:absolute;
    top:40%;
    height:70px;
    display:block;
    width:30px;
    text-indent:-999em;
    background-color: #42a856;
    }
.lof-ass .lof-next{ right:0; border-left: 1px #42a856; border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
.lof-ass .lof-next:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    border: 15px solid transparent;
    border-left: 15px solid white;
}
.lof-ass .lof-previous{ left:0; border-right: 1px #42a856; border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
.lof-ass .lof-previous:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 20px;
    border: 15px solid transparent;
    border-right: 15px solid white;
}

.lof-ass .purple{border:1px solid #E5D7F1;}
.lof-ass .purple .lof-navigator li{background:none!important; }
.lof-ass .purple .lof-navigator li div{border-top:  1px solid #E5D7F1;background:#F9F6FD;color:#676767;}
.lof-ass .purple .lof-navigator li.selected:after{  content: '';
    position: absolute;
    border: 50px solid transparent;
    border-left: 25px solid #3b63ad;
    z-index: 1000;}
.lof-ass .purple .lof-navigator li.selected div{color:#fff;}
.lof-ass .purple .lof-navigator h4{color: #000000;}


.lof-ass .lof-snleft .lof-main-wapper{margin-left:auto;margin-right:inherit;clear:both;height:100%;}
.lof-ass .lof-snleft .news-content img {position: absolute;left: 0; top: 0; object-fit: cover; width: 100%;height: 100%;}

.lof-ass .lof-snleft .lof-navigator-outer{left:0;top:0; right:inherit; width: 50%;  text-align:left;}
.lof-ass .lof-snleft .lof-description{right:0; text-align: center;height: 100% }
.lof-ass .lof-snleft .lof-navigator .selected{z-index: 1000;}
.lof-ass .lof-snleft .lof-navigator li div{margin-left:inherit;width: 100%; }
.lof-ass .lof-snleft .lof-navigator li.selected div{margin-left:inherit;background: #3b63ad;}

.lof-ass .lof-css3 .lof-description {-moz-box-shadow:0 0 2px #666;-webkit-box-shadow:0 0 2px #666;box-shadow: 0px 0px 2px #666;}
.lof-ass .lof-css3 , .lof-ass  .lof-css3 .preload { -moz-box-shadow:0 0 10px #333;-webkit-box-shadow:0 0 10px #333; box-shadow: 0px 0px 10px #333;}


.lof-ass .desc-blue .lof-description{ background:#0096CE ;  }
.lof-ass .desc-purple .lof-description{ background:#8D5489  ;  }
.lof-ass .desc-red .lof-description{ background:#A92817;  }
.lof-ass .desc-green .lof-description{ background:#008040;  }
.lof-ass .desc-pink .lof-description{ background:#800080;  }
.lof-ass .desc-aqua .lof-description{ background:#058A9D;  }

@media all and (max-width: 800px){
    .lof-navigator-outer{
        display: none;
    }
    .lof-main-wapper{
        width: 100% !important;
    }
}

.news-content {
    position: absolute;
    background: #ededed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%
}

.news-content .interview {
    color: #fff;
    position: absolute;
    right: 0;
    background: #3b63ac;
    border: 1px solid #3b63ac;
    border-radius: 2px;
    padding: 2px 4px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 12px;
    top: 5px;
    z-index: 9
}

.top-content {
    display: block
}

.portal-materials{
    margin: 30px 0 -40px;
    font-size: 0;
}

.portal-materials a{
    color: #3b63ac;
}

.portal-materials .wrap{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.portal-materials .col{
    font-size: 14px;
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 25px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1 1 33.3333%;
}

.materials-content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portal-materials .col:first-child{
    padding-left: 0;
}

.portal-materials .col:last-child{
    padding-right: 0;
}

.materials-header{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #6080bc;
}

.materials-header a{
    color: #3b63ac;
}

.materials-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.materials-content ul li{
    margin: 0 0 15px;
    position: relative;
    padding-left: 90px;
    min-height: 70px;
    font-size: 13px;
    color: #8ba0c5;
}

.materials-content-header a{
    font-size: 12px;
    color: #b0c3e7;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.materials-content-header .views-link{
    margin-left: 5px;
    color: #8ba0c5;
    position: relative;
    text-decoration: none;
    margin-right: 15px;
}

.materials-content-header .views-link:before{
    background-image: url(../img/sprite.png);
    height: 11px;
    top: 4px;
    left: 0;
    content: '';
    background-position: -410px -522px;
    width: 16px;
    position: absolute;
}

.materials-content-name{
    font-size: 14px;
}

.materials-content-name a{
    border-bottom: 1px dotted;
}

.materials-content-name a:hover{
    outline: 0;
    color: #42a856;
}

.materials-content-img{
    float: left;
    width: 69px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 4px 20px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
}

.materials-content-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portal-materials .all{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.index-filter-block{
    margin: 40px 0;
    background: #273857;
    border-radius: 2px;
    text-align: center;
    padding: 40px 5px;
    font-size: 0;
}

.index-filter-title{
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.index-filter-block .col{
    box-sizing: border-box;
    padding: 5px;
    width: 28.5%;
    float: left;
    padding-right: 35px;
}

.index-filter-block .col:nth-child(3){
    padding-right: 0;
}

.index-filter-block .col:last-child{
    width: 12%;
    text-align: right;
    float: right;
    padding-right: 0;
}

.index-filter-block select{
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 12px;
}

.index-filter-block input[type="submit"]{
    padding: 13px 40px;
    width: auto;
}

.circles{
    text-align: center;
    padding: 20px 0 0;
    overflow: hidden;
    margin: 0 0 40px;
}

.circles-list{
    font-size: 0;
    margin: 0 -35px 24px;
}

.circles .circle{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0 0;
    position: relative;
    cursor: pointer;
    margin: 0 35px 10px;
}

.circles .circle:before{
    content: '';
    z-index: 1;
    background: #3b63ac;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.circles .circle:after{
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 2px solid #3b63ac;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.circles .circle .centered{
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.circles .circle .icon{
    display: block;
    margin: 0 auto 40px;
}

.circles .circle .icon.icon-clinics{
    background-image: url(../img/sprite.png);
    background-position: 0 -422px;
    width: 60px;
    height: 60px;
}

.circles .circle .icon.icon-doctors{
    background-image: url(../img/sprite.png);
    background-position: -65px -422px;
    width: 60px;
    height: 60px;
}

.circles .circle .icon.icon-market{
    background-image: url(../img/sprite.png);
    background-position: -339px -539px;
    width: 65px;
    height: 61px;
}

.circles .circle .text{
    color: #273857;
    font-size: 26px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.circles .circle .text:before{
    content: '';
    height: 1px;
    width: 84px;
    background: #a3b7d7;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -42px;
}

.circles .circle .over{
    position: absolute;
    left: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 35px 0 0;
    color: #fff;
    z-index: 3;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    font-size: 18px;
}

.circles .circle .over .btn{
    bottom: 30px;
    position: absolute;
    width: 134px;
    text-align: center;
    margin-left: -67px;
    margin-bottom: 45px;
}

.circles .circle:hover .centered{
    opacity: 0;
}

.circles .circle:hover:before{
    opacity: .9;
}

.circles .circle:hover:after{
    border: 2px solid #fff;
}

.circles .circle:hover .over{
    cursor: default;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portal-points{
    padding: 20px 0 30px;
    background: #e9f6fb;
    margin: 0 0 20px;
}

.portal-points-title{
   text-align: center;
    margin-bottom: 27px;
    font-size: 32px;
}

.portal-points .cols{
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.portal-points .col{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 30.3333%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 0 0 #cbe6f2;
    margin-bottom: 13px;
    padding: 0;
}

.portal-points .col + .col{
    margin-left: 4.4444%;
}

.portal-points .col .col-header{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 16px;
    border-radius: 2px 2px 0 0;
    background: #42a856;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.portal-points .col:nth-child(even) .col-header{
    background: #3b63ac;
}

.portal-points .col .col-body{
    padding: 25px 20px;
}

.portal-points .col .col-body ul{
    margin: 0;
}

.portal-points .col .col-body ul li{
    padding-left: 0;
}

.portal-points .col .col-body ul li + li{
    margin-top: 15px;
}

.portal-points-footer{
    text-align: center;
    padding: 16px 0 0;
}

.banner-block{
    text-align: center;
}

.banner-item{
    display: inline-block;
    margin: 0 15px 30px;
}

.page-content{
    margin: 0 0 50px;
}

.page-content.faq{
     padding-top: 10px;
    background-color: #f8fdfe;
    margin: 0;
    padding-bottom: 100px;
}

.info-lines {
    margin: 0 0 30px;
}

.info-lines-link{
    color: #fff;
    text-decoration: none;
}

.info-lines-link:hover{
    color: #fff;
    text-decoration: none;
}

.info-lines-item{
    margin: 0 0 20px;
}

.info-lines-item:before{
    content: " ";
    display: table;
}

.info-lines-item:after{
    content: "";
    clear: both;
    display: table;
}

.info-lines-header{
    background: #42a856;
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 250px;
    box-shadow: inset -3px 0 0 0 #329045;
    height: 150px;
    vertical-align: middle;
    padding: 0 40px;
    line-height: 150px;
    text-transform: uppercase;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.info-lines-header span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    position: relative;
    top: -3px;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.info-lines-link:nth-child(2n) .info-lines-header,.info-lines-item:nth-child(2n) .info-lines-header{
    background: #3b63ac;
    box-shadow: inset -3px 0 0 0 #2e5397;
}

.info-lines-content{
    margin: 0 0 0 250px;
}

.info-lines-content .col{
    float: left;
    width: 25%;
    background: #e9f6fb;
    height: 150px;
    position: relative;
    box-sizing: border-box;
}

.info-lines-content .col + .col{
    box-shadow: inset 1px 0 0 0 #c8e3ed;
}

.info-lines-content .col:before{
    content: '1';
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 100px;
    color: #dbeff7;
    line-height: 1;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.info-lines-content .col:nth-child(2):before{
    content: "2";
}

.info-lines-content .col:nth-child(3):before{
    content: "3";
}

.info-lines-content .col:nth-child(4):before{
    content: "4";
}

.info-lines-content .col:after{
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -63px -172px;
    width: 210px;
    height: 42px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -105px;
}

.info-lines-content .col:nth-child(2):after{
    background-image: url(../img/sprite.png);
    background-position: -246px -86px;
    width: 210px;
    height: 42px;
    top: auto;
    bottom: 5px;
}

.info-lines-content .col:nth-child(4):after{
    content: none;
}

.info-lines-content .col .icon{
    position: absolute;
    left: -41px;
    top: 50%;
    margin: -41px 0 0;
    z-index: 2;
}

.info-lines-content .col .text{
    position: absolute;
    left: 55px;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    font-size: 20px;
    color: #444;
}

.info-lines-mobile{
    display: none;
}

@media(max-width: 1200px){
    .info-lines-header{
        float: none;
        width: auto;
        padding: 15px;
        height: auto;
        box-shadow: inset 0 -3px 0 0 #329045;
        border-radius: 3px 3px 0 0;
        line-height: 1.2;
    }

    .info-lines-link:nth-child(2n) .info-lines-header,.info-lines-item:nth-child(2n) .info-lines-header{
        box-shadow: inset 0 -3px 0 0 #2e5397;
    }

    .info-lines-content{
        margin: 0;
    }

    .info-lines-content .col{
        text-align: center;
        padding: 10px 0;
        height: 200px;
    }

    .info-lines-content .col:before{
        left: 10px;
    }

    .info-lines-content .col:after{
        left: 100%;
        z-index: 1;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    .info-lines-content .col .icon{
        display: inline-block;
        position: relative;
        left: 0;
        margin: 0 0 5px;
        top: 0;
    }

    .info-lines-content .col .text{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
        max-width: 140px;
        line-height: 1.1;
    }

    .info-lines-content .col:nth-child(2):after{
        bottom: 5px;
    }
}

@media(max-width: 1100px){
    .index-filter-block .col{
        width: 50%;
    }

    .index-filter-block .col:nth-child(3){
        padding-right: 35px;
    }

    .index-filter-block .col:last-child{
        width: 50%;
        text-align: center;
    }
}

@media(max-width: 880px){
    .materials-content ul li{
        padding-left: 0;
        overflow: hidden;
    }

    .materials-content-img{
        position: static;
        float: unset;
        margin: 0 auto 10px ;
    }

    .materials-content-name{
        margin-bottom: 10px;
    }
}

@media(max-width: 840px){
    .portal-points .col{
        width: 100%;
        font-size: 14px;
    }

    .portal-points .col .col-header{
        position: relative;
        font-size: 16px;
    }

    .portal-points .col .col-header.closed + .col-body{
        display: none;
    }
}


@media(max-width: 650px){
    .portal-materials .wrap{
        display: block;
    }

    .portal-materials .col{
    background: 0 0;
    width: 100%;
    -webkit-box-flex: 0;
    flex: none;
    padding: 0;
    margin: 0 0 4px;
    }

    .materials-header{
        font-size: 16px;
        padding: 13px 40px 13px 10px;
        border-radius: 2px;
        bottom: 0;
        margin: 0 0 1px;
        background: white;
        position: relative;
    }

    .materials-header:before{
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        background: #273857;
        right: 10px;
        top: 50%;
        margin: -1px 0 0;
    }

    .materials-header:not(.opened):after{
        content: '';
        width: 2px;
        height: 16px;
        position: absolute;
        background: #273857;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
    }

    .materials-content{
        background: white;
        border-radius: 2px;
        padding: 15px 10px;
        display: none;
    }

    .materials-header.opened + .materials-content{
        display: block;
    }

    .materials-content ul li{
        padding-left: 90px;
        overflow: visible;
    }

    .materials-content-img{
        position: absolute;
        margin: 0 18px 10px 0;
    }

    .info-lines{
        display: none;
    }

    .info-lines-mobile{
        display: block;
    }

    .info-lines-header{
        font-size: 16px;
        position: relative;
    }

    .info-lines-header:after{
        content: '';
        background-image: url(../img/sprite.png);
        background-position: -467px -522px;
        width: 13px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin: -4px 0 0;
    }

    .info-lines-item.open .info-lines-header:after{
        background-position: -431px -522px;
        width: 13px;
        height: 8px;
    }

    .info-lines-content{
        display: none;
    }

    .info-lines-item.open .info-lines-content{
        display: block;
    }

    .info-lines-content .col{
        width: 50%;
        height: 190px;
        padding: 20px 0;
    }

    .info-lines-content .col:nth-child(1),.info-lines-content .col:nth-child(2){
        box-shadow: inset 0 -1px 0 0 #c8e3ed;
    }

    .info-lines-content .col:before{
        font-size: 80px;
        top: 48px;
    }

    .info-lines-content .col:nth-child(2):after{
        -webkit-transform: rotate(135deg) scale(.8);
        transform: rotate(135deg) scale(.8);
        bottom: auto;
        top: 120px;
        margin-left: -115px;
        left: 0;
    }

    .info-lines-content .col .text{
        font-size: 16px;
        line-height: 1.25;
    }
}

@media(max-width: 500px){
    .index-filter-block .col{
        width: 100%;
        padding-right: 5px;
    }

    .index-filter-block .col:nth-child(3){
        padding-right: 5px;
    }

    .index-filter-block .col:last-child{
        width: 100%;
    }

}

@media(max-width: 400px){
    .circles .circle{
        width: 300px;
        height: 300px;
        padding-top: 70px;
    }
}

/* bredcrumbs  */

.breadcrumbs{
    margin: 10px 0;
}

.breadcrumbs:after{
    content: "";
    display: table;
    clear: both;
}

.breadcrumbs-item{
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.breadcrumbs-item a{
    background-image: linear-gradient(to right, black 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
}

.breadcrumbs-item span{
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
}

.breadcrumbs-sep{
    margin: 0 4px;
    font-size: 24px;
    vertical-align: top;
}

@media(max-width:767px){
    .breadcrumbs{
        display: none;
    }
}

/* klinics + doctors + companis + stati + news */

.clinic-filter{
    padding: 11px 11px 16px 16px;
    position: relative;
    overflow: hidden;
    background: #273857;
    margin: 0 0 20px;
    font-size: 0;
}

.clinic-filter-item{
    margin-bottom: 10px;
}


.clinic-filter-item .select2-container{
    width: 100%!important;
}

.more-fitler-btn{
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.more-fitler-btn span{
    background: #42a856;
    padding: 0px 41px;
    font-size: 12px;
    color: #ffffff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    float: none;
    border-radius: 10px 10px 0px 0;
}

.more-fitler-btn .close{
    display: none;
}

.more-fitler-btn.opened .open{
    display: none;
}

.more-fitler-btn.opened .close{
    display: inline;
}

.more-fitler{
    display: none;
}

.clinic-filter-item .clinic-list{
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0 26px;
}

.clinic-filter-item .clinic-list li{
    display: inline;
    margin: 0;
}

.clinic-filter-item .clinic-list li + li{
    }

.clinic-list li input[type="radio"]{
    display: none;
}

.clinic-list li label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
}

.clinic-list li input[type="radio"] + label:before{
        content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -560px -366px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.clinic-list li input[type="radio"]:checked + label:before{
    background-image: url(../img/sprite.png);
    background-position: -560px -341px;
    width: 20px;
    height: 20px;
}

.clinic-list li input[type="checkbox"]{
    display: none;
}

.clinic-list li input[type="checkbox"] + label{
    font-size: 14px;
    color: white;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
}

.clinic-list li input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(../img/sprite.png);
    background-position: -1157px -166px;
    width: 20px;
    height: 20px;
}

.clinic-list li input[type="checkbox"]:checked + label:before{
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -1157px -390px;
    width: 20px;
    height: 20px;
}

.clinic-filter-item .radio-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.radio-list-img li input[type="checkbox"]{
    display: none;
}

.radio-list-img input[type="checkbox"] + label{
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    max-width: 38px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.radio-list-img input[type="checkbox"]:checked + label,.radio-list-img label:hover{
    border-radius: 50%;
    background: #3b63ac;
}

.radio-list-img label:hover{

}

.radio-list-img label .t-tip{
    font-size: 12px;
    color: #444;
    background: #fef4dc;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    border-radius: 2px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s ease,margin-bottom .2s ease;
    transition: opacity .2s ease,margin-bottom .2s ease;
    clear: both;
    display: none;
    white-space: nowrap;
    width: auto;
    margin: 0px 0 5px 0px;
    padding: 10px 15px;
    left: 50%;
    font-weight: bold;
    bottom: 100%;
    transform: translate(-50%, 0%);
}

.radio-list-img label .t-tip:before,
.radio-list-img label .t-tip:after{
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    left: 50%;
    content: '';
}
.radio-list-img label .t-tip:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #f1b836;
    margin-left: -8px;
}

.radio-list-img label .t-tip:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #fef4dc;
    margin-left: -6px;
}

.radio-list-img label:hover .t-tip{
    display: inline-block;
    opacity: 1;
}

.radio-list-img li{
    display: inline;
}

.portal-contant{
    display: inline-block;
    width: 100%;
}

.portal-contant.with-optional{
    position: relative;
}

.clinic-list-option{
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #d6eaf2;
    border-bottom: 1px solid #d6eaf2;
}

.portal-contant.with-optional .clinic-list-option{
    position: absolute;
    right: 320px;
    top: 0;
    left: 0;
}

.clinic-list-option .sort{
    float: left;
    /*width: 100%;*/
    padding: 0 0 0 110px;
    position: relative;
    box-sizing: border-box;
    margin: 0 4% 0 0;
}

.clinic-list-option .sort label{
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 700;
    font-size: 14px;
}

.clinic-list-option .sort select{
    width: 100%;
    min-width: 10px;
    max-width: 153px;
}

.clinic-list-option .view{
    top: 10px;
    right: 180px;
    font-size: 0;
    float: left;
}

.clinic-list-option .view .map-popup{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-radius: 2px;
    text-decoration: none;
    background: #e9f6fb;
    font-size: 14px;
    color: #444;
    padding: 7px 12px 7px 40px;
    position: relative;
}

.clinic-list-option .view .map-popup:before{
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -147px -523px;
    width: 20px;
    height: 23px;
    position: absolute;
    left: 9px;
    top: 8px;
}

.clinic-list-option .view .map-popup small{
    display: block;
    font-size: 10px;
}

.clinic-list-option .add-clinic{
    float: right;
    right: 0;
    top: 7px;
    font-size: 11px;
    width: 155px;
    text-align: center;
    padding: 6px;
    line-height: 1.3;
}

@media(max-width: 630px){
    .clinic-list-option .sort{
        width: 100%;
        margin-bottom: 10px;
    }
}

.portal-contant > .content-l{
    box-sizing: border-box;
    padding: 0 319px 0 0;
    width: 100%;
    float: left;
}

.portal-contant.with-optional .content-l{
    padding-top: 80px;
}

.portal-contant .content-r{
        float: right;
    width: 300px;
    margin-right: -300px;
    position: relative;
    right: 300px;
}

.clinics-list ul{
    padding: 0;
    margin:5px 0;
    list-style: none;
}

.clinic-item{
    margin: 0 0 23px;
    border-radius: 2px;
    padding: 20px 20px 20px 235px;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    min-height: 220px;
    box-shadow: 0 7px 20px 0 rgb(38 50 56 / 15%);
}

.highlight-text{
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 0px 22px;
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 12px;
}

.luks .highlight-text{
    background: #f1b836;
}

.profi .highlight-text{
    background: #abdaf1;
}

.highlight-text.tt-link .t-tip{
        position: absolute;
    left: -9999px;
    top: 50%;
    width: 220px;
    margin-left: 5px;
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fef4dc;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin-left .2s ease;
    transition: opacity .2s ease, margin-left .2s ease;
    bottom: auto;
    line-height: 1.4666;
    border-radius: 2px;
        z-index: 100;
    cursor: default;
    color: #444;

}

.highlight-text.tt-link .t-tip:before,.highlight-text.tt-link .t-tip:after{
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    height: 0;
    width: 0;
    content: '';
}

.highlight-text.tt-link .t-tip:before{
        margin: -9px 0 0;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #f1b836;
    border-top: 9px solid transparent;
}

.highlight-text.tt-link .t-tip:after{
        margin: -7px 0 0;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fef4dc;
    border-top: 7px solid transparent;
}

.highlight-text.tt-link:hover .t-tip{
    left: 100%;
    opacity: 1;
    margin-bottom: 0;
    margin-left: 10px;
}

.clinic-name{
    font-size: 18px;
    font-weight: 700;
    margin: -3px 0 2px;
    padding: 0;
    line-height: 1.3;
}

.clinic-name a{
    text-decoration: none;
}

.clinic-type{
    color: #444;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px;
}

.clinic-img-wrap{
    position: absolute;
    left: 40px;
    top: 25px;
    width: 185px;
    overflow: visible;
    font-size: 13px;
}

.clinic-img{
    width: 150px;
    height: 150px;
    line-height: 175px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    margin: 0 0 10px;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.clinic-img img{
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.clinic-rating{
        font-size: 14px;
    color: #444;
    margin: 0 35px 0 0;
    vertical-align: bottom;
    text-align: center;
}

.stars span{
    background: url(../img/rating-star-disabled.png);
    height: 16px;
    width: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}

.stars span.active{
    background: url(../img/rating-star.png);
}

.clinic-description{
    line-height: 1.5;
}

.clinic-desc{
    margin-bottom: 4px;
}

.clinic-desc span{
    font-size: 14px;
}

.clinic-desc .tt-link{
    position: relative;
    color: #3b63ac;
    cursor: pointer;
    background-image: linear-gradient(to right, black 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.clinic-desc .tt-link .t-tip{
    font-size: 14px;
    color: #444;
    background: #fef4dc;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    border-radius: 2px;
    position: absolute;
    bottom: 100%;
    left: -99999px;
    width: 550px;
    margin: 0 0 5px -275px;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin-bottom .2s ease;
    transition: opacity .2s ease, margin-bottom .2s ease;
    z-index: 100;
    cursor: default;
}

.clinic-desc .tt-link .t-tip:before,.clinic-desc .tt-link .t-tip:after{
    content: '';
    top: 100%;
    height: 0;
    width: 0;
    left: 50%;
    position: absolute;
}

.clinic-desc .tt-link .t-tip:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #f1b836;
    margin-left: -8px;
}

.clinic-desc .tt-link .t-tip:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #fef4dc;
    margin-left: -6px;
}

.clinic-desc .tt-link:hover .t-tip{
    margin-bottom: 10px;
    opacity: 1;
    left: 50%;
}

.icon.icon-clinic-position-in-map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 0px !important;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -323px -545px;
    width: 14px;
    height: 18px;
}

.icon.icon-clinic-metro {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 0px !important;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -309px -544px;
    width: 14px;
    height: 18px;
    margin-left: 30px;
}

.clinic-services{
    padding: 0 0 6px 0;
}

.clinic-services:after{
    content: "";
    display: table;
    clear: both;
}

.clinic-services-list{
    float: left;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 5px 0px;
}

.clinic-services-list li{
    display: inline-block;
    font-size: 14px;
    color: #42a856;
    margin: 0;
    position: relative;
    padding-right: 25px;
}

.clinic-services-list li.gray{
    color: #a9b9be;
}

.clinic-services-list li:before{
        content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b8d6e3;
    position: absolute;
    right: 10px;
    top: 8px;
}

.clinic-services-list li:last-child:before{
    content: none;
}

.clinic-languages{
    font-size: 0;
    margin: 0 0 7px;
    float: right;
}

.clinic-languages .lang{
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 3px;
    background: #bee2f3;
}

.clinic-languages .lang .t-tip{
    position: absolute;
    left: 50%;
    top: -9999px;
    width: 200px;
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fef4dc;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin-left .2s ease;
    transition: opacity .2s ease, margin-left .2s ease;
    bottom: auto;
    line-height: 1.4666;
    z-index: 3;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    border-radius: 3px;
}

.clinic-languages .lang .t-tip:before,.clinic-languages .lang .t-tip:after{
    position: absolute;
    top: 100%;
    left: auto;
    right: 50%;
    height: 0;
    width: 0;
    content: '';
    transform: translateX(50%);
}

.clinic-languages .lang .t-tip:before{
    border-bottom: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #f1b836;
    border-left: 9px solid transparent;
}

.clinic-languages .lang .t-tip:after{
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fef4dc;
    border-left: 7px solid transparent;
}

.clinic-languages .lang:hover .t-tip{
    top: -120%;
    opacity: 1;
    margin-bottom: 10px;
}

.clinic-services-icons{
    float: right;
}

.clinic-services-icons:before{
    content: "";
    display: table;
    clear: both;
}

.clinic-services-icons .icon-wrap{
    position: relative;
    display: inline-block;
    margin: 0 5px 0px 0;
    border-radius: 50%;
        float: right;
    background: #3b63ac;
}

.clinic-services-icons .icon-wrap .icon{
    display: block;
    cursor: pointer;
    max-width: 34px;
}


.clinic-services-icons .icon-wrap .t-tip{
    z-index: 10000;
    font-size: 12px;
    color: #444;
    background: #fef4dc;
    box-sizing: border-box;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    border-radius: 2px;
    position: absolute;
    bottom: 100%;
    left: -99999px;
    width: 300px;
    margin: 0 0 5px -150px;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin-bottom .2s ease;
    transition: opacity .2s ease, margin-bottom .2s ease;
}

.clinic-services-icons .icon-wrap:hover .t-tip{
    margin-bottom: 10px;
    opacity: 1;
    left: 50%;
}

.clinic-services-icons .icon-wrap .t-tip:before,.clinic-services-icons .icon-wrap .t-tip:after{
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    left: 50%;
    content: '';
}

.clinic-services-icons .icon-wrap .t-tip:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #f1b836;
    margin-left: -8px;
}

.clinic-services-icons .icon-wrap .t-tip:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #fef4dc;
    margin-left: -6px;
}

.clinic-footer{
    display: inline-block;
    width: 100%;
    position: relative;
}

.clinic-footer:before{
    content: "";
    clear: both;
    display: table;
}

.clinic-footer .btn-block{
    text-align: left;
    float: left;
    width: unset;
    display: flex;
    align-items: center;
    gap: 15px;
}

.clinic-footer .btn-block .btn{
    text-transform: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
}

.clinic-footer .btn-block .btn.more{
    background: white;
    color: #42a856;
    border: 2px solid #42a856;
    border-radius: 25px;
}

.clinic-footer .btn-block .btn.more:hover{
    background: #42a856;
    color: white;
}

.portal-articles-list .header .views-link{
        display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    margin-left: 20px;
    position: relative;
    color: #8a9295;
}

.portal-articles-list .header .views-link:before{
    left: -20px;
    top: 5px;
    background-image: url(../img/sprite.png);
    width: 16px;
    content: '';
    position: absolute;
    background-position: -410px -522px;
    height: 10px;
}

.clinic-stat{
    display: inline-block;
    margin-left: 15px;
    float: left;
    line-height: 30px;
}

.clinic-stat .reviews{
    float: right;
    text-align: left!important;
    text-decoration: none;
}

.clinic-stat .reviews + .reviews{
    margin-right: 10px;
}

.clinic-footer .add-fav{
    display: inline-block;
    float: right;
    line-height: 30px;
}

.clinic-footer .to-favorite{
    position: relative;
    font-size: 13px;
    padding: 0 0 0 25px;
}

.clinic-footer .to-favorite:before{
    background-image: url(../img/sprite.png);
    content: '';
    background-position: -560px -535px;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.clinic-footer .add-fav a{
    text-decoration: none;
    font-size: 14px;
}

.catalog-load-more{
    text-align: center;
    margin: 0 0 20px;
    cursor: pointer;
}

.catalog-load-more .load-more-btn{
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: #3b63ac;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 18px 20px;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #3b63ac;
    width: 100%;
    max-width: 295px;
    box-sizing: border-box;
}

.catalog-load-more .load-more-btn .icon{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 15px;
    position: relative;
    top: 2px;
}

.icon.load-more-icon {
    background-image: url(../img/refresh.png);
    width: 16px;
    height: 16px;
}

.catalog-load-more .load-more-btn.active .icon {
    -webkit-animation: rotate .7s linear;
    animation: rotate .7s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.catalog-pagination{
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #d6eaf2;
    border-bottom: 1px solid #d6eaf2;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}

.catalog-pagination .pagination{
    text-align: center;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul{
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.pagination ul li{
    float: left;
    margin: 0 5px 0 0;
    line-height: 38px;
    min-width: 25px;
    text-align: center;
}

.pagination ul li a,.pagination ul li span{
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 27px;
    text-align: center;
    padding: 5px;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    background: #e9f6fb;
}

.pagination ul li a.b-pagination,.pagination ul li a.e-pagination{
    width: 100px;
}

.pagination ul li a.active{
    color: #fff;
    background: #3b63ac;
}

.materials-block{
    margin: 0 0 20px;
}

.materials-title{
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px 2px 0 0;
    padding: 15px 20px;
    color: #444;
    text-align: center;
}

.material-content{
    padding: 20px 15px 7px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.m-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-list ul li{
    overflow: hidden;
    padding-left: 90px;
    position: relative;
    font-size: 13px;
    min-height: 80px;
}

.m-list ul li + li{
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid #eeeeef;
}

.m-list ul li + li .img-wrap{
    top: 15px;
}

.m-list ul li .name{
    font-size: 12px;
    margin: -3px 0 3px;
}

.m-list ul li .name a{
    text-decoration: none;
    border-bottom: 1px dotted;
}

.m-list ul li .img-wrap{
    position: absolute;
    left: 0;
    top: 0;
}

.m-list ul li .img-wrap .img{
    width: 75px;
    height: 75px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    line-height: 95px;
    margin: 0 0 5px;
}

.m-list ul li .img-wrap .doc-img{
    display: inline-block;
    font-size: 0;
    padding: 3px;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    max-width: 80px;
    width: 80px;
    height: 80px;
}

.m-list ul li .desk{
    color: #8a9295;
    margin: 0 0 3px;
    font-size: 12px;
}

.m-list ul li .position{
    margin: 0 0 10px;
}

.m-list ul li .city{
    margin: 0 0 5px;
    font-size: 12px;
}

.m-list ul li .dt{
    font-size: 12px;
    color: #99a1a5;
    margin: 0 0 3px;
}

.m-list ul li .dt a{
    color: #99a1a5;
}


.m-list ul li .views{
    text-decoration: none;
    font-size: 12px;
    color: #99a1a5;
    margin-left: 20px;
    position: relative;
    cursor: inherit;
}

.m-list ul li .views:before{
    left: -20px;
    top: 5px;
    background-image: url(../img/sprite.png);
    width: 16px;
    content: '';
    position: absolute;
    background-position: -410px -522px;
    height: 10px;
}

.m-list ul li .cat{
    font-size: 13px;
    color: #444;
    margin: 0 0 3px;
}

.all-link-wrap{
    padding: 15px 0 10px;
    border-top: 1px solid #eeeeef;
    margin-top: 15px;
    font-weight: 700;
    font-size: 13px;
}

.all-link-wrap a{
    color: #2a4692;
    border-bottom: 1px dotted;
}

.banner{
    margin: 0 0 15px;
    text-align: center;
}

@media(max-width: 1160px){
    .portal-contant.with-optional .clinic-list-option{
        position: relative;
        right: 0;
        margin: 0 0 13px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .portal-contant.with-optional .content-l{
        padding-top: 0;
    }
}

@media(max-width: 992px){
    .clinic-filter-item:nth-child(4){
        text-align: center;
    }

    .clinic-filter-item:nth-child(4) .btn{
        float: none;
        margin: 10px auto 30px;
    }

    .clinic-filter-item .clinic-list{
        text-align: center;
    }

    .clinic-filter-item .radio-list{
        text-align: center;
    }

    .clinic-img-wrap{
        width: 165px;
        left: 20px;
    }

    .clinic-img{
        width: 165px;
        height: 165px;
        line-height: 165px;
    }

    .clinic-item{
        padding: 20px 10px 20px 205px;
    }
}

@media(max-width: 740px){
    .clinic-img-wrap{
        position: static;
        margin: 0 0 10px;
        width: auto !important;
        overflow: hidden;
    }

    .clinic-img{
        width: auto;
        height: 200px;
        line-height: 200px;
        margin: 0 10px 0 0;
    }

    .clinic-item{
        padding-left: 20px;
    }

    .clinic-footer{
        text-align: center;
    }

    .clinic-footer .btn-block{
        margin-top: 0;
        display: block;
        text-align: center;
        float: none;
    }

    .clinic-stat{
        display: block;
        line-height: 30px;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .clinic-stat .reviews{
        float: none;
    }

    .clinic-footer .add-fav{
        float: none;
        position: relative;
        line-height: 30px;
    }
}

@media(max-width: 700px){
    .portal-contant > .content-l{
        padding-right: 0;
        margin: 0 0 20px;
        float: none;
    }

    .portal-contant .content-r{
        position: static;
        float: none;
        width: auto;
        margin-right: 0;
    }
}

@media(max-width: 560px){
    .clinic-services-list{
        margin: 5px 0px;
        float: none;
    }
}


.articles-contant .tabs-list{
    margin: 0 0 17px;
}

.articles-contant .tabs-list ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

.articles-contant .tabs-list ul:before{
    content: "";
    display: table;
}

.articles-contant .tabs-list ul:after{
    content: "";
    display: table;
    clear: both;
}

.articles-contant .tabs-list ul li{
    float: left;
    margin: 0 3px 0 0;
}

.articles-contant .tabs-list ul li a{
    font-size: 13px;
    color: #3b63ac;
    font-weight: 700;
    padding: 14px 24px;
    margin: 5px;
    position: relative;
    border: 1px solid #3b63ac;
    border-radius: 16px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.articles-contant .tabs-list ul li a:hover{
    background: #3b63ac;
    color: #fff;
}

.articles-contant .tabs-list ul li.active a{
    background: #3b63ac;
    color: #fff;
}


.select-tab-header-mobile{
    display: none;
}

.select-tab-header-mobile label{
    font-weight: 600;
}

.select-tab-header-mobile select{
    width: 100%;
    font-size: 13px;
    padding: 9px;
}

.category-filters{
    border-top: 1px solid #d6eaf2;
    border-bottom: 1px solid #d6eaf2;
    padding: 10px 0;
    overflow: hidden;
}

.category-filters:after{
    content:"";
    display: table;
    clear: both;
}

.category-filters-item{
    float: left;
    width: 50%;
}

.category-filters-item label{
    font-weight: 700;
    float: left;
    margin: 7px 10px 0 0;
}

.category-filters-item .select-wrap{
    margin: 0 0 0 10px;
}

.category-filters-item .select-wrap select{
    font-size: 13px;
    padding: 9px;
    width: 100%;
    max-width: 270px;
}

.articles-list{
    margin-top: 20px;
}

.articles-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.articles-list ul li{
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.articles-list .img-wrap{
        float: left;
    width: 145px;
    margin: 0 20px 0 10px;
    text-align: center;
    height: 100px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.articles-list .img-wrap a{
    display: inline-block;
    
}

.articles-list .img-wrap img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-list .over{
    overflow: hidden;
}

.articles-name{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.articles-name a{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.articles-header{
        margin: 0 0 2px;
    font-size: 13px;
}

.articles-header .date{
    font-size: 13px;
    color: #8a9295;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}

.articles-header .item-mobile{
    display: none;
}

.articles-header .type{
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 5px;
}

.articles-header .type a{
    background-image: linear-gradient(to right, black 1px, transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    color: #2a4692;
}

.articles-header .views-link{
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 20px;
    position: relative;
    color: #8a9295;
}

.articles-header .views-link:before{
    left: -20px;
    top: 5px;
    background-image: url(../img/sprite.png);
    width: 16px;
    content: '';
    position: absolute;
    background-position: -410px -522px;
    height: 10px;
}

.articles-header .avtor{
    display: inline-block;
    margin-right: 30px;
    color: #8a9295;
}

.user-ico{
    background-image: url(../img/user_black.svg)!important;
    float: left;
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 3px;
}

.articles-header .favorite{
    position: relative;
    margin: 0 0 0 25px;
}

.articles-header .favorite:before{
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    background-image: url(../img/sprite.png);
    background-position: -560px -535px;
    width: 18px;
    height: 16px;
}

.articles-header .interview{
    color: white;
    border: 1px solid #3b63ac;
    border-radius: 2px;
    background: #3b63ac;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
}

.articles-text{
    margin: 0 0 7px;
}

@media(max-width: 960px){
    .articles-contant .tabs-list{
        display: none;
    }

    .select-tab-header-mobile{
        display: block;
    }

    .category-filters-item .select-wrap{
        margin-left: 0;
        padding-right: 10px;
    }
}

@media(max-width: 480px){
    .articles-contant .h1-title-custom{
        font-size: 18px;
    }
}

/* contact  */

.contacts-page{
    font-size: 14px;
}

.contacts-top:before{
    content: "";
    display: table;
}

.contacts-top:after{
    content: "";
    display: table;
    clear: both;
}

.contacts-cols{
    max-width: 1230px;
    margin: 0 0 25px;
    float: left;
    width: 68%;
}

.contacts-form{
    width: 32%;
    box-sizing: border-box;
    background: #e9f6fb;
    padding: 30px;
    box-shadow: 0 4px 0 0 #cbe6f2;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: initial;
    float: right;
    display: inline-block;
}

.contacts-cols h3{
    margin: 0 0 25px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.contacts-item{
    margin: 0 0 60px;
}

.contacts-item h5{
    font-size: 13px;
    color: #8a9295;
    margin: 0 0 25px;
    font-weight: 400;
    text-transform: none;
}

.contacts-item .sub-cols{
    margin: 0 0 15px;
}

.contacts-item .sub-cols:before{
    content:"";
    display: table;
}

.contacts-item .sub-cols:after{
    content: "";
    clear: both;
    display: table;
}

.contacts-item .s-col:first-child{
    float: left;
    width: 25%;
}

.contacts-item .s-col + .s-col{
    float: left;
    margin: 0 0 0 4%;
}

.contacts-item .phone{
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    width: 100%;
}

.contacts-item .phone .pr{
    position: absolute;
    left: 0;
    top: 50%;
    margin: -16px 0 0;
    width: 30px;
    text-align: center;
    height: 30px;
}

.contacts-item .phone .pr img{
    width: auto;
    height: auto;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.contacts-form .form-header{
    font-size: 20px;
    text-transform: uppercase;
    font-family: roboto-slab,Arial,helvetica neue,Helvetica,sans-serif;
        margin: 0 0 20px;
    line-height: 1;
}

.form-wrap{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
}

.form-wrap .req{
    color: #42a856;
}

.form-wrap.btns{
    text-align: right;
    margin: 0;
}

.form-wrap.btns input{
    display: inline-block;
    width: 100%;
    max-width: 225px;
    text-align: center;
}

.form-wrap .row-label{
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 9px;
}

.form-wrap .row-label label{
    margin: 0;
}

.form-wrap .row-content input:not([type="submit"]){
    color: #444;
    padding: 9px 10px;
}

.form-wrap .row-content textarea{
    color: #444;
    padding: 9px 10px;
}

.form-wrap .row-content .iti{
    width: 100%;
}

.form-wrap select{
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 -2px 0 0 #d6eaf2;
}

.checkbox-option{
    margin: 10px 0 0;
    display: block;
}

.checkbox-option input[type="checkbox"]{
    display: none;
}

.checkbox-option input[type="checkbox"] + label{
        padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.checkbox-option input[type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    background-image: url(../img/sprite.png);
    background-position: -1157px -166px;
    width: 20px;
    height: 20px;
}

.checkbox-option input[type="checkbox"]:checked + label:before{
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -1157px -27px;
    width: 20px;
    height: 20px;
}

.contacts-footer .map{
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    height: 500px;
}

.contacts-footer .map iframe{
    width: 100%!important;
}

@media(max-width: 650px){
    .contacts-cols{
        width: 100%;
        margin-bottom: 20px;
    }

    .contacts-form{
        width: 100%;
        padding: 20px 10px;
    }

    .contacts-item .s-col,.contacts-item .s-col:first-child{
        float: none;
        width: 100%;
    }

    .contacts-item .s-col + .s-col{
        float: none;
        margin: 0;
    }

    .contacts-item .s-col br{
        display: none;
    }

    .contacts-item{
        margin: 0 0 20px;
        border-bottom: 1px solid #d6eaf2;
    }

    .contacts-form .form-header{
        text-align: center;
    }
}

/* faq  */

.faq-title{
    margin-bottom: 20px;
    font-size: 32px;
    text-transform: initial;
}

.faq-item-header{
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.faq-item-title{
    font-size: 27px;
    margin-bottom: 0;
    text-transform: initial;
}

.faq-item-title a{
    display: inline-block;
    color: #333;
    text-transform: initial;
}

.faq-item-cols{
    display: flex;
        -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 0;
}

.faq-item-col{
    display: inline-block;
    vertical-align: top;
    width: 30.3333%;
    margin-bottom: 30px;
}

.faq-item-col + .faq-item-col{
    margin-left: 4.4444%;
}

.faq-item-col a{
        display: block;
    border-radius: 8px;
    padding: 25px 30px;
    min-height: 160px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-box-shadow: 13px 17px 70px 0 rgb(0 0 0 / 5%);
    box-shadow: 13px 17px 70px 0 rgb(0 0 0 / 5%);
    box-sizing: content-box;
}

.faq-item-col a:hover{
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}

.faq-info-title{
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #333;
    text-transform: inherit;
}

.faq-item-col a:hover .faq-info-title{
    color: #42a856;
}

.faq-info-desc{
    font-size: 14px;
    line-height: 1.57;
    color: #666;
    margin-bottom: 1em;
}

.faq-item-title.faq-item-title-sup{
    margin-bottom: 20px;
}

.faq-item-title-semi{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

.faq-item-col a img{
    display: block;
    margin-bottom: 30px;
    width: 132px;
    height: 121px;
    margin-right: auto;
    margin-left: auto;
}

.faq-info-title.faq-info-title-up{
    text-transform: uppercase;
}

.faq-item-col a:hover .faq-info-title.faq-info-title-up{
        color: #333;
}

.faq-info-desc.faq-info-desc-min{
    min-height: 82px;
    text-transform: initial;
    font-size: 16px;
}

.faq-item-img .faq-item-col a{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 11px 20px 57px 0 rgb(0 0 0 / 10%);
    box-shadow: 11px 20px 57px 0 rgb(0 0 0 / 10%);
    display: block;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: center;
}

.faq-item-img .faq-item-col a:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media(min-width: 1200px){
    .faq-item-col a{
        min-height: 135px;
        border: 1px solid #ececec;
    }
}

@media(max-width: 650px){
    .faq-item-col{
        width: 100%;
    }

    .faq-item-col + .faq-item-col{
        margin-left: 0;
    }
}

/* search  */

.search-form-block{
    background: #273857;
    border-radius: 2px;
    padding: 28px 225px 28px 20px;
    position: relative;
    margin: 0 0 20px;
}

.search-form-block input[type="text"]{
        width: 100%;
    padding: 10px 20px;
}

.search-form-block input[type="submit"]{
    position: absolute;
    right: 20px;
    top: 25px;
    width: 190px;
} 

.search-sort{
    padding: 9px 0 4px;
    border-top: 1px solid #d6eaf2;
    border-bottom: 1px solid #d6eaf2;
    margin: 0 0 10px;
    font-size: 0;
}

.search-sort .links{
    overflow: hidden;
}

.search-sort .links a{
    font-size: 12px;
    color: #444;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    padding: 14px 10px;
    border-radius: 2px;
    background: #e9f6fb;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.search-sort .links a:hover{
    background: #c0e0ec;
}

.search-sort .links a.active{
    color: #fff;
    background: #3b63ac;
}

.search-header{
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #d6eaf2;
}

.search-header:before{
    content:"";
    display: table;
}

.search-header:after{
    content: "";
    display: table;
    clear: both;
}

.search-header .catalog-sort{
    float: left;
}

.search-header .catalog-sort .sort{
    float: left;
    margin: 0 15px 10px 0;
    position: relative;
}

.search-header .catalog-sort .sort label{
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-bottom: 0;
}

.search-header .catalog-sort .sort select{
    white-space: nowrap;
    min-width: 215px;
}

@media(max-width: 960px){
    .search-header{
        font-size: 12px;
    }
}

@media(max-width: 800px){
    .search-form-block{
        text-align: center;
        padding: 15px 20px 16px;
    }

    .search-form-block input[type="text"]{
        margin-bottom: 20px;
    }

    .search-form-block input[type="submit"]{
        position: static;
    }
}

@media(max-width: 600px){
    .search-header .catalog-sort{
        width: 100%;
        margin: 0 0 10px;
        position: relative;
        box-sizing: border-box;
        
    }

    .search-header .catalog-sort .sort{
        padding: 0 0 0 103px;
    }

    .search-header .catalog-sort .sort label{
        position: absolute;
        left: 0;
        top: 6px;
    }

    .search-header .catalog-sort .sort select{
        width: 100%;
    }
}

@media(max-width: 480px){
   .search-form-block input[type="submit"]{
    width: 100%;
   } 
}

/* auth + register  */

.registration-cols{
    max-width: 885px;
}

.registration-col{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 60px 0 0;
}

.registration-col + .registration-col{
    padding: 60px 0 0 60px;
    border-left: 1px solid #cfdde2;
    min-height: 285px;
}

.registration-form{
    font-size: 13px;
}

.registration-form .row-label{
    font-weight: 700;
    text-transform: uppercase;
}

.registration-form input:not([type]), .registration-form input[type=color], .registration-form input[type=date], .registration-form input[type=datetime], .registration-form input[type=datetime-local], .registration-form input[type=email], .registration-form input[type=month], .registration-form input[type=password], .registration-form input[type=tel], .registration-form input[type=text], .registration-form input[type=time], .registration-form input[type=url], .registration-form input[type=week], .registration-form input[type=number], .registration-form input[type=search], .registration-form textarea {
    background: #e9f6fb;
}

.registration-form .checkbox-option input[type=checkbox]+label:before {
    background-image: url(../img/sprite.png);
    background-position: -1157px -54px;
    width: 20px;
    height: 22px;
}

.registration-form .checkbox-option input[type=checkbox]:checked+label:before {
    background-image: url(../img/sprite.png);
    background-position: -560px -81px;
    width: 20px;
    height: 22px;
}

.registration-form .checkbox-option{
    display: inline;
}

@media(max-width: 600px){
    .registration-col{
        float: none;
        padding: 0;
        margin: 0 0 30px;
        width: auto;
    }

    .registration-col + .registration-col{
        padding: 0;
        border: 0;
        min-height: 0;
        margin: 0;
    }
}

/* card stati + card news  */


.material-item{
    position: relative;
}

.material-item>*:not(.gallery):not(.gallery-window-wrap), .material-item>*:not(.gallery):not(.gallery-window-wrap) *{
    max-width: 100%;
}

.material-item ol li {
    margin-bottom: 5px;
    padding-left: 30px;
}

.material-item ol li p {
    text-indent: 0;
    margin-bottom: 0;
}

.single-post-header{
        margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

.single__title{
    padding-right: 100px;
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    max-width: 900px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.single-post-img{
    min-height: 300px;
    border-radius: 5px;
}

.single-post-img-text{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent,rgba(0,0,0,0),rgba(255,255,255,0),rgba(0,0,0,0.57));
    color: #fff;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 5px;
}

.material-item .gallery {
    float: left;
    margin: 0 20px 0px 0;
    width: 100%;
}

.material-item .thumbs {
    margin-top: -10px;
    padding: 15px 40px;
    border: 1px solid #cbe2eb;
    border-radius: 2px;
    position: relative;
}

.material-item .thumbs:after, .material-item .thumbs:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    bottom: 100%;
}

.material-item .thumbs:before {
    left: 40px;
    border-bottom: 10px solid #cbe2eb;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
}

.material-item .thumbs:after {
    left: 41px;
    border-bottom: 8px solid #fff;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
}

.material-item .thumbs .material-item-little-slider{
    min-height: 60px;
    max-height: 102px;
}

.little-slider-item{
    text-align: center;
}

.little-slider-element{
    margin: 0 2px;
    border: 1px solid #cbe2eb;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    width: 80px;
}

.little-slider-element:before{
    content: "";
    padding-top: 100%;
    display: table;
}

.slick-current .little-slider-element{
    border-color: #3b63ac;
}

.little-slider-element a{
    position: absolute;
    inset: 0;
    
}

.little-slider-element img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.material-item-little-slider .slick-arrow{
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    position: absolute;
    top: 50%;
    background-image: url(../img/sprite.png);
    width: 16px;
    height: 30px;
    text-indent: -9999px;
}

.material-item-little-slider .slick-arrow:hover{
    box-shadow: none;
}

.material-item-little-slider .slick-arrow.slick-disabled{
    opacity: .5;
    cursor: default;
}

.material-item-little-slider .slick-prev{
    left: -29px;
    background-position: -21px -522px;
}

.material-item-little-slider .slick-next{
    right: -29px;
    background-position: -84px -522px;
}

@media(max-width: 600px){
    .material-item .gallery {
        max-width: 300px;
    }
}

@media(max-width: 420px){
    .material-item .gallery {
        max-width: none;
        width: 100%;
    }
}

.meta-info-tax.meta-info-tax-mobile{
    display: none;
}

.meta-info-mobile{
    display: none;
}

.meta-info{
    width: 600px;
    flex-wrap: wrap;
    display: flex;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.meta-info-item{
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
}

.meta-info-tax-term{
    color: #fff;
    background: #42a856;
    border: 1px solid #42a856;
    border-radius: 2px;
    padding: 2px 4px;
    margin-right: 5px;
    text-decoration: none;
    font-size: 10px;
}

.meta-info-date .date-icon{
    background-image: url(../img/clock_white.svg)!important;
    float: left;
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 3px;
}

.meta-info-date .date{
    display: inline-block;
}

.meta-info-views{
    margin-right: 13px;
}

.meta-info-views .views-icon{
    background-image: url(../img/eye_white.svg)!important;
    float: left;
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 3px;
}

.meta-info-comments .comments-icon{
    background-image: url(../i/user_white.svg)!important;
    float: left;
    width: 16px;
    height: 16px;
    content: '';
    margin-right: 3px;
}

.material-item .share-block{
        right: 0;
    width: 250px;
    position: absolute;
    text-align: center;
    padding: 0;
    margin: 0;
}

.material-item .share-block .share-btn{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

.material-item .share-block .share-btn:hover{
    opacity: .8;
    top: -4px;
}

.material-item .share-block .share-btn img{
    max-width: 16px;
}

.material-item .share-block .share-btn.facebook{
    background-color: #4267B2;
}

.material-item .share-block .share-btn.twitter{
    background-color: #000000;
}

.material-item .share-block .share-btn.whatsapp{
    background-color: #25d366;
}

.material-item .share-block .share-btn.telegram{
    background-color: #0088cc;
}

.share-mobile{
    display: none;
}

.article-rating{
    margin-top: 10px;
    float: left;
    margin-right: 20px;
}

.article-rating .ratingg{
    height: 15px;
    width: 75px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    background: transparent url(../img/star.svg) repeat-x scroll 0% 0%;
}

.article-rating .ratingg .ratingg-color{
    background: url(../img/rating-star.svg) repeat-x;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}

.material-footer{
    padding: 8px 0;
    margin: 5px 0 10px;
}

.material-go{
    text-align: center;
}

.material-go .btns{
    font-size: 0;
}

.material-go .btns .btn{
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    border-radius: 2px;
    background: #e9f6fb;
    box-shadow: none;
    color: #444;
    position: relative;
    text-transform: none;
}

.material-go .btns .btn:hover{
    background: #3b63ac;
    color: #fff;
}

.material-go .btns .btn.prev-btn{
    padding-left: 40px;
}

.material-go .btns .btn.prev-btn:before{
    content: '';
    position: absolute;
    top: 1px;
    background-image: url(../img/sprite.png);
    width: 38px;
    height: 38px;
    background-position: -362px -172px;
    left: 0;
}

.material-go .btns .btn.prev-btn:hover:before{
    background-image: url(../i/sprite.png);
    background-position: -404px -172px;
    width: 38px;
    height: 38px;
}

.material-go .btns .btn.next-btn{
    padding-right: 40px;
}

.material-go .btns .btn.next-btn:before{
    content: '';
    position: absolute;
    top: 1px;
    background-image: url(../img/sprite.png);
    width: 38px;
    height: 38px;
    background-position: -285px -172px;
    right: 0;
}

.material-go .btns .btn.next-btn:hover:before{
    background-image: url(../img/sprite.png);
    background-position: -327px -172px;
    width: 38px;
    height: 38px;
}

.clinics-list-rubrics h3 span{
    color: #42a856;
}

.clinics-list-col{
    width: 30.3333%;
    display: inline-block;
    margin-right: 2.4444%;
}

.clinics-card-r{
    box-shadow: 0 7px 20px 0 rgb(38 50 56 / 15%);
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    min-height: 250px;
    margin-top: 20px;
    vertical-align: top;
    position: relative;
}

.highlight_text_lux{
    background: #f1b836;
    color: #fff;
    padding: 0 22px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.clinics-card-r .clinic-img{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    padding: 20px 0 5px;
}

.clinics-card-r .clinic-info{
    padding-left: 15px;
    padding-right: 15px;
}

.clinics-card-r .clinic-info .name{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.clinics-card-r .clinic-info .city{
    text-align: center;
    font-size: 14px;
    color: #676767;
}

.clinics-card-r .clinic-info .city .icon-in-map{
    margin-right: 0!important;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -323px -545px;
    width: 14px;
    height: 18px;
}

.clinics-card-r .clinic-info .clinic-record{
    padding-top: 5px;
    position: absolute;
    bottom: 15px;
    width: 250px;
    transform: translate(50%,-50%);
    height: 20px;
    right: 50%;
}

.clinics-card-r .clinic-info .clinic-record a{
    font-size: 16px;
    color: #42a856;
    display: block;
    font-weight: 500;
    padding: 9px 24px;
    border: 1px solid #42a856;
    text-decoration: none;
    line-height: 14px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.clinics-card-r .clinic-info .clinic-record a:hover{
    color: #fff;
    background: #42a856;
}

.goclinic{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.goclinic a{
    display: inline-block;
    font-size: 16px;
    color: #42a856;
    font-weight: 700;
    padding: 9px 24px;
    border: 2px solid #42a856;
    text-decoration: none;
    line-height: 14px;
    border-radius: 20px;
    position: relative;
}

.goclinic a:hover{
    background: #42a856;
    color: #fff;
}

.more-articles{
    padding: 26px 20px 4px;
    margin-bottom: 26px;
}

.more-articles-table{
    display: table;
}

.more-articles-row{
    display: table-row;
}

.more-articles-item{
    position: relative;
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.more-articles-item:before{
    content: "";
    display: table;
}

.more-articles-item:after{
    content: "";
    display: table;
    clear: both;
}

.more-articles-item .img-wrap{
    float: left;
    width: 88px;
    margin: 0 15px 0 0;
}

.more-articles-item .over{
    margin-left: 96px;
    overflow: hidden;
    margin-right: 10px;
}

.more-articles-item .top-over:before{
    content: "";
    display: table;
}

.more-articles-item .top-over:after{
    content: "";
    display: table;
    clear: both;
}

.more-articles-item .date{
    float: left;
    font-size: 13px;
    color: #8a9295;
    margin: 0 0 3px;
}

.more-articles-item .views{
    margin-left: 5px;
    font-size: 13px;
    float: left;
}

.more-articles-item .views-link{
    margin-left: 20px;
    position: relative;
    color: #8a9295;
    margin-right: 15px;
}

.more-articles-item .views-link:before{
    left: -20px;
    top: 5px;
    background-image: url(../img/sprite.png);
    width: 16px;
    content: '';
    position: absolute;
    background-position: -410px -522px;
    height: 10px;
}

.more-articles-item .name{
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 3px;
}

.more-articles-item .name a{
    color: #2a4692;
    text-decoration: none;
}

.more-articles-item .name a:hover{
    color: #42a856;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.material-nav{
    text-align: center;
    margin: 0 0 26px;
}

.material-nav a{
    font-size: 15px;
    background-image: linear-gradient(to right,black 1px,transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    text-transform: uppercase;
    font-weight: 700;
}

.comments-form{
    border-radius: 2px;
    box-sizing: border-box;
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 27px 30px;
    margin-bottom: 10px;
}

.question-form{
    text-align: left;
}

.question-form textarea{
    box-shadow: 0 2px 0 0 #d2d2d2;
    border: 1px solid #eee;
    margin: 0 0 20px;
    height: 110px;
    min-height: 110px;
    box-sizing: border-box;
    clear: both;
}

.comments-list{
    width: auto;
    float: none;
    margin: 0 0 30px;
}

.comments-list h2{
    font-size: 18px;
    margin: 0 0 15px;
    text-align: center;
}

.comments-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


.comments-list ul li{
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #d6eaf2;
    min-height: 70px;
    padding: 15px 0;
}

.comment-main-info{
    width: 100%;
    padding: 0 0 0 30px;
    overflow: hidden;
}

.comment-main-info:before{
    content: "";
    display: table;
}

.comment-main-info:after{
    content: "";
    display: table;
    clear: both;
}

.comment-main-info .name{
        font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1;
}

@media(max-width: 1140px){
    .clinics-list-col{
        width: 47%;
        margin-right: 2%;
    }
}

@media(max-width: 930px){
    .more-articles-table{
        width: 100%;
    }

    .more-articles-item{
        width: 100%;
        display: block;
    }
}

@media(max-width: 840px){
    .clinics-list-col{
        width: 100%;
        margin-right: 0;
    }
}

@media(max-width:760px){
    .meta-info .meta-info-item{
        display: none;
    }

    .meta-info-mobile{
        float: left;
        flex-wrap: wrap;
        display: flex!important;
        font-size: 10px;
        color: #0a0a0a;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .meta-info-item{
        padding-top: 5px;
        color: #000;
        font-weight: normal;
    }

    .mobile-date .date-icon{
        background-image: url(../img/clock.svg)!important;
        float: left;
        width: 16px;
        height: 16px;
        content: '';
        margin-right: 3px;
    }

    .meta-info-item .date, .meta-info-item .autor, .meta-info-item .views{
        display: inline-block;
        line-height: 16px;
    }

    .mobile-views .views-icon{
        background-image: url(../img/eye.svg)!important;
        float: left;
        width: 16px;
        height: 16px;
        content: '';
        margin-right: 3px;
    }

    .mobile-comments .comments-icon{
        background-image: url(../img/user-black.svg);
        float: left;
        width: 16px;
        height: 16px;
        content: '';
        margin-right: 3px;
    }

    .single-post-img-text{
        position: static;
        background: 0 0;
        color: #000;
        padding: 0;
        -ms-flex-order: 1;
        order: 1;
    }

    .meta-info-tax.meta-info-tax-mobile{
        display: block;
        margin-bottom: 15px;
    }

    .single-post-img{
        order: 2;
        height: 0!important;
        margin-top: 20px;
    }

    .single__title{
        text-shadow: none;
        margin: 15px 0;
    }

    .single-post-header{
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width: 480px){
    .meta-info{
        display: none;
    }

    .share-mobile{
        display: block;
        height: 35px;
    }

    .share-mobile .share-block{
        position: static;
        width: 100%;
    }

    .material-go .btns .btn{
        width: 100%;
        margin: 0 0 10px;
    }
}

/* card medzakladi + likari  */

.portal-item {
    padding: 0 320px 0 0;
}

.portal-item-article{
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
}

.portal-item .portal-sidebar {
    width: 300px;
    float: right;
    margin: 0 -320px 0 0;
    padding: 5px 0 0;
}

.portal-tabs{
    float: left;
    width: 100%;
}

.article-content{
    position: relative;
    float: left;
}

.article-content:after{
    content: "";
    display: table;
    clear: both;
}

.article-content .img-wrap{
    float: left;
    width: 168px;
}

.article-content .img-wrap .img{
    width: 168px;
    height: 168px;
    line-height: 150px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #cde2eb;
    text-align: center;
    margin: 0 0 13px;
    font-size: 0;
    padding: 8px;
}

.article-content .img-wrap .img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    width: auto!important;
    height: auto!important;
}

.article-content .img-wrap .doctor-img{
    width: auto;
    height: 150px;
    line-height: 150px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    margin: 0 0 13px;
    font-size: 0;
    overflow: hidden;
    box-sizing: content-box;
}

.article-content .img-wrap .doctor-img img{
    max-width: 100%;
    max-height: 100%;
    min-height: 150px;
    vertical-align: middle;
    width: auto !important;
    height: auto !important;
}

.article-content .type{
    position: absolute;
    top: 0;
    left: 190px;
    color: #444;
    line-height: 1;
    font-size: 14px;
}

.article-content .rating{
    font-size: 14px;
    color: #444;
    margin: 0 0 10px;
    vertical-align: bottom;
    text-align: center;
}

.article-content .rating-mobile{
    display: none;
}

.article-content .over{
    margin: 0 0 0 190px;
    padding: 20px 0 0;
}

.clinic-position .tt-link{
    position: relative;
    color: #2a4692;
    text-decoration: none;
    cursor: pointer;
}

.clinic-position .tt-link .text{
    background-image: linear-gradient(to right,black 1px,transparent 1px);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    font-size: 14px;
}

.clinic-position .tt-link .t-tip{
    -webkit-transition: opacity .2s ease,margin-bottom .2s ease;
    z-index: 100;
    box-sizing: border-box;
    font-size: 12px;
    color: #444;
    background: #fef4dc;
    padding: 10px 15px;
    border: 2px solid #f1b836;
    border-radius: 2px;
    position: absolute;
    bottom: 100%;
    left: -99999px;
    width: 550px;
    margin: 0 0 5px -275px;
    opacity: 0;
    transition: opacity .2s ease,margin-bottom .2s ease;
    cursor: default;
}

.clinic-position .tt-link .t-tip:before,.clinic-position .tt-link .t-tip:after{
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    left: 50%;
    content: '';
}

.clinic-position .tt-link .t-tip:before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #f1b836;
    margin-left: -8px;
}

.clinic-position .tt-link .t-tip:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #fef4dc;
    margin-left: -6px;
}

.clinic-position .tt-link:hover .t-tip{
    margin-bottom: 10px;
    opacity: 1;
    left: 50%;
}

.article-content .clinic-services:after{
   content: none; 
}

.article-content .clinic-footer{
    margin-top: 10px;
}

.article-content .clinic-footer .share-block{
    float: right;
    text-align: center;
    margin: 0;
    padding: 0;
}

.article-content .clinic-footer .share-block .share-btn{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;

    display: inline-flex;
    align-items: center;
}

.article-content .clinic-footer .share-block .share-btn img{
    max-width: 16px;
    width: 100%;
}

.article-content .clinic-footer .share-block .share-btn:hover{
    opacity: .8;
    top: -4px;
}

.article-content .clinic-footer .share-block .share-btn.facebook{
    background-color: #4267B2;
}

.article-content .clinic-footer .share-block .share-btn.twitter{
    background-color: #000000;
}

.article-content .clinic-footer .share-block .share-btn.whatsapp{
    background-color: #25d366;
}

.article-content .clinic-footer .share-block .share-btn.telegram{
    background-color: #0088cc;
}

.article-content .clinic-footer .add-fav{
    margin-right: 10px;
}


.folding-block{
    margin: 0 0 20px;
}

.folding-block-header{
    color: #fff;
    background: #234b94;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 40px 18px 60px;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}

.folding-block-header .icon.fb-tablet-icon{
    position: absolute;
    left: 15px;
    top: 8px;
    background-image: url(../img/sprite.png);
    background-position: -257px -422px;
    width: 30px;
    height: 30px;
}

.folding-block-header:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -4px 0 0;
    background-image: url(../img/sprite.png);
    background-position: -587px -324px;
    width: 13px;
    height: 8px;
}

.folding-block-content{
    padding: 20px;
    background: #3b63ac;
    border-radius: 0 0 8px 8px;
}

.folding-block.closed .folding-block-content,.folding-block.closed .folding-block-header .icon{
    display: none;
}

.folding-block.closed .folding-block-header{
    background: #fff;
    border: 2px solid #3b63ac;
    color: #3b63ac;
    border-bottom: 2px solid #3b63ac;
    padding-left: 20px;
}

.folding-block-content .form-wrap{
    margin-bottom: 10px;
}

.folding-block-content .form-wrap select{
    font-size: 13px;
    color: #979797;
    padding: 9px 10px;
}

.folding-block-content .form-wrap input:not(.intlTelInput-inp){
    font-size: 13px;
    padding: 10px;
}

.folding-block-content .form-wrap input.intlTelInput-inp{
    padding-top: 10px;
    padding-bottom: 10px;
}

.folding-block-content .form-wrap input[type="submit"]{
    width: 100%;
    max-width: 225px;
    text-align: center;
    font-size: 15px;
}

.folding-block-content .form-wrap .iti{
    width: 100%;
}

.folding-block-content .form-wrap input::placeholder{
    color: #979797;
}

.folding-block-content .form-wrap.btns{
    text-align: center;
    margin-bottom: 0;
}

.portal-sidebar .graph{
    padding: 14px 40px;
    box-shadow: 0 7px 20px 0 rgb(38 50 56 / 15%);
    border-radius: 2px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
}

.portal-sidebar .graph:before{
    content: '';
    position: absolute;
    left: 14px;
    top: 19px;
    background-image: url(../img/sprite.png);
    background-position: -271px -522px;
    width: 18px;
    height: 18px;
}

.portal-sidebar .graph.statistics:before{
    font-family: "FontAwesome";
    content: "\f080";
    position: absolute;
    left: 14px;
    top: 19px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 14px;
}

.portal-sidebar .graph.statistics small{
    font-size: 13px;
}

.portal-sidebar .graph.statistics .count{
    margin-left: 10px;
    color: white;
    background: #3b63ac;
    padding: 5px;
    border-radius: 8px;
}

.portal-sidebar .graph.statistics .count + small{
    margin-left: 10px;
}

.portal-tabs .nav.nav-tabs{
    margin: 0 0 17px;
    border: none;
}

.portal-tabs .nav-tabs .nav-item{
    margin: 0 3px 0 0;
}

.portal-tabs .nav-tabs .nav-link{
    font-size: 13px;
    color: #3b63ac;
    font-weight: 700;
    padding: 14px 24px;
    margin: 5px;
    position: relative;
    border: 1px solid #3b63ac;
    border-radius: 16px;
    text-transform: uppercase;
}

.portal-tabs .nav-tabs .nav-link sup{
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 8px;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 6px;
    background: #42a856;
}

.portal-tabs .nav-tabs .change-item .nav-link{
    border: 1px solid #f55e5e;
    color: #f55e5e;
}

.portal-tabs .nav-tabs .change-item .nav-link:hover{
    color: #fff;
    background: #f55e5e;
}

.portal-tabs .nav-tabs .nav-link.active,.portal-tabs .nav-tabs .nav-link:hover{
    background: #3b63ac;
    color: #fff;
}

.offers-table{
    text-align: center;
}

.portal-tabs h2{
    font-size: 18px;
    margin: 0 0 15px;
    text-align: center;
}

.service-count strong{
    color: #42a856;
}

.clinic-spoiler{
    margin: 15px 0 0;
}

.clinic-spoiler .spoiler .head{
    line-height: 1;
    padding: 17px 20px;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    color: #444;
    text-transform: none;
    border: 1px solid #cde2eb;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
}   

.clinic-spoiler .text-hidden{
    padding: 0;
}

.clinic-price-list{
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
}

.clinic-price-list {
    list-style: none;
}

.clinic-price-list li{
    position: relative;
}


.clinic-price-list .procedure-block{
    padding: 10px 15px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #cde2eb;
    margin: 0;
    position: relative;
}

.clinic-price-list .procedure-block:before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 16px;
    background: url(../img/icon_csptrial.png) no-repeat;
}

.doctors-tab .doctors-count{
    text-align: center;
}

.doctors-tab .doctors-count .strong{
    color: #42a856;
}

.doctors-tab .doctors-list ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 0 0 0 -2%;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.doctors-tab .doctors-list ul li{
    display: inline-block;
    font-size: 13px;
    width: 48%;
    margin: 0 0 20px 2%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 7px 20px 0 rgb(38 50 56 / 15%);
    vertical-align: top;
}

.doctors-tab .doctors-list .img-wrap{
    float: left;
    margin: 0 20px 0 0;
    width: 110px;
    text-align: center;
}

.doctors-tab .doctors-list .img-wrap a{
    display: inline-block;
    padding: 3px;
    background: #fff;
    font-size: 0;
    border-radius: 2px;
}

.doctors-tab .doctors-list .img-wrap a img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
}

.doctors-tab .doctors-list .over{
    overflow: hidden;
}

.doctors-tab .doctors-list .name{
    font-size: 16px;
    margin: -3px 0 4px;
    line-height: 1.2;
}

.doctors-tab .doctors-list .name a{
    color: #1a73e8;
}

.doctors-tab .doctors-list .position{
    margin: 0 0 3px;
    font-weight: 700;
}

.doctors-tab .doctors-list .experience{
    margin: 0 0 5px;
}

.doctors-tab .doctors-list .rating{
    font-size: 14px;
    color: #444;
    margin: 0 0 7px;
}

.card-contacts-col{
    width: 38%;
    float: left;
    margin-left: 10%;
}

.card-contacts-col1{
    margin: 0 auto;
    float: none;
}

.card-contacts-col + .card-contacts-col{
    margin-left: 5%;
}

.contacts .folding-block-content.phones{
    background: none;
}

.contacts-side{
    margin: -8px 0 0;
}

.contacts-side .item{
    position: relative;
    padding: 0 0 9px 22px;
    font-size: 17px;
    line-height: 1.42;
}

.contacts-side .item strong{
    font-size: 14px;
}

.contacts-side .item .icon {
    position: absolute;
    left: -10px;
}

.contacts-side .item .icon.fax, .contacts-side .item .icon.l-phone, .contacts-side .item .icon.m-phone{
    width: 20px;
    height: 20px;
    background-image: url(../img/call.svg);
}

.contacts-side .item strong{
    font-size: 14px;
}

.contacts-side .item.other{
    color: #222;
    font-size: 14px;
    line-height: 1.7;
}

.contacts-side .item + .item{
    padding-top: 6px;
    border-top: 1px solid #c7e0ea;
}

.contacts-side .item .soc-links {
    margin: 8px -4px 0 0;
    font-size: 0;
}

.contacts-side .item .soc-links strong {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
}

.contacts-side .item .soc-links img {
    margin-right: 4px;
}

.contacts-side .item .soc-links strong {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
}

.contacts .folding-block-content{
    background: #e9f6fb;
    border-radius: 0;
}

.contacts .folding-block-content h2{
    color: #3b63ac;
}

@media(max-width: 1070px){
    .article-content .img-wrap .img{
        width: 150px;
        height: 120px;
        line-height: 120px;
        border: 7px solid #e9f6fb;
        box-sizing: content-box;
    }

    .article-content .img-wrap{
        width: 165px;
    }

    .article-content .over{
        margin-left: 185px;
    }
}

@media(max-width: 960px){
    .portal-tabs .tab-content>.tab-pane{
        display: block;
        opacity: 1;
    }

    .portal-tabs .nav.nav-tabs{
        display: none;
    }

    .doctors-tab .doctors-list ul li{
        margin: 0 0 20px;
        width: 100%;
    }
}

@media(max-width: 767px){
    .card-contacts-col{
        width: 100%;
        padding-left: 10%;
        margin: 0;
    }

    .card-contacts-col + .card-contacts-col{
        margin: 0;
        padding: 0;
    }
}

@media(max-width: 720px){
    .portal-item{
        padding-right: 0;
    }

    .portal-item-article,.portal-item .portal-sidebar,.portal-tabs{
        float: none;
        clear: both;
    }

    .portal-item-article{
        margin-bottom: 20px;
    }

    .portal-item .portal-sidebar{
        width: auto;
        margin: 0 0 20px;
        padding-top: 0;
    }
}

@media(max-width: 480px){
    .article-content .img-wrap{
            float: none;
        width: 100%;
    }

    .article-content .img-wrap .doctor-img{
        width: 280px;
        border: 10px solid #e9f6fb;
        margin: 0 auto 15px;
    }

    .article-content .img-wrap .img{
        width: 280px;
        height: 280px;
        line-height: 280px;
        border: 10px solid #e9f6fb;
        margin: 0 auto 15px;
    }

    .article-content .clinic-languages{
        float: none;
    }

    .article-content .type{
        position: static;
        margin: 0 0 15px;
    }

    .article-content .rating{
        display: none;
    }

    .article-content .over{
            margin-left: 0;
        padding-top: 0;
    }

    .article-content .clinic-services{
        text-align: center;
    }

    .article-content .clinic-services-icons,.article-content .clinic-services-icons .icon-wrap{
        float: none;
    }
}

.faq-cols{
    display: flex;
}

.faq-col4{
    width: 23.3333%;
    display: inline-block;
}

.faq-col8{
    width: 77.3333%;
    display: inline-block;
}

.nav-sidebar .sidebar-menu {
    padding: 0;
}

.sidebar-menu-item{
    font-size: 14px;
    color: #333;
    list-style: none;
    padding-bottom: 20px;
}

.sidebar-menu-head{
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-menu-item a{
    display: block;
    color: #333;
}

.sidebar-submenu{
    padding: 0;
    margin: 25px 0;
}

.sidebar-submenu-item{
    position: relative;
    font-size: 14px;
    list-style: none;
}

.sidebar-submenu-item.active{
    font-weight: 700;
}

.sidebar-submenu-item.active:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    left: -15px;
    width: 4px;
    height: 100%;
    background-color: #009fc1;
}

.faq-col8 .faq-item-title{
    padding-bottom: 15px;
}

.faq-col8 .faq-item-header{
    display: inline-block;
    width: 100%;
}

.faq-col8 .faq-item-col{
    width: 40.3333%;
}

@media(max-width:600px){
    .faq-cols{
        display: block;
    }

    .faq-col4{
        display: none;
    }

    .faq-col8{
        width: 100%;
    }

    .faq-col8 .faq-item-col{
        width: 100%;
    }
}

.faq-col8 .text-hidden{
    padding-left: 35px;
}

.how-to-item{
    font-size: 14px;
}

.how-to-item-head{
    margin: 0 0 10px;
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #2a4692;
    display: inline-block;
}

.how-to-item-head:hover{
    color: #fb3f4c;
}

.how-to-item-content{
    margin-bottom: 10px;
}

.how-to-item-content .text{
    overflow: hidden;
}


/* service */

.page-header.service-header{
    border-bottom: none;
    margin: 0 0 25px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
    padding-bottom: 20px;
    text-align: center;
}

.service-header .logo-img{
    background-position: 0 -22px;
    display: block;
    float: left;
    margin: 0 50px 0 0;
    padding-top: 20px;
}

.service-header .logo-text{
    text-transform: uppercase;
    font-size: 19px;
    text-decoration: none;
    color: #3961a9;
    white-space: nowrap;
    text-align: justify;
    display: block;
    letter-spacing: 3px;
}

.service-header ul.service-tabs li {
    margin: 20px 10px 0 0;
    float: left;
    list-style: none;
}

.service-header ul.service-tabs li a {
    padding: 14px 15px;
    background: #f6f6f6;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    border-radius: 3px;
    font-size: 16px;
    display: block;
}

.service-header ul.service-tabs li a:hover {
    background: #4fbd65;
    color: #f6f6f6;
    transition: .4s;
}

.service-header ul.service-tabs li.active a {
    background: #42a856;
    border-color: #42a856;
    color: #f6f6f6;
}

.service-header .change-lng .choosen{
    float: right;
    margin-top: 22px;
}

.page-header.service-header .phones-block {
    float: right;
    margin: 25px 0 0;
}

.service-header .phones-block .phone-item{
    line-height: 1;
    font-weight: 700;
    padding: 0 30px 0 0;
    position: relative;
}

.service-header .phones-block .phone-item .phone-trigger{
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -560px -266px;
    width: 20px;
    height: 20px;
    right: 0;
    top: 3px;
    cursor: pointer;
}

.service-header .phones-block .phone-item .phones-popup{
    position: absolute;
    left: -9999px;
    width: 165px;
    top: 100%;
    z-index: 100;
    background: #e4f2f9;
    border-radius: 2px;
    box-shadow: 0 3px 0 0 #bfd9e7;
    margin: 8px 0 0 -82px;
    opacity: 0;
    -webkit-transition: opacity .2s ease,margin .2s ease;
    transition: opacity .2s ease,margin .2s ease;
}

.service-header .phones-block .phone-item .phones-popup.fixportal {
    width: 169px;
}

.service-header .phones-block .phone-item.opened .phones-popup{
    right: 0;
    left: auto;
    opacity: 1;
    margin-top: 10px;
}

.service-header .phones-block .phone-item .phones-popup:before{
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #e4f2f9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
}

.service-header .phones-block .phone-item .phones-popup ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-header .phones-block .phone-item .phones-popup .all_phones{
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.service-header .phones-block .phone-item .phones-popup ul li{
    margin: 0;
    position: relative;
    display: block;
    font-size: 15px;
    color: #444;
    text-decoration: none;
    line-height: 1;
    padding: 10px;
    font-weight: 400;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
}

.service-header .phones-block .phone-item .phones-popup ul li img{
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.service-header  .phones-block .phone-item .phones-popup ul li:first-child{
    border-radius: 2px 2px 0 0;
}

.service-header .phones-block .phone-item .phones-popup ul li a{
    text-decoration: none;
}

.service-header .phones-block .phone-item .phones-popup ul li:hover{
    background: #c6e5f4;
    border-top-color: #bfd9e7;
    border-bottom-color: #bfd9e7;
}

.page-header .phones-block .phone-item .phones-popup ul li:first-child:hover:before{
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #c6e5f4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
}

.service-header .phones-block .phone-item .phones-popup ul li:hover a{
    color: #fff;
}

.h-dropdowncont{
    width: 160px;
    position: absolute;
    z-index: 2;
    top: -400px;
}

ul li:hover .h-dropdowncont{
    top: 80px;
}

.h-dropout {
    background: #fff;
    float: left;
    position: relative;
    margin-top: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

ul li:hover .h-dropout{
    opacity: 1;
    margin-top: 8px;
}

.h-dropout .triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #19772c;
    top: -8px;
    left: 25%;
    margin-left: -8px;
}

.h-dropout ul {
    float: left;
    padding: 0;
}

.h-dropout .dropdown-service {
    margin: 0;
    width: 221px;
}

.h-dropout ul li {
    border-bottom: 1px solid #eee;
    text-align: left;
    float: left;
    width: 100%;
    padding: 12px 0 10px 15px;
    margin: 0 10px;
    color: #777;
    -webkit-transition: background .1s ease-out;
    -moz-transition: background .1s ease-out;
    -ms-transition: background .1s ease-out;
    -o-transition: background .1s ease-out;
    transition: background .1s ease-out;
}

.service-header ul.service-tabs li {
    margin: 20px 10px 0 0;
    float: left;
    list-style: none;
}

.service-header ul.service-tabs li:last-child .dropdown-service li {
    margin: 0;
}

.h-dropdowncont .h-dropout .dropdown-service li a {
    padding: 0;
    background: 0 0!important;
    color: #444!important;
    font-size: 14px!important;
    font-weight: 500;
}

.h-dropout ul li:hover {
    background: #42a85645;
}

section.start {
    position: relative;
    display: block;
    padding-top: 60px;
}

.s-cols2 .s-col {
    width: 50%;
    float: left;
    padding: 0 10px;
}

section.start h1 {
    font-size: 32px;
    font-weight: 600;
}

section.start .text-desc {
    max-width: 490px;
    font-style: italic;
    padding-bottom: 30px;
    color: #6f6f6f;
}

section.start .text-desc span {
    font-size: 18px;
}

section.start .text-desc strong {
    font-size: 15px;
    font-style: initial;
}

section.start .btn-start {
    display: block;
    width: 100%;
    text-align: center;
}

section.start .btn-start a {
    margin-bottom: 15px;
    width: 306px;
    font-size: 16px;
}

section.start .btn-start span {
    display: block;
    width: 200px;
    margin: 0 auto;
    color: #6f6f6f;
    font-size: 13px;
}

section.start .col .img {
    text-align: right;
}

section.start .col .img img {
    width: 469px;
    height: 360px;
    -webkit-box-shadow: 0 10px 30px 0 #999;
    -moz-box-shadow: 0 10px 30px 0 #999;
    box-shadow: 0 10px 30px 0 #999;
}

section.start .s-cols .s-col, section.view-video .s-cols .s-col, section.func2 .s-cols .s-col, section.packet-price .s-cols .s-col, .footer-inner .s-cols .s-col {
    width: 100%;
    float: left;
}

section.start .text-bottom {
    margin-top: 60px;
    font-size: 16px;
    color: #6f6f6f;
    text-align: center;
}

section.start .spoiler {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin-top: 30px;
}

section.start .spoiler .head.prior {
    background: #ffe2e2;
}

section.start .spoiler .head{
    margin-bottom: 0;
}

section.start .spoiler .head i {
    font-size: 20px;
    color: #f77;
}

section.start .spoiler .spoiler-toggle-icon {
    right: 10px;
    left: inherit;
}

section.start .spoiler .head .service_name {
    display: inline-block;
}

section.start .spoiler.open .text-hidden {
    padding: 20px;
    background: #f7f7f7;
}

section.start .spoiler.open .text-hidden .dwn-btn {
    text-align: center;
    padding-bottom: 30px;
}

section.start .spoiler.open .text-hidden .dwn-btn a {
    font-size: 18px;
}

section.about {
    background: #f7f6f6;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.about h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: inherit;
}

section.about span {
    text-align: center;
    font-size: 18px;
    color: #606060;
    display: block;
}

section.about .about-text span {
    font-size: 16px;
    color: #6f6f6f;
    text-align: left;
}

section.about .about-img {
    text-align: right;
}

section.about .about-img img {
    width: 222px;
    height: 222px;
}

section.view-video, section.about-cost, section.packet-price, section.make-choice {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

section.view-video .text {
    margin-bottom: 30px;
}

section.view-video .text span {
    color: #6f6f6f;
    font-size: 16px;
}

.video-block.video-tour {
    max-width: 850px;
    margin: 0 auto;
}

section.choose-type-site {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}

section.choose-type-site .s-cols3{
    text-align: center;
}

section.choose-type-site h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: inherit;
    color: #3b4754;
}

section.choose-type-site span {
    color: #606060;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

section.choose-type-site .s-cols3 .s-col, section.features .s-cols3 .s-col, section.func .s-cols3 .s-col, section.func2 .s-cols3 .s-col, section.packet-price .s-cols3 .s-col {
    display: inline-block;
    vertical-align: top;
    width: 30.3333%;
}

section.choose-type-site .type-block {
    -moz-box-shadow: 0 4px 5px -1px #c9c9c9;
    border: 1px solid #c9d3dd;
    border-radius: 8px;
    padding: 25px 5px;
    -webkit-box-shadow: 11px 20px 57px 0 rgba(0,0,0,.1);
    box-shadow: 11px 20px 57px 0 rgba(0,0,0,.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease;
}

section.choose-type-site .type-block .title h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

section.choose-type-site .type-block .img {
    margin-bottom: 20px;
}

section.choose-type-site .type-block .img img {
    width: 294px;
    height: 199px;
    display: block;
    margin: 0 auto;
}

section.choose-type-site .type-block .view-example {
    text-align: center;
}

section.choose-type-site .type-block .view-example a {
    color: #006ce5;
    font-size: 14px;
    text-decoration: underline;
}

section.choose-type-site .type-block .view-example a:hover {
    text-decoration: none;
}

section.choose-type-site .type-block .features {
    color: #6f6f6f;
    height: 190px;
}

section.choose-type-site .type-block .features ul li, section.create-site ul li {
    margin-bottom: 0;
    font-size: 16px;
    list-style: circle;
}

section.choose-type-site .type-block .btn-choose {
    text-align: center;
}

section.choose-type-site .type-block .btn-choose a {
    border: 2px solid;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

section.choose-type-site .type-block:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

section.choose-type-site .s-cols3 .s-col+.s-col, section.features .s-cols3 .s-col+.s-col, section.func .s-cols3 .s-col+.s-col, section.func2 .s-cols3 .s-col+.s-col, section.packet-price .s-cols3 .s-col+.s-col {
    margin-left: 3.4444%;
}

section.view-video .cols2 {
    position: relative;
    height: 320px;
}

section.view-video .text {
    margin-bottom: 30px;
}

section.view-video .text h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

section.view-video .text span {
    color: #6f6f6f;
    font-size: 16px;
}

section.view-video .desc span:first-child {
    font-size: 18px;
    font-style: italic;
    color: #6f6f6f;
}

section.view-video .desc span:last-child {
    color: #6f6f6f;
}

.video-y {
    position: relative;
    width: 100%;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

section.features {
    background: #f7f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.features h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
}

section.features .feature {
    margin-bottom: 30px;
}

section.features .feature .ico {
    background: #edf0f4;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
    display: inline-block;
}

section.features .feature .title {
    font-size: 20px;
    color: #3b4754;
    font-weight: 600;
    margin-bottom: 20px;
}

section.features .feature .desc {
    color: #6f6f6f;
    font-size: 14px;
}

.btn-detail {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

section.profitable {
    border-bottom: 1px solid #eee;
}

section.profitable h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: initial;
    padding-bottom: 30px;
}

section.profitable .title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

section.profitable .text {
    font-size: 18px;
    color: #6f6f6f;
    line-height: 35px;
}

section.func {
    margin-top: 120px;
    margin-bottom: 60px;
}

section.func h2, section.func2 h2, section.faq h3, section.steps-12 h3, section.about-cost h3, section.create-site h3, section.packet-price h3, section.make-choice h3 {
    font-weight: 600;
    font-size: 30px;
    text-transform: initial;
    text-align: center;
    padding-bottom: 30px;
}

section.func .blocks .block, section.func2 .blocks .block {
    border: 1px solid #c9d3dd;
    border-radius: 8px;
    padding: 25px;
    -webkit-box-shadow: 11px 20px 57px 0 rgba(0,0,0,.1);
    box-shadow: 11px 20px 57px 0 rgba(0,0,0,.1);
}

section.func .blocks .block .head, section.func2 .blocks .block .head {
    position: relative;
}

section.func .blocks .block .ico, section.func2 .blocks .block .ico {
    display: inline-block;
    margin-bottom: 20px;
}

section.func .blocks .block .title, section.func2 .blocks .block .title {
    font-size: 14px;
    font-weight: 600;
    color: #3b4754;
    display: inline-block;
    line-height: 19px;
    height: 50px;
    position: absolute;
    left: 55px;
}

section.func .blocks .block .desc, section.func2 .blocks .block .desc {
    font-size: 14px;
    color: #6f6f6f;
}

section.func2 .connect {
    text-align: center;
    margin-top: 60px;
}

section.func2 .connect span:first-child {
    display: block;
    font-size: 16px;
    color: #6f6f6f;
    padding-bottom: 30px;
}

section.func2 .connect span:last-child {
    display: block;
    font-size: 16px;
    color: #6f6f6f;
    padding-top: 60px;
}

section.faq, section.steps-12 {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.faq .block {
    padding-bottom: 30px;
}

section.faq .block .title {
    font-size: 16px;
    font-weight: 600;
    color: #6f6f6f;
    padding-bottom: 15px;
}

section.faq .block .desc {
    background: #f7f6f6;
    padding: 30px;
    font-size: 16px;
    color: #6f6f6f;
}

section.steps-12 {
    border-bottom: 1px solid #eee;
}

section.steps-12 .block {
    display: block;
    position: relative;
    border: 1px solid #9fafc1;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}

section.steps-12 .number {
    display: block;
    float: left;
    width: auto;
    padding-right: 20px;
    position: relative;
    font-size: 28px;
    color: #6f6f6f;
    font-weight: 600;
}

section.steps-12 .text {
    display: flex;
    width: auto;
    font-size: 16px;
    color: #6f6f6f;
}

section.steps-12 .text-bottom {
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    padding-top: 30px;
}

section.about-cost .col {
    font-size: 16px;
    color: #6f6f6f;
    padding: 0;
}

section.about-cost .desc-b {
    display: inline-block;
}

section.about-cost .desc-b .block {
    top: 15%;
}

section.about-cost .col span {
    display: block;
    font-style: italic;
    padding-top: 20px;
    width: 100%;
    text-align: right;
    font-size: 18px;
}

section.about-cost iframe {
    margin-bottom: 30px;
}

section.about-cost .col .btn.big {
    margin: 0 auto;
    width: 320px;
    display: block;
    margin-top: 30px;
}

section.create-site {
    background: #f7f6f6;
    margin-top: 60px;
    padding-top: 60px;
}

section.create-site .image {
    position: relative;
    height: 400px;
}

section.create-site .image img:first-child {
    top: 0;
    left: 0;
    z-index: 9;
}

section.create-site .image img:last-child {
    position: absolute;
    top: 19px;
    left: 17px;
    width: 448px;
    height: 304px;
}

section.create-site ul {
    font-size: 18px;
    color: #6f6f6f;
}

section.packet-price .choose-lng {
    text-align: left;
    font-weight: 600;
    font-size: 0;
}

section.packet-price .choose-lng ul li {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 500;
    list-style: decimal;
}

section.packet-price .packet-list {
    margin-top: 120px;
}

section.packet-price .packet-list .block {
    border: 2px solid #0844a4;
    border-radius: 8px;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

section.packet-price .packet-list .col:first-child .block, section.packet-price .packet-list .col:last-child .block {
    border: 2px solid #c9d3dd;
}

section.packet-price .packet-list .block .top span {
    padding: 15px 20px;
    background: #0844a4;
    color: #ffff;
    font-weight: 600;
    border-radius: 8px;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
}

section.packet-price .packet-list .s-col:first-child .top span {
    background: #ffff;
    color: #0844a4;
    border: 2px solid #c9d3dd;
}

section.packet-price .packet-list .block .top .for-whom {
    display: block;
    min-height: 80px;
    border-bottom: 3px solid #edf0f4;
    margin-left: 1px;
    margin-right: 1px;
}

section.packet-price .packet-list .block .top .for-whom small {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    top: 45px;
    font-size: 13px;
    text-align: center;
    color: #6f6f6f;
}

section.packet-price .packet-list .block .content {
    position: relative;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding: 10%;
    padding-top: 40px;

}

section.packet-price .packet-list .block .content .price {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
}

section.packet-price .packet-list .block .content .price small {
    font-weight: 500;
    font-size: 12px;
}

section.packet-price .packet-list .block .content .period {
    display: inline-block;
    font-size: 11px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #6f6f6f;
}

section.packet-price .packet-list .block .content .price-per-day {
    font-size: 13px;
    color: #1180f1;
}

section.packet-price .packet-list .block .content .btn-start {
    padding: 20px;
}

section.packet-price .packet-list .block .content .btn-start .btn {
    border-radius: 5px;
    padding: 15px 30px;
}

section.packet-price .packet-list .block .top .action {
    position: absolute;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    width: 120px;
    text-align: center;
    font-size: 12px;
    background: #ff5d55;
    color: #ffff;
    top: 70px;
}

section.packet-price .packet-list .s-col:last-child .top span {
    background: #ffff;
    color: #0844a4;
    border: 2px solid #c9d3dd;
}

section.packet-price .packet-list .block .top .action.yellow {
    background: #f4eb49;
    color: #0a0a0a;
}

section.packet-price .packet-list .block:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

section.packet-price .free12 {
    text-align: center;
    padding-top: 30px;
    color: #6f6f6f;
}

.footer-inner {
    position: absolute;
    display: inline-block;
    background: #eee;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-inner .footer-menu, .footer-inner .copyright {
    text-align: center;
    margin: 0;
}

.footer-inner .footer-menu ul{
    -webkit-columns: unset; 
    -moz-columns: unset;
     columns: unset;
     margin-bottom: 15px;
     margin-top: 15px;
}

.footer-inner .footer-menu ul li {
    display: inline-block;
}

.footer-inner .footer-menu ul li+li {
    margin-left: 15px;
}

.footer-inner .footer-menu ul li a {
    text-decoration: none;
    color: #6f6f6f;
}

section.about-cost .s-col .btn.big {
    margin: 0 auto;
    width: 320px;
    display: block;
    margin-top: 30px;
}

@media (max-width: 760px){
    .page-header.service-header {
        display: block;
    }

    section.choose-type-site .s-cols3 .s-col, section.packet-price .s-cols3 .s-col {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    section.choose-type-site .s-cols3 .s-col+.s-col, section.packet-price .s-cols3 .s-col+.s-col {
        margin-left: 0;
        margin-top: 30px;
    }

    .s-cols2 .s-col{
        width: 100%;
    }
}

@media(max-width:580px){
    .page-header.service-header {
        margin-top: 15px;
        padding: 65px 0 50px;
    }

    .page-header.service-header:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 50px;
        background: #e4f2f9;
    }

    .service-header .logo-img{
        margin: 0 auto;
        float: none;
        padding-top: 0;
    }

    .page-header.service-header .logo {
        display: inline-block;
        float: none;
    }

    .service-header ul.service-tabs {
        padding: 0 0 0 1px;
    }

    .service-header ul.service-tabs li {
        margin: 2px;
        display: inline-grid;
        width: 100%;
    }

    .service-header .phones-block {
        position: fixed!important;
        z-index: 99;
        width: 100%!important;
        margin: 0 auto!important;
        left: 0!important;
        background: #e4f2f9;
        padding: 10px 0 10px 0;
        top: 0;
    }

    section.choose-type-site .s-cols3 .s-col, section.features .s-cols3 .s-col, section.func .s-cols3 .s-col, section.func2 .s-cols3 .s-col, section.packet-price .s-cols3 .s-col{
        width: 100%;
    }

    section.choose-type-site .s-cols3 .s-col+.s-col, section.features .s-cols3 .s-col+.s-col, section.func .s-cols3 .s-col+.s-col, section.func2 .s-cols3 .s-col+.s-col, section.packet-price .s-cols3 .s-col+.s-col {
        margin-left: 0;
        margin-top: 30px;
    }
}

.advertising-item{
    margin: 0 0 25px;
    font-size: 14px;
    position: relative;
}

.advertising-tabs{
    margin-top: 30px;
}

.advertising-tabs h1{
    text-align: center;
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1;
    font-weight: 600;
}

.adversting-services {
    padding: 0;
    margin-top: 30px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 80px;
    justify-content: center;
}

.adversting-services li {
    margin-bottom: 30px;
    padding: 15px;
    background: #eee;
    list-style: none!important;
    border-radius: 5px;
    flex: 0 0 calc(100%/3 - 54px);
    max-width: calc(100%/3 - 54px);
}

.adversting-services .service a {
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.adversting-services li:hover {
    background: #4fbd65;
    transition: .6ms;
}

.adversting-services li:hover>a {
    color: #fff;
}

.adversting-services .service a:hover {
    color: #fff;
    transition: .3ms;
}

.adversting-services li+li {
}

@media (max-width: 760px){   
    .adversting-services {
        display: block;
    }

    .adversting-services li+li {
        margin-left: 0;
    }

    .adversting-services li{
        max-width: 100%;
        display: block;
    }

}

.form-section-article {
    background: #eee;
    padding: 20px 0 40px;
}

.form-section-article h1 {
    text-align: center;
    font-weight: 700;
    margin-top: 0!important;
}

.form-section-article .success-message {
    text-align: center;
}

.form-section-article .wrap {
    max-width: 1000px;
}

.form-section-article .col{
    padding: 0;
}

.form-section-article .cols3 .col .s-row, .form-section-article .cols .col .s-row {
    margin-bottom: 15px;
}

.form-section-article .cols3 .col .article-full-name, .form-section-article .cols3 .col .article-full-email, .form-section-article .cols3 .col .article-full-phone, .form-section-article .cols .col .article-name, .form-section-article .cols .col .article-text {
    background: #fff;
    border: 0.075rem solid #ddd;
    font-size: 15px;
}

.form-section-article .cols2 .col {
    width: 48%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}

.form-section-article .cols2 .col+.col {
    margin-left: 4%;
}

.form-section-article .cols2 .col select {
    width: 100%;
    border: 0.075rem solid #ddd;
    padding-left: 16px;
    border-radius: 2px;
    padding: 8px;
    background: #fff;
    box-shadow: none;
}

.form-section-article .cols2 .col small, .form-section-article .cols3 .col small {
    width: 100%;
    display: inline-block;
    color: #3b63ac;
}

.file-image {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
    max-width: 100%;
}

.file-image input{
    max-width: 100%;
    overflow: hidden;
}

.form-section-article .cols2 .col label, .form-section-article .cols .col label {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #545454;
    margin: 0 0 8px;
}

.val-image {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 38px;
    padding: 5px 0 11px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.val-image:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Выбрать";
    height: 40px;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}

.article-image {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-custom {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 38px;
    padding: 5px 0 11px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.075rem solid #ddd;
}

.file-custom:before {
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    content: "Выбрать";
    height: 38px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 0.075rem solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}

.file-custom:after {
    content: "Выберите изображения статьи...";
    margin-left: 20px;
    font-weight: 500;
}

.form-section-article .cols3 .col {
    width: 30%;
    float: left;
    padding: 0;
}

.form-section-article .cols3 .col+.col {
    margin-left: 5%;
}

.form-section-article .new-article {
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
}

.form-section-article .article-form .btn {
    width: 200px;
    border: 2px solid #42a856;
    border-radius: 5px;
}

.form-section-article .article-form .iti{
    display: block;
}

.form-section-article .cols3 .col .article-full-name, .form-section-article .cols3 .col .article-full-email, .form-section-article .cols3 .col .intlTelInput-inp, .form-section-article .cols .col .article-name, .form-section-article .cols .col .article-text {
    background: #fff;
    border: 0.075rem solid #ddd;
    font-size: 15px;
}

.price-list-table h1, .create-adv-article h1 {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}

.price-list-table table {
    background: #eee;
    width: 100%;
    border: 1px solid #d4d4d4;
}

.price-list-table table td {
    vertical-align: middle;
}

.price-list-table table thead tr td {
    text-align: center;
}

.page-content .price-list-table table td {
    background: #fff;
}

.price-list-table table .csstopbutton2 {
    border: 2px solid #42a856;
    padding: 8px;
    color: #42a856;
    text-decoration: none;
    border-radius: 4px;
}

.price-list-table .btns, .partners-article .btns {
    text-align: center;
}

.price-list-table .show_all_price, .partners-article .show_all_price, .price-list-table .show_all_price_input, .partners-article .show_all_price_input {
    box-shadow: none;
    background: #fff;
    border: 2px solid #42a856;
    color: #42a856;
    border-radius: 5px;
}

.price-list-table .show_all_price:hover, .partners-article .show_all_price:hover, .price-list-table .show_all_price_input:hover, .partners-article .show_all_price_input:hover {
    color: #fff;
}

.text-desc-article {
    margin-top: 30px;
}

.text-desc-article {
    background: #eee;
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 16px;
}

.create-adv-article {
    font-size: 16px;
}


.question-form-article {
    background: #eee;
    padding: 20px 0 0;
    margin-top: 30px;
}

.question-form-article .callback-form {
    max-width: 980px;
    margin: 30px auto 5px;
}

.question-form-article .section-header {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 25px;
    font-weight: 600;
}

.question-form-article .callback-form p {
    text-align: center;
}

.question-form-article .callback-form .s-row {
    margin: 0 0 15px;
}

.question-form-article .callback-form .s-row .col {
    width: 31.8666667%;
    float: left;
    padding: 0;
}

#new-article .callback-form form .s-row .col {
    margin-bottom: 15px;
    padding: 0;
}

.question-form-article .callback-form .s-row .col+.col {
    margin-left: 2.2%;
}

.question-form-article input[type=text], .question-form-article textarea {
    height: 44px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    color: #444;
}

.question-form-article input[type=text], .question-form-article textarea {
    border: 1px solid #e0e0e0;
}

.question-form-article .callback-form .iti {
    display: block;
}

.question-form-article .callback-form .s-row.btns {
    text-align: center;
}

.question-form-article .callback-form .s-row.btns .btn {
    box-shadow: none;
    background: #42a856;
    color: #fff;
    border-radius: 5px;
}

.page-content .video iframe {
    top: 0;
    left: 0;
    width: 624px!important;
    height: 335px;
}

.partners-article .imf {
    background: #ccc url(../img/imf.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .mpe {
    background: #ccc url(../img/mpe.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .galmed {
    background: #ccc url(../img/galmed.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .uoslab {
    background: #ccc url(../img/uoslab.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .idf {
    background: #ccc url(../img/IDF.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .medtaxi {
    background: #ccc url(../img/medtaxi.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .phte {
    background: #ccc url(../img/phte.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .lab {
    background: #ccc url(../img/lab.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .farmlink {
    background: #ccc url(../img/farmlink.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .dnc {
    background: #ccc url(../img/dnc.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .grupotest {
    background: #ccc url(../img/grupotest.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 20px
}

.partners-article .publik-health {
    background: #ccc url(../img/publik-health.png) center center;
    opacity: .4;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.partners-article .publik-health:hover {
    opacity: 1
}

.partners-article .imf:hover {
    opacity: 1
}

.partners-article .mpe:hover {
    opacity: 1
}

.partners-article .galmed:hover {
    opacity: 1
}

.partners-article .uoslab:hover {
    opacity: 1
}

.partners-article .idf:hover {
    opacity: 1
}

.partners-article .medtaxi:hover {
    opacity: 1
}

.partners-article .phte:hover {
    opacity: 1
}

.partners-article .lab:hover {
    opacity: 1
}

.partners-article .farmlink:hover {
    opacity: 1
}

.partners-article .dnc:hover {
    opacity: 1
}

.partners-article .grupotest:hover {
    opacity: 1
}

.partners-article ul li {
    display: inline-block
}

.partners-article h1 {
    text-align: center;
    font-weight: 600
}

.partners-article .partner {
    position: relative;
    z-index: 5;
    height: 200px;
    width: 200px;
    float: left;
    color: #000;
    margin: 20px 100px 0 0;
    text-transform: capitalize;
}

.landing-map{
      position: relative;
    margin: 0px 0 35px;
}

.landing-map .landing-map-popup{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,.8);
    z-index: 3;
    box-sizing: border-box;
    background-color: #5eb22b;
}

.landing-map .landing-map-popup-in{
  width: calc(100% - 400px);
  padding: 5px 80px 6px 0;
  line-height: 19px;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  float: right;
}

.landing-map .info-block{
      z-index: 4;
    transform: translate(0%, -50%);
    background: white;
    position: absolute;
    left: 0%;
    top: 50%;
    max-width: 405px;
    display: inline-block;
    max-width: 380px;
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
}

.landing-map .info-block .contacts{
    max-width: 365px;
    padding: 15px;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 80%);
}

.landing-map .contacts .item{
  position: relative;
  padding: 0 0 20px 65px;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.landing-map .contacts .item + .item{
    padding-top: 20px;
}

.landing-map .contacts .item .icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1a73e8;
}

.landing-map .contacts .item + .item .icon{
    top: 50%;
    margin-top: -25px;
}

.landing-map .contacts .item .name{
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 5px;
}

.landing-map .contacts .item .phone-block{
  color: black;
  position: relative;
}

.landing-map .contacts .item p{
  margin: 0;
}

.landing-map .contacts .item .phone-block > p{
  font-size: 20px;
}

.landing-map .contacts .item .phone-block .trigger{
  position: absolute;
  right: 0;
  top: 3px;
  background-image: url(../img/sprite1.png);
  background-position: -581px -466px;
  width: 16px;
  height: 17px;
  margin: 0;
  cursor: pointer;
}

.landing-map .contacts .item .phone-block .phones-dropdown{
      position: absolute;
    left: -9999px;
    width: 165px;
    top: 100%;
    z-index: 100;
    background: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 3px 0 0 #e0e0e0;
    margin: 8px 0 0 -82px;
    opacity: 0;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease;
}

.landing-map .contacts .item .phone-block .phones-dropdown:before{
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    left: 50%;
    content: '';
    border-bottom: 6px solid #f7f7f7;
    position: absolute;
    margin: 0 0 0 -6px;
}

.landing-map .contacts .item .phone-block .phones-dropdown .dropdown-item{
  margin: 0;
  position: relative;
  display: block;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  padding: 10px;
  font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  color: black;
}

.landing-map .contacts .item .phone-block.open .phones-dropdown{
    left: 0;
    opacity: 1;
    margin-top: 10px;
    margin-left: 0;
}

.landing-map .contacts .item .mail-link a{
  border-bottom: 1px dashed;
  text-decoration: none;
}

.landing-map .contacts .item .share{
  padding: 20px 0 0;
}

.landing-map .contacts .item .share .name{
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto-Slab", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 5px;
    margin-bottom: 10px;
}

.landing-map .contacts .item .share .icons{
  font-size: 0;
}

.landing-map .contacts .item .share .icons a{
  display: inline-block;
  width: 31px;
    margin-right: 6px;
}

.landing-map .contacts .item .share .icons a img{
  max-width: 100%;
}

.landing-map .map{
  width: 100%;
  height: 600px;
}

.landing-map .map iframe{
  width: 100%!important;
  height: 100%!important;
}

@media (max-width: 1024px){
  .landing-map .landing-map-popup-in {
      width: calc(100% - 350px);
      padding: 5px 50px 6px 0;
      line-height: 19px;
      font-size: 11px;
  }
}

@media(max-width: 800px){
  .landing-map .landing-map-popup-in{
    width: calc(100% - 300px);
    padding: 5px 40px 6px 0;
    line-height: 19px;
    font-size: 8px;
  }
}

@media(max-width: 720px){
  .landing-map .info-block .contacts {
      max-width: unset;
  }

  .landing-map .info-block{
      max-width: unset;
      transform: translate(0%, 0%);
      position: relative;
  }
}

.share-block{
        text-align: center;
    margin-top: 35px;
    padding-bottom: 30px;
}

.share-block .section-header{
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 25px;
}

.share-block .section-header small{
    display: block;
    font-size: 18px;
    margin: 7px 0 0;
}

@media (max-width: 767px){
    .form-section-article .cols2 .col {
        width: 100%;
    }

    .form-section-article .cols2 .col+.col {
        margin-left: 0;
    }

    .form-section-article .cols3 .col {
        width: 100%;
    }

    .form-section-article .cols3 .col+.col {
        margin-left: 0;
    }

    .price-list-table .abroad, .price-list-table .preview, .price-list-table .action {
        display: none;
    }

    .question-form-article .callback-form .s-row .col{
        width: 100%;
    }

    .page-content .video iframe{
        width: 100%;
    }

    .question-form-article .callback-form .s-row .col+.col{
        margin-left: 0;
    }
}

.spoiler-email .spoiler .head {
    background: #eee!important;
}

.price-list {
    margin-top: 90px;
}

.page-content .price-list h1, .page-content .price-list h2 {
    text-align: center;
}

.page-content .price-list .cols2 .col {
    width: 48%;
    float: left;
    padding: 10px;
}

@media(max-width: 767px){
    .page-content .price-list .cols2 .col {
        width: 100%;
    }
}

/* admin-table */

.admin-table-cont{
    padding: 1.25em;
    position: relative;
    width: 100%;
}

.admin-table-tool{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 15px;
}

.admin-table-tool-left{
    display: flex;
    gap: 15px;
    align-items: center;
}

.admin-btn{
    
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    max-width: 300px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    background: #63c76a;
}

.admin-btn:hover{
    background: #59bd60;
    color: #ffffff;
}

.admin-btn.blue{
    background: #4272d7;
}

.admin-btn.blue:hover{
    background: #3868cd;
}

.admin-dropdown-cont .btn{
    background-color: #3b63ac;
    border-color: #3b63ac;
    border-radius: 3px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.admin-dropdown-cont .dropdown-item{
    padding: 0 10px;
    color: #4272d7;
    cursor: pointer;
    transition: .3s;
}

.admin-dropdown-cont .dropdown-item:hover{
    color: #218838;
}

.admin-table-change{
    display: flex;
    align-items: center;
    gap: 15px;
}

.admin-table-change select{
    max-width: 150px;
}

.admin-table-change a{
    font-weight: 600;
}

.table-data-feature .item, .admin-table-change .edit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
}

.table-data-feature .item i, .admin-table-change i {
    font-size: 14px;
    color: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-style: normal;
}

.admin-table-change .edit-icon {
    background: #4272d7;
    font-weight: 500;
}

.admin-table-change .edit-icon.delete-icon{
    background: #ff4141;
}

.admin-table-change .edit-icon:not(.show-icon) i{
    color: #ffffff;
}

.admin-table-change .edit-icon.show-icon{
    background: #ffffff;
}

.admin-table-change .change-tab{
    display: flex;
    align-items: center;
}   

.table-data2{
    border-collapse: collapse;
    overflow: visible;
    margin: 0;
}

.table-data2.table thead th {
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    vertical-align: top;
    padding: 15px 40px;
    padding-right: 10px;
    background: transparent;
}

.table-data2.table thead th:first-child {
    padding-right: 0;
}

.table-data2.table tbody td {
    font-size: 14px;
    color: gray;
    vertical-align: middle;
    padding: 25px 40px;
    padding-right: 10px;
    border: none;
    background: transparent;
}

.table-data2.table tbody tr td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: top;
}

.admin-checkbox{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.admin-checkmark{
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}

.admin-checkbox input:checked ~ .admin-checkmark{
    background: transparent;
}

.admin-checkbox input:checked ~ .admin-checkmark:after{
    left: 5px;
    top: -1px;
    width: 9px;
    height: 15px;
    border: solid #00ad5f;
    border-width: 0 4px 4px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

.table-data2.table tbody td.desc {
    color: #4272d7;
    max-width: 500px;
}

.table-data2.table tbody td.desc a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    transition: .3s;
    display: block;
}

.table-data2.table tbody td.desc .section a {
    border-bottom: 1px dashed #8a8380;
    cursor: pointer;
    transition: .3s;
    display: initial;
    font-weight: 500;
    text-decoration: none;
    font-size: 11px;
    color: #8a8380;
}

.table-data2.table tbody td.price {
    min-width: 250px;
}

.tr-shadow td span:first-child {
    font-weight: 600;
}

.table-data2.table tbody td .edit-price, .table-data2.table tbody td .accept-btn {
    font-size: 13px;
    transition: .3s;
    display: none;
}

tr.tr-shadow:hover td a.edit-price {
    display: inline-block;
}

.table-data2.table tbody td.price .price-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.table-data2.table tbody td.price .price-block .price {
    width: 50px;
    display: inline-block;
}

.table-data2.table tbody td.price .price-block .price input, .table-data2.table tbody td.price .price-block .currency select {
    padding: 5px;
    height: 35px;
    font-size: 14px;
}

.hidden{
    display: none!important;
}

.switch-swap{
    cursor: pointer;
    background: #fff;
    padding: 7px;
    width: 46px;
    height: 30px;
    border-radius: 33.5px;
    border: 1px solid #c8c8c8;
}

.switch-swap input{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-swap .switch{
    height: 100%;
    display: grid;
    grid-template-columns: 0fr 1fr 1fr;
    -webkit-transition: .2s;
    transition: .2s;
}

.switch-swap .switch:after{
        content: '';
    border-radius: 50%;
    background: #ccc;
    grid-column: 2;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.switch-swap input:checked+.switch {
    grid-template-columns: 1fr 1fr 0fr;
}

.switch-swap input:checked+.switch::after {
    background-color: #2dbd4b;
}

.sort-el i {
    font-size: 25px;
    color: #2dbd4b;
    cursor: pointer;
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: left;
    gap: 10px;
}

.table-data2 .spacer {
    height: 5px;
    background: 0 0;
}

.tr-shadow {
    background: #f5f5f5;
    transition: .3s;
}

.table-responsive .all-options {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
}

.table-responsive .all-options .admin-check-title {
    font-size: 14px;
    line-height: 33px;
    margin-left: 8px;
    color: #495057;
}

.table-responsive.table-responsive-data2 .text {
    font-size: 12px;
    color: #868886;
}

.text+.admin-table-change {
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 1200px){
    .table-responsive-data2 {
    overflow: visible;
}
}

.form-row .patient-info{
    padding: 0 0 10px 180px;
    position: relative;
}

.form-row .patient-info > label{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #fff;
    width: 70px;
}

.form-row .patient-info .options{
    position: absolute;
    left: 70px;
    top: 0;
}

.form-row .patient-info .options input[type="radio"]{
    display: none;
}

.form-row .patient-info .options input[type="radio"] + label{
    width: 38px;
    height: 38px;
    border-radius: 2px;
    display: block;
    line-height: 38px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
}

.form-row .patient-info .options input[type="radio"]:checked + label{
    background: #3b63ac;
    color: #fff;
    font-weight: 700;
}

.form-row .patient-info input[type="text"]{
    width: 100%;
}

.pagination ul li.active a {
    color: #fff;
    background: #3b63ac;
}

.section-list {
    padding-bottom: 15px;
}

.section-list-title {
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.section-row {
    padding: 20px 0 0px;
    margin: 0 -13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.section-row.section-slider {
    display: block;
}

.section-row-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 13px 30px;
}

.row-3 .section-row-col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}

.section-row.section-slider.slick-slider .section-row-col {
    max-width: unset;
    flex: 0 0 auto;
    height: auto;
}

.section-item {
    padding: 20px 30px;
    background: #EAEEF4;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    height: 100%;
}

.section-item-links-icon {
    display: flex;
    align-items: center;
}

.section-item-links-br {
    height: 1px;
    width: 60px;
    background: #42a856;
}

.section-item-links-text {
    text-align: center;
}

.section-item-links-text a{
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #42a856;
}

.section-controls {
    display: flex;
    padding-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.section-controls-dots {
    justify-content: center;
    gap: 15px;
}

.btn-main, a.btn-main {
    background: #fff;
    border-color: #42a856;
    color: #42a856;
    text-decoration: none;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 15px;
}

.pagination-item.pagination-item-icon {
    flex: 0 0 100px;
    max-width: 100px;
    cursor: pointer;
}

.section-controls-dots .pagination-item:first-child {
    order: 1;
}

.pagination-item.disabled, .pagination-item.pagination-item-icon.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.section-controls-dots .pagination-item:not(:first-child) {
    order: 3;
}

.section-controls-dots .slick-dots {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    order: 2;
    bottom: 0;
    position: relative;
    gap: 5px 0;
    width: 190px;
    border-radius: 15px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.section-controls-dots .slick-dots li {
    width: auto;
    height: 100%;
    flex-grow: 1;
    margin: 0;
    height: 10px;
    list-style: none;
    display: flex;
}


.section-controls-dots .slick-dots li button {
    border-radius: 50%;
    opacity: 0.75;
    background: #42a856;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    margin: 0;
}

.section-controls-dots .slick-dots li.slick-active button, .section-controls-dots .slick-dots li:hover button {
    opacity: 1;
}

.section-list-title h2, .section-list-title h1, .section-list-title .h2, .section-list-title .h1 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
    margin: 0;
}

.section-list-title:not(.section-list-title-semi):before, .section-list-title:not(.section-list-title-semi):after {
    content: "";
    height: 1px;
    background: #42a856;
    flex: 0 0 300px;
    max-width: 300px;
}

.slick-track {
    display: flex;
}

.section-item-links {
    min-height: 220px;
    gap: 20px;
}

@media (max-width: 1340px) {
    .section-list-title:not(.section-list-title-semi) {
        border-top: 1px solid #42a856;
        border-bottom: 1px solid #42a856;
    }

    .section-list-title:not(.section-list-title-semi):before, .section-list-title:not(.section-list-title-semi):after{
        display: none;
    }

    .section-list-title h2, .section-list-title h1, .section-list-title .h2, .section-list-title .h1 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
    }

    .section-item-links {
        padding: 20px;
    }

    .section-controls {
        padding-bottom: 15px;
        padding-top: 0;
    }
}

@media (max-width: 865px) {
    .section-item-links {
        flex-direction: row;
        min-height: 130px;
    }

    .section-item-links-icon {
        justify-content: center;
        flex: 0 0 140px;
        max-width: 140px;
    }

    .section-item-links-br {
        width: 1px;
        flex: 0 0 1px;
        height: 60px;
    }

    .section-controls {
        gap: 15px;
    }

    .section-controls-dots .slick-dots{
        width: auto;
        flex-grow: 1;
    }
}

@media (max-width: 490px) {
    .pagination-item.pagination-item-icon {
        flex: 0 0 50px;
        max-width: 50px;
    }
}

.subscriptions {
    background: #f0f0f0;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
}

.subscriptions-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3b63ac;
    margin: 0;
}

.subscriptions-subtitle {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .15px;
    color: #333;
    margin: 8px 0 20px;
    padding-right: 0;
}

.subscriptions__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 10px;
}

.subscriptions__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 14px 0 14px 48px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    transition: all .3s ease;
}

.subscriptions__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 14px 0 14px 48px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    transition: all .3s ease;
}

.subscriptions__btn:first-child {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjgnIGhlaWdodD0nMjgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTIzLjkxNiAzLjEzNGMtLjY3LS42Mi0zLjM4Mi0yLjU4OC05LjQyMi0yLjYxNSAwIDAtNy4xMjItLjQzLTEwLjU5NCAyLjc1Ni0xLjkzMiAxLjkzMy0yLjYxMiA0Ljc2MS0yLjY4NCA4LjI2OC0uMDcyIDMuNTA3LS4xNjQgMTAuMDc4IDYuMTcgMTEuODZoLjAwNmwtLjAwNCAyLjcycy0uMDQgMS4xLjY4NSAxLjMyNWMuODc3LjI3MiAxLjM5MS0uNTY1IDIuMjI4LTEuNDY3YTcxLjQ5NiA3MS40OTYgMCAwMDEuNTcyLTEuNzc4YzQuMzMzLjM2NSA3LjY2NS0uNDY5IDguMDQzLS41OTIuODc1LS4yODMgNS44MjUtLjkxOCA2LjYzLTcuNDg5LjgzMS02Ljc3My0uNDAyLTExLjA1Ny0yLjYzLTEyLjk4OHptLjczNCAxMi41MDJjLS42OCA1LjQ4Ny00LjY5NCA1LjgzMi01LjQzNCA2LjA3LS4zMTUuMS0zLjI0Mi44MjktNi45MjIuNTg4IDAgMC0yLjc0MiAzLjMwOS0zLjU5OSA0LjE2OS0uMTMzLjEzNC0uMjkuMTg5LS4zOTUuMTYyLS4xNDgtLjAzNi0uMTg4LS4yMS0uMTg3LS40NjYuMDAzLS4zNjUuMDI0LTQuNTE4LjAyNC00LjUxOHMtLjAwNCAwIDAgMEMyLjc3OCAyMC4xNTIgMy4wOSAxNC41NTggMy4xNSAxMS42M2MuMDYtMi45My42MTEtNS4zMjkgMi4yNDYtNi45NDMgMi45MzYtMi42NiA4Ljk4Ni0yLjI2MiA4Ljk4Ni0yLjI2MiA1LjEwOS4wMjIgNy41NTcgMS41NiA4LjEyNCAyLjA3NiAxLjg4NSAxLjYxNCAyLjg0NSA1LjQ3NSAyLjE0MyAxMS4xMzN2LjAwMXonIGZpbGw9JyNmZmYnLz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTE0LjU5OCA5LjI2MmEuMzQyLjM0MiAwIDAxLjM1OS0uMzI0Yy43MDUuMDM3IDEuMjkxLjI1IDEuNzA5LjY4Mi40MTYuNDMuNjIgMS4wMzIuNjU2IDEuNzUzYS4zNDEuMzQxIDAgMTEtLjY4My4wMzRjLS4wMy0uNjE4LS4yLTEuMDM4LS40NjQtMS4zMTItLjI2My0uMjcxLS42NjQtLjQ0NC0xLjI1NC0uNDc0YS4zNDIuMzQyIDAgMDEtLjMyMy0uMzZ6JyBmaWxsPScjZmZmJy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNC4wOCA3LjQyMWEuMzQxLjM0MSAwIDAxLjM2NS0uMzE2YzEuNDM0LjEwNSAyLjU4OC41OTUgMy40MyAxLjUxMy44MzEuOTEgMS4yMjcgMi4wNCAxLjE5OCAzLjM2N2EuMzQyLjM0MiAwIDAxLS42ODMtLjAxNWMuMDI1LTEuMTctLjMxOS0yLjEyNC0xLjAyLTIuODktLjY5OC0uNzYzLTEuNjc1LTEuMTk4LTIuOTc1LTEuMjkzYS4zNDEuMzQxIDAgMDEtLjMxNi0uMzY2eicgZmlsbD0nI2ZmZicvPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNMTMuNDc3IDUuNjcyYS4zNDIuMzQyIDAgMDEuMzQ1LS4zMzljMS45ODIuMDE0IDMuNjU3LjY3NCA1LjAwMiAxLjk4NSAxLjM1NyAxLjMyMiAyLjAyOCAzLjEyMyAyLjA0NSA1LjM1OWEuMzQyLjM0MiAwIDExLS42ODMuMDA1Yy0uMDE2LTIuMDk1LS42NC0zLjcwNi0xLjgzOC00Ljg3NS0xLjIxLTEuMTgtMi43MTMtMS43NzgtNC41MzEtMS43OWEuMzQyLjM0MiAwIDAxLS4zNC0uMzQ1eicgZmlsbD0nI2ZmZicvPjxwYXRoIGQ9J00xNS4wMDcgMTUuOTY0cy40OC4wNC43MzktLjI3OGwuNTA0LS42MzRjLjI0My0uMzE0LjgzLS41MTUgMS40MDQtLjE5NC40My4yNDUuODQ5LjUxMiAxLjI1My44LjM4LjI4IDEuMTYyLjkzMSAxLjE2NC45MzEuMzcyLjMxNC40NTguNzc1LjIwNCAxLjI2MWwtLjAwMi4wMWMtLjI3OC40ODQtLjYzMy45Mi0xLjA0OSAxLjI5Mi0uMDA0LjAwMy0uMDA0LjAwNS0uMDA5LjAwOC0uMzYxLjMwMi0uNzE2LjQ3My0xLjA2NS41MTRhMS40MTcgMS40MTcgMCAwMS0uNjA5LS4wNmwtLjAxLS4wMTZjLS41MzgtLjE1Mi0xLjQzNS0uNTMtMi45My0xLjM1NWExNy40MzIgMTcuNDMyIDAgMDEtMi40Ni0xLjYyNSAxMi45MSAxMi45MSAwIDAxLTEuMTA2LS45ODFsLS4wMzctLjAzOC0uMDM3LS4wMzctLjAzOC0uMDM4LS4wMzctLjAzN2MtLjM0OC0uMzUtLjY3NS0uNzItLjk4MS0xLjEwNmExNy40NTggMTcuNDU4IDAgMDEtMS42MjUtMi40NmMtLjgyNC0xLjQ5NC0xLjIwNC0yLjM5LTEuMzU1LTIuOTI5bC0uMDE3LS4wMTFjLS4wNDctLjE0Ni0uMDctLjMtLjA3LS40NTNhLjY4NC42ODQgMCAwMS4wMS0uMTU2Yy4wNDQtLjM0OC4yMTYtLjcwMy41MTYtMS4wNjUuMDAyLS4wMDUuMDA1LS4wMDUuMDA3LS4wMS4zNzItLjQxNi44MDgtLjc3IDEuMjkyLTEuMDQ4bC4wMS0uMDAzYy40ODYtLjI1My45NDctLjE2NyAxLjI2MS4yMDMuMDAyLjAwMi42NTMuNzgzLjkzMiAxLjE2NC4yODcuNDA1LjU1NC44MjMuOCAxLjI1NC4zMi41NzQuMTIgMS4xNjItLjE5NSAxLjQwNGwtLjYzNC41MDRjLS4zMi4yNTktLjI3OC43MzktLjI3OC43MzlzLjkzOSAzLjU1NSA0LjQ0OCA0LjQ1eicgZmlsbD0nI2ZmZicvPjwvc3ZnPg==);
    background-color: #7360f2;
}

.subscriptions__btn:nth-child(2) {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjgnIGhlaWdodD0nMjgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00yNy4yNSAxNC4wOEMyNy4yNSA2Ljc2MiAyMS4zMTcuODMgMTMuOTk5LjgzUy43NDggNi43NjEuNzQ4IDE0LjA4YzAgNi42MTQgNC44NDYgMTIuMDk2IDExLjE4IDEzLjA5di05LjI2SDguNTY0di0zLjgzaDMuMzY0di0yLjkyYzAtMy4zMiAxLjk3OS01LjE1NSA1LjAwNS01LjE1NSAxLjQ1IDAgMi45NjcuMjU5IDIuOTY3LjI1OXYzLjI2aC0xLjY3MWMtMS42NDYgMC0yLjE2IDEuMDIyLTIuMTYgMi4wN3YyLjQ4NmgzLjY3NWwtLjU4NyAzLjgzaC0zLjA4OHY5LjI2YzYuMzM1LS45OTQgMTEuMTgtNi40NzYgMTEuMTgtMTMuMDl6JyBmaWxsPScjRkZGRkZFJy8+PC9zdmc+);
    background-color: #1877f2;
}

.subscriptions__btn:nth-child(3) {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjInIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00yLjIxOSA5LjU2YzYuNzEtMi45MjUgMTEuMTg2LTQuODUyIDEzLjQyNS01Ljc4M0MyMi4wMzcgMS4xMTcgMjMuMzYzLjY1NiAyNC4yMy42NGMuMTktLjAwMy42MTYuMDQ0Ljg5Mi4yNjguMjMzLjE4OS4yOTcuNDQ0LjMyNy42MjMuMDMxLjE4LjA3LjU4OC4wMzkuOTA3LS4zNDcgMy42NC0xLjg0NiAxMi40NzMtMi42MDggMTYuNTUtLjMyMyAxLjcyNS0uOTU4IDIuMzAzLTEuNTczIDIuMzYtMS4zMzcuMTIzLTIuMzUyLS44ODMtMy42NDctMS43MzItMi4wMjYtMS4zMjgtMy4xNy0yLjE1NS01LjEzOC0zLjQ1MS0yLjI3Mi0xLjQ5OC0uNzk5LTIuMzIxLjQ5Ni0zLjY2Ni4zNC0uMzUyIDYuMjMtNS43MSA2LjM0My02LjE5Ni4wMTUtLjA2LjAyOC0uMjg3LS4xMDctLjQwNy0uMTM0LS4xMi0uMzMzLS4wNzktLjQ3Ni0uMDQ2LS4yMDQuMDQ2LTMuNDQgMi4xODUtOS43MSA2LjQxOC0uOTIuNjMtMS43NTEuOTM4LTIuNDk3LjkyMi0uODIyLS4wMTgtMi40MDMtLjQ2NS0zLjU3OC0uODQ3LTEuNDQyLS40NjgtMi41ODgtLjcxNi0yLjQ4OC0xLjUxMi4wNTItLjQxNS42MjMtLjgzOCAxLjcxMy0xLjI3MnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
    background-color: #2aabee;
}

@media (max-width: 576px) {
    div.subscriptions__buttons {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px 0;
    }
}

.section-controls-dots .slick-dots>li:only-child {
    display: none;
}

.change-lng .choosen {
    background: #eee;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.46) inset;
    padding: 3px;
    margin-top: 22px;
    float: right;
    margin-left: 15px
}

.change-lng .choosen a.active, .change-lng .choosen span.active {
    background: #42a856;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    pointer-events: none;
}

.change-lng .choosen a {
    padding: 8px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px
}

.change-lng .choosen div {
    display: inline-block
}

.modal-body .content input {
    background: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 6px;
    padding: 9px 10px;
}

.modal-body .content .input-wrap {
    padding-bottom: 20px;
}

.modal-body .content .input-wrap:first-child {
    padding-top: 20px;
}

.input-wrap textarea {
    background: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 6px;
    padding: 9px 10px;
}

.file-custom.error
{
    background: #ffe4e4 !important;
    box-shadow: inset 0 3px 0 0 #f55656 !important;
}

select.error {
    background: #ffe4e4 !important;
    box-shadow: inset 0 3px 0 0 #f55656 !important;
}

.error404 {
    max-width: 570px;
    margin: 60px auto;
    text-align: center;
}

.error404 img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 0 30px;
}

.error404 .error-header {
    font-size: 24px;
    margin: 0 0 10px;
}

.window .window-header{
        font-size: 15px;
    padding: 15px 52px 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    background: #f7f7f7;
    border-radius: 8px 8px 0 0;
    line-height: 1.2;
    word-wrap: break-word;
}

.infoWindowContent {
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
}

.infoWindowContent .img-wrap {
    display: block;
    width: 100%;
    height: 175px;
    line-height: 175px;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.infoWindowContent .img-wrap img {
    vertical-align: middle;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.infoWindowContent .i-content {
    padding: 11px 20px 5px;
}

.infoWindowContent .i-content .name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}

.infoWindowContent .i-content .address {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 8px;
}

.infoWindowContent .i-content .reviews-count {
    font-size: 13px;
    margin: 0 0 17px;
}

.infoWindowContent .i-content .btn {
    display: inline-block;
    margin: 0 -10px;
}

.infoWindowContent img{
    max-width: 100%;
}


.catalog {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.catalog ul {
    margin: 0 0 0 -3%;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.catalog-list ul {
    margin: 0;
}

.catalog-list .catalog-item {
    position: relative;
    background: #e9f6fb;
}


.catalog ul li {
    width: 30.3333%;
    margin: 0 0 20px 3%;
    vertical-align: top;
}

.catalog-list ul li {
    width: 100%;
    margin: 0 0 20px;
}

.catalog-item {
    background: #e1f1f7;
    padding: 20px;
    position: relative;
    display: inline-block;
    box-shadow: 0 2px 0 0 #cbe6f2;
}

.catalog-list .catalog-item .over {
    margin: 0 290px 0 275px;
    min-height: 255px;
}

.catalog-item .img-wrap, .catalog-item .name-wrap {
    margin: 0 0 10px;
}

.catalog-item .name-wrap .name {
    margin: 0 0 5px;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}

.catalog-list .catalog-item .name {
    font-size: 18px;
    margin-top: -4px;
    height: auto;
    min-height: 0;
}

.catalog-item .name-wrap .name a {
    color: #444;
    text-decoration: none;
}

.catalog-item .name-wrap .name a:hover {
    color: #3b63ac;
    text-decoration: underline;
}

.catalog-item .name-wrap .id {
    font-size: 13px;
    color: #8a9295;
}

.catalog-list .catalog-item .img-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
}


.catalog-item .img-wrap a {
    background: #fff;
    border-radius: 2px;
    height: 235px;
    padding: 20px;
    line-height: 195px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.catalog-list .catalog-item .img-wrap a {
    width: 255px;
    height: 255px;
    line-height: 235px;
    padding: 10px;
}

.catalog-item .img-wrap a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.catalog-list .catalog-item .description {
    font-size: 13px;
}

.catalog-list .catalog-item .catalog-list-sidebar {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 265px;
}

.catalog-list .catalog-item .buy-line-wrap {
    height: auto !important;
}

.catalog-item .buy-line-wrap .price {
    float: left;
    line-height: 1;
    max-width: 135px;
}

.catalog-item .buy-line-wrap .price .current-price {
    font-size: 15px;
    color: #3b63ac;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-list .catalog-item .catalog-list-sidebar .buy-wrap {
    float: right !important;
    margin: 0;
    width: 44%;
}

.catalog-item .buy-line-wrap .buy-wrap .buy-btn {
    font-size: 13px;
    padding: 12px 17px;
    -webkit-transition: background .15s ease, box-shadow .15s ease;
    transition: background .15s ease, box-shadow .15s ease;
}

.catalog-item .catalog-item-footer {
    position: absolute;
    left: -9999px;
    font-size: 13px;
    background: #e1f1f7;
    padding: 0 20px 20px;
    box-shadow: 0 2px 0 0 #cbe6f2;
    margin: -10px 0 0;
    -webkit-transition: margin .1s ease;
    transition: margin .1s ease;
    border-radius: 0 0 2px 2px;
}

.catalog-list .catalog-item .catalog-list-sidebar .catalog-item-footer {
    position: static;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    background: 0 0;
}

.catalog-item .catalog-item-footer .l-col {
    float: left;
    width: 50%;
}

.registration-cols {
    max-width: 885px;
}

.registration-form .form-block{
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.registration-form .form-block .form-wrap{
    margin-bottom: 15px;
}

.form-block {
    border-radius: 3px;
    background: #eefcff;
    padding: 20px;
    box-shadow: 0 3px 0 0 #b0dbe6;
    margin: 0 0 20px;
}

.form-block .form-wrap {
    margin: 0;
}

.form-block .form-row {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
}

.form-block .form-row .row-label {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 9px;
}

.form-block .req {
    color: #42a856;
}

.form-block .form-exp {
    font-size: 13px;
    color: #575757;
    margin: 0 0 15px;
}

.form-block .form-row.btns {
    margin: 0;
    text-align: right;
}

.hidden-password{
    position: relative;
}

.hidden-password .hidden-password-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}

.hidden-password .hidden-password-icon svg{
    width: 16px;
}

.hidden-password .hidden-password-icon path{
    fill: #42a856;
    transition: .3s all ease-in-out;
}


.hidden-password .hidden-password-icon:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #3b63ad;
    transition: .3s all ease-in-out;
    opacity: 0;
}

.hidden-password input[type="text"] + .hidden-password-icon:before{
    opacity: 1;
}
