

/* Start:/local/templates/glavdent/style.css?177936932116619*/
/* Общие стили */
header {
    background: white;
    z-index: 100;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.header-top__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-top__contacts-item {
    display: flex;
    gap: 5px;
    align-items: center;
}

section.header-top {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--thirdy-color-tr);
    font-size: var(--h6-font-size);
    color: var(--primary-color);
}

section.header-top a {
    color: inherit;
}

section.header-middle {
    padding-top: 10px;
    padding-bottom: 20px;
}

section.header-middle .container-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-middle__logo a {
    display: block;
}

.header-middle__logo a img {
    width: 100%;
    max-width: 133px;
    min-width: 100px;
    object-fit: cover;
}

.header-middle__icons-item a {
    position: relative;
}

.header-middle__icons-item .count {
    position: absolute;
    right: -8px;
    top: -4px;
    border-radius: 7px;
    font-size: 8px;
    padding: 2px;
    color: white;
    background-color: var(--secondary-color);
    min-width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-middle__icons-item>a {
    display: block;
}

.header-middle__icons-item {
    display: flex;
    gap: 15px;
}

.header-top .icon,
.header-middle__icons-item .icon {
    background-color: rgba(30, 30, 30, 1);
}

li.footer-list__item a {
    color: inherit;
    background: linear-gradient(currentColor 0 0) bottom / var(--d, 0) 1px no-repeat;
    transition: 0.3s;
}

li.footer-list__item a:hover {
    --d: 100%;
}

.footer-copyright {
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.marker-container {
    display: flex;
    gap: 0px;
    align-items: center;
}
.ymaps3x0--marker{
    left: -7px;
    top: -26px;
    min-width: 26px;
}
.marker-container {
    font-size: 14px;
    font-weight: 500;
}

.marker-container .marker-city,
.marker-container .marker-title {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    text-wrap: nowrap;
}
.marker-container .marker-city{
    opacity: 0;
}
.icons-go-top .circle-icon {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
}

.icons-go-top .circle-icon .icon {
    background-color: white;
}

.footer__info-block .footer__text {
    font-size: 10px;
    color: rgba(30, 30, 30, 0.8);
    padding-left: 10px;
    margin-left: 10px;
    height: fit-content;
}

.footer__info-block .footer__text {
    border-radius: 10px;
    padding: 10px;
    min-width: 350px;
    background: #fff;
}

.footer__subscribe form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__subscribe input {
    width: 100%;
    background: #f7f7f7;
}

.footer__subscribe button {
    font-size: 14px;
    width: 100%;
    justify-content: center;
}

.footer__info-block {
    display: flex;
    height: fit-content;
    align-items: flex-start;
}

.footer__metric {
    margin-top: 20px;
}

.footer__info-block .footer__logo {
    min-width: 140px;
}

.footer-list li.footer-list__item {
    font-size: 16px;
    line-height: 19px;
}

footer .menu_right_message span.icon {
    background-color: white;
}

footer .info-block-contacts__item-text a {
    color: #1E1E1E
}

footer .menu_link_message {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin: 10px 0;
}

footer .menu_info_company p {
    text-align: right;
    font-size: 14px;
    color: #1E1E1E99;
}

footer .info-block-contacts__item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-list-items {
    display: flex;
    justify-content: space-between;
}



.form-search-container-result {
    position: absolute;
    top: 28px;
    left: calc(-100vw + 140px);
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100vw - 40px);
    z-index: 12;
    background: white;
}

.form-search-container-result ul {
    padding: 0 0 0 10px;
}

.search-container-result__similar-queries li {
    cursor: pointer;
}

.search-container-result__product li {
    display: grid;
    grid-template-columns: 125px auto auto 30px;
    align-items: center;
    gap: 20px;
}

.form-search-container {
    display: none;
    position: absolute;
    top: 35px;
    left: 100px;
    transform: translateX(-100%);
    width: 0px;
    height: 32px;
    visibility: hidden;
    background: white;
    outline: 1px solid rgba(187, 232, 240, 1);
    border-radius: 5px 5px 0 0;
    transition: all 0.5s ease;
    justify-content: space-between;
}
.form-search.active .form-search-container {
    display: flex;
}
.form-search.active .form-search-container .icon {
    opacity: 1;
    transition: all 0.5s ease;
}

.form-search-container .icon {
    background-color: rgba(0, 173, 199, 1);
    opacity: 0;
}

.form-search-container .input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-size: 16px;
    color: rgba(0, 173, 199, 1);
    transition: 0.3s;
    position: relative;
    padding: 0;
    height: 100%;
}

