/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

    /**
     * COLORS
     */
    --main-yellow:#F0AB00;
    /** Background colors */

    --bg-white: hsla(0, 0%, 100%, 1);
    --bg-blue: hsl(42.7, 100%, 47.1%);
    --bg-dark-blue: hsla(211,93%,31%,1);
    --bg-gray: #EFEFEF;

    --h2-color:#202020;



    /** Default colors */
    --white: hsl(0, 0%, 100%, 1);
    --black: hsl(0, 0%, 0%, 1);
    --text-red:#D52B1E;
    /**
     * TYPOGRAPHY
     */

    /** Font family */
    --fontFamily-default: 'Playfair Display', sans-serif;
    --fontFamily-noto_sans: 'Noto Sans', sans-serif;
    --fontFamily-manrope: 'Manrope', sans-serif;
    --fontFamily-open_sans: 'Open Sans', sans-serif;
    justify-content: space-between;

    /** Font size */
    --fontSize-0: 1rem;
    --fontSize-1: 2.9rem;
    --fontSize-2: 2.0rem;
    --fontSize-3: 1.8rem;
    --fontSize-4: 1.6rem;
    --fontSize-5: 1.5rem;
    --fontSize-6: 1.4rem;
    --fontSize-7: 1.2rem;
    --fontSize-8: 1.3rem;
    --fontSize-9: 0.75rem;
    --textFontSize: 0.86rem;

    /** Font weight */
    --weight-light:400;
    --weight-medium: 500;
    --weight-semiBold: 600;
    --weight-bold: 700;
    --weight-extraBold: 800;

    /** Line height */
    --lineHeight-1: 1.3;
    --lineHeight-2: 1.4;
    --lineHeight-08: 0.8rem;
    --lineHeight-20: 2rem;

    /**
     * BOX SHADOW
     */

    --shadow-1: 2px 3px 8px 0px rgba(99, 174, 248, 0.45);

    /**
     * BORDER RADIUS
     */

    --radius-6: 6px;
    --radius-7: 7px;
    --radius-8: 8px;
    --radius-circle: 50%;
    --radius-pill: 200px;

    /**
     * SPACING
     */

    --section-padding: 70px;

    /**
     * TRANSITION
     */

    --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;
    --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
    --cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);






    --background-base: #fff;
    --background-base-dark: #35444c;
    
    --background-secondary: #f7f7f8;
    --background-tertiary: #fdd319;
    --background-alternative: #e7e9ea;
    --background-emphasized: #fef3c2;

    --background-tint: #e0f7f8;
    --background-success: #e0ffe1;
    --background-notification-base-dark: #35444c;
    --background-notification-success: #e0ffe1;
    --background-notification-error: #ffe9ec;
    --background-icon: #eef0f1;
    --background-dropdown-hover: #eef0f1;
    --background-light: #fcfdfe;
    --background-teaser: #008b97;
    --background-pitstop: #1a2d58;
    --background-pws: #272f32;
    --background-variant: #fdd319;
    --background-gradient: linear-gradient(90deg,#fffdf8 5.47%,#fef7db 96.34%);

    --text-base: #4D4D4D;

    --interact-selected-enabled: #fdd319;
    --interact-selected-hover: #fdd319;
    --interact-selected-pressed: #ffbd0a;
    --interact-selected-focused: #fdd319;
    --interact-selected-disabled: #e7e9ea;
    --interact-unselected-enabled: #b0b6ba;
    --interact-unselected-hover: #97a0a5;
    --interact-unselected-pressed: #808a90;
    --interact-unselected-focused: #0395a1;
    --interact-unselected-disabled: #e7e9ea;
    --button-enabled-primary: #14b9c8;
    --button-enabled-secondary: #14b9c8;
    --button-disabled: #cbcfd2;
    --button-hover: #0395a1;
    --button-pressed: #055e5f;
    --button-border-focused: #0395a1;
    --button-primary-text: #fff;
    --button-primary-text-disabled: #808a90;
    --button-secondary-text: #35444c;
    --button-secondary-border: #68747a;
    --button-secondary-border-disabled: #b0b6ba;
    --button-secondary-border-hover: #35444c;
    --button-secondary-border-pressed: #000;
    --button-tertiary-text: #14b9c8;
    --button-error-default: #c92a2a;
    --button-error-hover: #ad2626;
    --button-error-pressed: #8e0000;
    --button-secondary-hover: #263238;
    --button-secondary-pressed: #263238;
    --field-enabled: #b0b6ba;
    --field-disabled: #cbcfd2;
    --field-hover: #808a90;
    --field-pressed: #35444c;
    --field-focused: #0395a1;
    --field-error: #c92a2a;
    --field-successs: #00bf3b;
    --ui-enabled: #35444c;
    --ui-disabled: #cbcfd2;
    --ui-shade: #263238;
    --ui-tint: #14b9c8;
    --ui-tint-shade: #055e5f;
    --ui-separator: #eef0f1;
    --ui-overlay-semi-transparent-black: rgba(0,0,0,.502);
    --ui-overlay-semi-transparent-white: hsla(0,0%,100%,.702);
    --ui-overlay--transparent: #0000;
    --ui-overlay--opaque: #35444c;
    --border-base: #000;
    --border-primary: #cbcfd2;
    --border-secondary: #e7e9ea;
    --border-selected: #fdd319;
    --border-notification-basic: #000;
    --border-notification-success: #d1f1d2;
    --border-notification-error: #f3dadd;
    --icon-default: #b0b6ba;
    --icon-base: #35444c;
    --icon-alternative: #68747a;
    --icon-inverted: #fff;
    --icon-tertiary: #fff;
    --icon-tertiary-inverted: #35444c;
    --icon-tint: #14b9c8;
    --icon-primary-success: #00bf3b;
    --icon-primary-error: #c92a2a;
    --icon-emphasized: #fdd319;
    --icon-rating: #faba39;
    --icon-shade: #263238;

    --font-transform-none: none;
    --font-transform-uppercase: uppercase;
}
a:is(:hover, :focus-visible) {
    color:var(--text-red);
}
.block-60 {
    flex: 0 0 60%; /* Фиксируем 60% ширины */

}

.block-40 {
    flex: 0 0 40%; /* Фиксируем 40% ширины */

}
.smap_text{font-family:var(--fontFamily-noto_sans);font-size: var(--textFontSize);color:var(--text-base);}
.industry_description{background-color: var(--bg-gray); font-family:var(--fontFamily-noto_sans);
    font-size: 13px;padding: 20px;color:var(--text-base);}

.sidebar{
    min-width: 25%;
}

