/**------First-Screen------*/
.first-screen-main {
    padding: 0!important;
}
.first-screen-main video {
    object-fit: cover;
}
.flag-fs {
    width: 20px;
}
.text-fs {
    max-width: 615px;
}
.button-block {
    position: absolute;
    bottom: 18px;
    right: 0;
    gap: 20px;
}
@media (min-width: 1024px) {
    .full-screen-main br {
        display: none;
    }
}
@media (max-width: 860px) {
    .banner-place {
        padding: 10px 26px 10px 26px;
        margin-bottom: 25px;
    }
    .flag-fs {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width: 450px) {
    .first-screen-main video {
        height: 220px;
    }
}
@media (min-width: 1921px) {
}
/**------First-Screen------*/

/**------Second-Screen------*/
.second-screen-main {
    padding-top: 60px;
}
.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gradient img {
    object-fit: fill;
    width: 100%;
    height: 770px;
}
.second-screen-main h1 {
    margin-bottom: 55px;
}
.banner-place {
    margin-bottom: 32px;
}
.banner-place p {
    margin-top: 1px;
}
.banner-place svg {
    margin-right: 12px;
}
@media (max-width: 667px) {
    .back-gradient {
        top: calc(50vh - 120px);
        width: 90%;
        height: auto;
        min-height: 20vh;
    }
    .banner-place .tx-1 span.bold {
        display: block;
        font-weight: 400;
    }
    .full-screen-main .tx-1 {
        color: #000;
    }
    .gradient img {
        object-fit: cover;
    }
}
@media (max-width: 450px) {
    .second-screen-main h1 {
        margin-bottom: 16px;
    }
    h1 br {
        display: none;
    }
    .second-screen-main {
        padding-top: 32px;
    }
    .banner-place {
        margin-bottom: 16px;
        padding: 0 !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .banner-place p {
        display: flex;
        flex-direction: row;
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
        width: calc(100% - 90px);
    }
    .banner-place p .bold {
        position: relative;
        font-weight: 400;
        width: 50px;
    }
    .flag-fs {
        width: 30px;
        position: absolute;
        left: 3px;
        top: 1px;
    }
    .button-block {
        position: relative;
        bottom: 0;
        display: flex;
        flex-direction: row;
        margin-top: 24px;
        right: 0;
        gap: 18px;
        flex-wrap: nowrap;
        width: 100%;
    }
    .bt-2 {
        width: auto;
        height: 48px;
        flex-grow: 1;
    }
    .banner-place svg {
        margin-right: 10px;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
}
@media (max-width: 363px) {
    .full-screen-main h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .bt-2 {
        width: 145px;
        height: 48px;
    }
}

@media (min-width: 668px) {
    .full-screen-main h1 br {
        display: none;
    }
}
/**------Second-Screen------*/

/**------OWL------*/
.owl-carousel * {
    display: block;
    justify-content: initial;
    align-items: initial;
    flex-wrap: initial;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    outline: none;
    text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(0 0 255 / 40%);
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: rgb(0 0 255);
}
/**------OWL------*/

/**------Third-Screen------*/
.third-screen-main {
    overflow-x: hidden;
}
.third-screen-main {
    padding: 150px 0 0px 0;
}
.owl-carousel-1 {
    padding: 40px 0;
}
.owl-carousel-1 .owl-stage-outer {
    overflow: visible !important;
}
.owl-carousel-1 .owl-stage {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}
.owl-carousel-1 .owl-item img {
    transition: var(--transition-2) !important;
}

.owl-carousel-1 .owl-item.center img {
    filter: brightness(0) invert(1);
}
.owl-carousel-1 .owl-item:hover img {
    filter: brightness(0) invert(1);
}
.owl-carousel-1 .owl-dots {
    display: none;
}
@media (max-width: 667px) {
    .third-screen-main {
        padding: 80px 0 0px 0;
    }
    .third-screen-main > h2 {
        max-width: 320px;
    }
    .third-screen-main > h2 br {
        display: none;
    }
    .owl-carousel-1 {
        padding: 32px 0;
    }
}

/**------Third-Screen------*/

/**------Fourth-Screen------*/
.fourth-screen-main {
    padding: 80px 40px 0 40px;
}
.fourth-screen-main h2 {
    margin-bottom: 40px;
}
.recent-work * {
    cursor: pointer;
}
.recent-work > a {
    position: relative;
    width: 100%;
}
.noise-bg-2 {
    background: url(https://www.svchkr.com/wp-content/themes/sv-theme/assets/images/test-3.gif),
        linear-gradient(70deg, rgba(0, 87, 255, 0) 50%, #000000 100%, rgba(0, 0, 255, 0) 100%);
    background-blend-mode: hue;
    opacity: 0.1;
    background-position: center center;
    background-size: auto;
    background-repeat: repeat;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: var(--transition-2);
    border-radius: 8px;
}
.recent-work:hover .noise-bg-2 {
    opacity: 0;
}
.recent-work:nth-child(1),
.recent-work:nth-child(2),
.recent-work:nth-child(3),
.recent-work:nth-child(4) {
    margin-bottom: 2%;
}
.recent-work h3 {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    color: var(--white);
    text-align: center;
}
.recent-work p.made {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--white);
}
.recent-work a > img {
    width: 100%;
    border-radius: 8px;
}
.recent-work p.made img {
    object-fit: contain;
}
.info-block {
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    clip-path: circle(27px at 28px 28px);
    background-color: var(--white);
    cursor: help;
    z-index: 1;
    transition: var(--transition-1);
}
.info-block:hover {
    clip-path: circle(100%);
    border-radius: 8px;
    background: #ffffff;
    outline: none;
    transition: var(--transition-2);
}
.recent-work.hovered .info-icon {
    opacity: 0;
}
.recent-work.hovered .info-block {
    clip-path: circle(100%);
    border-radius: 8px;
    background: #ffffff;
    outline: none;
    transition: var(--transition-2);
}
.info-block:hover .info-icon {
    opacity: 0;
}
.info-block .info-icon {
    position: absolute;
    top: 20px;
    left: 23px;
    font-family: "Neue-Metana-Next";
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    cursor: default;
    color: #000;
    transition: var(--transition-1);
    cursor: help;
}
.info-block .info-description {
    opacity: 0;
    cursor: default;
    cursor: help;
}
.info-block:hover .info-description {
    opacity: 1;
    transition-delay: 0.3s;
    color: #000;
}
.recent-work.hovered .info-description {
    opacity: 1;
    transition-delay: 0.3s;
}
.for-3 {
    padding-bottom: 0;
    cursor: pointer;
    margin: 40px auto 0 auto;
    position: relative;
    left: 0;
    bottom: 0;
}
.for-3 .btn {
    width: 440px;
    border: 1px solid #fff;
}
.for-3 .btn:hover {
    width: 440px;
    border: 1px solid var(--blue);
}
.for-3 .bt-2 span svg {
    width: 18px;
    height: 18px;
    margin-left: 15px;
}

@media (max-width: 667px) {
    .fourth-screen-main {
        padding: 48px 20px 0 20px;
    }
    .fourth-screen-main h2 {
        margin-bottom: 32px;
    }
    .fourth-screen-main h2 br {
        display: none;
    }
    .recent-work:nth-child(1),
    .recent-work:nth-child(2),
    .recent-work:nth-child(3),
    .recent-work:nth-child(4),
    .recent-work:nth-child(5) {
        margin-bottom: 5%;
    }
    .recent-work h3 {
        top: calc(50% - 12px);
    }
    .info-block {
        top: 10px;
        left: 10px;
        max-width: calc(100vw - 50px);
        padding: 15px 15px 15px 15px;
        clip-path: circle(19px at 24px 24px);
        width: calc(100% - 20px);
    }
    .info-block .info-icon {
        top: 17px;
        left: 20px;
        font-size: 16px;
        line-height: 18px;
    }
    .info-block .info-description {
        font-size: 14px;
        line-height: 18px;
    }
    .recent-work p.made {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
        bottom: 14px;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        align-items: center;
    }
    .recent-work p.made img {
        object-fit: contain;
        margin-top: -2px;
    }
    .fourth-screen-main .button-block {
        margin-top: 24px;
        width: 100%;
        bottom: 0 !important;
    }
    .fourth-screen-main .button-block > a {
        width: 100%;
    }
}
/**------Fourth-Screen------*/

/**------Fifth-Screen------*/
.fifth-screen-main {
    padding: 120px 0 0px 0;
}
.text-side {
    gap: 20px;
    align-items: center;
}
.text-side > h2 {
    width: calc(50% - 10px);
    font-size: 32px;
    line-height: 40px;
}
.text-side > p {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 24px;
    max-width: 470px;
    margin-top: -6px;
}
.button-block.s5 {
    position: relative;
    margin-top: 40px;
}

@media (max-width: 667px) {
    .fifth-screen-main {
        padding: 80px 20px 0px 20px;
    }
    .fifth-screen-main h2 {
        margin-bottom: 16px;
    }
    .text-side {
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }
    .text-side > h2 {
        width: calc(100% - 0px);
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }
    .text-side > p {
        width: calc(100% - 0px);
        font-size: 14px;
        line-height: 16px;
    }
}
/**------Fifth-Screen------*/

/**------Sixth-Screen------*/
.sixth-screen-main {
    padding-top: 120px;
    padding-bottom: 120px;
}
.gradient-3 {
    position: absolute;
    width: 2435px;
    max-width: 2435px;
    height: 439px;
    left: -350px;
    top: 350px;
    filter: blur(55px);
}
.sixth-screen-main > .container-col:nth-child(3) {
    background: rgba(5, 5, 65, 0.6);
    border: 1px solid #0000ff;
    border-radius: 16px;
    margin-top: 18px;
    margin-bottom: 80px;
    align-items: center;
}
.sixth-screen-main p.tx-1 {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 988px;
    font-size: 16px;
    line-height: 22px;
}
.sixth-screen-main .bold-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--ff-nmn);
    max-width: 768px;
    margin-bottom: 43px;
}
.sixth-screen-main .h2 {
    font-family: var(--ff-nmn);
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 40px;
}
form.wpcf7-form {
    display: flex;
    gap: 20px;
}
#wpcf7-f66-p91-o1,
#wpcf7-f66-p91-o1 > form,
#wpcf7-f66-p91-o1 > form p {
    width: 100%;
}
#wpcf7-f66-p91-o1 > form p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#wpcf7-f66-p91-o1 .labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    gap: 24px;
}
#wpcf7-f66-p91-o1 .labels > div {
    display: flex;
    width: 100%;
}
#wpcf7-f66-p91-o1 .labels label span {
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}
#wpcf7-f66-p91-o1 select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 0px 10px 10px 0;
    appearance: none;
    -webkit-appearance: none;
}
#wpcf7-f66-p91-o1 select option:checked {
    background-color: #090951;
    color: #fff;
}
#wpcf7-f66-p91-o1 select option:hover {
    background-color: #090951;
    color: #fff;
}
#wpcf7-f66-p91-o1 select option {
    background: #090951;
    box-shadow: none;
    outline: none;
    color: #fff;
}
#wpcf7-f66-p91-o1 select:focus {
    box-shadow: none;
    outline: none;
}
form select + img {
    position: absolute;
    right: 5px;
    top: calc(50% - 8px);
    transition: all 0.5s ease;
    width: fit-content !important;
}
form select:focus + img {
    transform: rotate(180deg);
}
#wpcf7-f66-p91-o1 input:not(.pc-footer) {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 10px 10px 0;
}
#wpcf7-f66-p91-o1 textarea {
    height: 134px;
    width: 100%;
    border: none;
    border: 1px solid #fff;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    padding: 13px;
    transition: none !important;
    resize: vertical;
    min-height: 50px;
}
#wpcf7-f66-p91-o1 br {
    display: none !important;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    margin-top: 0;
    display: flex;
    color: #ff0;
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
}
form.invalid textarea {
    border: 1px solid #ff0 !important;
}
form.invalid .labels select {
    border-bottom: 1px solid #ff0 !important;
}
form.invalid .labels input:not(.pc-footer) {
    border-bottom: 1px solid #ff0 !important;
}
.acepter span {
    color: var(--white);
    cursor: pointer;
}
.acepter a {
    text-decoration: underline;
}
.acepter a:hover {
    color: var(--light-blue);
}
.wpcf7-submit.bt-2 {
    margin: initial !important;
    background: var(--blue);
    border-color: var(--blue);
    cursor: pointer;
}
.wpcf7-response-output {
    display: none;
}
.pc-footer {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 28px;
    height: 28px;
    background: transparent;
}
.pc-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
}
.pc-footer:checked:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
}
textarea::-webkit-input-placeholder {
    color: var(--white);
}
textarea::-moz-placeholder {
    color: var(--white);
}
input::-webkit-input-placeholder {
    color: var(--white);
}
input::-moz-placeholder {
    color: var(--white);
}
.sending {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-top: 0;
}
.sending .send-button {
    width: 50%;
    justify-content: flex-start;
    padding-left: 0px;
    margin-top: 40px;
}
.send-button * {
    cursor: pointer;
}

