a, button, *:after, *:before {
    transition: all .3s
}

img {
    max-width: 100%;
    height: auto
}

select {
    -webkit-appearance: none;
    background: url("../img/arr.svg") no-repeat calc(100% - 15px) center, #dde0e7;
    -moz-appearance: none;
    text-overflow: "";
    appearance: none !important;
    height: 40px;
    border-radius: 10px;
    border: none;
    padding-left: 15px;
    padding-right: 30px
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px)
}

.mob-menu {
    display: none;
    cursor: pointer;
    border-radius: 3px;
    transition: all .4s;
    margin-left: 15px
}

@media (max-width: 991px) {
    .mob-menu {
        display: block
    }
}

.mob-menu.active span:nth-child(1) {
    width: 35px;
    transform: rotate(45deg);
    margin-bottom: -8px
}

.mob-menu.active span:nth-child(2) {
    width: 41px;
    opacity: 0
}

.mob-menu.active span:nth-child(3) {
    width: 35px;
    transform: rotate(-45deg);
    margin-top: -8px
}

.mob-menu span {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
    display: block;
    border-radius: 5px;
    transition: all .4s;
    margin-left: auto
}

.mob-menu span:nth-child(1) {
    width: 35px
}

.mob-menu span:nth-child(2) {
    width: 41px
}

.mob-menu span:nth-child(3) {
    width: 24px
}

.close-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 10px 20px;
    height: 72px;
    align-items: center;
    background: #111;
    margin-bottom: 15px
}

.close-mob {
    position: relative;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    z-index: 999;
    opacity: 1;
    margin-left: auto;
    cursor: pointer
}

.close-mob:before, .close-mob:after {
    content: "";
    position: absolute;
    left: 18px;
    height: 30px;
    width: 2px;
    background-color: #fff;
    top: 4px
}

.close-mob:before {
    transform: rotate(45deg)
}

.close-mob:after {
    transform: rotate(-45deg)
}

* {
    outline: none
}

label.checkbox {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #394050;
    margin-bottom: 16px
}

label.checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

label.checkbox input:checked + .checkbox__text:before {
    opacity: 1
}

label.checkbox .checkbox__text {
    display: flex;
    padding-left: 40px;
    min-height: 24px;
    align-items: center
}

label.checkbox .checkbox__text:after, label.checkbox .checkbox__text:before {
    content: "";
    position: absolute;
    border: 1px solid #dcdfe4;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

label.checkbox .checkbox__text:before {
    opacity: 0;
    border-color: #9b8a7e;
    background: url("../img/checkbox.svg") center center no-repeat, #9b8a7e;
    background-size: 18px
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.content {
    flex-grow: 1;
    width: 100%
}

body {
    scroll-behavior: smooth;
    line-height: 1.3;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    background: #000;
    color: #fff
}

header {
    box-shadow: 0 0 100px rgba(0, 0, 0, .8);
    z-index: 11;
    position: relative
}

@media (max-width: 991px) {
    header {
        background-color: #111
    }
}

header .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 99;
    text-align: center;
    padding-bottom: 40px;
    display: none
}

header .mobile-menu .logo {
    margin-bottom: 40px
}

header .mobile-menu .los {
    display: block !important;
    margin-top: 40px;
    margin-bottom: 40px
}

header .mobile-menu .phone {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

header .mobile-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center
}

header .mobile-menu ul li {
    margin-bottom: 10px
}

header .mobile-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

header .los {
    font-size: 16px
}

@media (max-width: 991px) {
    header .los {
        display: none
    }
}

@media (max-width: 991px) {
    header .logo {
        flex-grow: 1
    }
}

header .menu-header {
    padding-bottom: 15px
}

@media (max-width: 991px) {
    header .menu-header {
        display: none
    }
}

header .menu-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

header .menu-header ul li {
    margin: 0 15px
}

@media (max-width: 1200px) {
    header .menu-header ul li {
        margin: 0 7px
    }
}

header .menu-header ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none
}

