:root {
    --elem-blue-100: rgba(37, 116, 222, 1);
    --elem-blue-75: rgba(37, 116, 222, .75);
    --elem-blue-50: rgba(37, 116, 222, .5);
    --elem-blue-25: rgba(37, 116, 222, .25);
    --elem-blue-0: rgba(37, 116, 222, 0);
    --elem-white-100: rgba(255, 255, 255, 1);
    --elem-white-75: rgba(255, 255, 255, .75);
    --elem-white-50: rgba(255, 255, 255, .5);
    --elem-white-25: rgba(255, 255, 255, .25);
    --elem-white-0: rgba(255, 255, 255, 0);
    --elem-cream-100: rgba(235, 235, 235, 1);
    --elem-cream-75: rgba(235, 235, 235, .75);
    --elem-cream-50: rgba(235, 235, 235, .5);
    --elem-cream-25: rgba(235, 235, 235, .25);
    --elem-cream-0: rgba(235, 235, 235, 0);
    --elem-grey-100: rgba(125, 125, 125, 1);
    --elem-grey-75: rgba(125, 125, 125, .75);
    --elem-grey-50: rgba(125, 125, 125, .5);
    --elem-grey-25: rgba(125, 125, 125, .25);
    --elem-grey-0: rgba(125, 125, 125, 0);
    --elem-black-100: rgba(0, 0, 0, 1);
    --elem-black-75: rgba(0, 0, 0, .75);
    --elem-black-50: rgba(0, 0, 0, .5);
    --elem-black-25: rgba(0, 0, 0, .25);
    --elem-black-0: rgba(0, 0, 0, 0)
}

html {
    width: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    overflow: hidden
}

body.modal-open {
    padding: 0 !important
}

:focus {
    border: none;
    box-shadow: none;
    outline: 0
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: underline 1px solid var(--elem-grey-50)
}

a:active,
a:hover {
    color: var(--elem-primary-100);
    text-decoration: underline 1px solid var(--elem-primary-100)
}

.container {
    margin: 0 auto;
    padding: 2rem 0
}

.container-fluid {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0
}

.flex-row {
    display: flex;
    flex-flow: row wrap
}

.flex-col {
    display: flex;
    flex-flow: column wrap
}

footer div.container-fluid,
header div.container-fluid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: none
}

.container-white {
    background: var(--elem-white-100)
}

.container-cream {
    background: var(--elem-cream-50)
}

.container-grey {
    background: var(--elem-grey-25)
}

.container-black {
    background: var(--elem-grey-75)
}

.container-purple {
    background: var(--elem-primary-100)
}

.container-red {
    background: var(--elem-red-100)
}

.container-orange {
    background: var(--elem-orange-100)
}

.container-yellow {
    background: var(--elem-yellow-100)
}

.container-green {
    background: var(--elem-green-100)
}

.container-blue {
    background: var(--elem-blue-100)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--elem-black-75);
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

h1 {
    font-family: Gilroy, sans-serif;
    font-size: 2rem
}

h2 {
    font-family: Gilroy, sans-serif;
    font-size: 1.5rem
}

h3 {
    font-family: Gilroy, sans-serif;
    font-size: 1.2rem
}

h4 {
    font-family: Gilroy, sans-serif;
    font-size: 1rem
}

h5 {
    font-family: Gilroy, sans-serif;
    font-size: .9rem
}

h6 {
    font-family: Gilroy, sans-serif;
    font-size: .85rem
}

p {
    font-family: Gilroy, sans-serif;
    margin-bottom: 1rem
}

span.purple-indent {
    color: var(--elem-primary-100)
}

span.red-indent {
    color: var(--elem-red-100)
}

span.orange-indent {
    color: var(--elem-orange-100)
}

span.yellow-indent {
    color: var(--elem-yellow-100)
}

span.green-indent {
    color: var(--elem-green-100)
}

span.blue-indent {
    color: var(--elem-blue-100)
}

span.white-indent {
    color: var(--elem-white-100)
}

span.grey-indent {
    color: var(--elem-grey-100)
}

span.black-indent {
    color: var(--elem-black-100)
}

hr.purple-line {
    background: var(--elem-primary-100)
}

hr.red-line {
    background: var(--elem-red-100)
}

hr.orange-line {
    background: var(--elem-orange-100)
}

body {
    font-family: Gilroy, sans-serif;
    background: var(--elem-white-100)
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.nav-links {
    align-items: center;
    justify-content: space-between
}

.hidden {
    display: none;
    opacity: 0
}

.headline-menu.main-menu {
    position: absolute;
    top: 5.5rem;
    left: -1rem;
    width: auto;
    max-width: 25rem;
    height: auto;
    min-height: 0;
    margin: auto 1rem;
    padding: 0;
    background: var(--elem-white-100);
    border: .1rem solid var(--elem-grey-25);
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    z-index: 50
}

ul.main-menu--items {
    justify-content: space-between;
    width: 100%;
    margin: 2.5rem auto .5rem;
    padding: 0
}

ul.main-menu--items li.main-menu--item {
    width: 100%;
    display: block;
    margin: auto .5rem
}

ul.main-menu--items li.main-menu--item a {
    display: block;
    border: none;
    background: var(--elem-white-0);
    color: var(--elem-black-75);
    padding: .2rem .5rem;
    font-size: .9rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .01rem;
    font-weight: 400;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s
}

ul.main-menu--items li.main-menu--item a:hover {
    color: var(--elem-primary-100)
}

ul.main-menu--items li.main-menu--item.active a {
    color: var(--elem-primary-100);
    font-weight: 600
}

.navbar-toggle .icon-bar {
    background: var(--elem-black-75) none repeat scroll 0 0
}

.dropdown-menu .dropdown-toggle::after {
    border: none
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: none;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border: none
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.main-navigation.toggled ul,
.menu-toggle {
    display: block
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: .313rem;
    padding-top: .313rem
}

.dropdown-menu {
    min-width: 12.5rem
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.25em;
    top: 0
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: 0 0;
    line-height: 1.6
}

.dropdown-menu .dropdown-item:hover {
    background: 0 0
}

.button-primary,
.button-primary:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: .5rem 1rem;
    background: linear-gradient(to left, var(--elem-blue-75), var(--elem-blue-100), var(--elem-blue-75));
    border: 1px solid var(--elem-blue-100);
    border-radius: .5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    color: var(--elem-white-75);
    text-decoration: none
}

.button-primary:hover {
    background: linear-gradient(to left, var(--elem-blue-100), var(--elem-blue-75), var(--elem-blue-100));
    box-shadow: 0 0 .25rem var(--elem-black-75) inset;
    outline: 0;
    color: var(--elem-white-100);
    text-decoration: none
}

.button-secondary,
.button-secondary:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: .5rem 1rem;
    background: linear-gradient(to left, var(--elem-blue-0), var(--elem-blue-25), var(--elem-blue-0));
    border-radius: .5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    color: var(--elem-red-75);
    text-decoration: none
}

.button-secondary:hover {
    background: linear-gradient(to left, var(--elem-blue-50), var(--elem-blue-0), var(--elem-blue-50));
    box-shadow: 0 0 .25rem var(--elem-black-75) inset;
    outline: 0;
    color: var(--elem-blue-100);
    text-decoration: none
}

.form {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.micro-form {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem auto;
    padding: 0
}

.form-section {
    width: auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto .5rem;
    padding: 0
}

.form-group {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto .5rem;
    padding: 0
}

.micro-form .form-group {
    width: 100%;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 0 .5rem;
    padding: 0
}

.form-group-x2 {
    width: calc(100% / 2 - 1.5rem)
}

.form-group-x3 {
    width: calc(100% / 3 - 1.5rem)
}

.form-group label.form-label {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
    color: var(--elem-black-75)
}

.form-group label.form-label {
    width: fit-content;
    margin: 0 auto 0 0;
    padding: 0;
    color: var(--elem-black-75)
}

.form-group input.form-control,
.form-group select.form-control,
.form-group textarea.form-control {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: .25rem .75rem;
    border: .1rem solid var(--elem-grey-25);
    outline: 0;
    box-shadow: none;
    border-radius: .5rem
}

.form-group input[type=checkbox].form-control,
.form-group input[type=radio].form-control {
    width: auto;
    max-width: fit-content;
    margin: 0 1rem 0 0
}

.form-group button,
.form-group button:focus,
.form-group button:hover {
    width: auto;
    max-width: 4rem;
    margin: 0 0 0 .5rem;
    padding: .25rem .75rem;
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 2rem
}

.form-group button svg path {
    fill: var(--elem-white-50)
}

.form-group button:hover svg path {
    fill: var(--elem-white-100)
}

.form-button-group {
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 .5rem;
    padding: 0
}

.form-group.hidden-group {
    display: none
}

.micro-form .form-group input.form-control {
    width: inherit;
    max-width: calc(100% / 2 + 2rem);
    height: auto;
    min-height: 5rem;
    margin: 0;
    border-right: transparent;
    border-radius: .5rem 0 0 .5rem;
    font-size: 1.2rem
}

.micro-form .form-group input[type=submit].button-primary {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 5rem;
    margin: 0 0 0 -1rem;
    font-size: 1.2rem
}

@keyframes splash {
    0% {
        transform-origin: center center;
        transform: scale(1)
    }

    25% {
        transform-origin: center center;
        transform: scale(.9)
    }

    50% {
        transform-origin: center center;
        transform: scale(1)
    }

    75% {
        transform-origin: center center;
        transform: scale(1.1)
    }

    100% {
        transform-origin: center center;
        transform: scale(1)
    }
}

@keyframes shift-top {
    from {
        transform-origin: center top;
        transform: scale(.8)
    }

    to {
        transform-origin: center top;
        transform: scale(1)
    }
}

@keyframes shift-center {
    from {
        transform-origin: center center;
        transform: scale(.8)
    }

    to {
        transform-origin: center center;
        transform: scale(1)
    }
}

@keyframes shift-bottom {
    from {
        transform-origin: center bottom;
        transform: scale(.8)
    }

    to {
        transform-origin: center bottom;
        transform: scale(1)
    }
}

@keyframes intro {
    from {
        transform-origin: center center;
        transform: scale(0)
    }

    to {
        transform-origin: center center;
        transform: scale(1)
    }
}

@keyframes outro {
    from {
        transform-origin: center center;
        transform: scale(1)
    }

    to {
        transform-origin: center center;
        transform: scale(0)
    }
}

@keyframes bubble-tl {
    from {
        transform: perspective(0);
        transform-origin: center center;
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: perspective(200px);
        transform-origin: top left;
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: perspective(4100px);
        transform-origin: top left;
        transform: scale(0);
        opacity: 1
    }
}

@keyframes bubble-tr {
    from {
        transform: perspective(0);
        transform-origin: center center;
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: perspective(200px);
        transform-origin: top right;
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: perspective(400px);
        transform-origin: top right;
        transform: scale(0);
        opacity: 1
    }
}

@keyframes bubble-bl {
    from {
        transform: perspective(0);
        transform-origin: center center;
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: perspective(200px);
        transform-origin: bottom left;
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: perspective(400px);
        transform-origin: bottom left;
        transform: scale(0);
        opacity: 1
    }
}

@keyframes bubble-br {
    from {
        transform: perspective(0);
        transform-origin: center center;
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: perspective(200px);
        transform-origin: bottom right;
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: perspective(400px);
        transform-origin: bottom right;
        transform: scale(0);
        opacity: 1
    }
}

@keyframes bubble-cc {
    from {
        transform: perspective(0);
        transform-origin: center center;
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: perspective(200px);
        transform-origin: center center;
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: perspective(100px);
        transform-origin: center center;
        transform: scale(0);
        opacity: 1
    }
}

.animate-fast {
    -moz-transition: all .1s ease-in-out .05s;
    -webkit-transition: all .1s ease-in-out .05s;
    transition: all .1s ease-in-out .05s
}

.animate-faster {
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s
}

.animate-normal {
    -moz-transition: all .6s ease-in-out .2s;
    -webkit-transition: all .6s ease-in-out .2s;
    transition: all .6s ease-in-out .2s
}

.animate-slower {
    -moz-transition: all .9s ease-in-out .3s;
    -webkit-transition: all .9s ease-in-out .3s;
    transition: all .9s ease-in-out .3s
}

.animate-slow {
    -moz-transition: all 1.2s ease-in-out .4s;
    -webkit-transition: all 1.2s ease-in-out .4s;
    transition: all 1.2s ease-in-out .4s
}

header.headline {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: max-content;
    background-color: var(--elem-white-25);
    box-shadow: 0 .25rem .5rem var(--elem-black-0);
    z-index: 100
}

header.headline.scrolled {
    background-color: var(--elem-white-100);
    box-shadow: 0 .25rem .5rem var(--elem-black-25)
}

.headline-bottom,
.headline-middle,
.headline-top {
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.headline-bottom,
.headline-top {
    height: auto;
    opacity: 1
}

.headline-bottom.hided,
.headline-top.hided {
    height: 0;
    opacity: 0
}

.headline-mobile {
    display: none;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: fit-content;
    margin: auto;
    padding: 0
}

.menu-toggler,
.menu-toggler:focus,
.search-toggler,
.search-toggler:focus {
    border: none;
    outline: 0;
    box-shadow: none;
    background: 0 0
}

.menu-toggler svg,
.search-toggler svg {
    width: 2rem;
    height: 2rem;
    margin: auto
}

.menu-toggler svg path,
.menu-toggler:focus svg path,
.search-toggler svg path,
.search-toggler:focus svg path {
    stroke: var(--elem-primary-0);
    stroke-width: 1;
    fill: var(--elem-primary-75);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
}

.menu-toggler.collapsed:hover svg path,
.menu-toggler:hover svg path,
.search-toggler.collapsed:hover svg path,
.search-toggler:hover svg path {
    stroke: var(--elem-primary-100);
    fill: var(--elem-primary-100)
}

.menu-toggler svg path.top {
    transform: rotate(-45deg);
    transform-origin: 2rem 1rem
}

.menu-toggler svg path.center {
    transform: rotate(0);
    opacity: 0
}

.menu-toggler svg path.bottom {
    transform: rotate(45deg);
    transform-origin: 2rem 1.5rem
}

.menu-toggler.collapsed svg path,
.menu-toggler.collapsed:focus svg path {
    stroke: var(--elem-primary-0);
    stroke-width: 1;
    fill: var(--elem-primary-75);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1
}

.headline-middle--menu {
    width: fit-content;
    margin: auto .25rem
}

.headline-middle--search {
    width: fit-content;
    margin: auto .25rem
}

.headline-middle--logo {
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 -2rem;
    padding: 0 .5rem;
    width: fit-content;
    height: auto;
    z-index: 200
}

.headline-middle--logo a.site-title {
    position: absolute;
    top: auto;
    left: auto;
    width: auto;
    max-width: 7rem;
    height: auto;
    margin: -.75rem .75rem .75rem -.75rem;
    color: transparent;
    font-size: 0;
    outline: medium none;
    text-decoration: none;
    font-weight: 100;
    z-index: 500
}

.headline-middle--logo a.site-title img {
    width: auto;
    max-width: 100%
}

.headline-middle--logo a.site-title:hover,
.headline-middle--logo a.site-title:visited {
    text-decoration: none
}

.headline-middle--slogan {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto .25rem;
    padding: .5rem;
    width: fit-content;
    height: auto;
    line-height: 1.25
}

.headline-middle--slogan span.title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase
}

.headline-middle--slogan span.subtitle {
    font-weight: 500
}

.headline-middle--social {
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto
}

.headline-middle--social a.social-link {
    width: 1.75rem;
    height: 1.75rem;
    margin: auto .5rem;
    padding: 0
}

.headline-middle--social a.social-link img,
.headline-middle--social a.social-link picture,
.headline-middle--social a.social-link svg {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.headline-middle--social a.social-link svg rect {
    transform: scale(.9);
    transform-origin: center
}

.headline-middle--social a.social-link svg path.active {
    opacity: 0;
    transform: scale(.75);
    transform-origin: center
}

.headline-middle--social a.social-link svg path.passive {
    opacity: 1;
    transform: scale(1);
    transform-origin: center
}

.headline-middle--social a.social-link:hover svg path.active {
    opacity: 1;
    transform: scale(1);
    transform-origin: center
}

.headline-middle--social a.social-link:hover svg path.passive {
    opacity: 0;
    transform: scale(.75);
    transform-origin: center
}

.headline-middle--phone {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto .25rem;
    padding: .5rem;
    width: fit-content;
    height: auto;
    line-height: 1.25
}

.headline-middle--phone a.phonelink {
    text-decoration: none
}

.headline-middle--phone a.phonelink svg.icon {
    display: none;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    padding: 0
}

.headline-middle--phone a.phonelink svg.icon path,
.headline-middle--phone a.phonelink:focus svg.icon path {
    fill: var(--elem-grey-25)
}

.headline-middle--phone a.phonelink:hover svg.icon path {
    fill: var(--elem-primary-100)
}

.headline-middle--phone a.phonelink span.title,
.headline-middle--phone a.phonelink:focus span.title {
    color: var(--elem-blue-100);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none
}

.headline-middle--phone a.phonelink:hover span.title {
    color: var(--elem-primary-100);
    text-decoration: none
}

.headline-middle--phone span.subtitle {
    font-weight: 500
}

.section-mainscreen {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.section-mainscreen--back {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-y: hidden
}

.section-mainscreen--back-img {
    width: 100%;
    height: auto;
    margin: auto auto 0
}

.section-mainscreen--back-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: 0 0
}

.section-mainscreen--back-filter.to-right {
    background: linear-gradient(to right, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 0) 100%)
}

.section-mainscreen--back-filter.to-left {
    background: linear-gradient(to left, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 0) 100%)
}

.section-mainscreen--front {
    position: absolute;
    bottom: 17rem;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100% - 11rem);
    margin: 10rem auto auto;
    padding: 0
}

.section-mainscreen--front-items {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0
}

.section-mainscreen--front-main {
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 47rem;
    max-width: 47rem;
    height: auto;
    margin: auto;
    padding: 1.5rem
}

.section-mainscreen--front-main .side-right,
.section-mainscreen--front-sidebar .side-left {
    order: 1
}

.section-mainscreen--front-main .side-left,
.section-mainscreen--front-sidebar .side-right {
    order: 2
}

.section-mainscreen--front-main h2.title {
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700
}

.section-mainscreen--front-main h3.subtitle {
    width: fit-content;
    padding: 0 0 1.25rem;
    font-size: 2rem;
    font-weight: 300;
    border-bottom: .15rem solid var(--elem-black-75)
}

.section-mainscreen--front-main p {
    width: fit-content;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45
}

.section-mainscreen--front-main .image {
    position: relative;
    width: 100%;
    max-width: calc(100% / 4 + 2rem);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto 0 0
}

.section-mainscreen--front-main .image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem
}

.section-mainscreen--front-main .image svg circle {
    fill: var(--elem-primary-100)
}

.section-mainscreen--front-main .image img,
.section-mainscreen--front-main .image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto auto auto -.1rem;
    padding: .5rem;
    text-align: center
}

.section-mainscreen--front-main .caption {
    position: relative;
    width: calc(100% / 4 * 3 - 3rem);
    height: auto;
    margin: 2rem 0 1rem auto
}

.section-mainscreen--front-main span.req {
    width: fit-content;
    margin: -1rem 0 0 auto;
    font-size: .8rem;
    font-weight: 400;
    color: var(--elem-black-100)
}

.section-mainscreen--front-main button {
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 75%
}

.section-mainscreen--front-main button span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.section-mainscreen--front-main button span.subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.section-mainscreen--front-sidebar {
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: calc(100% / 3);
    height: auto;
    margin: auto;
    padding: 1.5rem
}

.section-mainscreen--front-sidebar .item {
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 1.5rem
}

.section-mainscreen--front-sidebar .item svg {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1
}

.section-mainscreen--front-sidebar .item .item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 -3rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.section-mainscreen--front-sidebar .item .item-image img,
.section-mainscreen--front-sidebar .item .item-image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-mainscreen--front-sidebar .item .item-caption {
    align-items: center;
    width: calc(100% - 3.5rem);
    height: 5rem;
    margin: 0 0 0 auto;
    background: 0 0;
    text-align: justify;
    z-index: 1
}

.section-mainscreen--front-sidebar .item .item-caption p {
    margin: 0;
    line-height: 1.45;
    font-size: .9rem
}

.section-gallery {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-gallery--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 0 4rem
}

.section-gallery--itemlist .section-gallery--item {
    width: calc(100% / 2 - 3rem);
    height: auto;
    min-height: max-content;
    margin: 0 auto 3rem;
    padding: 2rem;
    background: var(--elem-grey-50);
    border: 1px solid var(--elem-grey-100);
    box-shadow: .5rem .5rem 1rem var(--elem-black-25);
    outline: 0
}

.section-gallery--itemlist:first-child .section-gallery--item,
.section-gallery--itemlist:last-child .section-gallery--item {
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--elem-grey-0);
    border: 1px solid var(--elem-grey-0);
    box-shadow: .5rem .5rem 1rem var(--elem-black-0)
}

.section-gallery--item h2.title {
    width: fit-content;
    font-size: 2.25rem;
    font-weight: 500
}

.section-gallery--item h3.subtitle {
    width: fit-content;
    padding: 0 0 1.25rem;
    font-size: 1.8rem;
    font-weight: 300;
    border-bottom: .15rem solid var(--elem-black-75)
}

.section-gallery--item .item {
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: auto;
    padding: .5rem 1.5rem
}

.section-gallery--item .item svg {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1
}

.section-gallery--item .item .item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 -2rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.section-gallery--item .item .item-image img,
.section-gallery--item .item .item-image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-gallery--item .item .item-caption {
    align-items: center;
    width: calc(100% - 5.5rem);
    height: auto;
    margin: 0 1rem 0 auto;
    background: 0 0;
    text-align: justify;
    z-index: 1
}

.section-gallery--item .item .item-caption p {
    margin: 0;
    line-height: 1.45;
    font-size: .9rem
}

.section-gallery--item .item .item-caption p strong {
    font-size: 1.1rem
}

.section-gallery--vcard {
    width: 100%;
    margin: auto;
    padding: 2rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50) inset
}

.section-gallery--mainimg {
    width: auto;
    max-width: 100%;
    margin: auto auto 2rem;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallery--mainimg {
    width: auto;
    max-width: 100%;
    margin: auto auto .5rem;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallery--addimgs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem
}

.section-gallery--addimg {
    width: calc(100% / 3 - .5rem);
    margin: auto auto .5rem;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallery--addimg img,
.section-gallery--addimg picture,
.section-gallery--mainimg img,
.section-gallery--mainimg picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-gallery--captions {
    width: 100%;
    margin: 0 0 1rem
}

.section-gallery--captions hr {
    width: 100%;
    margin: 1rem 0
}

.section-gallery--captions span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.section-gallery--captions span.subtitle {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400
}

.section-gallery--button {
    width: 100%;
    margin: 0
}

.section-gallery--button button {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 600
}

.section-gallery--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-gallery--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-gallery--item .button-field button span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.section-gallery--item .button-field button span.subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.section-gallery--item .all-images {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-gallery--item .all-images {
    position: relative;
    width: 100%;
    min-width: 35rem;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-gallery--item .all-images .image {
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    outline: 0;
    transform-box: fill-box;
    transform-style: preserve-3d
}

.section-gallery--item .all-images .image.img-1 {
    top: 5rem;
    left: 8rem;
    animation: bubble-tr 10s ease normal infinite;
    animation-delay: 0s
}

.section-gallery--item .all-images .image.img-2 {
    bottom: 2rem;
    right: 1rem;
    animation: bubble-br 10s ease normal infinite;
    animation-delay: 1.5s
}

.section-gallery--item .all-images .image.img-3 {
    top: 1rem;
    right: 5rem;
    animation: bubble-cc 10s ease normal infinite;
    animation-delay: 3s
}

.section-gallery--item .all-images .image.img-4 {
    bottom: 1rem;
    left: 12rem;
    animation: bubble-tl 10s ease normal infinite;
    animation-delay: 4.5s
}

.section-gallery--item .all-images .image.img-5 {
    top: 0;
    left: 2rem;
    animation: bubble-bl 10s ease normal infinite;
    animation-delay: 6s
}

.section-documents {
    position: relative;
    margin: 2rem auto 0;
    padding: 0
}

.section-documents h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-documents--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
    padding: 0 1rem
}

.section-documents--item,
.section-documents--item:focus {
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    margin: auto;
    padding: 1rem;
    border: none;
    outline: 0;
    text-decoration: none
}

.section-documents--item.items-1 {
    width: 100%
}

.section-documents--item.items-2 {
    width: calc(100% / 2 - 1rem)
}

.section-documents--item.items-3 {
    width: calc(100% / 3 - 1rem)
}

.section-documents--item.items-4 {
    width: calc(100% / 4 - 1rem)
}

.section-documents--item.items-5 {
    width: calc(100% / 5 - 1rem)
}

.section-documents--item.items-6 {
    width: calc(100% / 6 - 1rem)
}

.section-documents--item:hover {
    text-decoration: none
}

.section-documents--item .image {
    position: relative;
    width: auto;
    max-width: calc(100% - 7rem);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto 1rem
}

.section-documents--item .image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: calc(100% + 2rem);
    height: auto;
    margin: auto -1rem;
    padding: 1rem
}

.section-documents--item .image svg circle {
    fill: var(--elem-primary-100)
}

.section-documents--item .image img,
.section-documents--item .image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
    max-width: 100%;
    height: 100%;
    /* margin: auto auto auto -.45rem; */
    padding: .5rem;
    text-align: center
}

.section-documents--item .caption {
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

.section-documents--item .caption span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700
}

.section-documents--item .caption span.subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 300
}

.section-workabout {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-workabout h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-workabout--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 1rem auto;
    padding: 0
}

.section-workabout--item,
.section-workabout--item:focus {
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    text-decoration: none;
    aspect-ratio: 1/1;
    overflow: hidden
}

.section-workabout--itemlist.items-1 .section-workabout--item {
    width: 100%
}

.section-workabout--itemlist.items-2 .section-workabout--item {
    width: calc(100% / 2)
}

.section-workabout--itemlist.items-3 .section-workabout--item {
    width: calc(100% / 3)
}

.section-workabout--itemlist.items-4 .section-workabout--item {
    width: calc(100% / 4)
}

.section-workabout--itemlist.items-5 .section-workabout--item {
    width: calc(100% / 5)
}

.section-workabout--itemlist.items-6 .section-workabout--item {
    width: calc(100% / 6)
}

.section-workabout--item:hover {
    text-decoration: none
}

.section-workabout--item img,
.section-workabout--item picture {
    width: auto;
    height: auto;
    min-height: 100%;
    margin: auto;
    text-align: center
}

