

/* Start:/bitrix/components/2023/about/templates/.default/style.css?17487901505751*/

/* about page */
.about-company {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.about-company>h1 {
    position: relative;
    background-image: url(/images/about/about-h1-bg.svg);
    background-repeat: no-repeat;
    background-size: 224px 82px;
    background-position: top left;
    margin: 0 0 0 -20px;
    padding: 20px 0 30px 20px;
    width: 56%;
    max-width: 810px;
    font-size: 56px;
}
.about-company>p {
    max-width: 810px;
    width: 56%;
    line-height: 130%;
}
.about-company>.enot-about {
    width: 40%;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}
.about-company>.enot-about>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.about-company>.rev-about {
    display: flex;
    gap: 20px;
    max-width: 850px;
    width: 60%;
    padding-top: 30px;
}
.about-company>.rev-about>.tr-step {
    flex-grow: 1;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.about-company>.rev-about>.tr-step>span:first-child {
    font-size: 32px;
    line-height: 130%;
    font-weight: 600;
}
.about-partner {
    margin: 100px 0 20px 0;
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
}
.about-partner>div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px;
    overflow: auto;
}
.about-partner>div::-webkit-scrollbar,
.about-partner>div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.about-partner>div::-webkit-scrollbar-thumb,
.about-partner>div::-webkit-scrollbar-thumb {
  background-color: var(--black); 
}

.about-partner>div::-webkit-scrollbar-track,
.about-partner>div::-webkit-scrollbar-track {
  background-color: var(--gray-background); 
}

.proizvodstvo {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
    min-height: 400px;
    padding-bottom: 30px;
}
.proizvodstvo>*:not(img) {
    max-width: 50%;
}
.proizvodstvo>h2 {
    margin: 0;
}
.proizvodstvo>img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40%;
    height: auto;

}
.proizvodstvo>button {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow);
    cursor: pointer;
    border: none;
    max-width: 280px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.history {
    padding: 10px 0 40px 0;
    position: relative;
    overflow: auto;
}

.history::-webkit-scrollbar,
.history::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.history::-webkit-scrollbar-thumb,
.history::-webkit-scrollbar-thumb {
  background-color: var(--black); 
}