@media (max-width: 1400px) {
    header .menu-header ul li a {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    header .menu-header ul li a {
        font-size: 15px
    }
}

header .top {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    header .top {
        margin-bottom: 0;
        border: none;
        padding: 10px 0
    }
}

header .phone {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    font-size: 28px;
    max-width: 317px;
    width: 100%;
    text-align: right
}

@media (max-width: 767px) {
    header .phone {
        display: none
    }
}

.cap {
    position: relative
}

.cap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
    left: 15px;
    background: #0536a9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.cap .slick-arrow svg {
    height: 50px;
    width: 50px
}

.cap .slick-arrow.slick-next {
    left: auto;
    transform: translateY(-50%) rotate(0);
    right: 15px
}

@media (max-width: 991px) {
    .cap .slider {
        margin-bottom: 380px
    }
}

.cap .slider img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cap .slider {
    position: relative;
}

.cap .slider:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
}

@media (max-width: 991px) {
    .cap .slider img {
        height: 450px
    }
}

.cap .desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    padding-top: 50px;
    width: 100%
}

.cap .desc .container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cap .desc .container {
        display: block
    }
}

.cap .desc .left {
    max-width: 600px
}

.cap .desc .left p {
    font-size: 28px;
    text-shadow: 0 0 5px #000;
    text-align: left
}

@media (max-width: 991px) {
    .cap .desc .left p {
        font-size: 20px;
        margin-bottom: 200px
    }
}

.cap .desc .right {
    max-width: 360px;
    width: 100%
}

@media (max-width: 991px) {
    .cap .desc .right {
        width: 100%;
        max-width: 100%
    }
}

.cap .desc h1 {
    font-weight: bold;
    text-shadow: 0 0 5px #000;
    font-size: 70px
}

