

.form-title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center
}

.form-title.smaller {
    clear: both;
    margin-bottom: 15px;
    font-size: 18px
}

.form-row {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.form.form-vert {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden
}

.modal-cb .form.form-vert {
    max-width: 420px
}

.form.form-vert .form-row {
    float: left;
    width: 100%;
    margin-bottom: 16px
}

.form.form-vert .form-row.buttonrow {
    margin-bottom: 8px
}

.form .form-row.conf-policy {
    clear: both;
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center
}

.form-horiz .form-row.conf-policy {
    margin-top: 15px
}

.form.form-vert .form-col2 {
    float: left;
    width: 50%;
    margin-bottom: 16px
}

.form.form-vert .form-col2:first-child {
    padding-right: 8px
}

.form.form-vert .form-col2:last-child {
    padding-left: 8px
}

.form-horiz .form-row {
    overflow: hidden
}

.form-horiz .form-row .form-col {
    float: left;
    width: 32%;
    margin-right: 2%
}

.form-horiz .form-row .form-col:last-child {
    margin-right: 0
}

.form-4col .form-col {
    float: left;
    width: 23%;
    margin: 0 1% 2%
}

input[type="text"],input[type="email"],textarea {
    width: 100%;
    padding: 6px 8px;
    line-height: 26px;
    color: #333;
    border: 1px solid #333
}

textarea {
    min-width: 100%;
    max-width: 100%;
    height: 96px;
    min-height: 96px;
    line-height: 20px
}

div.wpcf7-response-output {
    margin: 1em 0.5em 0
}

div.wpcf7 .ajax-loader {
    display: none
}

#wpcf7-form-control-wrap {
    display: block
}

.wpcf7-not-valid {
    border: 1px solid red !important
}

div.wpcf7-response-output {
    clear: both;
    margin-left: 0;
    margin-right: 0
}

span.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 0.5em
}

.form input[type="submit"] {
    width: 100%;
    cursor: pointer
}

.form .wpcf7-response-output {
    text-align: center
}

.wpcf7-spinner {
    display: none !important
}

.select2-container {
    border: none
}

.select2-container--default .select2-selection--single {
    border: 1px solid #333
}

.select2-selection--single {
    height: 40px !important
}

.select2-selection--single .select2-selection__rendered {
    line-height: 38px !important
}

.select2-selection--single .select2-selection__arrow {
    height: 37px !important
}

ul.select2-results__options li {
    border-bottom: 1px solid #ddd
}

.modal-body>button.close {
    position: absolute;
    top: 4px;
    right: 10px
}

.modal .close-container {
    margin-top: 1.5em;
    text-align: center
}

.modal .close-container .close {
    display: inline-block;
    float: none
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.main-block {
    font-size: 1.02vw
}

@media (max-width: 1570px) {
    .main-block {
        font-size:1.6rem
    }
}

@media (max-width: 1199px) {
    .main-block {
        font-size:1.5rem
    }
}

@media (max-width: 991px) {
    .main-block {
        font-size:1.4rem
    }
}

@media (max-width: 767px) {
    .main-block {
        font-size:1.3rem
    }
}

@media (max-width: 499px) {
    .main-block {
        font-size:1.2rem
    }
}

@media (max-width: 399px) {
    .main-block {
        font-size:1.1rem
    }
}

.main-block h2 {
    font-size: 2em;
    text-transform: uppercase
}

.main-block h2.has-subtitle {
    margin-bottom: 1em
}

.main-block .subtitle {
    margin: 0 auto 3em;
    max-width: 90%;
    font-size: 1.4em;
    font-weight: 300;
    text-align: center;
    color: #54505A
}

@media (max-width: 1950px) {
    .main-block .subtitle {
        max-width:90%
    }
}

@media (max-width: 1570px) {
    .main-block .subtitle {
        max-width:90%
    }
}

@media (max-width: 767px) {
    .main-block .subtitle {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .main-block .subtitle.smaller {
        font-size:1.5em
    }
}

.home .main-block .subtitle {
    text-align: inherit;
    text-align: center
}

.new-arrows .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 60px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    background: none;
    transform: translateY(-50%)
}

.new-arrows .owl-nav [class*='owl-'].owl-prev {
    left: -60px
}

.new-arrows .owl-nav [class*='owl-'].owl-next {
    right: -60px
}

.new-arrows .owl-nav [class*='owl-']:before,.new-arrows .owl-nav [class*='owl-']:after {
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #aaa;
    backface-visibility: hidden;
    transition: all 0.2s ease-out
}

.new-arrows .owl-nav [class*='owl-'].owl-prev {
    right: 100%
}

.new-arrows .owl-nav [class*='owl-'].owl-prev:before {
    transform-origin: bottom left;
    transform: rotate(-45deg)
}

.new-arrows .owl-nav [class*='owl-'].owl-prev:after {
    transform-origin: top left;
    transform: rotate(45deg)
}

.new-arrows .owl-nav [class*='owl-'].owl-next {
    left: 100%
}

.new-arrows .owl-nav [class*='owl-'].owl-next:before {
    transform-origin: bottom right;
    transform: rotate(45deg)
}

.new-arrows .owl-nav [class*='owl-'].owl-next:after {
    transform-origin: top right;
    transform: rotate(-45deg)
}

.new-arrows .owl-nav [class*='owl-']:hover:before,.new-arrows .owl-nav [class*='owl-']:hover:after,.new-arrows .owl-nav [class*='owl-']:active:before,.new-arrows .owl-nav [class*='owl-']:active:after {
    background: #820073
}

.new-arrows.bright .owl-nav [class*='owl-']:hover:before,.new-arrows.bright .owl-nav [class*='owl-']:hover:after,.new-arrows.bright .owl-nav [class*='owl-']:active:before,.new-arrows.bright .owl-nav [class*='owl-']:active:after {
    background: #c4ff50
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0.7vw;
    color: #fff;
    transition: background-color 0.2s ease-out;
    z-index: 100
}

@media (max-width: 2560px) {
    #header {
        font-size:1.8rem
    }
}

@media (min-width: 640px) {
    .home.moved #header,body:not(.home) #header {
        background:#fafafa;
        box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.45)
    }
}

@media (max-width: 639px) {
    .moved #header,.moved-top #header {
        display:block
    }
}


section.bright {
    background: #fff
}

section.dark {
    background: #eee
}

.promo {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/temp-promo-bg2.jpg);
    aspect-ratio: 16/7
}

@media (max-width: 1600px) {
    .promo {
        aspect-ratio:16/8
    }
}

@media (max-width: 1350px) {
    .promo {
        aspect-ratio:16/9
    }
}

@media (max-width: 991px) {
    .promo {
        aspect-ratio:auto;
        height: 80vh;
        min-height: 720px;
        max-height: 800px
    }
}

@media (max-width: 767px) {
    .promo {
        min-height:640px;
        max-height: 680px
    }
}

.promo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 3
}

@media (max-width: 991px) {
    .promo:before {
        background:rgba(0,0,0,0.4)
    }
}

.home .promo:before {
    left: 58.4%;
    transform: skewX(-28deg)
}

@media (max-width: 991px) {
    .home .promo:before {
        left:0;
        transform: none
    }
}

.promo.carousel {
    background-image: none !important
}

.promo.carousel:before {
    display: none
}

@media (min-width: 992px) {
    .promo.video {
        background-image:none !important
    }
}

.promo.video:before {
    display: none
}

.promo .centered {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.promo .textblock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 4em 0 4em;
    text-align: right;
    color: #fff;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .promo .textblock {
        padding:6em 0 6em
    }
}

@media (max-width: 991px) {
    .promo .textblock {
        text-align:center;
        align-items: center
    }
}

@media (max-width: 640px) {
    .promo .textblock {
        padding:3em 0 2em
    }
}

.promo .textblock .title {
    max-width: 12em;
    margin-bottom: 0.4em;
    font-family: 'akrobatbold', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.000em;
    line-height: 1em
}

@media (max-width: 1950px) {
    .promo .textblock .title {
        font-size:4.8rem
    }
}

@media (max-width: 1250px) {
    .promo .textblock .title {
        font-size:4.2rem
    }
}

@media (max-width: 1199px) {
    .promo .textblock .title {
        font-size:3.6rem
    }
}

@media (max-width: 991px) {
    .promo .textblock .title {
        max-width:none;
        font-size: 3.6rem
    }

    .promo .textblock .title br {
        display: none
    }
}

@media (max-width: 767px) {
    .promo .textblock .title {
        font-size:3.4rem
    }
}

.promo .textblock .title span {
    color: #c4f641
}

.promo .textblock .desc {
    max-width: 16.5em;
    margin-bottom: 1.1em;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1em
}

@media (max-width: 1950px) {
    .promo .textblock .desc {
        font-size:2.3rem
    }
}

@media (max-width: 1199px) {
    .promo .textblock .desc {
        font-size:2.1rem
    }
}

@media (max-width: 991px) {
    .promo .textblock .desc {
        font-size:3.0rem
    }
}

@media (max-width: 399px) {
    .promo .textblock .desc {
        font-size:2.8rem
    }
}

.promo .textblock .title,.promo .textblock .desc {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9)
}

.promo .textblock .btn {
    margin-top: 1em;
    font-size: 0.7em
}

@media (max-width: 2560px) {
    .promo .textblock .btn {
        font-size:1.6rem
    }
}

@media (max-width: 1199px) {
    .promo .textblock .btn {
        font-size:1.4rem
    }
}

.promo .textblock .promo-misc-link {
    display: inline-block
}

@media (max-width: 500px) {
    .promo .textblock .promo-misc-link {
        margin:0 auto
    }
}

@media (max-width: 2560px) {
    .promo .textblock .promo-misc-logo {
        max-width:15em
    }
}

.promo .owl-container {
    position: relative;
    margin: 0;
    z-index: 5
}

.promo .owl-carousel-promo {
    position: relative
}

.promo .owl-carousel-promo .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.promo .owl-carousel-promo .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 3
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .item:before {
        background:rgba(0,0,0,0.4)
    }
}

.promo .owl-carousel-promo .item.no-overlay:before {
    display: none
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .item {
        height:50vw;
        min-height: 650px
    }
}

.promo .owl-carousel-promo .owl-nav {
    margin: 0
}

.promo .owl-carousel-promo .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    z-index: 6;
    outline: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden
}

@media (max-width: 2700px) {
    .promo .owl-carousel-promo .owl-nav button {
        top:55%;
        width: 100px;
        height: 100px
    }
}

@media (max-width: 1600px) {
    .promo .owl-carousel-promo .owl-nav button {
        width:75px;
        height: 75px
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-nav button {
        top:55%;
        background: none
    }
}

@media (max-width: 399px) {
    .promo .owl-carousel-promo .owl-nav button {
        display:none
    }
}

.promo .owl-carousel-promo .owl-nav button:before,.promo .owl-carousel-promo .owl-nav button:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 36%;
    height: 2px;
    background: #fff
}

.promo .owl-carousel-promo .owl-nav button:hover:before,.promo .owl-carousel-promo .owl-nav button:hover:after {
    background: #c4ff50
}