.section-greetings {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-greetings--vcard {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset;
    overflow: hidden
}

.section-greetings--photo {
    width: calc(100% / 5 * 2 - 1rem);
    margin: auto auto 0rem 0;
    border-radius: 1rem;
    /* overflow: hidden */
}

.section-greetings--text {
    width: calc(100% / 5 * 3 - 1rem);
    margin: -1rem 0 auto auto
}

.section-greetings--text h3.subtitle {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500
}

.section-greetings--text h2.title {
    width: 100%;
    padding: 0;
    font-size: 1.75rem;
    font-weight: 500
}

.section-greetings--text p {
    width: 100%;
    padding: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-greetings--text .item {
    align-items: center;
    width: calc(100% / 2 - 1rem);
    height: auto;
    min-height: 5rem;
    margin: auto auto 1rem;
    padding: .5rem 0;
    font-size: .9rem;
    font-weight: 400
}

.section-greetings--text .item p {
    align-items: center;
    width: auto;
    max-width: calc(100% - 5rem);
    margin: 0;
    padding: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-greetings--text .item svg {
    width: 4rem;
    height: 4rem;
    margin: auto auto auto .5rem
}

.section-greetings--text .item svg circle {
    stroke-width: .25rem;
    fill: var(--elem-primary-100)
}

.section-greetings--text .text {
    width: calc(100% / 3 + 1rem);
    margin: 0 auto 0 0
}

.section-greetings--text .text span {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500
}

.section-greetings--text .links {
    width: calc(100% / 3 + 3rem);
    margin: 0 0 0 auto
}

.section-greetings--text .links span {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center
}

.section-greetings--text .links .link a svg {
    width: 2rem;
    height: 2rem;
    margin: .25rem .5rem
}

.section-greetings--text .links .link a svg path {
    opacity: .5
}

.section-greetings--text .links .link a:hover svg path {
    opacity: 1
}

.section-videos {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-videos h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-videos--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 1rem auto;
    padding: 0
}

.section-videos--item,
.section-videos--item:focus,
.section-videos--item:hover {
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    margin: 0 auto 2rem;
    padding: 0;
    background: var(--elem-black-100);
    border: .1rem solid var(--elem-primary-100);
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-25);
    outline: 0;
    overflow: hidden
}

.section-videos--itemlist.items-1 .section-videos--item {
    width: 100%
}

.section-videos--itemlist.items-2 .section-videos--item {
    width: calc(100% / 2 - 2rem)
}

.section-videos--itemlist.items-3 .section-videos--item {
    width: calc(100% / 3 - 2rem)
}

.section-videos--itemlist.items-4 .section-videos--item {
    width: calc(100% / 4 - 2rem)
}

.section-videos--item iframe {
    width: calc(100% - .2rem);
    height: 250px;
    margin: .1rem .1rem -.1rem;
    padding: 0;
    border-radius: 1rem;
    overflow: hidden
}

.section-choice {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-choice h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-choice--itemlist {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 1rem 0 2rem
}

.section-choice--tabs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem
}

.section-choice--tabs .button-tab,
.section-choice--tabs .button-tab:focus {
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 4rem;
    margin: 2rem auto 0;
    background: linear-gradient(to left, var(--elem-grey-25), var(--elem-grey-50), var(--elem-grey-25));
    border: 1px solid var(--elem-grey-50);
    border-radius: .5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--elem-white-75);
    text-align: center;
    text-decoration: none
}

.section-choice--tabs .button-tab.active,
.section-choice--tabs .button-tab:hover {
    background: linear-gradient(to left, var(--elem-primary-100), var(--elem-primary-75), var(--elem-primary-100));
    border: 1px solid var(--elem-primary-100);
    box-shadow: 0 0 .5rem var(--elem-black-25) inset;
    outline: 0;
    font-weight: 500;
    color: var(--elem-white-100);
    text-decoration: none
}

.section-choice--tabs.items-1 .button-tab {
    width: calc(100% - 2rem)
}

.section-choice--tabs.items-2 .button-tab {
    width: calc(100% / 2 - 2rem)
}

.section-choice--tabs.items-3 .button-tab {
    width: calc(100% / 3 - 2rem)
}

.section-choice--tabs.items-4 .button-tab {
    width: calc(100% / 4 - 2rem)
}

.section-choice--tabs.items-5 .button-tab {
    width: calc(100% / 5 - 2rem)
}

.section-choice--tabitems {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-height: 35rem;
    margin: 0 0 2rem
}

.section-choice--tabitem {
    align-items: flex-start;
    justify-content: space-between;
    width: 0;
    margin: 2rem 1rem;
    padding: 0;
    overflow: hidden;
    transform: scale(.5);
    transform-origin: top center;
    opacity: 0
}

.section-choice--tabitem.active {
    width: 100%;
    transform: scale(1);
    opacity: 1
}

.section-choice--tabitem-sidebar {
    width: calc(100% / 2);
    margin: 0 auto 1rem;
    padding: 0
}

.section-choice--tabitem.order-0 .section-choice--tabitem-vcard,
.section-choice--tabitem.order-1 .section-choice--tabitem-sidebar {
    order: 1
}

.section-choice--tabitem.order-0 .section-choice--tabitem-sidebar,
.section-choice--tabitem.order-1 .section-choice--tabitem-vcard {
    order: 2
}

.section-choice--tabitem-sidebar .title {
    font-size: 1.75rem;
    font-weight: 400
}

.section-choice--tabitem-sidebar .subtitle {
    font-size: 1.75rem;
    font-weight: 400
}

.section-choice--tabitem-sidebar .intro {
    width: 100%;
    height: fit-content;
    min-height: 12rem;
    font-size: 1.2rem;
    font-weight: 400
}

.section-choice--tabitem-sidebar .hint-button,
.section-choice--tabitem-sidebar .hint-button:focus {
    position: relative;
    width: 100%;
    height: fit-content;
    margin: .5rem auto .5rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--elem-black-100);
    text-decoration: none
}

.section-choice--tabitem-sidebar .hint-button .hint,
.section-choice--tabitem-sidebar .hint-button:focus .hint {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    background: var(--elem-white-100);
    border: .1rem solid var(--elem-black-100);
    border-radius: .5rem;
    font-size: .9rem;
    font-weight: 400;
    color: var(--elem-black-100);
    opacity: 0
}

.section-choice--tabitem-sidebar .hint-button.active,
.section-choice--tabitem-sidebar .hint-button:hover {
    color: var(--elem-primary-100);
    text-decoration: none
}

.section-choice--tabitem-sidebar .hint-button .hint.active {
    opacity: 1
}

.section-choice--tabitem-sidebar .hint-button .hint ol,
.section-choice--tabitem-sidebar .hint-button .hint p,
.section-choice--tabitem-sidebar .hint-button .hint ul {
    margin: .25rem 0;
    padding: .25rem .5rem .25rem 2rem
}

.section-choice--tabitem-sidebar .hint-button .hint ul {
    list-style-image: url(/template/trk2022/img/purple-iconlist.svg)
}

.section-choice--tabitem-sidebar .button-field button {
    width: auto;
    min-width: 75%;
    margin: 2rem auto 1rem
}

.section-choice--tabitem-sidebar .button-field .title {
    font-size: 1.25rem;
    font-weight: 600
}

.section-choice--tabitem-sidebar .button-field .subtitle {
    font-size: 1rem;
    font-weight: 400
}

.section-choice--tabitem-vcard {
    width: calc(100% / 2 - 6rem);
    margin: 0 auto 1rem;
    padding: 0
}

.section-choice--mainimg {
    width: auto;
    max-width: 100%;
    margin: auto auto .5rem;
    border-radius: .5rem;
    overflow: hidden
}

.section-choice--addimgs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0
}

.section-choice--addimg {
    width: calc(100% / 4 - 1rem);
    margin: auto;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-choice--addimg img,
.section-choice--addimg picture,
.section-choice--mainimg img,
.section-choice--mainimg picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-team {
    position: relative;
    width: 100%;
    margin: -2rem auto 15rem;
    padding: 0
}

.section-team--back {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.section-team--back-img {
    width: 100%;
    height: auto;
    margin: auto auto 0
}

.section-team--back-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: 0 0
}

.section-team--back-filter.to-right {
    background: linear-gradient(to right, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 100%)
}

.section-team--back-filter.to-left {
    background: linear-gradient(to left, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 100%)
}

.section-team--back-filter.to-top {
    background: linear-gradient(to top, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 100%)
}

.section-team--back-filter.to-bottom {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, 0) 100%)
}

.section-team--front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto auto -10rem
}

.section-team--front h2.title {
    width: 100%;
    margin: 3rem auto 0;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-team--items {
    width: 100%;
    max-width: 100vw;
    margin: 32rem 0 0;
    padding: 0
}

.section-team--body {
    padding: 0
}

.section-team--item {
    margin: auto 1.5rem;
    padding: 0;
    border-radius: 1rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset;
    text-align: center;
    overflow: hidden
}

.section-team--mainimg {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: .5rem .5rem 0 0;
    overflow: hidden
}

.section-team--caption {
    width: 100%;
    padding: .5rem 1rem;
    text-align: center
}

.section-team--caption .subtitle {
    width: 100%;
    margin: 0;
    color: var(--elem-primary-100);
    font-size: .9rem;
    font-weight: 300
}

.section-team--caption .title {
    width: 100%;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500
}

.section-team--items button.slick-arrow {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    background: url(/template/trk2022/img/arrow.svg) center center no-repeat;
    background-size: cover;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    color: transparent;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    z-index: 25;
    opacity: .5
}

.section-team--items button.slick-prev {
    left: calc(100% / 5.5);
    transform: rotate(-45deg)
}

.section-team--items button.slick-next {
    right: calc(100% / 5.5);
    transform: rotate(45deg)
}

.section-team--items button.slick-prev:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.section-team--items button.slick-next:hover {
    transform: rotate(90deg);
    opacity: 1
}

.section-tools {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-tools--vcard {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset
}

.section-tools--text {
    width: calc(100% / 5 * 2.3);
    margin: auto auto auto 0
}

.section-tools--text h2.title {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    font-weight: 500
}

.section-tools--text h3.subtitle {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 300
}

.section-tools--text .item {
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: auto;
    padding: .5rem 1.5rem
}

.section-tools--text .item svg {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.section-tools--text .item .item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 -2rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.section-tools--text .item .item-image img,
.section-tools--text .item .item-image picture {
    width: 100%;
    height: auto;
    margin: auto
}

.section-tools--text .item .item-caption {
    align-items: center;
    width: calc(100% - 5.5rem);
    height: auto;
    margin: 0 1rem 0 auto;
    background: 0 0;
    text-align: justify;
    z-index: 1
}

.section-tools--text .item .item-caption p {
    margin: 0;
    line-height: 1.45;
    font-size: .9rem
}

.section-tools--text .item .item-caption p strong {
    font-size: 1.1rem
}

.section-tools--image {
    position: relative;
    width: calc(100% / 5 * 2);
    height: auto;
    min-height: 100%;
    margin: auto 0 auto auto;
    aspect-ratio: 1/1
}

.section-tools--image img,
.section-tools--image picture {
    position: absolute;
    top: auto;
    bottom: 3rem;
    right: -2rem;
    width: 135%;
    height: auto;
    margin: auto
}

.section-firststep {
    position: relative;
    width: 100%;
    margin: 5rem auto 0;
    padding: 0;
    overflow: hidden
}

.section-firststep--back {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-y: hidden
}

.section-firststep--back-img {
    width: 100%;
    height: auto;
    margin: auto auto 0
}

.section-firststep--back-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: 0 0
}

.section-firststep--back-filter.to-left {
    background: linear-gradient(to left, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 0) 100%)
}

.section-firststep--back-filter.to-right {
    background: linear-gradient(to right, rgba(255, 255, 255, .95) 40%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, 0) 100%)
}

.section-firststep--front {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    padding: 0
}

.section-firststep--vcard {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    padding: 0
}

.section-firststep--text {
    width: calc(100% / 5 * 3);
    height: auto;
    max-height: 100%;
    margin: 0 0 0 auto;
    padding: 0
}

.section-firststep--text h2.title {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    font-weight: 500
}

.section-firststep--text h3.subtitle {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 300
}

.section-firststep--text .item {
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: auto;
    padding: .5rem 1.5rem
}

.section-firststep--text .item svg {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

.section-firststep--text .item .item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 -2rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.section-firststep--text .item .item-image img,
.section-firststep--text .item .item-image picture {
    width: 100%;
    height: auto;
    margin: auto
}

.section-firststep--text .item .item-caption {
    align-items: center;
    width: calc(100% - 5.5rem);
    height: auto;
    margin: 0 1rem 0 auto;
    background: 0 0;
    text-align: justify;
    z-index: 1
}

.section-firststep--text .item .item-caption p {
    margin: 0;
    line-height: 1.45;
    font-size: 1.1rem
}

.section-firststep--text .form-field {
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: calc(100% - 4rem);
    margin: auto auto 2rem;
    padding: 2rem;
    background: var(--elem-white-100);
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-25)
}

.section-firststep--text .form-field span {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.section-firststep--text .form-field span strong {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600
}

.section-firststep--text .form-field i {
    margin: 0;
    font-size: .8rem;
    font-weight: 300
}

.section-firststep--image {
    position: absolute;
    bottom: -1rem;
    width: calc(100% / 5 * 2);
    height: auto;
    margin: 0 auto;
    padding: 0
}

.section-firststep--image img,
.section-firststep--image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto auto 0
}

.section-calc {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-calc h2.title {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-calc h3.subtitle {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center
}

.section-calc--vcard {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
    padding: 3rem;
    border-radius: 2rem;
    background: var(--elem-white-25);
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset
}

.section-calc--vcard form .section-input {
    width: 100%;
    margin: 0 auto 1rem
}

.section-calc--vcard form .section-main {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto 0;
    padding: 2rem;
    border-radius: 2rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset
}

.section-calc--vcard form .section-calc {
    align-items: center;
    justify-content: center;
    width: calc(100% / 2 - 2rem);
    height: auto;
    min-height: 100%;
    margin: 0 auto 0 0;
    padding: 2rem;
    background: var(--elem-white-100);
    border-radius: 1rem
}

.section-calc--vcard form .section-calc .subtitle {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center
}

.section-calc--vcard form .section-calc .pos-1,
.section-calc--vcard form .section-calc .pos-2,
.section-calc--vcard form .section-calc .pos-3 {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0 0 0 3rem;
    font-size: 1rem;
    font-weight: 300
}

.section-calc--vcard form .section-calc .pos-full {
    width: 100%;
    margin: 1rem auto 1rem 0;
    padding: 0 0 0 3rem;
    color: var(--elem-primary-100);
    font-size: 1.15rem;
    font-weight: 400
}

.section-calc--vcard form .section-calc .hint {
    width: 100%;
    margin: 1rem 0 0;
    padding: 0;
    color: var(--elem-black-100);
    font-size: .85rem;
    font-weight: 400
}

.section-calc--vcard form .section-send {
    align-items: center;
    justify-content: center;
    width: calc(100% / 2 - 2rem);
    height: 100%;
    min-height: 18rem;
    margin: 0 0 0 auto
}

.section-calc--vcard form .section-send .form-button-group,
.section-calc--vcard form .section-send .form-group {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto
}

.section-calc--vcard form .section-send .form-button-group .button-modal {
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: calc(100% / 2);
    margin: auto;
    padding: 0;
    font-size: 1.25rem
}

.section-reviews {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-reviews h2.title {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center
}

.section-reviews h3.subtitle {
    width: 100%;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center
}

.section-reviews--vcard {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
    padding: 4rem;
    border-radius: 2rem;
    background: linear-gradient(30deg, var(--elem-white-25), var(--elem-grey-25), var(--elem-white-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset;
    overflow: hidden
}

.section-reviews--vidget {
    width: calc(100% / 5 * 2.5);
    height: auto;
    margin: 0;
    padding: 0
}

.section-reviews--vidget embed,
.section-reviews--vidget iframe {
    width: 100%;
    min-width: 500px;
    height: auto;
    min-height: 500px;
    border-radius: 1rem;
    overflow: hidden
}

.section-reviews--image {
    position: relative;
    width: calc(100% / 5 * 2);
    height: auto;
    min-height: max-content;
    margin: 0 auto;
    padding: 0;
    aspect-ratio: 1/1
}

.section-reviews--image img,
.section-reviews--image picture {
    position: absolute;
    bottom: -3rem;
    width: auto;
    min-width: 100%;
    height: auto;
    margin: auto auto 0
}

.section-contacts {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-contacts h2.title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center
}

.section-contacts h2.inner-title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center
}

.section-contacts--extra,
.section-contacts--intro {
    width: auto;
    max-width: 100%;
    margin: 1rem auto;
    padding: 1rem;
    font-size: 1.25rem
}

.section-contacts--body {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 1rem 0 0;
    padding: 0
}

.section-contacts--vcard {
    width: calc(100% / 3);
    margin: 0 auto;
    padding: 0 2rem 2rem;
    border-radius: 2rem;
    background: linear-gradient(30deg, var(--elem-grey-25), var(--elem-white-25), var(--elem-grey-25));
    box-shadow: 0 0 .5rem var(--elem-grey-25) inset;
    overflow: hidden
}

.section-contacts--logo {
    position: relative;
    width: fit-content;
    height: auto;
    margin: 0 auto auto 0
}

.section-contacts--logo svg {
    width: 100%;
    height: auto;
    margin: auto
}

.section-contacts--logo img,
.section-contacts--logo picture {
    position: absolute;
    top: .5rem;
    left: 1.5rem;
    width: 6rem
}

.section-contacts--vcard span {
    margin: 0 0 1rem;
    font-weight: 400;
    font-size: 1rem
}

.section-contacts--vcard span strong {
    font-weight: 600;
    font-size: 1.25rem
}

.section-contacts--vcard span strong a,
.section-contacts--vcard span strong a:focus,
.section-contacts--vcard span strong a:hover {
    text-decoration: none
}

.section-contacts--vcard span.headname {
    width: 100%;
    margin: 2rem 0 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center
}

.section-contacts--vcard span.linename {
    width: 100%;
    margin: 1rem 0 0;
    font-weight: 500;
    font-size: .9rem
}

.section-contacts--vcard div.flex-row.line {
    width: 100%;
    margin: 0 0 1.5rem
}

.section-contacts--vcard .socials {
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: .5rem auto
}

.section-contacts--vcard a.social-link {
    width: 1.75rem;
    height: 1.75rem;
    margin: auto .5rem;
    padding: 0
}

.section-contacts--vcard a.social-link img,
.section-contacts--vcard a.social-link picture,
.section-contacts--vcard a.social-link svg {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}

.section-contacts--vcard a.social-link svg rect {
    transform: scale(.9);
    transform-origin: center
}

.section-contacts--vcard a.social-link svg path.active {
    opacity: 0;
    transform: scale(.75);
    transform-origin: center
}

.section-contacts--vcard a.social-link svg path.passive {
    opacity: 1;
    transform: scale(1);
    transform-origin: center
}

.section-contacts--vcard a.social-link:hover svg path.active {
    opacity: 1;
    transform: scale(1);
    transform-origin: center
}

.section-contacts--vcard a.social-link:hover svg path.passive {
    opacity: 0;
    transform: scale(.75);
    transform-origin: center
}

.section-contacts--vcard .button-field {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 1rem auto
}

.section-contacts--vcard .button-field .title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.section-contacts--vcard .button-field .subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 400
}

.section-contacts--roadmap {
    width: calc(100% / 3 * 2 - 3rem);
    height: fit-content;
    max-height: 38.5rem;
    margin: 0 auto;
    padding: 0;
    border: .1rem solid var(--elem-grey-25);
    border-radius: 2rem;
    background: var(--elem-cream-25);
    box-shadow: 0 0 .5rem var(--elem-grey-25);
    overflow: hidden
}

.section-contacts--roadmap #roadmap {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 38.5rem;
    padding: 0;
    margin: 0
}

.section-contacts--roadmap #roadmap .ymaps-2-1-79-map {
    height: 615px !important
}

.section-gap {
    height: 100%;
    min-height: 8rem
}

.section-galleryinn {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-galleryinn h2.title {
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700
}

.section-galleryinn--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 0
}

.section-galleryinn--itemlist button.slick-arrow {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    background: url(/template/trk2022/img/arrow.svg) center center no-repeat;
    background-size: cover;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    color: transparent;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    z-index: 25;
    opacity: .5
}

.section-galleryinn--itemlist button.slick-prev {
    left: -.5rem;
    transform: rotate(-45deg)
}

.section-galleryinn--itemlist button.slick-next {
    right: -.5rem;
    transform: rotate(45deg)
}

.section-galleryinn--itemlist button.slick-prev:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.section-galleryinn--itemlist button.slick-next:hover {
    transform: rotate(90deg);
    opacity: 1
}

.section-galleryinn--itemlist .section-galleryinn--item {
    width: calc(100% / 3 - 2rem);
    height: auto;
    min-height: max-content;
    margin: 0 auto 1rem;
    padding: 1rem;
    outline: 0
}

.section-galleryinn--item h2.title {
    width: fit-content;
    font-size: 1.75rem;
    font-weight: 500
}

.section-galleryinn--item h3.subtitle {
    width: fit-content;
    padding: 0 0 1.25rem;
    font-size: 1.4rem;
    font-weight: 300;
    border-bottom: .15rem solid var(--elem-black-75)
}

.section-galleryinn--item .item {
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: auto;
    padding: .5rem 1.5rem
}

.section-galleryinn--item .item svg {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1
}

.section-galleryinn--item .item .item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 -2rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.section-galleryinn--item .item .item-image img,
.section-galleryinn--item .item .item-image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-galleryinn--item .item .item-caption {
    align-items: center;
    width: calc(100% - 5.5rem);
    height: auto;
    margin: 0 1rem 0 auto;
    background: 0 0;
    text-align: justify;
    z-index: 1
}

.section-galleryinn--item .item .item-caption p {
    margin: 0;
    line-height: 1.45;
    font-size: .9rem
}

.section-galleryinn--item .item .item-caption p strong {
    font-size: 1.1rem
}

.section-galleryinn--vcard {
    width: 100%;
    margin: auto;
    padding: 1.5rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50) inset
}

.section-galleryinn--mainimg {
    width: auto;
    max-width: 100%;
    margin: auto auto 2rem;
    border-radius: .5rem;
    overflow: hidden
}

.section-galleryinn--addimgs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem
}

.section-galleryinn--addimg {
    width: calc(100% / 4 - .5rem);
    margin: auto;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-galleryinn--addimg img,
.section-galleryinn--addimg picture,
.section-galleryinn--mainimg img,
.section-galleryinn--mainimg picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-galleryinn--captions {
    width: 100%;
    margin: 0 0 1rem
}

.section-galleryinn--captions hr {
    width: 100%;
    margin: 1rem 0
}

.section-galleryinn--captions span.title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600
}

.section-galleryinn--captions span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-galleryinn--button {
    width: 100%;
    margin: 0
}

.section-galleryinn--button button {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 600
}

.section-galleryinn--button a {
    width: auto;
    min-width: 100%;
    margin: 0 auto 1rem;
    font-size: .95rem;
    font-weight: 600
}

.section-galleryinn--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-galleryinn--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-galleryinn--item .button-field button span.title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700
}

.section-galleryinn--item .button-field button span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-galleryinn--item .all-images {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-galleryinn--item .all-images {
    position: relative;
    width: 100%;
    min-width: 35rem;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-galleryinn--item .all-images .image {
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    outline: 0;
    transform-box: fill-box;
    transform-style: preserve-3d
}

.section-galleryinn--item .all-images .image.img-1 {
    top: 5rem;
    left: 8rem;
    animation: bubble-tr 10s ease normal infinite;
    animation-delay: 0s
}

.section-galleryinn--item .all-images .image.img-2 {
    bottom: 2rem;
    right: 1rem;
    animation: bubble-br 10s ease normal infinite;
    animation-delay: 1.5s
}

.section-galleryinn--item .all-images .image.img-3 {
    top: 1rem;
    right: 5rem;
    animation: bubble-cc 10s ease normal infinite;
    animation-delay: 3s
}

.section-galleryinn--item .all-images .image.img-4 {
    bottom: 1rem;
    left: 12rem;
    animation: bubble-tl 10s ease normal infinite;
    animation-delay: 4.5s
}

.section-galleryinn--item .all-images .image.img-5 {
    top: 0;
    left: 2rem;
    animation: bubble-bl 10s ease normal infinite;
    animation-delay: 6s
}

.section-gallerylist {
    position: relative;
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-gallerylist h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center
}

.section-gallerylist p {
    text-align: justify
}

.section-gallerylist--controls {
    width: auto;
    max-width: fit-content;
    margin: 1rem 1rem 1rem auto;
    padding: 0
}

.section-gallerylist--controls .gridlist-toggler {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0 0 .25rem
}

.section-gallerylist--controls .gridlist-toggler svg path {
    fill: var(--elem-black-50)
}

.section-gallerylist--controls .gridlist-toggler:hover svg path {
    fill: var(--elem-primary-100)
}

.section-gallerylist--controls .gridlist-toggler.active svg path {
    fill: var(--elem-primary-75)
}

.section-gallerylist--filters {
    width: calc(100% - 7rem);
    height: 0;
    margin: 0 auto 1rem 1rem;
    padding: 0;
    overflow: hidden;
    opacity: 0
}

.section-gallerylist--filters.active {
    height: 100%;
    opacity: 1
}

.section-gallerylist--filter {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 .5rem;
    padding: 0
}

.section-gallerylist--filter .filter-name {
    width: fit-content;
    margin: 0 .5rem 0 0;
    padding: 0;
    font-weight: 600
}

.section-gallerylist--filter .list-items {
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto 0 0;
    padding: 0;
    list-style: none inside none
}

.section-gallerylist--filter .list-items .list-item,
.section-gallerylist--filter .list-items .list-item:focus {
    width: fit-content;
    margin: 0;
    padding: 0 .75rem;
    border-bottom: 2px solid var(--elem-grey-50);
    color: var(--elem-black-50)
}

.section-gallerylist--filter .list-items .list-item.active,
.section-gallerylist--filter .list-items .list-item:hover {
    border-bottom: 2px solid var(--elem-primary-100);
    color: var(--elem-primary-100)
}

.section-gallerylist--itemlist {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
    padding: 0
}

.section-gallerylist--itemlist.itemgrid .section-gallerylist--item {
    display: none;
    width: calc(100% / 3);
    height: auto;
    min-height: max-content;
    margin: 0 0 1rem;
    padding: 1rem;
    outline: 0;
    opacity: 0
}

.section-gallerylist--itemlist.itemgrid .section-gallerylist--item.active {
    display: flex;
    opacity: 1
}

.section-gallerylist--item h2.title {
    width: fit-content;
    font-size: 1.75rem;
    font-weight: 500
}

.section-gallerylist--item h3.subtitle {
    width: fit-content;
    padding: 0 0 1.25rem;
    font-size: 1.4rem;
    font-weight: 300;
    border-bottom: .15rem solid var(--elem-black-75)
}

.section-gallerylist--vcard.itemgrid {
    width: 100%;
    margin: auto;
    padding: 1.5rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50) inset
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--mainimg {
    width: auto;
    max-width: 100%;
    margin: auto auto 2rem;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--addimgs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 2rem
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--addimg {
    width: calc(100% / 4 - .5rem);
    margin: auto;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallerylist--addimg img,
.section-gallerylist--addimg picture,
.section-gallerylist--mainimg img,
.section-gallerylist--mainimg picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--captions {
    width: 100%;
    margin: 0 0 1rem
}

.section-gallerylist--captions hr {
    width: 100%;
    margin: 1rem 0
}

.section-gallerylist--captions span.title {
    height: auto;
    min-height: 3.5rem;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600
}

.section-gallerylist--captions span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--button {
    width: 100%;
    margin: 0
}

.section-gallerylist--button button {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: .9rem;
    font-weight: 600
}

.section-gallerylist--button a {
    width: auto;
    min-width: 100%;
    margin: 0 auto 1rem;
    font-size: .9rem;
    font-weight: 600;
    text-align: center
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-gallerylist--vcard.itemgrid .section-gallerylist--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-gallerylist--item .button-field button span.title {
    margin: 0;
    font-size: .9rem;
    font-weight: 700
}

.section-gallerylist--item .button-field button span.subtitle {
    margin: 0;
    font-size: .75rem;
    font-weight: 400
}

.section-gallerylist--itemlist.itemlist .section-gallerylist--item {
    display: none;
    width: 100%;
    height: auto;
    min-height: max-content;
    margin: 0 0 1rem;
    padding: 1rem;
    outline: 0;
    opacity: 0
}

.section-gallerylist--itemlist.itemlist .section-gallerylist--item.active {
    display: flex;
    opacity: 1
}

.section-gallerylist--vcard.itemlist {
    width: 100%;
    margin: auto;
    padding: 1.5rem;
    background: linear-gradient(30deg, var(--elem-black-25), var(--elem-white-25), var(--elem-grey-25));
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50) inset
}

.section-gallerylist--vcard.itemlist .section-gallerylist--mainimg {
    width: auto;
    max-width: calc(100% / 5);
    margin: 0 auto 0 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallerylist--vcard.itemlist .section-gallerylist--addimgs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto
}

.section-gallerylist--vcard.itemlist .section-gallerylist--addimg {
    width: calc(100% / 2 - .5rem);
    margin: auto;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden
}

.section-gallerylist--vcard.itemlist .section-gallerylist--captions {
    width: calc(100% / 6 * 2);
    margin: 0 auto
}

.section-gallerylist--vcard.itemlist .section-gallerylist--button {
    width: calc(100% / 5);
    margin: 0 0 0 auto
}

.section-gallerylist--vcard.itemlist .section-gallerylist--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-gallerylist--vcard.itemlist .section-gallerylist--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-galleryitem {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding: 0
}

.section-galleryitem--backimg {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 8rem;
    max-height: 25rem;
    overflow: hidden;
    opacity: .5
}

.section-galleryitem--backimg img,
.section-galleryitem--backimg picture {
    width: auto;
    min-width: 150%;
    height: auto;
    max-height: 150%;
    margin: auto -25%
}

.section-galleryitem h2.title {
    position: relative;
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem auto 1rem;
    padding: 0
}

.section-galleryitem--intro {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 2rem;
    padding: 1rem 0
}

.section-galleryitem--intro .subtitle {
    width: auto;
    max-width: calc(100% / 2);
    margin: 0;
    padding: 0;
    font-size: 1.25rem
}

.section-galleryitem--intro .caption {
    width: auto;
    min-width: calc(100% / 2 - 3rem);
    max-width: 100%;
    margin: 0;
    padding: 0 1rem;
    border-left: .15rem solid var(--elem-primary-100)
}

.section-galleryitem--intro .caption .addtitle {
    margin: 0 auto 1rem;
    font-size: 1.1rem;
    font-weight: 600
}

.section-galleryitem--intro .caption ul {
    margin: 0 auto 1rem;
    padding: 0 1rem;
    list-style: inside
}

.section-galleryitem--intro .caption ul li {
    list-style-image: url(/template/trk2022/img/purple-iconlist.svg)
}

.section-galleryitem--text {
    width: calc(100% - 4rem);
    margin: 0 auto 2rem;
    padding: 0
}

.section-galleryitem--text h2 {
    margin: 1rem auto;
    font-size: 1.8rem;
    text-align: center
}

.section-galleryitem--text h3 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600
}

.section-galleryitem--text a,
.section-galleryitem--text a:focus,
.section-galleryitem--text a:hover {
    border: none;
    box-shadow: none;
    outline: 0
}

.section-galleryitem--text a svg {
    width: 1rem;
    height: 1rem;
    margin: 0 .25rem;
    padding: 0
}

.section-galleryitem--text a svg path {
    fill: var(--elem-black-75)
}

.section-galleryitem--text a:hover svg path {
    fill: var(--elem-red-100)
}

.section-galleryitem--button {
    width: 100%;
    margin: 2rem auto 1rem;
    padding: 0;
    text-align: center
}

.section-galleryitem--imagelist {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    padding: 0
}

.section-galleryitem--imagelist.imagelist-grid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto
}

.section-galleryitem--mainimg {
    width: calc(100% / 3 - .15rem);
    height: auto;
    aspect-ratio: 1.5/1;
    margin: auto auto .15rem;
    overflow: hidden
}

.section-galleryitem--mainimg img,
.section-galleryitem--mainimg picture {
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
    text-align: center
}

.section-galleryitem--imagelist.imagelist-slider button.slick-arrow {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    background: url(/template/trk2022/img/arrow.svg) center center no-repeat;
    background-size: cover;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    color: transparent;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    z-index: 25;
    opacity: .5
}

.section-galleryitem--imagelist.imagelist-slider button.slick-prev {
    left: 1rem;
    transform: rotate(-45deg)
}

.section-galleryitem--imagelist.imagelist-slider button.slick-next {
    right: 1rem;
    transform: rotate(45deg)
}

.section-galleryitem--imagelist.imagelist-slider button.slick-prev:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.section-galleryitem--imagelist.imagelist-slider button.slick-next:hover {
    transform: rotate(90deg);
    opacity: 1
}

.section-galleryitem--imagelist.imagelist-slider .slick-dots {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: fit-content;
    height: auto;
    margin: -2rem auto 0;
    list-style: none inside none
}

.section-galleryitem--imagelist.imagelist-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .25rem;
    padding: 0
}

.section-galleryitem--imagelist.imagelist-slider .slick-dots li button,
.section-galleryitem--imagelist.imagelist-slider .slick-dots li button:focus {
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    padding: 0;
    background: var(--elem-white-75);
    border: .1rem solid var(--elem-white-0);
    border-radius: .5rem;
    box-shadow: none;
    outline: 0;
    font-size: 0;
    color: transparent
}

.section-galleryitem--imagelist.imagelist-slider .slick-dots li button:hover {
    background: var(--elem-white-100);
    border: .1rem solid var(--elem-white-100)
}

.section-galleryitem--imagelist.imagelist-slider .slick-dots li.slick-active button {
    background: var(--elem-primary-75);
    border: .1rem solid var(--elem-white-100)
}

.section-galleryitem--sidebar {
    width: calc(100% / 3 - 2rem);
    height: auto;
    padding: 0
}

.section-galleryitem--sidebar {
    width: calc(100% / 3 - 2rem);
    height: auto;
    padding: 0
}

.section-galleryitem--main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.section-galleryitem--main.main-left,
.section-galleryitem--main.main-right {
    width: calc(100% / 3 * 2 - 2rem);
    height: auto;
    padding: 0
}

.section-galleryitem--main.main-left,
.section-galleryitem--sidebar.sidebar-left {
    margin: 0 auto auto 0
}

.section-galleryitem--main.main-right,
.section-galleryitem--sidebar.sidebar-right {
    margin: 0 0 auto auto
}

.sidebar .section-galleryitem--mainimg {
    width: 100%;
    height: auto;
    overflow: hidden
}

.section-articleinn {
    position: relative;
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-articleinn h2.title {
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700
}

.section-articleinn--itemlist {
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    min-width: 100%;
    margin: auto;
    padding: 0
}

.section-articleinn--itemlist button.slick-arrow {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    background: url(/template/trk2022/img/arrow.svg) center center no-repeat;
    background-size: cover;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    color: transparent;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    z-index: 25;
    opacity: .5
}

.section-articleinn--itemlist button.slick-prev {
    left: -.5rem;
    transform: rotate(-45deg)
}

.section-articleinn--itemlist button.slick-next {
    right: -.5rem;
    transform: rotate(45deg)
}

.section-articleinn--itemlist button.slick-prev:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.section-articleinn--itemlist button.slick-next:hover {
    transform: rotate(90deg);
    opacity: 1
}

.section-articleinn--itemlist .section-articleinn--item {
    width: calc(100% / 3 - 2rem);
    max-width: 100%;
    height: auto;
    min-height: max-content;
    margin: 0 auto 1rem;
    padding: 1rem;
    outline: 0
}

.section-articleinn--vcard {
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 30rem;
    margin: auto;
    padding: 1.5rem;
    background: var(--elem-white-25);
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50);
    overflow: hidden
}

.section-articleinn--mainimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25%;
    right: -25%;
    width: auto;
    min-width: 150%;
    height: auto;
    min-height: 100%;
    margin: 0;
    border-radius: 1rem;
    z-index: 0
}

