

/* Start:/local/templates/medical_speaker/css/normalize.css?16817311991740*/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* End */


/* Start:/local/templates/medical_speaker/components/bitrix/news.list/slider_new/style.css?17126809346481*/
.main-slide__img picture,.main-slide__img img {
    width: 100% !important;
    display: block;
}
.slick-arrow {
    cursor: pointer;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 45%;
    left: 20px;
    font-size: 0;
    width: 55px;
    height: 55px;
    background:url('/images/svg/up.svg');background-size: 100% auto !important;
    border:none;
    z-index: 999;
    transform: rotate(-90deg);
}

button.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
    right: 20px;
    font-size: 0;
    width: 55px;
    height: 55px;
    background:url('/images/svg/down.svg');background-size: 100% auto !important;
    border:none;
    z-index: 999;
    transform: rotate(-90deg);

}

ul.slick-dots {
    position: absolute;
    height: 55px;
    width:100%;
    display: flex;
    flex-direction: row;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    padding: 0;
    left: 0px;
}

ul.slick-dots li {
    list-style: none;
    padding: 5px;
}

.swiper.teachers-slider {
    padding: 0;
    margin: 20px 0;
}

ul.slick-dots li button {
    background: rgba(205, 235, 239, 1);
    border: 1px solid rgba(18, 156, 174, 0.25);
    border-radius: 50%;
    font-size: 0;
    height: 18px;
    width: 18px;
}

ul.slick-dots li.slick-active button {
    background: rgba(18, 156, 174, 1) !important;
    border: 1px solid rgba(18, 156, 174, 0.25);
    border-radius: 50%;
    font-size: 0;
    height: 24px;
    width: 24px;
}

.slide_content_wrap {
    text-align: center;
    max-width: 820px;
}

p.slide_text {
    color: #000;
    font-size: 24px;
    line-height: 1.2em;
}

span.slide_btn {
    display: inline-block;
    background: #129CAE;
    color: #fff;
    padding: 22px 80px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 500;
}

span.slide_btn.ortodont {
    display: inline-block;
    background: #fff;
    color: #129CAE;
    padding: 22px 80px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 500;
}

h3.slide_title {
    font-size: 42px;
}
.slide_1 h3.slide_title {
    background: #129CAE;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 45px;
}

.ortodont h3.slide_title {
    background: #129CAE;
    color: #fff;
    display: none;
    border-radius: 10px;
    padding: 7px 45px;
}

.slide_1 p.slide_text {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: bold;
}
span.slide_btn:hover {
    color: #129CAE;
    background: #fff;
}

span.slide_btn {
    border: 2px solid #129CAE;
}

span.slide_btn.ortodont:hover {
    color: #fff;
    background: #129CAE;
}

span.slide_btn.ortodont {
    border: 2px solid #129CAE;
}

.slide_2 h3.slide_title {
    max-width: 75%;
    margin: 0 auto;
}

.slide_content_wrap.ortodont {
	margin-top:250px;
}
.video-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%; /* Максимальная ширина 90% ширины экрана */
    height: 28.25vw; /* Высота составит 56.25% от ширины, что соответствует соотношению сторон 16:9 */
    width: 100%;
    background-color: #000;
    z-index: 100;
   }
    .video-popup iframe {
     width: 100%;
     height: 100%;
    }
    .close-button {
     position: absolute;
     top: 10px;
     right: 10px;
     color: #fff;
     font-size: 20px;
     cursor: pointer;
	 z-index:50;
    }

@media (min-width: 769px) {

    ul.slick-dots {
    }
    button.slick-prev.slick-arrow {
        left:30px;
    }
    button.slick-next.slick-arrow {

        right:30px;
    }
}

@media (man-width:968px) {
	.slide_content_wrap.ortodont {
		margin-top:150px;
	}

}




@media (max-width: 768px) {

    button.slick-arrow {
        width: 37px !important;
        height: 37px !important;
    }

    ul.slick-dots li {
        padding: 2px;
    }
    ul.slick-dots li button {

        height: 14px;
        width: 14px;
    }
    ul.slick-dots li.slick-active button {

        height: 22px;
        width: 22px;
    }

    .slide_1 h3.slide_title {
        background: #129CAE;
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        padding: 7px 45px;
    }

    .slide_1 p.slide_text {
        font-size: 44px;
        line-height: 1.2em;
        font-weight: bold;
    }

    p.slide_text {
        font-size: 16px;
    }

    span.slide_btn {
        padding: 15px 20px;
        font-size: 21px;
    }

    h3.slide_title {
        font-size: 24px;
    }

    .slide_content_wrap {
        margin: 0 auto;
        max-width: 90%;
    }

    .slide_1 p.slide_text {
        font-size: 19px;
    }

    .slide_1 h3.slide_title {
        padding: 10px 15px;
    }
	.slide_content_wrap.ortodont {
		margin-top:100px;
	}
	.video-popup {
    transform: translate(-50%, -50%);
    max-width: 80%; /* Максимальная ширина 90% ширины экрана */
    height: 46.25vw; /* Высота составит 56.25% от ширины, что соответствует соотношению сторон 16:9 */
    width: 100%;
	}

}

@media (max-width: 480px) {


    .slide_1 h3.slide_title {
        background: #129CAE;
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        padding: 7px 45px;
    }

    .slide_1 p.slide_text {
        font-size: 44px;
        line-height: 1.2em;
        font-weight: bold;
    }

    p.slide_text {
        font-size: 16px;
    }

    span.slide_btn {
        padding: 15px 20px;
        font-size: 21px;
    }

    h3.slide_title {
        font-size: 24px;
    }

    button.slick-arrow {
        width: 30px !important;
        height: 30px !important;
    }
    button.slick-prev.slick-arrow {
        left:10px;
    }
    button.slick-next.slick-arrow {

        right:10px;
    }
    .slide_content_wrap {
        margin: 0 auto;
        max-width: calc(100% - 80px);
    }

    .slide_1 p.slide_text {
        font-size: 19px;
    }

    .slide_1 h3.slide_title {
        padding: 10px 15px;
    }
	.slide_content_wrap.ortodont {
		margin-top:150px;
	}
	.video-popup {
    transform: translate(-50%, -50%);
    max-width: 80%; /* Максимальная ширина 90% ширины экрана */
    height: 46.25vw; /* Высота составит 56.25% от ширины, что соответствует соотношению сторон 16:9 */
    width: 100%;
	}

}
/* End */


/* Start:/local/templates/medical_speaker/components/bitrix/catalog.smart.filter/main/style.css?16817311995819*/
.smart-filter {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}

.smart-filter-item__row {
    display: flex;
    margin: 0 -15px;
}

.smart-filter-item__col {
    padding: 0 15px;
}

.smart-filter-item__body {
    padding: 20px 0;
}

.smart-filter__checkbox {
    padding: 0;
    margin-bottom: 10px;
}

.smart-filter-item__body .scroll-box {
    margin: 0;
    padding: 0;
    max-height: 100%;
}

.smart-filter-item__body .scroll-box.open {
    max-height: 300px;
    margin-bottom: 15px;
}

.smart-filter-item__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #252525;
}

.smart-filter-range-slider {
    padding: 30px 12px;
}

.smart-filter__input, .smart-filter__input:focus {
    padding: 10px 15px;
    border: 1px solid #129CAE;
    border-radius: 10px;
    width: 100%;
    outline: none;
}

.smart-filter__input[type="number"]::-webkit-outer-spin-button,
.smart-filter__input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.smart-filter__input[type='number'],
.smart-filter__input[type="number"]:hover,
.smart-filter__input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.smart-filter-range-slider__track {
    position: relative;
    height: 2px;
    background: #e7e7e7;
}

.smart-filter-range-slider__ruler {

    position: absolute;
    top: 10px;
    /*width: 1px;*/
    /*height: 17px;*/
    /*background: #a2bfc7;*/
}

.smart-filter-range-slider__ruler.p1 {
    left: -1px;
}

.smart-filter-range-slider__ruler.p2 {
    left: 25%;
}

.smart-filter-range-slider__ruler.p3 {
    left: 50%;
}

.smart-filter-range-slider__ruler.p4 {
    left: 75%;
}

.smart-filter-range-slider__ruler.p5 {
    right: -1px;
}

.smart-filter-range-slider__ruler.p2,
.smart-filter-range-slider__ruler.p3,
.smart-filter-range-slider__ruler.p4
{
    display:none;
}

.smart-filter-range-slider__ruler span {
    position: absolute;
    display: block;
    top: 5px;
    /*left: 50%;*/
    /*margin-left: -50px;*/
    /*width: 100px;*/
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-range-slider__ruler.p1 span {
    left: -10px;
}

.smart-filter-range-slider__ruler.p5 span {
    right: -10px;
}

.smart-filter-range-slider__ruler.p2 span,
.smart-filter-range-slider__ruler.p3 span,
.smart-filter-range-slider__ruler.p4 span {
    color: #6b8086;
}

.smart-filter-slider__range {
    z-index: 50;
}

.smart-filter-range-slider__range,
.smart-filter-range-slider__price-bar,
.smart-filter-range-slider__price-bar-vd,
.smart-filter-range-slider__price-bar-vn,
.smart-filter-range-slider__price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-range-slider__price-bar {
    z-index: 100;
}

.smart-filter-range-slider__price-bar-vd {
    z-index: 60;
    background: #b1b1b1;
}

.smart-filter-range-slider__price-bar-vn {
    z-index: 70;
    background-color: orange;
}

.smart-filter-range-slider__price-bar-v {
    z-index: 80;
    background-color: #129CAE;
}

.smart-filter-range-slider__handle {
    position: absolute;
    top: 50%;
    z-index: 120;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(18, 156, 174, 0.3);
}

.smart-filter-range-slider__handle::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
    background: #129CAE;
}

.smart-filter-range-slider__handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
}

.smart-filter-range-slider__handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
}

.smart-filter-range-slider__handle.left {
    left: 0;
    margin-left: -12px;
}

.smart-filter-range-slider__handle.right {
    right: 0;
    margin-right: -12px;
}

.smart-filter-check-picture {
    display:inline-block;
    overflow: visible;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.smart-filter-check-picture__input {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-filter-check-picture__box {
    display: block;
    position: relative;
    border: 1px solid #757575;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
}

.smart-filter-check-picture__input:checked + .smart-filter-check-picture__box,
.smart-filter-check-picture__input:checked + .smart-filter-check-picture__row .smart-filter-check-picture__box {
    border-color: #129CAE;
}

.smart-filter-check-picture__input:checked + .smart-filter-check-picture__row {
    color: #129CAE;
}

.smart-filter-check-picture__img {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center;
    background-size: cover;
}

.smart-filter-check-picture__input:disabled + .smart-filter-check-picture__box,
.smart-filter-check-picture__input:disabled + .smart-filter-check-picture__row {
    opacity: 0.5;
}

.smart-filter-check-picture__row {
    display:flex;
    margin: 0 -5px;
    align-items: center;
}

.smart-filter-check-picture__col {
    padding: 0 5px;
}

.smart-filter-container-modef,
.smart-filter__popup-result {
    display:none;
}
/* End */


/* Start:/local/templates/medical_speaker/styles.css?174461622598657*/
*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #757575;
    position: relative;
}

/* Scroll */
*, html * {
    scrollbar-width: thin;
    scrollbar-color: transparent;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
    background-color: #129CAE;
    border-radius: 10px;
}

.scroll-box {
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}

/* Defaults */

*:focus {
    outline: none;
}

.hidden {
    display: none!important;
}

b, strong {
    color: black;
}

a {
    color: #129CAE;
}

a.inverted {
    text-decoration: none;
}

a.inverted:hover {
    text-decoration: underline;
}

.flex-center {
    align-items: center;
}

.rub::after {
    content: '\20bd';
}

svg {
    pointer-events: none;
}

svg:not(:root) {
    overflow: hidden;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

ul li::marker {
    color: #129CAE;
}

.bold {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #252525;
}

.image-mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(1, 167, 186, 0.1) 44.74%, rgb(1 167 186 / 78%) 80.16%);
}

.image-mask_2::after {
    background: linear-gradient(rgba(18, 156, 174, 0.9) 100%, rgba(18, 156, 174, 0.9));
}

.image-mask_3::after {
    background: rgba(205, 250, 255, 0.5);
}

