

/* Start:/local/templates/avalon_public/styles/basic.css?17521553021927*/
/* 0. presstyles START*/

/*

/* Количество шрифтов
Source Sans 3 Regular 374
PT Serif Bold 258
Source Sans 3 Bold 105
PT Serif Regular 45
Source Sans Pro Regular 21
Source Sans 3 SemiBold 19
*/

html {
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow-x: hidden;
}

body {
	height: 100%;
	overflow-x: hidden;
	/* font-family: 'Geologica', 'sans-serif' !important; */
	font-family: 'Mulish', 'sans-serif' !important;

	scroll-behavior: smooth;
}

*,
*::before,
*:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

:root {
	/* Контейнеры */
	/* --container: clamp(360px, 100%, 1024px); */
	--container: 100%;

	--rezervTable: 152px 50px 50px 71px 60px 104px 60px 80px 60px;
	--reklamationTable: 142px 443px 86px;
	--ordersTable: 171px 96px 127px 171px 106px;
	--ordersImplementationTable: 158px 96px 206px 111px 100px;
	--orderDetailTable: 244px 72px 107px 153px 95px;

	/* Шрифты */
	--font-family: 'Mulish', sans-serif;
	--second-family: 'Mulish', sans-serif;
	--third-family: 'Mulish', sans-serif;

	/* цвета */
	--black-color: #0f100f;
	--svetlo-zelenyy-tekst: #8db184;
	--knopka-forma: #c5975b;
	--knopka-forma-navedenie: #e0a353;
	--zelenaya-knopka: rgba(255, 255, 255, 0.56);
	--chernyy: #0f100f;
	--zelenyy: #196b00;
	--svetlo-zelenyy: #bfd6b9;
	--zelenyy-navedenie: #145400;
}

@media (max-width: 1023px) {
	:root {
		--container: clamp(360px, 100%, 500px);
	}
}

.d-none {
	display: none !important;
}

.d-flex {
	display: flex !important;
}

.v-hidden {
	visibility: hidden !important;
}

.v-visible {
	visibility: visible !important;
}

.header * {
	padding: 0;
	margin: 0;
}

.wrapper {
	/* min-height: 100%; */
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 1 auto;
	background: #bfd6b9;
}

.footer {
}

/* 0. presstyles END*/

/* End */


/* Start:/local/templates/avalon_public/styles/public/header.css?172045098527798*/
/* DIALOG POP-UP START */
.dialog {
    position: fixed;
    top: 12dvh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border: none;
    width: 517px;
    min-height: 245px;

    background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));

    background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);

    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    border-radius: 10px;
    padding: 35px 32px 32px 32px;
    outline: none;
}

@media (max-width: 768px) {
    .dialog {
        padding: 41px 20px 24px 20px;
        max-width: 328px;
        top: 9dvh;
    }
}

.dialog::-webkit-backdrop {
    background: linear-gradient(110deg, rgba(31, 28, 43, 0.94) 0%, rgba(27, 24, 40, 0.93) 64.91%, rgba(34, 30, 54, 0.91) 100%);
}

.dialog::backdrop {
    background: -o-linear-gradient(340deg, rgba(31, 28, 43, 0.94) 0%, rgba(27, 24, 40, 0.93) 64.91%, rgba(34, 30, 54, 0.91) 100%);
    background: linear-gradient(110deg, rgba(31, 28, 43, 0.94) 0%, rgba(27, 24, 40, 0.93) 64.91%, rgba(34, 30, 54, 0.91) 100%);
}
.dialog__span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .dialog__span {
        right: 9px;
    }
}


.dialog__span-svg {
}

@media (max-width: 768px) {
    .dialog__span-svg {
        width: 13px;
        height: 13px;
    }
}

.dialog__span-svg-path {
}

.dialog__title {
    text-align: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 27px 0;
}

@media (max-width: 768px) {
    .dialog__title {
        font-size: 20px;
        margin: 0 0 16px 0;
    }
}

.dialog[data-dialog-state=personalSended] .dialog__personal-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.dialog__personal-information {
    display: none;
}
.dialog__personal-information-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;

    max-width: 391px;
    margin: 0 0 40px 0;
}
.dialog__personal-information-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    border-radius: 8px;
    padding: 7px 24px;
    width: 117px;
    height: 42px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
    background: var(--knopka-forma);
    border: none;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    text-decoration: none;
    margin: 0 auto 5px auto;
    outline: none;
}
.dialog__personal-information-link:hover {
    background: var(--knopka-forma-navedenie);
}

.dialog__personal-container {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.dialog__personal-container p {
    text-align: center;
    font-family: var(--font-family);
}

.dialog[data-dialog-state=personal] .dialog__personal-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}