.product_keyfeatures li{
    color: #4D4D4D;
    font-family:var(--fontFamily-noto_sans);
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-inline-start: 20px;
    margin-block-end: 1rem;
}
.product_keyfeatures li::before {
    content: "";
    background-image: url(/img/icons/li-arrow.svg);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 4px;
    inset-inline-start: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding-block-start: 1px;
    padding-inline-start: 4px;
    padding-inline-end: 4px;
}



.product_info{
    display: flex;
    flex-wrap: nowrap;
    gap: 30px; /* Расстояние между блоками */

    margin: 20px auto;
    justify-content: space-between;
}
section.products{
    display: flex;
}
.product_files{
    padding: 30px;
}
.product_about{
    color: #4D4D4D;
    font-family:var(--fontFamily-noto_sans);
    font-size: 14px;
    margin-bottom: 60px;
    line-height: 1.4rem;
}
.products_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Расстояние между блоками */

    margin: 20px auto;
    justify-content: space-between; /* Выравнивание по ширине */
}
.product_card{
    flex: 1 1 calc(33.333% - 30px); /* Каждый блок занимает треть строки */
    flex-direction: column;
    display: flex;
    padding: 1rem;
    background-color: #F7F7F7;
}
.product_top{
    background-color: #F7F7F7;
}
.file_link{
    color: var(--block-high-contrast-color, #202020);
    text-decoration: none;
    position: relative;
    padding-inline-start: 28px;
    margin-block-end: 1rem;
}
.file_link::before {
    content: "";
    background-color: #f0ab00;
    background-image: url(/img/icons/download.svg);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding-block-start: 1px;
    padding-inline-start: 4px;
    padding-inline-end: 4px;
}
.product_description{
    text-align: justify;
    color: #4D4D4D;
    font-family:var(--fontFamily-noto_sans);
    font-size: 13px;
    min-height: 225px;
    
}
.product_top .product_description{width:60%;}
.product_cats{min-height: 40px}
.product_title{
    padding: 40px 0px;
    text-align: center;
    min-height: 120px;
}
.product_big_title{
    padding: 40px 0px;
    font-size: 40px;
}
.product_big_title .product_title1{
    font-size: 40px;
    font-style:italic;
}
.product_big_title .product_title2{
    font-size: 40px;
}
.product_title1{
    display: inline;
    color:#002664;
    font-family:var(--fontFamily-noto_sans);
    font-size: 22px;
    font-weight: 900;
}
.product_title2{
    display: inline;
    color:#002664;
    font-family:var(--fontFamily-noto_sans);
    font-size: 22px;
    font-weight: 100;
    font-style:italic;
}
.product_categories{
    font-family: var(--fontFamily-noto_sans);
    font-size: 11px;
    font-weight: 400;
    color: #909090;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    line-height: 5px;
}
.product_button{
    padding: 10px 0px;
    text-align: right;
    margin-top: 20px;
}
.product_top{
    display: flex;
}

/*BUTTONS */
.more_button{
    border: 1px solid var(--main-yellow);
    border-radius: 3px;
    font-weight: lighter;
    font-size: smaller;
    padding: 8px 20px;
    display: inline;
}

.center{
    text-align: center;
}
.section.grey{
    background-color: #F3F3F3;
    margin-top: 60px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}

.margin-top-20{
    margin-top: 20px;
}
.margin-top-60{
    margin-top: 60px;
}

h1{
    font-family: var(--fontFamily-default);
    font-size: var(--fontSize-5);
    font-weight: normal;
    margin: 20px 0px;
}
h3{
    font-family: var(--fontFamily-noto_sans);
    font-size: var(--textFontSize);
    color: #909090;
    text-transform:uppercase;
    font-weight: normal;
    margin: 30px 0px 5px 0px;
}

.block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Расстояние между блоками */

    margin: 20px auto;
    justify-content: space-between; /* Выравнивание по ширине */
}

.direction .block-container{
    flex-wrap: wrap;
}
.direction .block{
    background-color: #F0F0F0;
    text-align: center;
    background-color: #F0F0F0;
}
.direction .block.active{
    background-color: var(--main-yellow);
}
.direction .text_block{
    text-align: center;
    padding:20px 0px;
}
.direction h2{
    font-weight: normal;
}

.block-container h2{
    color: var(--h2-color);
    font-size: var(--font-height-relaxed)
}
.block img{
    width: 100%;
}
.block .text{
    color: var(--text-base);
    font-size: var(--font-height-none)
}

.decisions .block_all {
    flex: 1 1 calc(33.333% - 30px); /* Каждый блок занимает треть строки */
    background-color: #FFF;
    justify-content: center;
    align-items: center;
    display: flex;
}
.decisions .block {
    flex: 1 1 calc(33.333% - 30px); /* Каждый блок занимает треть строки */
    background-color: var(--bg-gray);
}
.clients .block {
    flex: 1 1 calc(25% - 30px); /* Каждый блок занимает треть строки */
    background-color: var(--bg-gray);
    background-color: #FFF;
    border: 1px solid #DFDFDF;
    padding: 2rem;
}
.clients .block img {
    width: auto !important;
    max-height: 60px;
    margin: auto;
}
.block_all .text_block>h2{
    text-align: center;
}
.decisions .text_block{
    padding: 1.5rem;
}
.clients .text_block>h2, .decisions .text_block>h2{
    margin-bottom: 1rem;
    font-weight: normal;
}
.clients .text_block .text, .decisions .text_block .text{
    font-family: var(--fontFamily-noto_sans);
    font-size: var(--fontSize-9)
}


/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .block {
        flex: 1 1 calc(50% - 10px); /* Два блока в строке */
    }
     .decisions .block,.decisions .block_all {
    flex: 1 1 calc(50%); /* Каждый блок занимает треть строки */
    }
    .clients .block {
  flex: 1 1 calc(50% - 10px);}
}

@media (max-width: 480px) {
    .block {
        flex: 1 1 100%; /* Один блок в строке */
    }
}


.banner__slider-text{
    position:absolute;
    height:40vw;
    bottom: 10%;
  margin-top: -20vw;
  left: 10%;
  width: 35%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    overflow:hidden
}
.banner__slider-title{
    position:relative;
    padding-top:30px;
    margin-bottom:70px
}
.banner__slider-title h2{
    font-size:24px;
    color:#F5F5F5;
}
.banner__slider-title span{
    font-size:14px;
    color:#D4D4D4;
}
.banner__slider .site__slider-dots{
    bottom:3vw
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

a,
img,
span,
input,
button,
ion-icon {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
}

input,
button {
    background: none;
    border: none;
    font: inherit;
    color: inherit;
}

input {
    /*  width: 100%;*/
    outline: none;
}
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

ion-icon {
    pointer-events: none;
}

address {
    font-style: normal;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-white);
    color: var(--text-black);
    font-family: "Playfair Display";
    font-size: 16px;
    line-height: var(--lineHeight-4);
    overflow-y: overlay;
    min-width: 320px;
}

