.section1C--1 {
    background: url(img/first_block.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section1C--1__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1C--1--phrase {
    background: white;
    border-radius: 10px;
    padding: 15px 16px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
    display: flex;
    width: fit-content;
    align-items: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    height: auto;
}

.section1C--1--phrase:hover {
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.section1C--1__men {
    max-width: 587px;
    height: 50%;
}

.section1C--1--phrase img {
    margin-right: 16px;
}

.section1C--1--phrase p {
    margin: 0;
}

.section1C--1--wrapper--left .section1C--1--phrase {
    margin-left: auto;
}

.phrase1 {
    transform: translateX(140px);
}

.phrase2 {
    transform: translateX(120px);
}

.phrase3 {
    transform: translateX(30px);
}

.phrase4 {
    transform: translateX(0);
}

.phrase5 {
    transform: translateX(10px);
}

.phrase6 {
    transform: translateX(20px);
}

.phrase7 {
    transform: translateX(30px);
}

.phrase8 {
    transform: translateX(-140px);
}

.phrase9 {
    transform: translateX(-120px);
}

.phrase10 {
    transform: translateX(-30px);
}

.phrase11 {
    transform: translateX(0);
}

.phrase12 {
    transform: translateX(-10px);
}

.phrase13 {
    transform: translateX(-20px);
}

.phrase14 {
    transform: translateX(-30px);
}

.phrase1:hover {
    transform: scale(1.1) translateX(140px);
}

.phrase2:hover {
    transform: scale(1.1) translateX(120px);
}

.phrase3:hover {
    transform: scale(1.1) translateX(30px);
}

.phrase4:hover {
    transform: scale(1.1) translateX(0);
}

.phrase5:hover {
    transform: scale(1.1) translateX(10px);
}

.phrase6:hover {
    transform: scale(1.1) translateX(20px);
}

.phrase7:hover {
    transform: scale(1.1) translateX(30px);
}

.phrase8:hover {
    transform: scale(1.1) translateX(-140px);
}

.phrase9:hover {
    transform: scale(1.1) translateX(-120px);
}

.phrase10:hover {
    transform: scale(1.1) translateX(-30px);
}

.phrase11:hover {
    transform: scale(1.1) translateX(0);
}

.phrase12:hover {
    transform: scale(1.1) translateX(-10px);
}

.phrase13:hover {
    transform: scale(1.1) translateX(-20px);
}

.phrase14:hover {
    transform: scale(1.1) translateX(-30px);
}

@media(min-width :1000px) {
    .section1C--1__title {
        margin: 100px auto 60px auto;
        font-weight: 500;
        color: black;
        width: fit-content;
        margin-top: 100px !important;
        font-size: 46px;
    }
    .mobile-slider {
        display:none !important;
    }
    .section1C--9__title {
        width: fit-content;
        margin: 100px auto 40px auto !important;
    }

}
.block_7_img  {
    clip-path: inset(3px 0 0 0);
}

.section1C__form_wrapper {
    display: flex;
    padding: 50px 69px;
}

.section1C--2 {
    background: url(img/form_background_1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: 8px solid white;
    outline-offset: -8px;
    border-radius: 50px;
}

.form__type__2 {
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 16px;
    margin-left: 40px;
}

.form__type__2 input {
    border: none;
    border-bottom: 1px solid rgba(118, 121, 131, 1);
    background: transparent;
}

.form__type__2 textarea {
    border: none;
    border-bottom: 1px solid rgba(118, 121, 131, 1);
    background: transparent;
}

.form__type__2 button {
    width: 205px;
    height: 40px;
    color: white;
    background: rgba(251, 147, 51, 1);
    border: 1px solid rgba(251, 147, 51, 1);
    border-radius: 6px;
    transition: 0.3s ease all;
}

.form__type__2 button:hover {
    color: rgba(251, 147, 51, 1);
    background: white;
    -webkit-box-shadow: 0px 0px 11px 3px rgba(251, 147, 51, 0.2);
    -moz-box-shadow: 0px 0px 11px 3px rgba(251, 147, 51, 0.2);
    box-shadow: 0px 0px 11px 3px rgba(251, 147, 51, 0.2);
}

.section1C--3 {
    overflow: visible !important;

}

.section1C--3__wrapper {
    display: flex;
}

.section1C--3__block__text1 {
    max-width: 320px;
    color: black;
    margin: 0;
}

.section1C--3__block__text2 {
    max-width: 260px;
    color: black;
    margin: 0;
}

.section1C--3__arrow {
    margin: 0 10px;
}

.section1C--3__block img {
    margin-right: 16px;
}

.section1C--3__absolute_arrow {
    position: absolute;
    left: -120px;
    top: 50%;
}

.section1C--3__wrapper {
    position: relative;
}

.section1C--3__title {
    margin: 16px auto 50px auto;
    width: fit-content;
    color: black;
    font-weight: 500;
    font-size: 42px;
}

.section1C--3__hint {
    margin: 0 auto;
    width: fit-content;
    padding: 5px 20px;
    color: blue;
    background: #E7EDFF;
    border-radius: 22px;
}

.section1C--3__block__title {
    font-weight: 600;
    color: black;
}

.section1C--3__hint img {
    margin-right: 3px;
}

.section1C--3 {
    margin-top: 100px;
}

.section1C--3__wrapper__margin {
    margin-bottom: 80px;
}

.section1C--4__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product_1c {
    padding: 20px;
    border-radius: 20px;
    background: white;
    height: 300px;
    transition: 0.3s all ease;
}

.product_1c:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.product_1c__img {
    width: 100%;
    height: 80%;
    background-size: cover !important;
    background-position: center !important;
}

.product_1c__title {
    color: black;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section1C--4__title {
    width: fit-content;
    margin: 0 auto 50px auto;
    color: black;
    font-size: 36px;
}

.section1C--4 {
    margin-top: 106px;
}

.section1C--4__btn__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.section1C--4__btn__wrapper div {
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.section1C--4__btn--left {
    color: white;
    border-radius: 50px 0 0 50px;
    background: linear-gradient(180deg, #0064D9 0%, #3942E3 100%);
    border: 1px solid blue;
}

.section1C--4__btn--right {
    color: blue;
    border-radius: 0 50px 50px 0;
    border: 1px solid blue;
    background: #E1E8FD;
}

.product_1c__banner {
    grid-column: 4/6;
    padding: 20px;
    border-radius: 20px;
    background: url("img/fon_product.png");
    background-size: cover;
}

.product_1c__banner--1 {
    color: black;
    font-size: 24px;
}

.product_1c__banner--2 {
    font-size: 18px;
}

.product_1c__banner--btn {
    background: #FB9333;
    padding: 9px 12px;
    color: white;
    margin-left: auto;
    border-radius: 5px;
    float: right;
}

.section1C--5 {
    padding: 100px 0;
    margin-top: 100px;
    background: url(img/section5__fon.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.spider div {
    background: white;
    padding: 10px;
    color: black;
    font-weight: 600;
}

.spider {
    display: grid;
    grid-template-columns: 1fr 1fr 20px repeat(6, 1fr) 20px 1fr 1fr;
    grid-template-rows: repeat(10, 1fr);
    background: transparent;
}

.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
    border-radius: 6px;
    height: auto;
    align-self: center;
}

.div2 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row-start: 1;
    border-radius: 6px;
    height: auto;
    align-self: end;

}

.div3 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 11;
    grid-row-start: 2;
    border-radius: 6px;
    height: auto;
    align-self: center;
}

.div4 {
    grid-column: span 6 / span 6;
    grid-row: span 4 / span 4;
    grid-column-start: 4;
    grid-row-start: 4;
    border-radius: 20px;
    z-index: 1;
    padding: 10px 25px !important;
}

.div6 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
    border-top: 1px dashed blue;
    border-right: 1px dashed blue;
    background: transparent !important;
}

.div8 {
    grid-column: span 2 / span 2;
    grid-column-start: 9;
    grid-row-start: 3;
    border-top: 1px dashed blue;
    border-left: 1px dashed blue;
    background: transparent !important;
}

.div10 {
    grid-column: span 2 / span 2;
    grid-column-start: 9;
    grid-row-start: 8;
    border-bottom: 1px dashed blue;
    border-left: 1px dashed blue;
    background: transparent !important;
}

.div11 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 11;
    grid-row-start: 8;
    border-radius: 6px;
    height: auto;
    align-self: center;
}

.div13 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 8;
    border-bottom: 1px dashed blue;
    border-right: 1px dashed blue;
    background: transparent !important;
}

.div14 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 8;
    border-radius: 6px;
    height: auto;
    align-self: center;
}

.div15 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row-start: 10;
    border-radius: 6px;
    height: auto;
    align-self: start;
}

.div16 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 5;
    border-radius: 6px;
    height: auto;
    align-self: center;
}