.form-search-container .btn-search {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-search-container .icon-search {
    width: 18px;
    height: 18px;
}

.form-search-container form {
    height: 100%;
    width: 100%;
}

.form-search.active .form-search-container {
    width: calc(100vw - 40px);
    transition: all 0.5s ease;
    visibility: visible;
}

.form-search .form-search-container-result.active {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    outline: 1px solid rgba(187, 232, 240, 1);
    padding: 10px 12px;
    overflow-y: scroll;
}

.form-search.active .form-search-container .input {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
}

.header-middle__icons-item {
    position: relative;
}

.form-search-container-result-name {
    padding: 5px 10px;
    background-color: rgba(237, 252, 255, 1);
    border-radius: 5px;
    width: 100%;
}

.form-search-container-result a {
    color: inherit;
}

.form-search-container-result {
    font-size: 14px;
    line-height: 17px;
}

.result__product-price,
.result__product-name {
    font-weight: 700;
}

.result__product-add-to-cart .icon {
    background-color: rgba(0, 173, 199, 1);
}

.result__product-add-to-cart {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: rgba(237, 252, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.result__product-add-to-cart .icon {
    width: 19px;
    height: 19px;
}

.no-scroll,
html.no-scroll body,
html.no-scroll {
    overflow: hidden;
}

div#overlay {
    background: #000000bf;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 10;
}

section.header-middle .header-middle__menu-list>li:first-child>a {
    background-color: var(--thirdy-color);
    color: white;
    padding: 5px 10px;
    border-radius: 7px;
    display: flex;
    gap: 5px;
}

section.header-middle .header-middle__menu-list>li:first-child>a:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='20' viewBox='0 0 19 20' fill='none'%3E%3Cpath d='M3.16669 6.04166H5.54169M15.8334 6.04166H8.70835M15.8334 13.9583H13.4584M3.16669 13.9583H10.2917M3.16669 9.99999H15.8334' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

section.header-middle .header-middle__menu-list a.selected {
    transition: 0.3s;
    color: var(--thirdy-color);
}

.popup-window-buttons span {
    background: rgba(0, 173, 199, 1);
    border-radius: 20px;
    color: #ffff;
    cursor: pointer;
    padding: 10px 20px;
}

.popup-window-buttons span:hover {
    background: rgb(0 173 199 / 80%);
}

.search-page h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 138%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#cookie_note{
	display: none;
	flex-direction: column;
	gap: 16px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 818px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 24px;
	box-sizing: border-box;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	z-index: 999;
}
#cookie_note.show{
    display: flex;
}
#cookie_note p {
	margin: 0;
	font: 400 15px/160% 'Open Sans';
	text-align: left;
	color: black;
}
#cookie_note button {
	height: 39px;
	box-sizing: border-box;
	font: 500 15px/37px 'Open Sans';
	border-radius: 4px;
	cursor: pointer;
    line-height: 19px;
}
.cookie_accept {
	color: #fff;
	background: #00ADC7;
	border: none;
}
#cookie_note div{
    display: flex;
}
.cookie_no {
	margin-left: 8px;
	color: #00ADC7;
	background: #fff;
	border: solid 1px #00ADC7;
}
.footer .info-block-contacts__item{
    width: 182px;
}
.ymaps3--marker{
    top: -28px;
    left: -13px;
}
@media (max-width: 1200px){
    #cookie_note.show{
        width: 90%;
    }
}
@media (min-width: 480px){
    #cookie_note.show{
        display: flex;
    }
}
/* Мобильные стили */
@media (max-width: 1208px) {
    .desktop {
        display: none;
    }

    .footer-list-items {
        flex-direction: column;
        margin: 20px 0;
        gap: 5px;
    }

    section.header-middle .container-content {
        justify-content: space-between;
    }

    section.header-top .container-content {
        display: grid;
        grid-template-columns: auto 30px;
        gap: 20px;
    }

    .footer-list li.footer-list__item {
        margin: 0;
    }

    .footer-list {
        margin: 0;
        padding: 0;
        gap: 5px;
        display: flex;
        flex-direction: column;
    }

    .footer-copyright {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .header-middle__menu.active {
        display: block;
    }

    .header-middle__menu-list-sub {
        display: none;
    }

    .header-middle__menu {
        max-height: 0;
        transition: max-height 0.35s ease-out;
        visibility: hidden;
        position: absolute;
        z-index: 1001;
        background: white;
        width: 100vw;
        top: 55px;
        left: 0;
        overflow-y: scroll;
    }

    .header-middle__menu.active {
        max-height: 400px;
        border-top: 1px solid var(--thirdy-color-tr);
        padding: 10px 0;
        transition: max-height 0.25s ease-in;
        visibility: visible;
    }

    .header-middle__menu-list li {
        width: fit-content;
        margin: 10px 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .header-middle__menu-list li a {
        color: inherit;
    }

    .footer__info-block {
        flex-direction: column;
    }

    .footer__info-block .footer__text {
        min-width: 100%;
        margin: 0;
    }

    footer .menu_link_message {
        justify-content: flex-start;
    }

    footer .menu_info_company p {
        text-align: left;
    }

    .catalog__seminary-div {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .catalog__seminary-div-tabs .catalog__seminary-div-tab:first-child {
        border-radius: 7px 7px 0 0;
    }

    .catalog__seminary-div-tabs .catalog__seminary-div-tab:last-child {
        border-radius: 0 0 7px 7px;
    }

    .icons-go-top .circle-icon {
        bottom: 75px;
    }

    .footer__menu.menu_right_message {
        margin: 15px 0;
    }
}

/* Десктопные стили */
@media (min-width: 1110px) {
    .search-container-result__product li {
        grid-template-columns: 180px auto auto 30px;
    }

    .form-search-container-result {
        width: 500px;
        left: -400px;
    }

    .form-search.active .form-search-container {
        width: 500px;
    }

    .icons-go-top .circle-icon {
        width: 40px;
        height: 40px;
        right: 100px;
        bottom: 20vh;
    }

    section.header-middle {
        padding-bottom: 15px;
    }

    section.header-top {
        padding: 15px 0;
    }

    section.header-middle {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    section.header-middle .header-middle__menu-list {
        display: flex;
        gap: 15px;
        padding: 0;
    }

    section.header-middle .header-middle__menu-list li {
        display: flex;
        align-items: center;
        justify-items: center;
        margin: 0;
    }

    section.header-middle .header-middle__menu-list a {
        display: flex;
        color: var(--primary-color);
        font-weight: 500;
        align-items: center;
        gap: 10px;
        text-wrap: nowrap;
    }

    section.header-middle .header-middle__menu-list a:hover {
        transition: 0.3s;
        color: var(--thirdy-color);
    }


    .header-top__contacts {
        gap: 20px;
    }

    .header-top__contacts :last-child {
        margin-left: auto;
    }

    .mobile {
        display: none;
    }

    .footer-container__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer__info-block .footer__text {
        font-weight: 600;
        font-size: 16px;
    }

    .footer__info-block .footer__logo {
        min-width: 160px;
    }

    .footer-list {
        padding: 0;
        justify-content: space-between;
        grid-template-columns: auto auto auto;
    }

    li.footer-list__item {
        flex-basis: 33%;
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 21px;
    }


    .icons-sticky {
        position: fixed;
        left: 0;
        top: calc(50% - 70px);
        background-color: var(--fourteen-color);
        border-radius: 0 10px 10px 0;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 10;
    }

    .icons-sticky a:hover .circle-icon {
        background-color: rgba(187, 232, 240, 1);
        transition: 0.3s;
    }

    .icons-sticky a:hover .icon {
        background-color: var(--secondary-color);
    }

    .icons-sticky .icon {
        background-color: white;
    }

    li:has(.header-middle__menu-list-sub):hover .header-middle__menu-list-sub {
        display: block;
        width: 100%;
        background: white;
        box-shadow: 3px 11px 10px 4px rgba(0, 0, 0, 0.05);
    }

    .header-middle__menu-list-sub {
        display: none;
    }

    .header-middle__menu-list-sub {
        position: absolute;
        left: 0;
        top: 46px;
        z-index: 11;
    }

    .header-middle__menu-list-sub-container {
        max-width: var(--container-size);
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .header-middle__menu-list-sub-container a {
        display: block;
        padding: 20px 20px 15px 0;
    }

    .header-middle__menu-list-icon {
        display: flex;
        width: 50px;
        height: 50px;
        outline: 1px solid rgba(30, 30, 30, 0.05);
        border-radius: 10px;
        background-color: rgba(240, 240, 240, 0.1);
        padding: 4px;
        align-items: center;
        justify-content: center;
    }

    .header-middle__menu-list-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}
/* End */


/* Start:/local/templates/glavdent/assets/fonts/fonts.css?177936932121932*/
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraBold.eot');
    src: local('Onest ExtraBold'), local('Onest-ExtraBold'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraBold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraBold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Light.eot');
    src: local('Onest Light'), local('Onest-Light'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Light.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Light.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Medium.eot');
    src: local('Onest Medium'), local('Onest-Medium'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Medium.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Medium.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-SemiBold.eot');
    src: local('Onest SemiBold'), local('Onest-SemiBold'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-SemiBold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-SemiBold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraLight.eot');
    src: local('Onest ExtraLight'), local('Onest-ExtraLight'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraLight.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraLight.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Regular.eot');
    src: local('Onest Regular'), local('Onest-Regular'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Regular.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Regular.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Bold.eot');
    src: local('Onest Bold'), local('Onest-Bold'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Bold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Bold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Black.eot');
    src: local('Onest Black'), local('Onest-Black'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Black.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Black.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Thin.eot');
    src: local('Onest Thin'), local('Onest-Thin'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Thin.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Thin.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Onest/Onest-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Regular.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ExtraboldItalic.eot');
    src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ExtraboldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ExtraboldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Bold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Black.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Black.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Light.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Light.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Semibold.eot');
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Semibold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Semibold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Medium.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Medium.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-MediumItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-MediumItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BlackItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BlackItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLight.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLight.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-RegularItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-RegularItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-SemiboldItalic.eot');
    src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-SemiboldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-SemiboldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-HeavyItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-HeavyItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Extrabold.eot');
    src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Extrabold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Extrabold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BoldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BoldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLightItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLightItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-LightItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-LightItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Heavy.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Heavy.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Thin.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Thin.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ThinItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ThinItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Gilroy/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BoldItalic.eot');
    src: local('Inter Bold Italic'), local('Inter-BoldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BoldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BoldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-MediumItalic.eot');
    src: local('Inter Medium Italic'), local('Inter-MediumItalic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-MediumItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-MediumItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinItalicBETA.eot');
    src: local('Inter Thin Italic BETA'), local('Inter-ThinItalicBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinItalicBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinItalicBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinItalicBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinItalicBETA.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Regular.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Regular.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Black.eot');
    src: local('Inter Black'), local('Inter-Black'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Black.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Black.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BlackItalic.eot');
    src: local('Inter Black Italic'), local('Inter-BlackItalic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BlackItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BlackItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBoldItalic.eot');
    src: local('Inter Extra Bold Italic'), local('Inter-ExtraBoldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBoldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBoldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Bold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Bold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightItalicBETA.eot');
    src: local('Inter Extra Light Italic BETA'), local('Inter-ExtraLightItalicBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightItalicBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightItalicBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightItalicBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightItalicBETA.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightBETA.eot');
    src: local('Inter Extra Light BETA'), local('Inter-ExtraLightBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraLightBETA.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBold.eot');
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBold.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBold.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinBETA.eot');
    src: local('Inter Thin BETA'), local('Inter-ThinBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-ThinBETA.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightItalicBETA.eot');
    src: local('Inter Light Italic BETA'), local('Inter-LightItalicBETA'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightItalicBETA.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightItalicBETA.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightItalicBETA.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-LightItalicBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Italic.eot');
    src: local('Inter Italic'), local('Inter-Italic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Italic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Italic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Italic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBoldItalic.eot');
    src: local('Inter Semi Bold Italic'), local('Inter-SemiBoldItalic'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBoldItalic.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Medium.woff2') format('woff2'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Medium.woff') format('woff'),
    url('/local/templates/glavdent/assets/fonts/./Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



/* End */


/* Start:/local/templates/glavdent/assets/dependence/reset.css?17793693211174*/
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

/* End */


/* Start:/local/templates/glavdent/assets/dependence/icons.css?177936932131952*/
.icon {
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
    aspect-ratio: 1/1;
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    transition: 0.3s;
}

.icon:hover {
    background-color: rgba(36, 53, 111, 1);
}

.icon:disabled {
    background-color: rgba(167, 167, 167, 1);
}

.icon.active,
.icon:active,
.icon:focus {
    background-color: var(--secondary-color)
}

.icon-email {
    width: 15px;
    height: 13px;
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0156 2.45375L8.09719 7.355C7.92901 7.49434 7.71746 7.57059 7.49906 7.57059C7.28066 7.57059 7.06911 7.49434 6.90094 7.355L0.985313 2.45375C0.953571 2.54929 0.937427 2.64932 0.9375 2.75V10.25C0.9375 10.4986 1.03627 10.7371 1.21209 10.9129C1.3879 11.0887 1.62636 11.1875 1.875 11.1875H13.125C13.3736 11.1875 13.6121 11.0887 13.7879 10.9129C13.9637 10.7371 14.0625 10.4986 14.0625 10.25V2.75C14.0629 2.64937 14.047 2.54934 14.0156 2.45375ZM1.875 0.875H13.125C13.6223 0.875 14.0992 1.07254 14.4508 1.42417C14.8025 1.77581 15 2.25272 15 2.75V10.25C15 10.7473 14.8025 11.2242 14.4508 11.5758C14.0992 11.9275 13.6223 12.125 13.125 12.125H1.875C1.37772 12.125 0.900806 11.9275 0.549175 11.5758C0.197544 11.2242 0 10.7473 0 10.25V2.75C0 2.25272 0.197544 1.77581 0.549175 1.42417C0.900806 1.07254 1.37772 0.875 1.875 0.875ZM1.67812 1.8125L6.90563 6.12781C7.07305 6.2661 7.28329 6.34198 7.50043 6.34249C7.71758 6.343 7.92817 6.26812 8.09625 6.13062L13.3762 1.8125H1.67812Z' fill='%231E1E1E' /%3E%3C/svg%3E");
}

.icon-location {
    width: 11px;
    height: 15px;
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 3.75C5.03645 3.75 4.58331 3.88746 4.19788 4.14499C3.81245 4.40253 3.51205 4.76857 3.33466 5.19684C3.15726 5.6251 3.11085 6.09635 3.20128 6.55099C3.29172 7.00564 3.51494 7.42325 3.84272 7.75103C4.1705 8.07881 4.58811 8.30203 5.04276 8.39247C5.4974 8.4829 5.96865 8.43649 6.39691 8.25909C6.82518 8.0817 7.19122 7.7813 7.44876 7.39587C7.70629 7.01044 7.84375 6.5573 7.84375 6.09375C7.84375 5.47215 7.59682 4.87601 7.15728 4.43647C6.71774 3.99693 6.1216 3.75 5.5 3.75ZM5.5 7.5C5.22187 7.5 4.94999 7.41752 4.71873 7.263C4.48747 7.10848 4.30723 6.88886 4.20079 6.6319C4.09436 6.37494 4.06651 6.09219 4.12077 5.8194C4.17503 5.54662 4.30896 5.29605 4.50563 5.09938C4.7023 4.90271 4.95287 4.76878 5.22565 4.71452C5.49844 4.66026 5.78119 4.68811 6.03815 4.79454C6.29511 4.90098 6.51473 5.08122 6.66925 5.31248C6.82378 5.54374 6.90625 5.81562 6.90625 6.09375C6.90625 6.46671 6.75809 6.8244 6.49437 7.08812C6.23065 7.35184 5.87296 7.5 5.5 7.5ZM5.5 0.9375C4.13295 0.939051 2.82234 1.4828 1.85569 2.44944C0.889045 3.41609 0.345301 4.7267 0.34375 6.09375C0.34375 7.93359 1.19395 9.88359 2.80469 11.7334C3.52845 12.5693 4.34304 13.322 5.2334 13.9775C5.31221 14.0328 5.40611 14.0624 5.50234 14.0624C5.59857 14.0624 5.69247 14.0328 5.77129 13.9775C6.66001 13.3217 7.47301 12.569 8.19531 11.7334C9.80371 9.88359 10.6562 7.93359 10.6562 6.09375C10.6547 4.7267 10.111 3.41609 9.14431 2.44944C8.17766 1.4828 6.86705 0.939051 5.5 0.9375ZM5.5 13.0078C4.53145 12.2461 1.28125 9.44824 1.28125 6.09375C1.28125 4.97487 1.72572 3.90181 2.51689 3.11064C3.30806 2.31947 4.38112 1.875 5.5 1.875C6.61888 1.875 7.69194 2.31947 8.48311 3.11064C9.27428 3.90181 9.71875 4.97487 9.71875 6.09375C9.71875 9.44707 6.46855 12.2461 5.5 13.0078Z' fill='%231E1E1E' /%3E%3C/svg%3E");
}

.icon-phone {
    width: 11px;
    height: 13px;
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48127 3.92939C1.30267 2.75095 2.13424 1.69064 3.40455 1.30157C3.6301 1.23254 3.87349 1.25216 4.08507 1.35642C4.29665 1.46069 4.46048 1.64175 4.54314 1.86267L4.95049 2.95017C5.01598 3.1251 5.02772 3.31561 4.98421 3.49726C4.9407 3.67891 4.84391 3.84342 4.70627 3.9697L3.49455 5.0811C3.43468 5.13592 3.39007 5.20535 3.36509 5.28259C3.34011 5.35983 3.33562 5.44223 3.35205 5.52173L3.36283 5.57048L3.39283 5.69282C3.41955 5.79595 3.45986 5.94126 3.51658 6.1147C3.62908 6.45923 3.80861 6.92235 4.0758 7.38501C4.34299 7.84767 4.65424 8.23485 4.89611 8.50438C5.02219 8.64462 5.15386 8.77973 5.2908 8.90939L5.3283 8.94407C5.38891 8.99775 5.46239 9.03481 5.54158 9.05165C5.62077 9.06849 5.70297 9.06454 5.78017 9.04017L7.34861 8.54657C7.52681 8.49056 7.71769 8.48905 7.89675 8.54225C8.07582 8.59545 8.2349 8.70094 8.35361 8.84517L9.09564 9.7461C9.40502 10.1211 9.36846 10.6724 9.01267 11.0038C8.04049 11.9099 6.70361 12.0959 5.77361 11.3478C4.63395 10.4281 3.67299 9.30687 2.93861 8.03985C2.19884 6.77329 1.70443 5.3791 1.48127 3.92939ZM4.33408 5.58314L5.34002 4.66064C5.6153 4.40809 5.80887 4.07906 5.8959 3.71576C5.98292 3.35246 5.95944 2.97144 5.82846 2.62157L5.42064 1.53407C5.25427 1.08976 4.92471 0.725619 4.49914 0.515884C4.07358 0.306149 3.58404 0.266608 3.13033 0.405323C1.55299 0.888605 0.286424 2.30282 0.554549 4.06954C0.795236 5.63606 1.32909 7.14316 2.12814 8.51189C2.92024 9.87822 3.95667 11.0874 5.1858 12.0791C6.58033 13.1994 8.44314 12.8174 9.65205 11.69C9.99816 11.3677 10.2082 10.9255 10.2393 10.4536C10.2704 9.98169 10.1202 9.51571 9.81939 9.15079L9.07736 8.24985C8.83991 7.9613 8.52166 7.75028 8.16343 7.64387C7.80521 7.53747 7.42336 7.54053 7.06689 7.65267L5.76517 8.06235C5.70689 8.00244 5.64985 7.94133 5.59408 7.87907C5.32646 7.58318 5.08977 7.26072 4.88767 6.91673C4.69071 6.56967 4.52972 6.20339 4.40721 5.8236C4.38119 5.74411 4.35681 5.6641 4.33408 5.5836' fill='%231E1E1E' /%3E%3C/svg%3E");
}

.icon-cart.active,
.icon-cart:active,
.icon-cart:focus {
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4746 4.74902C21.4013 4.66127 21.3096 4.59068 21.206 4.54225C21.1023 4.49382 20.9894 4.46873 20.875 4.46875H5.12109L4.52734 1.2041C4.49464 1.02409 4.3998 0.861265 4.25934 0.744015C4.11889 0.626764 3.94175 0.562526 3.75879 0.5625H1.34375C1.13655 0.5625 0.937836 0.64481 0.791323 0.791323C0.64481 0.937836 0.5625 1.13655 0.5625 1.34375C0.5625 1.55095 0.64481 1.74966 0.791323 1.89618C0.937836 2.04269 1.13655 2.125 1.34375 2.125H3.10156L5.59766 15.8252C5.67118 16.2315 5.85074 16.6112 6.11816 16.9258C5.74907 17.2705 5.48267 17.7108 5.34849 18.1977C5.21432 18.6846 5.21763 19.1991 5.35804 19.6843C5.49845 20.1694 5.77048 20.6062 6.14397 20.9462C6.51746 21.2861 6.97781 21.516 7.47398 21.6103C7.97015 21.7047 8.48275 21.6597 8.95493 21.4805C9.42712 21.3013 9.84044 20.9948 10.1491 20.595C10.4577 20.1952 10.6496 19.7178 10.7034 19.2156C10.7572 18.7134 10.671 18.2061 10.4541 17.75H14.8896C14.7149 18.1159 14.6244 18.5164 14.625 18.9219C14.625 19.4627 14.7854 19.9913 15.0858 20.441C15.3863 20.8907 15.8133 21.2411 16.313 21.4481C16.8126 21.6551 17.3624 21.7092 17.8928 21.6037C18.4232 21.4982 18.9105 21.2378 19.2929 20.8554C19.6753 20.473 19.9357 19.9857 20.0412 19.4553C20.1467 18.9249 20.0926 18.3751 19.8856 17.8755C19.6786 17.3758 19.3282 16.9488 18.8785 16.6483C18.4288 16.3479 17.9002 16.1875 17.3594 16.1875H7.90332C7.72036 16.1875 7.54322 16.1232 7.40276 16.006C7.26231 15.8887 7.16747 15.7259 7.13477 15.5459L6.82519 13.8438H18.1533C18.7022 13.8437 19.2336 13.651 19.655 13.2992C20.0763 12.9475 20.3609 12.459 20.459 11.9189L21.6465 5.38965C21.6666 5.2768 21.6616 5.1609 21.6319 5.05019C21.6022 4.93948 21.5485 4.83666 21.4746 4.74902ZM9.15625 18.9219C9.15625 19.1537 9.08752 19.3802 8.95875 19.5729C8.82999 19.7656 8.64696 19.9158 8.43283 20.0045C8.2187 20.0932 7.98307 20.1165 7.75575 20.0712C7.52843 20.026 7.31962 19.9144 7.15573 19.7505C6.99184 19.5866 6.88023 19.3778 6.83502 19.1505C6.7898 18.9232 6.81301 18.6876 6.9017 18.4734C6.9904 18.2593 7.1406 18.0763 7.33332 17.9475C7.52603 17.8187 7.7526 17.75 7.98438 17.75C8.29518 17.75 8.59325 17.8735 8.81302 18.0932C9.03279 18.313 9.15625 18.6111 9.15625 18.9219ZM18.5312 18.9219C18.5312 19.1537 18.4625 19.3802 18.3338 19.5729C18.205 19.7656 18.022 19.9158 17.8078 20.0045C17.5937 20.0932 17.3581 20.1165 17.1308 20.0712C16.9034 20.026 16.6946 19.9144 16.5307 19.7505C16.3668 19.5866 16.2552 19.3778 16.21 19.1505C16.1648 18.9232 16.188 18.6876 16.2767 18.4734C16.3654 18.2593 16.5156 18.0763 16.7083 17.9475C16.901 17.8187 17.1276 17.75 17.3594 17.75C17.6702 17.75 17.9682 17.8735 18.188 18.0932C18.4078 18.313 18.5312 18.6111 18.5312 18.9219Z' fill='%2300ADC7' /%3E%3C/svg%3E");
}

.icon-cart {
    width: 20px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4746 4.24902C21.4013 4.16127 21.3096 4.09068 21.206 4.04225C21.1023 3.99382 20.9894 3.96873 20.875 3.96875H5.12109L4.52734 0.704102C4.49464 0.524089 4.3998 0.361265 4.25934 0.244015C4.11889 0.126764 3.94175 0.0625264 3.75879 0.0625H1.34375C1.13655 0.0625 0.937836 0.14481 0.791323 0.291323C0.64481 0.437836 0.5625 0.63655 0.5625 0.84375C0.5625 1.05095 0.64481 1.24966 0.791323 1.39618C0.937836 1.54269 1.13655 1.625 1.34375 1.625H3.10156L5.59766 15.3252C5.67118 15.7315 5.85074 16.1112 6.11816 16.4258C5.74907 16.7705 5.48267 17.2108 5.34849 17.6977C5.21432 18.1846 5.21763 18.6991 5.35804 19.1843C5.49845 19.6694 5.77048 20.1062 6.14397 20.4462C6.51746 20.7861 6.97781 21.016 7.47398 21.1103C7.97015 21.2047 8.48275 21.1597 8.95493 20.9805C9.42712 20.8013 9.84044 20.4948 10.1491 20.095C10.4577 19.6952 10.6496 19.2178 10.7034 18.7156C10.7573 18.2134 10.671 17.7061 10.4541 17.25H14.8896C14.7149 17.6159 14.6244 18.0164 14.625 18.4219C14.625 18.9627 14.7854 19.4913 15.0858 19.941C15.3863 20.3907 15.8133 20.7411 16.313 20.9481C16.8126 21.1551 17.3624 21.2092 17.8928 21.1037C18.4232 20.9982 18.9105 20.7378 19.2929 20.3554C19.6753 19.973 19.9357 19.4857 20.0412 18.9553C20.1467 18.4249 20.0926 17.8751 19.8856 17.3755C19.6786 16.8758 19.3282 16.4488 18.8785 16.1483C18.4288 15.8479 17.9002 15.6875 17.3594 15.6875H7.90332C7.72036 15.6875 7.54322 15.6232 7.40276 15.506C7.26231 15.3887 7.16747 15.2259 7.13477 15.0459L6.82519 13.3438H18.1533C18.7022 13.3437 19.2336 13.151 19.655 12.7992C20.0763 12.4475 20.3609 11.959 20.459 11.4189L21.6465 4.88965C21.6666 4.7768 21.6616 4.6609 21.6319 4.55019C21.6022 4.43948 21.5485 4.33666 21.4746 4.24902ZM9.15625 18.4219C9.15625 18.6537 9.08752 18.8802 8.95875 19.0729C8.82999 19.2656 8.64696 19.4158 8.43283 19.5045C8.2187 19.5932 7.98307 19.6164 7.75575 19.5712C7.52843 19.526 7.31962 19.4144 7.15573 19.2505C6.99184 19.0866 6.88023 18.8778 6.83502 18.6505C6.7898 18.4232 6.81301 18.1876 6.9017 17.9734C6.9904 17.7593 7.1406 17.5763 7.33332 17.4475C7.52603 17.3187 7.7526 17.25 7.98438 17.25C8.29518 17.25 8.59325 17.3735 8.81302 17.5932C9.03279 17.813 9.15625 18.1111 9.15625 18.4219ZM18.5312 18.4219C18.5312 18.6537 18.4625 18.8802 18.3338 19.0729C18.205 19.2656 18.022 19.4158 17.8078 19.5045C17.5937 19.5932 17.3581 19.6164 17.1308 19.5712C16.9034 19.526 16.6946 19.4144 16.5307 19.2505C16.3668 19.0866 16.2552 18.8778 16.21 18.6505C16.1648 18.4232 16.188 18.1876 16.2767 17.9734C16.3654 17.7593 16.5156 17.5763 16.7083 17.4475C16.901 17.3187 17.1276 17.25 17.3594 17.25C17.6702 17.25 17.9682 17.3735 18.188 17.5932C18.4078 17.813 18.5312 18.1111 18.5312 18.4219ZM18.9219 11.1396C18.8891 11.3202 18.7938 11.4834 18.6528 11.6007C18.5117 11.718 18.3339 11.7819 18.1504 11.7812H6.54102L5.40527 5.53125H19.9385L18.9219 11.1396Z' fill='%231E1E1E' /%3E%3C/svg%3E");
}

.icon-favorite.active,
.added-favorite .icon-favorite,
.icon-favorite:active,
.icon-favorite:focus {
    width: 21px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4375 7.1371C22.4375 15.0129 12.3018 21.3878 11.8701 21.6511C11.7563 21.7216 11.6292 21.7585 11.5 21.7585C11.3708 21.7585 11.2436 21.7216 11.1299 21.6511C10.6982 21.3878 0.5625 15.0129 0.5625 7.1371C0.564309 5.28766 1.20279 3.51457 2.33788 2.20682C3.47296 0.899071 5.01194 0.163461 6.61719 0.161377C8.63379 0.161377 10.3994 1.16048 11.5 2.84928C12.6006 1.16048 14.3662 0.161377 16.3828 0.161377C17.9881 0.163461 19.527 0.899071 20.6621 2.20682C21.7972 3.51457 22.4357 5.28766 22.4375 7.1371Z' fill='%2300ADC7' /%3E%3C/svg%3E");
}

.icon-favorite {
    width: 23px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3828 0.40625C14.3662 0.40625 12.6006 1.27344 11.5 2.73926C10.3994 1.27344 8.63379 0.40625 6.61719 0.40625C5.01194 0.408059 3.47296 1.04654 2.33788 2.18163C1.20279 3.31671 0.564309 4.85569 0.5625 6.46094C0.5625 13.2969 10.6982 18.8301 11.1299 19.0586C11.2436 19.1198 11.3708 19.1518 11.5 19.1518C11.6292 19.1518 11.7563 19.1198 11.8701 19.0586C12.3018 18.8301 22.4375 13.2969 22.4375 6.46094C22.4357 4.85569 21.7972 3.31671 20.6621 2.18163C19.527 1.04654 17.9881 0.408059 16.3828 0.40625ZM11.5 17.4766C9.7168 16.4375 2.125 11.7041 2.125 6.46094C2.12655 5.27001 2.60033 4.12831 3.44244 3.28619C4.28456 2.44408 5.42626 1.9703 6.61719 1.96875C8.5166 1.96875 10.1113 2.98047 10.7773 4.60547C10.8362 4.74876 10.9363 4.87132 11.065 4.95757C11.1937 5.04382 11.3451 5.08987 11.5 5.08987C11.6549 5.08987 11.8063 5.04382 11.935 4.95757C12.0637 4.87132 12.1638 4.74876 12.2227 4.60547C12.8887 2.97754 14.4834 1.96875 16.3828 1.96875C17.5737 1.9703 18.7154 2.44408 19.5576 3.28619C20.3997 4.12831 20.8734 5.27001 20.875 6.46094C20.875 11.6963 13.2812 16.4365 11.5 17.4766Z' fill='%231E1E1E' /%3E%3C/svg%3E");
}

.icon-search {
    width: 22px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93766 19.2917C14.8278 19.2917 18.7918 15.3276 18.7918 10.4375C18.7918 5.54741 14.8278 1.58334 9.93766 1.58334C5.04756 1.58334 1.0835 5.54741 1.0835 10.4375C1.0835 15.3276 5.04756 19.2917 9.93766 19.2917Z' stroke='%231E1E1E' stroke-width='1.5' stroke-linejoin='round' /%3E%3Cpath d='M12.8839 6.97032C12.4974 6.58283 12.0382 6.27555 11.5325 6.06613C11.0269 5.85671 10.4849 5.74927 9.93757 5.75C9.39028 5.74927 8.84824 5.85671 8.34261 6.06613C7.83697 6.27555 7.37771 6.58283 6.99121 6.97032M16.3032 16.8031L20.7225 21.2224' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.icon-minus {
    width: 8px;
    height: 2px;
    mask-image: url("data:image/svg+xml,%3Csvg width='6' height='2' viewBox='0 0 6 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.76 1.024H0V0H5.76V1.024Z' fill='%2300ADC7' /%3E%3C/svg%3E");
}

.icon-plus {
    width: 8px;
    height: 8px;
    mask-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.872 2.848H6.72V3.872H3.872V6.72H2.848V3.872H0V2.848H2.848V0H3.872V2.848Z' fill='%2300ADC7' /%3E%3C/svg%3E");
}

.icon-tg {
    width: 16px;
    height: 13.5px;
    margin-right: 3px;
    margin-top: 2px;
    mask-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.79005 5.84157C6.16349 3.93657 9.07911 2.68055 10.5369 2.07376C14.7041 0.341022 15.569 0.0400846 16.1338 0.0298892C16.258 0.0278971 16.5346 0.0585999 16.715 0.204498C16.865 0.327545 16.9072 0.493952 16.9283 0.610788C16.9471 0.727507 16.9729 0.993522 16.9518 1.20118C16.7268 3.57305 15.7494 9.32883 15.2526 11.9855C15.044 13.1095 14.6291 13.4864 14.2283 13.5232C13.3565 13.6034 12.6955 12.9476 11.8518 12.3947C10.5322 11.5291 9.78692 10.9906 8.50489 10.1461C7.02364 9.17016 7.98458 8.63368 8.82833 7.75712C9.04864 7.52766 12.8877 4.03665 12.9604 3.72001C12.9697 3.6804 12.9791 3.53274 12.89 3.45493C12.8033 3.37688 12.6744 3.4036 12.5807 3.42469C12.4471 3.45469 10.34 4.84876 6.25255 7.60665C5.65489 8.01774 5.11349 8.21813 4.62599 8.20758C4.09161 8.1961 3.06036 7.90477 2.29396 7.65587C1.35646 7.35048 0.608799 7.18899 0.674424 6.67032C0.707236 6.40032 1.07989 6.12399 1.79005 5.84157Z' fill='white' /%3E%3C/svg%3E");
}

.icon-vk {
    width: 16px;
    height: 10px;
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.128 9.78576H13.4165C12.7692 9.78576 12.5743 9.26151 11.414 8.10051C10.4 7.12326 9.97175 7.00176 9.71525 7.00176C9.3605 7.00176 9.26375 7.09926 9.26375 7.58751V9.12651C9.26375 9.54276 9.12875 9.78651 8.04125 9.78651C6.98622 9.71563 5.96312 9.39512 5.05623 8.85137C4.14933 8.30763 3.38459 7.55621 2.825 6.65901C1.49629 5.00527 0.571781 3.06432 0.125 0.990506C0.125 0.734006 0.2225 0.501506 0.7115 0.501506H2.4215C2.861 0.501506 3.01925 0.697256 3.19175 1.14951C4.022 3.59301 5.43875 5.71851 6.014 5.71851C6.2345 5.71851 6.3305 5.62101 6.3305 5.07126V2.55426C6.25775 1.40601 5.648 1.30926 5.648 0.893756C5.65571 0.784137 5.70586 0.681842 5.78778 0.608601C5.8697 0.535359 5.97695 0.496941 6.08675 0.501506H8.77475C9.14225 0.501506 9.26375 0.684506 9.26375 1.12401V4.52151C9.26375 4.88826 9.42125 5.00976 9.53225 5.00976C9.75275 5.00976 9.92225 4.88826 10.3265 4.48476C11.193 3.428 11.9009 2.25063 12.428 0.989756C12.4819 0.838371 12.5839 0.708787 12.7184 0.620769C12.8529 0.532751 13.0124 0.49113 13.1727 0.502256H14.8835C15.3965 0.502256 15.5052 0.758756 15.3965 1.12476C14.7743 2.51857 14.0044 3.84163 13.1 5.07126C12.9155 5.35251 12.842 5.49876 13.1 5.82876C13.2695 6.08526 13.8695 6.58626 14.2723 7.06251C14.8588 7.64751 15.3455 8.32401 15.7137 9.06501C15.8608 9.54201 15.6163 9.78576 15.128 9.78576Z' fill='white' /%3E%3C/svg%3E");
}

.icon-wa-sp {
    width: 16px;
    height: 16px;
    mask-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%3Cmask id='mask0_41_1831' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Cpath d='M0.875 0.875H15.125V15.125H0.875V0.875Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_41_1831)'%3E%3Cpath d='M9.3425 0.979999L8.915 0.919999C7.6302 0.734492 6.31913 0.918015 5.13465 1.44917C3.95017 1.98033 2.94107 2.83724 2.225 3.92C1.46312 4.95498 1.00894 6.18405 0.914734 7.46576C0.82053 8.74748 1.09013 10.0297 1.6925 11.165C1.75415 11.2788 1.79253 11.4037 1.80541 11.5325C1.81828 11.6612 1.8054 11.7913 1.7675 11.915C1.46 12.9725 1.175 14.0375 0.875 15.155L1.25 15.0425C2.2625 14.7725 3.275 14.5025 4.2875 14.255C4.50121 14.2106 4.72334 14.2315 4.925 14.315C5.8334 14.7583 6.82612 15.0022 7.83654 15.0303C8.84696 15.0584 9.8517 14.8701 10.7833 14.4779C11.715 14.0858 12.5519 13.4988 13.2381 12.7566C13.9242 12.0143 14.4436 11.1339 14.7615 10.1744C15.0794 9.21482 15.1883 8.1984 15.081 7.1933C14.9737 6.1882 14.6527 5.21768 14.1395 4.34687C13.6262 3.47605 12.9326 2.72509 12.1053 2.14439C11.2779 1.56369 10.3359 1.16668 9.3425 0.979999ZM11.2325 10.82C10.9599 11.064 10.6275 11.2315 10.2692 11.3053C9.91082 11.379 9.53932 11.3565 9.1925 11.24C7.62092 10.7975 6.25746 9.81142 5.345 8.4575C4.99646 7.97864 4.71628 7.45361 4.5125 6.8975C4.40214 6.57483 4.38224 6.2281 4.45496 5.89492C4.52767 5.56175 4.69023 5.25484 4.925 5.0075C5.03929 4.86164 5.19486 4.75357 5.37144 4.69739C5.54802 4.6412 5.73744 4.6395 5.915 4.6925C6.065 4.73 6.17 4.9475 6.305 5.1125C6.4145 5.42225 6.54275 5.72525 6.6875 6.02C6.79732 6.17038 6.84318 6.3581 6.81508 6.54218C6.78698 6.72625 6.68719 6.89174 6.5375 7.0025C6.2 7.3025 6.2525 7.55 6.4925 7.8875C7.02309 8.65187 7.7552 9.25418 8.6075 9.6275C8.8475 9.7325 9.0275 9.755 9.185 9.5075C9.2525 9.41 9.3425 9.3275 9.4175 9.2375C9.8525 8.69 9.7175 8.6975 10.4075 8.9975C10.6272 9.08975 10.8403 9.19775 11.045 9.32C11.2475 9.44 11.555 9.5675 11.6 9.7475C11.6433 9.94277 11.6319 10.1462 11.5671 10.3354C11.5022 10.5246 11.3865 10.6923 11.2325 10.82Z' fill='white' /%3E%3C/g%3E%3C/svg%3E");
}

.circle-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
}

.arrow-top {
    width: 20px;
    height: 20px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.0003 6.19534L16.9819 14.6873C17.0381 14.7573 17.1049 14.8125 17.1784 14.85C17.2519 14.8874 17.3305 14.9063 17.4099 14.9054C17.4892 14.9046 17.5676 14.8841 17.6406 14.8452C17.7135 14.8062 17.7796 14.7496 17.8349 14.6785C17.8902 14.6074 17.9337 14.5233 17.9629 14.4311C17.992 14.3389 18.0063 14.2403 18.0048 14.1412C18.0033 14.042 17.986 13.9442 17.9541 13.8535C17.9221 13.7627 17.8761 13.6807 17.8187 13.6123L10.4187 4.61234C10.3067 4.47612 10.1565 4.3999 10.0003 4.3999C9.84399 4.3999 9.69388 4.47612 9.58187 4.61234L2.18187 13.6123C2.12442 13.6807 2.07839 13.7627 2.04644 13.8535C2.0145 13.9442 1.99727 14.042 1.99576 14.1412C1.99425 14.2403 2.00849 14.3389 2.03765 14.4311C2.0668 14.5233 2.1103 14.6074 2.16563 14.6785C2.22095 14.7496 2.28701 14.8062 2.35997 14.8452C2.43292 14.8841 2.51134 14.9046 2.59067 14.9054C2.67 14.9063 2.74868 14.8874 2.82214 14.85C2.89561 14.8125 2.96241 14.7573 3.01867 14.6873L10.0003 6.19534Z' fill='white'/%3E%3C/svg%3E");;
}

.icon-close {
    width: 12px;
    height: 12px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.4348 0.77211L6.00001 5.20686L1.56526 0.77211C1.4586 0.674504 1.31839 0.621815 1.17385 0.625017C1.0293 0.62822 0.891563 0.687068 0.789329 0.789303C0.687095 0.891537 0.628246 1.02927 0.625044 1.17382C0.621841 1.31836 0.674531 1.45857 0.772136 1.56524L5.20464 5.99998L0.771011 10.4336C0.716845 10.4852 0.673545 10.5472 0.643657 10.6158C0.613768 10.6843 0.597893 10.7582 0.596967 10.833C0.59604 10.9079 0.61008 10.9821 0.638261 11.0514C0.666442 11.1207 0.708194 11.1837 0.761065 11.2367C0.813937 11.2896 0.876859 11.3315 0.946133 11.3597C1.01541 11.388 1.08964 11.4022 1.16446 11.4013C1.23927 11.4005 1.31318 11.3847 1.38181 11.355C1.45045 11.3252 1.51244 11.282 1.56414 11.2279L6.00001 6.79424L10.4348 11.229C10.5414 11.3266 10.6816 11.3793 10.8262 11.3761C10.9707 11.3729 11.1085 11.314 11.2107 11.2118C11.3129 11.1096 11.3718 10.9718 11.375 10.8273C11.3782 10.6827 11.3255 10.5425 11.2279 10.4359L6.79314 6.00111L11.2279 1.56524C11.2821 1.51361 11.3254 1.45169 11.3552 1.38309C11.3851 1.3145 11.401 1.24062 11.4019 1.1658C11.4029 1.09098 11.3888 1.01673 11.3606 0.947419C11.3325 0.878105 11.2907 0.815123 11.2378 0.762177C11.185 0.709231 11.122 0.667389 11.0528 0.63911C10.9835 0.610831 10.9093 0.596686 10.8344 0.597507C10.7596 0.598327 10.6857 0.614097 10.6171 0.643888C10.5484 0.67368 10.4865 0.716892 10.4348 0.770985V0.77211Z' fill='%2300ADC7'/%3E%3C/svg%3E");
}

.icon-book {
    width: 20px;
    height: 22px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.944 0.25H11.056C12.894 0.25 14.35 0.25 15.489 0.403C16.661 0.561 17.61 0.893 18.359 1.641C19.107 2.39 19.439 3.339 19.597 4.511C19.75 5.651 19.75 7.106 19.75 8.944V13.056C19.75 14.894 19.75 16.35 19.597 17.489C19.439 18.661 19.107 19.61 18.359 20.359C17.61 21.107 16.661 21.439 15.489 21.597C14.349 21.75 12.894 21.75 11.056 21.75H8.944C7.106 21.75 5.65 21.75 4.511 21.597C3.339 21.439 2.39 21.107 1.641 20.359C0.893 19.61 0.561 18.661 0.403 17.489C0.25 16.349 0.25 14.894 0.25 13.056V8.944C0.25 7.106 0.25 5.65 0.403 4.511C0.561 3.339 0.893 2.39 1.641 1.641C2.39 0.893 3.339 0.561 4.511 0.403C5.651 0.25 7.106 0.25 8.944 0.25ZM4.71 1.89C3.704 2.025 3.124 2.279 2.7 2.702C2.278 3.125 2.024 3.705 1.889 4.711C1.751 5.739 1.749 7.093 1.749 9V13C1.749 14.907 1.751 16.262 1.889 17.29C2.024 18.295 2.278 18.875 2.701 19.298C3.124 19.721 3.704 19.975 4.71 20.11C5.738 20.248 7.092 20.25 8.999 20.25H10.999C12.906 20.25 14.261 20.248 15.289 20.11C16.294 19.975 16.874 19.721 17.297 19.298C17.72 18.875 17.974 18.295 18.109 17.289C18.247 16.262 18.249 14.907 18.249 13V9C18.249 7.093 18.247 5.739 18.109 4.71C17.974 3.705 17.72 3.125 17.297 2.702C16.874 2.279 16.294 2.025 15.288 1.89C14.261 1.752 12.906 1.75 10.999 1.75H8.999C7.092 1.75 5.739 1.752 4.71 1.89ZM5.25 9C5.25 8.80109 5.32902 8.61032 5.46967 8.46967C5.61032 8.32902 5.80109 8.25 6 8.25H14C14.1989 8.25 14.3897 8.32902 14.5303 8.46967C14.671 8.61032 14.75 8.80109 14.75 9C14.75 9.19891 14.671 9.38968 14.5303 9.53033C14.3897 9.67098 14.1989 9.75 14 9.75H6C5.80109 9.75 5.61032 9.67098 5.46967 9.53033C5.32902 9.38968 5.25 9.19891 5.25 9ZM5.25 13C5.25 12.8011 5.32902 12.6103 5.46967 12.4697C5.61032 12.329 5.80109 12.25 6 12.25H11C11.1989 12.25 11.3897 12.329 11.5303 12.4697C11.671 12.6103 11.75 12.8011 11.75 13C11.75 13.1989 11.671 13.3897 11.5303 13.5303C11.3897 13.671 11.1989 13.75 11 13.75H6C5.80109 13.75 5.61032 13.671 5.46967 13.5303C5.32902 13.3897 5.25 13.1989 5.25 13Z' fill='%2300ADC7'/%3E%3C/svg%3E");
}
.circle-icon.light {
    background-color: rgba(187, 232, 240, 1);
}
.icon-rocket{
    width: 30px;
    height: 30px;
    mask-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_280_5119)'%3E%3Cpath d='M18.282 11.6119C19.4052 12.7369 21.5258 12.4312 23.022 10.9331C24.5183 9.435 24.822 7.31062 23.7008 6.1875C22.5777 5.0625 20.457 5.36625 18.9608 6.86437C17.4645 8.36437 17.1608 10.4887 18.282 11.6119Z' fill='%2300ADC7' /%3E%3Cpath d='M29.6439 6.21C28.9633 9.08625 27.1427 13.0087 22.8189 17.8687L22.3689 22.3837C22.2491 23.4655 21.7651 24.4744 20.9964 25.245L16.5302 29.7188C16.3884 29.8621 16.2048 29.957 16.0059 29.9898C15.8069 30.0226 15.6026 29.9917 15.4223 29.9014C15.2419 29.8111 15.0948 29.6661 15.0018 29.4872C14.9088 29.3082 14.8748 29.1045 14.9046 28.905L15.4108 25.3444C15.4858 24.8194 15.3864 24.2325 15.1652 23.5519C15.0257 23.1353 14.8699 22.7244 14.6983 22.32L14.5446 21.9412C13.0164 21.5719 11.5858 20.7 10.4364 19.5469C9.28519 18.3938 8.41332 16.9612 8.04582 15.4312L7.66519 15.2756C7.26137 15.1063 6.85174 14.9512 6.43707 14.8106C5.75644 14.5875 5.17144 14.4881 4.64644 14.5631L1.09144 15.0694C0.892141 15.0987 0.688678 15.0643 0.510076 14.9711C0.331474 14.878 0.186856 14.7308 0.0968515 14.5505C0.00684702 14.3703 -0.0239462 14.1663 0.00886439 13.9675C0.041675 13.7688 0.136414 13.5855 0.279565 13.4438L4.74582 8.97C5.51457 8.20125 6.52144 7.71375 7.60332 7.59375H7.61457L12.1146 7.1475C16.8827 2.90625 20.7864 1.09125 23.6664 0.39C25.3352 -0.016875 26.6477 -0.045 27.5664 0.0375C28.0239 0.080625 28.3821 0.15 28.6352 0.211875C28.7602 0.244375 28.8602 0.2725 28.9352 0.29625C29.2802 0.40875 29.4583 0.54 29.5933 0.849375L29.6477 0.98625C29.7932 1.42524 29.8918 1.87839 29.9421 2.33812C30.0452 3.2475 30.0377 4.54687 29.6439 6.21ZM20.5914 20.2256L20.6664 20.1506L20.4658 22.1775C20.3918 22.8249 20.1011 23.4282 19.6408 23.8894L17.2071 26.3269L17.3083 25.6144C17.4433 24.6656 17.2446 23.7525 16.9858 22.9556C16.8908 22.6717 16.7883 22.3903 16.6783 22.1119C18.0621 21.99 19.4196 21.3994 20.5914 20.2256ZM9.75769 9.375C8.58582 10.5488 7.99519 11.9081 7.87519 13.2938C7.59672 13.1838 7.31537 13.0812 7.03144 12.9863C6.23644 12.7275 5.32519 12.5288 4.37644 12.6638L3.66394 12.765L6.10144 10.3275C6.56082 9.86625 7.16269 9.57562 7.80769 9.5025L9.83269 9.30188L9.75769 9.375ZM27.3939 1.94813C26.6814 1.88438 25.5808 1.8975 24.1202 2.25375C21.1989 2.96625 16.7758 5.05875 11.1133 10.7306C9.95082 11.8931 9.61519 13.2431 9.82519 14.5763C10.0258 15.8438 10.7308 17.13 11.7902 18.1912C12.8477 19.2506 14.1339 19.9556 15.3977 20.1581C16.7289 20.3681 18.0771 20.0325 19.2377 18.8681C25.0108 13.0875 27.0977 8.66062 27.7802 5.7675C28.1233 4.32187 28.1177 3.24563 28.0389 2.55563C28.0193 2.37751 27.9911 2.20043 27.9546 2.025C27.7685 1.98992 27.5807 1.96427 27.3921 1.94813H27.3939Z' fill='%2300ADC7' /%3E%3Cpath d='M13.1398 22.7606C11.8926 22.0885 10.7525 21.2341 9.75733 20.2256C8.69054 19.1682 7.79764 17.9488 7.1117 16.6125C5.04545 18.4725 3.42733 26.0887 3.66358 26.325C3.89795 26.5612 11.0436 24.645 13.1398 22.7587V22.7606Z' fill='%2300ADC7' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_280_5119'%3E%3Crect width='30' height='30' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-alarm-clock{
    width: 28px;
    height: 28px;
   mask-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12593 0.682813C5.08632 0.682813 5.04647 0.683516 5.00698 0.684571C4.05858 0.710059 3.15677 1.04246 2.40688 1.57813C0.407078 3.00652 -0.554855 5.98631 1.31921 8.53437C2.79776 10.5443 2.15341 13.1983 0.623465 14.6812L1.38694 15.4667C3.276 13.6358 4.03849 10.3831 2.20181 7.88615C0.666063 5.79816 1.47688 3.5893 3.04409 2.46992C3.82772 1.91012 4.78825 1.64902 5.75581 1.84004C6.6847 2.0232 7.65044 2.61992 8.50427 3.89082L4.99597 5.92139L6.42237 8.39873C3.49866 12.1454 2.96604 17.4482 5.48487 21.8241C8.79466 27.5741 16.1206 29.5469 21.849 26.2297C27.5774 22.9125 29.5387 15.5623 26.2289 9.81236C23.7145 5.4442 18.8806 3.2576 14.1916 3.91279L12.7596 1.42619L9.45278 3.33969C8.46161 1.84016 7.22306 1.0127 5.96821 0.765196C5.69081 0.710449 5.40868 0.682858 5.12593 0.682813ZM15.0942 5.43617C19.7759 5.43617 23.5794 9.2065 23.5794 13.8883C23.5794 18.57 19.7759 22.3753 15.0942 22.3753C10.4125 22.3753 6.64204 18.5699 6.64204 13.8883C6.64204 9.20668 10.4125 5.43617 15.0942 5.43617H15.0942ZM14.5614 6.91197V12.0794C13.7851 12.325 13.2046 13.0631 13.2046 13.9085C13.2046 14.9472 14.0813 15.7909 15.1199 15.7909C16.1055 15.7909 16.9146 15.031 16.9949 14.066L21.4791 10.8506L20.8401 9.96072L16.722 12.9143C16.4816 12.5173 16.1043 12.2115 15.6563 12.0737V6.91191H14.5613L14.5614 6.91197ZM12.0895 7.5749L11.141 8.1224L11.9815 9.57805L12.9301 9.02879L12.0896 7.57496L12.0895 7.5749ZM18.1283 7.5749L17.2879 9.02873L18.2363 9.57805L19.0769 8.1224L18.1283 7.5749ZM9.33196 9.93154L8.78446 10.8799L10.2382 11.7204L10.7857 10.7719L9.33185 9.93143L9.33196 9.93154ZM15.1199 13.0882C15.5668 13.0882 15.9072 13.4618 15.9072 13.9085C15.9072 14.3554 15.5668 14.6959 15.12 14.6959C14.6731 14.6959 14.2997 14.3554 14.2997 13.9085C14.2997 13.4616 14.673 13.0882 15.12 13.0882L15.1199 13.0882ZM8.12159 13.3519V14.4468H9.80065V13.3518L8.12159 13.3519ZM20.4153 13.3519V14.4468H22.0961V13.3518H20.4154L20.4153 13.3519ZM10.2382 16.0801L8.78452 16.9187L9.3319 17.8672L10.7857 17.0267L10.2382 16.0801ZM19.9794 16.0801L19.4321 17.0267L20.8859 17.8672L21.4334 16.9187L19.9794 16.0801ZM11.9814 18.2224L11.141 19.6763L12.0895 20.2238L12.93 18.7698L11.9813 18.2223L11.9814 18.2224ZM18.2363 18.2224L17.2879 18.7699L18.1283 20.2238L19.0768 19.6762L18.2363 18.2223L18.2363 18.2224ZM14.5615 19.2075V20.8866H15.6564V19.2076L14.5615 19.2075Z' fill='%2300ADC7' /%3E%3C/svg%3E");
}
.icon-times{
    width: 21px;
    height: 21px;
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5013 20.0833C15.7942 20.0833 20.0846 15.7929 20.0846 10.5C20.0846 5.20713 15.7942 0.916672 10.5013 0.916672C5.20843 0.916672 0.917969 5.20713 0.917969 10.5C0.917969 15.7929 5.20843 20.0833 10.5013 20.0833Z' stroke='%2300ADC7' stroke-width='1.5' stroke-linejoin='round' /%3E%3Cpath d='M10.5039 4.75V10.5048L14.5668 14.5681' stroke='%2300ADC7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

@media (max-width: 1208px) {
    .circle-icon {
        width: 20px;
        height: 20px;
    }
}
/* End */


/* Start:/local/templates/glavdent/assets/dependence/variable.css?177936932115148*/

:root {
    --font-family: Onest, sans-serif;
    --secondary-font-family: Gilroy, sans-serif;
    --thirdy-font-family: Inter, sans-serif;
    --primary-color: rgba(30, 30, 30, 1);
    --primary-color-hover: rgba(0, 173, 199, 1);
    --secondary-color: rgba(0, 173, 199, 1);
    --fourteen-color: rgba(226, 243, 246, 1);
    --thirdy-color-tr: rgba(0, 173, 199, 0.2);
    --thirdy-color: rgba(0, 173, 199, 1);
    --default-font-size: 16px;

    --h1-font-size: 22px;
    --h2-font-size: 20px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --h5-font-size: 14px;
    --h6-font-size: 12px;

    --button-font-size: 14px;
    --button-padding: 10px 20px;
    --button-bg-color: linear-gradient(90deg, #00ADC7 0%, #24356F 100%);

    --section-bg-color: rgba(247, 247, 247, 1);

    --container-size: 1200px;
}


section:not(.no-wrapper) > div.container-content {
    margin: 0 auto;
    padding: 0 20px;
}

/* Общие стили для всех устройств */

html {
    height: 100%;
}

body {
    font-family: var(--font-family);
    font-size: var(--default-font-size);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
}

/* Заголовки */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;

}

h1:not[class], h2:not[class], h3:not[class], h4:not[class], h5:not[class], h6:not[class] {
    margin: 0.5em 0;
}

h1 {
    font-size: var(--h1-font-size);
}

h2 {
    font-size: var(--h2-font-size);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

/* Списки */
ul, ol {
    margin: 0;
    padding: 0 0 0 1.5em;
}

li {
    margin: 0.5em 0;
}

/* Кнопки */

button {
    color: white;
    border: none;
    font-size: var(--button-font-size);
    font-weight: 500;
    padding: var(--button-padding);
    cursor: pointer;
    border-radius: 10px;
    transition: 1s;
    position: relative;
    display: flex;
    width: fit-content;
}

button:has(> a) {
    padding: 0 !important;
}

button a {
    display: block;
    color: inherit;
    padding: var(--button-padding);
}

button.default {
    background-image: var(--button-bg-color);
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}

button.default:hover {
    background-position: right center;
    background-image: linear-gradient(90deg, #233871 0%, #00ADC7 100%);
}

button.default:focus,
button.default:active {
    background: rgba(0, 173, 199, 1);
    transition: 0.15s;
}

button.default:disabled {
    background: rgba(167, 167, 167, 1);
}

button.styled {
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    transition: 0.3s;
}

button.styled:hover {
    background: rgba(36, 53, 111, 1);
}

button.styled:focus:after,
button.styled:active:after,
button.styled:hover:after {
    opacity: 1;
}

button.styled:focus,
button.styled:active {
    background: rgba(0, 173, 199, 1);
}

button.styled:disabled {
    background: rgba(167, 167, 167, 1);
}

button.styled:disabled:after {
    opacity: 0.5;
}

button.styled:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.51673 0.533275C1.38972 0.479883 1.24959 0.465884 1.11453 0.493094C0.979467 0.520304 0.855694 0.587467 0.759265 0.685873C0.662835 0.784279 0.598196 0.909388 0.573731 1.04498C0.549266 1.18056 0.566104 1.32037 0.622061 1.44627L3.45731 7.81252H10.4166C10.599 7.81252 10.7738 7.88496 10.9028 8.01389C11.0317 8.14282 11.1041 8.31769 11.1041 8.50002C11.1041 8.68236 11.0317 8.85723 10.9028 8.98616C10.7738 9.11509 10.599 9.18752 10.4166 9.18752H3.45731L0.622061 15.5538C0.566104 15.6797 0.549266 15.8195 0.573731 15.9551C0.598196 16.0907 0.662835 16.2158 0.759265 16.3142C0.855694 16.4126 0.979467 16.4797 1.11453 16.507C1.24959 16.5342 1.38972 16.5202 1.51673 16.4668L18.9334 9.13344C19.058 9.08088 19.1643 8.99275 19.239 8.88009C19.3137 8.76743 19.3536 8.63523 19.3536 8.50002C19.3536 8.36482 19.3137 8.23262 19.239 8.11996C19.1643 8.0073 19.058 7.91917 18.9334 7.86661L1.51673 0.533275Z' fill='white'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-left: 10px;
    opacity: 0.5;
    transition: 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-main {
    text-transform: uppercase;
    line-height: 24px;
}

header {
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

section.bg-color-primary {
    background: var(--section-bg-color);
}

section.default-padding {
    padding: 20px 0;
}

.gray-image-bg {
    background-image: url('/local/templates/glavdent/assets/images/placeholder-form.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cart-seminar__form-feedback .component-contacts-form,
.light-image-bg {
    background-image: url('/local/templates/glavdent/assets/images/placeholder-form-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

input.error, textarea.error {
    outline: 1px solid rgba(199, 48, 0, 0.2) !important;
}

input:focus, textarea:focus {
    outline: 1px solid var(--thirdy-color-tr);
}

input, textarea {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: white;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

input::placeholder, textarea::placeholder {
    font-size: inherit;
    line-height: inherit;
    color: rgb(30 30 30 / 60%);
}

@media (min-width: 1040px) {
    .title-main {
        line-height: 36px;
        margin: 0;
    }

    section.default-padding {
        padding: 30px 0;
    }
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    position: absolute;
    right: 40%;
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.hide {
    display: none !important;
}

.bg-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    animation: spin 5s linear 0s infinite;
}

.circle-bg-ball,
.circle-bg-ball-2,
.circle-bg-ball-3,
.circle-bg {
    position: absolute;
    width: 140px;
    height: 140px;
}

.circle-bg-ball {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='525' height='525' viewBox='0 0 525 525' fill='none'%3E%3Ccircle cx='412.207' cy='79.0403' r='25.5' fill='%2300ADC7'/%3E%3Ccircle cx='262.353' cy='262.354' r='247' stroke='url(%23paint0_linear_2009_9060)' stroke-opacity='0.4' stroke-width='30'/%3E%3Ccircle cx='362.707' cy='107.54' r='11.5' stroke='%2324356F' stroke-width='3'/%3E%3Ccircle cx='412.207' cy='79.0403' r='25.5' fill='%2300ADC7'/%3E%3Ccircle cx='262.207' cy='262.04' r='206' stroke='url(%23paint1_linear_2009_9060)' stroke-opacity='0.4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2009_9060' x1='47.9013' y1='-28.7579' x2='502.035' y2='490.391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2009_9060' x1='93.183' y1='32.5958' x2='451.116' y2='441.772' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.circle-bg-ball-2 {
    aspect-ratio: 505/420;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='420' viewBox='0 0 505 420' fill='none'%3E%3Ccircle cx='209.958' cy='209.958' r='200' transform='rotate(88.597 209.958 209.958)' stroke='url(%23paint0_linear_2009_9061)' stroke-opacity='0.4' stroke-width='10'/%3E%3Ccircle cx='393.958' cy='289.958' r='17.5' stroke='%2324356F' stroke-width='3'/%3E%3Ccircle cx='209.958' cy='209.958' r='134.5' stroke='url(%23paint1_linear_2009_9061)' stroke-opacity='0.4'/%3E%3Ccircle cx='209.265' cy='209.4' r='83' transform='rotate(110.781 209.265 209.4)' stroke='%2300ADC7' stroke-opacity='0.2'/%3E%3Ccircle cx='209.265' cy='209.4' r='83' transform='rotate(110.781 209.265 209.4)' stroke='url(%23paint2_linear_2009_9061)' stroke-opacity='0.4'/%3E%3Ccircle cx='467.458' cy='247.458' r='37.5' fill='%2300ADC7'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2009_9061' x1='42.1615' y1='-17.8199' x2='397.495' y2='388.384' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2009_9061' x1='99.458' y1='59.958' x2='333.458' y2='327.458' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2009_9061' x1='140.918' y1='116.622' x2='285.652' y2='282.076' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.circle-bg-ball-3 {
    aspect-ratio: 159/132;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='132' viewBox='0 0 159 132' fill='none'%3E%3Ccircle cx='65.9925' cy='65.9909' r='59.4326' transform='rotate(88.597 65.9925 65.9909)' stroke='url(%23paint0_linear_281_3031)' stroke-opacity='0.4' stroke-width='10'/%3E%3Ccircle cx='123.823' cy='91.135' r='4.4718' stroke='%2324356F' stroke-width='3'/%3E%3Ccircle cx='65.9898' cy='65.9906' r='41.9312' stroke='url(%23paint1_linear_281_3031)' stroke-opacity='0.4'/%3E%3Ccircle cx='65.7725' cy='65.8154' r='25.7445' transform='rotate(110.781 65.7725 65.8154)' stroke='%2300ADC7' stroke-opacity='0.2'/%3E%3Ccircle cx='65.7725' cy='65.8154' r='25.7445' transform='rotate(110.781 65.7725 65.8154)' stroke='url(%23paint2_linear_281_3031)' stroke-opacity='0.4'/%3E%3Ccircle cx='146.923' cy='77.777' r='11.7864' fill='%2300ADC7'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_281_3031' x1='13.2532' y1='-5.60088' x2='124.936' y2='122.071' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_281_3031' x1='31.2591' y1='18.8448' x2='104.807' y2='102.921' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_281_3031' x1='44.2909' y1='36.6549' x2='89.7813' y2='88.6579' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.circle-bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='142' height='142' viewBox='0 0 142 142' fill='none'%3E%3Ccircle cx='71.0002' cy='71' r='64.3234' transform='rotate(88.597 71.0002 71)' stroke='url(%23paint0_linear_2009_9057)' stroke-opacity='0.4' stroke-width='10'/%3E%3Ccircle cx='71' cy='71' r='45.5' stroke='url(%23paint1_linear_2009_9057)' stroke-opacity='0.4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2009_9057' x1='14.2577' y1='-6.02603' x2='134.418' y2='131.337' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2009_9057' x1='33.3481' y1='19.8889' x2='113.081' y2='111.037' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300ADC7'/%3E%3Cstop offset='1' stop-color='%23005461' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.form-error,
.form-row-error {
    text-align: center;
    color: rgba(199, 48, 0, 0.71);
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0;
}

.form-error {
    text-align: left;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(237, 252, 255, 1);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 173, 199, 1);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 173, 199, 1);
    cursor: pointer;
}

.my-marker {
    cursor: pointer;
}

/* Мобильные стили */
@media (max-width: 1039px) {
    :root {
        --h1-font-size: 1.75em;
        --h2-font-size: 22px;
        --h3-font-size: 1.25em;
        --h4-font-size: 1em;
        --h5-font-size: 0.875em;
        --h6-font-size: 0.75em;
        --button-font-size: 0.875em;
        --button-padding: 10px 20px;
    }

    button.styled:after {
        width: 17px;
        height: 14px;
    }
}

/* Десктопные стили */
@media (min-width: 1040px) {
    :root {
        --h1-font-size: 26px;
        --h2-font-size: 24px;
        --h3-font-size: 22px;
        --h4-font-size: 20px;
        --h5-font-size: 18px;
        --h6-font-size: 16px;
        --button-font-size: 18px;
        --button-padding: 10px 20px;
    }

    section:not(.no-wrapper) > div.container-content {
        max-width: var(--container-size);
        padding: 0 30px;
    }
}

/* Круги */

main {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1208px) {
    .bg-icon-4 {
        right: -32px;
        top: 5px;
        width: 30vw;
        height: auto;
        animation: none;
        transform: rotate(202deg);
        z-index: -1;
    }
}
@media (min-width: 1040px) {
    .bg-icon-1 {
        left: -4vw;
        top: 90px;
        width: 8vw;
        height: 8vw;
    }

    .bg-icon-2 {
        right: -7vw;
        top: 580px;
        width: 12vw;
        height: 12vw;
    }

    .bg-icon-3 {
        left: -2vw;
        top: 970px;
        width: 9vw;
        height: 9vw;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@keyframes background {
    100% {
        background-position: 0 200px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* End */


/* Start:/local/templates/glavdent/assets/library/swiper/swiper-bundle.min.css?177936932118443*/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/glavdent/assets/dependence/swiper-style.css?17793693214501*/
:root {
    --arrow-swiper-bg-color: rgba(187, 232, 240, 1);
    --arrow-swiper-bg-color-light: rgba(246, 246, 247, 1);
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-color: rgba(0, 173, 199, 1);
    --swiper-pagination-bullet-inactive-color: rgba(187, 232, 240, 1);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 15px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.2046 12L7.71256 20.727C7.64265 20.7973 7.58737 20.8808 7.54994 20.9727C7.5125 21.0645 7.49365 21.1628 7.49447 21.262C7.4953 21.3612 7.51578 21.4592 7.55474 21.5504C7.59369 21.6416 7.65034 21.7241 7.72142 21.7933C7.79249 21.8625 7.87658 21.9168 7.96881 21.9533C8.06103 21.9897 8.15958 22.0075 8.25873 22.0056C8.35788 22.0037 8.45567 21.9822 8.54644 21.9423C8.63722 21.9024 8.71917 21.8448 8.78756 21.773L17.7876 12.523C17.9238 12.383 18 12.1954 18 12C18 11.8047 17.9238 11.617 17.7876 11.477L8.78756 2.227C8.71917 2.15519 8.63722 2.09766 8.54645 2.05773C8.45567 2.01779 8.35788 1.99626 8.25873 1.99437C8.15958 1.99249 8.06104 2.01028 7.96881 2.04673C7.87658 2.08317 7.7925 2.13755 7.72142 2.20671C7.65035 2.27586 7.5937 2.35843 7.55474 2.44963C7.51579 2.54083 7.4953 2.63884 7.49448 2.73801C7.49366 2.83717 7.51251 2.93552 7.54994 3.02735C7.58738 3.11918 7.64265 3.20268 7.71257 3.27301L16.2046 12Z' fill='%2300ADC7'/%3E%3C/svg%3E");
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='24' width='24'%3E%3Cg xmlns='http://www.w3.org/2000/svg' transform='matrix(-1 0 0 -1 24 24)'%3E%3Cpath d='M16.2046 12L7.71256 20.727C7.64265 20.7973 7.58737 20.8808 7.54994 20.9727C7.5125 21.0645 7.49365 21.1628 7.49447 21.262C7.4953 21.3612 7.51578 21.4592 7.55474 21.5504C7.59369 21.6416 7.65034 21.7241 7.72142 21.7933C7.79249 21.8625 7.87658 21.9168 7.96881 21.9533C8.06103 21.9897 8.15958 22.0075 8.25873 22.0056C8.35788 22.0037 8.45567 21.9822 8.54644 21.9423C8.63722 21.9024 8.71917 21.8448 8.78756 21.773L17.7876 12.523C17.9238 12.383 18 12.1954 18 12C18 11.8047 17.9238 11.617 17.7876 11.477L8.78756 2.227C8.71917 2.15519 8.63722 2.09766 8.54645 2.05773C8.45567 2.01779 8.35788 1.99626 8.25873 1.99437C8.15958 1.99249 8.06104 2.01028 7.96881 2.04673C7.87658 2.08317 7.7925 2.13755 7.72142 2.20671C7.65035 2.27586 7.5937 2.35843 7.55474 2.44963C7.51579 2.54083 7.4953 2.63884 7.49448 2.73801C7.49366 2.83717 7.51251 2.93552 7.54994 3.02735C7.58738 3.11918 7.64265 3.20268 7.71257 3.27301L16.2046 12Z' fill='%2300ADC7'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 30px;
    height: 30px;
    padding: 7px;
    background-color: var(--arrow-swiper-bg-color);
    border-radius: 50%;
}

.swiper-button-prev.light, .swiper-rtl .swiper-button-next.light,
.swiper-button-next.light, .swiper-rtl .swiper-button-prev.light {
    background-color: var(--arrow-swiper-bg-color-light);
    border: 1px solid rgba(0, 173, 199, 0.2);
}

.swiper-button-prev.outline, .swiper-rtl .swiper-button-next.outline,
.swiper-button-next.outline, .swiper-rtl .swiper-button-prev.outline {
    outline: 7px solid white;
}

@media (min-width: 769px) {
    :root {
        --swiper-pagination-bullet-size: 15px;
        --swiper-pagination-bullet-horizontal-gap: 5px;
        --swiper-pagination-bottom: 15px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next,
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 50px;
        height: 50px;
        padding: 13px;
    }
}
/* End */


/* Start:/local/templates/glavdent/assets/css/parts/content-product.css?17793693214304*/
:root {
    --content-product-item-bg-color: rgba(36, 53, 111, 1);
    --content-product-item-border-color: rgba(0, 173, 199, 0.2);
}

.content-product__item-control-btn,
.content-product__item-content {
    padding: 0 10px;
}

.content-product__item-control-btn {
    padding-bottom: 10px;
}

.content-product.part {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background-color: white;
    outline: 1px solid var(--content-product-item-border-color);
}

.content-product__item-image {
    position: relative;
}

.content-product__control-items,
.content-product__tabs {
    position: absolute;
}

.product__item-control-btn-qty {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content-product__item-control-btn form {

    gap: 8px;

    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}

.content-product__tabs {
    left: 10px;
    top: 10px;
    padding-right: 40px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product__tabs-item {
    background-color: var(--content-product-item-bg-color);
    padding: 5px 10px;
    font-size: 10px;
    line-height: 13px;
    color: white;
    border-radius: 7px;
}

.content-product__item-image a {
    display: block;
    padding: 10px;
}

.content-product__control-items {
    right: 0px;
    top: 0px;
}

.item-control-btn-qty {
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.item-control-btn-qty .icon {
    background-color: var(--secondary-color);
}

.product__item-content-title a {
    color: inherit;
}

.product__item-control-btn-qty input {
    text-align: center;
    width: 25px;
    padding: 0;
    color: inherit;
}

.product__control-item .icon {
    background-color: var(--secondary-color);
}

.product__control-item .icon:hover {
    background-color: rgba(36, 53, 111, 1);
}

.product__control-item .icon-favorite.active,
.product__control-item .icon-favorite:active,
.product__control-item .icon-favorite:focus {
    background-color: var(--secondary-color);
}

.product__item-content-price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.content-product__item-content {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
}

.added-favorite .icon-favorite {
    mask-size: contain;
}

@media (max-width: 1208px) {
    .content-product__item-control-btn form {
        grid-template-columns: 1fr;
    }
    .product__item-content-price {
        margin-top: 8px;
    }

    .product__item-control-btn-qty {
        flex: 1;
        justify-content: space-between;
    }

    .product__item-control-btn-add-to-cart,
    .product__item-control-btn-add-to-cart button {
        width: 100%;
    }

    .product__item-control-btn-add-to-cart button {
        justify-content: center;
        padding: 7px 20px;
    }

    .content-product.part .icon-favorite {
        width: 18px;
        height: 15px;
    }

    .content-product.part .icon-favorite.active, .added-favorite .icon-favorite, .icon-favorite:active, .icon-favorite:focus {
        width: 18px;
        height: 15px;
    }
}

@media (min-width: 769px) {
    .content-product__item-control-btn form {
        gap: 15px;
    }

    .content-product__item-content {
        font-size: 14px;
        line-height: 18px;
        gap: 8px;
    }

    .product__item-content-price {
        font-size: 18px;
        line-height: 23px;
    }

    .product__tabs-item {
        padding: 7px 20px;
        font-size: 14px;
        line-height: 16px;
        border-radius: 10px;
    }

    .content-product__item-image a {
        padding: 20px;
    }

    .content-product__tabs {
        left: 20px;
        top: 20px;
        padding-right: 60px;
    }

    .content-product__item-control-btn,
    .content-product__item-content {
        padding: 0 20px;
    }

    .content-product__item-control-btn {
        padding-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/glavdent/assets/fonts/font-awesome.min.css?177936932131000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/glavdent/assets/fonts/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/glavdent/assets/css/fancybox/fancybox.css?177936932115598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/glavdent/assets/library/notification/css/notifications-popup.css?17793693214216*/
.notification-container-popup {
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 280px;
    margin: 60px;
}

.notification-container-popup[data-position^='top-'] {
    top: 0;
}

.notification-container-popup[data-position^='bottom-'] {
    bottom: 0;
}

.notification-container-popup[data-position$='-right'] {
    right: 0;
}

.notification-container-popup[data-position$='-left'] {
    left: 0;
}

.notification-container-popup[data-position$='-center'] {
    left: 50%;
    transform: translateX(-50%);
}

.notification-popup{
    box-sizing: border-box;
    position: relative;
    background: white;
    color: #545454;
    padding: 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.notification-container-popup[data-position$='-right'] .notification-popup{
    transform: translateX(110%);
}

.notification-container-popup[data-position$='-left'] .notification-popup{
    transform: translateX(-110%);
}

.notification-container-popup[data-position='top-center'] .notification-popup{
    transform: translateY(-100vh);
}

.notification-container-popup[data-position='bottom-center'] .notification-popup{
    transform: translateY(100vh);
}

.notification-container-popup .notification-popup.show {
    transform: translate(0, 0);
}

.notification-popup.progress-popup-notification::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% * var(--progress-popup-notification));
    height: 5px;
    background: rgb(255, 0, 99);

}

.notification-popup.can-close::after {
    content: '\00D7';
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 22px;
}

.notification-popup .text-popup-notification {
    width: 100%;
}

.notification-popup .icon-popup-notification {
    width: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-popup .icon-popup-notification:before {
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    font-family: "FontAwesome";
    position:relative;
    z-index: 2;
}

.notification-popup.notification-info .icon-popup-notification:after{
    border-color: #0074D9;
}

.notification-popup.notification-info.progress-popup-notification::before {
    background: #0074D9;
}
.notification-popup.notification-info .icon-popup-notification:before {
    content: "\f129";
    background-color: #0074D9;
}

.notification-popup.notification-success.progress-popup-notification::before {
    background:#2ECC40;
}

.notification-popup.notification-success .icon-popup-notification:after{
    border-color: #2ECC40;
}

.notification-popup.notification-success .icon-popup-notification:before {
    content: "\f00c";
    background-color: #2ECC40;
}

.notification-popup.notification-warning.progress-popup-notification::before {
    background:#FFDC00;
}
.notification-popup.notification-warning .icon-popup-notification:after{
    border-color: #FFDC00;
}

.notification-popup.notification-warning .icon-popup-notification::before {
    content: "\f12a";
    background-color: #FFDC00;
}

.notification-popup.notification-error .progress-popup-notification::before {
    background:#FF4136;
}
.notification-popup.notification-error .icon-popup-notification:after{
    border-color: #FF4136;
}

.notification-popup.notification-error .icon-popup-notification:before {
    content: "\f12a";
    background-color: #FF4136;
}

.notification-popup .icon-popup-notification:after {
    content: '';
    position: absolute;
    left: calc(50% - 2px);
    width: 100%;
    height: 100%;
    border-left: 4px solid;
}
/* End */


/* Start:/local/templates/glavdent/assets/css/components/category-product.css?17793693214943*/
.catalog-category-product-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.category-product__container-item-text-catalog {
    font-weight: 500;
    color: #1e1e1e;
}
.catalog .category-product__container-item-link {
    align-items: flex-start
}
.content-product-card-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}
.content-product-card-items.line-view-product {
    display: grid;
    gap: 10px;
}
.component-category-product__left-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.component-category-product__container-items {
    position: relative;
}

.category-product__container-item-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    height: 100%;
    width: 100%;
}

.category-product__container-item-link {
    color: inherit;
}

.category-product__container-item-link:hover .category-product__container-item-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(130 140 173 / 67%);
    position: absolute;
    backdrop-filter: blur(1px);
    left: 0;
    top: 0;
}

.category-product__container-item-link:hover .category-product__container-item-img:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='24' stroke='white' stroke-width='2'/%3E%3Cpath d='M17.9214 32.5052L31.8425 18.5841M32.5054 28.5278V17.9212H21.8988' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.category-product__container-item-link .category-product__container-item-text {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

.category-product__container-item-img {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    background: rgba(240, 240, 240, 0.1);
    border: 1px solid rgba(30, 30, 30, 0.05);
}

.category-product__container-item-img.catalog-index { 
    height: 270px;
}

.category-product__container-item-img img {
    width: 100%;
    object-fit: cover;
    max-width: 270px;
    max-height: 270px;
    object-position: center;
}

.component-category-product {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.bg-icon-circle-1-item {
    right: -50px;
    top: 0;
    width: 110px;
    height: auto;
}

.component-category-product .swiper-button-next,
.component-category-product .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%);
}

@media (min-width: 769px) {
    .component-category-product {
        display: grid;
        gap: 20px;
        grid-template-columns: 270px calc(100% - 290px);
    }

    .category-product__container-item-link .category-product__container-item-text {
        font-size: 20px;
        line-height: 25px;
    }

    .component-category-product__container-items {
        width: 100%;
    }

    .component-category-product__left-block {
        gap: 20px;
    }

    .component-category-product__left-block h2 {
        max-width: 200px;
    }

    .component-category-product__left-block button {
        width: fit-content;
    }

    .component-category-product .swiper-button-prev, .component-category-product .swiper-rtl .swiper-button-next {
        left: -25px;
    }

    .component-category-product .swiper-button-next, .component-category-product .swiper-rtl .swiper-button-prev {
        right: -25px;
    }

    .category-product__container-item-link {
        gap: 20px;
    }
    .bg-icon-2 {
        top: 384px;
    }
    .bg-icon-circle-1-item {
        left: -18vw;
        bottom: -18vw;
        width: 36vw;
        height: auto;

    }
}

@media (max-width: 1208px) {
    .content-product-card-items,
	.catalog-category-product-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.category-product__container-item-img img {
		width: 157px;
        height: 157px;
	}
    .category-product__container-catalog-text {
        font-size: 14px;
    }
    .catalog h1 {
        font-size: 22px;
        line-height: 109%;
    }
    .bg-icon-circle-2-item {
        display: none;
    }
    .category-product__container-item-img.catalog-index,
    .category-product__container-item-img {
        width: unset;
        height: unset;
    }
}
@media (max-width: 769px) {
    .content-product-card-items.line-view-product {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/templates/glavdent/components/arturgolubev/search.title/title-search/style.min.css?177936932114073*/
.bx_smart_searche,.bx_smart_searche *,.bx-searchtitle,.bx-searchtitle *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:14px}.bx-searchtitle{margin:10px 0 0}.bx-searchtitle-history{margin-top:5px}.bx-searchtitle-history a{color:#222;text-decoration:underline}.bx-searchtitle-history a:hover{text-decoration:none}.bx-searchtitle-popup-history{padding:0 8px 8px}.bx-searchtitle-popup-history-title{font-size:16px}.bx-searchtitle-popup-history-item{padding:4px 0}.bx-searchtitle-popup-history-item::before{content:"";width:16px;height:16px;background:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/search-icon.svg) center center no-repeat;background-size:12px auto;display:inline-block;vertical-align:middle;margin-right:5px}.bx-searchtitle-popup-history a{color:#222;text-decoration:underline;vertical-align:middle}.bx-searchtitle-popup-history a:hover{text-decoration:none}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#333;background-color:#f8fafc;border:1px solid #d5dadc;border-right:none;border-radius:1px 0 0 1px;outline:none;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-searchtitle .bx-input-group .bx-form-control:focus{background-color:#fff}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0%,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0%,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell;line-height:normal}.bx-searchtitle .bx-input-group-btn button{position:relative;border:none;background:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/search-icon.png) center center no-repeat #95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:0;border-radius:0 1px 1px 0;color:#fff;font-size:16px;line-height:1.42857143;height:34px;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background-color:#1484CE}div.title-search-result{border:0 none!important;border-top:0 none;display:none;overflow:hidden;z-index:999;min-width:200px;margin-top:3px;background-color:#FFF;border-radius:2px;box-shadow:0 0 7px -2px #d6d6d6}div.title-search-fader{display:none;background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/fader.png);background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_smart_searche{padding-top:8px;border-top:0 none;border-radius:0 0 3px 3px}.bx_smart_searche .bx_info_wrap{margin-left:85px}.bx_smart_searche .bx_img_element{float:left;padding:5px;width:75px;text-align:center}.bx_smart_searche .bx_item_block{min-height:65px;position:relative}.bx_smart_searche .bx_image{display:inline-block;max-width:100%}.bx_smart_searche .bx_image.empty_image{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/image/noimg.png)}.bx_smart_searche .bx_item_element{padding:8px 0}.bx_smart_searche .bx_item_element_all_result{text-align:center}.bx_smart_searche .bx_item_element hr{margin:0;border:none;border-bottom:1px solid #e5e5e5}.bx_smart_searche .bx_item_element a{margin-top:5px;display:inline-block;color:#333;font-size:14px;text-decoration:none;font-weight:700}.bx_smart_searche .bx_item_element a b{font-weight:700;color:#000}.bx_smart_searche .bx_item_element a:hover,.bx_smart_searche .bx_item_element a:hover b{text-decoration:underline}.bx_smart_searche .bx_item_preview_text{font-size:13px;padding:5px 10px 5px 0}.bx_smart_searche .bx_price{font-weight:700;font-size:15px;margin-top:5px}.bx_smart_searche .bx_price .old{font-weight:400;text-decoration:line-through;color:#636363;font-size:12px;vertical-align:middle}.bx_smart_searche .bx_item_block.all_result{min-height:0}.bx_smart_searche .bx_item_block.others_result{min-height:0;line-height:12px;padding:0}.bx_smart_searche .bx_item_block.all_result .all_result_button{display:inline-block;font-size:14px;background-color:#1485CE;border:1px solid;border-color:#1485CE;color:#FFF;padding:0 22px;height:34px;text-decoration:none;border-radius:2px;margin:0 0 8px;line-height:34px;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.bx_smart_searche .bx_item_block_title{font-weight:700;font-size:16px;margin:4px 8px}.bx_smart_searche .bx_item_block_href{display:block;text-decoration:none;margin-bottom:5px;padding:8px;line-height:14px}.bx_smart_searche .bx_item_block_href:hover{background-color:#feeed2}.bx_smart_searche .bx_item_block_hrline{border-bottom:1px solid #f5a61c;margin:0 8px 5px}.bx_item_block_item_clear{display:block;clear:both}.bx_smart_searche .bx_item_block_item_info_wrap{display:block}.bx_smart_searche .bx_item_block_item_info_wrap.wpic{padding-left:39px}.bx_smart_searche .bx_item_block_item_info{display:block}.bx_smart_searche .bx_item_block_href_category_title{color:#a2a2a2}.bx_smart_searche .bx_item_block_href_category_name{color:#f5a61c;font-weight:700;text-transform:uppercase}.bx_smart_searche .bx_item_block_item_image{width:34px;height:34px;float:left;margin-right:5px;position:relative;color:#333}.bx_smart_searche .bx_item_block_item_image img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.bx_smart_searche .bx_item_block_item_name{color:#333;overflow:hidden;height:34px;display:block;line-height:17px;display:flex}.bx_smart_searche .bx_item_block_item_name_flex_align{margin:auto 0}.bx_smart_searche .bx_item_block_item_simple_name{color:#333;display:block;line-height:17px}.bx_smart_searche .bx_item_block_item_name b,.bx_smart_searche .bx_item_block_item_simple_name b{color:#f5a61c}.bx_smart_searche .bx_item_block_item_price{float:right;text-align:right;color:#333;line-height:17px;padding-left:5px}.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one{line-height:34px}.bx_smart_searche .bx_item_block_item_price .bx_price_new{white-space:nowrap;font-weight:700;display:block}.bx_smart_searche .bx_item_block_item_price .bx_price_old{white-space:nowrap;text-decoration:line-through}.bx_smart_searche .bx_item_block_item_text{color:#9b9b9b;display:block;margin-top:8px;font-size:13px;line-height:15px}.bx_smart_searche .bx_item_block_item_props{color:#9b9b9b;display:block;margin-top:8px;font-size:13px;line-height:15px}.bx_item_block_item_prop_item{display:block}.bx_smart_no_result_find{padding:0 8px 8px}.bx-searchtitle .bx-searchtitle-clear{position:absolute;top:4px;right:110%;width:28px;height:28px;z-index:4;display:none;font-size:28px;line-height:28px;text-align:center;cursor:pointer;color:#666}.bx-searchtitle .bx-searchtitle-clear:after{display:inline-block;content:"\00d7"}.bx-searchtitle .bx-searchtitle-voice{position:absolute;top:3px;right:110%;width:28px;height:28px;z-index:4;display:none;font-size:28px;line-height:28px;text-align:center;cursor:pointer;color:#666;background:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/voice.svg?v=3) center center no-repeat;background-size:22px auto}.bx-searchtitle .bx-searchtitle-voice.voice-show{display:block}.bx-searchtitle .bx-searchtitle-voice.active::after,.bx-searchtitle .bx-searchtitle-voice.active::before{content:'';position:absolute;border:3px solid #3D64FF;left:-20px;opacity:0;right:-20px;top:-20px;bottom:-20px;border-radius:50%;animation:searchpulse 2.5s linear infinite}.bx-searchtitle .bx-searchtitle-voice.active::after{animation-delay:1.25s}@keyframes searchpulse{0%{transform:scale(0.5);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}.bx-searchtitle .bx-searchtitle-preloader{position:absolute;top:2px;right:110%;width:30px;height:30px;z-index:5;display:none}.bx-searchtitle .bx-searchtitle-preloader.view{background:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_orange.gif) center center no-repeat #fff}.bx_smart_searche.theme-blue .bx_item_block_item_image{color:#0083d1}.bx-searchtitle.theme-blue .bx-input-group .bx-form-control{border-color:#0083d1}.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_blue.gif)}.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{background-color:#0083d1;border-color:#0083d1}.bx-searchtitle.theme-blue .bx-input-group-btn button{background-color:#0083d1;border-color:#0083d1;color:#FFF}.bx-searchtitle.theme-blue .bx-input-group-btn button:hover,.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover{background-color:#5ca6e4;border-color:#5ca6e4;text-decoration:none}.bx_smart_searche.theme-blue .bx_item_element a b{color:#5ca6e4}.bx_smart_searche.theme-blue .bx_item_block_href:hover{background-color:#b2d9f1}.bx_smart_searche.theme-blue .bx_item_block_href_category_name{color:#0083d1}.bx_smart_searche.theme-blue .bx_item_block_item_name b,.bx_smart_searche.theme-blue .bx_item_block_item_simple_name b{color:#0083d1}.bx_smart_searche.theme-blue .bx_item_block_hrline{border-color:#0083d1}.bx_smart_searche.theme-black .bx_item_block_item_image{color:#333}.bx-searchtitle.theme-black .bx-input-group .bx-form-control{border-color:#333}.bx-searchtitle.theme-black .bx-searchtitle-preloader.view{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_black.gif)}.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{background-color:#333;border-color:#333}.bx-searchtitle.theme-black .bx-input-group-btn button{background-color:#333;border-color:#333;color:#FFF}.bx-searchtitle.theme-black .bx-input-group-btn button:hover,.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover{background-color:#5c5c5c;border-color:#5c5c5c;text-decoration:none}.bx_smart_searche.theme-black .bx_item_element a b{color:#5c5c5c}.bx_smart_searche.theme-black{border-top:0 none;border-radius:0 0 3px 3px}.bx_smart_searche.theme-black .bx_item_block_href:hover{background-color:#eaeaea}.bx_smart_searche.theme-black .bx_item_block_href_category_name{color:#333}.bx_smart_searche.theme-black .bx_item_block_item_name b,.bx_smart_searche.theme-black .bx_item_block_item_simple_name b{color:#333}.bx_smart_searche.theme-black .bx_item_block_hrline{border-color:#333}.bx_smart_searche.theme-green .bx_item_block_item_image{color:#159ebb}.bx-searchtitle.theme-green .bx-input-group .bx-form-control{border-color:#159ebb}.bx-searchtitle.theme-green .bx-searchtitle-preloader.view{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_green.gif)}.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{background-color:#159ebb;border-color:#159ebb}.bx-searchtitle.theme-green .bx-input-group-btn button{background-color:#159ebb;border-color:#159ebb;color:#FFF}.bx-searchtitle.theme-green .bx-input-group-btn button:hover,.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover{background-color:#44b1c9;border-color:#44b1c9;text-decoration:none}.bx_smart_searche.theme-green .bx_item_element a b{color:#44b1c9}.bx_smart_searche.theme-green .bx_item_block_href:hover{background-color:#d0ebf1}.bx_smart_searche.theme-green .bx_item_block_href_category_name{color:#159ebb}.bx_smart_searche.theme-green .bx_item_block_item_name b,.bx_smart_searche.theme-green .bx_item_block_item_simple_name b{color:#159ebb}.bx_smart_searche.theme-green .bx_item_block_hrline{border-color:#159ebb}.bx_smart_searche.theme-red .bx_item_block_item_image{color:#E22B2B}.bx-searchtitle.theme-red .bx-input-group .bx-form-control{border-color:#E22B2B}.bx-searchtitle.theme-red .bx-searchtitle-preloader.view{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_red.gif)}.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{background-color:#E22B2B;border-color:#E22B2B}.bx-searchtitle.theme-red .bx-input-group-btn button{background-color:#E22B2B;border-color:#E22B2B;color:#FFF}.bx-searchtitle.theme-red .bx-input-group-btn button:hover,.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover{background-color:#e95c5c;border-color:#e95c5c;text-decoration:none}.bx_smart_searche.theme-red .bx_item_element a b{color:#e95c5c}.bx_smart_searche.theme-green .bx_item_block_href:hover{background-color:#f9d4d4}.bx_smart_searche.theme-red .bx_item_block_href_category_name{color:#E22B2B}.bx_smart_searche.theme-red .bx_item_block_item_name b,.bx_smart_searche.theme-red .bx_item_block_item_simple_name b{color:#E22B2B}.bx_smart_searche.theme-red .bx_item_block_hrline{border-color:#E22B2B}.bx_smart_searche.theme-yellow .bx_item_block_item_image{color:#F9A91D}.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control{border-color:#F9A91D}.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view{background-image:url(/local/templates/glavdent/components/arturgolubev/search.title/title-search/images/loader_yellow.gif)}.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{background-color:#F9A91D;border-color:#F9A91D}.bx-searchtitle.theme-yellow .bx-input-group-btn button{background-color:#F9A91D;border-color:#F9A91D;color:#FFF}.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover,.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover{background-color:#faba4a;border-color:#faba4a;text-decoration:none}.bx_smart_searche.theme-yellow .bx_item_element a b{color:#faba4a}.bx_smart_searche.theme-yellow .bx_item_block_href_category_name{color:#F9A91D}.bx_smart_searche.theme-yellow .bx_item_block_item_name b,.bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b{color:#F9A91D}.bx_smart_searche.theme-yellow .bx_item_block_hrline{border-color:#F9A91D}
/* End */


/* Start:/local/templates/glavdent/components/bitrix/breadcrumb/breadcrumb/style.css?1779369321469*/
.breadcrumbs-page {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #2d3748;
	justify-content: flex-start;
}
.breadcrumbs-item {
	display: flex;
	text-align: center;
}
.breadcrumbs-item span {
	text-align: left;
}
.breadcrumbs-page a {
	font-weight: 500;
	color: #2d3748;
}
.breadcrumbs-page div {
	font-weight: 400;
}
.breadcrumbs-page .breadcrumbs-divider {
	font-weight: 500;
	padding: 0px 8px;
}
/* End */


/* Start:/local/templates/glavdent/styles.css?1779369321838*/
.popup-window-overlay {
    background: #1e1e1e85;
}

.popup-window.popup-window-with-titlebar {
    border-radius: 20px;
    width: 400px;
    padding: 10px;
}

.popup-window-buttons {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.popup-window-buttons button {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #00adc7;
    padding: 0;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    padding: 0;
    margin: 0;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
}
.popup-window-titlebar {
    display: flex;
    justify-content: center;
    height: unset;
}
.component-brands__container-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
/* End */
/* /local/templates/glavdent/style.css?177936932116619 */
/* /local/templates/glavdent/assets/fonts/fonts.css?177936932121932 */
/* /local/templates/glavdent/assets/dependence/reset.css?17793693211174 */
/* /local/templates/glavdent/assets/dependence/icons.css?177936932131952 */
/* /local/templates/glavdent/assets/dependence/variable.css?177936932115148 */
/* /local/templates/glavdent/assets/library/swiper/swiper-bundle.min.css?177936932118443 */
/* /local/templates/glavdent/assets/dependence/swiper-style.css?17793693214501 */
/* /local/templates/glavdent/assets/css/parts/content-product.css?17793693214304 */
/* /local/templates/glavdent/assets/fonts/font-awesome.min.css?177936932131000 */
/* /local/templates/glavdent/assets/css/fancybox/fancybox.css?177936932115598 */
/* /local/templates/glavdent/assets/library/notification/css/notifications-popup.css?17793693214216 */
/* /local/templates/glavdent/assets/css/components/category-product.css?17793693214943 */
/* /local/templates/glavdent/components/arturgolubev/search.title/title-search/style.min.css?177936932114073 */
/* /local/templates/glavdent/components/bitrix/breadcrumb/breadcrumb/style.css?1779369321469 */
/* /local/templates/glavdent/styles.css?1779369321838 */