.section-articleinn--mainimg img,
.section-articleinn--mainimg picture {
    width: auto;
    max-width: 200%;
    height: auto;
    max-height: 100%;
    margin: auto
}

.section-articleinn--mainfilter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    background: linear-gradient(30deg, rgba(255, 255, 255, .95) 30%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .15) 100%);
    z-index: 1
}

.section-articleinn--captions {
    position: relative;
    width: 100%;
    margin: 15rem 0 1rem;
    z-index: 2
}

.section-articleinn--captions span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.section-articleinn--captions span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-articleinn--text {
    width: 100%;
    margin: 1rem 0
}

.section-articleinn--text span.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.section-articleinn--text span.subtitle {
    margin: 0;
    font-size: .8rem;
    font-weight: 400
}

.section-articleinn--captions hr,
.section-articleinn--text hr {
    width: 100%;
    margin: .25rem 0
}

.section-articleinn--button {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 3
}

.section-articleinn--button button {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 600
}

.section-articleinn--button a {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: .95rem;
    font-weight: 600
}

.section-articleinn--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-articleinn--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-articleinn--item .button-field button span.title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700
}

.section-articleinn--item .button-field button span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-articleinn--item .all-images {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-articleinn--item .all-images {
    position: relative;
    width: 100%;
    min-width: 35rem;
    height: 100%;
    min-height: 20rem;
    margin: 2rem auto 0
}

.section-articleinn--item .all-images .image {
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    outline: 0;
    transform-box: fill-box;
    transform-style: preserve-3d
}

.section-articleinn--item .all-images .image.img-1 {
    top: 5rem;
    left: 8rem;
    animation: bubble-tr 10s ease normal infinite;
    animation-delay: 0s
}

.section-articleinn--item .all-images .image.img-2 {
    bottom: 2rem;
    right: 1rem;
    animation: bubble-br 10s ease normal infinite;
    animation-delay: 1.5s
}

.section-articleinn--item .all-images .image.img-3 {
    top: 1rem;
    right: 5rem;
    animation: bubble-cc 10s ease normal infinite;
    animation-delay: 3s
}

.section-articleinn--item .all-images .image.img-4 {
    bottom: 1rem;
    left: 12rem;
    animation: bubble-tl 10s ease normal infinite;
    animation-delay: 4.5s
}

.section-articleinn--item .all-images .image.img-5 {
    top: 0;
    left: 2rem;
    animation: bubble-bl 10s ease normal infinite;
    animation-delay: 6s
}

.section-articlelist {
    position: relative;
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
    padding: 1rem 0 0
}

.section-articlelist h2.title {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center
}

.section-articlelist p {
    text-align: justify
}

.section-articlelist--controls {
    width: auto;
    max-width: fit-content;
    margin: 1rem 1rem 1rem auto;
    padding: 0
}

.section-articlelist--controls .gridlist-toggler {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0 0 .25rem
}

.section-articlelist--controls .gridlist-toggler svg path {
    fill: var(--elem-black-50)
}

.section-articlelist--controls .gridlist-toggler:hover svg path {
    fill: var(--elem-primary-100)
}

.section-articlelist--controls .gridlist-toggler.active svg path {
    fill: var(--elem-primary-75)
}

.section-articlelist--filters {
    width: calc(100% - 7rem);
    height: 0;
    margin: 0 auto 1rem 1rem;
    padding: 0;
    overflow: hidden;
    opacity: 0
}

.section-articlelist--filters.active {
    height: 100%;
    opacity: 1
}

.section-articlelist--filter {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 .5rem;
    padding: 0
}

.section-articlelist--filter .filter-name {
    width: fit-content;
    margin: 0 .5rem 0 0;
    padding: 0;
    font-weight: 600
}

.section-articlelist--filter .list-items {
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto 0 0;
    padding: 0;
    list-style: none inside none;
    cursor: pointer
}

.section-articlelist--filter .list-items .list-item,
.section-articlelist--filter .list-items .list-item:focus {
    width: fit-content;
    margin: 0;
    padding: 0 .75rem;
    border-bottom: 2px solid var(--elem-grey-50);
    color: var(--elem-black-50)
}

.section-articlelist--filter .list-items .list-item.active,
.section-articlelist--filter .list-items .list-item:hover {
    border-bottom: 2px solid var(--elem-primary-100);
    color: var(--elem-primary-100)
}

.section-articlelist--itemlist {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: auto;
    padding: 0
}

.section-articlelist--itemlist.itemgrid .section-articlelist--item {
    display: none;
    width: calc(100% / 3);
    height: auto;
    min-height: max-content;
    margin: 0 0 1rem;
    padding: 1rem;
    outline: 0;
    opacity: 0
}

.section-articlelist--itemlist.itemgrid .section-articlelist--item.active {
    display: flex;
    opacity: 1
}

.section-articlelist--item h2.title {
    width: fit-content;
    font-size: 1.75rem;
    font-weight: 500
}

.section-articlelist--item h3.subtitle {
    width: fit-content;
    padding: 0 0 1.25rem;
    font-size: 1.4rem;
    font-weight: 300;
    border-bottom: .15rem solid var(--elem-black-75)
}

.section-articlelist--vcard.itemgrid {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 25rem;
    margin: auto;
    padding: 1.5rem;
    background: var(--elem-white-100);
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50);
    overflow: hidden
}

.section-articlelist--vcard.itemgrid .section-articlelist--mainimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12.5%;
    right: -12.5%;
    width: auto;
    min-width: 150%;
    height: auto;
    min-height: 100%;
    margin: 0;
    border-radius: 1rem;
    z-index: 0
}

.section-articlelist--vcard.itemgrid .section-articlelist--mainfilter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    background: linear-gradient(30deg, rgba(255, 255, 255, .95) 30%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .15) 100%);
    z-index: 1
}

.section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
.section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
    width: auto;
    max-width: 150%;
    height: auto;
    max-height: 100%;
    margin: auto
}

.section-articlelist--vcard.itemgrid .section-articlelist--captions {
    position: relative;
    width: 100%;
    margin: 10rem 0 1rem;
    z-index: 2
}

.section-articlelist--captions hr {
    width: 100%;
    margin: 1rem 0
}

.section-articlelist--captions span.title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600
}

.section-articlelist--captions span.subtitle {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

.section-articlelist--vcard.itemgrid .section-articlelist--button {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 3
}

.section-articlelist--button button {
    width: auto;
    min-width: 100%;
    margin: 0 auto;
    font-size: .9rem;
    font-weight: 600
}

.section-articlelist--button a {
    width: auto;
    min-width: 100%;
    margin: 0 auto 1rem;
    font-size: .9rem;
    font-weight: 600;
    text-align: center
}

.section-articlelist--vcard.itemgrid .section-articlelist--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-articlelist--vcard.itemgrid .section-articlelist--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-articlelist--item .button-field button span.title {
    margin: 0;
    font-size: .9rem;
    font-weight: 700
}

.section-articlelist--item .button-field button span.subtitle {
    margin: 0;
    font-size: .75rem;
    font-weight: 400
}

.section-articlelist--itemlist.itemlist .section-articlelist--item {
    display: none;
    width: 100%;
    height: auto;
    min-height: max-content;
    margin: 0 0 1rem;
    padding: 1rem;
    outline: 0;
    opacity: 0
}

.section-articlelist--itemlist.itemlist .section-articlelist--item.active {
    display: flex;
    opacity: 1
}

.section-articlelist--vcard.itemlist {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 10rem;
    margin: auto;
    padding: 0;
    background: var(--elem-white-100);
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-50);
    overflow: hidden
}

.section-articlelist--vcard.itemlist .section-articlelist--mainimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% / 2);
    height: max-content;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    z-index: 0
}

.section-articlelist--vcard.itemlist .section-articlelist--mainfilter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% / 2 + 1rem);
    height: auto;
    min-height: 100%;
    margin: 0;
    background: linear-gradient(-30deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, .15) 100%);
    z-index: 1
}

.section-articlelist--vcard.itemlist .section-articlelist--mainimg img,
.section-articlelist--vcard.itemlist .section-articlelist--mainimg picture {
    width: 100%;
    max-width: 150%;
    height: auto;
    margin: -12.5% auto
}

.section-articlelist--vcard.itemlist .section-articlelist--captions {
    position: relative;
    width: calc(100% / 6 * 2);
    margin: .5rem .5rem .5rem calc(100% / 2 + 2rem);
    z-index: 2
}

.section-articlelist--vcard.itemlist .section-articlelist--button {
    position: relative;
    width: calc(100% / 5);
    margin: auto 1rem auto auto;
    z-index: 3
}

.section-articlelist--vcard.itemlist .section-articlelist--item .button-field {
    width: 100%;
    margin: 1rem auto
}

.section-articlelist--vcard.itemlist .section-articlelist--item .button-field button {
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 75%;
    margin: auto
}

.section-articleitem {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding: 0
}

.section-articleitem--backimg {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 8rem;
    max-height: 25rem;
    overflow: hidden;
    opacity: .5
}

.section-articleitem--backimg img,
.section-articleitem--backimg picture {
    width: auto;
    min-width: 150%;
    height: auto;
    max-height: 150%;
    margin: auto -25%
}

.section-articleitem h2.title {
    position: relative;
    width: fit-content;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: -4rem auto 0;
    padding: 2rem 4rem 0;
    background-color: var(--elem-white-100);
    box-shadow: 0 0 .5rem var(--elem-white-50);
    border-radius: 1rem
}

.section-articleitem h3.subtitle {
    width: 100%;
    margin: 1rem auto 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center
}

.section-articleitem--text {
    width: calc(100% - 4rem);
    margin: 0 auto 2rem;
    padding: 0
}

.section-articleitem--text h2 {
    margin: 1rem auto;
    font-size: 1.8rem;
    text-align: center
}

.section-articleitem--text h3 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600
}

.section-articleitem--text a,
.section-articleitem--text a:focus,
.section-articleitem--text a:hover {
    border: none;
    box-shadow: none;
    outline: 0
}

.section-articleitem--text a svg {
    width: 1rem;
    height: 1rem;
    margin: 0 .25rem;
    padding: 0
}

.section-articleitem--text a svg path {
    fill: var(--elem-black-75)
}

.section-articleitem--text a:hover svg path {
    fill: var(--elem-red-100)
}

.section-articleitem--button {
    width: 100%;
    margin: 2rem auto 1rem;
    padding: 0;
    text-align: center
}

.section-articleitem--imagelist {
    width: 100%;
    height: auto;
    margin: 2rem auto;
    padding: 0
}

.section-articleitem--imagelist.imagelist-grid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center
}

.section-articleitem--mainimg {
    width: calc(100% / 4);
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden
}

.section-articleitem--mainimg img,
.section-articleitem--mainimg picture {
    width: auto;
    max-width: 200%;
    height: 100%;
    margin: auto;
    text-align: center
}

.section-articleitem--imagelist.imagelist-slider button.slick-arrow {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    background: url(/template/trk2022/img/arrow.svg) center center no-repeat;
    background-size: cover;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    color: transparent;
    -moz-transition: all .3s ease-in-out .1s;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    z-index: 25;
    opacity: .5
}

.section-articleitem--imagelist.imagelist-slider button.slick-prev {
    left: 1rem;
    transform: rotate(-45deg)
}

.section-articleitem--imagelist.imagelist-slider button.slick-next {
    right: 1rem;
    transform: rotate(45deg)
}

.section-articleitem--imagelist.imagelist-slider button.slick-prev:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.section-articleitem--imagelist.imagelist-slider button.slick-next:hover {
    transform: rotate(90deg);
    opacity: 1
}

.section-articleitem--imagelist.imagelist-slider .slick-dots {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: fit-content;
    height: auto;
    margin: -2rem auto 0;
    padding: 0;
    list-style: none inside none
}

.section-articleitem--imagelist.imagelist-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .25rem;
    padding: 0
}

.section-articleitem--imagelist.imagelist-slider .slick-dots li button,
.section-articleitem--imagelist.imagelist-slider .slick-dots li button:focus {
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    padding: 0;
    background: var(--elem-white-75);
    border: .1rem solid var(--elem-white-0);
    border-radius: .5rem;
    box-shadow: none;
    outline: 0;
    font-size: 0;
    color: transparent
}

.section-articleitem--imagelist.imagelist-slider .slick-dots li button:hover {
    background: var(--elem-white-100);
    border: .1rem solid var(--elem-white-100)
}

.section-articleitem--imagelist.imagelist-slider .slick-dots li.slick-active button {
    background: var(--elem-primary-75);
    border: .1rem solid var(--elem-white-100)
}

.section-articleitem--sidebar {
    width: calc(100% / 3 - 2rem);
    height: auto;
    padding: 0
}

.section-articleitem--sidebar {
    width: calc(100% / 3 - 2rem);
    height: auto;
    padding: 0
}

.section-articleitem--main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.section-articleitem--main.main-left,
.section-articleitem--main.main-right {
    width: calc(100% / 3 * 2 - 2rem);
    height: auto;
    padding: 0
}

.section-articleitem--main.main-left,
.section-articleitem--sidebar.sidebar-left {
    margin: 0 auto auto 0
}

.section-articleitem--main.main-right,
.section-articleitem--sidebar.sidebar-right {
    margin: 0 0 auto auto
}

.sidebar .section-articleitem--mainimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden
}

.section-error {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto 5rem;
    padding: 0
}

.section-error--body {
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 3rem auto 0;
    padding: 0
}

.section-error--image {
    width: calc(100% / 2 - 1rem);
    margin: 0;
    padding: 0;
    order: 2;
    text-align: center
}

.section-error--image img,
.section-error--image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    margin: auto
}

.section-error--text {
    width: calc(100% / 2);
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    order: 1
}

.section-error--text h2.section-error--title {
    margin: 2rem auto 1rem;
    font-size: 5rem;
    text-align: center;
    color: var(--elem-red-100)
}

.section-error--text h4.section-error--subtitle {
    margin: 1rem auto 2rem;
    font-size: 1.5rem;
    text-align: center;
    color: var(--elem-brown-75)
}

.section-error--text p {
    margin: 1rem auto;
    font-size: 1.1rem;
    text-align: center;
    color: var(--elem-black-75)
}

.footline {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 2rem;
    margin: 5rem 0 0;
    padding: 0;
    border-top: .1rem solid var(--elem-cream-25);
    background: linear-gradient(to top, var(--elem-white-25), var(--elem-cream-25))
}

.footline-top {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.footline-top--legacy {
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.footline-top--legacy p {
    width: calc(100% - 2rem);
    margin: 0;
    padding: 0;
    color: var(--elem-grey-100);
    font-size: .8rem;
    font-weight: 300
}

.footline-bottom {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.modal-dialog {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: inherit;
    max-width: 900px;
    height: 100%;
    margin: auto;
    padding: 0
}

.modal-content {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: fit-content;
    margin: 0;
    padding: 1rem;
    background: var(--elem-white-100);
    border: .15rem solid var(--elem-primary-100);
    border-radius: 1rem;
    outline: 0;
    box-shadow: 0 0 1rem var(--elem-black-50);
    overflow: hidden
}

.modal-content button.close,
.modal-content button.close:focus,
.modal-content button.close:hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: 0;
    z-index: 250
}

.modal-content button.close svg path,
.modal-content button.close svg path:focus {
    fill: var(--elem-black-75)
}

.modal-content button.close:hover svg path {
    fill: var(--elem-primary-100)
}

.modal-column {
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 0;
    max-width: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--elem-red-100);
    border: none;
    outline: 0;
    overflow: hidden;
    opacity: 0
}

.modal-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

.modal-subtitle,
.modal-title {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    color: var(--elem-black-75);
    text-align: center
}

.modal-title {
    font-size: 2.25rem
}

.modal-subtitle {
    margin: 0 auto 2rem;
    font-size: .9rem
}

.modal-body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0
}

.modal-body h2,
.modal-body h3,
.modal-body p {
    margin: 0;
    padding: 0 2rem;
    color: var(--elem-black-75)
}

.modal-form {
    margin: 0 0 1.5rem;
    padding: 0
}

.modal-form .form-group {
    width: calc(100% / 5 * 4);
    align-items: center;
    justify-content: center;
    margin: 0 auto .5rem;
    padding: 0
}

.modal-form .form-group label.form-label {
    width: auto;
    min-width: calc(100% - 10rem);
    margin: 0 auto 0 0;
    padding: 0;
    color: var(--elem-black-75)
}

.modal-form .form-group input.form-control,
.modal-form .form-group textarea.form-control {
    width: auto;
    min-width: calc(100% - 10rem);
    margin: 0;
    padding: .25rem .75rem;
    border: 1px solid var(--elem-grey-25);
    outline: 0;
    box-shadow: none;
    border-radius: .5rem
}

.modal-form .form-group button,
.modal-form .form-group button:focus {
    width: auto;
    margin: 0 0 0 .5rem;
    padding: .1rem .75rem;
    background: linear-gradient(to left, var(--elem-blue-75), var(--elem-blue-100), var(--elem-blue-75));
    border: 1px solid var(--elem-blue-100);
    border-radius: .5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    color: var(--elem-white-75)
}

.modal-form .form-group button:hover {
    width: auto;
    margin: 0 0 0 .5rem;
    background: linear-gradient(to left, var(--elem-blue-100), var(--elem-blue-75), var(--elem-blue-100));
    border: 1px solid var(--elem-blue-100);
    border-radius: .5rem;
    box-shadow: 0 0 .5rem var(--elem-black-50) inset;
    outline: 0;
    color: var(--elem-white-100)
}

.modal-form .form-group button svg {
    width: 2rem;
    height: 2rem;
    margin: auto
}

.modal-form .form-group button svg path {
    fill: var(--elem-white-75)
}

.modal-form .form-group button:hover svg path {
    fill: var(--elem-white-100)
}

.modal-form .form-button-group {
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 .5rem;
    padding: 0
}

.modal-form .form-group.hidden-group {
    display: none
}

.button-modal,
.button-modal:focus {
    height: auto;
    min-height: 3rem;
    margin: 0 .5rem;
    padding: .4rem .75rem .2rem;
    background: linear-gradient(to left, var(--elem-blue-75), var(--elem-blue-100), var(--elem-blue-75));
    border: 1px solid var(--elem-blue-100);
    border-radius: .5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    color: var(--elem-white-75)
}

.button-modal:hover {
    background: linear-gradient(to left, var(--elem-blue-100), var(--elem-blue-75), var(--elem-blue-100));
    box-shadow: 0 0 .25rem var(--elem-black-75) inset;
    outline: 0;
    color: var(--elem-white-100)
}

.modal-form#quiz {
    margin: 0;
    padding: 0
}

.modal-form#quiz .form-section.section-main {
    width: calc(100% / 5 * 3);
    height: auto;
    max-height: fit-content
}

.modal-form#quiz .form-section .section-step {
    width: 0;
    height: auto;
    max-height: 25rem;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    overflow-y: auto
}

.modal-form#quiz .form-section .section-step.active {
    width: 100%;
    height: auto;
    opacity: 1
}

.modal-form#quiz .form-section .section-step .subtitle {
    width: 100%;
    margin: 0 0 1rem
}

.modal-form#quiz .form-section .section-step .descr {
    margin: -1rem auto 0;
    font-weight: 300;
    font-size: .8rem
}

.modal-form#quiz .form-group {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 2rem .5rem;
    padding: 0 .5rem
}

.modal-form#quiz .form-line {
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 100%;
    margin: 0 0 .25rem;
    padding: 0 .25rem
}

.modal-form#quiz .form-group input.form-control,
.modal-form#quiz .form-group textarea.form-control {
    width: auto;
    min-width: 100%;
    margin: 0;
    padding: .25rem;
    border: 1px solid var(--elem-grey-25);
    outline: 0;
    box-shadow: none;
    border-radius: .5rem
}

.modal-form#quiz .form-group input[type=checkbox].form-control,
.modal-form#quiz .form-group input[type=radio].form-control {
    width: 1rem;
    min-width: 1rem;
    margin: .25rem auto .25rem 0;
    padding: .25rem;
    outline: 0;
    box-shadow: none
}

.modal-form#quiz .form-group label.form-label {
    width: 100%;
    max-width: calc(100% - 2.5rem);
    margin: .25rem auto;
    padding: 0 .5rem;
    color: var(--elem-black-75)
}

.modal-form#quiz .form-group .form-line .button-modal {
    width: auto;
    min-width: 50%;
    margin: .5rem auto 0
}

.modal-form#quiz .form-section.section-foot {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: auto 2rem 0;
    padding: 0
}

.modal-form#quiz .form-section.section-foot .foot-count {
    width: auto;
    margin: 0 auto 0 0
}

.modal-form#quiz .form-section.section-foot .foot-count input.button-count {
    background: 0 0;
    border: none;
    outline: 0;
    color: var(--elem-black-75);
    font-weight: 600
}

.modal-form#quiz .form-section.section-foot .foot-controls {
    width: auto;
    margin: 0 0 0 auto
}

.modal-form#quiz .form-section.section-foot .foot-controls .button-modal,
.modal-form#quiz .form-section.section-foot .foot-controls .button-modal:focus {
    width: auto;
    min-width: 3rem;
    height: auto;
    min-height: 3rem;
    margin: 0 .1rem;
    padding: .4rem .75rem;
    background: linear-gradient(to left, var(--elem-primary-75), var(--elem-primary-100), var(--elem-primary-75));
    border: 1px solid var(--elem-primary-100);
    border-radius: 1.5rem;
    box-shadow: 0 0 1rem var(--elem-black-25) inset;
    outline: 0;
    color: var(--elem-white-75)
}

.modal-form#quiz .form-section.section-foot .foot-controls .button-modal:hover {
    background: linear-gradient(to left, var(--elem-primary-100), var(--elem-primary-100), var(--elem-primary-100));
    border: 1px solid var(--elem-primary-100);
    box-shadow: 0 0 .25rem var(--elem-black-50) inset;
    outline: 0;
    color: var(--elem-white-100)
}

.modal-form#quiz .form-section.section-foot .foot-controls .button-modal[disabled],
.modal-form#quiz .form-section.section-foot .foot-controls .button-modal[disabled]:focus,
.modal-form#quiz .form-section.section-foot .foot-controls .button-modal[disabled]:hover {
    background: linear-gradient(to left, var(--elem-grey-0), var(--elem-grey-25), var(--elem-grey-0));
    border: 1px solid var(--elem-grey-25);
    box-shadow: 0 0 1rem var(--elem-grey-25) inset;
    outline: 0;
    color: var(--elem-grey-75)
}

.modal-form#quiz .form-section.section-aside {
    align-items: flex-start;
    justify-content: center;
    width: calc(100% / 5 * 1.75);
    height: auto;
    max-height: fit-content;
    background: var(--elem-cream-25);
    border: .1rem solid var(--elem-grey-25);
    border-radius: 1rem;
    box-shadow: 0 0 .5rem var(--elem-grey-25)
}

.modal-form#quiz .form-section.section-aside .item-image {
    width: 5rem;
    height: 5rem;
    margin: -1rem 1rem 0 -2rem;
    background: var(--elem-primary-100);
    border: .3rem solid var(--elem-primary-100);
    border-radius: 5rem;
    overflow: hidden;
    z-index: 1
}

.modal-form#quiz .form-section.section-aside .item-image img,
.modal-form#quiz .form-section.section-aside .item-image picture {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto
}

.modal-form#quiz .form-section.section-aside .item-descr {
    width: calc(100% - 4rem);
    margin: 1rem 0 0 auto
}

.modal-form#quiz .form-section.section-aside .item-descr .title {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1
}

.modal-form#quiz .form-section.section-aside .item-descr .subtitle {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1
}

.modal-form#quiz .form-section.section-aside .item-text {
    margin: 1rem;
    background: var(--elem-white-100);
    border: .1rem solid var(--elem-grey-25);
    box-shadow: 0 0 .5rem var(--elem-grey-25);
    border-radius: 0 1rem 1rem
}

.modal-form#quiz .form-section.section-aside .item-text p {
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-weight: 400
}

.modal-form#quiz .form-section.section-aside .spoiler {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: auto 0 0;
    padding: 0 1rem 1rem;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    text-align: justify
}

@media screen and (min-width:1400px) {
    .container {
        max-width: 1360px
    }
}