.promo .owl-carousel-promo .owl-nav button.owl-prev {
    left: 2%
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:before,.promo .owl-carousel-promo .owl-nav button.owl-prev:after {
    left: 35%;
    right: auto
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:before {
    transform-origin: bottom left;
    transform: rotate(-45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:after {
    transform-origin: top left;
    transform: rotate(45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-next {
    right: 2%
}

.promo .owl-carousel-promo .owl-nav button.owl-next:before,.promo .owl-carousel-promo .owl-nav button.owl-next:after {
    left: auto;
    right: 35%
}

.promo .owl-carousel-promo .owl-nav button.owl-next:before {
    transform-origin: bottom right;
    transform: rotate(45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-next:after {
    transform-origin: top right;
    transform: rotate(-45deg)
}

.promo .owl-carousel-promo .owl-nav button span {
    font-size: 3.2rem;
    color: #fff
}

.promo .owl-carousel-promo .owl-nav button .top,.promo .owl-carousel-promo .owl-nav button .bottom {
    content: '';
    position: absolute;
    width: 35%;
    height: 20.5%
}

.promo .owl-carousel-promo .owl-nav button .top {
    top: 30%
}

.promo .owl-carousel-promo .owl-nav button .bottom {
    bottom: 30%
}

.promo .owl-carousel-promo .owl-dots {
    position: absolute;
    left: 0;
    bottom: 3%;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots {
        bottom:5%;
        width: 100%;
        height: 80px
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot {
    padding: 0.2em 0.2em;
    border: 0;
    background: none;
    outline: none;
    backface-visibility: hidden
}

@media (max-width: 1950px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot {
        padding:0.15em 0.15em
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot {
        padding:0.1em 0.1em
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden
}

@media (max-width: 1950px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot span {
        width:17px;
        height: 17px;
        border-width: 1px
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot span {
        width:15px;
        height: 15px
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot.active span,.promo .owl-carousel-promo .owl-dots .owl-dot:hover span {
    border-color: #333;
    background: #c4ff50;
    transform: scale(1.5)
}

.promo .owl-carousel-promo .owl-dots.disabled {
    display: none !important
}

@media (max-width: 1950px) {
    .promo.carousel .centered {
        max-width:100%;
        padding: 0 9em
    }
}

@media (max-width: 991px) {
    .promo.carousel .centered {
        padding:0 1em
    }
}

@media (max-width: 399px) {
    .promo.carousel .centered {
        padding:0 1.5em
    }
}

#big .owl-stage-outer {
    padding: 5% 0 3.5%
}

@media (max-width: 640px) {
    #big .owl-stage-outer {
        padding:10% 0 12%
    }
}

#big .owl-item {
    transform: scale(1);
    transition: all 0.2s ease-out
}

#big .owl-item.center {
    transform: scale(1.2)
}

@media (max-width: 640px) {
    #big .owl-item.center {
        transform:scale(1.75)
    }
}

@media (max-width: 1100px) {
    .gallery h2 {
        font-size:1.3em
    }
}

@media (max-width: 767px) {
    .gallery h2 {
        font-size:1.4em;
        margin-bottom: 1.5em
    }
}

@media (max-width: 399px) {
    .gallery h2 {
        font-size:1.3em
    }
}

.gallery h3 {
    margin: 2em 0 0;
    text-transform: none;
    text-align: center
}

@media (max-width: 767px) {
    .gallery h3 {
        display:none
    }
}

.gallery #big .owl-item {
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 2
}

.gallery #big .owl-item .item {
    display: block
}

@media (min-width: 767px) {
    .gallery #big .owl-item .item.has-bg-video:hover img {
        opacity:0
    }

    .gallery #big .owl-item .item.has-bg-video:hover .textblock {
        opacity: 0
    }

    .gallery #big .owl-item .item.has-bg-video:hover:after {
        opacity: 1
    }
}

.gallery #big .owl-item img {
    display: block;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

.gallery #big .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock {
        padding:0.5em 0.8em
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock {
        padding:0.4em 0.7em
    }
}

.gallery #big .owl-item .textblock .title {
    margin-bottom: 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.4rem
    }
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.2rem
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.0rem
    }
}

@media (max-width: 550px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.8rem
    }
}

@media (max-width: 500px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.6rem
    }
}

@media (max-width: 480px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.4rem
    }
}

.gallery #big .owl-item .textblock .text {
    margin-bottom: 0.3em;
    font-size: 2.0rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.6rem
    }
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.4rem
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.2rem
    }
}

@media (max-width: 550px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.0rem
    }
}

@media (max-width: 500px) {
    .gallery #big .owl-item .textblock .text {
        display:none
    }
}

.gallery #big .owl-item.center {
    z-index: 4
}

.gallery #big .owl-item.center .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/play.png") 50% 50% no-repeat;
    z-index: 6;
    opacity: 0;
    transition: opacity 0.2s ease-out
}

.gallery #big .owl-item.center .item .textblock {
    z-index: 5
}

.gallery #thumbs .owl-item {
    transition: all 0.2s ease-out;
    opacity: 1;
    cursor: pointer
}

.gallery #thumbs .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 3px #000
}

@media (max-width: 1100px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.6rem
    }
}

@media (max-width: 1000px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.4rem
    }
}

@media (max-width: 900px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.2rem
    }
}

@media (max-width: 780px) {
    .gallery #thumbs .owl-item .textblock {
        display:none
    }
}

.gallery #thumbs .owl-item:hover,.gallery #thumbs .owl-item:focus {
    opacity: 0.85
}

.gallery #thumbs .owl-item.current {
    opacity: 0.75
}

.gallery #thumbs .owl-item.current .textblock {
    display: none
}

.image-map .centered {
    max-width: 80%
}

@media (max-width: 1950px) {
    .image-map .centered {
        max-width:1540px
    }
}

.owl-container {
    margin: 0 90px
}

@media (max-width: 640px) {
    .owl-container {
        margin:0
    }
}

.owl-carousel-gallery .item img {
    position: relative;
    z-index: 4
}

.owl-carousel-gallery .item .caption {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 0.25em 1.25em;
    font-size: 1.8rem;
    color: #fff;
    background: #009953;
    opacity: 0.75;
    z-index: 5
}

.image-map .owl-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.image-map .owl-thumbs>div {
    margin: 0 3px;
    background: #333;
    border: 3px solid #fafafa;
    cursor: pointer;
    transition: all 0.2s ease-out
}

.image-map .owl-thumbs>div img {
    transition: opacity 0.2s ease-out
}

.image-map .owl-thumbs>div:hover {
    border: 3px solid #bbb
}

.image-map .owl-thumbs>div:hover img {
    opacity: 0.75
}

.image-map .owl-thumbs>div.active {
    border: 3px solid #aaa
}

.image-map .owl-thumbs>div.active img {
    opacity: 0.4
}

promo .owl-container {
    position: relative;
    margin: 0;
    z-index: 5
}

.promo .owl-carousel-promo {
    position: relative
}

.promo .owl-carousel-promo .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.promo .owl-carousel-promo .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 58.4%;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 3;
    transform: skewX(-28deg)
}

@media (max-width: 1650px) {
    .promo .owl-carousel-promo .item:before {
        left:50%
    }
}

@media (max-width: 1350px) {
    .promo .owl-carousel-promo .item:before {
        left:40%
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .item:before {
        left:0;
        background: rgba(0,0,0,0.4);
        transform: none
    }
}

.promo .owl-carousel-promo .item.no-overlay:before {
    display: none
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .item {
        height:50vw
    }
}

.promo .owl-carousel-promo .owl-nav {
    margin: 0
}

.promo .owl-carousel-promo .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 200px;
    height: 200px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    z-index: 6;
    outline: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden
}

@media (max-width: 2700px) {
    .promo .owl-carousel-promo .owl-nav button {
        top:55%;
        width: 100px;
        height: 100px
    }
}

@media (max-width: 1600px) {
    .promo .owl-carousel-promo .owl-nav button {
        width:75px;
        height: 75px
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-nav button {
        top:55%;
        background: none
    }
}

@media (max-width: 399px) {
    .promo .owl-carousel-promo .owl-nav button {
        display:none
    }
}

.promo .owl-carousel-promo .owl-nav button:before,.promo .owl-carousel-promo .owl-nav button:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 36%;
    height: 2px;
    background: #fff
}

.promo .owl-carousel-promo .owl-nav button:hover:before,.promo .owl-carousel-promo .owl-nav button:hover:after {
    background: #c4ff50
}

