

/* Start:/local/templates/bioterm/template_styles.css?175317127311134*/
@import "/local/templates/bioterm/css/desktop.css";
@import "/local/templates/bioterm/css/mobile.css";

/*region Variables*/
:root {
    --color-red: #A52840;
    --color-soft-red: rgba(165,40,64,0.05);
    --color-menu-hover: #BA203E;
    --color-menu-delimeter: #D48695;
    --color-popup-layer: rgba(165, 40, 64, 0.3);
    --color-gray: #C2C2C2;
    --color-footer-bg: #F5F5F5;
    --color-text-general: #323232;
    --color-button-bg: #7D7878;
    --color-button-text: #FFFFFF;
    --color-section-bg-gray: #F9F8F6;
    --color-green: green;
}
/*endregion Variables*/

/*region General*/
body {
    font-family: "Open Sans S", sans-serif;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: var(--color-red);
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    display: flex;
    flex-wrap: wrap;
}
ul li {
    padding: 0 0 0 10px;
}
.group_wrapper__content_diseases li ul li {
    margin: 10px 0 0 0;
    border: unset;
}
ul li::marker,
.group_wrapper__content_diseases li ul li::marker {
    content: "»";
    color: #A52840;
    font-weight: 800;
}
.mobile-menu ul li::marker,
.footer_column__item_menu-wrapper ul li::marker {
    content: none;
}
/*endregion General*/

