/*
  Theme Name: Спецтехника
 */


/* Указываем box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

ol,ul {
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    cursor: pointer;
    list-style: none;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
body::-webkit-scrollbar {
    display: none;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow-x: hidden;
    width: 100vw;
    max-width: 100vw;
}


/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}


body {
    background: #1E2831;
}

.header {
    display: flex;
    align-items: center;
    padding: 26px 294px;
    height: 93px;
    background: rgb(30, 40, 49);
    width: 100%;
    position: fixed;
    z-index: 10;

    justify-content: space-between;
}

.header nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.header nav a {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
}

.header nav .yellow a {
    color: #ffd700;
}

.header .soc {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .soc .tel {
    margin-left: 10px;
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}

.header-white-do {
    width: 100%;
    height: 93px;
}

.top-block {
    height: 819px;
    max-height: calc(100% - 93px);
}

.top-block .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    /* padding: 190px 0 0 0; */
}

.top-block .swiper-slide .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-block .swiper-slide h1, .top-block .swiper-slide h2, .top-block .swiper-slide h3 {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 126px;
    font-weight: 700;
    line-height: 80%;
}

.top-block .swiper-slide h1:empty {
  display: none; 
}

.top-block .swiper-slide h1{
    margin-top: 140px;
    margin-left: 329px;
    display: inline-block;
    width: 150px;

}

h1 .second-line {
        width:1200px;
        display: block;
        margin-left: 94px;
        color: rgb(249, 178, 14);
        
}



h1 .third-line {
        width:1000px;
        display: block;
        margin-left: 102px;
        font-size: 42px;
}


.top-block .swiper-slide h2, .top-block .swiper-slide p {
    margin-left: 433px;
}

.top-block .swiper-slide p {
    font-family: Gilroy, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    margin-bottom: 33px;
    margin-top: 10px;
}

.top-block .swiper-slide p strong {
    font-weight: 700;
    color: rgb(249, 178, 14);
}

.swiper-slide .top-blok-ul {
    flex-direction: column;
    gap: 10px;
    list-style-type: "✔";
    display: flex;
    padding: 15px;
    margin-left: 433px;
    max-width: 1200px;
    color: #f9b20e;
    font-family: Gilroy, sans-serif;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 80px;
}

.swiper-slide .top-blok-li {
    padding-left: 10px;
    margin-left: 10px;
    color: rgb(249, 178, 14)
}

.button {
    border: 1px solid rgb(249, 148, 14);
    border-radius: 40px;
    width: 325px;
    padding: 18px 33px;
    color: rgb(102, 58, 0);
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    background: linear-gradient(180.00deg, rgb(249, 178, 14),rgb(249, 148, 14) 100%);
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}

.button:hover {
    box-shadow: rgba(255, 255, 255, .3) 0px 7px 29px 0px;
}

.percent {
    display: block;
    margin: 0 auto; 
    cursor: pointer; 
    width: 40%
}

.top-block .swiper-pagination {
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-color: rgb(249, 178, 14);
    --swiper-pagination-bottom: 116px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
}
.contact-view{
     width: 100%;
    max-width: 1290px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px;
}

.about-block {
    width: 100%;
    max-width: 1290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto 10px;
    scroll-margin-top: 100px;
}