.promo .owl-carousel-promo .owl-nav button.owl-prev {
    left: 2%
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:before,.promo .owl-carousel-promo .owl-nav button.owl-prev:after {
    left: 35%;
    right: auto
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:before {
    transform-origin: bottom left;
    transform: rotate(-45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-prev:after {
    transform-origin: top left;
    transform: rotate(45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-next {
    right: 2%
}

.promo .owl-carousel-promo .owl-nav button.owl-next:before,.promo .owl-carousel-promo .owl-nav button.owl-next:after {
    left: auto;
    right: 35%
}

.promo .owl-carousel-promo .owl-nav button.owl-next:before {
    transform-origin: bottom right;
    transform: rotate(45deg)
}

.promo .owl-carousel-promo .owl-nav button.owl-next:after {
    transform-origin: top right;
    transform: rotate(-45deg)
}

.promo .owl-carousel-promo .owl-nav button span {
    font-size: 3.2rem;
    color: #fff
}

.promo .owl-carousel-promo .owl-nav button .top,.promo .owl-carousel-promo .owl-nav button .bottom {
    content: '';
    position: absolute;
    width: 35%;
    height: 20.5%
}

.promo .owl-carousel-promo .owl-nav button .top {
    top: 30%
}

.promo .owl-carousel-promo .owl-nav button .bottom {
    bottom: 30%
}

.promo .owl-carousel-promo .owl-dots {
    position: absolute;
    left: 0;
    bottom: 3%;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots {
        bottom:5%;
        width: 100%;
        height: 80px
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot {
    padding: 0.2em 0.2em;
    border: 0;
    background: none;
    outline: none;
    backface-visibility: hidden
}

@media (max-width: 1950px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot {
        padding:0.15em 0.15em
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot {
        padding:0.1em 0.1em
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: none;
    transition: all 0.15s ease-out;
    backface-visibility: hidden
}

@media (max-width: 1950px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot span {
        width:17px;
        height: 17px;
        border-width: 1px
    }
}

@media (max-width: 991px) {
    .promo .owl-carousel-promo .owl-dots .owl-dot span {
        width:15px;
        height: 15px
    }
}

.promo .owl-carousel-promo .owl-dots .owl-dot.active span,.promo .owl-carousel-promo .owl-dots .owl-dot:hover span {
    border-color: #333;
    background: #c4ff50;
    transform: scale(1.5)
}

.promo .owl-carousel-promo .owl-dots.disabled {
    display: none !important
}



.about-video {
    margin-top: -2px;
    padding-top: 0;
    border: 3px solid #282e38;
    border-width: 3px 0 0
}

.about-video h2 {
    margin: 1.2em 0
}

.about-video .videoWrapper {
    display: block;
    position: relative;
    padding-bottom: 45%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1499px) {
    .about-video .videoWrapper {
        padding-bottom:55%
    }
}

@media (max-width: 767px) {
    .about-video .videoWrapper {
        padding-bottom:60%
    }
}

.about-video .videoWrapper .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3%;
    margin-left: -5%;
    width: 10%;
    padding-bottom: 6%;
    background: url(../images/btn-youtube.png) 50% 50%/contain no-repeat;
    transition: all 0.3s ease-out;
    opacity: 0.5
}

@media (max-width: 991px) {
    .about-video .videoWrapper .button {
        width:13%;
        padding-bottom: 10%
    }
}

@media (max-width: 499px) {
    .about-video .videoWrapper .button {
        width:16%;
        padding-bottom: 13%
    }
}

.about-video .videoWrapper:hover .button,.about-video .videoWrapper:focus .button,.about-video .videoWrapper.active .button {
    transform: scale(1.25) rotate(360deg);
    opacity: 1
}

.about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text-scroller {
    position: relative;
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: auto 100%
}

.text-scroller:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.84)
}

.text-scroller .centered {
    max-width: 1700px
}

@media (min-width: 1951px) {
    .text-scroller .centered {
        max-width:90%
    }
}

.text-scroller .owl-carousel-text {
    margin-bottom: 4em
}

.text-scroller .owl-carousel-text .item {
    text-align: center;
    color: #dcdcdc
}

.text-scroller .owl-carousel-text .item .h2 {
    margin-bottom: 0;
    color: #dcdcdc
}

.text-scroller .owl-carousel-text .item .text {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25em
}

.text-scroller .owl-container {
    margin: 0 90px 0
}

@media (max-width: 767px) {
    .text-scroller .owl-container {
        margin:0 40px
    }
}

@media (max-width: 767px) {
    .text-scroller .owl-nav [class*='owl-'] {
        width:40px;
        height: 50px
    }

    .text-scroller .owl-nav [class*='owl-'].owl-prev {
        left: -40px
    }

    .text-scroller .owl-nav [class*='owl-'].owl-next {
        right: -40px
    }
}

.text-scroller .button-container {
    margin-top: 3em;
    text-align: center
}

.text-scroller .button-container .btn {
    margin: 0.25em
}

.text-scroller .achievements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.text-scroller .achievements .item {
    flex: 0 0 25.5%;
    text-align: center;
    color: #dcdcdc
}

@media (max-width: 1199px) {
    .text-scroller .achievements .item {
        flex-basis:33.333%
    }
}

@media (max-width: 767px) {
    .text-scroller .achievements .item {
        flex-basis:50%;
        margin-bottom: 2em
    }
}

@media (max-width: 499px) {
    .text-scroller .achievements .item {
        flex-basis:100%
    }
}

.text-scroller .achievements .item .imageblock img {
    width: auto;
    max-width: 35%
}

.text-scroller .achievements .item .textblock {
    margin-top: 1em;
    padding: 0 1em;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.25em
}

@media (max-width: 1950px) {
    .text-scroller .achievements .item .textblock {
        font-size:1.2em
    }
}

#big .owl-stage-outer {
    padding: 5% 0 3.5%
}

@media (max-width: 640px) {
    #big .owl-stage-outer {
        padding:10% 0 12%
    }
}

#big .owl-item {
    transform: scale(1);
    transition: all 0.2s ease-out
}

#big .owl-item.center {
    transform: scale(1.2)
}

@media (max-width: 640px) {
    #big .owl-item.center {
        transform:scale(1.75)
    }
}

.gallery {
    position: relative;
    z-index: 2
}

@media (max-width: 1350px) {
    .gallery h2 {
        font-size:3.4rem
    }
}

@media (max-width: 1250px) {
    .gallery h2 {
        font-size:3.2rem
    }
}

@media (max-width: 1150px) {
    .gallery h2 {
        font-size:3.0rem
    }
}

@media (max-width: 1050px) {
    .gallery h2 {
        font-size:2.8rem
    }
}

@media (max-width: 975px) {
    .gallery h2 {
        font-size:2.4rem
    }
}

@media (max-width: 850px) {
    .gallery h2 {
        font-size:2.2rem
    }
}

.gallery #big .owl-item {
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 2
}

.gallery #big .owl-item .item {
    display: block
}

@media (min-width: 767px) {
    .gallery #big .owl-item .item.has-bg-video:hover img {
        opacity:0
    }

    .gallery #big .owl-item .item.has-bg-video:hover .textblock {
        opacity: 0
    }

    .gallery #big .owl-item .item.has-bg-video:hover:after {
        opacity: 1
    }
}

.gallery #big .owl-item img {
    display: block;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

.gallery #big .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock {
        padding:0.5em 0.8em
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock {
        padding:0.4em 0.7em
    }
}

.gallery #big .owl-item .textblock .title {
    margin-bottom: 0.3em;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.4rem
    }
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.2rem
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock .title {
        font-size:2.0rem
    }
}

@media (max-width: 550px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.8rem
    }
}

@media (max-width: 500px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.6rem
    }
}

@media (max-width: 480px) {
    .gallery #big .owl-item .textblock .title {
        font-size:1.4rem
    }
}

.gallery #big .owl-item .textblock .text {
    margin-bottom: 0.3em;
    font-size: 2.0rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.6rem
    }
}

@media (max-width: 950px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.4rem
    }
}

@media (max-width: 768px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.2rem
    }
}

@media (max-width: 550px) {
    .gallery #big .owl-item .textblock .text {
        font-size:1.0rem
    }
}

@media (max-width: 500px) {
    .gallery #big .owl-item .textblock .text {
        display:none
    }
}

.gallery #big .owl-item.center {
    z-index: 4
}

.gallery #big .owl-item.center .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/play.png") 50% 50% no-repeat;
    z-index: 6;
    opacity: 0;
    transition: opacity 0.2s ease-out
}

.gallery #big .owl-item.center .item .textblock {
    z-index: 5
}

.gallery #thumbs .owl-item {
    transition: all 0.2s ease-out;
    opacity: 1;
    cursor: pointer
}

.gallery #thumbs .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 3px #000
}

@media (max-width: 1100px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.6rem
    }
}

@media (max-width: 1000px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.4rem
    }
}

@media (max-width: 900px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.2rem
    }
}

@media (max-width: 780px) {
    .gallery #thumbs .owl-item .textblock {
        display:none
    }
}

.gallery #thumbs .owl-item:hover,.gallery #thumbs .owl-item:focus {
    opacity: 0.85
}

.gallery #thumbs .owl-item.current {
    opacity: 0.75
}

.gallery #thumbs .owl-item.current .textblock {
    display: none
}

.image-map .centered {
    max-width: 1540px
}

@media (min-width: 1951px) {
    .image-map .centered {
        max-width:77%
    }
}

.image-map .owl-container {
    margin: 0 90px 35px
}

.image-map .owl-carousel-gallery .item img {
    position: relative;
    z-index: 4
}

.image-map .owl-carousel-gallery .item .caption {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 0.25em 1.25em;
    font-size: 1.8rem;
    color: #fff;
    background: #009953;
    opacity: 0.75;
    z-index: 5
}

.image-map .owl-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.image-map .owl-thumbs>div {
    margin: 0 3px;
    background: #333;
    border: 3px solid #fafafa;
    cursor: pointer;
    transition: all 0.2s ease-out
}

.image-map .owl-thumbs>div img {
    transition: opacity 0.2s ease-out
}

.image-map .owl-thumbs>div:hover {
    border: 3px solid #bbb
}

.image-map .owl-thumbs>div:hover img {
    opacity: 0.75
}

.image-map .owl-thumbs>div.active {
    border: 3px solid #aaa
}

.image-map .owl-thumbs>div.active img {
    opacity: 0.4
}

.vemag-info {
    padding: 3.5em 0 5.5em;
    background: #444 url("../images/info-bg.jpg") 50% 50%/cover no-repeat
}

.vemag-info .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8)
}

.vemag-info .textblock {
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center
}

@media (max-width: 2560px) {
    .vemag-info .textblock {
        font-size:3.2rem
    }
}

@media (max-width: 1200px) {
    .vemag-info .textblock {
        font-size:3.0rem
    }
}

@media (max-width: 992px) {
    .vemag-info .textblock {
        font-size:2.8rem
    }
}

@media (max-width: 920px) {
    .vemag-info .textblock {
        font-size:2.6rem
    }
}

@media (max-width: 830px) {
    .vemag-info .textblock {
        font-size:2.4rem
    }
}

@media (max-width: 767px) {
    .vemag-info .textblock br {
        display:none
    }
}

.vemag-info .imageblock {
    margin: 2.5em 0
}

.vemag-info .imageblock img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

@media (max-width: 767px) {
    .vemag-info .imageblock img {
        max-width:300px
    }
}

@media (max-width: 600px) {
    .vemag-info .imageblock img {
        max-width:250px
    }
}

@media (max-width: 399px) {
    .vemag-info .imageblock img {
        max-width:220px
    }
}

.vemag-info .button-container {
    margin-top: 1.5em;
    text-align: center
}

.vemag-info-category {
    padding: 3.5em 0 5.5em;
}

.vemag-info-category .textblock.top{
font-weight: 700;
font-style: Bold;
font-size: 28px;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
margin: 0 auto;
}

.vemag-info-category .textblock.bottom{
font-weight: 300;
font-style: Light;
font-size: 32px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
margin: 0 auto;
}

/* Основной контейнер секции */
.partners-section {
  padding: 60px 0;
  background-color: #ffffff; /* Белый фон как на макете */
  font-family: sans-serif;    /* Замените на шрифт вашего проекта */
}

/* Ограничивающий контейнер 1320px */
.partners-section__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px; /* Отступы безопасности по бокам для мобильных */
  box-sizing: border-box;
}

/* Заголовок сверху по центру */
.partners-section__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  /* color: #333333; */
  margin: 0 0 50px 0; /* Отступ снизу до сетки логотипов */
  letter-spacing: 0.05em;
}

/* Адаптивная сетка для 5 логотипов */
.partners-section__grid {
  display: grid;
  /* На десктопе делит пространство на 5 равных колонок */
  grid-template-columns: repeat(5, 1fr); 
  gap: 30px; /* Расстояние между логотипами */
  align-items: center;
  justify-items: center;
}

/* Элемент сетки (обертка логотипа) */
.partners-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px; /* Фиксированная высота для выравнивания */
}

/* Стилизация изображений */
.partners-section__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Полупрозрачность и сероватый оттенок как на макете */
  opacity: 1; 
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

/* Эффект при наведении (логотип становится ярче) */
.partners-section__item:hover .partners-section__img {
  opacity: 1;
  filter: grayscale(0%);
}

/* --- АДАПТИВНОСТЬ ПОД МОБИЛЬНЫЕ РАЗРЕШЕНИЯ --- */