body.nav-active {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bg-blue);
    border-radius: var(--radius-pill);
}

.content-page ul li {
    list-style:disc;
    margin-inline-start: 25px;
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 10px 13px;
    background: rgb(182, 182, 182);
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.mob-hidden {
    display: none;
}

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
    padding-inline: 15px;
    width: 100%;
    margin-inline: auto;
}

.hover-1,
.hover-2 {
    transition: var(--transition-1);
}

.hover-1:is(:hover, :focus-visible) {
    /*color: var(--main-yellow);*/
    transform: translateX(3px);
}

.hover-2:is(:hover, :focus-visible) {
    color: var(--text-carolina-blue);
}

.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-30{
    margin-bottom:30px;
}
.margin-bottom-60{
    margin-bottom:60px;
}


.section {
    position: relative;
    overflow: hidden;
}

.section-title {
    margin-block-start: 1.125rem;
    font-size: 1.25rem;
    font-family: var(--fontFamily-manrope);
    line-height: 1.25rem;
    margin-block-end: 1.75rem;
    position: relative;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 59px;
    height: 3px;
    background: rgb(17, 106, 204);
}


.btn {
    /*background-image: var(--gradient-2);
    background-size: 200%;
    background-position: left;
    color: var(--white);
    font-size: var(--fontSize-6);
    font-weight: var(--weight-bold);
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: var(--transition-1);
    */

}

.btn:is(:hover, :focus-visible) {
    background-position: right;
}

.btn-primary {
    background-image: var(--gradient-1);
    background-size: 200%;
    background-position: left;
    color: var(--white);
    font-family: var(--fontFamily-ubuntu);
    font-weight: var(--weight-medium);
    line-height: var(--lineHeight-20);
    border-radius: var(--radius-7);
    box-shadow: var(--shadow-1);
    transition: var(--transition-1);
    padding: 9px 15px;
}

.btn-secondary {
    padding: 18px 30px;
}

.button-blue {
    display: flex;
    border-radius: 2px;
    box-shadow: 2px 3px 8px 0px rgba(99, 174, 248, 0.45);
    background: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
    color: rgb(255, 255, 255);
    font-family: var(--fontFamily-ubuntu);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 9px 24px 9px 24px;
    max-width: max-content;
    gap: 11px;
}

.button-blue-mehr {
    display: block;
    border-radius: 2px;
    box-shadow: 2px 3px 8px 0px rgba(99, 174, 248, 0.45);
    background: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
    color: rgb(255, 255, 255);
    font-family: var(--fontFamily-ubuntu);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 9px 62px 9px 62px;

    gap: 11px;
}

.btn-mehr {
    transform: translate(0, -23px);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    padding: 8px;
    max-width: max-content;
    margin-inline: auto;

}


.w-100 {
    width: 100%;
}

.img-holder {
    aspect-ratio: var(--width) / var(--height);
    background-color: var(--bg-gray);
    overflow: hidden;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textaligncenter{
    text-align: center;
}

main {
    display: grid;
    gap: 50px;
    margin-block-end: 16px;
}

.section-text {
    font-size: 0.875rem;
    /*margin-block-end: 70px;*/
}

.grid-list {
    display: grid;
    gap: 25px;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-size: var(--fontSize-6);
    margin-block: 20px;
}

.card-wrapper :is(.card-tag, .wrapper) {
    width: 100%;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: space-between;
}

.call-a, .call-b, .call-c, .call-d {
    max-width: 100%;
    min-width:0;
}

.calls-wrapper {
    display: grid;
    gap: 50px;
}
.call-a, .call-b, .call-c, .call-d {
    flex: 1 1 auto;
}

.call-bg {
    background-color: var(--bg-gray-call);
    border-radius: 2px;
}

.call-padding {
    padding-inline: 15px;
    padding-top: 32px;
    padding-bottom: 28px;
}
.call-padding-form {
    padding: 22px 65px 0 49px;
}

.call-c .call-padding-form {
    padding: 22px 20px 0 ;
}

.form-wrapper {

    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-block-end: 45px;
}

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.form-group label span {
    display: inline;
    color: var(--text-red);
}
.form-group select,.form-group textarea,
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password] {
    background-color: var(--white);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 11px 15px;
    color: var(--bg-dark-blue);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}
.form-group input::placeholder{
    color: rgb(208, 208, 208);
}

.form-group textarea {
    resize: none;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    padding: 8px 15px;
    min-height: 91px;
}
.form-group textarea:is(:hover, :focus-visible) {
    outline: none;
    color: var(--bg-dark-blue);
}
.form-group button[type=submit] {
    border-radius: 2px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 8px solid var(--white);
    background: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
    max-width: max-content;
    margin-inline: auto;
    font-family: var(--fontFamily-ubuntu);
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-white);
    padding: 16px 55px;
    transform: translate(0, 23px);
    transition: var(--transition-1);
}
.form-group button[type=submit]:is(:hover, :focus-visible) {
    transform: translate(0, 20px);
}

.radio-wpapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    max-width: max-content;
}

.radio {
    margin: 0.5rem;
}
.radio-label {
    display: flex;

}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    display: none;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";

    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50px;
    background: rgb(255, 255, 255);
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: var(--bg-blue);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;

}
.radio input[type="radio"]:disabled + .radio-label:before {


}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.form-btn-container .icons {
    font-size: 2.25rem;
}

/*-----------------------------------*\
  #online buchen
\*-----------------------------------*/
.form-blocks {
    margin-top: 1.9375rem;
    display: grid;
    gap: 1.3125rem;
}

.block-form {
    background-color: var(--bg-block-form);
    padding: 0.625rem 0.875rem 2.5rem;
}

.block-form-title {
    font-family: var(--fontFamily-manrope);
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 40px;
}

.block-form-title > span {
    width: 2.375rem;
    height: 2.375rem;
    box-shadow: 2px 3px 8px 0px rgba(99, 174, 248, 0.45);
    background: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
    border-radius: var(--radius-circle);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0px;
    color: var(--text-white);
}

.block-form-container {
    margin-block-start: 1.375rem;
    /*padding: 0 0 1.875rem 3rem;*/
}