@media (max-width: 1200px) {
    .cap .desc h1 {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .cap .desc h1 {
        font-size: 30px
    }
}

.form {
    background: #fff;
    padding: 30px
}

.form .sub {
    color: #000;
    margin-bottom: 15px
}

.form label {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.form label span {
    display: block;
    color: #000;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400
}

.consent-text{
    font-size: 12px !important;
}

.consent-label input{
    margin-right: 12px;
}
.consent-label{
    display: flex !important;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form input[type="text"] {
    background: #f0f0f0;
    font-size: 16px;
    border: none;
    height: 50px;
    padding: 5px 20px;
    width: 100%
}

.form .title {
    color: #0536a9;
    font-weight: bold;
    font-size: 28px
}

.form .policy {
    color: #000;
    font-size: 14px;
    margin-top: 20px
}

.form .btn-b {
    width: 100%;
    margin-top: 15px
}

.btn-b {
    background-image: linear-gradient(0turn, #2d6fe8 0%, #0033a5 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 5px 20px
}

.works {
    margin-top: 5px
}

.works .items {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 10px
}

@media (max-width: 991px) {
    .works .items {
        grid-template-columns:1fr 1fr;
        padding-left: 10px;
        padding-right: 10px
    }
}

.works .item a {
    display: flex;
    padding-bottom: 80%;
    position: relative
}

.works .item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0
}

.works .item:nth-child(1), .works .item:nth-child(8), .works .item:nth-child(11), .works .item:nth-child(18) {
    grid-row: 2 span;
    grid-column: 2 span
}

.callback-home {
    background: url("../img/callback.jpg") center center no-repeat;
    position: relative;
    margin-top: 0;
    padding: 120px 0;
    background-size: cover
}

@media (max-width: 991px) {
    .callback-home {
        padding: 50px 0
    }
}

.callback-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
    pointer-events: none
}

.callback-home .container {
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: space-between
}

@media (max-width: 991px) {
    .callback-home .container {
        display: block
    }
}

.callback-home h2 {
    max-width: 550px
}

.callback-home p {
    font-size: 20px;
    font-weight: 300
}

@media (max-width: 991px) {
    .callback-home p {
        margin-bottom: 30px
    }
}

.callback-home .right {
    max-width: 360px;
    width: 100%
}

@media (max-width: 991px) {
    .callback-home .right {
        max-width: 100%;
        margin-top: 30px
    }
}

h2.title {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 1400px) {
    h2.title {
        font-size: 55px
    }
}

@media (max-width: 1200px) {
    h2.title {
        font-size: 45px
    }
}

@media (max-width: 991px) {
    h2.title {
        font-size: 30px
    }
}

.reviews {
    padding: 120px 0;
    background: #262626
}

@media (max-width: 991px) {
    .reviews {
        padding: 50px 0
    }
}

.reviews .container {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 10px
}

@media (max-width: 991px) {
    .reviews .container {
        grid-template-columns:1fr
    }
}

.reviews .container .item {
    margin-bottom: 10px
}

.faq {
    padding: 120px 0
}

@media (max-width: 991px) {
    .faq {
        padding: 50px 0
    }
}

.faq .accordion-item {
    padding: 25px 30px;
    background-color: #303030;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px
}

@media (max-width: 991px) {
    .faq .accordion-item {
        padding: 10px 15px
    }
}

.faq .accordion-item .accordion-body {
    padding: 0;
    margin-top: 25px
}

.faq .accordion-item .accordion-body p {
    margin-bottom: 0;
    margin-top: 15px
}

.faq .accordion-item .accordion-button {
    background: none;
    padding: 0;
    color: #fff;
    outline: none;
    font-size: 24px;
    font-weight: 600;
    box-shadow: none
}

@media (max-width: 991px) {
    .faq .accordion-item .accordion-button {
        font-size: 18px
    }
}

.faq .accordion-item .accordion-button:not(.collapsed):after {
    transform: rotate(45deg)
}

.faq .accordion-item .accordion-button:after {
    width: 40px;
    height: 40px;
    background: url("../img/close.svg") center center no-repeat;
    background-color: #fb0;
    border-radius: 50%
}

.about {
    background-color: #181818;
    padding: 120px 0
}

@media (max-width: 991px) {
    .about {
        padding: 50px 0
    }
}

.about .container {
    display: flex;
    align-items: flex-start
}

@media (max-width: 991px) {
    .about .container {
        display: block
    }
}

.about .container .left {
    max-width: 200px;
    margin-right: 30px;
    flex-shrink: 0;
    text-align: center;
    width: 100%
}

@media (max-width: 991px) {
    .about .container .left {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.about .container .left .name {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px
}

.about .container .left .position {
    color: #c8c8c8;
    width: auto;
    height: auto;
    font-size: 11px
}

.about .container .left img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.about .right {
    font-size: 20px;
    line-height: 1.55
}

.about .right ul {
    margin-bottom: 30px
}

.about .right li {
    margin-top: 4px
}

.about .right p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.55
}

.what {
    padding: 100px 0;
    font-size: 20px
}

@media (max-width: 991px) {
    .what {
        padding: 50px 0
    }
}

.what li {
    margin-top: 10px
}

.what b {
    color: #fff
}

.what .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.what .sub {
    color: #d2d2d2;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 18px
}

.what .grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 50px
}

@media (max-width: 991px) {
    .what .grid {
        display: block
    }
}

@media (max-width: 991px) {
    .bron {
        background-color: #333
    }
}

.bron h3 {
    color: #fff;
    margin-bottom: 40px
}

.bron p {
    margin-bottom: 40px
}

.bron p:last-child {
    margin-bottom: 0
}

.bron .desc {
    background-color: #333;
    padding: 60px;
    font-size: 20px;
    line-height: 1.55
}

@media (max-width: 991px) {
    .bron .desc {
        padding: 30px 0
    }
}

.addresses {
    padding-top: 170px
}

@media (max-width: 991px) {
    .addresses {
        padding-top: 50px
    }
}

.addresses .time {
    text-align: center;
    font-size: 22px;
    color: #c8c8c8;
    line-height: 1.55
}

.addresses .time a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
    font-weight: 600
}

.addresses .items {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 50px 50px;
    margin-top: 100px;
    font-size: 20px;
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .addresses .items {
        display: block;
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .addresses .items .item {
        margin-bottom: 30px
    }

    .addresses .items .item:last-child {
        margin-bottom: 0
    }
}

.addresses .items .title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px
}

.addresses .items .text {
    color: #c8c8c8
}

.addresses h3.title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px
}