/* Планшеты и небольшие экраны (до 1024px) */
@media (max-width: 1024px) {
  .partners-section__grid {
    grid-template-columns: repeat(3, 1fr); /* 3 колонки */
    gap: 20px;
  }
  .partners-section__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

/* Мобильные телефоны (до 640px) */
@media (max-width: 640px) {
  .partners-section__grid {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки */
  }
  .partners-section__item {
    height: 90px;
  }
}

/* Экстремально малые экраны (до 320px) */
@media (max-width: 380px) {
  .partners-section__grid {
    grid-template-columns: 1fr; /* Логотипы встают один под другим */
    gap: 25px;
  }
  .partners-section__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* --- БАЗОВЫЕ НАСТРОЙКИ СЕКЦИИ --- */
/* --- БАЗОВЫЕ НАСТРОЙКИ СЕКЦИИ --- */
.reg-section {
  padding: 40px 0;
  background-color: #ffffff;
  /* font-family: Arial, sans-serif; */
  color: #333333;
}

.reg-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Заголовок сверху по центру */
.reg-section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #555555;
  margin: 0 0 40px 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* --- СЕТКА ФОРМЫ --- */
.reg-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 35px;
}

.reg-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Поля ввода */
.reg-form__input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #999999 !important;
  background-color: #ffffff;
  font-size: 15px;
  color: #333333;
  border-radius: 0;
  box-sizing: border-box;
}

.reg-form__input::placeholder {
  color: #666666;
}

.reg-form__input:focus {
  outline: none;
  border-color: #333333;
}

/* --- СПЕЦИФИЧЕСКИЕ ПОЛЯ --- */
.reg-form__field--select {
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
  gap: 15px;
      box-sizing: border-box;
    height: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 8px;
}

.reg-form__field-label {
  font-size: 16px;
  color: #333333;
}

/* Кастомный селект */
.reg-form__select-wrapper {
  position: relative;
  /* height: 43px; */
  border: 1px solid #999999;
  flex-shrink: 0;
}

.reg-form__select {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 20px 0 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: text-top;
}

.reg-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translate(-50%, -40%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #999999;
  pointer-events: none;
}

/* Контейнер списка */
/* Контейнер */
.custom-select-wrapper {
    position: relative;
    /* width: 100%; */
    /* max-width: 350px; Ширина всего блока */
    font-family: sans-serif;
}

/* Узкая кнопка вызова */
.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px; /* Уменьшили отступы, чтобы сделать её узкой */
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    min-height: 30px;
}

/* Маленькая стрелочка справа (как на скриншоте) */
.trigger-arrow {
    width: 24px;
    height: 24px;
    /* border-left: 1px solid #ccc; Разделительная линия */
    position: relative;
    margin-left: 10px;
}

.trigger-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translate(-50%, -75%) rotate(45deg); /* Рисуем уголок вниз */
    transition: transform 0.3s;
}

/* Поворот стрелки при открытии */
.active + .select-options .trigger-arrow::after {
    transform: translate(-50%, -25%) rotate(-135deg);
}

/* Выпадающий список */
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -200px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
}

.select-options.active { display: block; }

/* Стили из картинки (Зеленый фон и галочки) */
.select-options label {
    display: block;
    padding: 8px 12px;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.select-options input[type="checkbox"] { display: none; }

.select-options input[type="checkbox"]:checked + span {
    display: block;
    background-color: #A6E12D; /* Зеленый цвет */
    margin: -8px -12px;
    padding: 8px 12px 8px 35px;
    position: relative;
}

.select-options input[type="checkbox"]:checked + span::before {
    content: '✓';
    position: absolute;
    left: 12px;
    font-weight: bold;
}

/* --- НОВЫЙ ЧЕКБОКС ОБРАЗЦА ПРОДУКТА --- */
.reg-form__field--sample-checkbox {
  display: flex;
  align-items: center;
}

.reg-form__sample-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
}

.reg-form__checkbox-field .wpcf7-list-item {
  margin: 0;
}

/* Скрываем подпись "Да" от CF7, оставляем только квадрат */
.reg-form__checkbox-field .wpcf7-list-item-label {
  display: none;
}

.reg-form__checkbox-field input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  background: #ffffff;
}

.reg-form__checkbox-field input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333333;
}




/* Скрываем стандартные кружки */
.reg-form__checkbox2 input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Общий контейнер для кнопок */
.reg-form__checkbox2 .wpcf7-list-item {
    margin: 0 !important;
    display: inline-block;
}

/* Стили лейблов (кнопок) */
.reg-form__checkbox2 .wpcf7-list-item-label {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #b0b0b0;
    background: #fff;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    margin-left: -1px; /* Склеиваем рамки */
}


/* Состояние, когда радио-кнопка ВЫБРАНА */
.reg-form__checkbox2 input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #b8ff2d !important;
    color: #000 !important;
}
/* --- ПОДВАЛ ФОРМЫ (СОГЛАСИЯ И КНОПКА) --- */
.reg-form__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.reg-form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
}

.reg-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

/* Нижние чекбоксы */
.reg-form__checkbox .wpcf7-list-item {
  margin: 0;
}

.reg-form__checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  background: #ffffff;
}

.reg-form__checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333333;
}

.reg-form__checkbox .wpcf7-list-item-label {
  display: none;
}

.reg-form__checkbox-text {
  font-size: 16px;
  color: #000000;
}

.reg-form__checkbox-text a {
  color: #000000;
  text-decoration: underline;
}

/* Кнопка отправки */
.reg-form__submit-btn {
  background-color: #a6f600;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 12px 45px;
  cursor: pointer;
  border-radius: 0;
  transition: background-color 0.2s ease;
}

.reg-form__submit-btn:hover {
  background-color: #93db00;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff0000;
  margin-top: 5px;
}

/* --- АДАПТИВНОСТЬ --- */
@media (min-width: 480px) {
  .reg-form__checkboxes { min-width: 340px; }
}

@media (min-width: 640px) {
  .reg-form__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}

@media (min-width: 800px) {
  .reg-section__title { font-size: 28px; }
}

@media (min-width: 1024px) {
  .reg-section { padding: 60px 0; }
}

@media (min-width: 1200px) {
  .reg-section__container { padding: 0; }
  .reg-form__grid { gap: 32px 54px; }
}
/* Контейнер для выравнивания текста и кнопок */
.toggle-container {
    display: flex;
    /* align-items: center; */
    justify-content:flex-start;
    gap: 15px;
    box-sizing: border-box;
    /* height: 10px; */
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
}

/* Скрываем стандартные кружочки радио-кнопок */
.custom-toggle .wpcf7-list-item {
    margin: 0 !important;
 }

.custom-toggle input[type="radio"] {
    display: none;
}

/* Обертка для кнопок (имитация рамки с картинки) */
.custom-toggle span.wpcf7-list-item {
    display: inline-flex;
    overflow: hidden;
       border: 1px solid #999999;
    flex-shrink: 0;
}

/* Стили самих кнопок-лейблов */
.custom-toggle .wpcf7-list-item-label {
    display: inline-block;
    padding: 6px 15px;
    background: #fff;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    min-width: 35px;
    text-align: center;
    transition: all 0.2s ease;
}

/* Стиль для ВЫБРАННОГО варианта (серый фон, белый текст) */
.custom-toggle input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #a3a3a3;
    color: #fff;
}

/* Убираем отступы между кнопками, чтобы они плотно прилегали */
.custom-toggle label {
    margin: 0 !important;
    display: flex;
}


.product {
    padding: 0 0 30px
}

.product .centered {
    max-width: 1920px;
    padding: 0
}

.product .owl-stage {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.timer {
    padding-bottom: 0;
    background: #444 url("../images/timer-bg.jpg") 50% 50%/cover no-repeat
}

.timer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05)
}

.timer .timer-logo {
    display: block;
    margin: 2em auto 3em
}

@media (max-width: 992px) {
    .timer .timer-logo {
        max-width:500px;
        margin-top: 0;
        margin-bottom: 2em
    }
}

@media (max-width: 640px) {
    .timer .timer-logo {
        max-width:320px;
        margin-bottom: 0;
        padding-left: 15px
    }
}

@media (max-width: 450px) {
    .timer .timer-logo {
        max-width:290px;
        padding-left: 10px
    }
}

@media (max-width: 400px) {
    .timer .timer-logo {
        max-width:250px;
        padding-left: 10px
    }
}

.timer .timer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4em auto;
    cursor: default
}

@media (max-width: 992px) {
    .timer .timer-container {
        margin:3em auto
    }
}

@media (max-width: 640px) {
    .timer .timer-container {
        margin:2em auto
    }
}

.timer .timer-container>div {
    margin: 0 0.5em;
    text-align: right
}

.timer .timer-container>div .num {
    min-width: 1.05em;
    font-weight: 700;
    font-size: 19.2rem;
    line-height: 1em;
    color: #c4f641
}

@media (max-width: 1200px) {
    .timer .timer-container>div .num {
        font-size:16rem
    }
}

@media (max-width: 940px) {
    .timer .timer-container>div .num {
        font-size:12rem
    }
}

@media (max-width: 768px) {
    .timer .timer-container>div .num {
        font-size:9rem
    }
}

@media (max-width: 640px) {
    .timer .timer-container>div .num {
        font-size:7rem
    }
}

@media (max-width: 450px) {
    .timer .timer-container>div .num {
        font-size:6rem
    }
}

@media (max-width: 400px) {
    .timer .timer-container>div .num {
        font-size:5rem
    }
}

.timer .timer-container>div .label {
    margin: -2em -0.5em 0 0;
    padding: 2em 0.5em 0 0;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 0.9em;
    text-transform: uppercase;
    color: #666;
    border-right: 1px solid #666
}

@media (max-width: 1200px) {
    .timer .timer-container>div .label {
        font-size:3.2rem
    }
}

@media (max-width: 940px) {
    .timer .timer-container>div .label {
        font-size:2.8rem
    }
}

@media (max-width: 768px) {
    .timer .timer-container>div .label {
        font-size:2.4rem
    }
}

@media (max-width: 640px) {
    .timer .timer-container>div .label {
        font-size:2.2rem
    }
}

@media (max-width: 520px) {
    .timer .timer-container>div .label {
        font-size:2.0rem
    }
}

@media (max-width: 450px) {
    .timer .timer-container>div .label {
        font-size:1.8rem
    }
}

@media (max-width: 400px) {
    .timer .timer-container>div .label {
        font-size:1.6rem
    }
}

.timer .timer-container>div:last-child .label {
    border-right: 0
}

.timer .timer-text {
    display: flex
}

@media (max-width: 992px) {
    .timer .timer-text {
        flex-direction:column
    }
}

.timer .timer-text>div {
    flex: 1 1 auto
}

.timer .timer-text>.info {
    display: flex;
    align-items: flex-end;
    color: #fff
}

@media (max-width: 992px) {
    .timer .timer-text>.info {
        order:2;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 992px) {
    .timer .timer-text>.info .imageblock {
        margin-bottom:1em
    }
}

.timer .timer-text>.info .textblock {
    padding: 0.5em 1em 0;
    font-size: 2.4rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5)
}

@media (max-width: 1100px) {
    .timer .timer-text>.info .textblock {
        font-size:2.2rem
    }
}

@media (max-width: 1050px) {
    .timer .timer-text>.info .textblock {
        font-size:2.0rem
    }
}