@media (max-width: 667px) {
    .sixth-screen-main {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sixth-screen-main p.tx-1 {
        margin-top: 16px;
        margin-bottom: 20px;
        color: #fff;
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .acepter span {
        font-size: 14px;
        line-height: 18px;
    }
    #wpcf7-f66-p91-o1 .labels label:nth-child(1) {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
    }
    #wpcf7-f66-p91-o1 .labels label:nth-child(3) {
        display: flex;
        width: 100%;
        padding-left: 0;
    }
    .sending {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
    .sending > div:nth-child(1) {
        width: 100%;
    }
    .sending > div:nth-child(2) {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    form.wpcf7-form {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    #wpcf7-f66-p91-o1 .labels {
        flex-direction: column;
        width: 100%;
        gap: 24px;
    }
    .sending .send-button {
        margin-top: 0;
    }
    .sixth-screen-main > .container-col:nth-child(2) {
        padding: 0 15px;
    }
    .sixth-screen-main .bold-text {
        font-size: 16px;
        line-height: 24px;
    }
    .sixth-screen-main .h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .sixth-screen-main > .container-col:nth-child(3) {
        padding: 0 15px;
    }
    .sixth-screen-main p.tx-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sixth-screen-main .bold-text {
        margin-bottom: 20px;
    }
    #wpcf7-f66-p91-o1 > form p {
        justify-content: center;
    }
}
/**------Sixth-Screen------*/

/**------Seven-Screen------*/
.seven-screen-main {
    padding-bottom: 120px;
}
.seven-screen-main > .container-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.seven-screen-main .col-50 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}
.col-50 + .col-50 {
    padding-left: 20px;
}
.seven-screen-main > .container-col h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
    margin-bottom: 24px;
}
.seven-screen-main > .container-col h2 + p {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
.faq-block {
    margin: 0 auto;
    max-width: 750px;
}
.faq-block .item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--light-blue);
    padding-right: 35px;
    padding-bottom: 30px;
    cursor: pointer;
}
.faq-block .item * {
    cursor: pointer;
}
.faq-block .item a {
    color: var(--light-blue);
}
.faq-block .item:first-child {
    border-top: 1px solid var(--light-blue);
}
.faq-block .item h3 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0px;
    color: #fff;
    transition: all 0.6s linear;
}
.faq-block .item.active h3 {
    margin-bottom: 25px;
}
.switcher {
    position: absolute;
    top: 17px;
    right: 0;
    padding: 0;
    border: 1px solid var(--blue);
    border-radius: 100%;
    width: 33px;
    height: 33px;
}
.switcher:hover {
    background: var(--blue);
}
.switcher svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    overflow: hidden;
}
.switcher svg + svg {
    position: absolute;
    opacity: 1 !important;
}
.item.active .switcher > svg {
    opacity: 0;
    transition: 0.3s ease !important;
}
.switcher svg path {
    fill: #fff;
}
.active .switcher svg path:nth-child(2) {
    transform: translateY(50px);
}

@media (max-width: 1024px) {
    .seven-screen-main {
        padding-bottom: 80px;
    }
    .seven-screen-main > .container-col {
        flex-direction: column;
    }
    .faq-block .item {
        position: relative;
        width: 100%;
        border-bottom: 1px solid var(--light-blue);
        padding-right: 35px;
        cursor: pointer;
    }
    .seven-screen-main .col-50 {
        width: 100%;
    }
    .seven-screen-main > .container-col h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .seven-screen-main > .container-col h2 + p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .seven-screen-main > .container-col h2 + p br {
        display: none;
    }
    .col-50 + .col-50 {
        padding-left: 0;
    }
    .faq-block .item h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
/**------Seven-Screen------*/
