
:root {
    --max-width: 90rem; /*1440px*/
    --max-width-768: 48rem; /*768px; */
    --header-height: 3.94rem;

    --basic-white-color: #fff;
    --basic-Graphite-color: #343434;
    --basic-gray-color: #F4F4F4;
    --basic-gray2-color: #E8E8E8;
    --basic-gray3-color: #D0D0D0;
    --basic-gray4-color: #C6C6C6;
    --basic-gray5-color: #787878;
    --basic-gray6-color: #E2E2E2;
    --basic-gray7-color: #A6A6A6;
    --basic-black-color: #1F1F1F;
    --basic-black2-color: #222222;
    --basic-Crimson-color: #AF1B57;
    --basic-Crimson2-color: #C25481;
    --basic-red-color: #C71818;
    --basic-CrimsonO05-color: #d288a6;
    --basic-blue1-color: #b3d7ff;

    --section-home-height: 56.25rem; /*900px; */
    --section-home-height-320: 37.5625rem;
    --section-home-height-768: 58.8125rem; /*941px; */
    --section-home-height-1000: 62.5rem; /*1000px; */
    --container-pi: 1.94rem;
    --container-pi-1000: 1.5625rem; /*25px; */
    --container-pi-768: 0.8125rem; /*13px; */

    --office_list_width: 13.625rem;
    --time-transition-video: 0.5s;
    --bottom: orange;


    --button-1-width-1440:20.875rem;/*334 */
    --button-1-height-1440:3.5rem;/*56 */

    --button-1-width-768:100%;
    --button-1-height-768:2.6875rem;/*43 */

    /*время тайминга анимации*/
    --time-step-home-opacity:0.5s;
    --time-step-home-up:2s;

    --max-width-spec-item: calc(25% - 14px);
}


.www {
    border: 1px solid red;
}

/* Стилизация всего скролла */
body::-webkit-scrollbar {
    width: 0.375rem;
    height: 3.44rem;
    opacity: 0.5;
}

/* Стилизация ползунка скролла */
body::-webkit-scrollbar-thumb {
    background-color: var(--basic-CrimsonO05-color); /* цвет ползунка */
    opacity: 0.5;
    border-radius: 0.625rem; /*0.625rem*/
}

/* Стилизация всего скролла */
body::-moz-scrollbar {
    width: 0.375rem;
    height: 3.44rem;
    opacity: 0.5;

}

/* Стилизация ползунка скролла */
body::-moz-scrollbar-thumb {
    background-color: var(--basic-CrimsonO05-color); /* цвет ползунка */
    opacity: 0.5;
    border-radius: 0.625rem; /*0.625rem*/
}

body {
    background: var(--basic-gray-color) !important;
}

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

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik Medium';
    text-transform: uppercase;
}

*, :after, :before {
    box-sizing: border-box
}

:active, :focus, a:active, a:focus {
    outline: none
}

a, a:visited {
    text-decoration: none
}

p a, p a:visited {
    text-decoration: underline
}

@media (any-hover: hover) {
    a:hover {
        text-decoration: none
    }
}

.displayNone {
    display: none !important;
}
.no-active{
    display: none !important;
}

.opacity05 {
    opacity: 0.5;
}

.displayN {
    display: none;
}


/*--анимация выезжает вверх*/
@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

/*--анимация приближения*/
@keyframes pulse {
    from {
        transform: scale(1.3);
    }
    to {
        transform: scale(1);
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.l-flex-column{
    flex-direction: column;
}

.height-01{
    height: 158px;
}
.height-02{
    height: 59px;
}
.height-03{
    height: 29px;
}




.wrapModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
}
.modal__container{
    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: 100%;
    height: 100%;
}
.modal__body{
    background: #FFFFFF;
    width: 708px;
    min-height: 336px;
    overflow-y: auto;
    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;
    padding: 30px 25px 33px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    scrollbar-color: var(--c-darkred) #d3d3d3;
    scrollbar-width: thin;
    gap:25px;
}

.modal__title{
    font-family: 'Inter Bold 18pt';
    font-weight: 700;
    font-size: 23px;
    leading-trim: Cap height;
    line-height: 114.99999999999999%;
    letter-spacing: -2%;
    vertical-align: bottom;
    text-transform: uppercase;
    width: 100%;

}
.wrapModal .w_line{
    width:474px ;
    justify-content: center;
}
.modal__title span{
    color: #AF1B57;

}
.modal__close{
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0.8;
    right:0;
    cursor: pointer;
}

.modal__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal__close:after, .modal__close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
}
.modal__header{
    width: 100%;
    position: relative;
}

.modal_form_field_wrap {
    border-top: 1px solid var(--basic-gray4-color);
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    padding-top: 1rem;
    position: relative;
}

.modal_form_field_wrap .item_txt::placeholder {
    color: var(--basic-gray5-color);
}

.modal_form_field_wrap .item_txt {
    width: 100%;
    height: 2.5rem;
    background: transparent;
    border-bottom: 1px solid var(--basic-gray4-color);
    color: var(--basic-black2-color);
    font-family: 'Inter Light 18pt';
    font-weight: 400;
    font-size: 1rem;
    leading-trim: Cap height;
    line-height: 1.25rem;
    letter-spacing: 0%;
}

.modal_form_field_wrap input {
    outline: none;
    border: none;

}

.modal_form_field_wrap textarea.item_txt {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    resize: none;
    max-height:12.5rem!important;
    padding: 0;
    border-radius: 0px!important;
}

.modal_form_field_wrap textarea.item_txt  {
    width: 100%;
    height: 12.5rem!important;
}

.modal_form_field_wrap .item_txt:nth-child(4) {
    display: flex;
    align-items: center;

    margin-bottom: 0.875rem;
}
.modalBtnSend{
    height: 48px;
    margin: 2.0625rem auto 0 auto;
    width: 100%;
    background: var(--basic-Graphite-color);
    text-transform: uppercase;
    font-family: 'Inter Regular 18pt';
    font-weight: 600;
    font-size: 0.875rem;
    leading-trim: Cap height;
    line-height: 1.09rem;
    color: var(--basic-white-color);
    border-radius: 0.8125rem;
    text-align: center;
    transition: .35s ease-in;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_formBody{
    position: relative;
}




@media (max-width: 1439px) {

    .height-01 {
        height: 135px;
    }

    .height-02 {
        height: 29px;
    }
}

@media (max-width: 767px) {
    .height-01{
        height: 71px;
    }
    .height-02{
        height: 0;
    }
}



.loader,
.loader:after {
    overflow: hidden;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.loader {
    position: absolute;
    z-index: 99;
    right: 0.625rem; /*0.625rem*/
    top: 0.625rem; /*0.625rem*/
    font-size: 0.625rem; /*0.625rem*/

    text-indent: -9999em;
    border-top: 0.5em solid rgba(101, 171, 248, 0.2);
    border-right: 0.5em solid rgba(101, 171, 248, 0.2);
    border-bottom: 0.5em solid rgba(101, 171, 248, 0.2);
    border-left: 0.5em solid #65abf8;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wrap-relative{
    position: relative!important;
}