@media (max-width: 992px) {
    .timer .timer-text>.info .textblock {
        text-align:center
    }
}

@media (max-width: 980px) {
    .timer .timer-text>.info .textblock {
        font-size:1.8rem
    }
}

@media (max-width: 768px) {
    .timer .timer-text>.info .textblock {
        text-shadow:1px 1px 3px rgba(0,0,0,0.9)
    }
}

@media (max-width: 520px) {
    .timer .timer-text>.info .textblock {
        padding:0;
        text-align: center
    }
}

@media (max-width: 450px) {
    .timer .timer-text>.info .textblock br {
        display:none
    }
}

.timer .timer-text>.location {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.timer .timer-text>.location .imageblock {
    margin-bottom: 2.5em
}

.timer .timer-text>.location .imageblock img {
    max-width: 100%
}

@media (max-width: 520px) {
    .timer .timer-text>.location .imageblock {
        width:180px
    }
}

.timer .timer-text>.location .loc-textblock {
    position: relative;
    padding-bottom: 60px
}

@media (max-width: 992px) {
    .timer .timer-text>.location .loc-textblock {
        display:flex;
        flex-direction: column;
        padding-bottom: 0
    }
}

.timer .timer-text>.location .loc-textblock .place {
    margin-bottom: 0.75em
}

@media (max-width: 992px) {
    .timer .timer-text>.location .loc-textblock .button-container {
        margin-bottom:60px;
        order: 6
    }
}

.timer .timer-text>.location .iconblock {
    position: absolute;
    right: 100%;
    bottom: 0%;
    width: 200px
}

@media (max-width: 992px) {
    .timer .timer-text>.location .iconblock {
        position:relative;
        right: auto;
        bottom: auto;
        margin: 0 auto;
        max-width: 180px;
        order: 5
    }
}

.timer .timer-text>.location .iconblock img {
    max-width: 100%
}

@media (max-width: 992px) {
    .timer .timer-text>.location .iconblock img {
        position:relative;
        right: -10px
    }
}

.loc-textblock {
    color: #666
}

.promo .loc-textblock {
    color: #fff
}

@media (max-width: 500px) {
    .promo .loc-textblock {
        width:100%;
        text-align: center
    }
}

.loc-textblock .stand,.loc-textblock .pav {
    font-weight: 700;
    font-size: 5.4rem;
    text-transform: uppercase;
    line-height: 1em
}

@media (max-width: 992px) {
    .loc-textblock .stand,.loc-textblock .pav {
        font-size:4.8rem
    }
}

@media (max-width: 640px) {
    .loc-textblock .stand,.loc-textblock .pav {
        font-size:3.2rem
    }
}

.loc-textblock .date {
    font-size: 2.5rem
}

.loc-textblock .place {
    font-size: 1.8rem
}

.grid {
    position: relative;
    z-index: 1;
    padding-top: 1px;
    padding-bottom: 0;
    background: #000
}

@media (max-width: 991px) {
    .grid {
        padding-top:0
    }
}

.grid h2,.grid h3 {
    color: #fff
}

@media (max-width: 700px) {
    .grid h2,.grid h3 {
        text-shadow:1px 1px 3px rgba(0,0,0,0.5)
    }
}

.grid h2 {
    margin-top: 2em;
    margin-bottom: 0.1em
}

.grid h3 {
    margin-top: 0;
    margin-bottom: 3em
}

.grid .centered {
    max-width: 1902px
}

@media (max-width: 991px) {
    .grid .titleblock {
        display:none
    }
}

.tooltip {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 0.92vw;
    opacity: 1
}

@media (max-width: 1950px) {
    .tooltip {
        font-size:1.6rem
    }
}

.tooltip .tooltip-inner {
    display: flex;
    align-items: center;
    min-width: 30em;
    background: #fff;
    border: 3px solid #52c34f;
    opacity: 1
}

.tooltip .tooltip-inner .text {
    flex: 1 1 auto;
    text-align: left;
    padding: 0.35em
}

.tooltip .tooltip-inner .text .name {
    margin-bottom: 0.35em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #52c34f
}

.tooltip .tooltip-inner .text .equip {
    margin-bottom: 0.25em;
    font-size: 0.9em;
    line-height: 1em;
    color: #52c34f
}

.tooltip .tooltip-inner .text .shortdesc {
    font-size: 0.75em;
    line-height: 1.15em;
    text-transform: none;
    color: #54505A
}

.tooltip .arrow:before {
    display: none
}

.item-grid-container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 34%;
    background: #5b9913 url("../images/booth-bg.jpg") 50% 50%/cover no-repeat;
    backface-visibility: hidden
}

@media (max-width: 991px) {
    .item-grid-container {
        display:none
    }
}

.item-grid {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    top: 30%;
    backface-visibility: hidden
}

.item-grid img.bg {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1
}

.item-grid img.test {
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.2
}

.item-grid .letter {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 4.5%;
    padding-bottom: 4.5%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out
}

.item-grid .letter.letter1 {
    left: 78.5%;
    top: -8%
}

.item-grid .letter.letter2 {
    left: 71.5%;
    top: 3%
}

.item-grid .letter.letter3 {
    left: 55%;
    top: 48%
}

.item-grid .letter.letter4 {
    left: 54%;
    top: -11%
}

.item-grid .letter.letter5 {
    left: 42%;
    top: 24%
}

.item-grid .letter.letter6 {
    left: 45.5%;
    top: 58%
}

.item-grid .letter.letter7 {
    left: 19.5%;
    top: -9%
}

.item-grid .letter.letter8 {
    left: 14.5%;
    top: 50%
}

