/* ДЕКОРАЦИИ */
.text-decor_bg_radius {
    position: relative;
    display: inline-block;
    padding: 10px;
    z-index: 2;
    color: var(--clr-text);
    margin: 5px;
  }
  
.text-decor_bg_radius::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 0.3em;
transform: rotate(-1deg);
z-index: -1;
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
-ms-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-ms-border-radius: 0.3em;
-o-border-radius: 0.3em;
}

.text-decor_bg_radius-border {
position: relative;
display: inline-block;
padding: 10px;
z-index: 2;
margin: 5px;
border-color: var(--clr-primary);
}

.text-decor_bg_radius-border::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 0.3em;
border: 2px solid var(--clr-primary);
transform: rotate(-1deg);
z-index: -1;
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
-ms-transform: rotate(-1deg);
-o-transform: rotate(-1deg);
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-ms-border-radius: 0.3em;
-o-border-radius: 0.3em;
}

.text-decor_bg {
background-color: #fff;
color: var(--clr-text);
padding: 5px;
margin: 5px;
}

.text-decor_circle {
position: relative;
display: inline-block;
z-index: 1;
}

.text-decor_circle_svg {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}

.text-decor_underline {
position: relative;
display: inline-block;
z-index: 1;
}

.text-decor_underline_svg {
content: "";
position: absolute;
bottom: -50%;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
/* ДЕКОРАЦИИ */

/* ПЕРВЫЙ БЛОК ГЛАВНАЯ СТРАНИЦА */

/* VARIANT 2 */

.hero_block_wrapper.hero_block__left {
    /* padding: clamp(1.25rem, 0.1911rem + 4.8408vw, 6rem) clamp(1.25rem, 0.7rem + 2.75vw, 4rem) ;  */
    padding-top: clamp(1.25rem, 0.1911rem + 4.8408vw, 6rem) !important;
    padding-bottom: clamp(1.25rem, 0.1911rem + 4.8408vw, 6rem) !important;
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
}

.hero_block_wrapper.hero_block__left .hero_block_content {
    align-items: start;
    text-align: left;
    width: 100%;
}

.hero_block_wrapper.hero_block__left .hero_block_content .banner-img {
    display: none !important;
}

.hero_block_wrapper.hero_block__left  .container-xs  {
    text-align: left;
    width: 100%;
    max-width: 636px;
    border-radius: 30px;
}

.hero_block_wrapper.hero_block__left .hero_block_img  {
    display: block;
    width: 100%;
    height: auto !important;
    position: relative;
    max-width: 636px;
}

.hero_block_wrapper.hero_block__left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.hero_block__left {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

.hero_block_wrapper.hero_block__bottom {
    padding-top: clamp(1.25rem, 0.1911rem + 4.8408vw, 6rem) !important;
    padding-bottom: clamp(1.25rem, 0.1911rem + 4.8408vw, 6rem) !important;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    height: 100%;
}

.hero_block_wrapper.hero_block__bottom .hero_block_content {
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}
.hero_block_wrapper.hero_block__bottom h1 {
    max-width: 800px;
}
.hero_block_right {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: auto;
    /* justify-content: space-between; */
}

/* VARIANT 2 */

/* ПЕРВЫЙ БЛОК ГЛАВНАЯ СТРАНИЦА */


/* ABOUT */
#about .about_join .about_content {
    /* padding: calc(var(--block-vertical-padding)) calc(var(--block-horizontal-padding)); */
    border-radius: var(--border-radius);
    /* background-color: var(--clr-primary); */
    justify-content: space-between;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    /* background-image: url(/img/about-svg-right.png); */
    background-repeat: no-repeat;
    background-position: right top;
    /* background-color: var(--clr-accent); */
}
#about .about_join .about_content.white {
    background-color: var(--clr-50);
}
#about .about_join .about_content .about_text {
    background-color: transparent;
    background-image: none !important;
    width: 40%;
    flex: unset;
}
#about .about_join .about_content.white .about_text  {
    color: var(--clr-600);
}
#about .about_join .about_content.white .section_title  {
    color: var(--clr-900);
}
/* #about .about_join .about_content.white .about_text */
#about .about_join .about_content .avout_text-wrap {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.5rem, 1.1656rem + 1.5287vw, 3rem);
}
#about .about_join .btn-primary {
    background: var(--clr-primary);
    border: 1px solid var(--clr-primary);
}
#about .about_join .btn-primary:hover {
    background: #fff;
    color: var(--clr-accent) !important;
}
#about .about_join  .btn-primary.btn_with-arrow .rotate-arrow rect {
  fill: var(--clr-50) !important;
}
#about .about_join  .btn-primary.btn_with-arrow .rotate-arrow path {
  fill: var(--clr-accent) !important;
}
#about .about_join  .btn-primary.btn_with-arrow:hover .rotate-arrow rect {
  fill: var(--clr-accent) !important;
}
#about .about_join  .btn-primary.btn_with-arrow:hover .rotate-arrow path {
  fill: #fff !important;
}
#about .about_join .about_content .about_img {
    flex: unset;
    width: 50%;
}