@media screen and (min-width:1200px) and (max-width:1399.98px) {
    .container {
        max-width: 1160px
    }

    .section-mainscreen--front {
        bottom: 2rem;
        max-height: calc(100% - 10rem);
        margin: 8rem auto auto
    }

    .section-mainscreen--front-main h2.title {
        font-size: 2.25rem
    }

    .section-mainscreen--front-main h3.subtitle {
        font-size: 1.8rem
    }

    .section-mainscreen--front-main p {
        font-size: 1.2rem;
        line-height: 1.4
    }

    .section-mainscreen--front-sidebar .item .item-image {
        width: 4.5rem;
        height: 4.5rem
    }

    .section-mainscreen--front-sidebar .item .item-caption {
        width: calc(100% - 3rem);
        height: 4.5rem
    }

    .section-mainscreen--front-sidebar .item .item-caption p {
        line-height: 1.25;
        font-size: .9rem
    }

    .section-mainscreen--front-main button span.title {
        font-size: 1.2rem
    }

    .section-mainscreen--front-main button span.subtitle {
        font-size: .95rem
    }

    .section-gallery--item h2.title {
        font-size: 2rem
    }

    .section-gallery--item .item {
        min-height: 8.75rem
    }

    .section-gallery--item .item .item-image {
        width: 4.75rem;
        height: 4.75rem
    }

    .section-gallery--item .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-gallery--item .item .item-caption p {
        line-height: 1.3
    }

    .section-gallery--item .all-images {
        min-width: 30rem;
        min-height: 15rem;
        margin: 0 auto
    }

    .section-documents h2.title {
        font-size: 2.25rem
    }

    .section-documents--itemlist {
        margin: 1.5rem auto
    }

    /* .section-documents--item .image img,
    .section-documents--item .image picture {
        margin: auto auto auto -.3rem
    } */

    .section-workabout h2.title {
        font-size: 2.25rem
    }

    .section-greetings--text .item svg {
        width: 3.5rem;
        height: 3.5rem
    }

    .section-greetings--text .item p {
        max-width: calc(100% - 4.5rem);
        line-height: 1.3
    }

    .section-greetings--text .text {
        width: calc(100% / 2 - 2rem)
    }

    .section-greetings--text .links {
        width: calc(100% / 2)
    }

    .section-videos h2.title {
        font-size: 2.25rem
    }

    .section-choice h2.title {
        font-size: 2.25rem
    }

    .section-choice--tabs .button-tab,
    .section-choice--tabs .button-tab:focus {
        min-height: 3.75rem;
        font-size: 1.2rem
    }

    .section-choice--tabitems {
        max-height: 30rem
    }

    .section-choice--tabitem {
        margin: 1rem
    }

    .section-choice--tabitem-sidebar .intro {
        min-height: 10rem;
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .hint-button,
    .section-choice--tabitem-sidebar .hint-button:focus {
        font-size: 1.1rem
    }

    .section-choice--tabitem-sidebar .button-field button {
        margin: 1rem auto
    }

    .section-team {
        margin: -2rem auto 10rem
    }

    .section-team--front h2.title {
        font-size: 2.25rem
    }

    .section-team--items {
        margin: 25rem 0 0
    }

    .section-team--caption {
        width: 100%;
        padding: .25rem;
        text-align: center
    }

    .section-team--caption .title {
        font-size: 1rem
    }

    .section-team--caption .subtitle {
        font-size: .85rem
    }

    .section-tools--vcard {
        padding: 3rem
    }

    .section-tools--text h2.title {
        font-size: 2.25rem
    }

    .section-tools--text h3.subtitle {
        font-size: 1.15rem
    }

    .section-tools--text .item .item-caption {
        width: calc(100% - 4.5rem);
        margin: 0 .5rem 0 auto
    }

    .section-firststep--text h2.title {
        margin: 2rem auto 0;
        font-size: 2.25rem
    }

    .section-firststep--text .item .item-caption p {
        line-height: 1.3;
        font-size: 1rem
    }

    .section-firststep--text .form-field {
        margin: auto auto 1.5rem;
        padding: 1.5rem
    }

    .micro-form .form-group input.form-control {
        min-height: 3.5rem;
        margin: 0 -1rem 0 0;
        font-size: 1.1rem
    }

    .micro-form .form-group input[type=submit].button-primary {
        min-height: 3.5rem;
        font-size: 1.1rem
    }

    .section-reviews h2.title {
        font-size: 2.25rem
    }

    .section-reviews--vcard {
        padding: 3rem
    }

    .section-reviews--image img,
    .section-reviews--image picture {
        bottom: -4rem
    }

    .section-calc h2.title {
        font-size: 2.25rem
    }

    .section-calc h3.subtitle {
        font-size: 1.15rem
    }

    .section-calc--vcard form .section-calc {
        padding: 1rem 2rem
    }

    .section-contacts--vcard .button-field .title {
        font-size: 1.15rem
    }

    .section-contacts--vcard .button-field .subtitle {
        font-size: .9rem
    }

    .section-articleinn h2.title {
        font-size: 2.25rem
    }

    .section-articlelist h2.title {
        font-size: 2.25rem
    }

    .section-articlelist--filter .list-items .list-item,
    .section-articlelist--filter .list-items .list-item:focus {
        padding: 0 .5rem;
        font-size: .9rem
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
        max-width: 175%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg {
        height: 100%
    }

    .section-articlelist--captions span.title {
        height: 3rem;
        font-size: 1.1rem
    }

    .section-articlelist--captions span.subtitle {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-articlelist--button a {
        font-size: .9rem
    }

    .section-articleitem h2.title {
        font-size: 2.25rem
    }

    .section-articleitem h3.subtitle {
        font-size: 1.6rem
    }

    .section-articleitem--text h3 {
        font-size: 1.35rem
    }

    .section-galleryinn h2.title {
        font-size: 2.25rem
    }

    .section-galleryinn--captions span.title {
        min-height: 3rem
    }

    .section-gallerylist h2.title {
        font-size: 2.25rem
    }

    .section-gallerylist--filter .list-items .list-item,
    .section-gallerylist--filter .list-items .list-item:focus {
        padding: 0 .5rem;
        font-size: .9rem
    }

    .section-galleryitem h2.title {
        font-size: 2.25rem
    }

    .section-galleryitem--intro .subtitle {
        font-size: 1.1rem
    }

    .section-contacts h2.inner-title {
        font-size: 2.25rem
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .container {
        max-width: 1160px
    }

    .section-gap {
        min-height: 4rem
    }

    header.headline,
    header.headline.scrolled {
        background-color: var(--elem-white-100)
    }

    .headline-middle--logo {
        margin: 0 0 0 3rem;
        padding: 0;
        width: fit-content;
        max-width: 5rem
    }

    .headline-middle--logo svg {
        display: none
    }

    .headline-middle--logo a.site-title {
        width: 5rem;
        max-width: 5rem;
        margin: 0
    }

    .headline-middle--slogan {
        margin: .5rem auto .5rem .25rem;
        padding: .5rem .5rem .5rem 1.5rem
    }

    .headline-middle--slogan span.title {
        font-size: 1.2rem
    }

    .headline-middle--slogan span.subtitle {
        font-size: .8rem
    }

    .headline-middle--phone span.subtitle {
        font-size: .8rem
    }

    .headline-menu.main-menu {
        top: 4.5rem;
        max-width: 23rem
    }

    .section-mainscreen--front {
        bottom: 2rem;
        max-height: calc(100% - 8rem);
        margin: 6rem auto auto
    }

    .section-mainscreen--front-main {
        width: calc(100% / 3 * 2);
        min-width: auto;
        max-width: max-content
    }

    .section-mainscreen--front-main h2.title {
        font-size: 2rem
    }

    .section-mainscreen--front-main h3.subtitle {
        font-size: 1.6rem
    }

    .section-mainscreen--front-main p {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-mainscreen--front-sidebar .item {
        margin: auto 0 1rem;
        padding: .5rem
    }

    .section-mainscreen--front-sidebar .item .item-image {
        width: 4.5rem;
        height: 4.5rem;
        margin: 0 auto .5rem -3rem
    }

    .section-mainscreen--front-sidebar .item .item-caption {
        width: calc(100% - 2rem);
        height: 4.25rem
    }

    .section-mainscreen--front-sidebar .item .item-caption p {
        line-height: 1.1;
        font-size: .8rem
    }

    .section-mainscreen--front-main button span.title {
        font-size: 1.1rem
    }

    .section-mainscreen--front-main button span.subtitle {
        font-size: .9rem
    }

    .section-gallery--item h2.title {
        font-size: 1.75rem
    }

    .section-gallery--item h3.subtitle {
        font-size: 1.5rem
    }

    .section-gallery--itemlist {
        padding: 0 2rem
    }

    .section-gallery--item .item {
        min-height: 8rem;
        padding: .5rem
    }

    .section-gallery--item .item .item-image {
        width: 4.75rem;
        height: 4.75rem
    }

    .section-gallery--item .item .item-caption {
        width: calc(100% - 4rem);
        margin: 0 .5rem 0 auto
    }

    .section-gallery--item .item .item-caption p {
        font-size: .85rem;
        line-height: 1.2
    }

    .section-gallery--item .item .item-caption p strong {
        font-size: .85rem
    }

    .section-gallery--item .all-images {
        min-width: 30rem;
        min-height: 15rem;
        margin: 0 auto
    }

    .section-gallery--captions span.title {
        font-size: 1.2rem
    }

    .section-gallery--captions span.subtitle {
        font-size: 1.1rem
    }

    .section-documents h2.title {
        font-size: 2rem
    }

    .section-documents--itemlist {
        margin: 1.5rem auto
    }

    .section-documents--item .image {
        max-width: calc(100% - 4rem)
    }

    /* .section-documents--item .image img,
    .section-documents--item .image picture {
        margin: auto auto auto -.3rem
    } */

    .section-documents--item .caption span.title {
        font-size: 1.15rem
    }

    .section-documents--item .caption span.text {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-workabout h2.title {
        font-size: 2rem
    }

    .section-greetings--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-greetings--photo {
        margin: auto auto -5rem 0
    }

    .section-greetings--text .item svg {
        width: 3rem;
        height: 3rem
    }

    .section-greetings--text .item p {
        max-width: calc(100% - 4rem);
        font-size: .8rem;
        line-height: 1.3
    }

    .section-greetings--text .text {
        width: calc(100% / 2 - 2rem)
    }

    .section-greetings--text .links {
        width: calc(100% / 2)
    }

    .section-greetings--text .text span {
        font-size: 1.1rem
    }

    .section-greetings--text .links span {
        font-size: 1rem
    }

    .section-greetings--text .links .link a svg {
        margin: .25rem
    }

    .section-videos h2.title {
        font-size: 2rem
    }

    .section-choice h2.title {
        font-size: 2rem
    }

    .section-choice--tabs .button-tab,
    .section-choice--tabs .button-tab:focus {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-choice--tabitems {
        max-height: 25rem
    }

    .section-choice--tabitem {
        margin: 1rem
    }

    .section-choice--tabitem-sidebar .title {
        margin: 0;
        font-size: 1.5rem
    }

    .section-choice--tabitem-sidebar .subtitle {
        font-size: 1.5rem
    }

    .section-choice--tabitem-sidebar .intro {
        min-height: 8rem;
        font-size: .95rem
    }

    .section-choice--tabitem-sidebar .hint-button,
    .section-choice--tabitem-sidebar .hint-button:focus {
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .button-field button {
        margin: 1rem auto
    }

    .section-choice--tabitem-sidebar .button-field .title {
        font-size: 1.15rem
    }

    .section-choice--tabitem-sidebar .button-field .subtitle {
        font-size: .9rem
    }

    .section-team {
        margin: -2rem auto 10rem
    }

    .section-team--front h2.title {
        font-size: 2rem
    }

    .section-team--items {
        margin: 15rem 0 0
    }

    .section-team--items button.slick-prev {
        left: calc(100% / 4.45)
    }

    .section-team--items button.slick-next {
        right: calc(100% / 4.5)
    }

    .section-team--caption {
        width: 100%;
        padding: .25rem;
        text-align: center
    }

    .section-team--caption .title {
        font-size: 1rem
    }

    .section-team--caption .subtitle {
        font-size: .85rem
    }

    .section-tools--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-tools--text {
        width: calc(100% / 5 * 2.5)
    }

    .section-tools--text h2.title {
        font-size: 2rem
    }

    .section-tools--text h3.subtitle {
        font-size: 1rem
    }

    .section-tools--text .item {
        min-height: 8rem
    }

    .section-tools--text .item .item-caption {
        width: calc(100% - 4rem);
        margin: 0 .5rem 0 auto
    }

    .section-tools--text .item .item-caption p {
        margin: 0;
        line-height: 1.3;
        font-size: .8rem
    }

    .section-tools--image img,
    .section-tools--image picture {
        bottom: 0;
        right: 0;
        width: 115%
    }

    .section-firststep--text h2.title {
        margin: 2rem auto 0;
        font-size: 1.8rem
    }

    .section-firststep--text .item {
        min-height: 8rem
    }

    .section-firststep--text .item .item-image {
        width: 4.5rem;
        height: 4.5rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-firststep--text .item .item-caption p {
        line-height: 1.3;
        font-size: .9rem
    }

    .section-firststep--text .form-field {
        margin: auto auto 1.5rem;
        padding: 1rem
    }

    .section-firststep--text .form-field span {
        font-size: .9rem
    }

    .micro-form .form-group input.form-control {
        min-height: 3rem;
        margin: 0 -1rem 0 0;
        font-size: 1rem
    }

    .micro-form .form-group input[type=submit].button-primary {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-firststep--text .form-field i {
        font-size: .7rem
    }

    .section-firststep--image {
        bottom: -3rem
    }

    .section-reviews h2.title {
        font-size: 2rem
    }

    .section-reviews--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-reviews--image img,
    .section-reviews--image picture {
        bottom: -6rem;
        right: -1rem
    }

    .section-calc h2.title {
        font-size: 2rem
    }

    .section-calc h3.subtitle {
        font-size: 1rem
    }

    .section-calc--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-calc--vcard form .section-calc {
        padding: .5rem
    }

    .section-calc--vcard form .section-calc .subtitle {
        font-size: 1.1rem
    }

    .section-calc--vcard form .section-calc .pos-1,
    .section-calc--vcard form .section-calc .pos-2,
    .section-calc--vcard form .section-calc .pos-3 {
        font-size: .9rem
    }

    .section-calc--vcard form .section-calc .pos-full {
        font-size: 1rem
    }

    .section-calc--vcard form .section-calc .hint {
        font-size: .8rem
    }

    .section-contacts--logo svg {
        width: 100%;
        max-width: 10rem
    }

    .section-contacts--logo img,
    .section-contacts--logo picture {
        top: .25rem;
        left: 1rem;
        width: 5rem
    }

    .section-contacts h2.title {
        font-size: 1.25rem
    }

    .section-contacts--vcard span {
        font-size: .95rem
    }

    .section-contacts--vcard span strong {
        font-size: 1.2rem
    }

    .section-contacts--vcard .button-field .title {
        font-size: 1.1rem
    }

    .section-contacts--vcard .button-field .subtitle {
        font-size: .8rem
    }

    .section-articleinn {
        width: calc(100% - 2rem)
    }

    .section-articleinn h2.title {
        font-size: 2rem
    }

    .section-articlelist h2.title {
        font-size: 2rem
    }

    .section-articlelist--filter .list-items .list-item,
    .section-articlelist--filter .list-items .list-item:focus {
        padding: 0 .5rem;
        font-size: .9rem
    }

    .section-articlelist--itemlist.itemgrid .section-articlelist--item {
        width: calc(100% / 2)
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg {
        width: calc(100% / 6 * 2);
        height: 100%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemlist .section-articlelist--mainimg picture {
        height: 100%;
        margin: 0 auto
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
        max-width: 175%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--captions {
        width: calc(100% / 6 * 2.75);
        margin: .5rem .5rem .5rem calc(100% / 6 * 2.1);
        z-index: 2
    }

    .section-articlelist--captions span.title {
        height: 3rem;
        font-size: 1.1rem
    }

    .section-articlelist--captions span.subtitle {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-articlelist--vcard.itemlist .section-articlelist--button {
        width: calc(100% / 6)
    }

    .section-articlelist--button a {
        padding: .5rem;
        font-size: .85rem
    }

    .section-articleitem h2.title {
        font-size: 2rem
    }

    .section-articleitem h3.subtitle {
        margin: 1rem auto;
        font-size: 1.3rem
    }

    .section-articleitem--text h3 {
        font-size: 1.25rem
    }

    .section-galleryinn {
        width: calc(100% - 2rem)
    }

    .section-galleryinn h2.title {
        font-size: 2rem
    }

    .section-galleryinn--captions span.title {
        min-height: 3rem
    }

    .section-galleryinn--button a {
        font-size: .8rem;
        text-align: center
    }

    .section-galleryinn--button button {
        font-size: .8rem;
        text-align: center
    }

    .section-gallerylist h2.title {
        font-size: 2rem
    }

    .section-gallerylist--filters {
        width: 100%
    }

    .section-gallerylist--filter .list-items .list-item,
    .section-gallerylist--filter .list-items .list-item:focus {
        padding: 0 .25rem;
        font-size: .85rem
    }

    .section-gallerylist--vcard.itemgrid {
        padding: 1rem
    }

    .section-gallerylist--itemlist.itemgrid .section-gallerylist--item {
        width: calc(100% / 2)
    }

    .section-gallerylist--vcard.itemlist {
        padding: 1rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--mainimg {
        max-width: calc(100% / 3 + 2rem)
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimgs {
        max-width: 5rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimg {
        width: calc(100% - .5rem);
        margin: auto auto .25rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions {
        width: calc(100% / 3)
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--button {
        width: calc(100% / 6)
    }

    .section-galleryitem h2.title {
        font-size: 2rem
    }

    .section-galleryitem--intro {
        width: calc(100% - 4rem);
        margin: 0 auto
    }

    .section-galleryitem--intro .subtitle {
        font-size: 1rem
    }

    .section-contacts h2.inner-title {
        font-size: 2rem
    }

    .section-contacts--vcard span.headname {
        font-size: 1.25rem
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .container {
        max-width: 970px
    }

    .section-gap {
        min-height: 0
    }

    header.headline,
    header.headline.scrolled {
        background-color: var(--elem-white-100)
    }

    .headline-middle--logo {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 4rem;
        max-width: 5rem
    }

    .headline-middle--logo svg {
        display: none
    }

    .headline-middle--logo a.site-title {
        width: 5rem;
        max-width: 5rem;
        margin: 0
    }

    .headline-middle--slogan {
        margin: .5rem auto .5rem .25rem;
        padding: .5rem
    }

    .headline-middle--slogan span.title {
        font-size: 1.2rem
    }

    .headline-middle--slogan span.subtitle {
        font-size: .8rem
    }

    .headline-middle--phone span.title {
        display: none
    }

    .headline-middle--phone span.subtitle {
        display: none
    }

    .headline-middle--phone a.phonelink svg.icon {
        display: flex
    }

    .headline-menu.main-menu {
        top: 4.5rem;
        max-width: 23rem
    }

    .section-mainscreen--back {
        max-height: 100vh;
        margin: 4rem 0 0
    }

    .section-mainscreen--front {
        bottom: 1rem;
        max-height: calc(100% - 5rem);
        margin: 4rem auto auto
    }

    .section-mainscreen--front-main {
        width: 100%;
        min-width: auto;
        max-width: max-content;
        order: 1
    }

    .section-mainscreen--front-main .flex-row {
        width: calc(100% / 5 * 4);
        margin: 0 auto
    }

    .section-mainscreen--front-main h2.title {
        margin: .5rem auto;
        font-size: 1.75rem
    }

    .section-mainscreen--front-main h3.subtitle {
        margin: .5rem auto;
        padding: 0 0 .75rem;
        font-size: 1.4rem
    }

    .section-mainscreen--front-main .image {
        max-width: calc(100% / 5);
        margin: 0 auto
    }

    .section-mainscreen--front-main .caption {
        width: calc(100% / 5 * 4);
        margin: .5rem auto
    }

    .section-mainscreen--front-main p {
        margin: 0 auto;
        font-size: .9rem;
        line-height: 1.3
    }

    .section-mainscreen--front-main span.req {
        margin: 0 0 0 auto;
        font-size: .7rem
    }

    .section-mainscreen--front-main button {
        min-width: 50%
    }

    .section-mainscreen--front-sidebar {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        max-width: calc(100% - 6rem);
        padding: .5rem;
        order: 2
    }

    .section-mainscreen--front-sidebar .item {
        width: calc(100% / 2 - 2rem);
        margin: 0 auto .5rem;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25)
    }

    .section-mainscreen--front-sidebar .item svg {
        display: none
    }

    .section-mainscreen--front-sidebar .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 0 0;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-mainscreen--front-sidebar .item .item-caption {
        width: calc(100% - 5.5rem);
        height: 4.25rem;
        margin: 0 .5rem 0 0
    }

    .section-mainscreen--front-sidebar .item .item-caption p {
        line-height: 1.1;
        font-size: .75rem
    }

    .section-mainscreen--front-main button span.title {
        font-size: 1rem
    }

    .section-mainscreen--front-main button span.subtitle {
        font-size: .8rem
    }

    .section-gallery--item h2.title {
        margin: 0 auto;
        font-size: 1.5rem
    }

    .section-gallery--item h3.subtitle {
        margin: 0 auto;
        font-size: 1.1rem
    }

    .section-gallery--itemlist {
        padding: 0 1.5rem
    }

    .section-gallery--item .item {
        width: calc(100% + 1rem);
        margin: .75rem -2rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 6rem
    }

    .section-gallery--item .item svg {
        display: none
    }

    .section-gallery--item .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem 0;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-gallery--item .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-gallery--item .item .item-caption p {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--item .item .item-caption p strong {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--vcard {
        padding: 1.5rem
    }

    .section-gallery--addimgs {
        margin: 0 0 1rem
    }

    .section-gallery--item .button-field {
        margin: .5rem auto
    }

    .section-gallery--item .button-field a {
        font-size: .9rem
    }

    .section-gallery--item .all-images {
        min-width: 20rem;
        min-height: 10rem;
        margin: 3rem auto 0
    }

    .section-gallery--captions span.title {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallery--captions span.subtitle {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallery--button button {
        margin: 0 auto;
        font-size: .95rem
    }

    .section-documents h2.title {
        font-size: 1.75rem
    }

    .section-documents--itemlist {
        margin: 1.5rem auto
    }

    .section-documents--item .image {
        max-width: calc(100% - 1rem);
        padding: .5rem
    }

    .section-documents--item .image svg {
        max-width: calc(100% + 1rem);
        margin: auto -.5rem;
        padding: .5rem
    }

    .section-documents--item .image img,
    .section-documents--item .image picture {
        /* margin: auto auto auto -.3rem; */
        padding: .25rem
    }

    .section-documents--item .caption span.title {
        font-size: .95rem
    }

    .section-documents--item .caption span.text {
        font-size: .75rem;
        line-height: 1.3
    }

    .section-workabout h2.title {
        font-size: 1.75rem
    }

    .section-greetings--vcard {
        width: calc(100% - 2rem);
        padding: 1.5rem
    }

    .section-greetings--photo {
        min-width: 100%;
        max-width: 100%;
        margin: .5rem auto
    }

    .section-greetings--photo-img {
        max-width: 15rem;
        max-height: 15rem;
        margin: auto;
        border-radius: 1rem;
        overflow: hidden
    }

    .section-greetings--text {
        width: 100%;
        margin: 0 auto auto
    }

    .section-greetings--text h2.title {
        margin: .75rem auto;
        font-size: 1.5rem;
        text-align: center
    }

    .section-greetings--text h3.subtitle {
        margin: .5rem auto 0;
        font-size: 1rem;
        text-align: center
    }

    .section-greetings--text p {
        margin: 0;
        font-size: .9rem
    }

    .section-greetings--text .item {
        min-height: 3rem;
        padding: 0;
        font-size: .9rem
    }

    .section-greetings--text .item svg {
        width: 3rem;
        height: 3rem
    }

    .section-greetings--text .item p {
        max-width: calc(100% - 4rem);
        font-size: .8rem;
        line-height: 1.3
    }

    .section-greetings--text .text {
        width: calc(100% / 2 - 2rem)
    }

    .section-greetings--text .links {
        width: calc(100% / 2)
    }

    .section-greetings--text .text span {
        font-size: 1.1rem
    }

    .section-greetings--text .links span {
        font-size: 1rem
    }

    .section-greetings--text .links .link a svg {
        margin: .25rem
    }

    .section-videos h2.title {
        font-size: 1.75rem
    }

    .section-choice h2.title {
        font-size: 1.75rem
    }

    .section-choice--itemlist {
        width: calc(100% - 2rem);
        margin: 1rem auto
    }

    .section-choice--tabs {
        margin: 0 0 1rem
    }

    .section-choice--tabs .button-tab,
    .section-choice--tabs .button-tab:focus {
        min-height: 2.5rem;
        margin: .5rem auto 0;
        font-size: 1rem
    }

    .section-choice--tabitems {
        width: calc(100% - 2rem);
        max-height: 22rem
    }

    .section-choice--tabitem {
        margin: 1rem 0
    }

    .section-choice--tabitem-sidebar .title {
        margin: 0;
        font-size: 1.25rem
    }

    .section-choice--tabitem-sidebar .subtitle {
        font-size: 1.25rem
    }

    .section-choice--tabitem-sidebar .intro {
        min-height: 8rem;
        font-size: .85rem
    }

    .section-choice--tabitem-sidebar .hint-button,
    .section-choice--tabitem-sidebar .hint-button:focus {
        font-size: .85rem
    }

    .section-choice--tabitem-sidebar .button-field button {
        margin: 1rem auto
    }

    .section-choice--tabitem-sidebar .button-field .title {
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .button-field .subtitle {
        font-size: .8rem
    }

    .section-choice--tabitem-vcard {
        width: calc(100% / 2);
        margin: 0 auto 1rem;
        padding: 0
    }

    .section-team {
        margin: -2rem auto 10rem
    }

    .section-team--front h2.title {
        font-size: 1.75rem
    }

    .section-team--items {
        margin: 15rem 0 0
    }

    .section-team--items button.slick-prev {
        left: .5rem
    }

    .section-team--items button.slick-next {
        right: .5rem
    }

    .section-team--mainimg {
        aspect-ratio: 1/1.25
    }

    .section-team--caption {
        width: 100%;
        padding: .25rem;
        text-align: center
    }

    .section-team--caption .title {
        font-size: 1rem
    }

    .section-team--caption .subtitle {
        font-size: .85rem
    }

    .section-tools--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-tools--text {
        width: 100%
    }

    .section-tools--text h2.title {
        font-size: 1.75rem
    }

    .section-tools--text h3.subtitle {
        font-size: .95rem
    }

    .section-tools--text .flex-row {
        width: calc(100% / 2)
    }

    .section-tools--text .item {
        width: calc(100% + 1rem);
        margin: .75rem -2rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 6rem
    }

    .section-tools--text .item svg {
        display: none
    }

    .section-tools--text .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem -1rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-tools--text .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-tools--text .item .item-caption p {
        margin: 0;
        line-height: 1.3;
        font-size: .8rem
    }

    .section-tools--text .item .item-caption p strong {
        margin: 0;
        line-height: 1.3;
        font-size: .8rem
    }

    .section-tools--image {
        width: calc(100% / 5 * 1.75);
        margin: -15rem 0 auto auto
    }

    .section-tools--image img,
    .section-tools--image picture {
        bottom: 0;
        right: 0;
        width: 115%
    }

    .section-firststep--text {
        width: calc(100% - 2rem);
        margin: 0 auto;
        padding: .5rem
    }

    .section-firststep--text .flex-row {
        width: calc(100% / 3 * 1.6);
        margin: 0 0 0 auto
    }

    .section-firststep--text h2.title {
        margin: 2rem auto 0;
        font-size: 1.5rem
    }

    .section-firststep--text .item {
        width: 100%;
        margin: .75rem 0 auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-firststep--text .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem -1rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-firststep--text .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-firststep--text .item .item-caption p {
        line-height: 1.3;
        font-size: .8rem
    }

    .section-firststep--text .form-field {
        margin: 1.5rem 0 1.5rem auto;
        padding: .75rem
    }

    .section-firststep--text .form-field span {
        font-size: .8rem
    }

    .section-firststep--text .form-field span strong {
        font-size: 1rem
    }

    .micro-form .form-group input.form-control {
        min-height: 3rem;
        margin: 0 -1rem 0 0;
        font-size: 1rem
    }

    .micro-form .form-group input[type=submit].button-primary {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-firststep--text .form-field i {
        font-size: .7rem
    }

    .section-firststep--image {
        bottom: -3rem
    }

    .section-reviews h2.title {
        font-size: 1.75rem
    }

    .section-reviews--vcard {
        width: calc(100% - 2rem);
        padding: 1.5rem
    }

    .section-reviews--vidget {
        width: calc(100% - 4rem);
        margin: 0 auto
    }

    .section-reviews--image {
        display: none
    }

    .section-calc h2.title {
        font-size: 1.75rem
    }

    .section-calc h3.subtitle {
        font-size: 1rem
    }

    .section-calc--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-calc--vcard form .section-calc {
        width: calc(100% - 4rem);
        margin: 0 auto 2rem;
        padding: .5rem
    }

    .section-calc--vcard form .section-calc .subtitle {
        font-size: 1.1rem
    }

    .section-calc--vcard form .section-calc .pos-1,
    .section-calc--vcard form .section-calc .pos-2,
    .section-calc--vcard form .section-calc .pos-3 {
        font-size: .9rem
    }

    .section-calc--vcard form .section-calc .pos-full {
        font-size: 1rem
    }

    .section-calc--vcard form .section-calc .hint {
        font-size: .8rem
    }

    .section-calc--vcard form .section-send {
        width: 100%
    }

    .section-contacts--vcard {
        flex-flow: row wrap;
        justify-content: space-between;
        width: calc(100% - 2rem);
        margin: 0 auto 2rem;
        padding: 0 1.5rem .5rem
    }

    .section-contacts--logo svg {
        width: 100%;
        max-width: 10rem
    }

    .section-contacts--logo img,
    .section-contacts--logo picture {
        top: .25rem;
        left: 1rem;
        width: 5rem
    }

    .section-contacts h2.title {
        margin: 1.5rem auto;
        font-size: 1.5rem;
        width: calc(100% - 15rem)
    }

    .section-contacts--vcard .flex-row {
        width: fit-content;
        min-width: calc(100% / 3);
        margin: auto
    }

    .section-contacts--vcard .flex-row.address {
        min-width: 100%
    }

    .section-contacts--vcard span {
        font-size: .95rem
    }

    .section-contacts--vcard span strong {
        font-size: 1.2rem
    }

    .section-contacts--vcard .button-field {
        margin: auto auto 1rem
    }

    .section-contacts--vcard .button-field .title {
        font-size: 1.1rem
    }

    .section-contacts--vcard .button-field .subtitle {
        font-size: .8rem
    }

    .section-contacts--roadmap {
        width: calc(100% - 2rem);
        height: fit-content;
        max-height: 25rem;
        margin: 0 auto -3rem;
        padding: 0
    }

    .section-articleinn {
        width: calc(100% - 2rem)
    }

    .section-articleinn h2.title {
        font-size: 1.75rem
    }

    .section-articlelist h2.title {
        font-size: 1.75rem
    }

    .section-articlelist--filter .list-items .list-item,
    .section-articlelist--filter .list-items .list-item:focus {
        padding: 0 .5rem;
        font-size: .85rem
    }

    .section-articlelist--itemlist.itemgrid .section-articlelist--item {
        width: calc(100% / 2)
    }

    .section-articlelist--vcard.itemlist {
        flex-flow: row wrap
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainfilter {
        width: calc(100% / 6 * 2)
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg {
        width: calc(100% / 6 * 2);
        height: 100%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemlist .section-articlelist--mainimg picture {
        height: 100%;
        margin: 0 auto
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
        max-width: 175%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--captions {
        width: calc(100% / 6 * 3.75);
        margin: .5rem .5rem .5rem auto;
        z-index: 2
    }

    .section-articlelist--captions span.title {
        height: 3rem;
        font-size: 1.1rem
    }

    .section-articlelist--captions span.subtitle {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-articlelist--vcard.itemlist .section-articlelist--button {
        width: calc(100% / 6 * 3.75);
        margin: 0 .5rem 0 auto
    }

    .section-articlelist--button a {
        padding: .5rem;
        font-size: .85rem
    }

    .section-articleitem h2.title {
        margin: -3rem auto 1rem;
        padding: 2rem 4rem 0;
        font-size: 1.75rem
    }

    .section-articleitem h3.subtitle {
        margin: .25rem auto;
        font-size: 1.15rem
    }

    .section-articleitem--text h3 {
        font-size: 1.15rem
    }

    .section-galleryinn {
        width: calc(100% - 2rem)
    }

    .section-galleryinn h2.title {
        font-size: 1.75rem
    }

    .section-galleryinn--captions span.title {
        min-height: 3rem
    }

    .section-galleryinn--button a {
        font-size: .8rem;
        text-align: center
    }

    .section-galleryinn--button button {
        font-size: .8rem;
        text-align: center
    }

    .section-gallerylist h2.title {
        font-size: 1.75rem
    }

    .section-gallerylist--filters {
        width: 100%
    }

    .section-gallerylist--filter .list-items .list-item,
    .section-gallerylist--filter .list-items .list-item:focus {
        padding: 0 .25rem;
        font-size: .85rem
    }

    .section-gallerylist--vcard.itemgrid {
        padding: 1rem
    }

    .section-gallerylist--itemlist.itemgrid .section-gallerylist--item {
        width: calc(100% / 2)
    }

    .section-gallerylist--vcard.itemlist {
        padding: 1rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--mainimg {
        max-width: calc(100% / 3 + 2rem)
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimgs {
        max-width: 5rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimg {
        width: calc(100% - .5rem);
        margin: auto auto .25rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions {
        width: calc(100% / 3)
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--button {
        width: calc(100% / 6)
    }

    .section-galleryitem h2.title {
        font-size: 1.75rem
    }

    .section-galleryitem--intro {
        width: calc(100% - 4rem);
        margin: 0 auto
    }

    .section-galleryitem--intro .subtitle {
        max-width: 100%;
        margin: 0 auto 1rem;
        font-size: 1.15rem
    }

    .section-galleryitem--intro .caption {
        min-width: 100%;
        font-size: .9rem
    }

    .section-contacts h2.inner-title {
        font-size: 1.75rem
    }

    .section-contacts--vcard span.headname {
        font-size: 1.25rem
    }

    .section-contacts--vcard span.linename {
        width: calc(100% / 3);
        margin: 0 auto 1rem 0;
        font-size: .95rem
    }

    .section-contacts--vcard div.flex-row.line {
        width: calc(100% / 3 * 2 - 1rem);
        min-width: auto;
        margin: 0 auto 1rem;
        font-size: .95rem
    }

    .section-contacts--vcard div.flex-row.socials {
        justify-content: center;
        width: calc(100% / 3 * 2 - 1rem);
        min-width: auto;
        margin: 0 auto 1rem
    }

    .section-contacts--vcard div.flex-row.button-field {
        width: calc(100% / 3 * 2 - 1rem);
        margin: 0 auto 1rem
    }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
    .container {
        max-width: 750px
    }

    .section-gap {
        min-height: 0
    }

    header.headline,
    header.headline.scrolled {
        background-color: var(--elem-white-100)
    }

    .headline-middle--menu {
        margin: auto .2rem
    }

    .headline-middle--search {
        margin: auto .2rem
    }

    .headline-middle--logo {
        margin: auto .2rem;
        padding: 0;
        width: 100%;
        height: 4rem;
        max-width: 5rem
    }

    .headline-middle--logo svg {
        display: none
    }

    .headline-middle--logo a.site-title {
        width: 5rem;
        max-width: 5rem;
        margin: 0
    }

    .headline-middle--slogan {
        margin: .5rem auto .5rem .2rem;
        padding: .5rem .2rem
    }

    .headline-middle--slogan span.title {
        font-size: 1rem
    }

    .headline-middle--slogan span.subtitle {
        font-size: .7rem
    }

    .headline-middle--social {
        margin: auto
    }

    .headline-middle--social a.social-link {
        width: 1.5rem;
        height: 1.5rem;
        margin: auto .2rem;
        padding: 0
    }

    .headline-middle--phone {
        margin: auto .2rem;
        padding: .5rem .2rem
    }

    .headline-middle--phone span.title {
        display: none
    }

    .headline-middle--phone span.subtitle {
        display: none
    }

    .headline-middle--phone a.phonelink svg.icon {
        display: flex;
        width: 1.5rem;
        height: 1.5rem
    }

    .headline-menu.main-menu {
        top: 4.5rem;
        max-width: 23rem
    }

    .section-mainscreen--back {
        width: 125%;
        max-height: 100vh;
        margin: 4rem 0 0
    }

    .section-mainscreen--front {
        bottom: 1rem;
        max-height: calc(100% - 5rem);
        margin: 4rem auto auto
    }

    .section-mainscreen--front-main {
        width: 100%;
        min-width: auto;
        max-width: max-content;
        order: 1
    }

    .section-mainscreen--front-main .flex-row {
        width: calc(100% / 5 * 4);
        margin: 0 auto
    }

    .section-mainscreen--front-main h2.title {
        margin: .5rem auto;
        font-size: 1.5rem
    }

    .section-mainscreen--front-main h3.subtitle {
        margin: .5rem auto;
        padding: 0 0 .75rem;
        font-size: 1.2rem
    }

    .section-mainscreen--front-main .image {
        max-width: calc(100% / 5);
        margin: 0 auto
    }

    .section-mainscreen--front-main .image svg {
        padding: .2rem
    }

    .section-mainscreen--front-main .image img,
    .section-mainscreen--front-main .image picture {
        margin: -.3rem auto auto -.2rem;
        padding: .5rem
    }

    .section-mainscreen--front-main .caption {
        width: calc(100% / 5 * 4);
        margin: .5rem auto
    }

    .section-mainscreen--front-main p {
        margin: 0 auto;
        font-size: .8rem;
        line-height: 1.3
    }

    .section-mainscreen--front-main span.req {
        margin: 0 0 0 auto;
        font-size: .7rem
    }

    .section-mainscreen--front-main button {
        min-width: 50%
    }

    .section-mainscreen--front-sidebar {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        max-width: calc(100% - 6rem);
        padding: .5rem;
        order: 2
    }

    .section-mainscreen--front-sidebar .item {
        width: calc(100% - 2rem);
        margin: 0 auto .5rem;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25)
    }

    .section-mainscreen--front-sidebar .item svg {
        display: none
    }

    .section-mainscreen--front-sidebar .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 0 0;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-mainscreen--front-sidebar .item .item-caption {
        width: calc(100% - 5.5rem);
        height: 4.25rem;
        margin: 0 .5rem 0 0
    }

    .section-mainscreen--front-sidebar .item .item-caption p {
        line-height: 1.1;
        font-size: .75rem
    }

    .section-mainscreen--front-main button span.title {
        font-size: 1rem
    }

    .section-mainscreen--front-main button span.subtitle {
        font-size: .8rem
    }

    .section-gallery--item h2.title {
        margin: 0 auto;
        font-size: 1.35rem
    }

    .section-gallery--item h3.subtitle {
        margin: 0 auto;
        font-size: 1rem
    }

    .section-gallery--itemlist {
        padding: 0 1rem
    }

    .section-gallery--itemlist .section-gallery--item {
        width: calc(100% - 2rem)
    }

    .section-gallery--item .item {
        width: calc(100% + 1rem);
        margin: .75rem -2rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-gallery--item .item svg {
        display: none
    }

    .section-gallery--item .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem 0;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-gallery--item .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-gallery--item .item .item-caption p {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--item .item .item-caption p strong {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--vcard {
        padding: 1.5rem
    }

    .section-gallery--addimgs {
        margin: 0 0 1rem
    }

    .section-gallery--item .button-field {
        margin: .5rem auto
    }

    .section-gallery--item .button-field a {
        font-size: .9rem
    }

    .section-gallery--item .all-images {
        min-width: 20rem;
        min-height: 10rem;
        margin: 3rem auto
    }

    .section-gallery--captions span.title {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallery--captions span.subtitle {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallery--button button {
        margin: 0 auto;
        font-size: .95rem
    }

    .section-documents h2.title {
        font-size: 1.5rem
    }

    .section-documents--itemlist {
        margin: .5rem auto
    }

    .section-documents--item.items-4 {
        width: calc(100% / 2 - 1rem)
    }

    .section-documents--item .image {
        max-width: calc(100% - 5rem);
        margin: 0 auto;
        padding: .5rem
    }

    .section-documents--item .image svg {
        max-width: calc(100% + 1rem);
        margin: auto -.5rem;
        padding: .5rem
    }

    .section-documents--item .image img,
    .section-documents--item .image picture {
        /* margin: auto auto auto -.3rem; */
        padding: .25rem
    }

    .section-documents--item .caption span.title {
        font-size: .95rem
    }

    .section-documents--item .caption span.text {
        font-size: .75rem;
        line-height: 1.3
    }

    .section-workabout h2.title {
        font-size: 1.5rem
    }

    .section-workabout--itemlist.items-4 .section-workabout--item {
        width: calc(100% / 2)
    }

    .section-greetings--vcard {
        width: calc(100% - 2rem);
        padding: 1.5rem
    }

    .section-greetings--photo {
        min-width: 100%;
        max-width: 100%;
        margin: .5rem auto
    }

    .section-greetings--photo-img {
        max-width: 15rem;
        max-height: 15rem;
        margin: auto;
        border-radius: 1rem;
        overflow: hidden
    }

    .section-greetings--text {
        width: 100%;
        margin: 0 auto auto
    }

    .section-greetings--text h2.title {
        margin: .75rem auto;
        font-size: 1.35rem;
        text-align: center
    }

    .section-greetings--text h3.subtitle {
        margin: .5rem auto 0;
        font-size: .9rem;
        text-align: center
    }

    .section-greetings--text p {
        margin: 0;
        font-size: .8rem
    }

    .section-greetings--text .item {
        min-height: 3rem;
        padding: 0;
        font-size: .8rem
    }

    .section-greetings--text .item svg {
        width: 3rem;
        height: 3rem
    }

    .section-greetings--text .item p {
        max-width: calc(100% - 4rem);
        font-size: .8rem;
        line-height: 1.3
    }

    .section-greetings--text .text {
        width: calc(100% / 2 - 2rem)
    }

    .section-greetings--text .links {
        width: calc(100% / 2)
    }

    .section-greetings--text .text span {
        font-size: 1.1rem
    }

    .section-greetings--text .links span {
        font-size: 1rem
    }

    .section-greetings--text .links .link a svg {
        margin: .25rem
    }

    .section-videos h2.title {
        font-size: 1.5rem
    }

    .section-videos--itemlist.items-3 .section-videos--item {
        width: calc(100% / 2 - 1.5rem)
    }

    .section-choice h2.title {
        font-size: 1.5rem
    }

    .section-choice--itemlist {
        width: calc(100% - 2rem);
        margin: 1rem auto
    }

    .section-choice--tabs {
        margin: 0 0 1rem
    }

    .section-choice--tabs .button-tab,
    .section-choice--tabs .button-tab:focus {
        min-height: 2.5rem;
        margin: .25rem auto 0;
        font-size: .9rem
    }

    .section-choice--tabitems {
        width: calc(100% - 2rem);
        max-height: 100%
    }

    .section-choice--tabitem {
        margin: 1rem 0
    }

    .section-choice--tabitem-sidebar {
        width: 100%
    }

    .section-choice--tabitem.order-0 .section-choice--tabitem-sidebar,
    .section-choice--tabitem.order-1 .section-choice--tabitem-sidebar {
        order: 2
    }

    .section-choice--tabitem-sidebar .title {
        margin: 0;
        font-size: 1.2rem
    }

    .section-choice--tabitem-sidebar .subtitle {
        font-size: 1.2rem
    }

    .section-choice--tabitem-sidebar .intro {
        min-height: 8rem;
        font-size: .8rem
    }

    .section-choice--tabitem-sidebar .hint-button,
    .section-choice--tabitem-sidebar .hint-button:focus {
        font-size: .8rem
    }

    .section-choice--tabitem-sidebar .button-field button {
        margin: 1rem auto
    }

    .section-choice--tabitem-sidebar .button-field .title {
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .button-field .subtitle {
        font-size: .8rem
    }

    .section-choice--tabitem-vcard {
        width: 100%;
        margin: 0 auto 1rem;
        padding: 0
    }

    .section-choice--tabitem.order-0 .section-choice--tabitem-vcard,
    .section-choice--tabitem.order-1 .section-choice--tabitem-vcard {
        order: 1
    }

    .section-team {
        margin: -2rem auto 10rem
    }

    .section-team--front h2.title {
        font-size: 1.5rem
    }

    .section-team--items {
        margin: 15rem 0 0
    }

    .section-team--items button.slick-prev {
        left: .5rem
    }

    .section-team--items button.slick-next {
        right: .5rem
    }

    .section-team--mainimg {
        aspect-ratio: 1/1.25
    }

    .section-team--caption {
        width: 100%;
        padding: .25rem;
        text-align: center
    }

    .section-team--caption .title {
        font-size: 1rem
    }

    .section-team--caption .subtitle {
        font-size: .85rem
    }

    .section-tools--vcard {
        width: calc(100% - 2rem);
        padding: 2rem
    }

    .section-tools--text {
        width: 100%
    }

    .section-tools--text h2.title {
        font-size: 1.5rem
    }

    .section-tools--text h3.subtitle {
        font-size: .9rem
    }

    .section-tools--text .flex-row {
        width: 100%
    }

    .section-tools--text .item {
        width: calc(100% + 1rem);
        margin: .75rem -2rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-tools--text .item svg {
        display: none
    }

    .section-tools--text .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem -1rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-tools--text .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-tools--text .item .item-caption p {
        margin: 0;
        line-height: 1.3;
        font-size: .8rem
    }

    .section-tools--text .item .item-caption p strong {
        margin: 0;
        line-height: 1.3;
        font-size: .8rem
    }

    .section-tools--image {
        display: none
    }

    .section-firststep--back {
        width: 110%
    }

    .section-firststep--text {
        width: calc(100% - 2rem);
        margin: 0 auto;
        padding: .5rem
    }

    .section-firststep--text .flex-row {
        width: calc(100% - 2rem);
        margin: 0 auto
    }

    .section-firststep--text h2.title {
        margin: 2rem auto 0;
        font-size: 1.35rem
    }

    .section-firststep--text .item {
        width: 100%;
        margin: .75rem 0 auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-firststep--text .item .item-image {
        width: 4.25rem;
        height: 4.25rem;
        margin: 0 auto 1.5rem -1rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .section-firststep--text .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-firststep--text .item .item-caption p {
        line-height: 1.3;
        font-size: .8rem
    }

    .section-firststep--text .form-field {
        margin: 1.5rem auto;
        padding: .75rem
    }

    .section-firststep--text .form-field span {
        font-size: .8rem
    }

    .section-firststep--text .form-field span strong {
        font-size: 1rem
    }

    .micro-form .form-group input.form-control {
        min-height: 3rem;
        margin: 0 -1rem 0 0;
        font-size: 1rem
    }

    .micro-form .form-group input[type=submit].button-primary {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-firststep--text .form-field i {
        font-size: .7rem
    }

    .section-firststep--image {
        display: none
    }

    .section-reviews h2.title {
        width: calc(100% - 2rem);
        font-size: 1.5rem
    }

    .section-reviews h3.subtitle {
        font-size: 1.1rem
    }

    .section-reviews--vcard {
        width: calc(100% - 2rem);
        padding: 1.5rem
    }

    .section-reviews--vidget {
        width: 100%;
        margin: 0 auto;
        overflow: hidden
    }

    .section-reviews--vidget embed,
    .section-reviews--vidget iframe {
        min-width: fit-content
    }

    .section-reviews--image {
        display: none
    }

    .section-calc h2.title {
        width: calc(100% - 2rem);
        font-size: 1.5rem
    }

    .section-calc h3.subtitle {
        width: calc(100% - 2rem);
        font-size: .9rem
    }

    .section-calc--vcard {
        width: calc(100% - 2rem);
        padding: 1.5rem
    }

    .section-calc--vcard form .section-calc {
        width: calc(100% - 2rem);
        margin: 0 auto 2rem;
        padding: .5rem
    }

    .form-group-x1,
    .form-group-x2,
    .form-group-x3,
    .form-group-x4,
    .form-group-x5 {
        width: calc(100% - 1.5rem)
    }

    .section-calc--vcard form .section-calc .subtitle {
        font-size: 1.1rem
    }

    .section-calc--vcard form .section-calc .pos-1,
    .section-calc--vcard form .section-calc .pos-2,
    .section-calc--vcard form .section-calc .pos-3 {
        font-size: .9rem
    }

    .section-calc--vcard form .section-calc .pos-full {
        font-size: 1rem
    }

    .section-calc--vcard form .section-calc .hint {
        font-size: .8rem
    }

    .section-calc--vcard form .section-main {
        padding: 1.5rem
    }

    .section-calc--vcard form .section-send {
        width: 100%
    }

    .section-contacts--vcard {
        flex-flow: row wrap;
        justify-content: space-between;
        width: calc(100% - 2rem);
        margin: 0 auto 2rem;
        padding: 0 1.5rem .5rem
    }

    .section-contacts--logo svg {
        width: 100%;
        max-width: 10rem
    }

    .section-contacts--logo img,
    .section-contacts--logo picture {
        top: .25rem;
        left: 1rem;
        width: 5rem
    }

    .section-contacts h2.title {
        margin: 1.5rem auto;
        font-size: 1.5rem;
        width: calc(100% - 15rem)
    }

    .section-contacts--vcard .flex-row {
        width: fit-content;
        min-width: calc(100% / 3);
        margin: auto
    }

    .section-contacts--vcard .flex-row.address {
        min-width: 100%
    }

    .section-contacts--vcard span {
        font-size: .95rem
    }

    .section-contacts--vcard span strong {
        font-size: 1.2rem
    }

    .section-contacts--vcard .button-field {
        margin: auto auto 1rem
    }

    .section-contacts--vcard .button-field .title {
        font-size: 1.1rem
    }

    .section-contacts--vcard .button-field .subtitle {
        font-size: .8rem
    }

    .section-contacts--roadmap {
        width: calc(100% - 2rem);
        height: fit-content;
        max-height: 25rem;
        margin: 0 auto -3rem;
        padding: 0
    }

    .section-articleinn {
        width: calc(100% - 2rem)
    }

    .section-articleinn h2.title {
        font-size: 1.5rem
    }

    .section-articlelist h2.title {
        font-size: 1.5rem
    }

    .section-articlelist p {
        font-size: .9rem
    }

    .section-articlelist--filters {
        width: 100%;
        margin: 0 auto 1rem
    }

    .section-articlelist--filter .list-items {
        width: 100%;
        margin: 0 auto
    }

    .section-articlelist--filter .list-items .list-item,
    .section-articlelist--filter .list-items .list-item:focus {
        padding: 0 .5rem;
        font-size: .8rem
    }

    .section-articlelist--itemlist.itemgrid .section-articlelist--item {
        width: calc(100% / 2);
        margin: 0 0 .5rem;
        padding: .5rem
    }

    .section-articlelist--vcard.itemgrid {
        padding: .75rem
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
        max-width: 175%
    }

    .section-articlelist--vcard.itemlist {
        flex-flow: row wrap
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainfilter {
        width: calc(100% / 6 * 2)
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg {
        width: calc(100% / 6 * 2);
        height: 100%
    }

    .section-articlelist--vcard.itemlist .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemlist .section-articlelist--mainimg picture {
        height: 100%;
        margin: 0 auto
    }

    .section-articlelist--vcard.itemgrid {
        min-height: 20rem;
        padding: .75rem
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--captions {
        margin: 6rem 0 1rem
    }

    .section-articlelist--vcard.itemlist .section-articlelist--captions {
        width: calc(100% / 6 * 3.75);
        margin: .5rem .5rem .5rem auto;
        z-index: 2
    }

    .section-articlelist--captions span.title {
        height: 3rem;
        font-size: 1rem
    }

    .section-articlelist--captions span.subtitle {
        font-size: .7rem;
        line-height: 1.3
    }

    .section-articlelist--vcard.itemlist .section-articlelist--button {
        width: calc(100% / 6 * 3.75);
        margin: 0 .5rem 0 auto
    }

    .section-articlelist--button a {
        padding: .5rem;
        font-size: .8rem
    }

    .section-articleitem h2.title {
        margin: -2rem auto 1rem;
        padding: 1.5rem 2rem 0;
        font-size: 1.5rem
    }

    .section-articleitem h3.subtitle {
        width: calc(100% - 2rem);
        margin: .25rem auto;
        font-size: 1rem
    }

    .section-articleitem--text h3 {
        font-size: 1.15rem
    }

    .section-galleryinn {
        width: calc(100% - 2rem)
    }

    .section-galleryinn h2.title {
        width: calc(100% - 2rem);
        font-size: 1.5rem
    }

    .section-galleryinn--itemlist .section-galleryinn--item {
        padding: .5rem
    }

    .section-galleryinn--vcard {
        padding: 1rem
    }

    .section-galleryinn--mainimg {
        margin: auto auto .5rem
    }

    .section-galleryinn--addimgs {
        display: none
    }

    .section-galleryinn--captions span.title {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-galleryinn--captions span.subtitle {
        font-size: .8rem
    }

    .section-galleryinn--button a {
        font-size: .8rem;
        text-align: center
    }

    .section-galleryinn--button button {
        font-size: .8rem;
        text-align: center
    }

    .section-gallerylist h2.title {
        font-size: 1.5rem
    }

    .section-gallerylist p {
        font-size: .9rem;
        text-align: justify
    }

    .section-gallerylist--filters {
        width: 100%
    }

    .section-gallerylist--filter .list-items .list-item,
    .section-gallerylist--filter .list-items .list-item:focus {
        padding: 0 .25rem;
        font-size: .85rem
    }

    .section-gallerylist--vcard.itemgrid {
        padding: .5rem
    }

    .section-gallerylist--itemlist.itemgrid .section-gallerylist--item {
        width: calc(100% / 2);
        padding: .5rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--mainimg {
        margin: auto auto .5rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--addimgs {
        display: none
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--captions span.title {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--captions span.subtitle {
        font-size: .8rem
    }

    .section-gallerylist--button a {
        font-size: .75rem
    }

    .section-gallerylist--button button {
        font-size: .75rem
    }

    .section-gallerylist--vcard.itemlist {
        padding: 1rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--mainimg {
        max-width: calc(100% / 2)
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimgs {
        width: calc(100% / 2);
        max-width: calc(100% / 2);
        margin: 0 0 0 auto
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--addimg {
        width: calc(100% / 2 - .5rem);
        margin: auto 0 auto auto
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions {
        width: calc(100% / 2);
        margin: .5rem auto 1rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions span.title {
        width: calc(100% * 2);
        min-height: auto;
        font-size: 1rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions hr {
        width: calc(100% * 2);
        margin: .5rem 0
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--captions span.subtitle {
        font-size: .8rem
    }

    .section-gallerylist--vcard.itemlist .section-gallerylist--button {
        width: calc(100% / 2);
        margin: 3rem 0 0
    }

    .section-galleryitem h2.title {
        font-size: 1.5rem
    }

    .section-galleryitem--intro {
        width: calc(100% - 4rem);
        margin: 0 auto
    }

    .section-galleryitem--intro .subtitle {
        max-width: 100%;
        margin: 0 auto 1rem;
        font-size: 1rem
    }

    .section-galleryitem--intro .caption {
        min-width: 100%;
        font-size: .8rem
    }

    .section-galleryitem--main {
        font-size: .9rem
    }

    .section-contacts h2.inner-title {
        font-size: 1.5rem
    }

    .section-contacts--vcard span.headname {
        font-size: 1.2rem
    }

    .section-contacts--vcard span.linename {
        width: calc(100% / 3);
        margin: 0 auto 1rem 0;
        font-size: .85rem
    }

    .section-contacts--vcard div.flex-row.line {
        width: calc(100% / 3 * 2 - 1rem);
        min-width: auto;
        margin: 0 auto 1rem;
        font-size: .85rem
    }

    .section-contacts--vcard div.flex-row.socials {
        justify-content: center;
        width: calc(100% / 3 * 2 - 1rem);
        min-width: auto;
        margin: 0 auto 1rem
    }

    .section-contacts--vcard div.flex-row.button-field {
        width: calc(100% / 3 * 2 - 1rem);
        margin: 0 auto 1rem
    }

    .footline {
        margin: 2rem 0 0;
        text-align: center
    }

    .footline-top--legacy p {
        font-size: .75rem
    }

    .modal-title {
        font-size: 1.5rem
    }

    .modal-subtitle {
        margin: 0 auto 1.5rem;
        font-size: .8rem
    }

    .modal-form .form-group input.form-control,
    .modal-form .form-group textarea.form-control {
        width: 100%
    }

    .button-modal,
    .button-modal:focus {
        padding: .4rem .75rem
    }

    .modal-form#quiz .form-section.section-main {
        width: 100%;
        margin: 0 auto 1rem
    }

    .modal-form#quiz .form-section .section-step {
        max-height: 20rem;
        overflow-y: auto
    }

    .modal-form#quiz .form-section .section-step .subtitle {
        width: 100%;
        margin: 0 0 1rem;
        font-size: 1rem
    }

    .modal-form#quiz .form-section.section-aside {
        width: calc(100% - 3rem);
        margin: 1rem auto .5rem
    }

    .modal-form#quiz .form-section.section-aside .item {
        align-items: center;
        justify-content: space-around
    }

    .modal-form#quiz .form-section.section-aside .item-image {
        width: 4rem;
        height: 4rem;
        border: .2rem solid var(--elem-primary-100)
    }

    .modal-form#quiz .form-section.section-aside .item .item-descr {
        align-items: center;
        justify-content: space-around
    }

    .modal-form#quiz .form-section.section-aside .item-text p {
        padding: .75rem;
        font-size: .9rem;
        font-weight: 400
    }
}

@media screen and (max-width:575.98px) {
    .container {
        max-width: 100%
    }

    .section-gap {
        min-height: 0
    }

    header.headline,
    header.headline.scrolled {
        background-color: var(--elem-white-100)
    }

    .headline-middle--menu {
        margin: auto .2rem
    }

    .headline-middle--search {
        margin: auto .2rem
    }

    .headline-middle--logo {
        margin: auto auto auto .2rem;
        padding: 0;
        width: 100%;
        height: 4rem;
        max-width: 4rem
    }

    .headline-middle--logo svg {
        display: none
    }

    .headline-middle--logo a.site-title {
        width: 4rem;
        max-width: 4rem;
        margin: 0
    }

    .headline-middle--slogan {
        display: none
    }

    .headline-middle--social {
        display: none
    }

    .headline-middle--phone {
        margin: auto .2rem;
        padding: .5rem .2rem
    }

    .headline-middle--phone span.title {
        display: none
    }

    .headline-middle--phone span.subtitle {
        display: none
    }

    .headline-middle--phone a.phonelink svg.icon {
        display: flex;
        width: 1.5rem;
        height: 1.5rem
    }

    .headline-menu.main-menu {
        top: 4rem;
        left: -1rem;
        width: calc(100% + .1rem);
        max-width: calc(100% + .1rem)
    }

    .section-mainscreen--back {
        width: 135%;
        max-height: 100vh;
        margin: 4rem 0 0;
        height: 700px
    }

    .section-mainscreen--front {
        bottom: 6rem;
        max-height: calc(100% - 5rem);
        margin: 4rem auto auto
    }

    .section-mainscreen--front-main {
        width: 100%;
        min-width: auto;
        max-width: max-content;
        padding: 1rem;
        order: 1
    }

    .section-mainscreen--front-main .flex-row {
        width: 100%;
        margin: 0 auto
    }

    .section-mainscreen--front-main h2.title {
        margin: .5rem auto;
        font-size: 1rem
    }

    .section-mainscreen--front-main h3.subtitle {
        margin: .5rem auto;
        padding: 0 0 .75rem;
        font-size: .8rem
    }

    .section-mainscreen--front-main .image {
        display: none
    }

    .section-mainscreen--front-main .caption {
        width: 100%;
        margin: .5rem auto
    }

    .section-mainscreen--front-main p {
        margin: 0 auto;
        font-size: .7rem;
        line-height: 1.3
    }

    .section-mainscreen--front-main span.req {
        margin: 0 0 0 auto;
        font-size: .6rem
    }

    .section-mainscreen--front-main button {
        padding: .25rem .5rem
    }

    .section-mainscreen--front-sidebar {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        padding: .5rem;
        order: 2
    }

    .section-mainscreen--front-sidebar .item {
        width: calc(100% - 2rem);
        margin: 0 auto .5rem;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25)
    }

    .section-mainscreen--front-sidebar .item svg {
        display: none
    }

    .section-mainscreen--front-sidebar .item .item-image {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 0 0;
        border: .15rem solid var(--elem-primary-100)
    }

    .section-mainscreen--front-sidebar .item .item-caption {
        width: calc(100% - 5.5rem);
        height: 4rem;
        margin: 0 .5rem 0 0
    }

    .section-mainscreen--front-sidebar .item .item-caption p {
        line-height: 1.1;
        font-size: .7rem
    }

    .section-mainscreen--front-main button span.title {
        font-size: .9rem
    }

    .section-mainscreen--front-main button span.subtitle {
        font-size: .7rem
    }

    .section-gallery--item h2.title {
        margin: 0 auto .5rem;
        font-size: 1rem
    }

    .section-gallery--item h3.subtitle {
        margin: 0 auto;
        padding: 0 0 .5rem;
        font-size: .9rem
    }

    .section-gallery--itemlist {
        padding: 0 1rem
    }

    .section-gallery--itemlist .section-gallery--item {
        width: 100%;
        margin: 0 auto 1rem
    }

    .section-gallery--item .item {
        width: 100%;
        margin: .5rem auto auto;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-gallery--item .item svg {
        display: none
    }

    .section-gallery--item .item .item-image {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 1.5rem 0;
        border: .15rem solid var(--elem-primary-100)
    }

    .section-gallery--item .item .item-caption {
        width: calc(100% - 5rem);
        margin: 0 .5rem 0 auto
    }

    .section-gallery--item .item .item-caption p {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--item .item .item-caption p strong {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-gallery--vcard {
        padding: 1rem
    }

    .section-gallery--addimgs {
        margin: 0 0 1rem
    }

    .section-gallery--addimg {
        width: calc(100% / 3 - .25rem);
        margin: auto auto .25rem;
        border-radius: .25rem
    }

    .section-gallery--captions hr {
        margin: .5rem 0
    }

    .section-gallery--item .button-field {
        margin: .5rem auto
    }

    .section-gallery--item .button-field a {
        font-size: .9rem
    }

    .section-gallery--item .all-images {
        display: none
    }

    .section-gallery--captions span.title {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallery--captions span.subtitle {
        font-size: .8rem;
        line-height: 1.3
    }

    .section-gallery--button button {
        margin: 0 auto;
        font-size: .85rem
    }

    .section-documents h2.title {
        margin: .5rem auto;
        font-size: 1.25rem
    }

    .section-documents--itemlist {
        margin: .5rem auto
    }

    .section-documents--item.items-4 {
        width: calc(100% / 2 - .5rem)
    }

    .section-documents--item .image {
        max-width: calc(100% - 2rem);
        margin: 0 auto;
        padding: .25rem
    }

    .section-documents--item .image svg {
        max-width: calc(100% + 1rem);
        margin: auto -.25rem;
        padding: .25rem
    }

    .section-documents--item .image img,
    .section-documents--item .image picture {
        /* margin: auto auto auto -.1rem; */
        padding: .1rem
    }

    .section-documents--item .caption span.title {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-documents--item .caption span.text {
        font-size: .7rem;
        line-height: 1.3
    }

    .section-workabout h2.title {
        font-size: 1.25rem
    }

    .section-workabout--itemlist.items-4 .section-workabout--item {
        width: calc(100% / 2)
    }

    .section-greetings--vcard {
        width: calc(100% - 2rem);
        padding: 1rem
    }

    .section-greetings--photo {
        min-width: 100%;
        max-width: 100%;
        margin: .5rem auto
    }

    .section-greetings--photo-img {
        max-width: 15rem;
        max-height: 15rem;
        margin: auto;
        border-radius: 1rem;
        overflow: hidden
    }

    .section-greetings--text {
        width: 100%;
        margin: 0 auto auto
    }

    .section-greetings--text h2.title {
        margin: .5rem auto;
        font-size: 1.1rem;
        text-align: center
    }

    .section-greetings--text h3.subtitle {
        margin: .25rem auto 0;
        font-size: .75rem;
        text-align: center
    }

    .section-greetings--text p {
        margin: 0;
        font-size: .8rem
    }

    .section-greetings--text .item {
        width: 100%;
        min-height: 2.75rem;
        margin: auto auto .5rem;
        padding: 0;
        font-size: .75rem
    }

    .section-greetings--text .item svg {
        width: 2.5rem;
        height: 2.5rem;
        margin: auto .2rem
    }

    .section-greetings--text .item p {
        max-width: calc(100% - 3.25rem);
        font-size: .75rem;
        line-height: 1.3
    }

    .section-greetings--text .text {
        display: none
    }

    .section-greetings--text .links {
        width: fit-content;
        margin: 0 auto
    }

    .section-greetings--text .text span {
        font-size: .9rem
    }

    .section-greetings--text .links span {
        font-size: .9rem
    }

    .section-greetings--text .links .link a svg {
        margin: .25rem
    }

    .section-videos h2.title {
        font-size: 1.25rem
    }

    .section-videos--itemlist.items-3 .section-videos--item {
        width: calc(100% - 2.5rem)
    }

    .section-videos--item iframe {
        height: auto
    }

    .section-choice h2.title {
        margin: 1rem auto 0;
        font-size: 1rem
    }

    .section-choice--itemlist {
        width: calc(100% - 2rem);
        margin: .5rem auto
    }

    .section-choice--tabs {
        width: calc(100% + 1rem);
        margin: 0 -.5rem .5rem
    }

    .section-choice--tabs.items-1 .button-tab,
    .section-choice--tabs.items-1 .button-tab:focus {
        width: calc(100% - .2rem)
    }

    .section-choice--tabs.items-2 .button-tab,
    .section-choice--tabs.items-2 .button-tab:focus {
        width: calc(100% / 2 - .2rem)
    }

    .section-choice--tabs.items-3 .button-tab,
    .section-choice--tabs.items-3 .button-tab:focus {
        width: calc(100% / 3 - .2rem)
    }

    .section-choice--tabs.items-4 .button-tab,
    .section-choice--tabs.items-4 .button-tab:focus {
        width: calc(100% / 4 - .2rem)
    }

    .section-choice--tabs.items-5 .button-tab,
    .section-choice--tabs.items-5 .button-tab:focus {
        width: calc(100% / 5 - .2rem)
    }

    .section-choice--tabs .button-tab,
    .section-choice--tabs .button-tab:focus {
        min-height: 2.5rem;
        margin: .25rem auto 0;
        font-size: .75rem
    }

    .section-choice--tabitems {
        width: 100%;
        height: 32rem
    }

    .section-choice--tabitem {
        margin: 1rem 0
    }

    .section-choice--tabitem-sidebar {
        width: 100%
    }

    .section-choice--tabitem.order-0 .section-choice--tabitem-sidebar,
    .section-choice--tabitem.order-1 .section-choice--tabitem-sidebar {
        order: 2
    }

    .section-choice--tabitem-sidebar .title {
        margin: 0;
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .subtitle {
        font-size: 1rem
    }

    .section-choice--tabitem-sidebar .intro {
        min-height: 5rem;
        font-size: .7rem
    }

    .section-choice--tabitem-sidebar .hint-button,
    .section-choice--tabitem-sidebar .hint-button:focus {
        font-size: .8rem
    }

    .section-choice--tabitem-sidebar .hint-button .hint,
    .section-choice--tabitem-sidebar .hint-button:focus .hint {
        font-size: .7rem
    }

    .section-choice--tabitem-sidebar .hint-button ul li::marker {
        width: 1rem;
        height: 1rem;
        margin: auto
    }

    .section-choice--tabitem-sidebar .button-field button {
        margin: 1rem auto
    }

    .section-choice--tabitem-sidebar .button-field .title {
        font-size: .9rem
    }

    .section-choice--tabitem-sidebar .button-field .subtitle {
        font-size: .7rem
    }

    .section-choice--tabitem-vcard {
        width: 100%;
        margin: 0 auto 1rem;
        padding: 0
    }

    .section-choice--tabitem.order-0 .section-choice--tabitem-vcard,
    .section-choice--tabitem.order-1 .section-choice--tabitem-vcard {
        order: 1
    }

    .section-choice--mainimg {
        margin: auto;
        border-radius: .5rem
    }

    .section-choice--addimg {
        width: calc(100% / 4 - .25rem);
        margin: auto;
        border-radius: .25rem
    }

    .section-team {
        margin: -2rem auto 15rem
    }

    .section-team--front h2.title {
        margin: 1rem auto 0;
        font-size: 1.25rem
    }

    .section-team--items {
        margin: 10rem 0 0
    }

    .section-team--items button.slick-prev {
        left: .5rem
    }

    .section-team--items button.slick-next {
        right: .5rem
    }

    .section-team--item {
        margin: auto 4rem
    }

    .section-team--mainimg {
        aspect-ratio: 1/1.25
    }

    .section-team--mainimg img,
    .section-team--mainimg picture {
        width: 100%
    }

    .section-team--caption {
        width: 100%;
        padding: .25rem;
        text-align: center
    }

    .section-team--caption .title {
        font-size: .9rem;
        line-height: 1.3
    }

    .section-team--caption .subtitle {
        font-size: .75rem
    }

    .section-tools--vcard {
        width: calc(100% - 2rem);
        padding: 1rem
    }

    .section-tools--text {
        width: 100%
    }

    .section-tools--text h2.title {
        font-size: 1rem
    }

    .section-tools--text h3.subtitle {
        font-size: .8rem
    }

    .section-tools--text .flex-row {
        width: 100%
    }

    .section-tools--text .item {
        width: 100%;
        margin: .75rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-tools--text .item svg {
        display: none
    }

    .section-tools--text .item .item-image {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 3.5rem -.5rem;
        border: .15rem solid var(--elem-primary-100)
    }

    .section-tools--text .item .item-caption {
        width: calc(100% - 4.5rem);
        margin: 0 .5rem 0 auto
    }

    .section-tools--text .item .item-caption p {
        margin: 0;
        line-height: 1.2;
        font-size: .7rem
    }

    .section-tools--text .item .item-caption p strong {
        margin: 0;
        line-height: 1.2;
        font-size: .7rem
    }

    .section-tools--image {
        display: none
    }

    .section-firststep--back {
        width: 120%
    }

    .section-firststep--text {
        width: calc(100% - 2rem);
        margin: 0 auto;
        padding: 0
    }

    .section-firststep--text .flex-row {
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .section-firststep--text h2.title {
        margin: 2rem auto 0;
        font-size: 1rem
    }

    .section-firststep--text .item {
        width: 100%;
        margin: .75rem auto 0;
        padding: 0;
        border-radius: 3rem .5rem .5rem 3rem;
        background: var(--elem-white-75);
        box-shadow: .2rem .2rem .2rem var(--elem-black-25);
        min-height: 5rem
    }

    .section-firststep--text .item .item-image {
        width: 4rem;
        height: 4rem;
        margin: 0 auto 2rem -.5rem;
        border: .15rem solid var(--elem-primary-100)
    }

    .section-firststep--text .item .item-caption {
        width: calc(100% - 4.5rem);
        margin: 0 .5rem 0 auto
    }

    .section-firststep--text .item .item-caption p {
        line-height: 1.2;
        font-size: .7rem
    }

    .section-firststep--text .form-field {
        margin: 1.5rem auto 0;
        padding: .5rem
    }

    .section-firststep--text .form-field span {
        font-size: .75rem;
        line-height: 1.2
    }

    .section-firststep--text .form-field span strong {
        font-size: 1rem
    }

    .micro-form .form-group input.form-control {
        width: calc(100% / 2 + 1rem);
        min-height: 2rem;
        margin: 0 -1rem 0 0;
        padding: 0 .2rem;
        font-size: .8rem
    }

    .micro-form .form-group input[type=submit].button-primary {
        max-width: calc(100% / 2 + 1rem);
        min-height: 2rem;
        font-size: .8rem;
        padding: 0 .25rem
    }

    .section-firststep--text .form-field i {
        font-size: .7rem;
        line-height: 1.2
    }

    .section-firststep--image {
        display: none
    }

    .section-reviews h2.title {
        width: calc(100% - 2rem);
        font-size: 1.25rem
    }

    .section-reviews h3.subtitle {
        font-size: 1rem
    }

    .section-reviews--vcard {
        width: calc(100% - 2rem);
        padding: 1rem
    }

    .section-reviews--vidget {
        width: 100%;
        margin: 0 auto;
        overflow: hidden
    }

    .section-reviews--vidget embed,
    .section-reviews--vidget iframe {
        min-width: 100px
    }

    .section-reviews--image {
        display: none
    }

    .section-calc h2.title {
        width: calc(100% - 2rem);
        font-size: 1.25rem
    }

    .section-calc h3.subtitle {
        width: calc(100% - 2rem);
        font-size: .8rem
    }

    .section-calc--vcard {
        width: calc(100% - 2rem);
        padding: 1rem
    }

    .section-calc--vcard form .section-calc {
        width: 100%;
        margin: 0 auto 1rem;
        padding: .5rem
    }

    .form-group-x1,
    .form-group-x2,
    .form-group-x3,
    .form-group-x4,
    .form-group-x5 {
        width: calc(100% - 1rem)
    }

    .section-calc--vcard form .form-group label.form-label {
        font-size: .8rem
    }

    .form-group input.form-control,
    .form-group select.form-control,
    .form-group textarea.form-control {
        font-size: .9rem
    }

    .section-calc--vcard form .section-calc .subtitle {
        font-size: 1rem;
        line-height: 1.2
    }

    .section-calc--vcard form .section-calc .pos-1,
    .section-calc--vcard form .section-calc .pos-2,
    .section-calc--vcard form .section-calc .pos-3 {
        padding: 0 0 0 1rem;
        font-size: .75rem
    }

    .section-calc--vcard form .section-calc .pos-full {
        padding: 0 0 0 1rem;
        font-size: .85rem
    }

    .section-calc--vcard form .section-calc .hint {
        font-size: .7rem
    }

    .section-calc--vcard form .section-main {
        margin: 1rem auto 0;
        padding: 1rem
    }

    .section-calc--vcard form .section-send {
        width: 100%;
        min-height: auto
    }

    .section-calc--vcard form .section-send .form-group {
        margin: auto auto .5rem
    }

    .section-calc--vcard form .section-send .form-button-group .button-modal {
        font-size: 1rem
    }

    .section-contacts--vcard {
        flex-flow: row wrap;
        justify-content: space-between;
        width: calc(100% - 2rem);
        margin: 0 auto 2rem;
        padding: 0 1.5rem .5rem
    }

    .section-contacts--logo svg {
        width: 100%;
        max-width: 10rem
    }

    .section-contacts--logo img,
    .section-contacts--logo picture {
        top: .25rem;
        left: 1rem;
        width: 5rem
    }

    .section-contacts h2.title {
        width: 100%;
        margin: .5rem auto;
        font-size: 1.25rem
    }

    .section-contacts--vcard .flex-row {
        width: 100%;
        min-width: 100%;
        margin: auto
    }

    .section-contacts--vcard .flex-row.address {
        width: 100%;
        min-width: 100%;
        margin: 0 auto .5rem
    }

    .section-contacts--vcard .flex-row.socials {
        width: 100%;
        min-width: 100%;
        margin: 0 auto .5rem
    }

    .section-contacts--vcard span {
        margin: 0 0 .5rem;
        font-size: .8rem;
        line-height: 1.2rem
    }

    .section-contacts--vcard span strong {
        font-size: 1rem
    }

    .section-contacts--vcard .button-field {
        width: 100%;
        margin: auto auto .5rem
    }

    .section-contacts--vcard .button-field .title {
        font-size: 1rem
    }

    .section-contacts--vcard .button-field .subtitle {
        font-size: .7rem
    }

    .section-contacts--roadmap {
        width: calc(100% - 2rem);
        height: fit-content;
        max-height: 25rem;
        margin: 0 auto -3rem;
        padding: 0
    }

    .section-articleinn {
        width: calc(100% - 2rem)
    }

    .section-articleinn h2.title {
        font-size: 1.25rem
    }

    .section-articleinn--vcard {
        min-height: 20rem;
        padding: .75rem
    }

    .section-articleinn--captions {
        margin: 6rem 0 1rem
    }

    .section-articleinn--captions span.title {
        font-size: 1rem;
        line-height: 1.3
    }

    .section-articleinn--captions span.subtitle {
        margin: .5rem 0;
        font-size: .75rem;
        line-height: 1.3
    }

    .section-articleinn--button {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 3
    }

    .section-articleinn--button a {
        padding: .5rem;
        font-size: .8rem
    }

    .section-articleinn--text {
        margin: 0
    }

    .section-articleinn--text span.title {
        margin: 0;
        font-size: 1rem;
        line-height: 1.3
    }

    .section-articleinn--text span.subtitle {
        margin: .5rem 0;
        font-size: .75rem;
        line-height: 1.3
    }

    .section-articleinn--button a {
        padding: .5rem;
        font-size: .8rem;
        text-align: center
    }

    .section-articleinn--button button {
        padding: .5rem;
        font-size: .8rem
    }

    .section-articlelist {
        width: calc(100% - 2rem)
    }

    .section-articlelist h2.title {
        font-size: 1.25rem
    }

    .section-articlelist p {
        font-size: .7rem;
        line-height: 1.3
    }

    .section-articlelist--controls .gridlist-toggler.list-toggle {
        display: none
    }

    .section-articlelist--filters {
        width: 100%;
        margin: 0 auto 1rem
    }

    .section-articlelist--filter .list-items {
        width: 100%;
        margin: 0 auto
    }

    .section-articlelist--filter .list-items .list-item,
    .section-articlelist--filter .list-items .list-item:focus {
        width: calc(100% / 2);
        padding: 0 .5rem;
        font-size: .8rem;
        text-align: center
    }

    .section-articlelist--itemlist.itemgrid .section-articlelist--item {
        width: 100%;
        margin: 0 0 .5rem;
        padding: .5rem
    }

    .section-articlelist--vcard.itemgrid {
        min-height: 20rem;
        padding: .75rem
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg img,
    .section-articlelist--vcard.itemgrid .section-articlelist--mainimg picture {
        max-width: 175%
    }

    .section-articlelist--vcard.itemgrid .section-articlelist--captions {
        margin: 6rem 0 1rem
    }

    .section-articlelist--captions span.title {
        height: 3rem;
        font-size: 1rem
    }

    .section-articlelist--captions span.subtitle {
        font-size: .7rem;
        line-height: 1.3
    }

    .section-articlelist--vcard.itemlist .section-articlelist--button {
        width: calc(100% / 6 * 3.75);
        margin: 0 .5rem 0 auto
    }

    .section-articlelist--button a {
        padding: .5rem;
        font-size: .8rem
    }

    .section-articleitem h2.title {
        margin: -2rem 1rem 1rem;
        padding: 1rem 1rem 0;
        font-size: 1.25rem
    }

    .section-articleitem h3.subtitle {
        width: calc(100% - 2rem);
        margin: .25rem auto;
        padding: 1rem 0;
        font-size: .85rem
    }

    .section-articleitem--text h3 {
        font-size: 1rem
    }

    .section-articleitem--text p {
        font-size: .85rem
    }

    .section-articleitem--imagelist.imagelist-slider button.slick-prev {
        left: -1.5rem
    }

    .section-articleitem--imagelist.imagelist-slider button.slick-next {
        right: -1.5rem
    }

    .section-articleitem--imagelist.imagelist-slider .slick-dots li button,
    .section-articleitem--imagelist.imagelist-slider .slick-dots li button:focus {
        width: .6rem;
        height: .6rem
    }

    .section-galleryinn {
        width: calc(100% - 2rem)
    }

    .section-galleryinn h2.title {
        width: calc(100% - 2rem);
        font-size: 1.25rem
    }

    .section-galleryinn--itemlist .section-galleryinn--item {
        padding: .5rem
    }

    .section-galleryinn--vcard {
        padding: 1rem
    }

    .section-galleryinn--mainimg {
        margin: auto auto .5rem
    }

    .section-galleryinn--addimgs {
        display: none
    }

    .section-galleryinn--captions span.title {
        min-height: 3rem;
        font-size: 1rem
    }

    .section-galleryinn--captions span.subtitle {
        font-size: .8rem
    }

    .section-galleryinn--button a {
        font-size: .8rem;
        text-align: center
    }

    .section-galleryinn--button button {
        font-size: .8rem;
        text-align: center
    }

    .section-gallerylist {
        width: calc(100% - 2rem)
    }

    .section-gallerylist h2.title {
        margin: 0 auto 1rem;
        font-size: 1.25rem
    }

    .section-gallerylist p {
        font-size: .8rem;
        line-height: 1.3;
        text-align: justify
    }

    .section-gallerylist--controls .gridlist-toggler.list-toggle {
        display: none
    }

    .section-gallerylist--filters {
        width: 100%;
        margin: 0 auto 1rem
    }

    .section-gallerylist--filter .list-items .list-item,
    .section-gallerylist--filter .list-items .list-item:focus {
        width: calc(100% / 2);
        padding: 0 .5rem;
        font-size: .8rem;
        text-align: center
    }

    .section-gallerylist--vcard.itemgrid {
        padding: .5rem
    }

    .section-gallerylist--itemlist.itemgrid .section-gallerylist--item {
        width: 100%;
        padding: .5rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--mainimg {
        margin: auto auto .5rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--addimgs {
        margin: 0 0 .5rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--addimg {
        width: calc(100% / 4 - .25rem);
        border-radius: .25rem
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--captions span.title {
        min-height: auto;
        font-size: 1rem;
        line-height: 1.3
    }

    .section-gallerylist--vcard.itemgrid .section-gallerylist--captions span.subtitle {
        font-size: .8rem
    }

    .section-gallerylist--captions hr {
        width: 100%;
        margin: .25rem 0
    }

    .section-gallerylist--button a {
        font-size: .75rem
    }

    .section-gallerylist--button button {
        font-size: .75rem
    }

    .section-galleryitem h2.title {
        width: calc(100% - 2rem);
        font-size: 1.25rem
    }

    .section-galleryitem--intro {
        width: calc(100% - 2rem);
        margin: 0 auto
    }

    .section-galleryitem--intro .subtitle {
        max-width: 100%;
        margin: 0 auto .5rem;
        font-size: .9rem;
        line-height: 1.3;
        text-align: justify
    }

    .section-galleryitem--intro .caption {
        min-width: 100%;
        padding: .25rem;
        font-size: .8rem;
        line-height: 1.3
    }

    .section-galleryitem--intro .caption ul {
        margin: 0 auto 1rem;
        padding: 0 .5rem 0 0;
        list-style: inside
    }

    .section-galleryitem--text {
        width: calc(100% - 2rem);
        margin: 0 auto .5rem
    }

    .section-galleryitem--main {
        font-size: .8rem;
        line-height: 1.3;
        text-align: justify
    }

    .section-galleryitem--imagelist.imagelist-slider button.slick-prev {
        left: -1rem
    }

    .section-galleryitem--imagelist.imagelist-slider button.slick-next {
        right: -1rem
    }

    .section-galleryitem--imagelist.imagelist-slider .slick-dots {
        padding: 0
    }

    .section-galleryitem--imagelist.imagelist-slider .slick-dots li button,
    .section-galleryitem--imagelist.imagelist-slider .slick-dots li button:focus {
        width: .6rem;
        height: .6rem
    }

    .section-contacts h2.inner-title {
        font-size: 1.25rem
    }

    .section-contacts--vcard span.headname {
        font-size: 1.15rem
    }

    .section-contacts--vcard span.linename {
        width: 100%;
        margin: 0 auto .2rem;
        font-size: .75rem
    }

    .section-contacts--vcard div.flex-row.line {
        width: 100%;
        min-width: auto;
        margin: 0 auto .5rem;
        font-size: .9rem
    }

    .section-contacts--vcard div.flex-row.socials {
        justify-content: center;
        width: 100%;
        min-width: auto;
        margin: 0 auto .5rem
    }

    .section-contacts--vcard div.flex-row.button-field {
        width: 100%;
        margin: 0 auto 1rem
    }

    .footline {
        margin: 2rem 0 0;
        text-align: center
    }

    .footline-top--legacy p {
        font-size: .7rem
    }

    .modal-title {
        font-size: 1.25rem
    }

    .modal-subtitle {
        margin: 0 auto .75rem;
        padding: 0;
        font-size: .75rem
    }

    .modal-form .form-group input.form-control,
    .modal-form .form-group textarea.form-control {
        width: 100%
    }

    .button-modal,
    .button-modal:focus {
        padding: .4rem .75rem
    }

    .modal-form#quiz .form-section.section-main {
        width: 100%;
        margin: 0 auto 1rem
    }

    .modal-form#quiz .form-section .section-step {
        max-height: 20rem;
        overflow-y: auto
    }

    .modal-form#quiz .form-section .section-step .subtitle {
        width: 100%;
        margin: 0 0 1rem;
        padding: 0;
        font-size: 1rem
    }

    .modal-form#quiz .form-group {
        margin: 0 0 .5rem
    }

    .modal-form#quiz .form-section.section-aside {
        width: 100%;
        margin: 1rem auto .5rem
    }

    .modal-form#quiz .form-section.section-aside .item {
        align-items: center;
        justify-content: space-around
    }

    .modal-form#quiz .form-section.section-aside .item-image {
        display: none
    }

    .modal-form#quiz .form-section.section-aside .item .item-descr {
        display: none
    }

    .modal-form#quiz .form-section.section-aside .item-text p {
        padding: .5rem;
        font-size: .85rem
    }
}

@media (min-width: 360px) and (max-width: 978px) {
    .newrs {
        display: none;
    }
}
/* OpenClaw 2026-05-27: trust block + hidden empty contacts */
.section-yandex-trust{padding:48px 0;background:#fff}.section-yandex-trust .trust-grid{display:flex;gap:20px;align-items:stretch;flex-wrap:wrap}.section-yandex-trust .trust-card{flex:1 1 280px;padding:24px;border-radius:18px;background:#f7f7f7;box-shadow:0 12px 35px rgba(0,0,0,.06)}.section-yandex-trust .trust-num{font-size:34px;font-weight:700;color:#6d4aff;line-height:1}.section-yandex-trust .trust-card h3{margin:12px 0 8px}.section-yandex-trust .trust-card a,.section-yandex-trust .trust-card button{display:inline-flex;margin-top:12px;padding:12px 18px;border-radius:10px;text-decoration:none;border:0}.section-contacts .contact-empty{display:none!important}@media(max-width:767px){.section-yandex-trust{padding:32px 0}.section-yandex-trust .trust-grid{display:block}.section-yandex-trust .trust-card{margin-bottom:16px}}

/* OpenClaw 2026-05-27 Oleg fixes */
.headline{padding-top:0!important}.headline-top,.headline-bottom{display:none!important}.headline-middle{min-height:auto!important;padding-top:8px!important;padding-bottom:8px!important}.section-documents-clean .docs-clean-grid{display:flex;gap:18px;align-items:stretch;flex-wrap:wrap}.section-documents-clean .docs-clean-card{flex:1 1 220px;display:flex;flex-direction:column;gap:10px;padding:24px;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.08);text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.06)}.section-documents-clean .docs-clean-card:hover{transform:translateY(-3px)}.section-documents-clean .docs-clean-icon{width:54px;height:54px;border-radius:14px;background:#6d4aff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.section-documents-clean .docs-clean-card .title{font-size:22px;font-weight:700}.section-documents-clean .docs-clean-card .text{font-size:15px;line-height:1.45}.yandex-services-video-card{padding:28px;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.08);display:flex;flex-direction:column;justify-content:center;gap:14px;min-height:260px}.yandex-services-video-card h3{font-size:28px;margin:0}.yandex-services-video-card p{font-size:17px;line-height:1.5;margin:0}.section-yandex-trust .trust-num{font-size:24px;line-height:1.25}.section-contacts .button-field{display:none!important}@media(max-width:767px){.headline-middle{padding-top:4px!important;padding-bottom:4px!important}.section-documents-clean .docs-clean-grid{display:block}.section-documents-clean .docs-clean-card{margin-bottom:14px}.yandex-services-video-card{min-height:0;padding:22px}.section-yandex-trust .trust-num{font-size:21px}}

/* OpenClaw local video fix 2026-05-27 */
.local-video-card{border-radius:20px;overflow:hidden;background:#111;box-shadow:0 12px 35px rgba(0,0,0,.14)}.local-yandex-video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#111}.video-profile-link{display:block;padding:12px 16px;background:#fff;color:#5b35d5;text-align:center;font-weight:700;text-decoration:none}.video-profile-link:hover{text-decoration:underline}.section-greetings--photo-img.local-video-card:before,.section-greetings--photo-img.local-video-card:after{display:none!important}

/* OpenClaw mobile anti-overlap fix 2026-05-27 */
@media (max-width: 767.98px){
  html,body{overflow-x:hidden!important}.container{max-width:100%!important;padding-left:14px!important;padding-right:14px!important}
  header.headline,header.headline.scrolled{position:relative!important;background:#fff!important;box-shadow:0 4px 18px rgba(0,0,0,.08)!important;z-index:1000!important}
  .headline-middle{display:grid!important;grid-template-columns:44px 1fr 44px!important;grid-auto-rows:auto!important;gap:4px 8px!important;align-items:center!important;width:100%!important;padding:6px 10px!important;min-height:0!important;background:#fff!important}
  .headline-middle--menu{grid-column:1!important;grid-row:1!important;margin:0!important;justify-self:start!important}.headline-middle--search{display:none!important}
  .headline-middle--logo{grid-column:2!important;grid-row:1!important;justify-self:center!important;margin:0!important;padding:0!important;max-width:82px!important;width:82px!important;height:auto!important}.headline-middle--logo svg{display:none!important}.headline-middle--logo a.site-title{position:relative!important;display:block!important;max-width:82px!important;width:82px!important;margin:0!important}.headline-middle--logo a.site-title img{display:block!important;max-width:82px!important;height:auto!important}
  .headline-middle--slogan{grid-column:1 / -1!important;grid-row:2!important;width:100%!important;margin:0!important;padding:2px 0 0!important;text-align:center!important;line-height:1.15!important}.headline-middle--slogan span.subtitle{display:block!important;font-size:11px!important;line-height:1.25!important;white-space:normal!important}.headline-middle--slogan span.title{display:block!important;font-size:15px!important;line-height:1.2!important;white-space:normal!important}
  .headline-middle--social{display:none!important}.headline-middle--phone{grid-column:1 / -1!important;width:100%!important;margin:2px 0 0!important;padding:0!important;text-align:center!important}.headline-middle--phone span.subtitle{display:none!important}.headline-middle--phone a.phonelink{font-size:16px!important;line-height:1.25!important;white-space:nowrap!important}
  .headline-menu.main-menu{top:100%!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;background:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.12)!important;z-index:1200!important}.main-menu--items{display:block!important;padding:10px 16px!important}.main-menu--item{display:block!important;margin:0!important;padding:0!important}.main-menu--item a{display:block!important;padding:12px 4px!important;font-size:16px!important}

  .section-mainscreen{height:auto!important;min-height:0!important;position:relative!important;background:#fff!important}.section-mainscreen--back{position:absolute!important;inset:0!important;min-height:100%!important;opacity:.18!important}.section-mainscreen--back-img,.section-mainscreen--back-img picture,.section-mainscreen--back-img img{height:100%!important;min-height:100%!important}.section-mainscreen--back-img img{object-fit:cover!important}.section-mainscreen--back-filter{display:none!important}
  .section-mainscreen--front{position:relative!important;left:auto!important;bottom:auto!important;max-height:none!important;height:auto!important;margin:0!important;padding:18px 0 20px!important;background:rgba(255,255,255,.92)!important}.section-mainscreen--front-items{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;height:auto!important;width:100%!important;padding:0!important;margin:0 auto!important}.section-mainscreen--front-main{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:12px 0!important}.section-mainscreen--front-main h2.title{width:100%!important;font-size:27px!important;line-height:1.12!important;margin:0 0 12px!important;text-align:left!important}.section-mainscreen--front-main h3.subtitle{width:100%!important;font-size:17px!important;line-height:1.35!important;padding:0 0 14px!important;margin:0 0 14px!important}.section-mainscreen--front-main button{width:100%!important;min-width:0!important;max-width:100%!important;padding:14px 16px!important}.section-mainscreen--front-main button span.title{font-size:18px!important;line-height:1.25!important}.section-mainscreen--front-main button span.subtitle{font-size:14px!important;line-height:1.25!important}
  .section-mainscreen--front-sidebar{width:100%!important;max-width:100%!important;margin:8px 0 0!important;padding:0!important;display:block!important}.section-mainscreen--front-sidebar .item{width:100%!important;min-height:0!important;height:auto!important;margin:0 0 10px!important;padding:10px 12px!important;display:flex!important;align-items:center!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 22px rgba(0,0,0,.08)!important}.section-mainscreen--front-sidebar .item .item-image{flex:0 0 46px!important;width:46px!important;height:46px!important;min-width:46px!important;margin:0 10px 0 0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-caption{width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-caption p{font-size:13px!important;line-height:1.28!important;margin:0!important}

  .section-yandex-trust{padding:26px 0!important}.section-yandex-trust .trust-grid{display:block!important}.section-yandex-trust .trust-card{width:100%!important;margin:0 0 14px!important;padding:18px!important;border-radius:16px!important}.section-yandex-trust .trust-num{font-size:22px!important;line-height:1.22!important;word-break:normal!important}.section-yandex-trust .trust-card h3{font-size:20px!important}.section-yandex-trust .trust-card p{font-size:15px!important;line-height:1.4!important}.section-yandex-trust .trust-card a{display:flex!important;width:100%!important;justify-content:center!important;text-align:center!important}

  .section-documents{margin:24px auto 0!important}.section-documents h2.title{font-size:25px!important;line-height:1.18!important;margin-bottom:8px!important}.section-documents .subtitle{font-size:15px!important;line-height:1.35!important;text-align:center!important}.section-documents-clean .docs-clean-grid{display:block!important;margin:18px auto!important;padding:0!important}.section-documents-clean .docs-clean-card{width:100%!important;margin:0 0 12px!important;padding:18px!important;display:flex!important;flex-direction:column!important;min-height:0!important}.section-documents-clean .docs-clean-icon{width:46px!important;height:46px!important;font-size:24px!important}.section-documents-clean .docs-clean-card .title{font-size:20px!important;line-height:1.2!important}.section-documents-clean .docs-clean-card .text{font-size:14px!important;line-height:1.35!important}

  .section-greetings{margin:20px auto 0!important;padding:0!important}.section-greetings--vcard{display:flex!important;flex-direction:column!important;width:100%!important;margin:0 auto 20px!important;padding:18px!important;border-radius:18px!important;overflow:visible!important}.section-greetings--vcard>h3.subtitle{font-size:15px!important;line-height:1.3!important;text-align:center!important;margin:0 auto 8px!important}.section-greetings--vcard>h2.title{font-size:24px!important;line-height:1.18!important;text-align:center!important;margin:0 auto 12px!important}.section-greetings--vcard>p{font-size:15px!important;line-height:1.42!important;margin:0 0 14px!important}.section-greetings--photo{order:4!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:12px auto!important}.section-greetings--photo-img,.section-greetings--photo-img.local-video-card{max-width:100%!important;max-height:none!important;width:100%!important;margin:0 auto!important;border-radius:0!important;overflow:hidden!important}.local-yandex-video{width:100%!important;height:auto!important;aspect-ratio:16/9!important}.section-greetings--text{order:5!important;width:100%!important;margin:12px auto 0!important}.section-greetings--text .item{width:100%!important}.section-greetings--text .text,.section-greetings--text .links{width:100%!important;display:block!important;margin:8px 0!important}

  .section-gallery--itemlist,.section-workabout--itemlist,.section-contacts--body{display:block!important}.section-gallery--item,.section-workabout--item,.section-contacts--vcard{width:100%!important;max-width:100%!important}.button-xl{max-width:100%!important;white-space:normal!important}
}
@media (min-width:768px) and (max-width:991.98px){
  html,body{overflow-x:hidden!important}.headline-middle{flex-wrap:wrap!important}.headline-middle--social{display:none!important}.headline-middle--logo{margin:0!important}.section-mainscreen--front{position:relative!important;bottom:auto!important;margin:0!important;padding:28px 0!important;background:rgba(255,255,255,.9)!important}.section-mainscreen--front-items{flex-direction:column!important;align-items:stretch!important}.section-mainscreen--front-main{width:100%!important;min-width:0!important;max-width:100%!important}.section-mainscreen--front-sidebar{width:100%!important;margin-top:10px!important}.section-greetings--vcard{flex-direction:column!important;padding:28px!important}.section-greetings--photo,.section-greetings--text{width:100%!important;max-width:100%!important;margin:12px auto!important}.section-greetings--photo-img.local-video-card{max-width:100%!important;max-height:none!important}.section-documents-clean .docs-clean-card{flex:1 1 45%!important}
}

/* OpenClaw mobile final polish 2026-05-27 */
@media (max-width:767.98px){.headline-middle--phone{display:none!important}.section-mainscreen--front-sidebar .item{overflow:visible!important}.section-mainscreen--front-sidebar .item .item-image svg{max-width:46px!important;max-height:46px!important}.section-mainscreen--front-sidebar .item .item-image img,.section-mainscreen--front-sidebar .item .item-image picture{max-width:46px!important;max-height:46px!important;object-fit:contain!important}.section-gallery--item .all-images{display:none!important}.section-gallery--item{padding:18px!important;margin:0 0 14px!important}.section-gallery--item h2.title{font-size:25px!important;line-height:1.18!important}.section-gallery--item h3.subtitle{font-size:16px!important;line-height:1.35!important}.section-gallery--captions{display:block!important}.section-gallery--captions .item{width:100%!important;margin:0 0 10px!important}.section-workabout--itemlist.items-4 .section-workabout--item,.section-workabout--item{width:50%!important;float:none!important}.section-workabout h2.title{font-size:24px!important;line-height:1.2!important}.section-contacts--body{display:block!important}.section-contacts--vcard{padding:18px!important}.section-contacts--logo svg{display:none!important}.section-contacts--logo{max-width:96px!important;margin:0 auto 8px!important}.section-contacts h2.title,.section-contacts .title{word-break:normal!important}.modal-dialog{max-width:calc(100% - 20px)!important;margin:10px auto!important}.modal-content{max-width:100%!important}.modal-form .form-group,.modal-form .flex-row{display:block!important}.modal-form input,.modal-form textarea,.form-control{max-width:100%!important;width:100%!important}.button-primary,.button-modal,.button-xl{max-width:100%!important;white-space:normal!important;word-break:normal!important}}

/* OpenClaw 2026-05-29: make team professions and names readable over dark work-photo background */
.section-team--caption {
    margin: 0;
    background: rgba(255,255,255,.88);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 -.35rem 1rem rgba(0,0,0,.18);
    backdrop-filter: blur(3px);
}
.section-team--caption .subtitle {
    color: #0A25A6;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.section-team--caption .title {
    color: #111827;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

/* OpenClaw 2026-05-29 v2: separate light labels for team captions */
.section-team--caption {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: .65rem .5rem !important;
}
.section-team--caption .subtitle,
.section-team--caption .title {
    display: inline-block !important;
    width: auto !important;
    max-width: calc(100% - 1rem) !important;
    margin: .12rem auto !important;
    padding: .32rem .72rem !important;
    border-radius: .65rem !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 .18rem .55rem rgba(0,0,0,.32) !important;
    line-height: 1.22 !important;
    text-shadow: none !important;
}
.section-team--caption .subtitle {
    color: #0A25A6 !important;
    font-weight: 700 !important;
}
.section-team--caption .title {
    color: #101828 !important;
    font-weight: 800 !important;
}

/* OpenClaw 2026-05-29 v3: green profession labels in team block */
.section-team--caption .subtitle {
    color: #2E6443 !important;
}

/* OpenClaw 2026-05-29: document acquaint labels */
.section-documents-clean .docs-clean-link{display:inline-flex;align-items:center;margin-top:auto;padding-top:4px;color:#6d4aff!important;font-weight:800;text-decoration:none}.section-documents-clean .docs-clean-card:hover .docs-clean-link{text-decoration:underline}

/* OpenClaw 2026-05-29 v4: remove white labels from team captions */
.section-team--caption {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
.section-team--caption .subtitle,
.section-team--caption .title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.section-team--caption .subtitle {
    color: #2E6443 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(255,255,255,.85), 0 2px 6px rgba(0,0,0,.28) !important;
}
.section-team--caption .title {
    color: #101828 !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 2px rgba(255,255,255,.9), 0 2px 6px rgba(0,0,0,.25) !important;
}



/* OpenClaw 2026-05-29: calc title as description */
.section-calc h3.calc-title-as-subtitle{font-size:inherit!important;font-weight:400!important;line-height:1.45!important;text-transform:none!important;margin:0 auto .35rem!important;color:inherit!important}.section-calc h3.calc-title-as-subtitle strong{font-weight:400!important}


/* OpenClaw 2026-05-30: reduce main CTA to Yandex trust gap */
@media (min-width:992px){.section-mainscreen--front{bottom:7rem!important;margin:7rem auto auto!important}.section-yandex-trust{padding-top:28px!important;padding-bottom:44px!important}.section-yandex-trust .title{margin-top:0!important}}
@media (min-width:768px) and (max-width:991.98px){.section-mainscreen--front{padding-bottom:18px!important}.section-yandex-trust{padding-top:22px!important}}
@media (max-width:767.98px){.section-mainscreen--front{padding-bottom:12px!important}.section-yandex-trust{padding-top:18px!important}}


/* OpenClaw 2026-05-30: greetings text right of video */
.section-greetings .greetings-video-layout{display:flex!important;align-items:center!important;gap:32px!important;padding:32px!important;margin:1.5rem auto!important}.section-greetings .greetings-video-layout .section-greetings--photo{width:48%!important;min-width:0!important;margin:0!important}.section-greetings .greetings-video-layout .section-greetings--text{width:52%!important;margin:0!important}.section-greetings .greetings-video-text h3.subtitle{margin:0 0 8px!important;font-size:20px!important;line-height:1.25!important}.section-greetings .greetings-video-text h2.title{margin:0 0 14px!important;font-size:32px!important;line-height:1.15!important}.section-greetings .greetings-video-text p{margin:0 0 18px!important;font-size:17px!important;line-height:1.55!important}.section-greetings .greetings-contact-card{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:12px!important;padding:16px 18px!important;border-left:4px solid var(--elem-primary-100)!important;border-radius:14px!important;background:rgba(255,255,255,.72)!important}.section-greetings .greetings-contact-card .contacts-label{font-size:15px!important;color:var(--elem-grey-75)!important}.section-greetings .greetings-contact-card strong{font-size:18px!important}.section-greetings .greetings-contact-card a{font-size:22px!important;font-weight:800!important;color:var(--elem-blue-100)!important;text-decoration:none!important}.section-greetings .greetings-contact-card a:hover{color:var(--elem-primary-100)!important}
@media (max-width:991.98px){.section-greetings .greetings-video-layout{flex-direction:column!important;padding:22px!important;gap:18px!important}.section-greetings .greetings-video-layout .section-greetings--photo,.section-greetings .greetings-video-layout .section-greetings--text{width:100%!important;max-width:100%!important}.section-greetings .greetings-video-text h3.subtitle,.section-greetings .greetings-video-text h2.title{text-align:left!important}.section-greetings .greetings-video-text h2.title{font-size:26px!important}.section-greetings .greetings-video-text p{font-size:16px!important}.section-greetings .greetings-contact-card a{font-size:20px!important}}


/* OpenClaw 2026-05-30: tools 2x2 no instrument and compact firststep */
.section-tools-clean-grid .section-tools--vcard{display:block!important;margin:1.5rem auto!important;padding:0!important}.section-tools-clean-grid .section-tools--text{width:100%!important;margin:0!important}.section-tools-clean-grid .tools-clean-head{text-align:center!important;margin:0 auto 22px!important}.section-tools-clean-grid .tools-clean-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 22px!important;width:100%!important}.section-tools-clean-grid .tools-clean-card{display:flex!important;align-items:center!important;width:100%!important;min-height:118px!important;margin:0!important;padding:18px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.08)!important}.section-tools-clean-grid .tools-clean-card svg{display:none!important}.section-tools-clean-grid .tools-clean-card .item-image{flex:0 0 70px!important;width:70px!important;height:70px!important;margin:0 16px 0 0!important}.section-tools-clean-grid .tools-clean-card .item-image img,.section-tools-clean-grid .tools-clean-card .item-image picture{display:block!important;width:70px!important;height:70px!important;object-fit:contain!important}.section-tools-clean-grid .tools-clean-card .item-caption{width:auto!important;margin:0!important}.section-tools-clean-grid .tools-clean-card .item-caption p{margin:0!important;font-size:16px!important;line-height:1.38!important}.section-tools-clean-grid .section-tools--image{display:none!important}.section-firststep--text>.flex-col:empty{display:none!important}
@media (max-width:767.98px){.section-tools-clean-grid .tools-clean-grid{grid-template-columns:1fr!important;gap:14px!important}.section-tools-clean-grid .tools-clean-card{min-height:96px!important;padding:14px!important}.section-tools-clean-grid .tools-clean-card .item-image{flex-basis:56px!important;width:56px!important;height:56px!important}.section-tools-clean-grid .tools-clean-card .item-image img,.section-tools-clean-grid .tools-clean-card .item-image picture{width:56px!important;height:56px!important}.section-tools-clean-grid .tools-clean-card .item-caption p{font-size:14px!important}}


/* OpenClaw 2026-05-30: show project worklists without click */
.section-choice--tabitem-sidebar .hint-button,.section-choice--tabitem-sidebar .hint-button:focus{display:block!important;color:var(--elem-black-100)!important;cursor:default!important;margin:.75rem 0 1rem!important}.section-choice--tabitem-sidebar .hint-button .hint,.section-choice--tabitem-sidebar .hint-button:focus .hint,.section-choice--tabitem-sidebar .hint-button:hover .hint,.section-choice--tabitem-sidebar .hint-button .hint.active{position:static!important;display:block!important;width:100%!important;min-width:0!important;margin:.5rem 0 0!important;padding:.65rem .75rem!important;background:rgba(255,255,255,.82)!important;border:.1rem solid rgba(0,0,0,.12)!important;border-radius:.65rem!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;color:var(--elem-black-100)!important}.section-choice--tabitem-sidebar .hint-button .hint ul,.section-choice--tabitem-sidebar .hint-button .hint ol{margin:.25rem 0!important;padding:.25rem .5rem .25rem 1.4rem!important}.section-choice--tabitem-sidebar .hint-button .hint li{margin:.15rem 0!important;line-height:1.35!important}.section-choice--tabitem-sidebar .intro{min-height:0!important;margin-bottom:.5rem!important}


/* OpenClaw 2026-05-30: force greetings side-by-side */
@media (min-width:768px){.section-greetings .greetings-video-layout,.section-greetings--vcard.greetings-video-layout{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.section-greetings .greetings-video-layout .section-greetings--photo,.section-greetings--vcard.greetings-video-layout>.section-greetings--photo{order:1!important;flex:0 0 48%!important;width:48%!important;min-width:0!important;max-width:48%!important;margin:0!important}.section-greetings .greetings-video-layout .section-greetings--text,.section-greetings--vcard.greetings-video-layout>.section-greetings--text{order:2!important;flex:1 1 52%!important;width:52%!important;max-width:52%!important;margin:0!important}.section-greetings .greetings-video-layout .section-greetings--photo-img.local-video-card{width:100%!important;max-width:100%!important;max-height:none!important}.section-greetings .greetings-video-layout .local-yandex-video{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important}}
@media (max-width:767.98px){.section-greetings .greetings-video-layout,.section-greetings--vcard.greetings-video-layout{display:flex!important;flex-direction:column!important}.section-greetings .greetings-video-layout .section-greetings--photo,.section-greetings .greetings-video-layout .section-greetings--text{width:100%!important;max-width:100%!important}}


/* OpenClaw 2026-05-31: fix mobile contacts logo overlap */
@media (max-width:767.98px){.section-contacts--vcard{overflow:visible!important;padding-top:18px!important}.section-contacts--logo{position:relative!important;display:block!important;width:96px!important;max-width:96px!important;height:auto!important;min-height:54px!important;margin:0 auto 14px!important;padding:0!important;overflow:visible!important}.section-contacts--logo svg{display:none!important}.section-contacts--logo a.site-title{position:static!important;display:block!important;width:96px!important;max-width:96px!important;height:auto!important;margin:0 auto!important}.section-contacts--logo img,.section-contacts--logo picture{position:static!important;display:block!important;width:96px!important;max-width:96px!important;height:auto!important;margin:0 auto!important}.section-contacts h2.title{clear:both!important;width:100%!important;margin:8px auto 14px!important;padding:0!important;text-align:center!important;line-height:1.18!important;position:relative!important;z-index:1!important}}


/* OpenClaw 2026-05-31: stronger mobile footer logo spacing */
@media (max-width:767.98px){.section-contacts--vcard{display:flex!important;flex-direction:column!important;align-items:center!important;padding:20px 18px 24px!important;overflow:hidden!important}.section-contacts--logo{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:82px!important;max-width:82px!important;height:48px!important;min-height:48px!important;margin:0 auto 20px!important;padding:0!important;line-height:0!important;overflow:hidden!important}.section-contacts--logo svg{display:none!important;width:0!important;height:0!important}.section-contacts--logo a.site-title,.section-contacts--logo picture,.section-contacts--logo img{position:static!important;display:block!important;width:82px!important;max-width:82px!important;height:auto!important;max-height:48px!important;margin:0 auto!important;padding:0!important;transform:none!important}.section-contacts--logo img{object-fit:contain!important}.section-contacts h2.title{display:block!important;clear:both!important;width:100%!important;margin:0 auto 16px!important;padding:0!important;text-align:center!important;font-size:1.2rem!important;line-height:1.22!important;position:relative!important;z-index:2!important}.section-contacts--body{align-items:stretch!important}.section-contacts--roadmap{margin-top:16px!important}}


/* OpenClaw 2026-05-31: gallery more button and docs protected grid */
.section-gallery .gallery-more-clean{align-items:center!important;justify-content:center!important;text-align:center!important;padding:32px 24px!important;background:linear-gradient(30deg,rgba(245,245,245,.9),rgba(255,255,255,.98))!important;border-radius:0!important;box-shadow:0 8px 24px rgba(0,0,0,.08)!important}.section-gallery .gallery-more-clean .all-images{display:none!important}.section-gallery .gallery-more-clean-text{width:100%!important;align-items:center!important}.section-gallery .gallery-more-clean h2.title{margin:0 auto 10px!important;text-align:center!important}.section-gallery .gallery-more-clean h3.subtitle{max-width:760px!important;margin:0 auto 20px!important;padding:0!important;border:0!important;text-align:center!important;font-size:1.15rem!important;line-height:1.45!important}.section-gallery .gallery-more-clean-action{justify-content:center!important;width:100%!important}.section-gallery .gallery-more-clean .button-field{justify-content:center!important;width:auto!important;margin:0 auto!important}.section-gallery .gallery-more-button{min-height:52px!important;min-width:260px!important;max-width:360px!important;padding:.65rem 1.25rem!important;border-radius:.5rem!important}.section-gallery .gallery-more-button span.title{font-size:1.05rem!important;font-weight:700!important;line-height:1.2!important;text-align:center!important}.docs-protect-clean{padding:34px 0 22px!important}.docs-protect-clean h2.title{margin:0 auto 10px!important}.docs-protect-clean h3.subtitle{width:100%!important;max-width:820px!important;margin:0 auto 26px!important;text-align:center!important;font-size:1.18rem!important;font-weight:400!important;line-height:1.45!important;color:var(--elem-black-75)!important}.docs-protect-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-areas:'dogovor akt' 'smeta zakupka'!important;gap:18px 22px!important;width:100%!important;max-width:980px!important;margin:0 auto!important;padding:0 16px!important}.docs-protect-card{width:100%!important;min-height:170px!important;margin:0!important;padding:22px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.08)!important;text-align:left!important}.docs-protect-card-1{grid-area:dogovor!important}.docs-protect-card-2{grid-area:smeta!important}.docs-protect-card-3{grid-area:akt!important}.docs-protect-card-4{grid-area:zakupka!important}.docs-protect-card .title{display:block!important;margin:8px 0 8px!important}.docs-protect-card .text{display:block!important;line-height:1.45!important}.docs-protect-card .docs-clean-link{display:inline-block!important;margin-top:14px!important;font-weight:700!important;color:var(--elem-blue-100)!important}@media (max-width:767.98px){.docs-protect-grid{grid-template-columns:1fr!important;grid-template-areas:'dogovor' 'smeta' 'akt' 'zakupka'!important;padding:0 12px!important}.section-gallery .gallery-more-clean{padding:26px 16px!important}.section-gallery .gallery-more-button{width:100%!important;min-width:0!important}}


/* OpenClaw 2026-05-31: final gallery docs no subtitles */
.section-gallery .gallery-more-clean{margin-bottom:0!important;padding-bottom:28px!important}.section-gallery .gallery-more-clean-text h2.title{margin-bottom:18px!important}.section-gallery .gallery-more-clean .gallery-more-button{min-height:50px!important;width:auto!important;min-width:250px!important;max-width:340px!important;padding:.65rem 1.15rem!important}.docs-under-gallery-clean{padding-top:18px!important;margin-top:0!important}.docs-under-gallery-clean .docs-protect-grid{margin-top:0!important}.docs-under-gallery-clean .docs-protect-card{min-height:150px!important}@media (max-width:767.98px){.section-gallery .gallery-more-clean{padding-bottom:22px!important}.docs-under-gallery-clean{padding-top:12px!important}.section-gallery .gallery-more-clean .gallery-more-button{min-width:0!important;width:100%!important}}


/* OpenClaw 2026-05-31: docs beside Perovskaya gallery card */
.section-gallery .gallery-docs-side{align-self:stretch!important;justify-content:flex-start!important;text-align:left!important;margin-bottom:3rem!important;padding:1.4rem!important;background:var(--elem-grey-50)!important;border:1px solid var(--elem-grey-100)!important;box-shadow:.5rem .5rem 1rem var(--elem-black-25)!important;border-radius:0!important}.section-gallery .gallery-docs-side-head{width:100%!important;align-items:center!important;text-align:center!important;margin:0 0 14px!important;padding:0!important;background:transparent!important;box-shadow:none!important}.section-gallery .gallery-docs-side h2.title{width:100%!important;margin:0 0 12px!important;text-align:center!important;font-size:1.7rem!important;line-height:1.18!important}.section-gallery .gallery-docs-side .gallery-more-clean-action,.section-gallery .gallery-docs-side .button-field{width:100%!important;justify-content:center!important;margin:0!important}.section-gallery .gallery-docs-side .gallery-more-button{width:100%!important;min-width:0!important;max-width:100%!important;min-height:50px!important;padding:.65rem 1rem!important;border-radius:.5rem!important}.section-gallery .gallery-docs-side .gallery-more-button span.title{font-size:1rem!important;line-height:1.15!important;text-align:center!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-areas:'dogovor akt' 'smeta zakupka'!important;gap:12px!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.section-gallery .gallery-docs-side .docs-protect-card{display:flex!important;flex-direction:column!important;gap:5px!important;width:100%!important;min-height:0!important;margin:0!important;padding:12px!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 16px rgba(0,0,0,.08)!important;text-decoration:none!important;color:inherit!important;border:1px solid rgba(0,0,0,.06)!important;text-align:left!important}.section-gallery .gallery-docs-side .docs-clean-icon{width:34px!important;height:34px!important;border-radius:10px!important;background:#6d4aff!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:19px!important;font-weight:800!important}.section-gallery .gallery-docs-side .docs-protect-card .title{display:block!important;margin:3px 0!important;font-size:16px!important;font-weight:800!important;line-height:1.15!important}.section-gallery .gallery-docs-side .docs-protect-card .text{display:block!important;font-size:12px!important;line-height:1.25!important}.section-gallery .gallery-docs-side .docs-clean-link{display:inline-block!important;margin-top:auto!important;padding-top:3px!important;font-size:12px!important;font-weight:800!important;color:var(--elem-blue-100)!important}.section-gallery .gallery-docs-side .docs-protect-card-1{grid-area:dogovor!important}.section-gallery .gallery-docs-side .docs-protect-card-2{grid-area:smeta!important}.section-gallery .gallery-docs-side .docs-protect-card-3{grid-area:akt!important}.section-gallery .gallery-docs-side .docs-protect-card-4{grid-area:zakupka!important}@media (min-width:992px){.section-gallery .section-gallery--itemlist{align-items:stretch!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(2){display:flex!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(2) .section-gallery--vcard{display:flex!important;flex-direction:column!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(2) .section-gallery--button{margin-top:auto!important}.section-gallery .gallery-docs-side{min-height:100%!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{flex:1!important}.section-gallery .gallery-docs-side .docs-protect-card{justify-content:flex-start!important}}@media (max-width:991.98px){.section-gallery .gallery-docs-side{width:calc(100% - 2rem)!important;margin:0 auto 2rem!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{grid-template-columns:1fr!important;grid-template-areas:'dogovor' 'smeta' 'akt' 'zakupka'!important}.section-gallery .gallery-docs-side .docs-protect-card{padding:14px!important}.section-gallery .gallery-docs-side h2.title{font-size:1.55rem!important}}


/* OpenClaw 2026-05-31: Perovskaya/docs same row alignment */
@media (min-width:992px){.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(7){display:flex!important;align-self:stretch!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(7) .section-gallery--vcard{display:flex!important;flex-direction:column!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(7) .section-gallery--button{margin-top:auto!important}.section-gallery .section-gallery--itemlist>.gallery-docs-side{align-self:stretch!important}}


/* OpenClaw 2026-05-31: gap between more button and docs */
.section-gallery .gallery-docs-side .docs-protect-grid-inline{margin-top:18px!important}


/* OpenClaw 2026-05-31: contacts and map equal desktop height */
@media (min-width:992px){.section-contacts--body{align-items:stretch!important}.section-contacts--vcard,.section-contacts--roadmap{height:616px!important;min-height:616px!important}.section-contacts--vcard{display:flex!important;flex-direction:column!important;justify-content:center!important}.section-contacts--roadmap>ymaps,.section-contacts--roadmap iframe,.section-contacts--roadmap .ymaps-2-1-79-map{height:616px!important}}


/* OpenClaw 2026-05-31: map height as contacts card */
@media (min-width:992px){.section-contacts--body{align-items:flex-start!important}.section-contacts--vcard{height:auto!important;min-height:0!important;justify-content:flex-start!important}.section-contacts--roadmap{height:440px!important;min-height:440px!important;max-height:440px!important}.section-contacts--roadmap>ymaps,.section-contacts--roadmap iframe,.section-contacts--roadmap .ymaps-2-1-79-map{height:440px!important;min-height:440px!important;max-height:440px!important}}


/* OpenClaw 2026-05-31: map same horizontal as contacts */
@media (min-width:992px){.section-contacts--body{display:flex!important;align-items:stretch!important}.section-contacts--vcard{height:440px!important;min-height:440px!important;max-height:440px!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:2rem!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.section-contacts--roadmap{height:440px!important;min-height:440px!important;max-height:440px!important;margin-top:0!important;margin-bottom:0!important;align-self:stretch!important;box-sizing:border-box!important}.section-contacts--roadmap>ymaps,.section-contacts--roadmap iframe,.section-contacts--roadmap .ymaps-2-1-79-map{height:440px!important;min-height:440px!important;max-height:440px!important}}


/* OpenClaw 2026-05-31: remove team background and compact height */
.section-team{position:relative!important;margin:2rem auto!important;padding:0!important;height:auto!important;min-height:0!important;overflow:visible!important}.section-team--back,.section-team--back-img,.section-team--back-filter{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.section-team--front{position:relative!important;top:auto!important;left:auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}.section-team--front h2.title{display:none!important}.section-team--items{margin:0 auto!important;padding:0!important;width:100%!important;max-width:100%!important}.section-team--body{padding:0!important}.section-team--item{height:auto!important;min-height:0!important}.section-team--mainimg{height:auto!important;min-height:0!important}.section-team--mainimg img,.section-team--mainimg picture{display:block!important;width:100%!important;height:auto!important;margin:0!important}


/* OpenClaw 2026-05-31: restore contacts flow and socials */
@media (min-width:992px){.section-contacts--body{display:flex!important;align-items:stretch!important}.section-contacts--vcard{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:0 2rem 2rem!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;box-sizing:border-box!important}.section-contacts--vcard .flex-row{display:flex!important;flex-wrap:wrap!important;width:100%!important;align-items:flex-start!important}.section-contacts--vcard .address,.section-contacts--vcard div.flex-row:not(.socials){margin:0 0 .35rem!important}.section-contacts--vcard span{display:block!important;width:100%!important;margin:0 0 1rem!important;line-height:1.35!important}.section-contacts--vcard span strong{display:block!important;line-height:1.25!important;word-break:normal!important}.section-contacts--vcard .socials{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:.65rem!important;width:100%!important;margin:.75rem auto 0!important}.section-contacts--vcard a.social-link{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:2rem!important;height:2rem!important;margin:0!important}.section-contacts--vcard a.social-link img,.section-contacts--vcard a.social-link picture,.section-contacts--vcard a.social-link svg{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:100%!important;object-fit:contain!important}.section-contacts--roadmap{height:auto!important;min-height:0!important;max-height:none!important;align-self:stretch!important}.section-contacts--roadmap>ymaps,.section-contacts--roadmap iframe,.section-contacts--roadmap .ymaps-2-1-79-map{height:100%!important;min-height:0!important;max-height:none!important}}


/* OpenClaw 2026-05-31: reduce top gap before hero title */
@media (min-width:992px){.section-mainscreen--front{bottom:12rem!important;margin:3rem auto auto!important}.section-mainscreen--front-main{padding-top:.5rem!important;padding-bottom:1rem!important}.section-mainscreen--front-main h2.title{margin-top:0!important}}
@media (min-width:768px) and (max-width:991.98px){.section-mainscreen--front{padding-top:14px!important}}
@media (max-width:767.98px){.section-mainscreen--front{padding-top:10px!important}}


/* OpenClaw 2026-05-31: reduce Yandex trust and calculation gap */
.section-yandex-trust{padding-top:18px!important;padding-bottom:20px!important;margin-top:0!important;margin-bottom:0!important}.section-yandex-trust .container{padding-top:0!important;padding-bottom:0!important}.section-yandex-trust .title{margin-top:0!important;margin-bottom:8px!important;line-height:1.18!important}.section-yandex-trust .subtitle{margin-top:0!important;margin-bottom:16px!important}.section-yandex-trust .trust-grid{margin-top:0!important;margin-bottom:0!important}.section-yandex-trust .trust-card{padding-top:18px!important;padding-bottom:18px!important}.section-yandex-trust+.container-fluid .section-gallery{margin-top:0!important;padding-top:0!important}.section-yandex-trust+.container-fluid .section-gallery>.section-gallery--itemlist{padding-top:0!important}
@media (max-width:767.98px){.section-yandex-trust{padding-top:12px!important;padding-bottom:14px!important}.section-yandex-trust .title{margin-bottom:6px!important}.section-yandex-trust .subtitle{margin-bottom:12px!important}.section-yandex-trust .trust-card{padding-top:14px!important;padding-bottom:14px!important}}


/* OpenClaw 2026-05-31: mobile workabout centered and choice full */
@media (max-width:767.98px){.section-workabout--itemlist{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;margin:12px auto!important;padding:0!important}.section-workabout--itemlist.items-4 .section-workabout--item,.section-workabout--item{display:flex!important;align-items:center!important;justify-content:center!important;width:calc(50% - 8px)!important;max-width:calc(50% - 8px)!important;margin:4px!important;float:none!important;text-align:center!important;overflow:hidden!important}.section-workabout--item a,.section-workabout--link{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;text-align:center!important}.section-workabout--item img,.section-workabout--item picture{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center center!important;margin:0 auto!important}.section-choice{overflow:visible!important}.section-choice--itemlist{display:block!important;width:100%!important;overflow:visible!important;margin-bottom:18px!important}.section-choice--tabs{display:flex!important;flex-wrap:wrap!important;gap:6px!important;justify-content:center!important;margin:0 0 14px!important}.section-choice--tabs.items-5 .button-tab,.section-choice--tabs .button-tab,.section-choice--tabs .button-tab:focus{flex:1 1 calc(50% - 8px)!important;width:auto!important;min-width:calc(50% - 8px)!important;max-width:calc(50% - 8px)!important;min-height:42px!important;margin:0!important;padding:8px 6px!important;font-size:14px!important;line-height:1.15!important;white-space:normal!important}.section-choice--tabs.items-5 .button-tab:last-child{flex-basis:100%!important;min-width:100%!important;max-width:100%!important}.section-choice--tabitems{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;margin:0 0 20px!important}.section-choice--tabitem{display:none!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important;opacity:1!important}.section-choice--tabitem.active{display:flex!important;flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;transform:none!important;opacity:1!important}.section-choice--tabitem-sidebar,.section-choice--tabitem-vcard{order:initial!important;width:100%!important;max-width:100%!important;margin:0 auto 14px!important;padding:0!important;overflow:visible!important}.section-choice--tabitem.order-0 .section-choice--tabitem-vcard,.section-choice--tabitem.order-1 .section-choice--tabitem-vcard{order:1!important}.section-choice--tabitem.order-0 .section-choice--tabitem-sidebar,.section-choice--tabitem.order-1 .section-choice--tabitem-sidebar{order:2!important}.section-choice--mainimg{width:100%!important;max-width:100%!important;margin:0 auto 8px!important;overflow:hidden!important}.section-choice--mainimg img,.section-choice--mainimg picture{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;margin:0 auto!important}.section-choice--addimgs{display:flex!important;flex-wrap:wrap!important;gap:6px!important;justify-content:center!important;width:100%!important;margin:0 auto 10px!important;overflow:visible!important}.section-choice--addimg{width:calc(50% - 6px)!important;max-width:calc(50% - 6px)!important;margin:0!important;overflow:hidden!important}.section-choice--addimg img,.section-choice--addimg picture{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;margin:0 auto!important}.section-choice--tabitem-sidebar .intro{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;font-size:15px!important;line-height:1.4!important}.section-choice--tabitem-sidebar .hint-button,.section-choice--tabitem-sidebar .hint-button:focus{height:auto!important;min-height:0!important;overflow:visible!important}.section-choice--tabitem-sidebar .hint-button .hint,.section-choice--tabitem-sidebar .hint-button:focus .hint,.section-choice--tabitem-sidebar .hint-button:hover .hint,.section-choice--tabitem-sidebar .hint-button .hint.active{position:static!important;display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important;transform:none!important}.section-choice--tabitem-sidebar .button-field{width:100%!important}.section-choice--tabitem-sidebar .button-field button{width:100%!important;min-width:0!important;white-space:normal!important}}


/* OpenClaw 2026-05-31: general passport crop for team photos */
.section-team--mainimg{width:100%!important;aspect-ratio:3/4!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:.5rem .5rem 0 0!important;background:#f3f3f3!important}.section-team--mainimg picture{display:block!important;width:100%!important;height:100%!important;margin:0!important}.section-team--mainimg img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center 22%!important;margin:0!important;padding:0!important}.section-team--item{max-width:320px!important}@media (max-width:767.98px){.section-team--mainimg{aspect-ratio:3/4!important}.section-team--mainimg img{object-position:center 20%!important}}


/* OpenClaw 2026-06-01: hard passport crop for team photos */
.section-team--mainimg{width:100%!important;aspect-ratio:1/1.08!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:.5rem .5rem 0 0!important;background:#f3f3f3!important}.section-team--mainimg picture{display:block!important;width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}.section-team--mainimg img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center 14%!important;transform:scale(1.62)!important;transform-origin:50% 14%!important;margin:0!important;padding:0!important}.section-team--item{max-width:300px!important}.section-team--mainimg img[src*='Syichyov']{transform-origin:50% 17%!important;object-position:50% 17%!important}.section-team--mainimg img[src*='Marchenko']{transform-origin:50% 15%!important;object-position:50% 15%!important}.section-team--mainimg img[src*='Glazunov']{transform-origin:47% 16%!important;object-position:47% 16%!important}.section-team--mainimg img[src*='Shtoda']{transform-origin:50% 14%!important;object-position:50% 14%!important}@media (max-width:767.98px){.section-team--mainimg{aspect-ratio:1/1.05!important}.section-team--mainimg img{transform:scale(1.7)!important;object-position:center 14%!important;transform-origin:50% 14%!important}}


/* OpenClaw 2026-06-01: heads-safe passport crop for team photos */
.section-team--mainimg{width:100%!important;aspect-ratio:1/1.22!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:.5rem .5rem 0 0!important;background:#f3f3f3!important}.section-team--mainimg picture{display:block!important;width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}.section-team--mainimg img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center 24%!important;transform:scale(1.28)!important;transform-origin:50% 24%!important;margin:0!important;padding:0!important}.section-team--item{max-width:310px!important}.section-team--mainimg img[src*='Syichyov']{transform-origin:50% 25%!important;object-position:50% 25%!important}.section-team--mainimg img[src*='Marchenko']{transform-origin:50% 24%!important;object-position:50% 24%!important}.section-team--mainimg img[src*='Glazunov']{transform-origin:47% 24%!important;object-position:47% 24%!important}.section-team--mainimg img[src*='Shtoda']{transform-origin:50% 23%!important;object-position:50% 23%!important}@media (max-width:767.98px){.section-team--mainimg{aspect-ratio:1/1.2!important}.section-team--mainimg img{transform:scale(1.3)!important;object-position:center 24%!important;transform-origin:50% 24%!important}}


/* OpenClaw 2026-06-01: no-head-cut team crop */
.section-team--mainimg{width:100%!important;aspect-ratio:1/1!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:.5rem .5rem 0 0!important;background:#f3f3f3!important}.section-team--mainimg picture{display:block!important;width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}.section-team--mainimg img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:50% 0!important;transform:none!important;transform-origin:50% 0!important;margin:0!important;padding:0!important}.section-team--item{max-width:310px!important}@media (max-width:767.98px){.section-team--mainimg{aspect-ratio:1/1!important}.section-team--mainimg img{object-position:50% 0!important;transform:none!important;transform-origin:50% 0!important}}


/* OpenClaw 2026-06-01: reference full-head team crop */
.section-team--mainimg{width:100%!important;aspect-ratio:4/5!important;height:auto!important;max-height:none!important;overflow:hidden!important;border-radius:.5rem .5rem 0 0!important;background:#f3f3f3!important}.section-team--mainimg picture{display:block!important;width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}.section-team--mainimg img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:50% 0!important;transform:none!important;transform-origin:50% 0!important;margin:0!important;padding:0!important}.section-team--item{max-width:310px!important}@media (max-width:767.98px){.section-team--mainimg{aspect-ratio:4/5!important}.section-team--mainimg img{object-position:50% 0!important;transform:none!important;transform-origin:50% 0!important}}


/* OpenClaw 2026-06-01: equal Yandex Services and Maps widgets */
.section-reviews .oc-yandex-widgets{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important}.section-reviews .oc-yandex-widget{height:520px!important;min-height:520px!important;width:100%!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 12px 32px rgba(20,24,31,.12)!important;border:1px solid rgba(20,24,31,.08)!important}.section-reviews .oc-yandex-widget-maps embed{display:block!important;width:100%!important;height:100%!important;border:0!important}.section-reviews .oc-yandex-widget-services{display:flex!important;flex-direction:column!important;justify-content:space-between!important;text-decoration:none!important;color:#202124!important;padding:34px!important;box-sizing:border-box!important;background:linear-gradient(135deg,#fff 0%,#fff8df 55%,#f7fbff 100%)!important}.section-reviews .oc-yandex-widget__head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important}.section-reviews .oc-yandex-widget__kicker{font-size:18px!important;font-weight:700!important;color:#777!important;margin-bottom:10px!important}.section-reviews .oc-yandex-widget-services h3{font-size:32px!important;line-height:1.12!important;margin:0!important;color:#1f1f1f!important}.section-reviews .oc-yandex-widget__rating{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;width:96px!important;height:96px!important;border-radius:0!important;background:#fc0!important;color:#1f1f1f!important;font-size:34px!important;line-height:1!important;font-weight:800!important}.section-reviews .oc-yandex-widget__stars{font-size:34px!important;letter-spacing:4px!important;color:#fc0!important;margin:28px 0 12px!important}.section-reviews .oc-yandex-widget-services p{font-size:21px!important;line-height:1.45!important;margin:0!important;color:#343a40!important;max-width:520px!important}.section-reviews .oc-yandex-widget__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:100%!important;margin-top:30px!important;padding:17px 28px!important;border-radius:999px!important;background:#2f80ed!important;color:#fff!important;font-size:18px!important;font-weight:700!important}.section-reviews .section-reviews--image{display:none!important}@media (max-width:991.98px){.section-reviews .oc-yandex-widgets{grid-template-columns:1fr!important;gap:18px!important}.section-reviews .oc-yandex-widget{height:460px!important;min-height:460px!important}.section-reviews .oc-yandex-widget-services{padding:26px!important}.section-reviews .oc-yandex-widget-services h3{font-size:27px!important}.section-reviews .oc-yandex-widget__rating{width:78px!important;height:78px!important;font-size:28px!important}.section-reviews .oc-yandex-widget-services p{font-size:18px!important}.section-reviews .oc-yandex-widget__stars{font-size:28px!important}}


/* OpenClaw 2026-06-01: document card cover images */
.docs-protect-card .docs-card-cover{display:block!important;width:100%!important;margin:8px 0 9px!important;border-radius:10px!important;overflow:hidden!important;background:#f5f5f5!important;box-shadow:0 5px 14px rgba(0,0,0,.08)!important}.docs-protect-card .docs-card-cover img{display:block!important;width:100%!important;height:135px!important;max-height:135px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover{margin:5px 0 6px!important}.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover img{height:135px!important;max-height:135px!important;object-fit:cover!important}@media (max-width:991.98px){.docs-protect-card .docs-card-cover img,.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover img{height:210px!important;max-height:210px!important}}

/* OpenClaw 2026-06-01: compact docs cards and remove icons */
.section-gallery .gallery-docs-side{padding:1rem!important;margin-bottom:2rem!important}.section-gallery .gallery-docs-side-head{margin-bottom:10px!important}.section-gallery .gallery-docs-side h2.title{font-size:1.55rem!important;margin-bottom:8px!important}.section-gallery .gallery-docs-side .gallery-more-button{min-height:44px!important;padding:.55rem .85rem!important}.section-gallery .gallery-docs-side .gallery-more-button span.title{font-size:.92rem!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{gap:8px!important}.section-gallery .gallery-docs-side .docs-clean-icon{display:none!important}.section-gallery .gallery-docs-side .docs-protect-card{padding:9px 10px!important;gap:3px!important;min-height:0!important}.section-gallery .gallery-docs-side .docs-protect-card .title{font-size:14px!important;line-height:1.12!important;margin:0 0 3px!important}.section-gallery .gallery-docs-side .docs-protect-card .text{font-size:10.5px!important;line-height:1.18!important}.section-gallery .gallery-docs-side .docs-clean-link{font-size:11px!important;line-height:1.1!important;margin-top:auto!important;padding-top:2px!important}.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover{margin:3px 0 4px!important;border-radius:8px!important}.docs-protect-card .docs-card-cover img,.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover img{height:78px!important;max-height:78px!important;width:100%!important;object-fit:cover!important;object-position:center!important}@media (max-width:991.98px){.section-gallery .gallery-docs-side{padding:1rem!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{grid-template-columns:1fr 1fr!important;grid-template-areas:'dogovor smeta' 'akt zakupka'!important}.docs-protect-card .docs-card-cover img,.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover img{height:105px!important;max-height:105px!important}}@media (max-width:575.98px){.section-gallery .gallery-docs-side .docs-protect-grid-inline{grid-template-columns:1fr!important;grid-template-areas:'dogovor' 'smeta' 'akt' 'zakupka'!important}.docs-protect-card .docs-card-cover img,.section-gallery .gallery-docs-side .docs-protect-card .docs-card-cover img{height:135px!important;max-height:135px!important}}


/* OpenClaw 2026-06-01: intro docs top before now wellton */
@media(min-width:992px){.section-gallery .section-gallery--itemlist{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:6rem!important;row-gap:12px!important;align-items:start!important;justify-content:normal!important;padding:0 4rem!important}.section-gallery .section-gallery--itemlist>.section-gallery--item,.section-gallery .oc-more-works-after-myata,.section-gallery .oc-more-works-after-kutuzovskaya{width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box!important}.section-gallery .section-gallery--itemlist>.flex-row.section-gallery--item:first-child{grid-column:1!important;grid-row:1!important}.section-gallery .gallery-docs-side{grid-column:2!important;grid-row:1!important;width:100%!important;margin:0!important;align-self:start!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(2){grid-column:1!important;grid-row:2!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(3){grid-column:2!important;grid-row:2!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(4){grid-column:1!important;grid-row:3!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(5){grid-column:2!important;grid-row:3!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(6){grid-column:1!important;grid-row:4!important}.section-gallery .section-gallery--itemlist>.section-gallery--item:nth-child(7){grid-column:2!important;grid-row:4!important}.section-gallery .oc-more-works-after-myata{grid-column:1!important;grid-row:5!important}.section-gallery .oc-more-works-after-kutuzovskaya{grid-column:2!important;grid-row:5!important}.section-gallery .oc-more-works-after-myata .gallery-more-button,.section-gallery .oc-more-works-after-kutuzovskaya .gallery-more-button{width:auto!important;min-width:100%!important;max-width:none!important;min-height:54px!important;margin:0 auto!important;padding:.75rem 1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.section-gallery .oc-more-works-after-myata .gallery-more-button span.title,.section-gallery .oc-more-works-after-kutuzovskaya .gallery-more-button span.title{font-size:16px!important;line-height:1.18!important;font-weight:700!important;margin:0!important}.section-gallery .gallery-docs-side .gallery-docs-side-head{display:none!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline{margin-top:0!important}}@media(max-width:991.98px){.section-gallery .section-gallery--itemlist{display:flex!important}.section-gallery .oc-more-works-after-myata,.section-gallery .oc-more-works-after-kutuzovskaya{width:calc(100% - 2rem)!important;margin:0 auto 1rem!important}}


/* OpenClaw 2026-06-01: readable docs all four whole covers */
.section-gallery .gallery-docs-side .docs-protect-grid-inline{gap:12px!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card{padding:14px!important;gap:7px!important;min-height:0!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card .title{font-size:18px!important;line-height:1.16!important;font-weight:800!important;margin:0 0 5px!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card .text{font-size:13.5px!important;line-height:1.28!important;font-weight:500!important;color:var(--elem-black-75)!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card .docs-clean-link{font-size:14.5px!important;line-height:1.15!important;font-weight:800!important;margin-top:auto!important;padding-top:6px!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card-1,.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card-2,.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card-3,.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card-4{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-card-cover{display:flex!important;align-items:flex-start!important;justify-content:center!important;width:calc(100% + 28px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:8px -14px 4px!important;padding:0!important;border-radius:0!important;overflow:visible!important;background:#f7f7f7!important;flex:1 1 auto!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-card-cover img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:top center!important;border-radius:0!important;transform:none!important}@media(max-width:991.98px){.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card .title{font-size:18px!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-protect-card .text{font-size:13.5px!important}.section-gallery .gallery-docs-side .docs-protect-grid-inline .docs-card-cover img{height:auto!important;max-height:none!important;object-fit:contain!important}}

/* OpenClaw Yandex Uslugi square image 2026-06-02 */
.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-yandex-uslugi-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important}}

/* OpenClaw Yandex Maps square image 2026-06-02 */
.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-yandex-maps-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw control etapov square image 2026-06-02 */
.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-control-etapov-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw specialization square image 2026-06-02 */
.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image picture,.section-mainscreen--front-sidebar .item .item-image.oc-specialization-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw photo reports square image 2026-06-02 */
.section-gallery .item .item-image.oc-photo-reports-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-photo-reports-card-image picture,.section-gallery .item .item-image.oc-photo-reports-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-photo-reports-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-photo-reports-card-image picture,.section-gallery .item .item-image.oc-photo-reports-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw gallery personal control image 2026-06-02 */
.section-gallery .item .item-image.oc-gallery-personal-control-card-image{width:6rem;height:5rem;margin:0 auto 0 -3rem;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-gallery-personal-control-card-image picture,.section-gallery .item .item-image.oc-gallery-personal-control-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-gallery-personal-control-card-image{flex:0 0 68px!important;width:68px!important;height:52px!important;min-width:68px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-gallery-personal-control-card-image picture,.section-gallery .item .item-image.oc-gallery-personal-control-card-image img{width:68px!important;height:52px!important;max-width:68px!important;max-height:52px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw gallery final image size fix 2026-06-02 */
.section-gallery .item .item-image.oc-photo-reports-card-image,.section-gallery .item .item-image.oc-gallery-personal-control-card-image{width:7.5rem!important;height:6.25rem!important;margin:0 auto 0 -3.75rem!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-photo-reports-card-image picture,.section-gallery .item .item-image.oc-photo-reports-card-image img,.section-gallery .item .item-image.oc-gallery-personal-control-card-image picture,.section-gallery .item .item-image.oc-gallery-personal-control-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-photo-reports-card-image,.section-gallery .item .item-image.oc-gallery-personal-control-card-image{flex:0 0 86px!important;width:86px!important;height:66px!important;min-width:86px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-photo-reports-card-image picture,.section-gallery .item .item-image.oc-photo-reports-card-image img,.section-gallery .item .item-image.oc-gallery-personal-control-card-image picture,.section-gallery .item .item-image.oc-gallery-personal-control-card-image img{width:86px!important;height:66px!important;max-width:86px!important;max-height:66px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw estimate start image 2026-06-02 */
.section-gallery .item .item-image.oc-estimate-start-card-image{width:7.5rem!important;height:6.25rem!important;margin:0 auto 0 -3.75rem!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-estimate-start-card-image picture,.section-gallery .item .item-image.oc-estimate-start-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-estimate-start-card-image{flex:0 0 86px!important;width:86px!important;height:66px!important;min-width:86px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-estimate-start-card-image picture,.section-gallery .item .item-image.oc-estimate-start-card-image img{width:86px!important;height:66px!important;max-width:86px!important;max-height:66px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw turnkey apartments image 2026-06-02 */
.section-gallery .item .item-image.oc-turnkey-apartments-card-image{width:7.5rem!important;height:6.25rem!important;margin:0 auto 0 -3.75rem!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-turnkey-apartments-card-image picture,.section-gallery .item .item-image.oc-turnkey-apartments-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-turnkey-apartments-card-image{flex:0 0 86px!important;width:86px!important;height:66px!important;min-width:86px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-turnkey-apartments-card-image picture,.section-gallery .item .item-image.oc-turnkey-apartments-card-image img{width:86px!important;height:66px!important;max-width:86px!important;max-height:66px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw deadlines moscow image 2026-06-02 */
.section-gallery .item .item-image.oc-deadlines-moscow-card-image{width:7.5rem!important;height:6.25rem!important;margin:0 auto 0 -3.75rem!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.section-gallery .item .item-image.oc-deadlines-moscow-card-image picture,.section-gallery .item .item-image.oc-deadlines-moscow-card-image img{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
@media (max-width:767.98px){.section-gallery .item .item-image.oc-deadlines-moscow-card-image{flex:0 0 86px!important;width:86px!important;height:66px!important;min-width:86px!important;margin:0 10px 0 0!important;padding:0!important}.section-gallery .item .item-image.oc-deadlines-moscow-card-image picture,.section-gallery .item .item-image.oc-deadlines-moscow-card-image img{width:86px!important;height:66px!important;max-width:86px!important;max-height:66px!important;object-fit:contain!important;border-radius:0!important}}

/* OpenClaw tools clean no images 2026-06-02 */
.tools-clean-grid .tools-clean-card{align-items:flex-start!important}.tools-clean-grid .tools-clean-card .item-caption{margin-left:0!important;padding-left:0!important;width:100%!important}

/* OpenClaw tools clean text plus 20 2026-06-02 */
.section-tools-clean-grid .tools-clean-grid .tools-clean-card .item-caption p{font-size:1.2em!important;line-height:1.35!important}
.section-tools-clean-grid .tools-clean-grid .tools-clean-card .item-caption .oc-tools-num{font-weight:700!important;color:inherit!important;margin-right:.15em!important}
@media (max-width:767.98px){.section-tools-clean-grid .tools-clean-grid .tools-clean-card .item-caption p{font-size:1.15em!important;line-height:1.35!important}}