.history::-webkit-scrollbar-track,
.history::-webkit-scrollbar-track {
  background-color: var(--gray-background); 
}
.history>.bg-layer {
    display: flex;
    position: relative;
    gap: 30px;
    width: max-content;
}
.history>.bg-layer::after {
    content: '';
    height: 100%;
    background: url(/images/about/about-razvitie.svg) no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.history>.bg-layer>.history-step {
    width: 25%;
    min-width: 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.history>.bg-layer>.history-step>.h-year {
    font-size: 24px;
    font-weight: 600;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: var(--yellow);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.history>.bg-layer>.history-step>.h-name {
    font-size: 18px;
    font-weight: 600;
}
.goals {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    position: relative;
    min-height: 360px;
}
.goals>*:not(img) {
    width: 78%;
}
.goals>img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18%;
    height: auto;
}
@media (max-width:910px) {
    .proizvodstvo,
    .about-company {
        align-items: center;
    }
    .about-company>h1 {
        width: 100%;
        max-width: 100%;
        max-width: 320px;
        font-size: 26px;
        text-align: center;
        background-position: top center;
        background-size: 113px 42px;
        padding: 0;
    }
    .proizvodstvo>p,
    .about-company>p {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .about-company>.rev-about {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .proizvodstvo>img,
    .about-company>.enot-about {
        width: 100%;
        max-width: 300px;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .about-company>.enot-about>img {
        max-width: 70%;
    }
    .about-partner {
        margin-top: 20px;
    }
    h2 {
        text-align: center;
        font-size: 22px;
        line-height: 130%;
    }
    .goals {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .goals>*:not(img) {
        width: 100%;
    }
    .goals>img {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        max-width: 320px;
        height: auto;
    }
.proizvodstvo>*:not(img) {
    max-width: 100%;
}
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578*/

/* breadcrumbs */
.breadcrumbs>ol{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 20px 0;

}
.breadcrumbs>ol>li>a:after {
    content: '/';
    margin-left: 10px;
}
.breadcrumbs>ol>li>a,
.breadcrumbs>ol>li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--gray-text);
    text-decoration: none;
}
@media (max-width: 756px) {
    .breadcrumbs>ol>li>a,
    .breadcrumbs>ol>li {
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/news/managers/style.css?1748790157573*/
.realize{
    padding-top:100px;
}
.bkgr:before{
    content: '';
    position: absolute;
    width: 200px;
    height: 143px;
    left: 100px;
    top: 0px;
    background: #8F9CB4;
    border-radius: 0px 5px;
    z-index: -1;
}
.bkgr:after{
    content: '';
    position: absolute;
    width: 204px;
    height: 188px;
    right: 100px;
    bottom: 0px;
    background: url(/bitrix/templates/upgifts/images/airmen.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.vido{
    margin: 0px auto;
    width: auto;
    display: table;
    padding:46px;
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/news/managers/bitrix/news.list/brelist/style.css?17487901571932*/

.people>.people-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.people>.people-cards>.p-card {
    padding: 10px;
    width: 50%;
    display: flex;
}
.people>.people-cards>.p-card>.p-c-box {
    width: 100%;
    background-color: var(--gray-background);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.people>.people-cards>.p-card>.p-c-box>.people-image {
    position: relative;
    width: 135px;
    height: 135px;
    min-width: 135px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.people>.people-cards>.p-card>.p-c-box>.people-image>img {
    position: absolute;
    max-width: 120%;
    max-height: 120%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.people>.people-cards>.p-card>.p-c-box>.people-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.people>.people-cards>.p-card>.p-c-box>.people-info>.pname {
    font-size: 24px;
    font-weight: 600;
}
.people>.people-cards>.p-card>.p-c-box>.people-info>.pphone>a {
    color: var(--black);
    font-weight: 700;
}
.people>.people-cards>.p-card>.p-c-box>.people-info>.pmail>a {
    color: var(--red);
    font-weight: 500;
}

@media (max-width:910px) {
    .people {
        text-align: center;
    }
    .people>.people-cards>.p-card>.p-c-box {
        flex-direction: column;
    }
}
@media (max-width:650px) {
    .people>.people-cards>.p-card {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/2023/how_to_order/templates/.default/style.css?17487901502026*/
.how-to-order {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}
.how-to-order::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.how-to-order::-webkit-scrollbar-thumb {
  background-color: var(--black); 
}

.how-to-order::-webkit-scrollbar-track {
  background-color: var(--gray-background); 
}
.step-hto {
    padding: 24px;
    height: 302px;
    width: 20%;
    min-width: 250px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 24px;
    background: var(--gray-background);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.step-hto:after {
    position: absolute;
    right: 24px;
    top: 24px;
    content: attr(data-step);
    color: var(--gray-background);
    font-family: Onest;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.step-hto::before {
    width: 80px;
    height: 80px;
    content: '';
}
.step-hto[data-step="1"]:before {
    background: url(/images/hto/st-1.svg) no-repeat center;
}
.step-hto[data-step="2"]:before {
    background: url(/images/hto/st-2.svg) no-repeat center;
}
.step-hto[data-step="3"]:before {
    background: url(/images/hto/st-3.svg) no-repeat center;
}
.step-hto[data-step="4"]:before {
    background: url(/images/hto/st-4.svg) no-repeat center;
}
.step-hto[data-step="5"]:before {
    background: url(/images/hto/st-5.svg) no-repeat center;
}
.hto-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.hto-description button {
    margin-top: 24px;
    display: flex;
    height: 54px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    background-color: var(--yellow);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* End */


/* Start:/bitrix/components/2023/horisontal_items_list/templates/.default/style.css?1748790150174*/
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.product-section {
    position: relative;
}
.product-section+.product-section {
    padding-top: 40px !important;
}
/* End */


/* Start:/bitrix/components/2023/products_list/templates/.default/style.css?17487901499903*/
/* product-card */
.product-card {
    width: 20%;
    position: relative;
    z-index: 2;
    height: 495px;
    overflow: hidden;
}
.product-hoverbox {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
button.add-favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border: none;
    background-color: var(--gray-background);
    background-image: url(/images/icon/heart.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    cursor: pointer;
}
.product-card:not(:hover) button.add-favorite {
    display: none;
}
button.add-favorite:hover {
    filter: brightness(2.5);
    -webkit-filter: brightness(2.5);
}
button.add-favorite.checked {
    background-color: var(--yellow);
    filter: none;
    -webkit-filter: none;
}
.product-hoverbox {
    width: 100%;
}
.product-hoverbox {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-hoverbox>.imagebox {
    width: 100%;
    height: 268px;
    border-bottom: 1px solid var(--gray-border);
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-hoverbox>.imagebox>img {
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;

}
.product-mixbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.rate-sku {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rate-sku>.sku {
    color: var(--gray-text);
    font-size: 12px;
    font-weight: 400;
}
.rate-star {
    height: 20px;
    width: 100px;
    position: relative;
}
.rate-star:before {
    content: '';
    display: block;
    background-image: url(/images/icon/star.svg);
    height: 20px;
    width: 100px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.rate-star>span {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/images/icon/star.svg);
    height: 20px;
    width: 0;
}
/* .rate-star>span.star {
    width: 20px;
    height: 20px;
    background-image: url(/images/icon/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rate-star>span.star:not(.checked) {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
} */
.product-name {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-height: 3em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: normal;
}
.product-name:hover{
    color: var(--red);
}
.product-price-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-price-box>.price {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
.product-price-box>.last-price {
    color: var(--gray-text);
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
    position: relative;
}
.product-price-box>.last-price::after {
    content: '';
    position: absolute;
    background-image: url(/images/icon/last-price.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.product-price-box>.price-discount {
    background-color: var(--red);
    color: var(--white);
    line-height: 15px;
    padding: 6px;
    font-size: 14px;
    font-weight: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.total-count {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.greencount {
    color: var(--green);
}
.hidden-product-block {
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.variant-box,
.variant-color-box {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    gap: 6px;
}
.variant-box>.var-button,
.variant-color-box>.var-button {
    border: none;
    background-color: transparent;
    width: 20%;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--gray-border);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.variant-box>.var-button:not(.see-more) {
    padding: 10px 0;
    font-size: 12px;
}
.variant-box>.var-button.see-more,
.variant-color-box>.var-button.see-more {
    border-color: transparent;
    background-color: var(--gray-background);
    color: var(--gray-text);
    font-weight: 600;
}
.variant-color-box>.var-button>img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.variant-box>.var-button:not(:disabled):hover,
.variant-color-box>.var-button:not(:disabled):hover {
    border-color: var(--black);
}
.variant-box>.var-button:disabled,
.variant-color-box>.var-button:disabled {
    cursor: not-allowed;
    opacity: .4;
    background-color: var(--gray-background);
}
.hidden-product-block .add-to-cart::before {
    content: '';
    background-image: url(/images/icon/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.hidden-product-block .add-to-cart.kp-cart::before {
    content: none;
}
.hidden-product-block .add-to-cart {
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    height: 64px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    width: 100%;
    background-color: var(--yellow);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}
@media (max-width:1220px) {
    .product-card{
        width: 25%;
    }
}
@media (max-width:1020px) {
    .product-card{
        width: 33.33333333%;
    }
}
@media (max-width:720px) {
    .product-list {
        margin: 0 -20px !important;
    }
    .product-card{
        width: 50%;
        height: auto;
    }
    .product-mixbox {
        margin-top: 16px;
    }
    .product-hoverbox {
        gap: 0;
        padding: 5px;
    }
    .product-hoverbox>.imagebox {
        height: 166px;
    }
    button.add-favorite {
        display: block !important;
        background-color: transparent !important;
        top: 0 !important;
        right: 0 !important;
        background-image: url(/images/icon/heart-m.svg);
        width: 48px;
        height: 48px;
        background-size: 24px;
    }
    button.add-favorite.checked {
        background-image: url(/images/icon/full-heart.svg);

    }
    .rate-sku {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .rate-star>span.star {
        width: 12px;
        height: 12px;
    }
    .product-price-box {
        order: 1;
    }
    .product-name {
        order: 3;
        height: 26px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .variant-box>button:not(.see-more), .variant-box>button, .variant-color-box>button {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .variant-box>button, .variant-color-box>button {
        padding: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .variant-box>button:not(.see-more) {
        padding: 3px 0;
    }
    .product-mixbox .count {
        order: 2;
    }
    .total-count {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .rate-sku>.sku {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .hidden-product-block {
        visibility: visible;
        max-height: none;
        gap: 10px;
    }
    .hidden-product-block .add-to-cart {
        display: none;
    }
    .product-price-box>.last-price,
    .product-price-box>.price {
        font-size: 16px;
    }
    .product-price-box>.price-discount {
        position: absolute;
        top: 130px;
        left: 10px;
    }
}
@media (min-width:550.1px) {
    .mob-see {
        display: none !important;
    }
}
@media (max-width:550px) {
    .mobns,
    .desc-see {
        display: none !important;
    }
}
@media (min-width: 721px) {
    .product-card:not(:hover) .product-mixbox>.product-name {
        order: 3;
    }
    .product-card:hover {
        overflow: visible;
        z-index: 99;
    }
    .product-card:hover .product-hoverbox {
        background-color: var(--white);
        box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.10), 0px 53px 53px 0px rgba(0, 0, 0, 0.09), 0px 119px 72px 0px rgba(0, 0, 0, 0.05), 0px 212px 85px 0px rgba(0, 0, 0, 0.01), 0px 331px 93px 0px rgba(0, 0, 0, 0.00);
    }
    .product-card:hover .hidden-product-block {
        max-height: 1000px;
        visibility: visible;
        gap: 24px;
    }

}
/* End */


/* Start:/bitrix/components/2023/form/templates/.zakaz_razrabotki/eco/form.result.new/.default/style.css?17487901494975*/
.forment {
    position: relative;
    background-color: var(--yellow);
    background-image: url(/img/background-cosmo.svg);
    margin-top: 80px;
}
.forment>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 110px;
    padding: 40px 20px;
    max-width: 100%;
}
.enot {
    pointer-events: none;
    display: inline-block;
    animation: floating 6s infinite ease-in-out;
    -webkit-animation: floating 6s infinite ease-in-out;
    position: relative;
}
.enot>img {
    width: auto;
    height: auto;
}
.form-enot {
    display: flex;
    flex-direction: column;
}
.form-enot h2 {
    margin: 0;
}
.eform-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
 .input-area {
    position: relative;
 }
 .form-enot form {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
 }
 .input-area {
    width: 50%;
    min-width: 50%;
    padding: 5px;
    position: relative;
 }
 .input-area.eform-100 {
    width: 100%;
    min-width: 100%;
 }
 .input-area textarea,
 .input-area input {
    width: 100%;
    border: none;
    padding: 28px 16px 16px 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
 }
 .input-area textarea:focus,
 .input-area input:focus {
    outline: none;
}

 .input-area label {
    position: absolute;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray-medium);
    top: 12px;
    pointer-events: none;
 }
 .input-area textarea:focus + label,
 .input-area input:focus +label{
    color: var(--black);
    outline: none;
}
 .input-area.error-input:not(.sucinp) textarea + label,
 .input-area.error-input:not(.sucinp) input + label {
    color: var(--red) !important;
 }
 .input-area.error-input:not(.sucinp) textarea,
 .input-area.error-input:not(.sucinp) input {
    outline: 1px solid var(--red) !important;
 }
.form-enot button {
    height: 60px;
    background-color: var(--red);
    color: var(--white);
    border: none;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 500;
}
@keyframes floating {
      0%, 100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
      50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
}
.submit-eform {
    margin-top: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray-medium);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.submit-eform>input {
    background-color: var(--red);
    border: none;
    color: var(--white);
    padding: 10px 24px;
    border-radius: 10px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.submit-eform>input:hover {
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
}
.submit-eform>input:disabled {
    opacity: .5;
    background-color: var(--gray-medium);
}
@media (max-width: 1024px) {
    .forment>div {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .forment>div {
        gap: 20px;
    }
    .enot {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 150px;
        transform: rotateX('angle');
        -webkit-transform: rotateX('angle');
        -moz-transform: rotateX('angle');
        -ms-transform: rotateX('angle');
        -o-transform: rotateX('angle');
}
    .enot>img {
        max-width: 100%;
        transform: rotateY(190deg);
    }
    .form-enot h2 {
        padding-right: 100px;
        font-size: 24px;
    }
    .eform-text {
        padding-right: 120px;
    }
}
@media (max-width: 768px) {
    .input-area {
        width: 100%;
        min-width: 100%;
    }
}
.success-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}
.success-form>svg {
    background-color: var(--red);
    border-radius: 10px;
    width: 30px;
    height: 30px;
}
/* End */
/* /bitrix/components/2023/about/templates/.default/style.css?17487901505751 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578 */
/* /bitrix/templates/Upgifts2023/components/bitrix/news/managers/style.css?1748790157573 */
/* /bitrix/templates/Upgifts2023/components/bitrix/news/managers/bitrix/news.list/brelist/style.css?17487901571932 */
/* /bitrix/components/2023/how_to_order/templates/.default/style.css?17487901502026 */
/* /bitrix/components/2023/horisontal_items_list/templates/.default/style.css?1748790150174 */
/* /bitrix/components/2023/products_list/templates/.default/style.css?17487901499903 */
/* /bitrix/components/2023/form/templates/.zakaz_razrabotki/eco/form.result.new/.default/style.css?17487901494975 */