.item-grid .letter.active {
    transform: scale(1.5);
    filter: drop-shadow(0 0 20px #fff)
}

.item-grid .human {
    position: absolute;
    left: 14.5%;
    bottom: 0;
    width: 14%;
    padding-bottom: 12%;
    background: url("../images/human.png") 50% 100%/contain no-repeat
}

.item-grid .item {
    display: block;
    position: absolute;
    left: 0%;
    top: 80%;
    padding-bottom: 8%;
    font-size: 1vw;
    color: #333;
    cursor: pointer;
    backface-visibility: hidden
}

.item-grid .item>.num {
    position: absolute;
    left: 10%;
    bottom: -0.6em;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1em;
    z-index: 5
}

.item-grid .item>.num.num2 {
    left: 80%
}

.item-grid .item .tip {
    display: none;
    position: absolute;
    bottom: 105%;
    display: none;
    align-items: center;
    width: 20em;
    padding: 0.25em 0.35em;
    color: #52c34f;
    background: #fff;
    border: 3px solid #52c34f;
    z-index: 100
}

.item-grid .item .tip .equip {
    font-size: 0.95em
}

.item-grid .item .tip>.number {
    margin-right: 0.25em;
    font-size: 2em
}

.item-grid .item .tip .shortdesc {
    color: #333;
    font-weight: 300;
    font-size: 0.7em
}

.item-grid .item.tip-mid .tip {
    left: 50%;
    margin-left: -150px
}

.item-grid .item:hover .tip {
    display: flex
}

.item-grid .item .imageblock {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    z-index: 4
}

.item-grid .item .textblock {
    position: absolute;
    padding: 0 3em;
    line-height: 1.55em;
    white-space: nowrap;
    transition: all 0.15s ease-out;
    backface-visibility: hidden
}

@media (max-width: 991px) {
    .item-grid .item .textblock {
        white-space:normal
    }
}

.item-grid .item .textblock .equip {
    font-weight: 700;
    text-transform: uppercase;
    z-index: 3
}

.item-grid .item .textblock .name {
    font-weight: 300;
    font-size: 0.95em;
    z-index: 3
}

@media (max-width: 991px) {
    .item-grid .item .textblock .name {
        min-height:2.6em
    }
}

@media (max-width: 767px) {
    .item-grid .item .textblock .name {
        min-height:0
    }
}

.item-grid .item.inactive {
    cursor: default
}

.item-grid .item.inactive .textblock {
    display: none
}

.item-grid .item:hover:not(.inactive) {
    opacity: 0.95
}

.item-grid .item:hover:not(.inactive) .imageblock {
    filter: drop-shadow(0 0 10px #fff)
}

.item-grid .item:hover:not(.inactive) .textblock {
    color: #fff
}

.item-grid .item:hover:not(.inactive) .textblock:before,.item-grid .item:hover:not(.inactive) .textblock:after {
    background-color: #fff
}

.item-grid .item:hover:not(.inactive) .textblock .frame {
    border-color: #fff
}

.item-grid .item:hover:not(.inactive) .textblock .frame:after {
    background-color: #fff
}

.item-grid .item.item1 {
    left: 89%;
    top: -22%;
    width: 6%;
    padding-bottom: 8%
}

.item-grid .item.item2 {
    left: 95%;
    top: -12%;
    width: 4%;
    padding-bottom: 6%
}

.item-grid .item.item2 .num {
    left: 20%
}

.item-grid .item.item3 {
    left: 81%;
    top: -4%;
    width: 8%;
    padding-bottom: 6.5%
}

.item-grid .item.item3 .num {
    left: 50%
}

.item-grid .item.item4 {
    left: 69%;
    top: 12%;
    width: 14%;
    padding-bottom: 7.5%
}

.item-grid .item.item4 .num {
    left: 63%
}

.item-grid .item.item4 .num.num2 {
    bottom: -0.25em;
    left: 20%
}

.item-grid .item.item5 {
    left: 85%;
    top: 25%;
    width: 11%;
    padding-bottom: 6%
}

.item-grid .item.item5 .num {
    left: 50%
}

.item-grid .item.item6 {
    left: 97%;
    top: 40%;
    width: 4%;
    padding-bottom: 4%
}

.item-grid .item.item6 .num {
    left: 60%
}

.item-grid .item.item7 {
    left: 90%;
    top: 48%;
    width: 8%;
    padding-bottom: 7%
}

.item-grid .item.item7 .num {
    left: 75%
}

.item-grid .item.item8 {
    left: 89%;
    top: 72%;
    width: 5%;
    padding-bottom: 5%
}

.item-grid .item.item9 {
    left: 73%;
    top: 69%;
    width: 10%;
    padding-bottom: 6%
}

.item-grid .item.item9 .num.num1 {
    left: 25%;
    bottom: -0.1em
}

.item-grid .item.item9 .num.num2 {
    left: 55%
}

.item-grid .item.item10 {
    left: 53%;
    top: 59%;
    width: 16%;
    padding-bottom: 8%
}

.item-grid .item.item10 .num {
    left: 54%;
    bottom: 0.4em
}

.item-grid .item.item11 {
    left: 69%;
    top: 50%;
    width: 4%;
    padding-bottom: 5%
}

.item-grid .item.item11 .num {
    left: 70%;
    bottom: -0.2em
}

.item-grid .item.item12 {
    left: 64%;
    top: 48%;
    width: 5%;
    padding-bottom: 4%
}

.item-grid .item.item12 .num {
    left: 70%;
    bottom: -0.3em
}

.item-grid .item.item13 {
    left: 59.5%;
    top: 43%;
    width: 5%;
    padding-bottom: 4%
}

.item-grid .item.item13 .num {
    left: 70%;
    bottom: -0.35em
}

.item-grid .item.item14 {
    left: 64%;
    top: 26%;
    width: 3%;
    padding-bottom: 5%
}

.item-grid .item.item14 .num {
    left: 95%
}

.item-grid .item.item15 {
    left: 66.5%;
    top: 3%;
    width: 4%;
    padding-bottom: 4%
}

.item-grid .item.item15 .num {
    left: 40%
}

.item-grid .item.item16 {
    left: 55%;
    top: -19%;
    width: 13%;
    padding-bottom: 10%
}

.item-grid .item.item16 .num.num1 {
    left: 60%;
    bottom: 0.5em
}

.item-grid .item.item16 .num.num2 {
    left: 20%
}

.item-grid .item.item17 {
    left: 57.5%;
    top: 22%;
    width: 4%;
    padding-bottom: 4%
}

.item-grid .item.item17 .num {
    left: 65%;
    bottom: -0.3em
}

.item-grid .item.item18 {
    left: 44%;
    top: 19%;
    width: 10%;
    padding-bottom: 8%
}

.item-grid .item.item18 .num {
    left: 79%;
    bottom: 0.2em
}

.item-grid .item.item19 {
    left: 43.5%;
    top: 68%;
    width: 4%;
    padding-bottom: 4%
}

.item-grid .item.item20 {
    left: 37%;
    top: 64%;
    width: 6%;
    padding-bottom: 6%
}

.item-grid .item.item21 {
    left: 27%;
    top: 59%;
    width: 6%;
    padding-bottom: 6%
}

.item-grid .item.item22 {
    left: 36%;
    top: 34%;
    width: 6%;
    padding-bottom: 7%
}

.item-grid .item.item23 {
    left: 31%;
    top: 30%;
    width: 6%;
    padding-bottom: 7%
}

.item-grid .item.item24 {
    left: 26%;
    top: 26%;
    width: 6%;
    padding-bottom: 7%
}

.item-grid .item.item25 {
    left: 42%;
    top: 9%;
    width: 4.5%;
    padding-bottom: 3.5%
}

.item-grid .item.item26 {
    left: 38.5%;
    top: -2%;
    width: 4%;
    padding-bottom: 3%
}

.item-grid .item.item26 .num {
    left: -19%;
    bottom: -0.4em
}

.item-grid .item.item27 {
    left: 29%;
    top: -14%;
    width: 5.5%;
    padding-bottom: 7%
}

.item-grid .item.item27 .num {
    left: -19%;
    bottom: -0.4em
}

.item-grid .item.item28 {
    left: 12.5%;
    top: -16%;
    width: 8%;
    padding-bottom: 7%
}

.item-grid .item.item29 {
    left: 3%;
    top: -8%;
    width: 5%;
    padding-bottom: 6%
}

.item-grid .item.item30 {
    left: 5%;
    top: 19%;
    width: 4%;
    padding-bottom: 5%
}

.item-grid .item.item31 {
    left: 1%;
    top: 24%;
    width: 4%;
    padding-bottom: 5%
}

.item-grid .item.item32 {
    left: 3%;
    top: 46%;
    width: 4%;
    padding-bottom: 6.5%
}

.item-grid .item.item33 {
    left: 7.5%;
    top: 34%;
    width: 6%;
    padding-bottom: 6.5%
}

.item-grid .item.item34 {
    left: 14%;
    top: 18%;
    width: 7%;
    padding-bottom: 6.5%
}

.booth-carousel {
    position: relative;
    margin-top: -2px;
    padding: 1px 0;
    background: #000
}

@media (max-width: 991px) {
    .booth-carousel .centered {
        padding:0
    }
}

@media (max-width: 2560px) {
    .booth-carousel .centered {
        max-width:2000px
    }
}

@media (min-width: 2561px) {
    .booth-carousel .centered {
        max-width:80%
    }
}

.booth-carousel h2 {
    margin: 1.5em 0;
    color: #fff
}

@media (max-width: 991px) {
    .booth-carousel h2 {
        padding:0 15px
    }
}

@media (max-width: 767px) {
    .booth-carousel .desktop {
        display:none
    }
}

@media (min-width: 768px) {
    .booth-carousel .mobile {
        display:none
    }
}

.booth-carousel .owl-container {
    margin: 0 90px 0
}

@media (max-width: 767px) {
    .booth-carousel .owl-container {
        margin:0 40px
    }
}

@media (max-width: 767px) {
    .booth-carousel .owl-nav [class*='owl-'] {
        width:40px;
        height: 50px
    }

    .booth-carousel .owl-nav [class*='owl-'].owl-prev {
        left: -40px
    }

    .booth-carousel .owl-nav [class*='owl-'].owl-next {
        right: -40px
    }
}

.booth-carousel .owl-item {
    background: #fff;
    border-radius: 2em
}

.booth-carousel .owl-item .item {
    display: flex;
    flex-direction: row
}

.booth-carousel .owl-item .item .imageblock {
    position: relative;
    margin: 1em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.booth-carousel .owl-item .item .imageblock .numblock {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    transform: translateX(-50%);
    z-index: 3
}

.booth-carousel .owl-item .item .imageblock.desktop {
    flex: 1 1 35%;
    min-height: 17vw
}

.booth-carousel .owl-item .item .imageblock.mobile {
    margin: 0 0 2em;
    padding: 0
}

.booth-carousel .owl-item .item .imageblock.mobile img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1
}

.booth-carousel .owl-item .item .textblock {
    flex: 1 1 65%;
    margin: 1em;
    padding-left: 2em;
    font-weight: 300;
    border-left: 1px solid #54505A
}

@media (max-width: 767px) {
    .booth-carousel .owl-item .item .textblock {
        margin:1.5em;
        padding-left: 0;
        border-left: 0
    }
}

.booth-carousel .owl-item .item .textblock .title {
    margin-bottom: 0.55em;
    font-size: 1.45em;
    line-height: 1.15em
}

.booth-carousel .owl-item .item .textblock .title .name {
    font-weight: 700
}

@media (max-width: 767px) {
    .booth-carousel .owl-item .item .textblock .title {
        font-size:1.6em;
        text-align: center
    }
}

.booth-carousel .owl-item .item .textblock .text {
    font-size: 0.9em;
    line-height: 1.3em
}

.booth-carousel .owl-item .item .textblock .text .desc {
    font-weight: 300
}

@media (max-width: 1650px) {
    .booth-carousel .owl-item .item .textblock .text .desc {
        font-size:1.2em
    }
}

@media (max-width: 767px) {
    .booth-carousel .owl-item .item .textblock .text .desc {
        font-size:1.5em;
        line-height: 1.3em
    }
}

.booth-carousel .owl-item .item .textblock .text .desc .read-more {
    margin: 0.5em 0
}

.booth-carousel .owl-item .item .textblock .text .desc .read-more-content {
    display: none;
    margin-top: 1em
}

.booth-carousel .owl-item .item .textblock .text .button-container {
    margin-top: 1em
}

.booth-carousel .owl-item .item .textblock .text .button-container a {
    display: inline-block;
    margin: 0.25em 0.45em
}

@media (max-width: 767px) {
    .booth-carousel .owl-item .item .textblock .text .button-container {
        text-align:center
    }
}

.booth-letters {
    padding: 2em 0 3.5em;
    color: #fff;
    background: #000
}

@media (max-width: 767px) {
    .booth-letters {
        padding-bottom:5em
    }
}

.booth-letters .centered {
    max-width: 1700px
}

@media (min-width: 1951px) {
    .booth-letters .centered {
        max-width:89%
    }
}

.booth-letters .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.booth-letters .items .item {
    flex: 0 0 25%;
    font-size: 1vw;
    font-weight: 300;
    text-decoration: none
}

@media (max-width: 1950px) {
    .booth-letters .items .item {
        font-size:1.6rem
    }
}

@media (max-width: 1199px) {
    .booth-letters .items .item {
        flex-basis:50%;
        font-size: 1.8rem
    }
}

@media (max-width: 767px) {
    .booth-letters .items .item {
        flex-basis:100%;
        margin-bottom: 2em
    }
}

.booth-letters .items .item .inner {
    display: flex;
    flex-direction: column;
    margin: 1.5em
}

@media (max-width: 767px) {
    .booth-letters .items .item .inner {
        margin:0.75em
    }
}

.booth-letters .items .item .inner .imageblock {
    flex: 0 0 auto;
    padding-bottom: 40%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-out
}

@media (max-width: 767px) {
    .booth-letters .items .item .inner .imageblock {
        flex-basis:10%;
        padding-bottom: 48%
    }
}

.booth-letters .items .item .inner .text {
    flex: 0 0 auto;
    padding: 1em 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #cacaca
}

@media (max-width: 767px) {
    .booth-letters .items .item .inner .text {
        font-size:1.2em;
        line-height: 1.2em;
        text-align: center
    }
}

.booth-letters .items .item:hover .imageblock,.booth-letters .items .item:focus .imageblock,.booth-letters .items .item:active .imageblock {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(255,255,255,0.5))
}

.booth-letters .button-container {
    text-align: center
}

.popup-item {
    font-size: 0.82vw
}

@media (max-width: 1950px) {
    .popup-item {
        font-size:1.6rem
    }
}

.popup-item .modal-dialog {
    margin: 0.5em;
    max-width: 40%
}

@media (max-width: 1950px) {
    .popup-item .modal-dialog {
        max-width:780px
    }
}

.popup-item .modal-dialog .modal-content {
    border-radius: 2em
}

.popup-item .modal-body {
    padding: 2em
}

.popup-item .modal-body button.close {
    font-size: 2.5em;
    top: 0.2em;
    right: 0.5em
}

.popup-item .modal-body .close-container a.close {
    font-size: 0.9em
}

.popup-item .item-data .title {
    margin-bottom: 1em
}

.popup-item .item-data .title .name {
    font-size: 1.7em;
    line-height: 1.05em
}

.popup-item .item-data .title .equip {
    font-size: 1.2em
}

.popup-item .item-data .imageblock {
    margin-bottom: 1em;
    padding-bottom: 45%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.popup-item .item-data .desc {
    font-size: 0.9em
}

.popup-item .item-data .button-container {
    margin-top: 1em
}

.popup-item .item-data .button-container .btn {
    margin: 0.25em
}

@media (max-width: 1199px) {
    .popup-item .item-data .button-container {
        text-align:center
    }
}

.partners {
    position: relative;
    z-index: 2;
    background: #fff
}

@media (max-width: 991px) {
    .partners {
        padding-top:0
    }
}

.partners .centered {
    max-width: 1540px
}

@media (min-width: 1951px) {
    .partners .centered {
        max-width:77%
    }
}

.partners h2 {
     font-size: 28px;
     font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase
}

.partners .owl-container {
    margin: 0 90px 0
}

.partners .textblock {
    max-width: 1200px;
    margin: 3% auto 3.5%;
    font-weight: 300;
    text-align: center;
    color: #4B505A
}

.partners .button-container {
    text-align: center
}

.owl-carousel-partners {
    margin: 0 auto;
}

.owl-carousel-partners .owl-dots {
    margin-top: 0.75em
}

.owl-carousel-partners .owl-item>div {
    padding-bottom: 100%;
    border: 1px solid #ddd
}

.owl-carousel-partners .owl-item>div img {
    width: 100%;
    backface-visibility: hidden
}

.owl-carousel-partners .owl-item>div img.bg {
    display: none
}

.owl-carousel-partners .owl-item>div .logo-container {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(255,255,255,0.65)
}

.owl-carousel-partners .owl-item>div .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.85);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: grey;
    opacity: 0;
    transition: all 0.3s ease-out
}