.about-block .row-f {
    display: flex;
    gap: 20px;
    max-width: 1290px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.about-block .row-f .col-f {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about-block .row-f .col-f h2 {
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.about-block .row-f .col-f h2 span {
    color: rgb(249, 148, 14);
}
.about-block .row-f .col-f p b {
    color: rgb(249, 148, 14);
}

.about-block .row-f .col-f p {
    color: rgb(182, 188, 197);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-left: 25px;
}

.about-block .row-f .col-s {
    width: 424px;
	height: max-content;
	border-radius: 10px;
}

.under-photo {
    color: rgb(182, 188, 197);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding-left: 25px;
}

.under-photo .price {
    font-family: Rubik, sans-serif;
    color: rgb(182, 188, 197);
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 25px;
}


.under-photo .price b {
    color: rgb(249, 148, 14);

}

.under-photo .price-p p {
    margin-bottom: 25px;
}

.about-block .row-s {
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1286px;
    padding-top: 30px;
    scroll-margin-top: 60px;
}

.about-block .row-s .flash {
    position: absolute;
    top: 112px;
    z-index: -1;
}

.about-block .row-s h2 {
    margin-bottom: 12px;
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}

.about-block .row-s > p {
    margin-bottom: 50px;

    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
}

.about-block .row-s .que-f {
    display: flex;
    gap: 37px;

    position: relative;

    border-radius: 80px;

    box-shadow: 12px 7px 31px 0px rgba(0, 0, 0, 0.1),48px 29px 56px 0px rgba(0, 0, 0, 0.09),109px 65px 76px 0px rgba(0, 0, 0, 0.05),193px 116px 90px 0px rgba(0, 0, 0, 0.01),301px 182px 99px 0px rgba(0, 0, 0, 0);
    background: rgb(255, 245, 223);
    align-items: center;
    max-width: 998px;
    padding: 44px 51px;

    margin-bottom: 45px;
    margin-left: auto;
}

.about-block .row-s .que-f:before {
    content: url("https://rsr1.ru/wp-content/themes/spec_tech/assets/img/sharp_f.svg");
    position: absolute;
    top: -37px;
    left: 70px;
}


.about-block .row-s .que-f p {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(88, 76, 49);
}

.about-block .row-s .que-f p span {
    color: rgb(249, 148, 14);
}

.about-block .row-s .que-s {
    display: flex;
    gap: 37px;
    margin-bottom: 45px;
    position: relative;
    border-radius: 20px;
    box-shadow: 7px 4px 17px 0px rgba(0, 0, 0, 0.1),27px 15px 31px 0px rgba(0, 0, 0, 0.09),60px 33px 41px 0px rgba(0, 0, 0, 0.05),107px 59px 49px 0px rgba(0, 0, 0, 0.01),168px 92px 54px 0px rgba(0, 0, 0, 0);
    background: rgb(235, 206, 138);
    align-items: center;
    max-width: 586px;
    padding: 44px 51px;
}

.about-block .row-s .que-s:before {
    content: url("https://rsr1.ru/wp-content/themes/spec_tech/assets/img/sharp_s.svg");
    position: absolute;
    top: -37px;
    left: 100px;
}


.about-block .row-s .que-s p {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(88, 76, 49);
}

.about-block .row-s .que-s p span {
    color: rgb(249, 148, 14);
}






.about-block .row-s .que-t {
    display: flex;
    gap: 37px;

    position: relative;

    border-radius: 80px;

    box-shadow: 8px 4px 19px 0px rgba(0, 0, 0, 0.1),31px 15px 34px 0px rgba(0, 0, 0, 0.09),69px 34px 46px 0px rgba(0, 0, 0, 0.05),122px 61px 55px 0px rgba(0, 0, 0, 0.01),191px 95px 60px 0px rgba(0, 0, 0, 0);
    background: rgb(120, 141, 161);
    align-items: center;
    max-width: 654px;
    padding: 44px 51px;

    margin-bottom: 45px;
    margin-left: auto;
    margin-right: 184px;
}

.about-block .row-s .que-t:before {
    content: url("https://rsr1.ru/wp-content/themes/spec_tech/assets/img/sharp_t.svg");
    position: absolute;
    top: -37px;
    right: 120px;
}


.about-block .row-s .que-t p {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
}

.about-block .row-s .que-t p span {
    color: rgb(249, 148, 14);
}





.about-block .row-s .que-fo {
    display: flex;
    gap: 37px;

    position: relative;

    border-radius: 80px;

    box-shadow: 10px 9px 29px 0px rgba(0, 0, 0, 0.1),40px 35px 53px 0px rgba(0, 0, 0, 0.09),90px 79px 72px 0px rgba(0, 0, 0, 0.05),159px 141px 85px 0px rgba(0, 0, 0, 0.01),249px 220px 93px 0px rgba(0, 0, 0, 0);
    background: rgb(236, 220, 188);
    align-items: center;
    max-width: 937px;
    padding: 44px 51px;

    margin-bottom: 45px;
    margin-left: auto;
    margin-right: 234px;
}

.about-block .row-s .que-fo:before {
    content: url("https://rsr1.ru/wp-content/themes/spec_tech/assets/img/sharp_fo.svg");
    position: absolute;
    top: -37px;
    left: 120px;
}


.about-block .row-s .que-fo p {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(41, 45, 50);
}

.about-block .row-s .que-fo p span {
    color: rgb(249, 148, 14);
}

.about-block .row-s .que-f, 
.about-block .row-s .que-s, 
.about-block .row-s .que-t,
.about-block .row-s .que-fo {
	width: 80%;
	max-width: 100%;
	border-radius: 20px;
}

.about-block .row-s .que-f, .about-block .row-s .que-t {
	margin: 0 0 25px auto;
}

.about-block .row-s .que-s, .about-block .row-s .que-fo {
	margin: 0 auto 25px;
}

.contact-form {
    display: flex;
    position: relative;
    max-width: 320px;
    height: auto;
    border-radius: 20px;
    padding: 20px;
}

.wpcf7-response-output{
    color: white;
}

.contact-view p {
    padding-left: 50px;
    display:flex;
    gap: 20px;
}
.contact-form .col {
    display: flex;
    flex-direction: column;
    max-width: 671px;
}

.contact-form .col p {
    margin-bottom: 8px;

    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

.contact-form .col h2 {
    font-family: Rubik, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contact-form .col h2 span {
    color: rgb(249, 178, 14);
}

.contact-form .col .row-input {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 33px;
}

.contact-form .col .row-input input {
    width: 100%;
    height: 58px;
    padding: 18px 29px;

    border: 1px solid rgb(75, 99, 122);
    border-radius: 12px;

    outline: none;

    color: rgb(237, 237, 237);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;

    background: rgb(97, 116, 134);
}

.contact-form .col .row-input input::placeholder {
    color: rgb(237, 237, 237);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color:white;
}

.row-check {
    display: flex;
    align-items: center;
    gap: 42px;
}

.row-check input {
    width: 19.5px;
    height: 19.5px;
}

.row-check label {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    width: 286px;
}

.row-check button {
    margin: 0 0 0 auto;
    cursor: pointer;
}

.contact-form .right-img {
    position: absolute;
    width: 933px;
    left: 50%;
    top: 15px;
}

.calculator-block {
    max-width: 1290px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 80px;
    scroll-margin-top: 100px;
}

.calculator-block h2 {
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;

    margin-bottom: 24px;
}

.calculator-block .desc {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 60px;
}

.calculator-block h3 {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.calculator-block .picker-cont {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-bottom: 70px;
}

.calculator-block .picker-cont p {
    height: auto;
    min-height: max-content;
    padding: 24px 40px;
    border-radius: 20px;
    background: #697079;

    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;


    cursor: pointer;
}

.calculator-block .picker-cont p.active {
    cursor: initial;

    box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.1),18px 11px 21px 0px rgba(0, 0, 0, 0.09),41px 25px 29px 0px rgba(0, 0, 0, 0.05),73px 45px 34px 0px rgba(0, 0, 0, 0.01),114px 70px 37px 0px rgba(0, 0, 0, 0);
    background: linear-gradient(180.00deg, rgb(249, 178, 14),rgb(249, 148, 14) 100%);
}

.calculator-block .picker-cont p:not(.active):hover {
    box-shadow: 5px 3px 12px 0px rgba(0, 0, 0, 0.1),18px 11px 21px 0px rgba(0, 0, 0, 0.09),41px 25px 29px 0px rgba(0, 0, 0, 0.05),73px 45px 34px 0px rgba(0, 0, 0, 0.01),114px 70px 37px 0px rgba(0, 0, 0, 0);
    background: linear-gradient(180.00deg, rgba(249, 178, 14, .7),rgba(249, 148, 14, .7) 100%);
}

.calculator-block .content {
    display: none;
    gap: 120px;
}

.calculator-block .content.active {
    display: flex;
}

.calculator-block .content .col-f {
    display: flex;
    flex-direction: column;
    max-width: 518px;
    width: 100%;
}

.calculator-block .content .col-f > p {
    color: rgb(237, 237, 237);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
}

.calculator-block .content .col-f h4 {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 15px;
}

.calculator-block .content .col-f .char {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.calculator-block .content .col-f .char p {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    white-space: nowrap;
}

.calculator-block .content .col-f .char div {
    width: 100%;
    height: 100%;
    border-bottom: 1px dotted #fff;
    margin-bottom: 8px;
}


.calculator-block .col-s {
    max-width: 716px;
	width: 100%;
}

.calculator-block .col-s img {
    width: 300px;
	height: 400px;
	object-fit: cover;
    border-radius: 10px;
}

.calculator-block .col-s .swiper-slide {
    width: 300px;
    height: max-content;
}



.collective-block {
    display: flex;
    flex-direction: column;
    max-width: 1286px;
    margin: 80px auto 0px;
}

.collective-block h2 {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 40px;
}

.collective-block h3 {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 28px;
}

.collective-block .row {
    display: flex;
    column-gap: 114px;
    row-gap: 30px;
    align-items: center;
	flex-wrap: wrap;
}

.collective-block .row .block {
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

.collective-block .row .block img {
    height: 351px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 34px;

    border-radius: 16px;
    box-shadow: 4px 5px 13px 0px rgba(0, 0, 0, 0.1),14px 19px 24px 0px rgba(0, 0, 0, 0.09),32px 43px 32px 0px rgba(0, 0, 0, 0.05),56px 77px 38px 0px rgba(0, 0, 0, 0.01),88px 121px 42px 0px rgba(0, 0, 0, 0);
}

.collective-block .row .block h4 {
    margin-bottom: 12px;
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.collective-block .row .block p {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.reviews-section {
    display: flex;
    flex-direction: column;
    width: 1289px;
    margin: 0 auto 80px;
    scroll-margin-top: 100px;
}

.reviews-section .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.reviews-section .title-row h2 {
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
}

.reviews-section .title-row p {
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    
}

.slider-cont {
    position: relative;
}

.slider-cont .flash {
    position: absolute;
    left: 0;
    bottom: -220px;
    z-index: -1;
}

.reviews-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #697079;
}

.reviews-swiper .swiper-slide .user {
    display: flex;
    gap: 14px;
    align-items: center;
}

.reviews-swiper .swiper-slide .user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.reviews-swiper .swiper-slide .user .text-col {
    display: flex;
    flex-direction: column;
    justify-content:  space-between;
    padding: 2px 0;
}

.reviews-swiper .swiper-slide .user .text-col h3 {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.reviews-swiper .swiper-slide .user .text-col .date {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
}

.reviews-swiper .swiper-slide .stars {
    height: 18px;
    width: max-content;
    margin: 5px 0;
}

.reviews-swiper .swiper-slide .info {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}


.reviews-swiper .swiper-slide .desc {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}



.questions-section {
    max-width: 1280px;
    margin: 0 auto 80px;
    display: flex;
    flex-direction: column;
    position: relative;
    scroll-margin-top: 100px;
}

.questions-section .title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 50px;
}

.questions-section .title-row h2 {
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}

.questions-section .title-row p {
    max-width: 532px;
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.question {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgb(60, 69, 79);
}

.question .ans {
    display: none;
}

.question:last-of-type {
    border-bottom: 1px solid rgb(60, 69, 79);
}

.question .que {
    padding: 25px 0 25px 15px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.question .que .answer {
    margin-top: 28px;
    color: rgb(249, 148, 14);
    font-family: Gilroy, sans-serif;
}
.question .que .summary::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    font-size: 0.9em;
    margin-right: 0.5em;
}
.question .que .active .summary::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    font-size: 0.9em;
    margin-right: 0.5em;
}

.question.active .que:after {
    transform: rotate(180deg);
}


.question.active .ans {
    display: initial;

    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 30px;
}

.questions-section .que_1 {
    position: absolute;
    width: 352.74px;
    height: 352.74px;
    transform: rotate(-27.68deg);
    left: -370px;
}


.questions-section .que_2 {
    z-index: -1;
    position: absolute;
    width: 527.79px;
    height: 527.79px;
    right: -500px;
    top: 500px;
    transform: rotate(-25.51deg);
}



.videos-section {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 80px;
    scroll-margin-top: 100px;
}

.videos-section .title-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.videos-section h2 {
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 12px;
}
.videos-section h3 {
    color: white;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.videos-section h3 b{
    color: rgb(249, 148, 14);
}
.videos-section h4 {
    color: rgb(249, 148, 14);
    font-family: Rubik, sans-serif;
    font-size: 24px;
    line-height: 110%;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.videos-section services-list {
    color: white;
    font-family: Rubik, sans-serif;
    font-size: 20px;
}

.services-list ul {
    display: block;
    color: rgb(182, 188, 197);
    font-family: Rubik, sans-serif;
    font-size: 20px;
    list-style: disc;
    cursor: auto;
    
}
.services-work{
    display:flex;
    gap: 20px;
}

.services-work img{
    width:372px;
    height:auto;
    border-radius: 10px;
    margin-bottom: 20px;
}



.videos-section list{
    display: block;
    color: white;
    font-family: Rubik, sans-serif;
    font-size: 20px;
    padding-left: 30px;
    list-style: circle
}

.videos-section .title-row a {
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 120%;
    height: max-content;
}

.videos-section .title-row a:hover {
    border-bottom: 1px solid #fff;
}

.swiper-videos {
    width: 100%;
}

.swiper-videos .swiper-slide {
    width: 306px;
}


.swiper-videos .swiper-slide > * {
    width: 100%;
    height: 548px;
    cursor: pointer;
}


.footer {
    max-width: 1332px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer nav {
    display: flex;
    gap: 24px;
}

.footer nav a {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 110%;
}

/* .footer .soc {
    display: flex;
    gap: 16px;
} */

.footer .tel {
    margin-left: 20px;
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
}
.footer .company {
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
}

.footer .yellow {
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    color: #ffd700;
}

.footer > a:hover, .footer nav a:hover, .footer .tel:hover {
    border-bottom: 1px solid #fff;
}

.calculator-block .swiper,.calculator-block .col-s {
	height: max-content;
}

@media screen and (max-width: 1688px) {
    .header {
        padding: 26px 150px;
    }

    .top-block .swiper-pagination {
        --swiper-pagination-bottom: 20px;
    }
}

@media screen and (max-width: 1394px) {
    .header {
        padding: 26px 20px;
    }

    .reviews-section {
        width: 100%;
    }

    .top-block .swiper-slide h2 {
        margin-left: 433px;
    }

    .top-block .swiper-slide h3, .top-block .swiper-slide p {
        margin-left: 300px;
    }

    .about-block, .calculator-block, .collective-block, .reviews-section, .questions-section, .videos-section, .footer {
        padding: 0 50px;
    }

    .footer {
        margin-bottom: 50px;
        padding: 0 20px;
    }


}

.menu-btn {
    display: none;
}

a {
	cursor: pointer;
}
@media screen and (max-width: 1540px) {
     .top-block .swiper-slide h1 {
        margin-left: 269px;
    }
    
     .top-block .swiper-slide h2 {
        margin-left: 269px;
    }

}

@media screen and (max-width: 1150px) {

	.contacts-row {
		flex-direction: column;
		gap: 35px!important;
	}
    .que_1, .que_2 {
    display: none!important;
}

    .header-white-do {
        height: 42px;
    }

    .header {
        padding: 10px;
        height: 45px;
    }

    .header > img {
        width: 70px;
    }
    
    .header > a {
        width: 95px;
    }

    .header nav, .header .soc .tel {
        display: none;
    }

    .header .menu-btn {
        display: initial;
        height: 100%;
        max-width: 22px;
        width: max-content;
        margin-right: 2px
    }

    .top-block {
        max-height: calc(100% - 42px);
    }

    .top-block .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        justify-content: center;
    }

    .top-block .swiper-slide h1, .top-block .swiper-slide h2, .top-block .swiper-slide h1 span {
        text-align: center;
        margin-left: 0;
        font-size: 32px;
        line-height: 100%;
        width: 330px;
    }

    .top-block .swiper-slide h3, .top-block .swiper-slide p {
        margin-left: 0;
    }

    .top-block .swiper-slide h3 {
        font-size: 32px;
    }
    

    .top-block .swiper-slide p {
        text-align: center;
        font-size: 24px;
    }

    .button {
        margin: 0 auto;
        font-size: 18px;
    }
    
    .percent {
    display: block;
    margin: 0 auto; 
    cursor: pointer; 
    width: 60%
}
    
    .about-block .row-f {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        
    }

    .about-block .row-f .col-f h2 {
        font-size: 20px;
    }

    .about-block .row-f .col-f p {
        font-size: 18px;
        padding-left: 10px;
    }
    
    .under-photo {
    padding-left:10px;
    font-size: 18px;
}
    
    .about-block .row-f .col-f p span {
        color: rgb(249, 148, 14)
    }

    .about-block, .calculator-block, .reviews-section, .questions-section, .videos-section, .footer {
        padding: 0 20px;
    }
     .collective-block {
          padding: 0
     }
    .about-block .row-s h2 {
        font-size: 44px;
    }

    .about-block .row-s > p {
        font-size: 24px;
    }

    .about-block .row-s .que-f, .about-block .row-s .que-s, .about-block .row-s .que-t, .about-block .row-s .que-fo {
        padding: 30px 10px;
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-block .row-s .que-f p,  .about-block .row-s .que-s p,  .about-block .row-s .que-t p,  .about-block .row-s .que-fo p {
        font-size: 18px;
        text-align: center;
    }

    .about-block .row-s {
        width: 100%;
    }

    .calculator-block h2 {
        font-size: 36px;
    }

    .calculator-block .desc, .calculator-block h3 {
        font-size: 18px;
    }

    .calculator-block .picker-cont {
        flex-direction: column;
        gap: 15px;
    }

    .calculator-block .picker-cont p {
        padding: 20px 30px;
        width: 100%;
        font-size: 18px;
    }

    .calculator-block .content {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .collective-block h2 {
        font-size: 20px;
    }

    .collective-block h3 {
        text-align: center;
    }

    .collective-block .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .services-work{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .services-work img{
        width: 372px;
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    
    .services-list ul {
    padding-left: 10px;
    font-size: 18px;
    }

    .reviews-section {
        gap: 0;
        margin-bottom: 30px;
    }

    .reviews-section .title-row, .questions-section .title-row, .videos-section .title-row  {
        flex-direction: column;
        gap: 20px;
    }

    .reviews-section .title-row h2, .questions-section .title-row h2, .videos-section .title-row h2 {
        font-size: 36px;
        text-align: center;
    }

    .reviews-section .title-row p, .questions-section .title-row p, .videos-section .title-row a {
        font-size: 18px;
        text-align: center;
    }

    .slider-cont .flash {
        display: none;
    }

    .collective-block {
        margin-bottom: 30px;
    }

    .question .que {
        padding: 20px 0;
        font-size: 18px;
    }

    .videos-section .title-row {
        align-items: center;
    }

    .footer {
        flex-direction: column;
        gap: 30px;
    }

    .footer nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .soc {
        /*flex-direction: column;*/
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
    }

    .footer .tel {
        margin-left: 0;
    }
    
    .contact-view p {
    padding-left: 10px;
    display: flow;
    gap: 20px;
}
}

/* .top-blok-ul {
   
} */


.calculator-block .col-s {
	position: relative;
}

.calculator-block .swiper-slide-next {
	width: 300px!important;
  transform: none !important; 
  z-index: 1 !important;       

}

.calculator-block .swiper-slide-active {
	width: 300px!important;
	transform: none !important;   /* Убираем трансформацию */
}

.swiper-navigation .prev {
	position: absolute;
	left: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	top: 50%;
	z-index: 5;
	cursor: pointer;
	background: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center; 
	transform: translate(-50%, -50%);
}

.swiper-navigation .prev .default {
	display: none;
}

.swiper-navigation .prev .active {
	transform: rotate(180deg);
}

.swiper-navigation .prev.swiper-button-disabled {
	background: rgb(110, 119, 130);
	transform: translate(-50%, -50%);
}

.swiper-navigation .prev.swiper-button-disabled .active {
	display: none;
}

.swiper-navigation .prev.swiper-button-disabled .default {
	display: initial;
	cursor: initial;
	transform: rotate(0);
}



.swiper-navigation .prev img, .swiper-navigation .next img {
	width: 25px;
	height: auto;
}


.swiper-navigation .next {
	position: absolute;
	right: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	top: 50%;
	z-index: 5;
	cursor: pointer;
	background: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%, -50%);
}

.swiper-navigation .next .default {
	display: none;
}

.swiper-navigation .next.swiper-button-disabled {
	background: rgb(110, 119, 130);
	transform: translate(50%, -50%);
	cursor: initial;
}

.swiper-navigation .next.swiper-button-disabled .active {
	display: none;
}

.swiper-navigation .next.swiper-button-disabled .default {
	display: initial;
	cursor: initial;
	transform: rotate(180deg);
}

.swiper-navigation.clear .prev, 
.swiper-navigation.clear .next {
	background: #fff!important;
}

.swiper-navigation.clear .prev .active, .swiper-navigation.clear .next .active {
	display: initial!important;
	cursor: pointer;
}

.swiper-navigation.clear .prev .default, .swiper-navigation.clear .next .default {
	display: none!important;
}

.videos-wrapper {
	position: relative;
	scroll-margin-top: 200px;
}

body {
	overflow-x: hidden;
}

.menu {
	position: fixed;
	left: 0;
	top: 42px;
	width: 100%;
	height: calc(100vh - 42px);
	display: none;
	flex-direction: column;
	padding: 20px 40px;
	gap: 30px;
	background: rgb(30, 40, 49);
	z-index: 9;
}

.menu.active {
	display: flex;
}

.menu a {
	color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
}

.contacts-row {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.contacts-row a {
	color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
}

.contacts-row a.tg, .contacts-row a.wa {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contacts-row a.tg svg, .contacts-row a.wa svg {
	height: 20px;
	width: 20px;
}

.popup-form {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 20;
}

.popup-form.active {
	display: flex;
}

.popup-form .content {
	border-radius: 20px;
box-shadow: 0px 41px 90px 0px rgba(26, 25, 72, 0.1),0px 163px 163px 0px rgba(26, 25, 72, 0.09),0px 366px 220px 0px rgba(26, 25, 72, 0.05),0px 651px 260px 0px rgba(26, 25, 72, 0.01),0px 1018px 285px 0px rgba(26, 25, 72, 0);
background: linear-gradient(270.00deg, rgba(0, 0, 0, 0) 70.473%,rgba(0, 0, 0, 0.2) 100%),rgb(61, 73, 86);

	padding: 20px 40px;
	
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	width: 100%;
	max-width: 500px;

	height: max-content;

}

.popup-form .content input:not([type="checkbox"]) {
	margin-bottom: 10px;
	
	width: 100%;
height: 58px;
padding: 18px 29px;
border: 1px solid rgb(75, 99, 122);
border-radius: 12px;
outline: none;
color: black;
font-family: Rubik, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 120%;
/* background: rgb(97, 116, 134); */
}

.popup-form .content p {
color: rgb(255, 255, 255);
font-family: Rubik, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 120%;
}

.popup-form .content h2 {
color: rgb(255, 255, 255);
font-family: Rubik, sans-serif;
font-size: 19px;
font-weight: 600;
line-height: 120%;
	text-align: center;
}

.popup-form .content .close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.popup-form .content .button {
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
}

.contacts-section .contacts-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 50px;
}

.contacts-section .contacts-row .col-f {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 350px;
	min-width: 150px;
}

@media screen and (max-width: 1445px) {
    .swiper-slide .top-blok-ul {
        margin-left: 329px;
    }
    .top-block .swiper-slide .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
    
}

@media screen and (max-width: 1370px) {
    
    .top-block .swiper-slide h1 {
        margin-left: 89px;
    }
    
    .top-block .swiper-slide h2 {
        margin-left: 89px;
    }
    
    .top-block .swiper-slide .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}

@media screen and (max-width: 1285px) {
    
    .top-block .swiper-slide .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}


@media screen and (max-width: 1025px) {
    .swiper-slide .top-blok-ul {
        margin-left: 100px;
    }
    .top-block .swiper-slide .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
}


@media screen and (max-width: 992px) {
    .footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .swiper-slide .top-blok-ul {
        margin-left: 30px;
    }
}

/* Стили для экранов до 768px */
@media screen and (max-width: 768px) {
    .footer nav ul {
        gap: 15px;
        font-size: 18px;
    }
    
    .footer .soc {
        flex-wrap: wrap;
        justify-content: center;
    }
     .swiper-slide .top-blok-ul {
        max-width: 300px;
        margin-left: 30px;
        font-size: 19px;
    }
    .top-block .swiper-slide .bg {
        position: relative;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
}

/* Стили для экранов до 576px */
@media screen and (max-width: 576px) {
    .footer nav ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer .soc {
        flex-direction: column;
    }
    
    .footer .tel {
        margin-left: 0;
        margin-top: 10px;
    }
    .swiper-slide .top-blok-ul {
        max-width: 300px;
        margin-left: 30px;
        font-size: 19px;
    }
}

/* Стили для элемента с классом yellow */
.yellow {
    color: #FFD700; /* или любой другой желтый цвет */
}

/* Добавляем hover эффекты */
.footer nav ul li:hover {
    opacity: 0.8;
}

.footer .soc a:hover {
    opacity: 0.8;
}

.footer-nav-list {
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    cursor: pointer;
    list-style: none;
    color: rgb(255, 255, 255);
    font-family: Gilroy, sans-serif;
    margin: 0;
    padding: 0;
}

.footer .soc {
    display: flex;
    gap: 20px;
}

/* Большие экраны (1200px и больше) */
@media screen and (min-width: 1200px) {
    .footer-nav-list {
        gap: 30px;
        font-size: 18px;
    }
    
}

/* Средние экраны (992px - 1199px) */
@media screen and (max-width: 1199px) {
    .footer-nav-list {
        gap: 20px;
        font-size: 18px;
    }
     .top-block .swiper-slide h1 {
        margin-top: 20px;
        margin-left: 0;
    }
     .top-block .swiper-slide h2 {
        margin-left: 0;
    }
}

/* Планшеты (768px - 991px) */
@media screen and (max-width: 991px) {
    .footer-nav-list {
        gap: 15px;
        font-size: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
   
}

/* Большие телефоны (576px - 767px) */
@media screen and (max-width: 767px) {
    .footer-nav-list {
        gap: 12px;
        font-size: 18px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px;
    }
}

/* Малые телефоны (до 575px) */
@media screen and (max-width: 575px) {
    .footer-nav-list {
        flex-direction: column;
        gap: 10px;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1023px) {
 /*    .yandex-maps {
     position: fixed;
     display: none;
     width: 50px;
     height: 50px;
   } */
  
  .mobile-display-none {
        position: fixed;
        display: none;
        width: 50px;
        height: 50px;
  }
  
  .about-block .row-s .que-f:before {
      position: fixed;
        display: none;
        width: 50px;
        height: 50px;
  }
}

 #fixedButton {
            position: fixed;
            bottom: 20px;
            right: 5px;
            cursor: pointer;
            z-index: 1000;
            animation: twitch 2s ease-in-out infinite;
        }
@keyframes twitch {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(2px);
  }
  40% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  80% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}

.open-pop{
    animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

#popup-success {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(30 40 49);
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
    border-radius: 10px;
    color: rgb(249, 148, 14);
}
#popup-success .button{
    justify-content:center;
    align-items:center;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    width: 250px;
    display: flex;
    margin: 0 auto;
}

.submit-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    background-color: #ccc !important;
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    background-color: #ccc !important;
}

/* Стили для чекбокса */
.form-checkbox {
    margin-right: 10px;
}

/* Дополнительные стили для лучшего UX */
.form-checkbox:checked + label {
    color: #4CAF50 !important;
}