.div18 {
    grid-column-start: 6;
    grid-row-start: 2;
    border-right: 1px dashed blue;
    background: transparent !important;
}

.div19 {
    grid-column-start: 6;
    grid-row-start: 3;
    border-right: 1px dashed blue;
    background: transparent !important;
}

.div20 {
    grid-column-start: 6;
    grid-row-start: 8;
    border-right: 1px dashed blue;
    background: transparent !important;
}

.div21 {
    grid-column-start: 6;
    grid-row-start: 9;
    border-right: 1px dashed blue;
    background: transparent !important;
}


.div24 {
    grid-column-start: 3;
    grid-row-start: 5;
    border-bottom: 1px dashed blue;
    background: transparent !important;
}

.spider .div4 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.spider .div4 h2 {
    width: fit-content;
    margin: 16px 0 24px 0;
}

.spider .div4 h2 {
    width: fit-content;
    text-align: center;
}

.section1C--5__hint {
    margin-top: 30px;
}

.spider_round_load {
    width: 30px;
}

.round_block p {
    margin: 0;
    line-height: normal;
}

.round_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.round_block {
    transition: 0.3s all ease;
}

.round_block:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4 {
    transition: 0.3s all ease;
}

.div4:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div16 {
    transform: translateX(-40px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div1 {
    transform: translate(-10px, -10px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div2 {
    transform: translate(0, -20px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div3 {
    transform: translate(10px, -10px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div14 {
    transform: translate(-10px, 10px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div15 {
    transform: translate(0, 20px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.div4:hover~.div11 {
    transform: translate(10px, 10px);
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.section1C--5__wrapper {
    overflow: visible !important;
}

.section1C--6 .section1C__form_wrapper {
    background: url(img/form_fon_2.png);
    background-size: cover;
    background-position: center;
    outline: 8px solid white;
    outline-offset: -8px;
    border-radius: 50px;
    margin-top: 100px;
}

.section1C--7--left__block {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    margin-bottom: 10px;
    color: black;
    cursor: pointer;
    transition: 0.3s ease all;
}

.section1C--7--right__block {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    margin-bottom: 10px;
    color: black;
    cursor: pointer;
    transition: 0.3s ease all;
}

.section1C--7--right__block:hover {
    transform: scale(1.1);
    margin: 10px 0;
}

.section1C--7--left__block:hover {
    transform: scale(1.1);
    margin: 10px 0;
}

.section1C--7--left {
    width: 33%;
}

.section1C--7--right {
    margin-top: 160px;
    width: 33%;
}

.section1C--7--left__block p {
    margin: 0;
    padding: 10px;
}

.section1C--7--right__block p {
    margin: 0;
    padding: 10px;
}

.section1C--7__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_7_img {
    width: 30%;
}

.section1C--7 {
    background: url("img/block7_background.webp");
}

.blog-list__item-image {
    padding-top: 45%;
}

.section1C--8 .blog-list__wrapper {
    background: white !important;
    border-radius: 15px;
}

.section1C--8.blog-list__item-image {
    position: relative !important;
}

.section1C--8 .blog-list__item-text-wrapper {
    padding: 25px;
}

.section1C--8 .grid-list {
    gap: 20px;
}

.blog-list__item-image-wrapper {
    padding-top: 45%;
}

.section1C--8__title {
    width: 70%;
    margin: 100px auto 0 auto !important;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.section1C--8__hint {
    width: 50%;
    margin: 32px auto 50px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.section1C--9__wrapper {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 20px;
}


.section1C__li {
    background: #E7EDFF;
    width: fit-content;
    padding: 8px;
    border-radius: 25px;
    text-decoration: none;
    color: blue;
}

.section1C__li::before {
    display: none;
}

.section1C__li {
    margin: 10px 0;
    padding: 10px;
}

#section1C__slide--1 {
    background: url('img/section1C__slide1.png');
}

.section1C__slide {
    padding: 32px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section1C__slide {
    height: 560px;
}

.section1C__li p {
    margin-left: 10px;
}

.section1C__slide--btn {
    cursor: pointer;
    padding: 10px 16px;
    color: #0064D9;
    border-image: linear-gradient(top, #0064D9 0%, #3942E3 100%) 1;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    transition: 0.3s ease;
}

.section1C__slide--btn:hover {
    padding: 10px 16px;
    color: #0064D9;
    border-image: linear-gradient(top, #0064D9 0%, #3942E3 100%) 1;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
    box-shadow: 0px 0px 14px 5px rgba(0, 100, 217, 0.2);
}

.section1C--10 .section1C__form_wrapper {
    background: url('img/form_fon_2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 15px;
}

.section1C--10 {
    margin-top: 100px;
}

.section1C__li {
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.section1C__li:hover {
    transform: scale(1.1);
}

.product_1c__banner--btn {
    cursor: pointer;
}

#eY3BGtRhxSz47 {
    display: none !important;
}
.banner__text__bottom--first  {
    margin-top:10px !important;
}