.dialog__personal-container-form {
    width: 100%;
}
.dialog__personal-container-form-fieldset {
    border: none;
}
.dialog__personal-container-form-fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0 0 24px 0;
}
.dialog__personal-container-form-fieldset-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.dialog__personal-container-form-fieldset-input-container-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

@media (max-width: 768px) {
    .dialog__personal-container-form-fieldset-input-container-label {
        font-size: 16px;
    }
}

.dialog__personal-container-form-fieldset-input-container-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(15, 16, 15, 0.5);

    border: 1px solid #fff;
    border-radius: 8px;
    width: 352px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    text-indent: 20px;
    opacity: .9;
}

@media (max-width: 768px) {
    .dialog__personal-container-form-fieldset-input-container-input {
        width: 210px;
    }
}

.dialog__personal-container-form-fieldset-input-container-input:focus,
.dialog__personal-container-form-fieldset-input-container-input:active,
.dialog__personal-container-form-fieldset-input-container-input:focus-visible {
    outline: none
}

.dialog__personal-container-form-fieldset-submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 768px) {
    .dialog__personal-container-form-fieldset-submit-container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 17px;
    }
}

.dialog__personal-container-form-fieldset-submit-container-submit {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    border-radius: 8px;
    padding: 7px 24px;
    width: 103px;
    height: 42px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
    background: var(--knopka-forma);
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .dialog__personal-container-form-fieldset-submit-container-submit {
        width: 90px;
        height: 42px;
        padding: 0;
    }
}

.dialog__personal-container-form-fieldset-submit-container-submit:hover {
    background: var(--knopka-forma-navedenie);
}

.dialog__personal-container-form-fieldset-submit-container-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
}

@media (max-width: 768px) {
    .dialog__personal-container-form-fieldset-submit-container-link {
        font-size: 14px;
    }
}


.dialog__partners-container {
    display: none;
}

.dialog[data-dialog-state=partners] .dialog__partners-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dialog__partners-container {
}
.dialog__partners-container-form {
    width: 100%;
}
.dialog__partners-container-form-fieldset {
    border: none;
}
.dialog__partners-container-form-fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0 0 40px 0;
}

@media (max-width: 768px) {
    .dialog__partners-container-form-fieldset-wrapper {
        margin: 0 0 24px 0;
    }
}

.dialog__partners-container-form-fieldset-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dialog__partners-container-form-fieldset-input-container-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
    max-width: 133px;
}

@media (max-width: 768px) {
    .dialog__partners-container-form-fieldset-input-container-label {
        font-size: 14px;
        line-height: 114%;

    }
}

.dialog__partners-container-form-fieldset-input-container-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(15, 16, 15, 0.5);

    border: 1px solid #fff;
    border-radius: 8px;
    width: 312px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    opacity: .9;
    text-indent: 20px;
}

@media (max-width: 768px) {
    .dialog__partners-container-form-fieldset-input-container-input {
        width: 194px;
        text-indent: 12px;
    }
}

.dialog__partners-container-form-fieldset-input-container-input:focus,
.dialog__partners-container-form-fieldset-input-container-input:active,
.dialog__partners-container-form-fieldset-input-container-input:focus-visible {
    border: 1px solid #fff;
    outline: none;
}
.dialog__partners-container-form-fieldset-submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dialog__partners-container-form-fieldset-submit-container-submit {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    border-radius: 8px;
    padding: 7px 24px;
    width: 143px;
    height: 42px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
    background: var(--knopka-forma);
    border: none;
    cursor: pointer;
}
.dialog__partners-container-form-fieldset-submit-container-submit:hover {
    background: var(--knopka-forma-navedenie);
}
/* DIALOG POP-UP END */