footer {
    padding-top: 45px;
    padding-bottom: 60px;
    font-size: 20px
}

footer a {
    color: #fff
}

#thank {
    color: #000
}

#thank .modal-body {
    padding-right: 50px
}

#thank .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 40px;
    line-height: 1;
    border: none;
    z-index: 9;
    background: none
}

.video {
    padding: 100px 0;
}

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

@media (max-width: 991px) {
    .video {
        padding: 50px 0;
    }
}

video {
    max-width: 100%;
    height: auto;
}

h2.title {
    font-size: 36px;
    line-height: 1.23;
    font-size: 36px;
    margin-bottom: 15px;
}

.about-mb a {
    color: rgb(74, 191, 255);
    border-bottom: 1px solid rgb(74, 191, 255);
    box-shadow: none;
    text-decoration: none;
}

.about-mb {
    padding: 80px 0;
    background: #1b1b1b;
    font-size: 20px;
    line-height: 1.55;
}

.about-mb .container {
    max-width: 960px;
}


.arrow-mat {
    display: flex;
}

.arrow-mat .slick-next {
    transform: rotate(180deg);
}

.arrow-mat .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
    border: none;
    margin-left: 10px;
}

.slider-mat {
    min-width: 100vw;
}

.slider-mat .slick-slide {
    margin-right: 20px;
}

.slider-mat .item img {
    height: 500px;
    width: auto;
    object-fit: cover;
}

.products {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.products h2.title {
    color: #111;
}

.products .item-product:last-child {
    margin-bottom: 0;
}

.products .item-product {
    margin-bottom: 50px;
}

.products .sub span {
    max-width: 700px;
    font-size: 20px;
}

.products .images-black .item {
    display: flex;
    flex-direction: column;
}

.products .images-black img {
    width: 100%;
    flex-grow: 1;
    object-fit: cover;
    height: 460px;
}

.products .images-black {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.products .images-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-gap: 20px;
}

.products .images-grid .items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.products .images-grid .item img {
    flex-grow: 1;
    width: 100%;
    object-fit: cover;
}

.products .images-grid .item a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products .images-grid .item {
    display: flex;
    flex-direction: column;
}

.products .sub {
    color: #111;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 991px) {
    #product-2 .desc,
    #product-3 .desc {
        padding-left: 100px;
        max-width: 1060px;
    }
}


@media (max-width: 991px) {
    .products .images-black {
        grid-template-columns: 1fr;
    }

    .products .images-grid {
        grid-template-columns: 1fr;
    }

    .products .images-grid .items {
        grid-template-columns: 1fr 1fr;
    }

    .products .sub span {
        font-size: 15px;
        margin-right: 15px;
    }

    .about-mb {
        padding: 50px 0;
        font-size: 17px;
    }

    .products {
        padding: 50px 0;
    }

    .slider-mat {
        min-width: 1px;
    }

    .slider-mat .slick-slide {
        margin-right: 0;
    }

    h2.title {
        font-size: 28px !important;
    }
}

/* Базовые стили кнопки */
.scroll-up {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    background: #0536a9; /* тёмный фон */
    color: #fff; /* цвет стрелки */
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #0536a9;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Когда показываем */
.scroll-up.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.clients-mb {
    padding: 80px 0;
    background: #ffffff;
}

.clients-mb h2.title {
    color: #111;
}

.clients-mb .sub {
    margin-bottom: 40px;
}

.clients-mb .sub span {
    color: #111111;
}


.clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    align-items: center;
}