#about .about_join.transparent .about_content {
    background-color: transparent;
    padding: 0;
/*     padding-top: 35px;
 */}

#about .about_join.transparent .about_content button {
    background-color: var(--clr-accent);
}

#about .about_join.transparent .about_content .about_text {
    color: var(--clr-text);
}

#about .about_join.transparent .about_content  {
    background-image: none;
}
#about .about_reverse .about_content {
    flex-direction: row-reverse;
}
#about .about_reverse .about-text-content {
    font-size: clamp(1rem, 0.8885rem + 0.5096vw, 1.5rem);
    line-height: 1.7;
}
/* ABOUT */


/* FORM WRAPPER   */

.feedback_form_container.feedback_form_wrapper-row {
    flex-direction: row;
    align-items: start;
    gap: 30px;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form_text {
    text-align: left;
    width: 100%;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form {
    padding: 0;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form,
.feedback_form_container.feedback_form_wrapper-row .feedback_form_content {
    flex-direction: column;
}


.feedback_form_container.feedback_form_wrapper-row .feedback_form input {
    width: 100%;
    background-color: unset;
    border-radius: 0;
    padding-left: 5px;
    border-bottom: 2px solid #68686870;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form input:focus {
    border-bottom: 2px solid #686868b8;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form_content .feedback_form_text br,
.feedback_form_container.feedback_form_wrapper-row .feedback_form_text-intro {
    display: none;
}

.feedback_form_container.feedback_form_wrapper-row .btn {
    margin-top: 15px;
}

.feedback_form_container.feedback_form_wrapper-row .form_messangers {
    text-align: left;
    align-items: start;
}

.feedback_form_container.feedback_form_wrapper-row .hide-police_p {
    display: block !important;
}

.feedback_form_container.feedback_form_wrapper-row:not(.feedback_form_wrapper-row-left) {
    background-position: left 10% bottom -10%;
    background-image: url('/img/phone.png') !important;
    background-size: auto;
}

 .feedback_form_text .form_messangers {
    display: none;
}

.feedback_form_wrapper-row-join .feedback_form_text .form_messangers {
    display: flex;
}

.feedback_form_wrapper-row-join .form_mess-wrapper .form_messangers {
    display: none;
}

.feedback_form_container.feedback_form_wrapper-row .feedback_form input {
    width: 100%;
    background-color: unset;
    border-radius: 0;
    padding: 10px 30px;
    padding-left: 0px;
    border-bottom: 2px solid #68686847;
}
.feedback_form_container.feedback_form_wrapper-col-left {
    align-items: flex-start;
    padding-left: 0;
    padding-right: var(--block-horizontal-padding);
    position: relative;
    border-radius: calc(var(--border-radius) * 3) calc(var(--border-radius) * 3) 0 0;
     color: #fff;
}

.feedback_form_container.feedback_form_wrapper-col-left .feedback_form_text {
    align-items: flex-start;
}
.feedback_form_container.feedback_form_wrapper-col-left .form_mess-wrapper {
    width: 100%;
    max-width: 1025px;
}
.feedback_form_container.feedback_form_wrapper-col-left .form_mess-wrapper.form_mess-wrapper_xs {
    max-width: 1025px;
    position: relative;
    z-index: 1;
}
.feedback_form_container.feedback_form_wrapper-col-left .form_mess-wrapper.form_mess-wrapper_xs .form_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
}
 .feedback_form_content input {
    width: 100%;
}
 .feedback_form_content textarea {
    width: 100%;
}
.form_field {
    flex: 1 1 calc((100% - 3 * 20px) / 4);
}
.form_field .btn {
    width: 100%;
    height: 100%;
}
.form_field.w-full {
    width: 100%;
    flex: 1 0 100%;
}
.form_field_title {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.label_text {
    position: relative;
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px);
    background-color: var(--clr-700);
    transition: all 0.3s; */
}
.label_text input {
    width: 100%;
}
.label_text.is-error span.before{
    background: var(--clr-primary);
}
.label_text span.error {
    position: absolute;
    left: 12px;
    top:  calc(100% + 5px);
    font-size: 12px;
    color: var(--clr-primary);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
}
.label_text.is-error span.error {
    visibility: visible;
    opacity: 1;
}
.label_text span.before {
    /* display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: var(--clr-700);
    z-index: -1; */
    /* clip-path: polygon(15px 0%, 100% 0%, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0% 100%, 0% 15px); */
}
/* .label_text::before {
    content: '';
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: var(--clr-900);
    z-index: -1;
    clip-path: polygon(12px 0%, 100% 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0% 100%, 0% 12px);
} */
.label_text:focus-within  span.before, .label_text input:not(:placeholder-shown) + span.before, .label_text textarea:not(:placeholder-shown) + span.before{
    background: var(--clr-600);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,40%);

}
.label_text input {
    /* clip-path: polygon(14px 0%, 100% 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0% 100%, 0% 14px); */
}
/* FORM WRAPPER   */