/* typography */

h1 span {
    color: var(--sparkycolor2);
}

.paddingtop0 {
    padding-top: 0;
}

.marginbottom0 {
    margin-bottom: 0;
}

.thin {
    max-width: 600px;
    margin: 15px auto;
}

.subheading {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--sparkycolor2);
    margin-bottom: 0;
}

.rounded {
    border-radius: 7px !important;
}

.intro_row {
    background: var(--sparkycolor1);
    padding-bottom: 30px;
}

.intro_row p, .intro_row h1, .intro_row h2, .intro_row h3, .intro_row h4 {
    color: #fff;
}

.intro_row figure img {
    margin-bottom: 0;
}

hr.top_separator {
    background: transparent;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.top_separator_dark {
    background: transparent;
    border: 1px solid var(--sparkycolor1);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.bottom_separator {
    background: transparent;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

hr.bottom_separator_dark {
    background: transparent;
    border: 1px solid var(--sparkycolor1);
    border-top: 0;
    border-radius: 0 0 15px 15px;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

/* form */

input, input.form-control, textarea, textarea.form-control {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

input::placeholder, textarea::placeholder {
    color: #888;
}

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
    background: var(--sparkycolor2);
    border:1px solid var(--sparkycolor2);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 4px 20px;
    transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
p.readmore a.btn:hover, p.readmore a.btn:active, p.readmore a.btn:focus,
a.sparky_button:hover, a.sparky_button:active, a.sparky_button:focus {
    background: var(--sparkycolor1);
    border:1px solid var(--sparkycolor1);
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s;
}

.input-group .btn {
    height: 46px;
    line-height: 1;
    margin-left: -7px !important;
    padding: 10px 15px;
}

.btn-group {
    margin-bottom: 30px;
}

.btn-group input {
    margin-bottom: 0;
}

.sparky_button.arrowbtn::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 15px;
}

/* logorow */

.logorow .sparky_button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    background: var(--sparkycolor1);
    border:1px solid var(--sparkycolor1);
}

.logorow .sparky_button:hover {
    background: var(--sparkycolor2);
    border:1px solid var(--sparkycolor2);
}

.sparky_logo_image img {
    width: 50%;
    margin-top: 5px;
}

.fix_menu .sparky_container > .sparky_cell {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fix_menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
    padding: 0px;
}

.carouselrow .flickity-page-dots .dot {
    background: #fff !important;
    opacity: 1 !important;
}

.carouselrow .flickity-page-dots .dot.is-selected {
    background: var(--sparkycolor2) !important;
    width: 12px !important;
    height: 12px !important;
}

/* video */

.videotext {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100vw * 0.3645);
    left: 15px;
}

.videotext > .sparky_page_container {
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: calc(100vw * 0.3645);
}

.videotext > .sparky_page_container > .sparky_cell {
    max-width: 720px;
}

.videotext h1 {
    color: #fff;
    padding-top: 0;
    text-align: center;
}

.videotext p {
    color: #fff;
}

/* contentrow */

.sparky_container > .sparky_cell.content_sparky {
    padding-top: 0;
}

/* teamrow */

.teamrow figure {
    background: var(--sparkycolor1);
    border-radius: 7px;
    margin-bottom: 15px;
}

.teamrow figure img {
    opacity: 0.5;
    margin-bottom: 0;
    filter: brightness(1.5) grayscale(100%);
    transition: all 0.3s;
}

.teamrow .sparky_cell:hover figure img {
    opacity: 1;
    filter: brightness(1) grayscale(0%);
    transition: all 0.3s;
}

.teamrow .sparky_social_icons {
    margin-bottom: 15px;
}

.teamrow i {
    color: var(--sparkycolor2);
}

.teamrow i:hover {
    color: var(--sparkycolor1);
}

/* servicesrow */

.servicesrow > .sparky_page_container > .sparky_cell {
    border-radius: 7px;
}

.servicesrow figure {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #ffae00;
    border-radius: 50%;
    margin-top: -25px;
}

.servicesrow figure img {
    width: 25px;
    height: 25px;
    margin: 0;
}

.servicesrow .sparky_col1 figure {
    background: #00b28e;
}

.servicesrow .sparky_col2 figure {
    background: #e42a67;
}

/* otherservicesrow */

.otherservicesrow figure {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: var(--sparkycolor1);
    border-radius: 50%;
}

.otherservicesrow figure img {
    width: 25px;
    height: 25px;
    margin: 0;
}


.otherservicesrow .sparky_col2 figure,
.otherservicesrow .sparky_col2 p,
.otherservicesrow .sparky_col2 h4,
.otherservicesrow .sparky_col3 figure,
.otherservicesrow .sparky_col3 p,
.otherservicesrow .sparky_col3 h4 {
    margin-left: 15px;
    margin-right: 15px;
}

/* countersrow */

.countersrow > .sparky_page_container > .sparky_cell {
    background: var(--sparkycolor1);
    border-radius: 7px;
}

.countersrow .counter_number {
    margin: 0 !important;
}

/* testimonials slider */

.hot_swipe_carousel_slides_testimonials .gallery-cell {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

.hot_swipe_carousel_slides_testimonials img {
    width: 200px !important;
    height: 200px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.hot_swipe_carousel_slides_testimonials .contents {
    position: relative !important;
    padding-right: 30px !important;
}

.hot_swipe_carousel_slides_testimonials .contents h2 {
    padding-bottom: 0;
}

.hot_swipe_carousel_slides_testimonials .contents .rating {
    color: orange;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots {
    bottom: -50px !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot {
    background: var(--sparkycolor1) !important;
    opacity: 1 !important;
}

.hot_swipe_carousel_slides_testimonials .flickity-page-dots .dot.is-selected {
    background: var(--sparkycolor2) !important;
    width: 12px !important;
    height: 12px !important;
}

/* pricingrow */

.pricingrow figure {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffae00;
    border-radius: 50%;
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
}

.pricingrow figure img {
    margin: 0;
}

.pricingrow .sparky_col1 figure {
    background: #00b28e;
}

.pricingrow .sparky_col2 figure {
    background: #e42a67;
}

.pricingrow hr.bottom_separator_dark {
    margin-top: 30px;
}

/* blog */

.blog-items .blog-item {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-items.columns-2 .blog-item,
.blog-items.columns-3 .blog-item,
.blog-items.columns-4 .blog-item {
    width: calc(33.33% - 40px);
}

.blog-items .blog-item h2,
.blog-items .blog-item h2 a {
    font-size: 24px;
    padding-top: 30px;
}

.blog-items .blog-item .item-image img {
    border-radius: 7px;
}

/* contact */

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
    }

    .com-contact.contact .page-header {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* bottom_row */

.bottom_row {
    background: var(--sparkycolor1);
    color: #fff;
}

.bottom_row h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.bottom_row a:hover {
    color: #fff;
}

.bottom_row p, .bottom_row a {
    opacity: 0.5;
}

.bottom_row a:hover {
    opacity: 1;
}

.bottom_row .btn:hover {

}

p.copyright {
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 1024px) {

    .carouselrow .hot_swipe_carousel_slides .contents {
        width: 80% !important;
        top: 15% !important;
    }

}

@media (max-width: 991px) {

    .logorow nav:not(.opened) ul.menu {
        display: none;
    }

    .logorow > .sparky_container > .mp_logo {
        width: 50% !important;
    }

    .logorow > .sparky_container > .mp_top1 {
        width: 10% !important;
    }

    .logorow > .sparky_container > .mp_top2 {
        width: 40% !important;
    }

    .sparky_logo_image img {
        width: 120px;
        max-width: 120px;
    }

    h1, h1 a {
        font-size: 40px;
    }

    h2, h2 a {
        font-size: 32px;
    }

    .hot_swipe_carousel_slides_testimonials img {
        width: 100px !important;
        height: 100px;
    }

    .noid .counter_number,
    .carouselrow .hot_swipe_carousel_slides .contents h2 {
        font-size: 40px !important;
    }

    .carouselrow .hot_swipe_carousel_slides .contents {
        width: 100% !important;
        padding-top: 15px !important;
        padding-bottom: 50px !important;
    }

    .carouselrow .flickity-prev-next-button {
        display: none;
    }

    .videotext h1 {
        font-size: 32px;
    }

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

}

@media (max-width: 767px) {

    .logorow .sparky_button {
        padding: 4px 10px;
    }

    .hot_swipe_carousel_slides_testimonials .gallery-cell {
        display: block;
        width: 98% !important;
    }

    .hot_swipe_carousel_slides_testimonials .contents {
        background: #fff !important;
    }

    .hot_swipe_carousel_slides_testimonials img {
        width: 100% !important;
        height: auto;
        margin-right: 0;
    }

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item {
        width: 100%;
    }

    .videotext {
        position: relative;
        color: #333 !important;
        height: auto;
    }

    .videotext > .sparky_page_container {
        height: auto;
    }

    .videotext h1, .videotext p {
        color: #333;
    }

}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    padding: 0 5px;
    background: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #000;
}

.sparky_settings .sparky_cell {
    padding: 15px;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #333;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #fff;
}

.settings_content span.style1 {
    background: #4392f9;
}

.settings_content span.style2 {
    background: #f94365;
}

.settings_content span.style3 {
    background: #1acf63;
}

.settings_content span.style4 {
    background: #f99443;
}

.settings_content span.style5 {
    background: #d043f9;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #ccc;
}
/* =========================================================
   HEADER1 — верхняя информационная панель
   ========================================================= */

.header1 {
    width: 100%;
    background: #337a61;
    color: #fff;
}


/* Контейнер позиции */

.header1 > .container,
.header1 > .container-fluid,
.header1 .container,
.header1 .container-fluid {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}


/* Все модули header1 */

.header1 .moduletable {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* Первый модуль — прижимаем влево */

.header1 .moduletable:first-child {
    margin-right: auto !important;
}


/* Ссылки */

.header1 a {
    color: #fff;
    text-decoration: none;
}


/* =========================================================
   ВЕРСИЯ ДЛЯ СЛАБОВИДЯЩИХ
   ========================================================= */

.header1 .utgt-topbar-accessibility {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #fff;

    white-space: nowrap;

    padding: 5px 8px;

    border-radius: 5px;

    font-size: 14px;
}

.header1 .utgt-topbar-accessibility:hover {
    background: rgba(255,255,255,.12);
}

.header1 .utgt-topbar-accessibility svg {
    width: 18px;
    height: 18px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   АДРЕС + ТЕЛЕФОН
   ========================================================= */

.header1 .utgt-topbar-contacts {
    display: flex;
    align-items: center;
    gap: 22px;
}

.header1 .utgt-topbar-address,
.header1 .utgt-topbar-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #fff;

    white-space: nowrap;
}

.header1 .utgt-topbar-address svg,
.header1 .utgt-topbar-phone svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.header1 .utgt-topbar-phone {
    font-weight: 600;
}


/* =========================================================
   СОЦИАЛЬНЫЕ СЕТИ
   ========================================================= */

.header1 .utgt-topbar-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header1 .utgt-social-link {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.12);

    color: #fff;

    transition: all .2s ease;
}

.header1 .utgt-social-link:hover {
    background: rgba(255,255,255,.25);
    transform: translateY(-1px);
}

.header1 .utgt-social-link svg {
    width: 15px;
    height: 15px;

    fill: currentColor;
}


/* =========================================================
   ПОИСК
   ========================================================= */

.header1 .mod-finder {
    margin: 0 !important;
}

.header1 .mod-finder__search {
    display: flex;
    align-items: center;
}

.header1 .mod-finder__search input {
    width: 180px;
    height: 32px;

    padding: 0 10px;

    border: 1px solid rgba(255,255,255,.35);
    border-radius: 4px;

    background: rgba(255,255,255,.08);

    color: #fff;
}

.header1 .mod-finder__search input::placeholder {
    color: rgba(255,255,255,.8);
}

.header1 .mod-finder__search input:focus {
    outline: none;

    background: #fff;
    color: #222;

    border-color: #fff;
}


/* =========================================================
   ЕСЛИ GALATEA ИСПОЛЬЗУЕТ BOOTSTRAP ROW
   ========================================================= */

.header1 .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;

    width: 100%;
}


/* Убираем стандартные ограничения колонок */

.header1 .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}


/* =========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================================= */

@media (max-width: 900px) {

    .header1 .utgt-topbar-address span {
        display: none;
    }

    .header1 .utgt-topbar-phone span {
        display: none;
    }

    .header1 .utgt-topbar-contacts {
        gap: 10px;
    }

    .header1 .mod-finder__search input {
        width: 130px;
    }
}


@media (max-width: 650px) {

    .header1 .utgt-topbar-accessibility span {
        display: none;
    }

    .header1 .utgt-topbar-address {
        display: none;
    }

    .header1 .utgt-topbar-phone {
        width: 32px;
        height: 32px;

        justify-content: center;

        border-radius: 50%;

        background: rgba(255,255,255,.12);
    }

    .header1 .utgt-topbar-social {
        gap: 5px;
    }

    .header1 .mod-finder__search input {
        width: 110px;
    }
}
/* ==========================================================
   UTGT — ОСНОВНАЯ ШАПКА
   Логотип + название + основные кнопки
   ========================================================== */

.utgt-main-header {

    width: 100%;

    display: flex;

    align-items: center;

    gap: 25px;

    padding: 18px 0;

}


/* ==========================================================
   ЛОГОТИП
   ========================================================== */

.utgt-logo {

    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 auto;

    text-decoration: none;

}


.utgt-logo img {

    display: block;

    width: auto;

    max-width: 155px;

    max-height: 155px;

    object-fit: contain;

}


/* ==========================================================
   НАЗВАНИЕ
   ========================================================== */

.utgt-site-title {

    flex: 1 1 auto;

    min-width: 250px;

}


.utgt-site-title-main {

    color: #337a61;

    font-size: 34px;

    line-height: 1.15;

    font-weight: 700;

    letter-spacing: -.3px;

}


.utgt-site-title-sub {

    margin-top: 7px;

    max-width: 620px;

    color: #555;

    font-size: 18px;

    line-height: 1.35;

}


/* ==========================================================
   ВЕРТИКАЛЬНЫЙ БЛОК КНОПОК
   ========================================================== */

.utgt-main-actions {

    display: flex;

    flex-direction: column;

    align-items: stretch;

    justify-content: center;

    gap: 7px;

    flex: 0 0 280px;

    width: 280px;

}


/* ==========================================================
   КНОПКИ
   ========================================================== */

.utgt-main-button {

    width: 100%;

    min-height: 42px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 7px 14px;

    border: 1px solid #337a61;

    border-radius: 4px;

    background: #ffffff;

    color: #337a61 !important;

    text-decoration: none !important;

    text-align: center;

    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;

}


.utgt-main-button:hover {

    background: #337a61;

    border-color: #337a61;

    color: #ffffff !important;

}


/* ==========================================================
   ПРИЁМНАЯ КАМПАНИЯ
   ========================================================== */

.utgt-main-button-primary {

    background: #337a61;

    border-color: #337a61;

    color: #ffffff !important;

}


.utgt-main-button-primary:hover {

    background: #28664f;

    border-color: #28664f;

    color: #ffffff !important;

}


/* Текст */

.utgt-button-title {

    font-size: 14px;

    line-height: 1.2;

    font-weight: 600;

}
@media (max-width: 1200px) {

    .utgt-main-actions {

        flex-basis: 245px;

        width: 245px;

    }

    .utgt-site-title-main {

        font-size: 23px;

    }

}


@media (max-width: 900px) {

    .utgt-main-actions {

        flex-basis: 220px;

        width: 220px;

    }

    .utgt-site-title-sub {

        display: none;

    }

}


@media (max-width: 700px) {

    .utgt-main-header {

        flex-wrap: wrap;

    }

    .utgt-logo {

        flex: 0 0 auto;

    }

    .utgt-site-title {

        flex: 1 1 auto;

    }

    .utgt-main-actions {

        width: 100%;

        flex: 0 0 100%;

        flex-direction: row;

        gap: 8px;

    }

    .utgt-main-button {

        flex: 1 1 50%;

    }

}


@media (max-width: 480px) {

    .utgt-main-actions {

        flex-direction: column;

    }

    .utgt-main-button {

        width: 100%;

    }

}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 25px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 165px;
    height: 38px;
    padding: 0 24px;

    border-radius: 4px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;

    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Основная кнопка */
.hero-btn-primary {
    color: #fff;
    background: rgba(82, 171, 139, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 0 8px rgba(116, 213, 176, 0.45),
        inset 0 0 8px rgba(255, 255, 255, 0.12);
}

.hero-btn-primary:hover {
    color: #fff;
    background: #4fae8b;
    box-shadow:
        0 0 14px rgba(116, 213, 176, 0.65);
    transform: translateY(-1px);
}

/* Вторая кнопка */
.hero-btn-outline {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero-btn-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    transform: translateY(-1px);
}

/* Мобильная версия */
@media (max-width: 600px) {
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .hero-btn {
        width: 100%;
        max-width: 260px;
    }
}


/* =====================================================
   UTGT TOPBAR MODULES
   Цвет: #337A61
   ===================================================== */

.utgt-topbar {
    background: #337a61;
    color: #fff;
    width: 100%;
}

.utgt-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* Общий стиль ссылок */

.utgt-topbar a {
    color: #fff;
    text-decoration: none;
}


/* =====================================================
   СЛАБОВИДЯЩИЕ
   ===================================================== */

.utgt-topbar-accessibility {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
    transition: .2s ease;
}

.utgt-topbar-accessibility:hover {
    background: rgba(255,255,255,.12);
}

.utgt-topbar-accessibility svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   КОНТАКТЫ
   ===================================================== */

.utgt-topbar-contacts {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 14px;
  	padding-top: 5px;
}

.utgt-topbar-address,
.utgt-topbar-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.utgt-topbar-address svg,
.utgt-topbar-phone svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.utgt-topbar-phone {
    font-weight: 600;
}


/* =====================================================
   СОЦСЕТИ
   ===================================================== */

.utgt-topbar-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.utgt-social-link {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    transition: .2s ease;
}

.utgt-social-link:hover {
    background: rgba(255,255,255,.25);
    transform: translateY(-1px);
}

.utgt-social-link span {
    font-size: 10px;
    font-weight: 700;
}

.utgt-social-link svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}


/* =====================================================
   SMART SEARCH
   ===================================================== */

.utgt-topbar .mod-finder {
    margin: 0;
}

.utgt-topbar .mod-finder__search {
    display: flex;
    align-items: center;
    gap: 5px;
}

.utgt-topbar .mod-finder__search input {
    height: 32px;
    width: 170px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    background: rgba(255,255,255,.08);
    color: #fff;
}

.utgt-topbar .mod-finder__search input::placeholder {
    color: rgba(255,255,255,.8);
}

.utgt-topbar .mod-finder__search input:focus {
    outline: none;
    background: #fff;
    color: #222;
    border-color: #fff;
}


/* =====================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ===================================================== */

@media (max-width: 900px) {

    .utgt-topbar-contacts {
        gap: 10px;
    }

    .utgt-topbar-address span {
        display: none;
    }

    .utgt-topbar-phone span {
        display: none;
    }

    .utgt-topbar .mod-finder__search input {
        width: 120px;
    }

}


@media (max-width: 650px) {

    .utgt-topbar-inner {
        justify-content: flex-end;
        gap: 8px;
    }

    .utgt-topbar-accessibility span {
        display: none;
    }

    .utgt-topbar-address {
        display: none;
    }

    .utgt-topbar-phone {
        width: 32px;
        height: 32px;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.12);
    }

    .utgt-topbar-social {
        gap: 5px;
    }

    .utgt-topbar .mod-finder__search input {
        width: 110px;
        height: 32px;
    }

}