/* При наведении (опционально) */
.t-btn:hover {
    opacity: 0.8 !important;
}

@media screen and (max-width:1300px) {
	#rec1935187561 a.t-menu__link-item {
		font-size: 14px !important;
	}
}

#rec1935187561 .t-menu-base__list {
    row-gap: 10px !important;
}

div.uc-cs-breadcrumb {
    padding-top: 110px !important;
}

@media screen and (max-width: 980px) {
    div.uc-cs-breadcrumb {
        padding-top: 85px !important;
    }
}

/* START HEADER */
header .t-menu-base__leftwrapper {
    width: fit-content;
    justify-content: center !important;
}

header .t-menu-base__logo a  {
    gap: unset !important;
}

header .t-menu-base__leftwrapper .t-menu-base__list {
    column-gap: 30px !important;
}

header .t-menu-base__button .t-btn {
    padding-left: 20px;
    padding-right: 20px;
}

header .t-menu-base__right_descr em {
    font-size: 10px;
    line-height: 1;
}

#rec1935187561 .t-menu-base__maincontainer {
    min-height: 70px !important;
}

#rec1935187561 .t-menu-base {
    min-height: 70px !important;
}

#rec1935187561 a.t-menu__link-item {
    font-size: 15px !important;
}

#rec1935187561 .t-menu-base__right_descr {
    line-height: 1.1 !important;
}
/* END HEADER */

/* START HOME */
#rec62117679 {
    padding-top: 70px !important;
}

.uc-services .t851__container {
    justify-content: center;
}

.uc-services .t851__container .t-item {
    margin-left: 10px;
    margin-right: 10px;
}

.main-banner {
    display: flex;
    position: relative;
    height: 100vh;
    padding-top: 70px;
    padding-bottom: 70px;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    background: url("https://static.tildacdn.com/tild3038-6336-4336-b836-653034653336/image.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.main-banner::after {
    content: '';
    background: #222e45;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.main-banner .section-content {
    z-index: 1;
    flex-direction: column;
    row-gap: 40px;
}
.section-content.max-width-1200 {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}
/* END HOME */

.site-title {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 600;
}

h1.site-title {
    font-size: 42px;
}
h2.site-title {
    font-size: 36px;
}
h3.site-title {
    font-size: 24px;
}

.btn {
    background-color: #ffffff;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 0px;
    box-shadow: none !important;
    font-weight: 600;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #222e45 !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-family: 'Roboto', Arial, sans-serif;
}
.btn:hover {
    opacity: 0.7;
}