.image-block__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.image-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.image-block__content {
    position: relative;
    z-index: 5;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.bg-turquoise {
    background: #EBFDFF;
}

.wrapper {
    position: relative;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.avatar {
    position: relative;
    display:inline-block;
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.avatar img {
    display:block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

ul {
    padding-left: 22px;
}

.list {
    padding-left: 30px;
    list-style: none;
}

.list li {
    position: relative;
    padding-bottom: 16px;
}

.list li::before {
    font-family: "icomoon", serif;
    content: "\e900";
    position: absolute;
    left: -30px;
    color: #129CAE;
}

.list_green {
    padding-left: 30px;
}

.list_green li::before {
    font-family: 'Arial', sans-serif;
    content: '\2022';
    font-size: 50px;
    left: -30px;
    top: 1px;
}

.list_top {
    padding-left: 0;
}

.list_top li {
    display:block;
    padding-top:40px;
    margin-bottom: 40px;
}

.list_top li::before {
    font-family: 'icomoon', sans-serif;
    content: '\e900';
    width: 23px;
    height: 23px;
    background: #129CAE;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    left: 0;
    top: 0;
}

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

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #129CAE;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #252525;
    margin: 0 0 20px;
}

.title span {
    color: #129CAE;
}

h2, h3, h4, h5 {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #252525;
    margin: 20px 0;
}

.white {
    color: white;
}

.black {
    color: black;
}

.green {
    color: #129CAE;
}

/* Header */
header {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-width: 237px;
    max-height: 70px;
}

/* TopMenu */
header .top-menu {
    display: flex;
    align-items: center;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;
}

header .top-menu, header .top-menu__sub {
    padding: 0;
    list-style: none;
}

header .top-menu__sub {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 16px 0;
    box-shadow: 0 4px 20px rgba(18, 156, 174, 0.3);
    width: 150px;
    z-index: 20;
}

header .top-menu__sub:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    display: block;
    width: 0;
    height: 0;
}

header .top-menu__item {
    position: relative;
}

header .top-menu__item:hover > .top-menu__sub, header .top-menu__sub.open {
    display: block;
}

header .top-menu__link {
    padding: 20px 12px;
    display: block;
    color: inherit;
    text-decoration: none;
}

header .top-menu__item:hover > .top-menu__link, header .top-menu__item_active > .top-menu__link {
    color: #129CAE;
}

header .top-menu__link_sub {
    font-size: 14px;
    padding: 8px 20px;
}

/* Form */
.form {
    display: block;
    font-size: 14px;
    padding: 25px 0;
    overflow: hidden;
}

.form__row {
    display: flex;
	flex-wrap:wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding: 8px 0;
}

.form__col {
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
}

.form__input {
    border: 1px solid #CACACA;
    background-color: transparent;
    border-radius: 10px;
    padding: 20px 16px;
    width: 100%;
    outline: none;
    margin: 0;
    resize: none;
}

.error .form__input, .error .form__input:focus {
    border: 1px solid red;
}

.form__result {
    padding: 10px 0;
    display:none;
}

.form__result_error {
    color: red;
}

.form__result_success {
    color: black;
    font-weight: 700;
}

.form__input[type="number"]::-webkit-outer-spin-button,
.form__input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form__input[type='number'],
.form__input[type="number"]:hover,
.form__input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.form .btn {
    margin-bottom: 10px;
}

.btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

textarea.form__input {
    min-height: 100px;
}

.form__input:focus {
    border: 1px solid #129CAE;
}

/* Service Detail */
.service-detail {
    padding-bottom: 200px;
}

.service-detail__content {
    padding-right: 350px;
}

.detail-service-form__wrapper {
    margin-top: 60px;
    background: #EBFDFF;
    padding: 70px 98px;
}

.detail-service-form__row {
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
}

.detail-service-form__col {
    width: 100%;
    max-width: 658px;
    padding: 0 15px;
}

.detail-service-form__col_2 {
    max-width: 557px;
    min-width: 300px;
}

.detail-service-form__dot-1 {
    left: 5px;
    bottom: 5px;
}

.detail-service-form__dot-2 {
    top: 5px;
    right: 5px;
}

/* Tags */
.tags {

}

.tags__row {
    display:flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}

.tags__col {
    padding: 5px;
}

.tags__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 25px;
}

.tag-item {
    border: 1px solid #252525;
    border-radius: 30px;
    padding: 13px 24px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #252525;
}

/* Tariffs */
.tariffs {
    padding: 120px 0;
    margin-bottom: 200px;
}

.tariffs__title {
    margin-bottom: 50px;
}

.tariffs_bg {
    background: url("/local/templates/medical_speaker/images/bg3.jpg") no-repeat center / cover;
}

.tariffs__row {
    display:flex;
    justify-content: center;
    height: 100%;
    margin: 0 -25px;
}

.tariffs__col {
    width: 33.3333%;
    padding: 15px 25px;
}

.tariff-item {
    text-align: center;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(18, 156, 174, 0.3);
    border-radius: 10px;
}

.tariff-item ul {
    display: inline-block;
}

.tariff-item__title {
    margin-bottom: 24px;
    font-size: 24px;
}

.tariff-item__price {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #129CAE;
    background: #EBFDFF;
    margin: 0 -24px 24px;
    padding: 15px 5px;
}

.tariff-item__text {

}

.tariff-item__text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tariff-item__text p {
    color: #252525;
    font-weight: 700;
    font-size: 16px;
}

.tariff-item__btn {
    border-top: 1px solid #129CAE;
    padding-top: 24px;
}

/* Buttons */
.more-btn-wrapper {
    text-align: center;
    padding: 40px 0;
}

.btn-more.disabled,
.btn-more.disabled:hover,
.btn-more.disabled:active,
.btn-more.disabled:focus {
    padding:0;
    position: relative;
    height: 63px;
    width: 63px;
    color: #ffffff;
    background: #ffffff;
    border:none;
    box-shadow: 0 0 20px rgba(18, 156, 174, 0.15);
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation:spin-left 2s linear infinite;
    -moz-animation:spin-left 2s linear infinite;
    animation:spin-left 2s linear infinite;
}

.btn-more.disabled::before {
    font-family: icomoon, sans-serif;
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 10;
    background: #ffffff;
    content: '\e90e';
    color: #129CAE;
    font-size: 32px;
    line-height: 63px;
}

.btn {
    background-color: transparent;
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    border: 1px solid #129CAE;
    color: #129CAE;
    border-radius: 30px;
    padding: 16px 35px;
    transition: all linear 0.2s;
    cursor: pointer;
    text-align: center;
}


.btn:focus, .btn:focus-visible {
    outline: none;
}

.btn:hover {
    background-color: #129CAE;
    color: #ffffff;
}

.btn-inverted {
    background-color: #129CAE;
    color: #ffffff;
}

.btn-inverted:hover {
    background-color: #10899A;
}

.btn-white {
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white:hover {
    background-color: #ffffff;
    color: #129CAE;
}

.btn[download]::after {
    font-family: 'icomoon', sans-serif;
    content: '\e911';
    margin-left: 5px;
    color: inherit;
}

/* Swiper */
.swiper-slide {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(18, 156, 174, 0.2);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-family: 'icomoon', sans-serif;
    content: '\e902';
    font-size: 16px;
    color: #129CAE;
}

.swiper-button-prev::after {
    transform: rotate(180deg);
}

.swiper-button-disabled {
    display: none;
}

/* Main Banner */
.main-banner {
    width: 100%;
    height: 100%;
    max-height: 825px;
    min-height: 300px;

    overflow: hidden;
    margin-bottom: 110px;
}

.main-banner__dot-1 {
    top: 70px;
    right: 10px;
}

.main-banner__dot-2 {
    left: 10px;
    bottom: 70px;
}

.main-banner .swiper-slide > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .swiper-pagination {
    left: 0;
    right: 0;
    max-width: 1300px;
    padding-left: 10px;
    margin: 0 auto;
}

.bg-mask::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(205, 250, 255, 0.85);
}

.main-banner .swiper-pagination-bullet {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    height: auto;
    padding-bottom: 20px;
    opacity: 1;
    background: none;
    line-height: 120%;
    color: #ffffff;
}

.main-banner .swiper-pagination-bullet-active {
    font-size: 30px;
    color: #129CAE;
}

.main-banner__content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.main-banner__col {
    flex-shrink: 1;
}

.main-banner__col_1 {
    padding: 15px 15px 15px 45px;
    max-width: 693px;
}

.main-banner__col_2 {
    flex-grow: 1;
    width: 43%;
    height: 100%;
    position: relative;
}

.main-banner__title {
    text-transform: none;
}

.main-banner__text {
    font-size: 20px;
    color: #252525;
    padding-bottom: 20px;
}

.main-banner__buttons {
    padding-top: 30px;
}

.main-banner__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

/* Static Banner */
.static-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 150px;
}

.static-banner__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.static-banner__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.static-banner__content {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.static-banner__text {
    position: relative;
    z-index: 10;
    width: 60%;
    padding: 30px 0 10%;
}

.static-banner__img {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom:0;
    height: 90%;
    width: 50%;
}

.static-banner__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}

.static-banner__dot-1 {
    left: 5px;
    bottom: 5px;
}

.static-banner__dot-2 {
    right: 5px;
    top: 5px;
}

/* Icons */
.icon-link::before {
    color: #EBFDFF;
    background-color: #129CAE;
    border-radius: 50%;
    font-size: 50px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Sticky Blocks */
.sticky-block {
    position: absolute;
    z-index: 100;
}

.consultation-sticky {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(18, 156, 174, 0.3);
    border-radius: 10px;
    padding: 30px;
    max-width: 300px;
    left: auto;
    right: 10px;
    text-align: center;
}

.consultation-sticky__icon,
.consultation-sticky__title,
.consultation-sticky__text {
    margin-bottom: 15px;
}

.consultation-sticky__title {
    font-size: 20px;
}

/* Dots */
.dot {
    position: absolute;
    z-index: 5;
}

.dot_turquoise {
    background: url('/local/templates/medical_speaker/images/dot1.png');
}

.dot_white {
    background: url('/local/templates/medical_speaker/images/dot2.png');
}

.dot_size-1 {
    width: 120px;
    height: 130px;
}

.dot_size-2 {
    width: 100px;
    height: 180px;
}

.dot_size-3 {
    width: 100px;
    height: 100px;
}

.dot_size-4 {
    width: 125px;
    height: 75px;
}

/* Checkbox */
.check {
    display:inline-block;
    position: relative;
    padding: 5px 0 5px 25px;
}

.check__input {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.check__label span {
    display: inline-block;
    white-space: nowrap;
}

.check__box {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #757575;
    background-color: #ffffff;
    border-radius: 4px;
    font-style: normal;
    line-height: 150%;
}

.check__input:checked + .check__box {
    border-color: #129CAE;
}

.check__input:checked + .check__box::before {
    font-family: icomoon, sans-serif;
    position: absolute;
    top: -2px;
    left: 3px;
    content: '\e900';
    color: #129CAE;
    font-size: 10px;
}

.check__input:checked ~ .check__label {
    color: #129CAE;
}

.check__input:disabled + .check__box, .check__input:disabled:checked ~ span {
    opacity: 0.5;
    border-color: #757575;
}

.check__input:disabled + .check__box::before {
    color: #757575;
}

/* RadioButton */
.radio {
    display:inline-block;
    position: relative;
    padding-left: 25px;
}

.radio__input {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.radio__box {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -10px;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #757575;
    background-color: #ffffff;
    border-radius: 50%;
    font-style: normal;
    line-height: 150%;
}

.radio__input:checked + .radio__box {
    border-color: #129CAE;
}

.radio__input:checked + .radio__box::before {
    font-family: 'Arial', sans-serif;
    position: absolute;
    top: -4px;
    left: 1px;
    content: '\2022';
    color: #129CAE;
    font-size: 42px;
}

.radio__input:checked ~ .radio__label {
    color: #129CAE;
}

.radio__input:disabled + .radio__box {
    opacity: 0.5;
    border-color: #757575;
}

.radio__input:disabled + .radio__box::before, .radio__input:disabled:checked ~ span {
    color: #757575;
}

/* Custom Select */
.custom-select {
    position: relative;
    background: #FFFFFF;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.custom-select__current {
    position: relative;
    padding: 14px 22px 14px 20px;
    border: 1px solid #129CAE;
    border-radius: 10px;
    color: #129CAE;
    cursor: pointer;
}

.custom-select__current::before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    font-family: icomoon, sans-serif;
    content: '\ea3e';
    font-size: 11px;
}

.custom-select.open .custom-select__current {
    border-radius:  10px 10px 0 0;
}

.custom-select.open .custom-select__options {
    display:block;
}

.custom-select.open .custom-select__current::before {
    transform: rotate(180deg);
    margin-top: -6px;
}

.custom-select__options {
    display:none;
    position: absolute;
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #129CAE;
    border-top-width: 0;
    border-radius:  0 0 10px 10px;
    overflow: hidden;
    z-index: 200;
}

.custom-select__scroll-box {
    max-height: 200px;
}


.custom-select__option {
    padding: 10px;
    cursor: pointer;
}

.custom-select__option_selected, .custom-select__option:hover {
    background-color: #129CAE;
    color: white;
}

.custom-select__option_disable {
    color: #CCCCCC;
}

/* BreadCrumb */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
}

.breadcrumb__item:last-child::after {
    display: none;
}

.breadcrumb__item {
    margin-right: 5px;
}

.breadcrumb__item a {
    text-decoration: none;
}

.breadcrumb__item::after {
    content: '\2015';
    padding: 0 15px;
    color: #757575;
}

/* BgBox */
.bg-box {
    padding: 90px 0;
    position: relative;
    z-index: 5;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-box_2 {
    padding: 0 0 10%;
    margin-bottom: 70px;
}

.bg-box::after {
    z-index: 1;
}

.bg-box__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.bg-box__title {
    margin: 0;
}

.bg-box_2 .breadcrumb {
    margin-bottom: 0;
}

.bg-box_2 .bg-box__title {
    padding-top: 70px;
}

.bg-box__btn {
    margin-top: 50px;
}

.bg-box__dot-1 {
    right: 0;
    top: 0;
}

.bg-box__dot-2 {
    left: 0;
    bottom: 0;
}

/* Prop Blocks */
.prop-blocks {
}

.prop-blocks__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.prop-blocks__col {
    padding: 0 10px 10px;
}

.prop-block {
    width: 335px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    border: 1px solid #129CAE;
    border-radius: 10px;
    margin-bottom: 10px;
}

.prop-block__icon {
    color: #129CAE;
    font-size: 40px;
    margin-right: 15px;
}

.prop-block__title {
}

.prop-block__value {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #252525;
}

/* Advantages */
.advantages {
    margin-bottom: 200px;
    padding: 120px 0;
}

.advantages__bg {
    background: url("/local/templates/medical_speaker/images/bg2.jpg") no-repeat center / cover;
}

.advantages__dot-1 {
    right: 10px;
    top: 60px;
}

.advantages__dot-2 {
    bottom: -5px;
    left: 10px;
}

.advantages__header {
    margin-bottom: 50px;
}

.advantages__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantages__col {
    width: 33.33333%;
    padding: 0 15px;
}

.advantage-item {
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.advantage-item__icon {
    margin-bottom: 30px;
}

.advantage-item__title {
    margin-bottom: 16px;
    text-transform: none;
    font-size: 24px;
    color: inherit;
}

.advantage-item__text {}


/* Advantages Cards */

.advantages-cards {
	margin-bottom: 145px;
}

.advantages-cards__title {
    margin-bottom: 40px;
}

.advantages-cards__text {
    font-size: 20px;
}

.advantages-cards__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantages-cards__col {
    width: 50%;
    padding: 0 15px 30px;
}

.advantages-cards__desc {
    padding: 0 0 30px 0;
}

.advantage-card {
    position: relative;
    min-height: 240px;
    background: #EBFDFF;
    border-radius: 10px;
    padding: 30px;
}

.advantage-card__title {
    margin-right: 65px;
    font-size: 24px;
}

.advantage-card__icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

/* Teachers */
.teachers {
    padding-bottom: 150px;
    margin-bottom: 100px;
}

.teachers__header, .teachers-slider {
    padding-bottom: 50px;
}

.teacher-slide {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    min-height: 366px;
    max-width: 237px;
    display: flex;
    flex-direction: column;
}

.teacher-slide__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 120%;
    margin-bottom: 24px;
}

.teacher-slide__img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.teacher-slide__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #252525;
    margin-bottom: 8px;
}

.teacher-slide__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    color: #129CAE;
}

.teachers__dot-1 {
    top: 5px;
    left: 5px;
}

.teachers__dot-2 {
    bottom: 5px;
    right: 5px;
}

.teachers-list {

}

.teacher-item {
    display: flex;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #129CAE;
    justify-content: space-between;
}

.teacher-item:last-child {
    border-bottom: 0;
    margin-bottom: 80px;
}

.teacher-item__img {
    position: relative;
    width: 25%;
    max-width: 355px;
    min-height: 200px;
    padding-bottom: 33.365%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.teacher-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.teacher-item__achievements li {
    padding-bottom: 20px;
}

.teacher-item__course {
    font-weight: 500;
}

.teacher-item__content {
    width: 70%;
}

.teacher-item__label {
    font-size: 24px;
}

.teacher-item__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
}

.teacher-item__title {
    font-size: 36px;
    margin-bottom: 30px;
}

.teacher-item__text {

}

.teacher-item__row {
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
}

.teacher-item__col {
    margin: 0 15px;
}

.teacher-item__col_2 {
    align-self: center;
    width: 40%;
    max-width: 250px;
}

.course-teachers {
    margin-bottom: 200px;
}

.course-teachers__header {
    margin-bottom: 70px;
}

.course-teacher {
    margin-bottom: 200px
}

.course-teacher__row {
    display:flex;
    margin: 0 -50px;
    align-items: flex-start;
    justify-content: space-between;
}

.course-teacher__col {
    width: 45%;
    padding: 0 50px;
}

.course-teacher__col_2 {
    width: 55%;
}

.course-teacher__img {

}

.course-teacher__title {
    font-size: 36px;
}

.course-teacher-slide {
    border: 1px solid #129CAE;
    border-radius: 10px;
    padding: 40px 30px 20px;
    max-width: 453px;
    height: auto;
}

.course-teacher-slide__title {
    display: block;
    font-size:24px;
    padding-bottom: 24px;
    text-decoration: none;
    border-bottom: 1px solid #129CAE;
    text-align: center;
}

.course-teacher-slide__img {
    display: block;
    margin: 0 auto 20px;
    width: 40%;
    padding-bottom: 40%;
}

.course-teacher-slide__subtitle {
    padding-bottom: 24px;
    font-size: 13px;
}

/* Catalog */
.catalog {
    margin-bottom: 74px;
}

.catalog__dot-1 {
    left: 10px;
    bottom: 10px;
}

.catalog__dot-2 {
    right: 10px;
    top: 10px;
}

.catalog__header {
    padding: 10px 0 40px;
}

.catalog__row {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px;
}

.catalog__col {
    padding: 15px;
    flex: 1 1 auto;
}

.catalog__col_1 {
    flex: 0 0 334px;
}

.catalog__col_2 {

}

.catalog-list__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 100%;
}

.catalog-list__col {
    width: 33.333%;
    padding: 10px;
}