.form-btn {
    background-size: 200%;
    background-position: left;
    border-radius: 2px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    background-image: var(--gradient-1);
    font-family: var(--fontFamily-ubuntu);
    font-size: 1rem;
    font-weight: var(--weight-medium);
    line-height: 20px;
    color: var(--text-white);
    max-width: max-content;

    padding: 1rem 1.5rem;
    margin-block-start: 2.5rem;
    margin-block-end: 1.25rem;
    transition: var(--transition-1);
}

.form-btn:is(:hover, :focus-visible) {
    background-position: right;
}

.block-form-grid {
    display: flex;
    flex-direction: column;
}

.form-btn-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 80%;
    min-width: 0;
    margin-inline: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-btn-container input[type="checkbox"] {
    display: none;
}

.form-btn-container label {
    box-sizing: border-box;
    border: 1px solid rgb(18, 148, 242);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    color: rgb(17, 106, 204);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    padding: 6px 25px;
    gap: 4px;
    transition: var(--transition-1);
    cursor: pointer;
}

.form-btn-container input[type="checkbox"]:checked + label {
    background: rgb(18, 148, 242);
    color: var(--text-white);
}

.zeit-container {
    display: grid;
    gap: 40px
}

.form-calendar {
    flex: 1 1 auto;
}

.form-list-container {
    display: grid;
    gap: 0.75rem;
}

.form-list-title {
    color: var(--main-yellow);
    font-size: 0.875rem;
    font-weight: var(--weight-bold);
    line-height: 1.0656rem;
}
.form-list-desc {
    color: rgb(176, 176, 176);
    font-size: 0.75rem;
    font-weight: var(--weight-medium);
    line-height: 0.75rem;
    margin-left: 5px;
}

.form-group-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 0.5625rem;
    margin-left: 0.375rem;
}
.form-group-wrapper input[type="radio"] {
    display: none;
}
.form-group-wrapper label {
    box-sizing: border-box;
    border: 1px solid rgb(18, 148, 242);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    color: rgb(18, 148, 242);
    padding: 5px 12px;
    transition: var(--transition-1);
    cursor: pointer;
    display: inline-block;
}

.form-group-wrapper input[type="radio"]:checked + label {
    background: rgb(18, 148, 242);
    color: var(--text-white);
}

.form-group-h {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.list-horizontal {
    flex-wrap: wrap;

    display: flex;
    column-gap: 19px;
}
.block-form-grid {
    display: grid;
    gap: 75px;
}
.form-h-title {
    min-width: 100%;
    margin-block-end: 0.625rem;
}

.details-container {
    font-size: 0.875rem;
    display: flex;
    row-gap: 28px;
    flex-direction: column;

}
.details-block > div {
    font-weight: var(--weight-bold);
    line-height: 1.1875rem;
}

.mob-last {
    order: 3;
}




/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header-top {
    background-color: #031e45;
    padding-top: 9px;
    padding-bottom: 9px;
    color: var(--text-light-gray);
    font-size: 0.75rem;
    font-weight: 400;
}

.top-block {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 9px;
    width: 100%;
    font-size: 12px;
    color:#F6F6F6;
    font-family: var(--fontFamily-open_sans);
}
.top-container a{    font-size: 12px;
    color:#F6F6F6;
    font-family: var(--fontFamily-open_sans);}

.header.active > .header-top,
.header.active > .empty-gray {
    display: none;
}

.header .btn {
    display: none;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-white);
    z-index: 4;
}
.header-container {
    padding-top: 16px;
    padding-bottom: 18px;
}

.header.active .header-container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header.active {
    position: fixed;
    border-block-end: 1px solid var(--border-gray);
    animation: slideIn 0.5s ease forwards;
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wrap-buttons {
    display: flex;
    gap: 19px;
}

.btn-call {
    height: 30px;
    width: 30px;
    background-size: 200%;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-1);
    background-image: linear-gradient(90.00deg, rgb(99, 174, 248),rgb(17, 106, 204) 100%,rgb(49, 132, 221) 100%);
}

.btn-call:is(:hover, :focus-visible) {
    background-position: right;
}

.wrap-open-btn {
    padding: 1px;
    background-color: var(--main-yellow);
}

.nav-open-btn {
    width: 28px;
    height: 28px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
    transition: var(--transition-1);
}

.nav-open-btn:is(:hover, :focus-visible) {
    background-color: var(--bg-blue);
}

.nav-open-btn:is(:hover, :focus-visible) > span {
    background: var(--bg-white);
}

.nav-open-btn > span {
    height: 2px;
    width: 18px;
    background-color: var(--main-yellow);
}

.nav-open-btn,
.nav-close-btn {
    color: var(--main-yellow);
    font-size: 2rem;
}

.navbar {
    position: fixed;
    top: 0;
    right: -340px;
    max-width: 340px;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-white);
    padding: 50px 15px 40px;
    z-index: 2;
    overflow-y: auto;
    visibility: hidden;
    transition: 0.25s var(--cubic-in);
}

.navbar.active {
    transform: translateX(-340px);
    visibility: visible;
    transition: 0.5s var(--cubic-out);
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block-end: 15px;
    margin-block-end: 15px;
    border-block-end: 1px solid var(--border-gray);
    width: 100%;
}

.navbar-list {
    border-block-end: 1px solid var(--border-white-alpha-15);
}

.navbar-link {
    font-family: var(--fontFamily-manrope);
    color:var(--text-red);
    font-weight: var(--weight-medium);
    padding-block: 10px;
    position: relative;
    max-width: max-content;
}

.navbar-link:is(:hover, :focus-visible) {
    color: var(--text-red);

}

.navbar-link:is(:hover, :focus-visible)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--text-red);
    height: 3px;
    width: 100%;
}

.navbar-link.current,
.navbar-link.active {
    color:#031e45;
}

.navbar-bottom {
    padding-block: 30px 20px;
    margin-block: 20px 25px;
    border-block: 1px solid var(--border-gray);
}

.navbar .link-list {
    display: grid;
    gap: 20px;
}

.navbar-bottom-link {
    color: #D52B1E;
    font-size: var(--fontSize-6);
    padding-block: 6px;
}

.navbar-button-white {
    display: flex;
    color: rgb(51, 51, 51);
    font-family: var(--fontFamily-ubuntu);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: center;
    padding: 9px 24px 9px 15px;
    max-width: max-content;
    gap: 11px;
}

.navbar-contacts {
    display: grid;
    gap: 10px;
    color: rgb(158, 162, 173);
}

.navbar-contacts a {
    color: rgb(0, 163, 255);
    display: inline;
}

.empty-gray {
    border: 1px solid var(--border-gray);
    background-color: var(--bg-gray);
    height: 7px;
}