.client-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}


.client-item img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}

@media (max-width: 1400px) {
    .clients-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 15px;
    }
}

@media (max-width: 1200px) {
    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

@media (max-width: 991px) {
    .clients-mb {
        padding: 50px 0;
    }

    .clients-mb h2.title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

}

@media (max-width: 767px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .client-item {
        min-height: 50px;
        padding: 8px;
    }

}

@media (max-width: 480px) {
    .clients-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

.fixed-socials {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9998;
}

.fixed-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fixed-socials a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.fixed-socials a img {
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .fixed-socials {
        right: 10px;
    }

    .fixed-socials a {
        width: 44px;
        height: 44px;
    }

    .fixed-socials a img {
        width: 44px;
        height: 44px;
    }
}


.qwiz {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #000;
    background: #ffffff;
}

.qwiz .items {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.qwiz .questions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;

}

.qwiz .question:hover {
    background: #ccc;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.05);
}

.qwiz .question {
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 40px 30px;
}

.qwiz h2 {
    text-align: center;
    margin-bottom: 40px;
}

.qwiz .count {
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
}

.qwiz .question .number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 25px;
}

.qwiz .question .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.qwiz .question ul {
    padding-left: 12px;
    font-size: 15px;
    font-weight: 300;
}

.qwiz .lab {
    margin-bottom: 10px;
}

.qwiz .desc {

    margin-bottom: 35px;
    font-weight: 300;
}

.qwiz-form form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.qwiz-form textarea,
.qwiz-form input[type="number"],
.qwiz-form input[type="text"] {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 5px 25px;
    height: 56px;
    margin-bottom: 15px;
}

.number-input {
    display: flex;
}

.number-input button {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    font-size: 25px;
}

.number-input input {
    width: auto !important;
    max-width: 80px;
    text-align: center;
    padding: 10px;
}

.qwiz-form textarea {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

.qwiz-form .btn-b {
    max-width: 200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background: #000000;width: 100%;
}

/* Скрытие/показ шагов квиза */
.qwiz .item {
    display: none;
}

.qwiz .item.active {
    display: block;
}

/* Активный вопрос */
.qwiz .question.active {
    background: #0536a9;
    color: #fff;
}

.qwiz .question.active .number {
    border-color: #fff;
    background: #fff;
    color: #0536a9;
}

@media (max-width: 991px){
    .qwiz .questions{
        grid-template-columns: 1fr;grid-gap: 10px;
    }
    .qwiz .question{
        padding: 15px;
    }
}


.modal-policy {
    color: #000;
}

.modal-policy .modal-content {
    position: relative;
    padding: 40px 30px;
    background: #fff;
}

.modal-policy .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 32px;
    line-height: 1;
    border: none;
    z-index: 9;
    background: none;
    cursor: pointer;
    color: #000;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.modal-policy .close:hover {
    opacity: 1;
}

.modal-policy .modal-dialog {
    max-width: 1000px;
}
.modal-policy .modal-body {
    color: #000;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-policy .text h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #000;
}

.modal-policy .text h2:first-child {
    margin-top: 0;
}

.modal-policy .text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #000;
}

.modal-policy .text ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.modal-policy .text li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #000;
}

.modal-policy .text a {
    color: #0536a9;
    text-decoration: underline;
}

.modal-policy .text a:hover {
    color: #2d6fe8;
}

@media (max-width: 991px) {
    .modal-policy .modal-content {
        padding: 30px 20px;
    }

    .modal-policy .text h2 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .modal-policy .text p,
    .modal-policy .text li {
        font-size: 14px;
    }

    .modal-policy .close {
        right: 10px;
        top: 10px;
        font-size: 28px;
    }
}