.catalog-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(18, 156, 174, 0.2);
    padding: 0 22px 31px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-item__header {
    position: relative;
}

.catalog-item__row {
    display: flex;
    margin: 0 -10px;
}

.catalog-item__col {
    padding: 0 10px;
}

.catalog-item__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    position: absolute;
    bottom: 14px;
    z-index: 10;
    color: #ffffff;
}

.catalog-item__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 0 -22px 10px;
    max-height: 270px;
    padding-bottom: 86.98%;
    background: #129CAE;
}

.catalog-item__image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-item__price {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #129CAE;
    white-space: nowrap;
}
.catalog-item__desc {
 height:200px;
}
.catalog-item__desc > .catalog-item-prop:nth-child(1){
	margin-top:34px;
}
.catalog-item-prop {
    display: flex;
    padding: 10px 0;
}

.catalog-item-prop__icon {
    font-size: 20px;
    color: #129CAE;
    margin-right: 10px;
}

.catalog-item__footer {
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.catalog-sections {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.section-item {
    border: 1px solid #252525;
    text-decoration: none;
    border-radius: 30px;
    color: #252525;
    padding: 13px 24px;
    margin-right: 10px;
    margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.95);
}

.section-item_active {
    color: #129CAE;
    background-color: #CDFAFF;
    border-color: #CDFAFF;
}

.section-item__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Services */
.services {
    padding-bottom: 170px;
}

.services__dot-1 {
    top: 70px;
    right: 10px;
}

.services__header {
    padding: 120px 0 10px;
}

/* Cards */
.cards-slider {
    padding: 30px 0;
    overflow: visible;
}

.cards-slider-wrapper {
    max-width: 1470px;
    padding: 0 30px;
    overflow: hidden;
}

.card-slide {
    height: auto;
}

.card-item {
    display: flex;
    flex-direction: column;
    background: #EBFDFF;
    border-radius: 10px;
    padding: 0 20px 30px;
    height: 100%;
}

.card_item_2 {
    padding: 20px;
}

.card-item:hover {
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(18, 156, 174, 0.2);
}

.card-item:hover .time-box {
    background: #EBFDFF;
    text-decoration: none;
}

.card-item__image {
    position: relative;
    margin: 0 -20px 20px;
    padding-bottom: 60%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.card-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-item__image_2 {
    margin: 0 0 0 20px;
    width: 35%;
    min-width: 200px;
    padding-bottom: 40%;
    border-radius: 10px;
}

.card-item__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 12px;
    color: #252525;
}

.card-item__text {
    font-size: 14px;
    padding-bottom: 20px;
}

.card-item__row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.card-item__row_2 {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.card-item__col {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

/* License */
.license {
    padding: 120px 0 280px;
}

.license__dot-1 {
    top: 70px;
    left: 10px;
}

.license__dot-2 {
    right: 10px;
    bottom: 0;
}

.license__header {
    margin-bottom: 50px;
}

/* TimeBox */
.time-box {
    position: relative;
    padding: 6px 14px;
    background: #ffffff;
    border-radius: 10px;
}

.time-box::before {
    vertical-align: middle;
    margin-right: 5px;
    color: #129CAE;
}

/* Social */
.social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social a {
    text-decoration: none;
    font-size: 34px;
    color: inherit;
}

/* Consultation */
.consultation {
    padding-bottom: 200px;
}

.consultation__dot-1 {
    right: 10px;
    top: 70px;
}

.consultation__header {
    padding-bottom: 9px;
}

.consultation__text {
    margin-bottom: 16px;
}

.consultation__row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.consultation__col {
    padding: 0 15px;
    flex-grow: 1;
}

.consultation__form-col {
    flex: 0 0 40%;
}

.consultation__image {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 40px;
}

.consultation__image img {
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    object-fit: contain;
    bottom: 0;
}

/* Contacts */
.contacts {
    margin-bottom: 110px;
}

.contacts__dot-1 {
    bottom: 5px;
    left: 5px;
}

.contacts__dot-2 {
    right: 5px;
    top: 50px;
}

.contacts__row {
    display: flex;
    flex-direction: column;
}

.contacts__col {

}

.contact-item {
    margin-bottom: 50px;
}

.contact-item__social {
    justify-content: center;
}

.contact-item__label {
    text-align: center;
    text-transform: uppercase;
    color: #129CAE;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-item__text {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #252525;
}

/* Faq */
.faq {
    margin-bottom: 180px;
}

.faq__row {
    padding-top: 75px;
}

.faq-item {
    position: relative;
    padding: 25px 0 25px 30px;
    border-bottom: 1px solid black;
    border-radius: 20px;
    margin-bottom: 20px;
}

.faq-item__content {
    max-width: 1100px;
    padding-right: 60px;
}

.faq-item__title {
    display: flex;
    font-size: 20px;
}

.faq-item__text {
    height: 0;
    overflow: hidden;
    transform: scaleY(0);
    padding-top: 0;
    transition: all linear 0.3s;
}

.faq-item__btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -23px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.faq-item__title, .faq-item__btn {
    cursor: pointer;
}

.faq-item__btn:hover {
    background-color: #EBFDFF;
}

.faq-item__btn::before, .faq-item__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    background-color: #129CAE;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    transition: all linear 0.3s;
}

.faq-item__btn::after {
    transform: rotate(90deg);
}

.faq-item__title::before, .faq-item__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #252525;
}

.faq-item__title::before {
    content: attr(data-index);
    font-size: 24px;
    padding-right: 10px;
    line-height: 80%;
}

.faq-item.open .faq-item__title {
    color: #129CAE;
}

.faq-item.open .faq-item__text {
    height: auto;
    padding-top: 20px;
    transform: scaleY(1);
}

.faq-item.open .faq-item__btn {
    top: 30px;
}

.faq-item.open .faq-item__btn::after {
    transform: rotate(-45deg);
}

.faq-item.open .faq-item__btn::before {
    transform: rotate(45deg);
}

/* Course Detail */

.course-detail {

}

.course-detail__prop-blocks {
    margin-bottom: 160px;
}

.course-detail__title {
    margin-bottom: 70px;
}

.course-detail__tags {
    margin-bottom: 50px;
}

.course-detail__after {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course-detail__after li {
    width: calc(50% - 20px);
}

.course-program {

}

.course-program__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.course-program__btn-all {
    padding: 20px 0;
    text-align: center;
}

/* Text Blocks */
.about-services {
    padding-bottom: 30px;
}

.about-services__row {
    display: flex;
    margin: 0 -20px;
}

.about-services__col {
    padding: 20px;
}

.about-services__col_1 {
    flex-shrink: 0;
    width: 592px;
}

.project-mission {
    margin-bottom: 200px;
}

.project-mission__row {
    display: flex;
    margin: 0 -15px;
}

.project-mission__col {
    width: 50%;
    padding: 0 15px;
}

.project-mission__dot-1 {
    right: 5px;
    top: 20px;
}

.notice-block {
    padding: 70px 118px;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #252525;
    margin-bottom: 200px;
}

.notice-block span {
    color: #129CAE;
}

.our-platform {
    margin-bottom: 200px;
}


.our-platform ul li {
    padding: 10px 0;
    margin: 0;
}

.our-platform__row {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

.our-platform__col {
    width: 50%;
    padding: 120px 15px;
}

.project-society {
    padding: 120px 0;
    margin-bottom: 200px;
}

.project-society__bg {
    background: url("/local/templates/medical_speaker/images/bg2.jpg") no-repeat center / cover;
}

.project-society__text {
    line-height: 150%;
    font-size: 20px;
    padding-top: 30px;
}

.project-society__dot-1 {
    right: 5px;
    top: 5px;
}

.project-society__dot-2 {
    bottom: 5px;
    left: 5px;
}

.project-society__row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.project-society__col {
    width: 50%;
    padding: 0 15px;
}

.about-nmo {
    padding-bottom: 110px;
    margin-bottom: 50px;
}

.about-nmo__row {
    display: flex;
    margin: 0 -15px;
}

.about-nmo__col {
    width: 60%;
    padding: 0 15px;
}

.about-nmo__col_2 {
    align-self: center;
    width: 40%;
}

.about-nmo__dot-1 {
    bottom: 5px;
    right: 5px;
}

.partnership-steps {
    padding-top: 80px;
    margin-bottom: 70px;
}

.partnership-steps__row {
    display: flex;
    justify-content: center;
    margin: 85px -60px 0;
}

.partnership-steps__col {
    padding: 0 60px;
}

.partnership-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.partnership-step__img {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    max-height: 338px;
}

.partnership-step__title {
    font-size: 16px;
}

.partnership-steps__dot-1 {
    right: 5px;
    top: 5px;
}

.partnership-steps__dot-2 {
    left: 5px;
    bottom: 220px;
}

.become-partner {
    padding-top: 90px;
    margin-bottom: 200px;
}

.become-partner__wrapper {
    padding: 120px 98px;
    border-radius: 10px;
}

.become-partner__row {
    display: flex;
    margin: 0 -20px;
}

.become-partner__col {
    width: 40%;
    padding: 0 20px;
}

.become-partner__col_2 {
    width: 60%;
}

.become-partner__title {
    margin-bottom: 50px;
}

.become-partner__dot-1 {
    top: 5px;
    right: 5px
}

.become-partner__dot-2 {
    left: 5px;
    bottom: -5px;
}

.our-offer {
    margin-bottom: 200px;
}

.our-offer__dot-1 {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.our-offer__row {
    display: flex;
    margin: 0 -15px;
}

.our-offer__col {
    width: 50%;
    padding: 0 15px;
}

.offer-cards {

}

.offer-cards__row {
    margin: -15px -15px 0;
}

.offer-cards__col {
    padding: 15px;
}

.offer-card {
    padding: 20px;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0 4px 20px rgba(18, 156, 174, 0.3);
}

.offer-card__title {
    font-size: 16px;
}

.offer-card__icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.partnership-form {
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.partnership-form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.partnership-form__col {
    width: 45%;
    padding: 30px;
}

.partnership-form__col_2 {
    width: 50%;
}

.partnership-form__title {
    margin-bottom: 50px;
}

.partnership-form__dot-1 {
    right: 5px;
    top: 5px;
}

.partnership-form__dot-2 {
    left: 5px;
    bottom: 5px;
}

.course-documents {
    padding: 120px 0;
    margin-bottom: 200px;
}

.course-documents__row {
    display:flex;
    flex-wrap: wrap;
    margin: -15px;
    justify-content: center;
}

.course-documents__col {
    padding: 15px;
}

.course-documents__title {
    text-align: center;
}

.course-documents__text {
    text-align: center;
    margin-bottom: 20px;
}

/* Course Reviews */

.course-reviews {
    margin-bottom: 200px;
}

.course-reviews-slider {
    overflow: visible;
}

.course-reviews__header {
    margin-bottom: 70px;
}

.course-review-slide {
    max-width: 453px;
}

.course-review {
    background: #EBFDFF;
    border-radius: 10px;
    padding: 30px 25px;
}

.course-review__user {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.course-review__course {
    color: #129CAE;
    font-weight: 500;
    font-size: 13px;
}

.course-review__text {
    margin-bottom: 20px;
}

.course-review__row {
    display: flex;
    margin: 0 -5px 10px;
    align-items: center;
}

.course-review__col {
    width: 20%;
    padding: 0 5px;
}

.course-review__col_1 {
    min-width: 60px;
    max-width: 90px;
}

.course-review__col_2 {
    flex: 1 1 auto;
}

.course-review__text-full {
    display: none;
}

.course-review_in-window {
    padding: 0;
    border-radius: 0;
    background: none;
}

.course-review_in-window .course-review__btn,
.course-review_in-window .course-review__text {
    display:none;
}

.course-review_in-window .course-review__text-full {
    display:block;
}

/* Remaining Timer */

.remaining-timer {
    position: absolute;
    top: 160px;
    right: 20%;
    padding: 22px 20px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(18, 156, 174, 0.3);
    border-radius: 10px;
    z-index: 100;
}

.remaining-timer__row {
    display:flex;
    margin: 0 -10px;
    align-items: center;
}

.remaining-timer__col {
    padding: 0 10px;
}

.remaining-timer__title {
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    color: #252525;
    margin-bottom: 10px;
}

.remaining-timer-panel {
    display:flex;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #129CAE;
    width: 150px;
}

.remaining-timer-panel span {
    position:relative;
    display: inline-block;
    padding-bottom: 20px;
}

.remaining-timer-panel span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: attr(title);
    font-weight: 400;
    font-size: 10px;
    color: #252525;
}

.remaining-timer-panel span::after {
    content: ':';
    display: inline-block;
    padding: 0 5px;
}

.remaining-timer-panel span:last-child::after {
    display:none;
}

.remaining-timer-panel__col {

}

/* Variants */
.variants {

}

.variants__row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    height: 100%;
}

.variants__col {
    flex-grow: 1;
    width: 50%;
    padding: 20px;
}

.variant {
    padding: 0 24px 24px;
    border-bottom: 1px solid black;
    border-radius: 0 0 10px 10px;
    height: 100%;
}

.variant__title {
    font-size: 16px;
}

/* Services List */

.services-list {
    margin-bottom: 160px;
}

.services-list__row {
    display: flex;
    margin: 0 -20px;
}

.services-list__col {
    width: 50%;
    padding: 0 20px 40px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.modal.open {
    display: block;
}

.window {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 500px;
    min-width: 320px;
    max-height: 100%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
    overflow: auto;
}

.window__header {
    padding-bottom: 20px;
}

.window__body .form {
    padding: 0;
}

.window__title {
    font-size: 24px;
    margin-bottom: 0;
}

.window__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    color: black;
    cursor: pointer;
}

.window__close__outer {
    color: #ffffff;
    font-size: 40px;
}

.window_review {
    max-width: 80%;
}

.result-modal {
    text-align: center;
}

/* SortBox */
.sort-box {
    margin-bottom: 20px;
}

.sort-box__title {
    font-size: 24px;
}

/* SearchBox */
.catalog-search-box {
    position: relative;
    margin: 6px 0 20px;
}

.catalog-search-box__input {
    padding: 10px 15px;
    border: 1px solid #129CAE;
    border-radius: 10px;
}

.catalog-search-box__btn {
    display: block;
    position: absolute;
    border:none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #129CAE;
    cursor: pointer;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.catalog-search-box__input::-webkit-input-placeholder {
    color: #129CAE;
}

.catalog-search-box__input::-moz-placeholder {
    color: #129CAE;
    opacity:  1;
}

.catalog-search-box__input::-ms-input-placeholder {
    color: #129CAE;
}

.catalog-search-box__input::placeholder {
    color: #129CAE;
}

.catalog-search-box__btn::before {
    font-family: icomoon, sans-serif;
    content: '\e986';
    color: #ffffff;
    font-size: 14px;
}

/* Footer */
footer {
    background: #129CAE;
    padding: 10px 0 40px;
    color: #ffffff;
}

footer a {
    color: inherit;
    text-decoration: none;
}

.footer__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
    margin-top: 70px;
}

.footer__sep {
    border-top: 1px solid #CDFAFF;
}

.footer__sep, .footer__row_last {
    margin-top: 40px;
}

.footer__col {
    padding: 0 15px;
}

.footer__contacts a {
    display: inline-block;
    margin-bottom: 10px;
}

.footer__social {
    margin-top: 30px;
    color: #b7e1e7;
    transition: all linear 0.3s;
}

.footer__social a:hover {
    color: white;
}

.footer__location {
    display: flex;
}

.footer__location .icon-location {
    margin: 3px 5px 0 0;
}

/* Sprite icons */
.svg-icon-med {
    width: 60px;
    height: 90px;
}

.svg-icon-gift {
    width: 60px;
    height: 68px;
}

/* Animation */
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

@-moz-keyframes spin-left {
    100% { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin-left {
    100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin-left {
    100% {
        -webkit-transform: rotate(-360deg);
        transform:rotate(-360deg);
    }
}

/* Adaptive */

.lnk-btn {
border: none;
background: none;
display: inline-block;
cursor: pointer;
font-size: 16px;
line-height: 1.2;
color: #129CAE;
padding: 0;
text-decoration: underline;
text-underline-offset: 2px;
text-decoration-thickness: 1px;
font-weight: 500;
}

.smart-filter__line .smart-filter__checkbox {
margin-bottom: 0;
}

.smart-filter__line {
margin-bottom: 10px;
}

.smart-filter__line_hidden {
display: none;
}

.footer__row_top {
align-items: flex-start;
}

.footer__row_mid .footer__col:nth-child(2),
.footer__row_mid .footer__col:nth-child(4) {
	display: none!important;
}

.footer__row_mid .footer__col:nth-child(3) {
	flex-grow: 1;
	flex-shrink: 1;
}

.header__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
}

.btn-burger {
    border: none;
    background: none;
    width: 31px;
    height: 24px;
}

.btn-burger svg {
    display: block;
    position: relative;
    left: -5px;
}

.btn-burger-close {
    border: none;
    background: none;
    width: 31px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner__image {
    height: calc(100% - 15px);
}

.aside-wrapper__btn-expand {
    border: none;
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: -44px;
    top: 10px;
    display: none;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

.aside-wrapper__btn-expand::before {
    content: '';
    width: 18px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.36114 16.3749C8.91944 17.365 7.92648 18.0551 6.77234 18.0551C5.61938 18.0551 4.62727 17.3664 4.1849 16.378H0.847914V14.0655H4.18488C4.62724 13.0771 5.61936 12.3884 6.77234 12.3884C7.92171 12.3884 8.91124 13.0728 9.35564 14.0562H17.0752V16.3749H9.36114ZM8.1861 15.2217C8.1861 16.0025 7.55314 16.6355 6.77234 16.6355C5.99154 16.6355 5.35858 16.0025 5.35858 15.2217C5.35858 14.4409 5.99154 13.808 6.77234 13.808C7.55314 13.808 8.1861 14.4409 8.1861 15.2217Z' fill='%23129CAE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1735 10.6524C11.6152 11.6425 12.6081 12.3326 13.7623 12.3326C14.9152 12.3326 15.9074 11.6439 16.3497 10.6555H17.0742V8.34299H16.3497C15.9074 7.35455 14.9153 6.66586 13.7623 6.66586C12.6129 6.66586 11.6234 7.35025 11.179 8.33374H0.848478V10.6524H11.1735ZM12.3485 9.49921C12.3485 10.28 12.9815 10.913 13.7623 10.913C14.5431 10.913 15.176 10.28 15.176 9.49921C15.176 8.71841 14.5431 8.08545 13.7623 8.08545C12.9815 8.08545 12.3485 8.71841 12.3485 9.49921Z' fill='%23129CAE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.13483 4.89006C6.69313 5.88011 5.70017 6.57021 4.54603 6.57021C3.39308 6.57021 2.40096 5.88155 1.95859 4.89311H0.839844V2.58064H1.95857C2.40093 1.59221 3.39306 0.903519 4.54603 0.903519C5.69541 0.903519 6.68493 1.58791 7.12933 2.5714H17.0781V4.89006H7.13483ZM5.95979 3.73686C5.95979 4.51765 5.32683 5.15062 4.54603 5.15062C3.76523 5.15062 3.13227 4.51765 3.13227 3.73686C3.13227 2.95607 3.76523 2.3231 4.54603 2.3231C5.32683 2.3231 5.95979 2.95607 5.95979 3.73686Z' fill='%23129CAE'/%3E%3C/svg%3E%0A");
    display: block;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 100ms;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.aside-wrapper__btn-expand::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.379642 13.8948C0.238807 14.037 0.159799 14.2291 0.159799 14.4292C0.159799 14.6294 0.238807 14.8214 0.379642 14.9636C0.522998 15.1022 0.714606 15.1797 0.914017 15.1797C1.11343 15.1797 1.30504 15.1022 1.44839 14.9636L7.66402 8.73859L13.8796 14.9636C14.023 15.1022 14.2146 15.1797 14.414 15.1797C14.6134 15.1797 14.805 15.1022 14.9484 14.9636C15.0892 14.8214 15.1682 14.6294 15.1682 14.4292C15.1682 14.2291 15.0892 14.037 14.9484 13.8948L8.72339 7.67922L14.9484 1.46359C15.068 1.31787 15.1291 1.13287 15.1199 0.944583C15.1106 0.756293 15.0317 0.578175 14.8984 0.444874C14.7651 0.311573 14.5869 0.23262 14.3987 0.223373C14.2104 0.214125 14.0254 0.275244 13.8796 0.394841L7.66402 6.61984L1.44839 0.394841C1.30267 0.275244 1.11767 0.214125 0.929384 0.223373C0.741095 0.23262 0.562976 0.311573 0.429674 0.444874C0.296373 0.578175 0.217421 0.756293 0.208173 0.944583C0.198925 1.13287 0.260045 1.31787 0.379642 1.46359L6.60464 7.67922L0.379642 13.8948Z' fill='%23129CAE'/%3E%3C/svg%3E");
    display: block;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 100ms;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-item__header {
    display: block;
}

.catalog-item__title {
    bottom: 24px;
}

.services .title {
    margin-right: 110px;
}

.card-item__title {
    display: block;
    max-height: 72px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.card-item__row_2 .card-item__col:first-child {
    padding-right: 5px;
}

.card-item__row_2 .card-item__col:last-child {
    padding-left: 5px;
}

.time-box {
    font-size: 13px;
}

.time-box::before {
    position: relative;
    top: -2px;
    font-size: 16px;
}

.cards-slider .swiper-button-next {
    right: 0;
    transform: translateX(50%);
}

.cards-slider .swiper-button-prev {
    left: 0;
    transform: translateX(-50%);
}

.swiper-slide.card-slide {
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

.cards-slider .swiper-slide.card-slide:not(.swiper-slide-visible) {
    opacity: 0;
    pointer-events: none;
}

.catalog-item__title {
    max-height: 120px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.license-slider a,
.license-slider img {
    display: block;
    width: 100%;
}

.license-slider img {
    aspect-ratio: 257 / 370;
    object-fit: cover;
}

.license .container {
    position: relative;
    z-index: 6;
}

body.noscroll {
    overflow: hidden;
}

.popup-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.popup-navigation.popup-navigation_active {
    display: flex!important;
}

.popup-navigation header {
    flex-grow: 0;
    flex-shrink: 0;
}

.popup-navigation .container {
    width: 100%;
}

.popup-navigation .top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popup-navigation .top-menu__item {
    font-size: 20px;
}

.popup-navigation .top-menu__item:not(:last-child) {
    margin-bottom: 5vh;
}

.popup-navigation .top-menu__link {
    text-decoration: none;
    color: inherit;
}

.popup-navigation .top-menu__item_active .top-menu__link {
    color: #129CAE;
}

.popup-navigation .popup-navigation__inner {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper.catalog .container {
    position: relative;
    z-index: 6;
}

.services-list__row {
    margin: 0 -10px;
}

.services-list__row {
    flex-wrap: wrap;
}

.services-list__col {
    width: 25%;
    padding: 0 10px 50px 10px;
}

.icon-link + a {
    display: inline-block;
    max-width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 5px;
}

.wrapper.partnership-steps {
    width: 100%;
    overflow: hidden;
}

.wrapper.partnership-steps .container {
    width: 100%;
}

.partnership-steps__col {
    width: 40%;
}

.partnership-step__img {
    width: 100%;
    aspect-ratio: 488 / 388;
    position: relative;
}

.partnership-step__img .img-responsive {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 454px;
}

.wrapper.our-offer .container {
    position: relative;
    z-index: 6;
}

.swiper.teachers-slider {
    width: 100%;
}

.teacher-slide {
    width: 100%;
    max-width: 100%;
    min-width: auto;
}

.teacher-slide__img {
    width: 100%;
}

.teachers-slider-wrapper {
    width: 100%;
    position: relative;
}

.teachers-slider-wrapper .swiper-button-prev {
    left: 0;
    transform: translateX(-30%);
}

.teachers-slider-wrapper .swiper-button-next {
    right: 0;
    transform: translateX(30%);
}
 
.teacher-item__img img {
    object-fit: contain;
    object-position: center center;
}

.course-teachers {
    width: 100%;
    overflow: hidden;
}

.wrapper.course-reviews {
    width: 100%;
    overflow: hidden;
}

.course-reviews-slider .swiper-wrapper {
    height: auto;
}

.course-reviews-slider .swiper-button-prev {
    left: -20px;
}

.course-reviews-slider .swiper-button-next {
    right: -20px;
}

.course-reviews-slider .swiper-slide:not(.swiper-slide-visible) {
    pointer-events: none;
}

.course-reviews-slider .course-review-slide {
    max-width: 100%;
}

.course-teachers .container {
    position: relative;
    z-index: 6;
}

.tablebodytext {
    display: none;
}

.tariffs {
    overflow: hidden;
}

.tariffs__row {
    height: auto;
}

.wrapper.detail-service-form .container {
    position: relative;
    z-index: 6;
}

.main-banner {
    height: 500px;
	max-height: 500px;
	margin-bottom: 60px;
}

.main-banner__col.main-banner__col_1 {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.main-banner__col.main-banner__col_2 {
    position: absolute;
    right: 0;
    width: 77%;
    bottom: 0;
}

.main-banner__image {
    transform: translateX(25%);
}

.main-banner__title {
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 30px;
}

.main-banner__title span {
    font-size: 50px;
}

.main-banner .swiper-pagination {
    width: 65px;
    padding: 0;
    margin: 0;
    left: calc((100% - 1360px) / 2);
}

.main-banner__col_1 {
    padding-left: 10px;
}

.main-banner__content {
    padding-bottom: 75px;
}

.main-banner__text {
    line-height: 1.5;
}

.teacher-item__img {
    border-radius: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teacher-item__img img {
    display: block;
    width: 100%;
    aspect-ratio: 355 / 480;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    height: auto;
}

.cards-slider .swiper-wrapper {
    height: auto;
}

.license-slider .swiper-wrapper {
    height: auto;
}

.wrapper.detail-service-form {
    width: 100%;
    overflow: hidden;
}

.remaining-timer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    top: auto;
}

.tariffs__row {
    padding: 0 20px;
    gap: 40px;
}

.tariffs__col {
    padding-right: 0;
    padding-left: 0;
}

.variant {
    height: auto;
}

.detail-service-form {
    margin-bottom: 200px;
}

.service-detail .detail-service-form {
    margin-bottom: 0!important;
}

.main-banner .swiper-button-prev,
.main-banner .swiper-button-next {
	border: none;
	left: auto;
	right: 40px;
	top: 50%;
}

.main-banner .swiper-button-prev {
	transform: translateY(-150px) rotate(90deg);
}

.main-banner .swiper-button-next {
	transform: translateY(150px) rotate(90deg);
}

.check__box {
	top: 15px;
}

.new_block_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.new_block_grid img {
    width: 100%;
    height: auto;
}
.advantages {
    margin-bottom: 100px;
}
@media (max-width: 1600px) {
    .main-banner__dot-2 {
        bottom: 10px;
    }

    .main-banner__dot-1 {
        top: 10px;
    }
}

@media (max-width: 1520px) {
    .main-banner__dot-2 {
        bottom: -32px;
    }

    .main-banner__col.main-banner__col_2 {
        width: 70%;
    }

    .main-banner__image {
        transform: translateX(15%);
    }
}

@media (max-width: 1480px) {
    .detail-service-form__dot-1,
    .detail-service-form__dot-2 {
        display: none;
    }

    .wrapper.detail-service-form .container {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        max-width: 1500px;
    }

    .static-banner {
        margin-bottom: 130px;
    }

    .detail-service-form,
    .tariffs,
    .wrapper.course-documents,
    .our-offer,
    .notice-block,
    .project-mission,
    .our-platform,
    .faq,
    .project-society,
    .course-teachers,
    .course-reviews,
    .become-partner {
        margin-bottom: 150px;
    }

    .tariffs,
    .wrapper.course-documents {
        padding: 90px 0;
    }

    .breadcrumb {
        margin: 60px 0;
    }

    .services {
        padding-bottom: 140px;
    }

    .advantages {
        margin-bottom: 150px;
    }

    .consultation {
        padding-bottom: 150px;
    }

    .license {
        padding-top: 80px;
        padding-bottom: 200px;
    }

	.header__right {
		display: none;
	}
}

@media (max-width: 1440px) {
    .catalog .catalog-list__col {
        width: 50%;
    }
}

@media (max-width: 1430px) {
    .main-banner .swiper-pagination {
        left: 10px;
    }
    .main-banner__content {
        padding-left: 65px;
    }

/*
    header .top-menu {
        display: grid;
        grid-template-columns: repeat(4, max-content);
        grid-template-rows: auto;
        gap: 15px 30px;
    }
*/

    header .top-menu__link {
        padding: 0;
    }

    .main-banner {
        height: 650px;
    }

    .main-banner__col.main-banner__col_2 {
        width: 60%;
    }

    .main-banner .swiper-pagination {
        max-width: 65px;
        margin: 0;
    }
    .main-banner__title {
        font-size: 40px;
        line-height: 110%;
    }

    .main-banner__text {
        font-size: 18px;
        padding-bottom: 0;
    }
}

@media (max-width: 1390px) {
    .course-detail__prop-blocks {
        margin-bottom: 140px;
    }
    .main-banner {
        margin-bottom: 50px;
    }
    .main-banner {
        height: 500px;
    }
}

@media (max-width: 1320px) {
	header .top-menu__link {
		font-size: 15px;
	}
.footer__row_top {
flex-wrap: wrap;
gap: 20px 0;
align-items: center;
}
.footer__row_top .footer__col:nth-child(1) {
order: 1;
width: 50%;
}
.footer__row_top .footer__col:nth-child(2) {
order: 3;
width: 300px;
}
.footer__row_top .footer__col:nth-child(3) {
order: 4;
width: calc(100% - 300px);
text-align: right;
}
.footer__row_top .footer__col:nth-child(4) {
order: 2;
width: 50%;
display: flex;
justify-content: flex-end;
}
	
    .course-detail__prop-blocks {
        margin-bottom: 120px;
    }

    .bg-box_2 .bg-box__title {
        padding-top: 50px;
        font-size: 40px;
        line-height: 110%;
    }

    .course-detail__title {
        font-size: 40px;
        line-height: 110%;
        margin-bottom: 50px;
    }

    .wrapper.about-nmo .title {
        font-size: 40px;
        line-height: 110%;
        margin-right: -200px;
    }

    .about-nmo__col:first-child {
        position: relative;
    }

    .teacher-item__row {
        flex-wrap: wrap;
    }

    .teacher-item__col {
        width: 100%;
    }

    .teacher-item__col_2 {
        width: 100%; 
        max-width: 100%;
    }
 
    .notice-block {
        font-size: 30px;
        line-height: 120%;
        padding: 50px 100px;
    }

    .become-partner__row {
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .become-partner__col,
    .become-partner__col.become-partner__col_2 {
        width: 100%;
    }

    .static-banner {
        margin-bottom: 100px;
    }

	.advantages-cards {
		margin-bottom: 100px;
	}

    .faq {
        margin-bottom: 90px;
    }

    .project-society {
        margin-bottom: 100px;   
        padding: 70px 0;
    }

    .become-partner {
        margin-bottom: 100px;
    }

    .tariffs {
        margin-bottom: 100px;
    }

    .tariffs,
    .wrapper.course-documents {
        margin-bottom: 100px;
        padding: 60px 0;
    }

    .course-teachers {
        margin-bottom: 100px;
    }

    .course-reviews {
        margin-bottom: 100px;
    }

    .our-platform {
        margin-bottom: 100px;
    }

    .project-mission {
        margin-bottom: 100px;
    }

    .notice-block {
        margin-bottom: 100px;
    }

    .our-offer {
        margin-bottom: 100px;    
    }

    .detail-service-form {
        margin-bottom: 100px;   
    }

    .teachers {
        padding-bottom: 100px;
        margin-bottom: 50px;
    }

    .about-services__row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .about-services__col:last-child {
        padding-top: 0;
    }

    .about-services__col_1 {
        width: 100%;
        padding-bottom: 0;
    }

    .services-list__col {
        width: calc(100% / 3);
    }

    .breadcrumb {
        margin: 50px 0;
    }

    .bg-box:not(.bg-box_2) {
        padding: 70px 0;
    }

    .main-banner {
        margin-bottom: 50px;
    }

    .main-banner__title {
        font-size: 40px;
        line-height: 110%;
    }

    .main-banner__text {
        font-size: 18px;
        padding-bottom: 0;
    }

    .services {
        padding-bottom: 100px;
    }

    .advantages {
        margin-bottom: 100px;
    }

    .consultation {
        padding-bottom: 100px;
    }

    .license {
        padding-top: 60px;
        padding-bottom: 140px;
    }

    .footer__row_mid {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .footer__row_mid .footer__col:nth-child(1) {
        order: 1;
        width: 260px;
    }

    .footer__row_mid .footer__col:nth-child(2) {
        order: 2;
        width: calc(100% - 260px);
    }

    .footer__row_mid .footer__col:nth-child(2) br {
        display: none;
    }

    .footer__row_mid .footer__col:nth-child(3) {
        order: 4;
        width: calc(100% - 260px);
    }

    .footer__row_mid .footer__col:nth-child(3) br {
        display: none;
    }

    .footer__row_mid .footer__col:nth-child(4) {
        order: 3;
        width: 260px;
    }

    .footer__social {
        margin-top: 0;
    }

	.advantage-card__title {
		font-size: 22px;
	}

	.advantage-card__title {
		font-size: 22px;
	}

	.advantage-cards__text {
		font-size: 14px;
	}

	.advantages-cards__col_desc	{
		padding-bottom: 30px;
	}
}

@media (max-width: 1280px) {
	header .top-menu {
		display: none;
	}

	.header__right {
		display: flex;
	}

	.btn-burger {
		display: block!important;
	}
}

@media (max-width: 1220px) {
	.advantage-cards__title.title {
		line-height: 110%;
	}

    .tariffs__row {
        gap: 20px;
    }

    .tariff-item .btn {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tariff-item__title {
        font-size: 22px!important;
    }

    .teacher-item__img img {
        object-position: center top;
    }

    .project-society__text {
        font-size: 18px;
    }

    .faq-item__title::before {
        font-size: 20px;
        position: relative;
        top: 1px;
    }

    .faq-item__title {
        font-size: 18px;
    }

    .notice-block {
        font-size: 25px;
        line-height: 110%;
        padding: 40px 90px;
    }

    .become-partner__wrapper {
        padding: 80px 40px;
    }

    .become-partner__dot-2 {
        display: none;
    }

    header .top-menu {
        gap: 15px 20px;
    }

    header .top-menu__link {
        font-size: 14px;
    }
}

@media (max-width: 1120px) {
    .teachers__dot-1,
    .teachers__dot-2 {
        display: none;
    }

    .course-teacher {
        margin-bottom: 0;
    }

    .course-teacher__col {
        padding: 0 20px;
    }

    .course-teacher__col:first-child {
        padding-left: 50px;
    }

    .course-teacher__col:last-child {
        padding-right: 50px;
    }

    .course-detail__prop-blocks {
        margin-bottom: 90px;
    }

    .contacts {
        margin-bottom: 80px;
    }

    .static-banner {
        margin-bottom: 80px;
    }

    .partnership-steps__col {
        padding: 0 30px;
    }

    .aside-wrapper .sort-box__title,
    .aside-wrapper .smart-filter-item__title {
        font-size: 22px;
    }

    .catalog-sections {
        margin-bottom: 20px;
    }

    .catalog {
        margin-bottom: 50px;
    }

    .catalog__dot-1 {
        display: none;
    }

    .catalog__col_1 {
        flex: 0 0 1px;
        width: 1px;
        position: relative;
        padding: 0;
        z-index: 11;
    }

    .aside-wrapper {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        width: 304px;
        position: absolute;
        right: 20px;
        padding: 20px 15px 0 20px;
        transition-property: transform;
        transition-duration: 400ms;
        transition-timing-function: ease;
    }

    .aside-wrapper.aside-wrapper_active {
        transform: translateX(100%);
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.1);
    }

    .aside-wrapper__btn-expand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aside-wrapper.aside-wrapper_active .aside-wrapper__btn-expand::before {
        opacity: 0;
    }

    .aside-wrapper.aside-wrapper_active .aside-wrapper__btn-expand::after {
        opacity: 1;
    }

    .section-item {
        font-size: 14px;
        padding: 8px 15px;
        border-radius: 24px;
    }

    .catalog__col.catalog__col_2 .catalog-sections {
        padding-left: 35px;
    }
}

@media (max-width: 1040px) {
	.new_block_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
    .tariffs__col:nth-child(1) {
        padding-right: 0;
    }

    .tariffs__col:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .tariffs__col:nth-child(3) {
        padding-left: 0;
    }

    .tariffs__row {
        justify-content: center;
        margin: 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    .tariffs__col {
        padding: 0;
        width: calc(50% - 10px);
    }

    .course-detail__title {
        margin-bottom: 50px;
    }

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

    .notice-block {
        padding: 30px 60px;
    }

    .partnership-form__col,
    .partnership-form__col_2 {
        width: 50%;
    }

    .become-partner {
        padding-top: 70px;
        margin-bottom: 100px;
    }

    .project-society {
        margin-bottom: 80px;   
    }

    .project-mission {
        margin-bottom: 70px;
    }

	.advantages-cards {
		margin-bottom: 50px;
	}

    .become-partner__wrapper {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .static-banner__text {
        width: 70%;
    }

    .teachers {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        margin: 40px 0;
    }

    .bg-box {
        padding: 50px 0;
    }

    .main-banner .swiper-pagination-bullet {
        font-size: 20px;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        font-size: 25px;
    }

    .main-banner {
        height: 500px;
    }

    .main-banner__title {
        font-size: 30px;
    }

    .main-banner__title span {
        font-size: 40px;
    }

    .main-banner__text {
        font-size: 16px;
    }

    .main-banner__col_1 {
        max-width: 500px;
    }

    .services__header {
        padding-top: 50px;
    }

    .detail-service-form {
        margin-bottom: 50px;   
    }

    .services {
        padding-bottom: 70px;
    }

    header .top-menu {
        display: none;
    }

    .btn-burger {
        display: block!important;
    }

    .advantages {
        margin-bottom: 50px;
    }

    .consultation {
        padding-bottom: 50px;
    }

    .consultation__form-col {
        flex: 0 0 50%;
    }

    .footer__row.footer__row_top {
        margin-top: 50px;
    }

    .footer__row.footer__row_mid {
        margin-top: 50px;
    }

	.advantages-cards__col {
		width: 100%;
	}

	.advantage-card {
		min-height: 150px;
	}
}

@media (max-width: 1011px) {
    .detail-service-form__row {
        flex-wrap: wrap;
    }

    .detail-service-form__col.detail-service-form__col_1 {
        width: 100%;
        max-width: 100%;
    }

    .detail-service-form__col.detail-service-form__col_2 {
        width: 100%;
        max-width: 100%;
    }

    .services-list__col {
        width: 50%;
    }
}

@media (max-width: 920px) {
    .course-detail__title {
        margin-bottom: 40px;
    }

    .course-detail__after {
        font-size: 14px;
    }

    .tag-item {
        padding: 10px 20px;
        font-size: 14px;
    }

    .course-detail__prop-blocks {
        margin-bottom: 70px;
    }

    .bg-box_2 .bg-box__title {
        font-size: 30px;
        line-height: 100%;
    }

    .course-detail__title {
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 50px;
    }

    .contacts {
        margin-bottom: 60px;
    }

    .faq-item__title::before {
        font-size: 16px;
    }

    .faq-item__title {
        font-size: 16px;
    }

    .notice-block {
        padding: 30px 40px;
    }

    .faq {
        margin-bottom: 40px;
    }

    .become-partner {
        margin-bottom: 50px;
    }

    .course-reviews {
        margin-bottom: 50px;
    }

    .tariffs,
    .wrapper.course-documents {
        margin-bottom: 50px;
        padding: 30px 0;
    }

    .course-teachers {
        margin-bottom: 50px;
    }

    .project-society {
        margin-bottom: 50px;   
        padding: 50px 0 70px 0;
    }

    .our-platform {
        margin-bottom: 50px;
    }

    .project-mission {
        margin-bottom: 50px;
    }

    .notice-block {
        margin-bottom: 50px;
    }

    .our-offer {
        margin-bottom: 50px;    
    }

    .static-banner {
        margin-bottom: 60px;
    }

    .advantages__col {
        width: 50%;
    }

    .breadcrumb {
        margin: 30px 0;
    }

    .catalog-sections {
        margin-bottom: 0;
    }

    .aside-wrapper .sort-box__title,
    .aside-wrapper .smart-filter-item__title {
        font-size: 20px;
    }
}

@media (max-width: 787px) {
	.new_block_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

.footer__row_top .footer__col:nth-child(2) {
width: 250px;
}
.footer__row_top .footer__col:nth-child(3) {
font-size: 14px;
width: calc(100% - 250px);
}

	.advantages-cards {
		margin-bottom: 30px;
	}

    .main-banner {
        height: 450px
    }

    .main-banner__content {
        padding-bottom: 0;
    }

    .detail-service-form__wrapper {
        padding: 30px 20px;
    }

    .course-teachers__header {
        margin: 0 0 30px 0;
    }

    .course-teacher__row {
        margin: 0;
        flex-wrap: wrap;
    }

    .course-teacher__col {
        width: 100%;
        padding: 0;
    }

    .course-teacher__col:first-child {
        max-width: 300px;
        margin: 0 auto 30px auto;
    }

    .course-teacher__col:last-child,
    .course-teacher__col:first-child {
        padding: 0;
    }

    .course-detail__title {
        margin-bottom: 30px;
    }

    .course-detail__after li {
        width: 100%;
        margin-bottom: 20px;
    }

    .course-detail__prop-blocks {
        margin-bottom: 50px;
    }

    .bg-box_2 {
        margin-bottom: 30px;
    }

    .prop-blocks__col {
        width: 50%;
    }

    .prop-block {
        width: 100%;
        padding: 15px 20px;
    }

    .prop-block__title {
        font-size: 14px;
    }

    .prop-block__value {
        font-size: 18px;
    }

    .contact-item__text {
        font-size: 22px;
    }

    .contact-item__label {
        margin-bottom: 10px;
    }

    .contacts .subtitle {
        margin-bottom: 10px;
    }

    .contact-item {
        margin-bottom: 30px;
    }

    .contacts {
        margin-bottom: 30px;
    }

    .about-nmo {
        padding-bottom: 55px;
        margin-bottom: 0;
    }

    .wrapper.about-nmo .title {
        margin-right: 0;
    }

    .about-nmo__row {
        flex-wrap: wrap;
    }

    .about-nmo__col,
    .about-nmo__col_2 {
        width: 100%;
    }

    .about-nmo__col_2 .img-responsive {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .teacher-item:last-child {
        margin-bottom: 0;
    }

    .teacher-item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .title:not(.advantage-item__title) {
        font-size: 40px;
        line-height: 110%;
    }

    .bg-box_2 .bg-box__title {
        font-size: 30px;
    }

    .course-detail__title {
        font-size: 30px;
    }

    .teacher-item {
        flex-wrap: wrap;
    }

    .teacher-item__img {
        padding-bottom: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .teacher-item__img img {
        position: relative;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .teacher-item__content,
    .teacher-item__img {
        width: 100%;
    }
    
    .teacher-item__content .teacher-item__label {
        font-size: 22px;
    }

    .teacher-item__content .teacher-item__title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .project-society__text {
        font-size: 16px;
        padding-top: 0;
    }

    .project-society__row {
        flex-wrap: wrap;
    }

    .project-society__col {
        width: 100%;
    }

    .project-society__col .img-responsive {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .faq-item__title::before {
        font-size: 14px;
    }

    .faq-item__title {
        font-size: 14px;
    }

    .faq-item__text {
        font-size: 14px;     
    }

    .our-platform .bold {
        font-size: 20px;
        line-height: 130%;
    }

    .our-platform__row {
        flex-wrap: wrap;
    }

    .our-platform__row .our-platform__col {
        width: 100%;
        padding: 20px 15px;
    }

    .our-platform__row .our-platform__col .img-responsive {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .project-mission__row {
        flex-wrap: wrap;
    }

    .tags__title.title {
        font-size: 22px;
        line-height: 110%;
    }

    .project-mission__row .project-mission__col {
        width: 100%;
    }

    .project-mission__row .project-mission__col .img-responsive{
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }

    .teachers__dot-2 {
        display: none;
    }

    .teachers__dot-1 {
        display: none;
    }

    .teachers__header {
        padding-bottom: 20px;
    }

    .static-banner__img {
        display: none;
    }

    .notice-block {
        margin-right: -20px;
        margin-left: -20px;
        padding: 30px 20px;
        font-size: 20px;
        line-height: 100%;
    }

    .our-offer__row {
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .our-offer__row .our-offer__col,
    .our-offer__row .our-offer__col.our-offer__col_2 {
        width: 100%;
    }

    .our-offer__img .img-responsive {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .partnership-form__row {
        flex-wrap: wrap;
    }

    .partnership-form__title {
        margin-bottom: 0;
    }

    .partnership-form__col,
    .partnership-form__col_2 {
        width: 100%;
    }

    .partnership-form__col:first-child {
        padding-bottom: 0;
    }

    .partnership-form__col:last-child {
        padding-top: 0;
    }

    .partnership-form__col.partnership-form__col_2 .img-responsive {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .partnership-steps {
        margin-bottom: 0;
    }

    .become-partner {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .static-banner {
        margin-bottom: 40px;
    }

    .become-partner__wrapper {
        padding: 40px 20px;
    }

    .dot_size-2 {
        display: none;
    }

    .partnership-steps__row {
        margin-top: 40px;
    }

    .partnership-step .partnership-step__title.title {
        font-size: 16px;
    }

    .offer-card .offer-card__title.title {
        font-size: 16px;
    }

    .variant .variant__title.title {
        font-size: 16px;  
    }

    .variant__text {
        font-size: 14px;
    }

    .variants__col {
        width: 100%;
    }

    .partnership-step__img {
        margin: 0 0 30px 0;
    }

    .static-banner__text {
        width: 80%;
    }

    .aside-wrapper .sort-box__title,
    .aside-wrapper .smart-filter-item__title {
        font-size: 18px!important;
    }

    .breadcrumb {
        margin: 20px 0;
        font-size: 14px;
    }

    .bg-box {
        padding: 30px 0;
    }

    header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .logo {
        width: 180px;
    }

    header .btn {
        font-size: 14px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-banner {
        margin-bottom: 30px;
    }

    .catalog-item .btn {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog {
        margin-bottom: 30px;
    }

    .catalog .catalog-list__col {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .main-banner {
        max-height: 100%;
    }

    .main-banner__col_2 {
        display: none;
    }

    .main-banner__col_1 {
        max-width: 100%;
    }

    .dot_size-3 {
        width: 50px;
        height: 50px;
        background-size: 12.5px 12.5px;
    }

    .dot_size-4 {
        width: 62.5px;
        height: 37.5px;
        background-size: 12.5px 12.5px;
    }

    .dot_size-2 {
        width: 50px;
        height: 90px;
        background-size: 12.5px 12.5px;
    }

    .dot_size-1 {
        width: 90px;
        height: 97.5px;
        background-size: 15.5px 15.5px;
    }

    .services__dot-1 {
        top: 40px;
    }

    .services .title {
        margin-right: 80px;
        margin-bottom: 0;
    }

    .services__header {
        padding-top: 20px;
    }

    .services {
        padding-bottom: 50px;
    }

    .advantages {
        margin-bottom: 30px;
    }

    .subtitle {
        font-size: 14px;
    }

    .advantage-item__title {
        font-size: 20px;
    }

    .advantage-item__text {
        font-size: 14px;
    }

    .consultation {
        padding-bottom: 30px;
    }

    .consultation__row {
        flex-direction: column;
    }

    .consultation__col,
    .consultation__col.consultation__form-col {
        width: 100%;
    }

    .consultation__image {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .consultation__image img {
        position: relative;
        height: auto;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0;
    }

    .license__dot-1 {
        top: 35px;
    }

    .footer__row_mid {
        font-size: 14px;
    }

    .footer__row_mid span[class^='icon-'] {
        position: relative;
        top: 1px;
    }

    .footer__row_mid .footer__col:nth-child(1) {
        width: 230px;
    }

    .footer__row_mid .footer__col:nth-child(2) {
        width: calc(100% - 230px);
    }

    .footer__row_mid .footer__col:nth-child(3) {
        width: calc(100% - 230px);
    }

    .footer__row_mid .footer__col:nth-child(4) {
        width: 230px;
    }

    .footer__row.footer__row_top {
        margin-top: 20px;
    }

    .footer__row.footer__row_mid {
        margin-top: 20px;
    }

    .footer__sep,
    .footer__row_last {
        margin-top: 20px;
    }

    footer.footer {
        padding-bottom: 20px;
    }

    .footer__copyright {
        font-size: 14px;
    }

	.advantage-card__title.title {
		font-size: 20px;
	}

	.advantage-card {
		min-height: 110px;
	}

	.advantages-cards__desc {
		padding-bottom: 0;
	}
}

@media (max-width: 660px) {
.footer__row_top .footer__col:nth-child(3) {
font-size: 12px;
line-height: 14px;
}

    .tariffs__col {
        width: 100%;
        max-width: 500px;
    }

    .course-detail__prop-blocks {
        margin-bottom: 30px;
    }

    .contact-item__text {
        font-size: 20px;
    }

    .contacts__dot-2 {
        display: none;
    }

    .about-nmo {
        padding-bottom: 0;
    }

    .about-nmo__dot-1 {
        display: none;
    }

    .services-list__col {
        width: 100%;
    }

    .advantages__col {
        width: 100%;
    }

    header .btn {
        padding: 8px 20px;
    }

    header .logo {
        width: 150px;
    }

    .static-banner__text {
        width: 100%;
    }

	.advantage-card {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.advantage-card__title {
		margin-right: 50px;
		margin-bottom: 0;
	}

	.advantage-card__icon {
		transform: translateY(50%);
		bottom: 50%;
		display: flex;
		align-items: center;
		right: 20px;
	}

	.advantage-card__icon .svg-icon-med,
	.advantage-card__icon .svg-icon-gift,
	.advantage-card__icon .svg-icon-certificate2,
	.advantage-card__icon .svg-icon-seminar2,
	.advantage-card__icon .svg-icon-media-tutorials,
	.advantage-card__icon .svg-icon-micro,
	.advantage-card__icon .svg-icon-doctor,
	.advantage-card__icon .svg-icon-med-diagnostic,
	.advantage-card__icon .svg-icon-med-support,
	.advantage-card__icon .svg-icon-med-treatment,
	.advantage-card__icon .svg-icon-webinar,
	.advantage-card__icon .svg-icon-seminar,
	.advantage-card__icon .svg-icon-med-folder {
		transform-origin: center right;
		transform: scale(0.75);
	}

}

@media (max-width: 596px) {
.footer__row_top .footer__col:nth-child(3) {
text-align: center;
}
    .remaining-timer {
        padding: 15px;
    }

    .remaining-timer .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .remaining-timer__col:first-child {
        padding-right: 5px;
    }

    .remaining-timer__col:last-child {
        padding-left: 5px;
    }

    .tag-item {
        padding: 7px 15px;
        font-size: 12px;
    }

    .prop-blocks__col {
        width: 100%;
    }

    .prop-block {
        padding: 10px;
        margin: 0;
    }

    .prop-block__icon {
        font-size: 30px;
    }

    .prop-block__title {
        font-size: 12px;
    }

    .prop-block__value {
        font-size: 16px;
    }

    .contact-item__label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contacts .subtitle {
        margin-bottom: 5px;   
    }

    .contact-item__text {
        font-size: 18px;
    }

    .wrapper.about-nmo .title {
        font-size: 35px;
        line-height: 100%;
    }

    .title:not(.advantage-item__title) {
        font-size: 35px;
        line-height: 100%;
    }

    .bg-box_2 .bg-box__title {
        font-size: 25px;
    }

    .course-detail__title {
        font-size: 25px;
    }

    .teacher-item__content .teacher-item__label {
        font-size: 20px;
    }

    .teacher-item__content .teacher-item__title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .partnership-steps__row {
        flex-wrap: wrap;
        gap: 80px 0;
    }

    .partnership-steps__col {
        width: 100%;
    }
    
    header .logo {
        width: 130px;
    }

    header .btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-banner__buttons .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .services .title {
        margin-right: 50px;
    }

    .advantages {
        margin-bottom: 0;
    }

    .consultation__dot-1 {
        top: 0;
    }

    .consultation {
        padding-top: 20px;
    }

    .consultation .subtitle {
        margin-right: 70px;
    }

    .dot_size-2 {
        width: 50px;
        height: 90px;
        background-size: 12.5px 12.5px;
    }

    .dot_size-1 {
        width: 60px;
        height: 65px;
        background-size: 12.5px 12.5px;
    }

    .license__dot-1 {
        top: 0;
    }

    .license {
        padding: 40px 0 70px 0;
    }

    
    .footer__row_mid {
        gap: 20px 0;
    }

    .footer__location,
    .footer__social {
        justify-content: center;
    }

    .footer__row_mid .footer__col:nth-child(1),
    .footer__row_mid .footer__col:nth-child(2),
    .footer__row_mid .footer__col:nth-child(3),
    .footer__row_mid .footer__col:nth-child(4) {
        width: 100%;
    }

    .footer__row_mid .footer__col:nth-child(3),
    .footer__row_mid .footer__col:nth-child(4),
    .footer__contacts {
        text-align: center;
    }

    .footer__row_mid .footer__col:nth-child(4) br {
        display: none;
    }

    .footer .btn.btn-white {
        font-size: 14px;
    }

    .footer__row_top.footer__row {
        flex-wrap: wrap;
        gap: 15px 0;
    }

    .footer__row_top.footer__row .footer__col {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tags__title.title {
        font-size: 22px;
        line-height: 110%;
    }

	.advantage-card__title.title {
		font-size: 18px;
	}

.footer__row_top .footer__col:nth-child(2) {
display: block;
}
}

@media (max-width: 480px) {
    .remaining-timer .btn {
        width: 100px;
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
        border-radius: 24px;
    }

    .wrapper.about-nmo .title {
        font-size: 25px;
    }

    .title:not(.advantage-item__title) {
        font-size: 25px;
    }

    .catalog-item__price {
        font-size: 25px;
    }

    .teacher-item__content .teacher-item__label {
        font-size: 20px;
    }

    .teacher-item__content .teacher-item__title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .tags__title.title {
        font-size: 20px;
        line-height: 100%;
    }

	.advantage-card__title.title {
		font-size: 18px;
	}
}

@media (max-width: 440px) {
    .main-banner__buttons .btn {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .header__right {
        gap: 0 10px;
    }
}

.header__right .btn {
    padding: 10px 20px !important;
}

header .top-menu__link {
    padding: 20px 7px !important;
}

table.table {
    width: 100%;
    margin-bottom: 30px;
}

table.table th {
    font-weight: bold;
    padding: 10px;
    color: #fff;
}

table.table thead tr {
    background: #129cae;
}

table.table td {
    padding: 5px 15px;
}

table.table tbody tr:nth-child(even) {
    background: #63ecfe14;
}

a.advantages-cards__col {
    width: 100%;
    text-decoration: none;
}

.row.d-flex {
    display: flex;
}

.left_sidebar {
    min-width: 300px;
}

.right_content {
    width: 100%;
}

ul.left-menu {
    margin: 0 40px 0 0;
    background: #EBFDFF;
    border-radius: 10px;
    padding: 20px;
}

ul.left-menu li {
    list-style: none;
}

ul.left-menu li a {
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #88cdf6;
    padding: 10px 0;
    color: #2d82b5;
}

ul.left-menu li:last-child a {
    border-bottom: none;
}

li.left-menu__item.left-menu__item_active a {
    font-weight: bold;
}

.js-action {
    cursor:pointer;
}


div#result-window2 .window {
    max-width: 1200px;
}

div#result-window2 video {
    max-width: 100%;
}

div#result-window2 embed {
    max-width: 100%;
}

.right_content .card-item {
    padding-top: 25px;
}

.bx-system-auth-form input {
    border: 1px solid #CACACA;
    background-color: transparent;
    border-radius: 10px;
    padding: 20px 16px;
    width: 100%;
    max-width: 400px;
    outline: none;
    margin: 0;
    resize: none;
}

.bx-system-auth-form input[type="submit"] {
    display: inline-block;
    font-family: 'Gilroy', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    border: 1px solid #129CAE;
    color: #129CAE;
    border-radius: 30px;
    padding: 16px 35px;
    transition: all linear 0.2s;
    cursor: pointer;
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}

.window__body embed {
    margin-top: -60px;
}

.window__body {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.window__body h3 {
    font-size: 20px;
}

.listcat .podmenu {
    position: absolute;
    z-index: 99;
    width: calc(100% + 20px);
    height: 100%;
}

.listcat {
    position: relative;
}

.filtr .pun svg {
    display: none;
}

.filtr .pun a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #000;
}

.filtr .pun.act a {
    color: #000 !important;
    background: #ffcd02;
    cursor: pointer;
}

.catalog-item__title.no_image {
    position: relative;
    bottom: 0 !IMPORTANT;
    padding: 15px 0;
    color: #129cae;
    text-decoration: none !important;
}
a.btn.btn-default.js-action {
    margin-bottom: 10px;
}

.absolute_btn {
    position: absolute;
    right: 0;
}

.container.relative {
    position: relative;
}
.tariff-item__text.payment {
    text-align: left;
}

.tariff-item__text.payment ul {
    align-items: baseline;
}

.tariff-item__text.payment ul b {
    color: #129CAE;
}

span.note {
    font-size: 10px;
    color: #000;
    display: block;
    min-height: 45px;
    line-height: 16px;
}

.tariff-item__price > div {
    min-width: 100%;
}

.tariff-item__price .rub:after {
    padding-left: 5px;
}

div#result-window2.type_243 .window {
    max-width: 90%;
    width: 90%;
    padding: 15px;
    min-height: 95%;
}

div#result-window2.type_243 .window embed {
    width: 100%;
    min-height:100%;
}

.community .catalog-item__image.image-mask {
    max-height: 150px !important;
    padding-bottom: 190px;
}


.js-modal table tr td {
    border: 1px solid #eee;
    padding: 2px 5px;
    vertical-align: top;
}

.mt-50 {
    margin-top:50px;
}

.small-btn {
    width: initial !important;
    display: inline-block !important;
    padding: 7px 12px;
    border-radius: 10px;
}

.avatar img {
    object-position: center !important;
}
span.catalog-item-prop__value p {
    margin: 0 0 5px;
}

.variants__cols .variant {
    border-bottom: none;
}

.become-partner__wrapper.bg-turquoise {
    padding: 100px 90px 70px;
}

.variant__title.title {
    margin-bottom: 0;
}

.variant__title {
}

.partnership-step__title {
    font-size: 24px;
}

.offer-card__title {
    font-size: 20px;
}
span.card-item__title.inverted a {
    color: initial;
    text-decoration: none;
}

.wrapper.course-reviews {
    margin-bottom: 50px;
}

.wrapper.detail-service-form {
    margin-bottom: 100px;
}

.catalog-list__col {
    opacity: 1 !important;
}
a.header_phone {
    text-decoration: none;
    font-size: 19px;
    display: flex;
	width:180px;
}

a.header_phone span {
    margin-right: 6px;
    margin-top: 2px;
}

@media (max-width: 767px) {
    a.header_phone {
        font-size: 13px;

    }
}

@media (min-width: 768px) {
    .docs.course-documents__row {
        flex-wrap: nowrap;
    }
    .docs .course-documents__col {

    }
    .docs img.img-responsive {
        max-height: 300px;
    }
    
    .static-banner {
        margin-bottom: 50px;
    }

    .our-offer {
        margin-bottom: 100px;
    }

    .bg-box.bg-box_2.bg-mask {
        padding-bottom: 70px;
    }
    section#course-program {
        margin-bottom: 80px;
    }

    .course-documents {
        padding: 80px;
        margin-bottom: 100px;
    }
    .teacher-item__col_2 {
        min-width: 30%;
        width: 30% !important;
        align-self: initial !important;
    }

    .teacher-item__row {
        align-content: flex-start;
        align-items: flex-start !important;
    }


    .course-teachers {
        margin-bottom: 50px;
    }
    .course-teacher {
        margin-bottom: 50px;

    }

    .course-teacher__col {
        width: 30%;
    }

    .course-teacher__col_2 {
        width: 70%;
    }

    .course-detail__prop-blocks {
        margin-bottom: 60px !important;
    }

    .faq__row {
        padding-top: 35px;
    }

}

.promo_list {
    margin:20px 0;
}
.js-copy {
    cursor: pointer;
}
.noshow {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0 !important;
    font-size: 0;
}

.right_content .partnership-steps__row {
    margin: 20px 0;
}

.copied {
    position: absolute;
    background: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.course_desc {}

.course_desc {
    display: flex;
    text-align: left;
}

.course_desc span {
    min-width: 100px;
}

span.old_price {
    text-decoration: line-through;
    color: #999;
}

.tariff-item__btn a {
    margin-bottom: 20px;
}

.course_desc {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.course_desc span {
    min-width: 150px;
    text-align: right;
    margin-right: 14px;
}

.course_desc:last-child {
    border-bottom: 0 !important;
}

.course-reviews__header {
    text-align: center;
}

.consultation-sticky {
    display: none;
}

.right_content .table {
    margin: 10px 0;
}

.right_content .table td {
    text-align: center;
    padding: 6px 10px;
}

p.note_pay {
    font-size: 12px;
}

.tariff-item__text ul li {
    text-align: left;
}

.tariff-item__text ul {
    display: block;
}


span.old_price.rub {
    font-size: 23px;
    line-height: 40px;
    margin-left: 13px;
}

.tariff-item__price .d-flex {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {

    .our-platform__row {
        display: none;
    }

    ul.left-menu {
        margin: 0 auto;
    }

    .partnership-form__subtitle.subtitle {
        text-align: center;
    }
    .left_sidebar.sidebar_new {
        position: relative;
        display: block;
    }

    .row.d-flex.d-block-mobile {flex-direction: column;}

    a.js-sidebarClose {
        display: none;
    }

    .left_sidebar.sidebar_new {
        margin-bottom: 30px;
        order: 2;
    }

    .right_content {
        margin-bottom: 30px;
        order: 1;
    }

    .partnership-form__subtitle.subtitle {
        overflow: auto;
    }
}

.filter_adm {
    margin: 0 0 20px;
    padding: 10px;
    background: #eee;
    text-align: center;
}

.filter_adm a {
    text-decoration: none;
    font-size: 20px;
    padding: 5px 20px;
}

.filter_adm a.active {
    font-weight: bold;
}

.btns {
    margin-top: 20px;
}

.price-box.icon-card {
    font-weight: bold;
    font-size: 20px;
}

/* version 3 services-list  */


.bx-auth input[type=text],.bx-auth input[type=password] {
    border: 1px solid #CACACA;
    background-color: transparent;
    border-radius: 10px;
    padding: 20px 16px;
    width: 100%;
    outline: none;
    margin: 0;
    resize: none;
}

.form__row.row_checkbox {
    text-align: left;
    margin: 6px auto;
    line-height: 15px;
    font-size: 13px;
}

.dir_services .services-list  .services-list__col {
    width: 100%;
}

.dir_services .services-list a.card-item__image {
    margin: 0;
    border-radius: 13px;
}

.dir_services .services-list a.card-item__title.inverted {
    margin: 15px;
}

.dir_services .services-list__col .card-item {
    align-items: center;
}

.bx-session-message {
    display: none !important;
}
.user-profile__wrapper {
    width: 55px;
    text-decoration: none;
}

.user-profile__avatar img {
    max-width: 100%;
    border-radius: 50%;
}

.user-profile__content {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    .hidden_desktop {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
    a.btn.btn-inverted.personal {
        display: block;
        font-size: 11px;
    }
    li.top-menu__item.hidden_desktop a {
        color: #129cae;
    }
    .course_desc span {
        min-width: 100px;
    }
    .dir_services .services-list .card-item__image img {
        position: relative;
    }

    .dir_services .services-list a.card-item__image {
        padding: 30px 0 0;
    }

}

.services-list__col .card-item > .btns {
    min-width: 180px !important;
}
span.note {
    margin-bottom: 0px;
    min-height: 20px;
    font-size: 12px;
}
span.note.economy {
    margin-bottom: 0px;
    min-height: 20px;
    font-size: 14px;
}
.tariff-item__price {
    min-height: 130px;
}
.slide_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.slide_content * {
    text-decoration: none;
}

.time-box.icon-info.js-tooltip {
    display: inline;
}

.services-list__col .btns {
    text-align: center;
}

.time-box.icon-info.js-tooltip.mt-10 {
    margin-top: 10px !important;
    display: inline-block;
}
/* End */


/* Start:/local/templates/medical_speaker/template_styles.css?17102410222729*/
.list_top li::before {
    content: '\ea10' !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    content: "\ea34" !important;
}
.main-banner__title {
    line-height: 70px;
    font-size: 74px;
}
.filter-items-wrapper+.lnk-btn {
    display: none;
}
.window__body.js-modal .iframe:before {
    content: "";
    right: 11px;
    top: 12px;
    width: 41px;
    height: 41px;
    background: #d1d1d1;
    position: absolute;
}
.window__body.js-modal {
    position: relative;
}
.window__body.js-modal {
    position: relative;
}
.mobile_content {
	display:none;
}
a.js-showSidebar svg {
    height: 40px;
}

a.back {
    text-decoration: none;
}

.d-flex.justify-between {
    justify-content: space-between;
    align-items: center;
}

.d-flex {
    display: flex;
}
.case_desc p {
    white-space: pre-wrap;
}

@media(max-width:480px) {
.title:not(.advantage-item__title) {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
}

.main-banner__text {
    font-size: 15px;
    line-height: 18px;
}
}
@media (max-width:767px) {
    .user-profile__content {
        display: block;
        font-size: 11px;
        max-width: 60px;
        min-width: 60px;
    }

    .user-profile__content_name {
        white-space: normal;
    }

    .user-profile__content_id {
        display: none;
    }

.left_sidebar.open {
    display: block;
}

a.js-sidebarClose {
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    z-index: 999;
    padding: 10px;
}

.open ul.left-menu {
    margin: 0;
}

a.js-showSidebar {
    display: flex;
    align-items: center;
    color: #000;
    background: #d0faff;
    border: 1px solid #8fd4dc;
    padding: 5px 10px;
    border-radius: 3px;
}

.mobile_content .d-flex {
    margin-bottom: 20px;
}

	.left_sidebar {
		position: fixed;
		display: none;
		left:0;
		top:0;
		z-index:999;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow: auto;

	}
	.mobile_content {
		display:block;
	}
	.catalog-list__col {
		width: 100%;
	}

}


div#result-window2.type_243 .window {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
}

div#result-window2.type_243 .window__body.js-modal {
    height: 100%;
    border-radius: 0 !important;
}

div#result-window2.type_243 .window__header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fffa;
}

div#result-window2.type_243 .window__close {
    top: 10px;
}

div#result-window2.type_243 .window__body.js-modal embed {
    border-radius: 0 !important;
    height: calc(100% + 60px) !important;
}

div#result-window2.type_243 .window__title.title {
    padding: 10px 0 0;
}


/* End */


/* Start:/local/templates/medical_speaker/fonts/fonts.css?16817311998580*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Regular.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-ExtraboldItalic.eot');
    src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ExtraboldItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Bold.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Black.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Black.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Light.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Semibold.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Medium.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-MediumItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BlackItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BlackItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLight.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-RegularItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-SemiboldItalic.eot');
    src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-SemiboldItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-SemiboldItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-HeavyItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Extrabold.eot');
    src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Extrabold.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Extrabold.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BoldItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BoldItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLightItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLightItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-LightItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-LightItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Heavy.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Thin.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Thin.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/medical_speaker/fonts/Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ThinItalic.woff2') format('woff2'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ThinItalic.woff') format('woff'),
        url('/local/templates/medical_speaker/fonts/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


/* End */


/* Start:/local/templates/medical_speaker/fonts/icomoon/fonts.css?169839299319789*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/medical_speaker/fonts/icomoon/icomoon.eot?rk8j7n');
  src:  url('/local/templates/medical_speaker/fonts/icomoon/icomoon.eot?rk8j7n#iefix') format('embedded-opentype'),
    url('/local/templates/medical_speaker/fonts/icomoon/icomoon.ttf?rk8j7n') format('truetype'),
    url('/local/templates/medical_speaker/fonts/icomoon/icomoon.woff?rk8j7n') format('woff'),
    url('/local/templates/medical_speaker/fonts/icomoon/icomoon.svg?rk8j7n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-home:before{content:"\e900"}
.icon-home2:before{content:"\e901"}
.icon-home3:before{content:"\e902"}
.icon-office:before{content:"\e903"}
.icon-newspaper:before{content:"\e904"}
.icon-pencil:before{content:"\e905"}
.icon-pencil2:before{content:"\e906"}
.icon-quill:before{content:"\e907"}
.icon-pen:before{content:"\e908"}
.icon-blog:before{content:"\e909"}
.icon-eyedropper:before{content:"\e90a"}
.icon-droplet:before{content:"\e90b"}
.icon-paint-format:before{content:"\e90c"}
.icon-image:before{content:"\e90d"}
.icon-images:before{content:"\e90e"}
.icon-camera:before{content:"\e90f"}
.icon-headphones:before{content:"\e910"}
.icon-music:before{content:"\e911"}
.icon-play:before{content:"\e912"}
.icon-film:before{content:"\e913"}
.icon-video-camera:before{content:"\e914"}
.icon-dice:before{content:"\e915"}
.icon-pacman:before{content:"\e916"}
.icon-spades:before{content:"\e917"}
.icon-clubs:before{content:"\e918"}
.icon-diamonds:before{content:"\e919"}
.icon-bullhorn:before{content:"\e91a"}
.icon-connection:before{content:"\e91b"}
.icon-podcast:before{content:"\e91c"}
.icon-feed:before{content:"\e91d"}
.icon-mic:before{content:"\e91e"}
.icon-book:before{content:"\e91f"}
.icon-books:before{content:"\e920"}
.icon-library:before{content:"\e921"}
.icon-file-text:before{content:"\e922"}
.icon-profile:before{content:"\e923"}
.icon-file-empty:before{content:"\e924"}
.icon-files-empty:before{content:"\e925"}
.icon-file-text2:before{content:"\e926"}
.icon-file-picture:before{content:"\e927"}
.icon-file-music:before{content:"\e928"}
.icon-file-play:before{content:"\e929"}
.icon-file-video:before{content:"\e92a"}
.icon-file-zip:before{content:"\e92b"}
.icon-copy:before{content:"\e92c"}
.icon-paste:before{content:"\e92d"}
.icon-stack:before{content:"\e92e"}
.icon-folder:before{content:"\e92f"}
.icon-folder-open:before{content:"\e930"}
.icon-folder-plus:before{content:"\e931"}
.icon-folder-minus:before{content:"\e932"}
.icon-folder-download:before{content:"\e933"}
.icon-folder-upload:before{content:"\e934"}
.icon-price-tag:before{content:"\e935"}
.icon-price-tags:before{content:"\e936"}
.icon-barcode:before{content:"\e937"}
.icon-qrcode:before{content:"\e938"}
.icon-ticket:before{content:"\e939"}
.icon-cart:before{content:"\e93a"}
.icon-coin-dollar:before{content:"\e93b"}
.icon-coin-euro:before{content:"\e93c"}
.icon-coin-pound:before{content:"\e93d"}
.icon-coin-yen:before{content:"\e93e"}
.icon-credit-card:before{content:"\e93f"}
.icon-calculator:before{content:"\e940"}
.icon-lifebuoy:before{content:"\e941"}
.icon-phone:before{content:"\e942"}
.icon-phone-hang-up:before{content:"\e943"}
.icon-address-book:before{content:"\e944"}
.icon-envelop:before{content:"\e945"}
.icon-pushpin:before{content:"\e946"}
.icon-location:before{content:"\e947"}
.icon-location2:before{content:"\e948"}
.icon-compass:before{content:"\e949"}
.icon-compass2:before{content:"\e94a"}
.icon-map:before{content:"\e94b"}
.icon-map2:before{content:"\e94c"}
.icon-history:before{content:"\e94d"}
.icon-clock:before{content:"\e94e"}
.icon-clock2:before{content:"\e94f"}
.icon-alarm:before{content:"\e950"}
.icon-bell:before{content:"\e951"}
.icon-stopwatch:before{content:"\e952"}
.icon-calendar:before{content:"\e953"}
.icon-printer:before{content:"\e954"}
.icon-keyboard:before{content:"\e955"}
.icon-display:before{content:"\e956"}
.icon-laptop:before{content:"\e957"}
.icon-mobile:before{content:"\e958"}
.icon-mobile2:before{content:"\e959"}
.icon-tablet:before{content:"\e95a"}
.icon-tv:before{content:"\e95b"}
.icon-drawer:before{content:"\e95c"}
.icon-drawer2:before{content:"\e95d"}
.icon-box-add:before{content:"\e95e"}
.icon-box-remove:before{content:"\e95f"}
.icon-download:before{content:"\e960"}
.icon-upload:before{content:"\e961"}
.icon-floppy-disk:before{content:"\e962"}
.icon-drive:before{content:"\e963"}
.icon-database:before{content:"\e964"}
.icon-undo:before{content:"\e965"}
.icon-redo:before{content:"\e966"}
.icon-undo2:before{content:"\e967"}
.icon-redo2:before{content:"\e968"}
.icon-forward:before{content:"\e969"}
.icon-reply:before{content:"\e96a"}
.icon-bubble:before{content:"\e96b"}
.icon-bubbles:before{content:"\e96c"}
.icon-bubbles2:before{content:"\e96d"}
.icon-bubble2:before{content:"\e96e"}
.icon-bubbles3:before{content:"\e96f"}
.icon-bubbles4:before{content:"\e970"}
.icon-user:before{content:"\e971"}
.icon-users:before{content:"\e972"}
.icon-user-plus:before{content:"\e973"}
.icon-user-minus:before{content:"\e974"}
.icon-user-check:before{content:"\e975"}
.icon-user-tie:before{content:"\e976"}
.icon-quotes-left:before{content:"\e977"}
.icon-quotes-right:before{content:"\e978"}
.icon-hour-glass:before{content:"\e979"}
.icon-spinner:before{content:"\e97a"}
.icon-spinner2:before{content:"\e97b"}
.icon-spinner3:before{content:"\e97c"}
.icon-spinner4:before{content:"\e97d"}
.icon-spinner5:before{content:"\e97e"}
.icon-spinner6:before{content:"\e97f"}
.icon-spinner7:before{content:"\e980"}
.icon-spinner8:before{content:"\e981"}
.icon-spinner9:before{content:"\e982"}
.icon-spinner10:before{content:"\e983"}
.icon-spinner11:before{content:"\e984"}
.icon-binoculars:before{content:"\e985"}
.icon-search:before{content:"\e986"}
.icon-zoom-in:before{content:"\e987"}
.icon-zoom-out:before{content:"\e988"}
.icon-enlarge:before{content:"\e989"}
.icon-shrink:before{content:"\e98a"}
.icon-enlarge2:before{content:"\e98b"}
.icon-shrink2:before{content:"\e98c"}
.icon-key:before{content:"\e98d"}
.icon-key2:before{content:"\e98e"}
.icon-lock:before{content:"\e98f"}
.icon-unlocked:before{content:"\e990"}
.icon-wrench:before{content:"\e991"}
.icon-equalizer:before{content:"\e992"}
.icon-equalizer2:before{content:"\e993"}
.icon-cog:before{content:"\e994"}
.icon-cogs:before{content:"\e995"}
.icon-hammer:before{content:"\e996"}
.icon-magic-wand:before{content:"\e997"}
.icon-aid-kit:before{content:"\e998"}
.icon-bug:before{content:"\e999"}
.icon-pie-chart:before{content:"\e99a"}
.icon-stats-dots:before{content:"\e99b"}
.icon-stats-bars:before{content:"\e99c"}
.icon-stats-bars2:before{content:"\e99d"}
.icon-trophy:before{content:"\e99e"}
.icon-gift:before{content:"\e99f"}
.icon-glass:before{content:"\e9a0"}
.icon-glass2:before{content:"\e9a1"}
.icon-mug:before{content:"\e9a2"}
.icon-spoon-knife:before{content:"\e9a3"}
.icon-leaf:before{content:"\e9a4"}
.icon-rocket:before{content:"\e9a5"}
.icon-meter:before{content:"\e9a6"}
.icon-meter2:before{content:"\e9a7"}
.icon-hammer2:before{content:"\e9a8"}
.icon-fire:before{content:"\e9a9"}
.icon-lab:before{content:"\e9aa"}
.icon-magnet:before{content:"\e9ab"}
.icon-bin:before{content:"\e9ac"}
.icon-bin2:before{content:"\e9ad"}
.icon-briefcase:before{content:"\e9ae"}
.icon-airplane:before{content:"\e9af"}
.icon-truck:before{content:"\e9b0"}
.icon-road:before{content:"\e9b1"}
.icon-accessibility:before{content:"\e9b2"}
.icon-target:before{content:"\e9b3"}
.icon-shield:before{content:"\e9b4"}
.icon-power:before{content:"\e9b5"}
.icon-switch:before{content:"\e9b6"}
.icon-power-cord:before{content:"\e9b7"}
.icon-clipboard:before{content:"\e9b8"}
.icon-list-numbered:before{content:"\e9b9"}
.icon-list:before{content:"\e9ba"}
.icon-list2:before{content:"\e9bb"}
.icon-tree:before{content:"\e9bc"}
.icon-menu:before{content:"\e9bd"}
.icon-menu2:before{content:"\e9be"}
.icon-menu3:before{content:"\e9bf"}
.icon-menu4:before{content:"\e9c0"}
.icon-cloud:before{content:"\e9c1"}
.icon-cloud-download:before{content:"\e9c2"}
.icon-cloud-upload:before{content:"\e9c3"}
.icon-cloud-check:before{content:"\e9c4"}
.icon-download2:before{content:"\e9c5"}
.icon-upload2:before{content:"\e9c6"}
.icon-download3:before{content:"\e9c7"}
.icon-upload3:before{content:"\e9c8"}
.icon-sphere:before{content:"\e9c9"}
.icon-earth:before{content:"\e9ca"}
.icon-link:before{content:"\e9cb"}
.icon-flag:before{content:"\e9cc"}
.icon-attachment:before{content:"\e9cd"}
.icon-eye:before{content:"\e9ce"}
.icon-eye-plus:before{content:"\e9cf"}
.icon-eye-minus:before{content:"\e9d0"}
.icon-eye-blocked:before{content:"\e9d1"}
.icon-bookmark:before{content:"\e9d2"}
.icon-bookmarks:before{content:"\e9d3"}
.icon-sun:before{content:"\e9d4"}
.icon-contrast:before{content:"\e9d5"}
.icon-brightness-contrast:before{content:"\e9d6"}
.icon-star-empty:before{content:"\e9d7"}
.icon-star-half:before{content:"\e9d8"}
.icon-star-full:before{content:"\e9d9"}
.icon-heart:before{content:"\e9da"}
.icon-heart-broken:before{content:"\e9db"}
.icon-man:before{content:"\e9dc"}
.icon-woman:before{content:"\e9dd"}
.icon-man-woman:before{content:"\e9de"}
.icon-happy:before{content:"\e9df"}
.icon-happy2:before{content:"\e9e0"}
.icon-smile:before{content:"\e9e1"}
.icon-smile2:before{content:"\e9e2"}
.icon-tongue:before{content:"\e9e3"}
.icon-tongue2:before{content:"\e9e4"}
.icon-sad:before{content:"\e9e5"}
.icon-sad2:before{content:"\e9e6"}
.icon-wink:before{content:"\e9e7"}
.icon-wink2:before{content:"\e9e8"}
.icon-grin:before{content:"\e9e9"}
.icon-grin2:before{content:"\e9ea"}
.icon-cool:before{content:"\e9eb"}
.icon-cool2:before{content:"\e9ec"}
.icon-angry:before{content:"\e9ed"}
.icon-angry2:before{content:"\e9ee"}
.icon-evil:before{content:"\e9ef"}
.icon-evil2:before{content:"\e9f0"}
.icon-shocked:before{content:"\e9f1"}
.icon-shocked2:before{content:"\e9f2"}
.icon-baffled:before{content:"\e9f3"}
.icon-baffled2:before{content:"\e9f4"}
.icon-confused:before{content:"\e9f5"}
.icon-confused2:before{content:"\e9f6"}
.icon-neutral:before{content:"\e9f7"}
.icon-neutral2:before{content:"\e9f8"}
.icon-hipster:before{content:"\e9f9"}
.icon-hipster2:before{content:"\e9fa"}
.icon-wondering:before{content:"\e9fb"}
.icon-wondering2:before{content:"\e9fc"}
.icon-sleepy:before{content:"\e9fd"}
.icon-sleepy2:before{content:"\e9fe"}
.icon-frustrated:before{content:"\e9ff"}
.icon-frustrated2:before{content:"\ea00"}
.icon-crying:before{content:"\ea01"}
.icon-crying2:before{content:"\ea02"}
.icon-point-up:before{content:"\ea03"}
.icon-point-right:before{content:"\ea04"}
.icon-point-down:before{content:"\ea05"}
.icon-point-left:before{content:"\ea06"}
.icon-warning:before{content:"\ea07"}
.icon-notification:before{content:"\ea08"}
.icon-question:before{content:"\ea09"}
.icon-plus:before{content:"\ea0a"}
.icon-minus:before{content:"\ea0b"}
.icon-info:before{content:"\ea0c"}
.icon-cancel-circle:before{content:"\ea0d"}
.icon-blocked:before{content:"\ea0e"}
.icon-cross:before{content:"\ea0f"}
.icon-checkmark:before{content:"\ea10"}
.icon-checkmark2:before{content:"\ea11"}
.icon-spell-check:before{content:"\ea12"}
.icon-enter:before{content:"\ea13"}
.icon-exit:before{content:"\ea14"}
.icon-play2:before{content:"\ea15"}
.icon-pause:before{content:"\ea16"}
.icon-stop:before{content:"\ea17"}
.icon-previous:before{content:"\ea18"}
.icon-next:before{content:"\ea19"}
.icon-backward:before{content:"\ea1a"}
.icon-forward2:before{content:"\ea1b"}
.icon-play3:before{content:"\ea1c"}
.icon-pause2:before{content:"\ea1d"}
.icon-stop2:before{content:"\ea1e"}
.icon-backward2:before{content:"\ea1f"}
.icon-forward3:before{content:"\ea20"}
.icon-first:before{content:"\ea21"}
.icon-last:before{content:"\ea22"}
.icon-previous2:before{content:"\ea23"}
.icon-next2:before{content:"\ea24"}
.icon-eject:before{content:"\ea25"}
.icon-volume-high:before{content:"\ea26"}
.icon-volume-medium:before{content:"\ea27"}
.icon-volume-low:before{content:"\ea28"}
.icon-volume-mute:before{content:"\ea29"}
.icon-volume-mute2:before{content:"\ea2a"}
.icon-volume-increase:before{content:"\ea2b"}
.icon-volume-decrease:before{content:"\ea2c"}
.icon-loop:before{content:"\ea2d"}
.icon-loop2:before{content:"\ea2e"}
.icon-infinite:before{content:"\ea2f"}
.icon-shuffle:before{content:"\ea30"}
.icon-arrow-up-left:before{content:"\ea31"}
.icon-arrow-up:before{content:"\ea32"}
.icon-arrow-up-right:before{content:"\ea33"}
.icon-arrow-right:before{content:"\ea34"}
.icon-arrow-down-right:before{content:"\ea35"}
.icon-arrow-down:before{content:"\ea36"}
.icon-arrow-down-left:before{content:"\ea37"}
.icon-arrow-left:before{content:"\ea38"}
.icon-arrow-up-left2:before{content:"\ea39"}
.icon-arrow-up2:before{content:"\ea3a"}
.icon-arrow-up-right2:before{content:"\ea3b"}
.icon-arrow-right2:before{content:"\ea3c"}
.icon-arrow-down-right2:before{content:"\ea3d"}
.icon-arrow-down2:before{content:"\ea3e"}
.icon-arrow-down-left2:before{content:"\ea3f"}
.icon-arrow-left2:before{content:"\ea40"}
.icon-circle-up:before{content:"\ea41"}
.icon-circle-right:before{content:"\ea42"}
.icon-circle-down:before{content:"\ea43"}
.icon-circle-left:before{content:"\ea44"}
.icon-tab:before{content:"\ea45"}
.icon-move-up:before{content:"\ea46"}
.icon-move-down:before{content:"\ea47"}
.icon-sort-alpha-asc:before{content:"\ea48"}
.icon-sort-alpha-desc:before{content:"\ea49"}
.icon-sort-numeric-asc:before{content:"\ea4a"}
.icon-sort-numberic-desc:before{content:"\ea4b"}
.icon-sort-amount-asc:before{content:"\ea4c"}
.icon-sort-amount-desc:before{content:"\ea4d"}
.icon-command:before{content:"\ea4e"}
.icon-shift:before{content:"\ea4f"}
.icon-ctrl:before{content:"\ea50"}
.icon-opt:before{content:"\ea51"}
.icon-checkbox-checked:before{content:"\ea52"}
.icon-checkbox-unchecked:before{content:"\ea53"}
.icon-radio-checked:before{content:"\ea54"}
.icon-radio-checked2:before{content:"\ea55"}
.icon-radio-unchecked:before{content:"\ea56"}
.icon-crop:before{content:"\ea57"}
.icon-make-group:before{content:"\ea58"}
.icon-ungroup:before{content:"\ea59"}
.icon-scissors:before{content:"\ea5a"}
.icon-filter:before{content:"\ea5b"}
.icon-font:before{content:"\ea5c"}
.icon-ligature:before{content:"\ea5d"}
.icon-ligature2:before{content:"\ea5e"}
.icon-text-height:before{content:"\ea5f"}
.icon-text-width:before{content:"\ea60"}
.icon-font-size:before{content:"\ea61"}
.icon-bold:before{content:"\ea62"}
.icon-underline:before{content:"\ea63"}
.icon-italic:before{content:"\ea64"}
.icon-strikethrough:before{content:"\ea65"}
.icon-omega:before{content:"\ea66"}
.icon-sigma:before{content:"\ea67"}
.icon-page-break:before{content:"\ea68"}
.icon-superscript:before{content:"\ea69"}
.icon-subscript:before{content:"\ea6a"}
.icon-superscript2:before{content:"\ea6b"}
.icon-subscript2:before{content:"\ea6c"}
.icon-text-color:before{content:"\ea6d"}
.icon-pagebreak:before{content:"\ea6e"}
.icon-clear-formatting:before{content:"\ea6f"}
.icon-table:before{content:"\ea70"}
.icon-table2:before{content:"\ea71"}
.icon-insert-template:before{content:"\ea72"}
.icon-pilcrow:before{content:"\ea73"}
.icon-ltr:before{content:"\ea74"}
.icon-rtl:before{content:"\ea75"}
.icon-section:before{content:"\ea76"}
.icon-paragraph-left:before{content:"\ea77"}
.icon-paragraph-center:before{content:"\ea78"}
.icon-paragraph-right:before{content:"\ea79"}
.icon-paragraph-justify:before{content:"\ea7a"}
.icon-indent-increase:before{content:"\ea7b"}
.icon-indent-decrease:before{content:"\ea7c"}
.icon-share:before{content:"\ea7d"}
.icon-new-tab:before{content:"\ea7e"}
.icon-embed:before{content:"\ea7f"}
.icon-embed2:before{content:"\ea80"}
.icon-terminal:before{content:"\ea81"}
.icon-share2:before{content:"\ea82"}
.icon-mail:before{content:"\ea83"}
.icon-mail2:before{content:"\ea84"}
.icon-mail3:before{content:"\ea85"}
.icon-mail4:before{content:"\ea86"}
.icon-amazon:before{content:"\ea87"}
.icon-google:before{content:"\ea88"}
.icon-google2:before{content:"\ea89"}
.icon-google3:before{content:"\ea8a"}
.icon-google-plus:before{content:"\ea8b"}
.icon-google-plus2:before{content:"\ea8c"}
.icon-google-plus3:before{content:"\ea8d"}
.icon-hangouts:before{content:"\ea8e"}
.icon-google-drive:before{content:"\ea8f"}
.icon-facebook:before{content:"\ea90"}
.icon-facebook2:before{content:"\ea91"}
.icon-instagram:before{content:"\ea92"}
.icon-whatsapp:before{content:"\ea93"}
.icon-spotify:before{content:"\ea94"}
.icon-telegram:before{content:"\ea95"}
.icon-twitter:before{content:"\ea96"}
.icon-vine:before{content:"\ea97"}
.icon-vk:before{content:"\ea98"}
.icon-renren:before{content:"\ea99"}
.icon-sina-weibo:before{content:"\ea9a"}
.icon-rss:before{content:"\ea9b"}
.icon-rss2:before{content:"\ea9c"}
.icon-youtube:before{content:"\ea9d"}
.icon-youtube2:before{content:"\ea9e"}
.icon-twitch:before{content:"\ea9f"}
.icon-vimeo:before{content:"\eaa0"}
.icon-vimeo2:before{content:"\eaa1"}
.icon-lanyrd:before{content:"\eaa2"}
.icon-flickr:before{content:"\eaa3"}
.icon-flickr2:before{content:"\eaa4"}
.icon-flickr3:before{content:"\eaa5"}
.icon-flickr4:before{content:"\eaa6"}
.icon-dribbble:before{content:"\eaa7"}
.icon-behance:before{content:"\eaa8"}
.icon-behance2:before{content:"\eaa9"}
.icon-deviantart:before{content:"\eaaa"}
.icon-500px:before{content:"\eaab"}
.icon-steam:before{content:"\eaac"}
.icon-steam2:before{content:"\eaad"}
.icon-dropbox:before{content:"\eaae"}
.icon-onedrive:before{content:"\eaaf"}
.icon-github:before{content:"\eab0"}
.icon-npm:before{content:"\eab1"}
.icon-basecamp:before{content:"\eab2"}
.icon-trello:before{content:"\eab3"}
.icon-wordpress:before{content:"\eab4"}
.icon-joomla:before{content:"\eab5"}
.icon-ello:before{content:"\eab6"}
.icon-blogger:before{content:"\eab7"}
.icon-blogger2:before{content:"\eab8"}
.icon-tumblr:before{content:"\eab9"}
.icon-tumblr2:before{content:"\eaba"}
.icon-yahoo:before{content:"\eabb"}
.icon-yahoo2:before{content:"\eabc"}
.icon-tux:before{content:"\eabd"}
.icon-appleinc:before{content:"\eabe"}
.icon-finder:before{content:"\eabf"}
.icon-android:before{content:"\eac0"}
.icon-windows:before{content:"\eac1"}
.icon-windows8:before{content:"\eac2"}
.icon-soundcloud:before{content:"\eac3"}
.icon-soundcloud2:before{content:"\eac4"}
.icon-skype:before{content:"\eac5"}
.icon-reddit:before{content:"\eac6"}
.icon-hackernews:before{content:"\eac7"}
.icon-wikipedia:before{content:"\eac8"}
.icon-linkedin:before{content:"\eac9"}
.icon-linkedin2:before{content:"\eaca"}
.icon-lastfm:before{content:"\eacb"}
.icon-lastfm2:before{content:"\eacc"}
.icon-delicious:before{content:"\eacd"}
.icon-stumbleupon:before{content:"\eace"}
.icon-stumbleupon2:before{content:"\eacf"}
.icon-stackoverflow:before{content:"\ead0"}
.icon-pinterest:before{content:"\ead1"}
.icon-pinterest2:before{content:"\ead2"}
.icon-xing:before{content:"\ead3"}
.icon-xing2:before{content:"\ead4"}
.icon-flattr:before{content:"\ead5"}
.icon-foursquare:before{content:"\ead6"}
.icon-yelp:before{content:"\ead7"}
.icon-paypal:before{content:"\ead8"}
.icon-chrome:before{content:"\ead9"}
.icon-firefox:before{content:"\eada"}
.icon-IE:before{content:"\eadb"}
.icon-edge:before{content:"\eadc"}
.icon-safari:before{content:"\eadd"}
.icon-opera:before{content:"\eade"}
.icon-file-pdf:before{content:"\eadf"}
.icon-file-openoffice:before{content:"\eae0"}
.icon-file-word:before{content:"\eae1"}
.icon-file-excel:before{content:"\eae2"}
.icon-libreoffice:before{content:"\eae3"}
.icon-html-five:before{content:"\eae4"}
.icon-html-five2:before{content:"\eae5"}
.icon-css3:before{content:"\eae6"}
.icon-git:before{content:"\eae7"}
.icon-codepen:before{content:"\eae8"}
.icon-svg:before{content:"\eae9"}
.icon-IcoMoon:before{content:"\eaea"}
/* End */
/* /local/templates/medical_speaker/css/normalize.css?16817311991740 */
/* /local/templates/medical_speaker/components/bitrix/news.list/slider_new/style.css?17126809346481 */
/* /local/templates/medical_speaker/components/bitrix/catalog.smart.filter/main/style.css?16817311995819 */
/* /local/templates/medical_speaker/styles.css?174461622598657 */
/* /local/templates/medical_speaker/template_styles.css?17102410222729 */
/* /local/templates/medical_speaker/fonts/fonts.css?16817311998580 */
/* /local/templates/medical_speaker/fonts/icomoon/fonts.css?169839299319789 */