/*-----------------------------------*\
  #TEXT
\*-----------------------------------*/

.text-container {
    margin-block-end: 1.5625rem;
    font-family: Manrope;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    letter-spacing: 0px;
    text-align: left;
}

.text-container p:not(:last-child) {
    margin-bottom: 20px;
}


/*-----------------------------------*\
  #FORM
\*-----------------------------------*/

.section-buchen {
    background-color: var(--bg-blue);
    padding-top: 19px;
    padding-bottom: 12px;
}

.form-container {
    display: grid;
    gap: 25px;
}

.form-title {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: var(--text-white);
    font-family: var(--fontFamily-ubuntu);
    font-weight: var(--weight-medium);
    line-height: 1.25rem;
    letter-spacing: -1%;

}

.form-container input[type=text] {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 11px 15px;
    color: var(--text-light-blue);
    font-size: 0.9375rem;
    font-weight: var(--weight-medium);
    line-height: 1.25rem;
    transition: var(--transition-1);
}

.form-container input[type=text]:is(:hover, :focus-visible) {
    outline: 2px solid var(--border-gray);
}

.form-container input[type=text]::placeholder {
    color: rgb(208, 208, 208);
}

.form-container input[type=submit] {
    max-width: max-content;
    border-radius: 2px;
    background-color: rgb(51, 135, 229);
    margin-inline: auto;
    padding: 16px 24px;
    color: var(--text-white);
    font-family: var(--fontFamily-ubuntu);
    font-weight: var(--weight-medium);
    line-height: 1.25rem;
    letter-spacing: -1%;
    text-align: center;
    transition: var(--transition-1);
}

.form-container input[type=submit]:is(:hover, :focus-visible) {
    background-color: var(--bg-dark-blue);
}

.form-container input[type="text"] {
    max-width: 360px;
}



.inst-wrapper {
    background-color: var(--bg-gray);
    padding-inline: 17px;
    padding-top: 1rem;
    padding-bottom: 3.125rem;
    border-radius: 9px;
}


/*-----------------------------------*\
  #ERFAHREN
\*-----------------------------------*/

.section-erfahren {
    margin-block-start: 18px;
}

.feedback-item {
    padding-inline: 15px;
    margin-block-start: 45px;
    transition: var(--transition-1);
}

.feedback-item:is(:hover, :focus-visible) {
    transform: translate(0, -4px);
}

.item-wrapper {
    border-radius: 9px;
    background: rgb(235, 237, 243);
    padding-inline: 22px;
    padding-bottom: 29px;
    color: rgb(0, 0, 0);
    font-family: var(--fontFamily-manrope);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: justify;
}
.item-user {
    position: relative;
}
.item-user-image {
    position: absolute;
    box-sizing: content-box;
    width: 65px !important;
    height: 65px;
    border: 10px solid white;
    margin-inline: auto;
    border-radius: 100%;
    left: calc(50% - 43px);
    top: 0;
    transform: translate(0, -43px);
}
.item-user-name {
    padding-top: 45px;
    margin-block-end: 37px;
    color: rgb(0, 0, 0);
    font-family: var(--fontFamily-manrope);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.item-user-name span{
    font-family: var(--fontFamily-manrope);
    font-size: 0.625rem;
    font-weight: var(--weight-bold);
    line-height: 1.25rem;
}
.item-text {
}




/*-----------------------------------*\
  #Kontakt
\*-----------------------------------*/

.section-kontakt {
    margin-block-end: 39px;
}

.kontakt-list {
    font-size: 14px;
    line-height: 19px;
    padding-top: 18px;
    margin-block-end: 34px;
}

.kontakt-list ul {
    display: grid;
    gap: 15px;
}

.kontakt-list li {
    display: flex;
    gap:10px;
    color: rgb(130, 136, 151);
}

.kontakt-list img {
    flex: 0 0 17px;
    align-self: center;
}

.kontakt-list a {
    color: rgb(0, 163, 255);
}

.kontakt-list p {
    color: rgb(158, 162, 173);
}

.kontakt-list a:is(:hover, :focus-visible) {
    text-decoration: underline;
}
.container-map {
    width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
    border: 1px solid rgb(235, 237, 243);
    background: rgb(235, 237, 243);
    padding-top: 16px;
    padding-bottom: 66px;
    margin-block-end: 16px;

}

.map-button {
    border-radius: 2px;
    background: rgb(255, 255, 255);
    padding: 8px;
    max-width: max-content;
    margin-inline: auto;
    margin-top: -43px;
}

.btn-map {
    background-image: var(--gradient-1);
    background-size: 200%;
    background-position: left;
    color: var(--white);
    font-family: var(--fontFamily-ubuntu);
    font-weight: var(--weight-medium);
    line-height: 20px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    transition: var(--transition-1);
    padding: 16px 24px;
    max-width: max-content;
    margin-inline: auto;
}

.btn-map:is(:hover, :focus-visible) {
    background-position: right;
}




/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

footer {
    background-color: var(--bg-gray);
    font-size: 14px;
    color: #202020;
    margin-top: 60px;
}
footer>.container{
    padding:30px 0px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

footer a {
    padding: 10px 0px;
    font-size: 14px;
    color: #031e45;
    display: flex;
    font-family: var(--fontFamily-open_sans);
}
footer a img{
    margin-right: 10px;
}

footer h2 {
    padding: 10px 0px;
    font-size: 12px;
    color: #031e45;
    font-weight: bold;
}

footer a:is(:hover, :focus-visible) {
    text-decoration: underline;
}
.footer_ico{
    height: 20px;
    width:auto;
    filter: grayscale(100%) brightness(40%);
}

.copyright-container {
    background-color: #031e45;
    color: var(--white);
    font-family: var(--fontFamily-noto_sans);
    font-size: 0.75rem;
    padding: 7px 21px;
}






/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--bg-dark-blue);
    color: var(--white);
    display: grid;
    place-items: center;
    border-radius: var(--radius-circle);
    border: 3px solid var(--bg-blue);
    transition: var(--transition-1);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}

.back-top-btn:is(:hover, :focus-visible) {
    box-shadow: var(--shadow-2);
}

.back-top-btn.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}



/*-----------------------------------*\
  #DATEPICKER
\*-----------------------------------*/
.ui-datepicker {
    max-width: 320px;

    margin: 0 auto 0;
    font-family:var(--fontFamily-ubuntu);
    border-radius: 10.85px;
    background: var(--bg-white);
    padding: 0 31px 10px;
}
.ui-datepicker table {
    width: 100%;
    text-align: center;
}