/*region Header*/
.header .logo {
    display: flex;
    align-self: center;
}
.header .logo img {
    width: 100%;
}
.header .contacts {
    display: flex;
    color: var(--color-text-general);
}
.header .contacts .icon {
    display: flex;
    margin: 0 auto;
    background-size: cover;
}
.header .contacts .contacts__item {
    display: grid;
}
.button.button-small.button-gray {
    background-color: var(--color-button-bg);
    color: var(--color-button-text);
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.button.button-small.button-gray:hover {
    background-color: var(--color-red);
}
/*endregion Header*/

/*region Top menu*/
.header-menu {
    display: flex;
    justify-content: center;
    background: var(--color-red);
}
.header-menu ul
{
    margin:0;
    padding:0;
    list-style:none;
}
/*endregion Top menu*/

/*region Section delimiter*/
.section-header {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-header_title {
    width: 100%;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}
.section-header_delimiter {
    display: inline-block;
    position: relative;
    width: 170px;
    margin: 10px 0 0;
}
.section-header_delimiter__line {
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    background-color: #A52840;
}
.section-header_delimiter__rounded-corners {
    position: absolute;
    width: 5.92%;
    height: 10px;
    left: 47.34%;
    background-color: #A52840;
    border-radius: 50px;
}
.section-header_delimiter__rounded-corners:nth-child(3) {
    left: 59.18%;
}
.section-header_delimiter__rounded-corners:nth-child(4) {
    left: 35.51%;
}
/*endregion General*/

/*region General*/
/*endregion General*/

/*region General*/
/*endregion General*/

/*region General*/
/*endregion General*/

/*region General*/
/*endregion General*/

/*region General*/
/*endregion General*/

/*region General*/
/*endregion General*/

/*region Footer*/
.footer {
    background: var(--color-footer-bg);
}
.footer-info {
    display: flex;
    justify-content: space-around;
}
.social-services {
    display: flex;
    width: 300px;
    justify-content: space-between;
    align-items: center;
}

/*Летающая кнопка справа "Записаться на прием"*/
.flyButton {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 2%;
    width: 250px;
    height: 45px;
    margin-top: -75px;
    border: 1px solid var(--color-red);
    border-radius: 10px 10px 0 0;
    background-color: var(--color-red);
    /*-moz-animation: flyButton 7s infinite linear;*/
    /*-webkit-animation: flyButton 7s infinite linear;*/
    /*-o-animation: flyButton 7s infinite linear;*/
    /*animation: flyButton 7s infinite linear;*/
    opacity: 1;
    z-index: 999;
}

.flyButton:hover {
    /*width: 256px;*/
    /*height: 49px;*/
    /*margin-top: -80px;*/
    /*border: 1px solid var(--color-red);*/
    /*border-radius: 10px 0 0 10px;*/
    /*opacity: 1;*/
    /*-moz-animation: flyButton 0s infinite;*/
    /*-webkit-animation: flyButton 0s infinite;*/
    /*-o-animation: flyButton 0s infinite;*/
    /*animation: flyButton 0s infinite;*/
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.flyButton .horizontal_text {
    padding: 14px 0 0 0;
    text-transform: uppercase;
    text-decoration: unset;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

@keyframes flyButton {
    from {margin-top: -80px;opacity: 1;}
    3% {margin-top: -90px;}
    4% {margin-top: -80px;}
    5% {margin-top: -70px;}
    6% {margin-top: -80px;}
    7% {margin-top: -90px;}
    8% {margin-top: -80px;}
    9% {margin-top: -70px;}
    10% {margin-top: -80px;}
    60% {margin-top: -80px;opacity: 0.5;}
    to {margin-top: -80px;}
}
/*Летающая кнопка справа "Записаться на прием"*/
/*endregion Footer*/

/*region Icons*/
.icon-info {
    background: url("/local/templates/bioterm/images/catalog/info.png") no-repeat;
}
.icon-question {
    background: url("/local/templates/bioterm/images/catalog/question.png") no-repeat;
}
.icon-clock {
    background: url("/local/templates/bioterm/images/header/clock.png") no-repeat;
}
.contacts_info_block-title .icon-clock {
    background: url("/local/templates/bioterm/images/contacts/clock.png") no-repeat;
}
.icon-phone {
    background: url("/local/templates/bioterm/images/header/phone.png") no-repeat;
}
.contacts_info_block-title .icon-phone {
    background: url("/local/templates/bioterm/images/contacts/phone.png") no-repeat;
}
.icon-target {
    background: url("/local/templates/bioterm/images/header/target.png") no-repeat;
}
.contacts_info_block-title .icon-target {
    background: url("/local/templates/bioterm/images/contacts/target.png") no-repeat;
}
.icon-email,
.contacts_info_block-title .icon-email {
    background: url("/local/templates/bioterm/images/contacts/email.png") no-repeat;
}
.icon-whatsapp {
    background: url("/local/templates/bioterm/images/social/whatsapp.png") no-repeat;
}
.icon-whatsapp__before {
    position: relative;
}
.icon-whatsapp__before::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url("/local/templates/bioterm/images/social/whatsapp.png") no-repeat;
    background-size: cover;
}
.icon-vk {
    border-style:solid;
    border-width:2px;
    border-color:var(--color-footer-bg);
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    border-radius:300px;
    background:#7F7F7F url("/local/templates/bioterm/images/social/vk.png") no-repeat center center;
}
.icon-vk:hover {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:#4F75A2 url("/local/templates/bioterm/images/social/vk.png") no-repeat center center;
}
.icon-facebook {
    border-style:solid;
    border-width:2px;
    border-color:var(--color-footer-bg);
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    border-radius:300px;
    background:#7F7F7F url("/local/templates/bioterm/images/social/facebook.png") no-repeat center center;
}
.icon-facebook:hover {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:#3B5998 url("/local/templates/bioterm/images/social/facebook.png") no-repeat center center;
}
.icon-ok {
    border-style:solid;
    border-width:2px;
    border-color:var(--color-footer-bg);
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    border-radius:300px;
    background:#7F7F7F url("/local/templates/bioterm/images/social/ok.png") no-repeat center center;
}
.icon-ok:hover {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:#F3720C url("/local/templates/bioterm/images/social/ok.png") no-repeat center center;
}
.icon-youtube {
    border-style:solid;
    border-width:2px;
    border-color:var(--color-footer-bg);
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    border-radius:300px;
    background:#7F7F7F url("/local/templates/bioterm/images/social/youtube.png") no-repeat center center;
}
.icon-youtube:hover {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:#A52840 url("/local/templates/bioterm/images/social/youtube.png") no-repeat center center;
}
.icon-instagram {
    border-style:solid;
    border-width:2px;
    border-color:var(--color-footer-bg);
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    border-radius:300px;
    background:#7F7F7F url("/local/templates/bioterm/images/social/instagram.png") no-repeat center center;
}
.icon-instagram:hover {
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    background:#A52840 url("/local/templates/bioterm/images/social/instagram.png") no-repeat center center;
}
/*endregion Icons*/

/*region Fonts*/
@font-face {
    font-family: 'Open Sans S';
    src: url('/local/templates/bioterm/fonts/open-sans-allfont-ru.eot');
    src: local('â˜º'), url('/local/templates/bioterm/fonts/open-sans-allfont-ru.woff') format('woff'), url('/local/templates/bioterm/fonts/open-sans-allfont-ru.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans S';
    src: url('/local/templates/bioterm/fonts/open-sans-light-allfont-ru.eot');
    src: local('â˜º'), url('/local/templates/bioterm/fonts/open-sans-light-allfont-ru.woff') format('woff'), url('/local/templates/bioterm/fonts/open-sans-light-allfont-ru.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans S';
    src: url('/local/templates/bioterm/fonts/open-sans-extrabold-allfont-ru.eot');
    src: local('â˜º'), url('/local/templates/bioterm/fonts/open-sans-extrabold-allfont-ru.woff') format('woff'), url('/local/templates/bioterm/fonts/open-sans-extrabold-allfont-ru.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans S';
    src: url('/local/templates/bioterm/fonts/open-sans-semibold-allfont-ru.eot');
    src: local('â˜º'), url('/local/templates/bioterm/fonts/open-sans-semibold-allfont-ru.woff') format('woff'), url('/local/templates/bioterm/fonts/open-sans-semibold-allfont-ru.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: '__BrushType_5';
    src: url('/local/templates/bioterm/fonts/brushtype-normal-allfont-ru.eot');
    src: local('â˜º'), url('/local/templates/bioterm/fonts/brushtype-normal-allfont-ru.woff') format('woff'), url('/local/templates/bioterm/fonts/brushtype-normal-allfont-ru.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
/*endregion Fonts*/
/* End */
/* /local/templates/bioterm/template_styles.css?175317127311134 */