.owl-carousel-partners .owl-item>div .info .title {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
    line-height: 1.1em
}

.owl-carousel-partners .owl-item>div.hover .info {
    transform: scale(1);
    opacity: 1
}

.team {
    background: #fff
}

.team .centered {
    max-width: 1650px
}

@media (min-width: 1951px) {
    .team .centered {
        max-width:85%
    }
}

.team h2 {
    font-size: 28px;
font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase
}

.team .owl-container {
    margin: 0 90px 0
}

@media (max-width: 640px) {
    .team .owl-container {
        margin:0 60px
    }

    .team .owl-container .owl-carousel-team .owl-nav .owl-prev {
        left: -60px
    }

    .team .owl-container .owl-carousel-team .owl-nav .owl-next {
        right: -60px
    }

    .team .owl-container .owl-carousel-team .owl-nav [class*='owl-'] {
        width: 60px
    }
}

@media (max-width: 499px) {
    .team .owl-container {
        margin:0 45px
    }

    .team .owl-container .owl-carousel-team .owl-nav [class*='owl-'] {
        width: 45px
    }

    .team .owl-container .owl-carousel-team .owl-nav .owl-prev {
        left: -45px
    }

    .team .owl-container .owl-carousel-team .owl-nav .owl-next {
        right: -45px
    }
}

@media (min-width: 1951px) {
    .team .item {
        font-size:1vw
    }
}

.team .item .imageblock {
    margin: 0 auto 15px;
    max-width: 180px !important;
}

@media (min-width: 1951px) {
    .team .item .imageblock {
        max-width:90%;
        margin-bottom: 1em
    }
}

.team .item .textblock {
    text-align: center;
    font-weight: 300
}

.team .item .textblock .name {
    margin-bottom: 0.35em;
    font-size: 1.1vw;
    line-height: 1.15em;
    color: #54505a;
    width: 25rem;
}

@media (max-width: 1950px) {
    .team .item .textblock .name {
        font-size:2.4rem
    }
}

.team .item .textblock .phone {
    position: relative;
    margin-bottom: 0.38em;
    padding-bottom: 0.38em;
    font-size: 0.9vw;
    olor: #54505a
}

@media (max-width: 1950px) {
    .team .item .textblock .phone {
        font-size:2.1rem
    }
}

.team .item .textblock .phone:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #333
}

.team .item .textblock .phone a {
    color: #000
}

.team .item .textblock .contact {
    font-size: 1em
}

.team .item .textblock .contact .team-icon {
    display: inline-block;
    margin: 3px;
    height: 1.5em;
    width: 1.5em;
    font-size: 1em;
    transform: scale(1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-out
}

@media (max-width: 1950px) {
    .team .item .textblock .contact .team-icon {
        height:24px;
        width: 24px
    }
}

.team .item .textblock .contact .team-icon:hover {
    transform: scale(1.15)
}

.team .item .textblock .contact .team-email {
    background-image: url("../images/team-email.png")
}

.team .item .textblock .contact .team-whatsapp {
    background-image: url("../images/team-whatsapp.png")
}

.team .item .textblock .contact .team-telegram {
    background-image: url("../images/team-telegram.png")
}

.contact-us .centered {
    max-width: 1650px
}

@media (min-width: 1951px) {
    .contact-us .centered {
        max-width:85%
    }
}

.contact-us #map-contacts {
    min-height: 550px;
    border: 1px solid green
}

.contact-us #map-contacts .cont {
    text-align: center
}

.contact-us #map-contacts .cont h3 {
    margin: 5px 0 10px;
    font-size: 22px
}



.popup-text {
    font-size: 14px
}

.gallery-block {
    padding-top: 0;
    color: #fff
}

.gallery-block .nav-pills {
    justify-content: center
}

.gallery-block .nav-pills .nav-item {
    margin: 0.5em
}

.gallery-block .nav-pills .nav-link {
    padding: 0.25em 0.85em;
    font-size: 0.9em;
    color: #ccc;
    border: 2px solid #32b157;
    transition: all 0.2s ease-out
}

.gallery-block .nav-pills .nav-link:hover,.gallery-block .nav-pills .nav-link:focus,.gallery-block .nav-pills .nav-link.active {
    background: #32b157;
    color: #fff
}

@media (max-width: 1199px) {
    .gallery-block .nav-pills .nav-link {
        font-size:1em
    }
}

@media (max-width: 499px) {
    .gallery-block .nav-pills .nav-link {
        font-size:1.1em
    }
}

.gallery-block .tab-pane {
    padding: 1em 0 0
}

.gallery-block .tab-pane h3 {
    color: #fff
}

.gallery-block .tab-pane .items {
    display: flex;
    flex-wrap: wrap
}

.gallery-block .tab-pane .items .item {
    flex: 0 0 25%;
    backface-visibility: hidden
}

@media (max-width: 1199px) {
    .gallery-block .tab-pane .items .item {
        flex-basis:33.333%
    }
}

@media (max-width: 499px) {
    .gallery-block .tab-pane .items .item {
        flex-basis:50%
    }
}

.gallery-block .tab-pane .items .item .inner {
    display: block;
    margin: 1em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    transition: all 0.2s ease-out
}

.gallery-block .tab-pane .items .item .inner img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    backface-visibility: hidden
}

.gallery-block .tab-pane .items .item:hover .inner {
    transform: scale(1.05)
}

@media screen and (max-width: 1000px) {
   
}

@media screen and (max-width: 940px) {
    
}

@media screen and (max-width: 850px) {
    .item-grid .item .tip {
        width:250px !important
    }
}

@media screen and (max-width: 800px) {
    h2,.h2 {
        font-size:30px
    }

    h2.huge,.h2.huge {
        font-size: 36px
    }

    h3,.h3 {
        font-size: 22px
    }

    h3.huge,.h3.huge {
        font-size: 30px
    }
}

@media screen and (max-width: 768px) {
    .btn.huge {
        padding-left:15px;
        padding-right: 15px
    }

    section {
        padding: 50px 0
    }

    h2,.h2 {
        margin-top: 0;
        margin-bottom: 50px
    }

    .image-map h3 {
        margin-bottom: 1.5em
    }

    .item-grid .item:hover .tip {
        display: none
    }

    .modal .close-container {
        display: block
    }

    .item-data>.titleblock {
        flex-direction: column
    }

    .item-data>.titleblock .item-logo {
        padding-right: 0
    }

    .item-data {
        flex-direction: column
    }

    .item-data .textblock,.item-data .imageblock {
        width: 100%
    }

    .item-data .textblock {
        margin-bottom: 20px;
        text-align: center
    }

    .item-data .item-logo {
        margin-bottom: 2.5rem
    }

    .item-data .item-name {
        font-size: 1.8rem
    }

    .item-data .title-text {
        text-align: center
    }

    .popup-item .form-title {
        font-size: 1.8rem
    }

    .item-data>.imageblock {
        margin-left: 0;
        min-height: 300px
    }

    .item-data>.textblock {
        padding-top: 0
    }
}

@media screen and (max-width: 660px) {
    .popup-item .form-horiz {
        margin:0 auto;
        max-width: 450px
    }

    .popup-item .form-horiz .form-row .form-col {
        margin: 0 0 15px;
        width: 100%
    }

    .popup-item .form-horiz .form-row .form-col.buttonrow {
        margin-bottom: 0
    }

    .imagelist-h li {
        float: none;
        width: 100%;
        margin: 35px 0
    }
}

@media screen and (max-width: 640px) {
    h2,.h2 {
        font-size:28px
    }

    .partners .owl-container,.image-map .owl-container {
        margin: 0
    }

    .image-map .owl-container {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 580px) {
    .partners .owl-container,.image-map .owl-container {
        margin-left:0;
        margin-right: 0
    }
}

@media screen and (max-width: 500px) {
    .contact-us #map-contacts .cont {
        max-width:200px;
        line-height: 1.55em
    }

    .contact-us #map-contacts .cont h3 {
        font-size: 18px
    }

 
    .item-data>.imageblock {
        min-height: 220px
    }
}

@media screen and (max-width: 460px) {
   
    .imagelist-4 li {
        width: 100%;
        margin: 0 0 55px
    }

    .imagelist-4 li:nth-child(4n+1) {
        margin-left: 0
    }

    .imagelist-4 li:nth-child(4n+4) {
        margin-right: 0
    }
}

.vemag-info {
    background-image: url(/wp-content/themes/storefront-child/assets/images/09102023TASHKENTSAMA.jpg);
}

.asdas img {
    text-align: center;
    margin: 0 auto 1rem;
}

body:not(.home) .site-content {
/*    padding-bottom: 0;*/
}

.h5em   {
    height: 5em;
}

#gallery {
    margin-bottom: -2.4rem;
}
.team .flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.team .flex-container .item {
    margin: 1rem 1rem;
}


/*
.owl-carousel-team .owl-item:first-child {
    margin-left: -8rem;
}
.owl-carousel-partners .owl-item:first-child {
    margin-left: -8rem;
}
@media (max-width: 600px) {
    .owl-carousel-team .owl-item:first-child {
        margin-left: 0rem;
    }   
    .owl-carousel-partners .owl-item:first-child {
        margin-left: 0rem;
    }
}*/
/*
.partners-list {}
.partners-list .i-area {
    display: flex;
    align-items: center;
}
.partners-list .i-item {
    padding-bottom: 100%;
    border: 1px solid #ddd;
    position: relative;
}
.partners-list .i-item img {
    width: 100%;
    backface-visibility: hidden;
}
.partners-list .i-item .logo-container {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(255, 255, 255, 0.65);
}
.partners-list .i-item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.85);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: grey;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.partners-list .i-item .info .title {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
    line-height: 1.1em;
}*/

.partners-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.partner-item {
  position: relative;
  width: calc(100% / 4 - 30px); /* Ширина элемента */
  height: 30rem;
  margin: 1rem; /* Внешние отступы между элементами */
  border: 1px solid #ddd;
  overflow: hidden; /* Скрыть содержимое, выходящее за границы */
}
@media (max-width: 1115px) {
    .partner-item {
        width: calc(100% / 2 - 30px);
        height: 20rem; 
    }
}
@media (max-width: 600px) {
    .partner-item {
        height: 15rem; 
    }
}

.partner-item .background {
  width: 100%;
  padding-bottom: 100%; /* Соотношение сторон для фонового изображения */
  background-size: cover;
  position: relative;
}

.partner-item .logo-container {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(255, 255, 255, 0.65);
}