/* Бургер START */
.burger {
    width: 32px;
    height: 24px;
    cursor: pointer;
    right: 2rem;
    top: 2rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.burger span {
    width: 100%;
    height: 4px;
    background-color: black;
    border-radius: 12px;
    display: block;
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

@media (max-width: 768px) {
    .burger span {
        width: 80%;
        height: 3px;

    }
}

.burger span::before,
.burger span::after {
    content: "";
    width: 100%;
    background-color: black;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 12px;
    height: 4px;
}

@media (max-width: 768px) {
    .burger span::before,
    .burger span::after {
        height: 3px;
    }
}


.burger span::before {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

@media (max-width: 768px) {
    .burger span::before {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px);
    }
}

.burger span::after {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    margin-top: -4px;
}

@media (max-width: 768px) {
    .burger span::after {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);
        margin-top: -3px;

    }
}

.burger.active span {
    background-color: transparent;
}

.burger.active span::before {
    -webkit-transform: rotateZ(45deg) translateY(0);
        -ms-transform: rotate(45deg) translateY(0);
            transform: rotateZ(45deg) translateY(0);
}

.burger.active span::after {
    -webkit-transform: rotateZ(-45deg) translateY(0);
        -ms-transform: rotate(-45deg) translateY(0);
            transform: rotateZ(-45deg) translateY(0);
}
/* Бургер END */



/* header для не авторизованных START */

.header {
    background-image: url('/local/templates/avalon_public/images/public/preview.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 768px) {
    .header {
        background-image: url('/local/templates/avalon_public/images/public/preview-mobile.png');
    }
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 159px;
    width: var(--container);
    margin: 0 auto;
    padding: 31px 40px 40px 40px;
    position: relative;
}

@media (max-width: 1023px) {
    .header-inner {
        padding: 16px 16px 16px 16px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header-inner {
        padding: 16px 16px 40px 16px;
        gap: 0;
    }
}

.header__navigation {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    left: -100%;
    top: -1px;
    
    z-index: 10;
    height: 100%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.header__navigation--active {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: -1px;
    left: -1px;
}

.header-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 768px) {
    .header-nav-container {
        margin: 0 0 87px 0;
    }
}
.header__nav {
    position: relative;
    z-index: 15;
}
.header__nav-button {
    cursor: pointer;
    border-radius: 8px;
    width: 56px;
    height: 56px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
            box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
    background: var(--zelenaya-knopka);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    position: relative;
}

@media (max-width: 768px) {
    .header__nav-button {
        width: 40px;
        height: 40px;
    }
}

.header__nav-button:hover {
    -webkit-box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.64);
            box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.64);
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(32.34%, #fff), color-stop(83%, #dcdcdc), to(#b1b1b1));
    background: -o-linear-gradient(top, #f4f4f4 0%, #fff 32.34%, #dcdcdc 83%, #b1b1b1 100%);
    background: linear-gradient(180deg, #f4f4f4 0%, #fff 32.34%, #dcdcdc 83%, #b1b1b1 100%);
}

@media (max-width: 768px) {
    .header__nav-button:hover {
        -webkit-box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
                box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
        background: var(--zelenaya-knopka);
    }
}

.header__nav-button-svg {
}
.header__nav-button-svg-paht-one {
}
.header__nav-button-svg-paht-two {
}
.header__nav-button-svg-paht-three {
}
.header__nav-list {
    list-style: none;
    background: -o-linear-gradient(340deg, #1f1c2b 0%, #1b1828 64.91%, #221e36 100%);
    background: linear-gradient(110deg, #1f1c2b 0%, #1b1828 64.91%, #221e36 100%);
    padding: 136px 88px 118px 40px;
    opacity: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    height: 100%;
}

@media (max-width: 768px) {
    .header__nav-list {
        padding: 140px 36px 10px 26px;
        overflow: auto;
    }
}

.header__nav-list-item {
    
}

.header__nav-list-item-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;

    text-decoration: none;
}

@media (max-width: 768px) {
    .header__nav-list-item-link {
        font-size: 24px;
        line-height: 167%;
    }
}

.header__logo {
    -webkit-transform: translate(0px, -31px);
        -ms-transform: translate(0px, -31px);
            transform: translate(0px, -31px);
    width: 435px;
    height: 211px
}

@media (max-width: 768px) {
    .header__logo {
        display: none;
    }
}

.header__logo-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.header__logo-mobile {
    display: none;
}

@media (max-width: 768px) {
    .header__logo-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 327px;
        height: 159px;
        margin: 0 auto 15px auto;
    }
}

.header__logo-mobile-image {

}

@media (max-width: 768px) {
    .header__logo-mobile-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
    }
}

.header__contacts-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

@media (max-width: 768px) {
    .header__contacts-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 25px;
    }
}

.header__contacts-list-item {
}

@media (max-width: 768px) {
    .header__contacts-list-item {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.header__contacts-list-item-city {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: right;
    color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: white;
    text-shadow: 1px 0 1px #000, 
                0 1px 1px #000, 
                -1px 0 1px #000, 
                0 -1px 1px #000
    ;
    /* text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; */
}

@media (max-width: 768px) {
    .header__contacts-list-item-city {
        font-size: 16px;
        line-height: 150%;
    }
}

.header__contacts-list-item-number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-align: right;
    color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-decoration: none;
    color: white;
    text-shadow: 1px 0 1px #000, 
                0 1px 1px #000, 
                -1px 0 1px #000, 
                0 -1px 1px #000
    ;
    /* text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;     */
}

@media (max-width: 768px) {
    .header__contacts-list-item-number {
        font-size: 14px;
        line-height: 171%;
    }
}

.header-about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 768px) {
    .header-about-container {
        margin: auto;
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

@media (max-width: 768px) {
    .header__info {
        gap: 24px;
    }
}

.header__info-title {
    max-width: 381px;

    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;

    text-shadow: 1px 1px 3px 0 var(--black-color);
}

@media (max-width: 768px) {
    .header__info-title {
        font-size: 24px;
        text-align: center;
    }
}

.header__info-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--black-color);
    border-radius: 8px;
    width: 118px;
    height: 42px;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
            box-shadow: 3px 3px 3px 0 rgba(15, 16, 15, 0.48);
    background: var(--zelenaya-knopka);
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 768px) {
    .header__info-link {
        margin: auto;
    }
}

.header__info-link:hover {
    -webkit-box-shadow: 4px 4px 3px 0 rgba(15, 16, 15, 0.64);
            box-shadow: 4px 4px 3px 0 rgba(15, 16, 15, 0.64);
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(32.34%, #fff), color-stop(83%, #dcdcdc), to(#b1b1b1));
    background: -o-linear-gradient(top, #f4f4f4 0%, #fff 32.34%, #dcdcdc 83%, #b1b1b1 100%);
    background: linear-gradient(180deg, #f4f4f4 0%, #fff 32.34%, #dcdcdc 83%, #b1b1b1 100%);
}

.header__buttons {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .header__buttons {
        position: absolute;
        top: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 18px;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

.header__buttons-button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;

    border-radius: 8px;
    width: 253px;
    height: 42px;

    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));
    background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    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;
    text-decoration: none;
}

@media (max-width: 768px) {
    .header__buttons-button {
        line-height: 200%;
        font-weight: 600;
        font-size: 14px;

        border-radius: 8px;
        width: 175px;
        height: 42px;

        -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));
        background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
        background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    }
}

.header__buttons-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f8600), color-stop(32.34%, #290), color-stop(83%, #116100), to(#106200));
    background: -o-linear-gradient(top, #1f8600 0%, #290 32.34%, #116100 83%, #106200 100%);
    background: linear-gradient(180deg, #1f8600 0%, #290 32.34%, #116100 83%, #106200 100%);
}

.header__buttons-button--personal {

}

.header__buttons-button--become-partner {

}

@media (max-width: 768px) {
    .header__buttons-button--become-partner {
        width: 135px;
    }
}
/* header для не авторизованных END */
/* End */


/* Start:/local/templates/avalon_public/styles/public/footer.css?17204509851424*/
.footer {
    background: var(--zelenyy);
}
.footer-container {
    width: var(--container);
    margin: 0 auto;
    padding: 20px 30px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1023px) {
    .footer-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 5px 19px 16px 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 3px;
    }
}

.footer__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 196px;
    height: 95px;
}
.footer__logo-link-img {
    width: 100%;
    height: auto;
}
.footer__logo-text {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
}

@media (max-width: 768px) {
    .footer__logo-text {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/avalon_public/components/bitrix/system.auth.form/dialog/style.css?1741856308393*/
.password-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.password-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.password-toggle:hover {
	color: #666;
}

.eye-icon {
	width: 20px;
	height: 20px;
}

/* End */


/* Start:/local/templates/avalon_public/template_styles.css?17501510502567*/
.container404 {
    min-height: calc(100vh - 444px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 111px;
    align-items: center;
}

.container404__img-block{
    
}
.container404__img-block__img{
    
}
.container404__text-block{
    width: 500px;
}
.container404__text-block__title{
    background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));
    background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 16px;   
}
.container404__text-block__text{
    width: 275px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.78px;
    text-align: left;
    color: #0F100F
}
.container404__text-block__text a {
    color: #196B00;
}


.container404-search{
    margin: 24px 0 0 0 ;
}
.container404-search__form{
    position: relative;
    max-width: 225px;
}
.container404-search-input{
    height: 32px;
    color: #333;
    font-family: Source Sans 3;
    padding-left: 10px;
    border-radius: 5px;
    min-width: 225px;
    border: 1px solid #909090
}
.container404-search-input-submit{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 31px;
    height: 30px;
    background: url('/search/header_search.svg') no-repeat 50% #E9E9E9;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .container404 {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 40px;
        align-items: center;
    }
    .container404__text-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
    }
    .container404__img-block__img{
        margin-bottom: 70px;
    }
}

.dialog__partners-container.success>form{
    display: none;
}

.dialog__partners-container>.dialog__partners-container-success_text{
    display: none;
}

.dialog__partners-container.success>.dialog__partners-container-success_text{
    display: block !important;
    text-align: center;
    color: white;
}

.dialog__partners-container.success {
    display: block !important;
}
/* End */
/* /local/templates/avalon_public/styles/basic.css?17521553021927 */
/* /local/templates/avalon_public/styles/public/header.css?172045098527798 */
/* /local/templates/avalon_public/styles/public/footer.css?17204509851424 */
/* /local/templates/avalon_public/components/bitrix/system.auth.form/dialog/style.css?1741856308393 */
/* /local/templates/avalon_public/template_styles.css?17501510502567 */