.ui-datepicker-header {
    color: hsla(0,0%,51%,1);
    font-family:var(--fontFamily-ubuntu);
    border-bottom: 1px solid rgb(189, 189, 189);
    margin-block-end: 14px;
    display: flex;
    padding: 12px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    order: 1;
    width: 18px;
    height: 18px;
    position: relative;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
    display: none;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.ui-datepicker-prev:before {
    content: url('/img/icon-datepicker-left.svg');
}

.ui-datepicker-next:before {
    content: url('/img/icon-datepicker-right.svg');
}

.ui-datepicker-next {
    order: 3;
}
.ui-datepicker table td{
    padding: 7px 0;
}
.ui-state-highlight {
    /*background-color: hsla(224,26%,65%,1);*/
    border-radius: 3px;
}

.ui-datepicker-current-day {
    border-radius: 3px;
    background: hsla(205,89%,51%,1);
    color: var(--text-white);
}

.ui-datepicker-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1875rem;
    display: flex;
    width: 100%;
    justify-content: center;
    order: 2;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {

    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 3%;
    text-transform: uppercase;

}


/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

@media screen and (min-width:575px) {

    .container {
        width: 100%;
        margin-inline: auto;
    }

    .dienst-list {
        grid-template-columns: 1fr 1fr;
    }

    .form-container {
        /* grid-template-columns: 1fr 1fr 1fr; */
    }

    .copyright-container {
        text-align: center;
    }
    .block-form-grid .form-group-wrapper {
        flex-direction: row;
        gap: 0.5625rem;
    }
}



@media screen and (min-width:768px) {

    main {
        gap: 70px;
    }
    main.page {
        gap:40px;
    }
    main.page .section-kontakt {
        margin-block-start: 40px;
    }

    .page .page-title {
        margin-block-end: 20px;
    }

    .container {
        width: 100%;
        margin-inline: auto;
    }

    .dienst-list {
        grid-template-columns: 1fr 1fr;
    }
    .section-text {
        background-color: hsla(224,24%,93%,1);
    }

    .uber-uns-container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .text-container {
        margin-block-end: 0;
    }

    .mob-hidden {
        display: block;
    }

    .section-buchen {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .form-container {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;

    }

    .form-container input[type="submit"] {
        margin-inline: unset;
    }

    .form-calendar {
        max-width: 50%;
    }

    .uber-uns-container {
        display: grid;
        gap: 33px;
        grid-template-columns: 1fr 2fr;
    }

    .gallery-wrapper {
        /*min-width: 0;*/
        min-width: 100%;
    }

    .footer-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer-block-brand ul {
        justify-content: center;
    }


    .form-btn-container {
        /* display: flex;
         flex-direction:row;
         row-gap: 30px;
         flex-wrap: wrap;
         min-width: 0;
         margin-inline: unset;
         width: 100%;*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        gap: 23px;
        padding: 42px 51px 31px;
    }



    .form-btn-container label {
        justify-content: flex-start;
        height: 100%;
        min-height: 3rem;
        padding: 0 11px;
    }
    .form-btn-container label:is(:hover, :focus-visible) {
        box-shadow: 2px 3px 8px 0px rgba(99, 174, 248, 0.45);
    }

    .zeit-container {
        display: flex;
    }
    .form-list-container {
        display: flex;
        flex-direction: column;
    }
    .form-group-h {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }
    .form-h-title {
        min-width: 40%;
    }

    .details-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.buchung_anmelden{
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width:574px) {
    .auth-link span{
        display: none;
    }
}
@media screen and (max-width:999px) {
    .buchung_anmelden{
        flex-direction: column;
        padding: 10px;
    }
    .popup-social {
        flex-direction: row !important;
        justify-content: space-around;
    }
    .buchung_fahrzeug{
        padding: 0px;
    }
}
@media screen and (min-width:1000px) {
    .direction .block-container{
    flex-wrap: nowrap;
}
    .buchung_anmelden{
        padding: 50px;
    }
    .top-container img, .top-container a {
        display: inline;
    }

    .buchung_fahrzeug{
        padding: 50px;
    }

    .top-block {
        width: max-content;
    }

    .top-container ._dynamic_adapt_, .top-container .top-fl {
        display: flex;
        gap: 7px;
    }

    .header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .dienst-list {
        grid-template-columns: 1fr 1fr ;
        gap: 31px;

    }






    .section-two-calls .section-title.page-title,
    .section-page .section-title.page-title {
        margin-inline-start: 43px;
        margin-block-start: 22px;
        margin-block-end: 24px;
    }

    .calls-wrapper {
        display: flex;
        gap: 28px;
    }

    .call-a {
        max-width: 676px;
    }

    .call-b {
        max-width: 475px;
    }

    .call-c {
        max-width: 575px;
    }

    .call-d {
        max-width: 575px;
    }


}

@media screen and (min-width:1180px) {
    .wrap-buttons {
        display: none;
    }

    .header-container .navbar-list {
        display: flex;
        flex: 1 1 auto;
        justify-content: space-around;
    }

    .header-container .link-list {
        display: flex;
        gap: 20px;
        justify-content: space-around;
        align-items: center;
    }

    .hover-1:is(:hover, :focus-visible) {
        transform: translateY(-3px);
        color: var(--text-red);
    }

    .container {
        max-width: 1180px;
        width: 100%;
        margin-inline: auto;
        padding-inline: 15px;
    }

    .dienst-list {
        grid-template-columns: 1fr 1fr;
        gap: 31px;
    }



    .map-container {
        display: flex;
        gap: 20px;
        width: 100%;
    }
    .map-wrapper {
        flex: 1 1 auto;
    }

    .container-map {
        padding-top: 23px;
        padding-bottom: 46px;
    }

    .map-wrapper iframe {
        outline: 2px solid var(--border-white);
    }

    .call-c .call-padding-form {
        padding: 22px 120px 0 92px;
    }

    .radio-wpapper {
        flex-wrap: nowrap;
    }

}



@media screen and (min-width:1180px) {

    .container {
        padding-inline: 0;
    }
    .dienst-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 31px;

    }
}

.help-block{
    font-size: small;
    color: tomato;
}

.site__slider-nav{
    position:absolute;
    right:0;
    top:-66px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.site__slider-nav-item{
    background:0 0;
    border:0;
    border-radius:0;
    padding:10px 20px;
    cursor:pointer
}
.site__slider-nav-item span{
    width:16px;
    height:28px;
    color:transparent;
    font-size:0;
    display:block;
    background:url(../img/icons/arrow-top.png) center no-repeat;
    background-size:contain
}
.site__slider-nav-item.prev span{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.site__slider-nav-item.next span{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.site__btn{
    display:block;
    border-radius:0;
    padding:17px 25px;
    font-size:18px;
    line-height:1.35;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    overflow:hidden
}
.site__btn_white{
    border:1px solid #fff;
    background:#fff
}
.site__btn.active,.site__btn_black{
    border:1px solid #303030;
    background:#303030;
    color:#fff
}
.site__btn_transparent{
    border:1px solid #303030;
    background:0 0
}
.site__btn.disabled{
    border:1px solid #b8b8b8;
    background:#b8b8b8;
    color:#fff;
    pointer-events:none
}
.site__input{
    width:100%;
    height:100%;
    display:block;
    background:0 0;
    padding:17px 25px;
    border-width:1px;
    border-radius:0;
    font-size:18px
}
.site__input::-webkit-input-placeholder{
    font-family:Opensans-Light;
    font-size:18px
}
.site__input::-moz-placeholder{
    font-family:Opensans-Light;
    font-size:18px
}
.site__input:-ms-input-placeholder{
    font-family:Opensans-Light;
    font-size:18px
}
.site__input::-ms-input-placeholder{
    font-family:Opensans-Light;
    font-size:18px
}
.site__input::placeholder{
    font-family:Opensans-Light;
    font-size:18px
}
.site__input-error{
    position:absolute;
    bottom:-16px;
    left:25px;
    font-size:10px;
    color:#ff2e2e;
    -webkit-transition:.3s;
    transition:.3s
}
.site__input-hint{
    position:absolute;
    top:5px;
    left:25px;
    font-size:10px;
    opacity:0;
    -webkit-transition:.3s;
    transition:.3s
}
.site__label{
    position:relative;
    display:block
}
.site__label:after{
    content:'';
    position:absolute;
    display:block;
    right:0;
    left:0;
    bottom:0;
    height:3px;
    background:0 0;
    -webkit-transition:.3s;
    transition:.3s
}
.site__label.error:after{
    background:#ff2e2e
}
.site__label.error .site__input::-webkit-input-placeholder{
    opacity:.6
}
.site__label.error .site__input::-moz-placeholder{
    opacity:.6
}
.site__label.error .site__input:-ms-input-placeholder{
    opacity:.6
}
.site__label.error .site__input::-ms-input-placeholder{
    opacity:.6
}
.site__label.error .site__input::placeholder{
    opacity:.6
}
.site__label.error .site__input-error{
    opacity:1
}
.site__label_transparent-white .site__input{
    border-color:#fff;
    color:#fff
}
.site__label_transparent-white .site__input::-webkit-input-placeholder{
    color:#fff
}
.site__label_transparent-white .site__input::-moz-placeholder{
    color:#fff
}
.site__label_transparent-white .site__input:-ms-input-placeholder{
    color:#fff
}
.site__label_transparent-white .site__input::-ms-input-placeholder{
    color:#fff
}
.site__label_transparent-white .site__input::placeholder{
    color:#fff
}
.site__label_transparent-white .site__input-hint{
    color:#fff
}
.site__label_transparent-white.focus:after{
    background:#fff
}
.site__label_transparent-black .site__input{
    border-color:#303030;
    color:#303030
}
.site__label_transparent-black .site__input::-webkit-input-placeholder{
    color:#303030
}
.site__label_transparent-black .site__input::-moz-placeholder{
    color:#303030
}
.site__label_transparent-black .site__input:-ms-input-placeholder{
    color:#303030
}
.site__label_transparent-black .site__input::-ms-input-placeholder{
    color:#303030
}
.site__label_transparent-black .site__input::placeholder{
    color:#303030
}
.site__label_transparent-black .site__input-hint{
    color:#303030
}
.site__label_transparent-black.focus:after{
    background:#303030
}
.site__label_border-bottom .site__input{
    padding:15px 25px;
    border:0;
    border-bottom:3px solid #303030;
    color:#303030;
    font-size:18px
}
.site__label_border-bottom .site__input::-webkit-input-placeholder{
    font-size:18px;
    color:#303030
}
.site__label_border-bottom .site__input::-moz-placeholder{
    font-size:18px;
    color:#303030
}
.site__label_border-bottom .site__input:-ms-input-placeholder{
    font-size:18px;
    color:#303030
}
.site__label_border-bottom .site__input::-ms-input-placeholder{
    font-size:18px;
    color:#303030
}
.site__label_border-bottom .site__input::placeholder{
    font-size:18px;
    color:#303030
}
.site__label_border-bottom .site__input-hint{
    color:#303030
}
.site__label.focus .site__input-hint{
    opacity:1
}
.site__label.focus .site__input::-webkit-input-placeholder{
    opacity:0
}
.site__label.focus .site__input::-moz-placeholder{
    opacity:0
}
.site__label.focus .site__input:-ms-input-placeholder{
    opacity:0
}
.site__label.focus .site__input::-ms-input-placeholder{
    opacity:0
}
.site__label.focus .site__input::placeholder{
    opacity:0
}
.site__form .site__label{
    width:100%
}
.site__form .site__label+.site__label{
    margin-top:20px
}
.site__form .site__label+.site__btn{
    margin-top:20px
}
.site__form .site__forgot-password{
    margin:20px 0 30px
}
.site__form .site__btn{
    width:100%
}
.site__form .site__btn+.site__btn{
    margin-top:30px
}
.site__form-btns-group{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.site__form-btns-group .site__btn{
    width:50%;
    margin-right:20px
}
.site__form-btns-group .site__btn:last-child{
    margin-right:0
}
.site__form-btns-group .site__btn+.site__btn{
    margin-top:0
}
.site__form .checkboxes__item+.site__btn{
    margin-top:30px
}
.site__page-top{
    padding:10px 0 0px
}
.site__page-title{
    padding-bottom:70px
}
.site__breadcrumbs{
    flex-wrap: wrap;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.site__breadcrumbs li{
    display:block;
    position:relative;
    padding-right:12px;
    margin: 0px 8px 8px 2px;
    position: relative;
    padding-inline-start: 20px;
    margin-block-end: 1rem;
}

.site__breadcrumbs li:last-child{
    margin-right:0;
    padding-right:0
}
.site__breadcrumbs li:last-child:after{
    display:none
}
.site__breadcrumbs li a,li.active{
    color:#202020;
    font-size:12px
}

.site__breadcrumbs li::before {
    content: "";
    background-image: url(/img/icons/bc_arrow.svg);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 4px;
    inset-inline-start: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding-block-start: 1px;
    padding-inline-start: 4px;
    padding-inline-end: 4px;
}

.site__back-to-shop{
    margin-left:8vw;
    padding-left:70px;
    display:block;
    background:url(../img/icons/arrow-left-grey-icon.svg) left center no-repeat;
    background-size:28px
}
.site__accordion{
    padding-bottom:20px
}
.site__accordion-btn{
    display:block;
    position:relative;
    line-height:1;
    font-size:18px;
    cursor:pointer
}
.site__accordion-btn:after{
    top:50%;
    margin-top:-9px;
    right:0;
    width:18px;
    height:18px;
    background:url(../img/icons/plus-grey-icon.svg) center no-repeat;
    background-size:contain
}
.site__accordion-content{
    padding-top:25px;
    display:none
}
.site__accordion .site__search{
    margin-bottom:0
}
.site__accordion .site__search input{
    width:100%
}
.site__accordion .site__search button{
    pointer-events:none
}
.site__accordion.open .site__accordion-btn:after{
    background:url(../img/icons/minus-grey-icon.svg) center no-repeat;
    background-size:contain
}
.site__accordion.open .site__accordion-content{
    display:block
}
.site__price-slider{
    margin-top:15px
}
.site__price-slider .noUi-target{
    border:0;
    background:#b8b8b8;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none
}
.site__price-slider .noUi-connect{
    background:#303030
}
.site__price-slider .noUi-horizontal{
    height:2px
}
.site__price-slider .noUi-horizontal .noUi-handle{
    width:20px;
    height:20px;
    right:-10px;
    top:-9px;
    border:0;
    background:#303030;
    background-size:contain;
    cursor:pointer;
    border-radius:50%;
    -webkit-box-shadow:none;
    box-shadow:none
}
.site__price-slider .noUi-horizontal .noUi-handle:after,.site__price-slider .noUi-horizontal .noUi-handle:before{
    display:none
}
.site__price-inputs{
    margin-top:40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    position:relative
}
.site__price-inputs:after{
    height:2px;
    width:22px;
    background:#b8b8b8;
    top:50%;
    margin-top:-1px;
    left:50%;
    margin-left:-11px
}
.site__price-input{
    display:block;
    border-radius:0;
    border:1px solid #b8b8b8;
    padding:17px;
    width:40%;
    font-size:18px;
    text-align:center
}
.site__pagination-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.site__pagination-link{
    color:#b8b8b8;
    padding:5px 25px
}
.site__pagination-item.active>.site__pagination-link{
    color:#000
}
.site__pagination-link-nav{
    display:block;
    position:relative
}
.site__pagination-link-nav:after{
    width:30px;
    height:30px;
    top:50%;
    margin-top:-15px;
    background:url(../img/icons/arrow-top.png) center no-repeat;
    background-size:contain
}
.site__pagination-link-nav_prev{
    padding-left:10px!important
}
.site__pagination-link-nav_prev:after{
    left:0;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.site__pagination-link-nav_next{
    padding-right:10px!important
}
.site__pagination-link-nav_next:after{
    right:0;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.site__pagination-item:first-child .site__pagination-link{
    padding-left:0
}
.site__pagination-item:last-child .site__pagination-link{
    padding-right:0
}
.site__forgot-password{
    display:block;
    font-size:18px;
    text-decoration:underline
}
.site__modal-header{
    margin-bottom:30px
}
.site__modal-header .site__title_4{
    text-align:center
}
.site__modal-header .total{
    margin-top:30px;
    font-size:22px;
    font-family:Opensans-Semibold;
    margin-bottom:20px
}
.site__modal-header .total span{
    font-size:inherit;
    font-family:inherit
}
.site__modal-header .comment{
    font-size:18px;
    line-height:1.5;
    color:#b8b8b8
}
.site__modal-form{
    background:#fff;
    padding:30px 30px;
    max-width: 620px;
    margin:0 auto;
    position:relative
}
.site__modal-form .mfp-close{
    top:20px;
    right:20px;
    color:#303030;
    opacity:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:30px;
    height:30px;
    background:#f0f0f0;
    font-size:30px
}
.site__modal-form .site__form-btns-group{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.site__modal-form .site__form-btns-group .text{
    width:100%;
    display:block;
    margin-bottom:30px;
    text-align:center;
    font-size:24px
}
.site__modal-form .site__form-btns-group .site__btn{
    width:45%;
    text-transform:uppercase
}
.site__modal-form .g-recaptcha{
    margin:20px 0 10px
}
.site__modal-mfp-overlay.mfp-bg{
    background:#b8b8b8;
    opacity:.8
}
.avatar{
    font-size: 14px;
    display: flex;
}
.avatar>.title{
    top: 11px;
    position: relative;
}
.avatar>div>img{
    background-size: 40px 40px;
    border: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;

    margin: 0px 10px 0px 10px;
    position: relative;
    height: 40px;
    width: 40px;
}
.auth-link{
    display:flex;
}
.site__modal-header{
    font-size: 20px;
    color: #00A3FF;
    text-align: center;
}
.auth-link{
    max-width: 280px;
    text-align: left;
    display: flex;
    border-radius: 7px;
    border: 1px solid #00A3FF;
    padding: 10px 10px;
    margin-bottom: 15px;
}
.auth-link>img{
    margin-right: 15px;
}
.auth-link>span{
    margin: auto;
}
.form-group{
    margin-bottom: 10px
}
.popup-social{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex{
    display: flex;
}
.justify-space-around{
    justify-content:space-around;
}
.justify-space-between{
    justify-content:space-between;
}
.justify-content-end{
    justify-content:end;
}
.hidden{
    display: none;
}
.padding-50{
    padding: 50px;
}


.full-width-block {
            width: 100%; /* Блок занимает всю ширину */
            height: 500px; /* Фиксированная высота */
            display: flex; /* Flexbox для выравнивания текста */
            justify-content: center; /* Горизонтальное выравнивание текста */
            align-items: center; /* Вертикальное выравнивание текста */
            background-position: center; /* Центрируем фон */
            background-size: cover; /* Растягиваем фон на весь блок, сохраняя пропорции */
            background-repeat: no-repeat; /* Отключаем повтор картинки */
            color: white; /* Цвет текста */
            font-size: 2rem; /* Размер текста */
            text-align: center; /* Центрируем текст */
            padding: 0 20px; /* Отступы для текста на маленьких экранах */
            margin-bottom: 30px;
        }

        /* Адаптация для мобильных устройств */
        @media (max-width: 768px) {
            .full-width-block {
                height: 300px; /* Уменьшаем высоту на мобильных */
                font-size: 1.5rem; /* Уменьшаем размер текста */
            }
        }
        
        
        .row {
  margin-right: 0px;
  margin-left: 0px;
}