.partner-item .logo-container img.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.85);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: grey;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.partner-item:hover .info {
  transform: scale(1);
  opacity: 1;
}

.partner-item .title {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}

/*

body.page-id-53491 .owl-carousel-team .owl-item:first-child {
    margin-left: -48rem;
}
@media (max-width: 1000px) {
    body.page-id-53491 .owl-carousel-team .owl-item:first-child {
        margin-left: auto;
    }   
}*/


/* Общие стили для всех устройств */
.c-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px; /* Добавляем отступы по бокам для маленьких экранов */
}

.mashine-list {
    padding: 7rem 0;
}

.mashine-list h1 {
    color: rgb(84, 80, 90);
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}

.mashine--top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.mashine--top > a {
    display: block;
    color: #000;
    text-align: center;
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
}

.mashine--top > a span {
    display: block;
    margin: 0 auto;
    color: #54505a;
    font-size: 2rem;
}

.mashine--top > a .img {
    height: 230px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.mashine--top > a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    border-radius: 0;
}

.mashine--list {
    max-width: 80%;
    margin: 0 auto;
}

.mashine--list .item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-top: 1px solid #DCDCDC;
    justify-content: space-between;
    padding-top: 3rem;
}

.mashine--list .image {
    width: 49%;
}

.mashine--list .area {
    width: 49%;
}

.mashine--list .image img {
    max-width: 100%;
}

.mashine--list .area h3 {
    color: rgb(84, 80, 90);
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 2rem;
    font-size: 3.3rem;
    font-size: 34.0762px;
    line-height: 1.15em;
    text-transform: none;
}

.mashine--list .area p {
    color: #54505a;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 23px;
}

.mashine--list .area .buttons {
    padding-top: 2rem;
}

.mashine--list .area .buttons .btn-1 {
    color: #000000;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 1rem;
    background: #adf61d;
    white-space: nowrap;
}

.mashine--list .area .buttons .btn-2 {
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-left: 1rem;
    white-space: nowrap;
}

.mashine--list .area .buttons .btn-2 span {
    text-decoration: underline;
}

.mashine--list .area .buttons .btn-2 svg {
    margin-right: 10px;
}

.mashine--list .area .buttons .btn-3 {
    color: #82CD00;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
}

.mashine--list .area .buttons .btn-3 span {
    text-decoration: underline;
}

.mashine--list .area .buttons .btn-3 svg {
    margin-right: 10px;
}

.btn-2:hover,
.btn-3:hover {
    text-decoration: none !important;
}

.green-line {
    background: #82cd00;
    height: 2px;
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 6rem;
}

/* Адаптивные стили для мобильных устройств (меньше 768px) */
@media (max-width: 767px) {
    .mashine-list {
        padding: 4rem 0; /* Уменьшаем отступы для мобильных устройств */
    }

    .mashine--top {
        display: none; /* Скрываем блок .mashine--top на мобильных устройствах */
    }

    .mashine--list {
        max-width: 100%; /* Увеличиваем ширину для мобильных устройств */
    }

    .mashine--list .item {
        flex-direction: column; /* Меняем направление flex на колонку */
        padding: 2rem 0; /* Уменьшаем отступы для мобильных устройств */
    }

    .mashine--list .image,
    .mashine--list .area {
        width: 100%; /* Делаем ширину блоков 100% */
        text-align: center; /* Центрируем текст */
    }

    .mashine--list .area {
        margin-top: 2rem; /* Добавляем отступ между картинкой и текстом */
    }

    .mashine--list .area h3 {
        font-size: 24px; /* Уменьшаем размер заголовка для мобильных устройств */
    }

    .mashine--list .area p {
        font-size: 16px; /* Уменьшаем размер текста для мобильных устройств */
    }

    .mashine--list .area .buttons {
        flex-direction: column; /* Меняем направление flex на колонку */
        align-items: center;
    }
    .mashine--list .area .buttons br {
        display: none !important;
    }

    .mashine--list .area .buttons .btn-1,
    .mashine--list .area .buttons .btn-2,
    .mashine--list .area .buttons .btn-3 {
        display: block;
        margin: 2rem 0; /* Уменьшаем отступы между кнопками */
        width: 100%; /* Делаем кнопки на всю ширину */
    }
}

/* Стили для планшетов (768px — 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .mashine-list {
        padding: 5rem 0; /* Средний отступ для планшетов */
    }

    .mashine-list h1 {
        font-size: 26px; /* Средний размер заголовка для планшетов */
    }

    .mashine--list .area h3 {
        font-size: 28px; /* Средний размер заголовка для планшетов */
    }

    .mashine--list .area p {
        font-size: 18px; /* Средний размер текста для планшетов */
    }
}

/* Стили для десктопов (1024px и больше) */
@media (min-width: 1024px) {
    .mashine-list {
        padding: 7rem 0; /* Большой отступ для десктопов */
    }

    .mashine-list h1 {
        font-size: 28px; /* Оригинальный размер заголовка для десктопов */
    }

    .mashine--list .area h3 {
        font-size: 34.0762px; /* Оригинальный размер заголовка для десктопов */
    }

    .mashine--list .area p {
        font-size: 23px; /* Оригинальный размер текста для десктопов */
    }

    .mashine--list .item {
        padding: 3rem 0; /* Большой отступ для десктопов */
    }

    .mashine--list .area .buttons {
        justify-content: flex-start; /* Кнопки выравниваются по левому краю */
    }

    .mashine--list .area .buttons .btn-1,
    .mashine--list .area .buttons .btn-2,
    .mashine--list .area .buttons .btn-3 {
        margin: 0 1rem; /* Отступы между кнопками для десктопов */
    }
}
.page-id-73027 .promo.video {
    aspect-ratio: auto;
}



/*  слайдер */

#big4 .owl-stage-outer {
    padding: 5% 0 3.5%
}

@media (max-width: 640px) {
    #big4 .owl-stage-outer {
        padding:10% 0 12%
    }
}

#big4 .owl-item {
    transform: scale(1);
    transition: all 0.2s ease-out
}

#big4 .owl-item.center {
    transform: scale(1.2)
}

@media (max-width: 640px) {
    #big4 .owl-item.center {
        transform:scale(1.75)
    }
}

@media (max-width: 1100px) {
    .gallery h2 {
        font-size:1.3em
    }
}

@media (max-width: 767px) {
    .gallery h2 {
        font-size:1.4em;
        margin-bottom: 1.5em
    }
}

@media (max-width: 399px) {
    .gallery h2 {
        font-size:1.3em
    }
}

.gallery h3 {
    margin: 2em 0 0;
    text-transform: none;
    text-align: center
}

@media (max-width: 767px) {
    .gallery h3 {
        display:none
    }
}

.gallery #big4 .owl-item {
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 2
}

.gallery #big4 .owl-item .item {
    display: block
}

@media (min-width: 767px) {
    .gallery #big4 .owl-item .item.has-bg-video:hover img {
        opacity:0
    }

    .gallery #big4 .owl-item .item.has-bg-video:hover .textblock {
        opacity: 0
    }

    .gallery #big4 .owl-item .item.has-bg-video:hover:after {
        opacity: 1
    }
}

.gallery #big4 .owl-item img {
    display: block;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

.gallery #big4 .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.2s ease-out
}

@media (max-width: 950px) {
    .gallery #big4 .owl-item .textblock {
        padding:0.5em 0.8em
    }
}

@media (max-width: 768px) {
    .gallery #big4 .owl-item .textblock {
        padding:0.4em 0.7em
    }
}

.gallery #big4 .owl-item .textblock .title {
    margin-bottom: 0.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:2.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:2.4rem
    }
}

@media (max-width: 950px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:2.2rem
    }
}

@media (max-width: 768px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:2.0rem
    }
}

@media (max-width: 550px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:1.8rem
    }
}

@media (max-width: 500px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:1.6rem
    }
}

@media (max-width: 480px) {
    .gallery #big4 .owl-item .textblock .title {
        font-size:1.4rem
    }
}

.gallery #big4 .owl-item .textblock .text {
    margin-bottom: 0.3em;
    font-size: 2.0rem;
    line-height: 1em
}

@media (max-width: 1200px) {
    .gallery #big4 .owl-item .textblock .text {
        font-size:1.8rem
    }
}

@media (max-width: 1050px) {
    .gallery #big4 .owl-item .textblock .text {
        font-size:1.6rem
    }
}

@media (max-width: 950px) {
    .gallery #big4 .owl-item .textblock .text {
        font-size:1.4rem
    }
}

@media (max-width: 768px) {
    .gallery #big4 .owl-item .textblock .text {
        font-size:1.2rem
    }
}

@media (max-width: 550px) {
    .gallery #big4 .owl-item .textblock .text {
        font-size:1.0rem
    }
}

@media (max-width: 500px) {
    .gallery #big4 .owl-item .textblock .text {
        display:none
    }
}

.gallery #big4 .owl-item.center {
    z-index: 4
}

.gallery #big4 .owl-item.center .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/play.png") 50% 50% no-repeat;
    z-index: 6;
    opacity: 0;
    transition: opacity 0.2s ease-out
}

.gallery #big4 .owl-item.center .item .textblock {
    z-index: 5
}

.gallery #thumbs .owl-item {
    transition: all 0.2s ease-out;
    opacity: 1;
    cursor: pointer
}

.gallery #thumbs .owl-item .textblock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6em 1em;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 3px #000
}

@media (max-width: 1100px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.6rem
    }
}

@media (max-width: 1000px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.4rem
    }
}

@media (max-width: 900px) {
    .gallery #thumbs .owl-item .textblock {
        font-size:1.2rem
    }
}

@media (max-width: 780px) {
    .gallery #thumbs .owl-item .textblock {
        display:none
    }
}

.gallery #thumbs .owl-item:hover,.gallery #thumbs .owl-item:focus {
    opacity: 0.85
}

.gallery #thumbs .owl-item.current {
    opacity: 0.75
}

.gallery #thumbs .owl-item.current .textblock {
    display: none
}

.image-map .centered {
    max-width: 80%
}

@media (max-width: 1950px) {
    .image-map .centered {
        max-width:1540px
    }
}

.owl-container {
    margin: 0 90px
}

@media (max-width: 640px) {
    .owl-container {
        margin:0
    }
}

.owl-carousel-gallery .item img {
    position: relative;
    z-index: 4
}

.owl-carousel-gallery .item .caption {
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 0.25em 1.25em;
    font-size: 1.8rem;
    color: #fff;
    background: #009953;
    opacity: 0.75;
    z-index: 5
}

.image-map .owl-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.image-map .owl-thumbs>div {
    margin: 0 3px;
    background: #333;
    border: 3px solid #fafafa;
    cursor: pointer;
    transition: all 0.2s ease-out
}

.image-map .owl-thumbs>div img {
    transition: opacity 0.2s ease-out
}

.image-map .owl-thumbs>div:hover {
    border: 3px solid #bbb
}

.image-map .owl-thumbs>div:hover img {
    opacity: 0.75
}

.image-map .owl-thumbs>div.active {
    border: 3px solid #aaa
}

.image-map .owl-thumbs>div.active img {
    opacity: 0.4
}

