:root {
    color-scheme: only light;
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(/blog/fonts/Gilroy-Regular.otf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url(/blog/fonts/Gilroy-Bold.otf) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(/blog/fonts/Roboto-Regular.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(/blog/fonts/Roboto-Bold.woff2) format('woff2');
    font-display: swap;
}


body {
    font-family: "Roboto", sans-serif;
    margin: 0px;
    /* overflow-y: scroll !important ; */
}

div,
a,
p {
    font-style: normal;
}
#swp_main h1,
#swp_main h2,
#swp_main h3 {
    font-family: "Gilroy", sans-serif;
    line-height: 120%;
}
.main {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.cW {
    position: relative;
    color: #082554 !important;
    height: 72px;

    &:hover:after {
        opacity: 1;
        transition: all 0.2s linear;
    }

    &:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #2db262;
        opacity: 0;
        transition: all 0.2s linear;
    }
}

.img-filter-blue {
    filter: invert(56%) sepia(41%) saturate(5460%) hue-rotate(225deg) brightness(56%) contrast(88%);
}
.attack:hover {
    color: white !important;
}
.span:hover {
    color: #2db262 !important;
}

.header-logo {
    width: 100%;
    min-height: 72px !important;
    background-color: #09183b;
    display: flex;
    justify-content: center;
    align-items: center;


    position: relative;

    /*&:before{
        @media (min-width: 1200px){
            position: absolute;
            content: '';
            top: 0;
            left: calc((100% - 1176px) / 2 + 250px);
            width: 313px;
            height: 64px;
            background: url("https://content2.stormwall.pro/swssn/new-year/garland-1.png") no-repeat;
            background-size: 100%;
        }
    }
    &:after{
        @media (min-width: 1200px){
            position: absolute;
            content: '';
            top: 0;
            left: calc((100% - 1176px) / 2 + 620px);
            width: 330px;
            height: 62px;
            background: url("https://content2.stormwall.pro/swssn/new-year/garland-2.png") no-repeat;
            background-size: 100%;
        }
    }*/
}
.header-menu {
    z-index: 99;
    width: 100%;
    min-height: 72px !important;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-body {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    height: 40px;
    align-items: center;

    position: relative;

    /*&:before{
        position: absolute;
        content: '';
        top: 0;
        left: 157px;
        width: 35px;
        height: 35px;
        background: url("https://content2.stormwall.pro/swssn/new-year/hat.png") no-repeat;
        background-size: 100%;
    }*/
}
.enter-elements {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 8px;
    color: #fff;
    display: flex;
    transition: 0.2s linear all;
    align-items: center;
}
.phone {
    display: flex;
    align-items: center;
}
.phone:hover {
 .img-filter-blue {
    filter: invert(58%) sepia(78%) saturate(427%) hue-rotate(91deg) brightness(123%) contrast(84%);
 }
 .call-link {
    color: #2db262 !important; 
 }
}

.call-link {
    text-decoration: none;
    line-height: 20px;
    color: white;
}

.enter-button {
    cursor: pointer;
    line-height: 16px;
}

.enter-button:hover {
    color: #208d4c;
    border-bottom: 2px solid;
    margin-bottom: -2px;
}

.enter {
    display: flex;
    align-items: center;
    margin-left: 24px;
    color: #2db262;
}
.swp-menu {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    height: 40px;
}
.menu-row {
    display: flex;
    width: 40px;
    align-items: center;
    width: auto;
}
.span {
    color: white;
    margin-left: 24px;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
}
.span.f {
    color: white;
    margin-left: 0px;
    position: relative;
    width: auto;
    white-space: nowrap;
}

.span img {
    margin-left: 8px;
    max-width: unset !important; 
}

.span:hover {
    transition: 0.2s linear all;
    color: #2db262;
}

.span:hover img {
    filter: invert(55%) sepia(67%) saturate(463%) hue-rotate(91deg) brightness(91%) contrast(88%);
    transition: 0.2s linear all;
}
#searchButton {
    width: 24px;
    height: 40px;
    padding-left: 8px;
    background-color: rgb(12 14 30 / 0%);
    border: none;
    box-shadow: none;
    z-index: 1;
}
.input-body {
    gap: 16px;
    display: flex;
    height: 24px;
    padding: 8px 24px;
    font-size: 16px;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border-radius: 16px;
    justify-content: space-between;
    background-color: #15346e;
    width: 232px;
    position: relative;
    margin-right: 24px;
    box-sizing: unset;
    -webkit-box-sizing: unset;
}
.attack {
    color: white;
    border: 2px solid #db4d37;
    height: 36px;
    width: 150px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    box-sizing: unset;
    -webkit-box-sizing: unset;
}
.attack:hover {
    background-color: #db4d37;
}
input:focus {
    border: none;
}
.input {
    background-color: #15346e;
    border: none;
    height: 24px;
    outline: none;
    color: white;
}
.input::placeholder {
    color: #5a7cb8;
    font-size: 14px;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-body {
    display: flex;
    justify-content: start;
    width: 1176px;
    margin-top: 24px;
    font-size: 12px;
    color: #a1a7b3;
    flex-direction: column;
}
.main-link {
    outline: none;
    text-decoration: none;
    color: #5a626e;
}
.main-link:hover {
    cursor: pointer;
    transition: 0.1s linear all;
    outline: none;
    color: #3b92eb;
}
b {
    color: #5a626e;
    margin: 8px;
}
.card {
    margin-left: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 15.6px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    font-weight: 600;
}
.card-info {
    font-weight: 600;
    color: #5a7cb8;
    font-size: 12px;
    flex-basis: auto;
    line-height: 16px;
    margin-right: 23px;
}
.rights {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    color: white;
    justify-content: space-between;
    font-weight: 100;
    padding-bottom: 32px;
    line-height: 14px;
}
.menu-fixed {
    position: fixed;
    top: 0px;
}
.logo-fixed {
    min-height: 144px !important;
}

.drop-menu {
    position: relative;
    display: flex;
    /*height: 67px;*/
}

.products-down {
    background-color: #dde6f7;
    padding: 24px 24px 24px 5px;
    position: absolute;
    top: 72px;
    left: 0px;
    display: flex;
    max-width: 1176px;
    z-index: 1;
    box-shadow: 0px 4px 27px 0px #17203529;
}
.drop-menu-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    height: 64px;
    gap: 4px;
}
.drop-menu-card-rowh {
    margin: 0px;
    color: #082554;
    font-weight: 700;
    font-size: 14px;
    width: 294px;
    line-height: 16px;

    span{
        display: inline-block;
        font-family: Roboto, sans-serif;
        font-weight: 400;
        color: rgba(142, 173, 229, 1);
        margin-right: 4px;
    }
}
.drop-menu-card-row {
    margin: 0px;
    color: #082554;
    font-weight: 400;
    font-size: 14px;
    width: 294px;
    line-height: 20px;
    white-space: normal;
}
.callback {
    background-color: #2db262;
    border-radius: 16px;
    color: white;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.callback:hover {
    background: #2a9e5a;
}
.dont-sure {
    margin-top: 36px;
    color: #082554;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700;
}

.rotate-arrow {
    transform: rotateX(180deg);
}
.menu-element {
    display: flex;
    cursor: pointer;
    height: 80px;
    /* width: 99%; */
    align-items: center;
    position: relative;
    img {
        max-width: unset;
    }
}
.menu-element-empty {
    display: flex;
    height: 90px;
    align-items: center;
    position: relative;
}
.menu-element-head {
    display: flex;
    cursor: pointer;
    height: 80px;
    align-items: center;
    position: relative;
}
.menu-element:hover,
.menu-element-head:hover {
    width: 99%;
    background-color: #ebf2ff;
    box-shadow: -4px 0px 0px 0px #8be0ac;
    transition: 0.3s ease-out all;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.menu-element-head:hover .arrow-angle, .menu-element:hover .arrow-angle  {
    filter: brightness(0) saturate(100%) invert(57%) sepia(11%) saturate(2486%) hue-rotate(91deg) brightness(97%) contrast(92%);
    right: 16px;
    opacity: 1 !important;
    position: absolute;
}
.arrow-angle {
    opacity: 0;
}

.test {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 100;
}

.wrap {
    height: 316px;
}
.b-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;

    box-sizing: border-box;
}

.b-carousel__prev,
.b-carousel__next {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: translateY(-50%) translateZ(0);
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 3;
}

.b-carousel__next {
    left: auto;
    right: 20px;
}

.b-carousel__wrap {
    display: flex;
    transition: transform 0.5s;
    will-change: transform;
    position: relative;
    height: 100%;
}

.b-carousel__item {
    flex: 0 0 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.b-carousel__img {
    width: 100%;
    height: 316px;
    object-fit: cover;
    display: block;
}
.carousel-img {
    width: 24px;
    height: 43px;
    cursor: pointer;
}
.carousel-img:hover {
    background: #eeeeee;
    border-radius: 4px;
}
.c-card {
    display: flex;
    padding: 32px 56px;
    border-radius: 8px;
    justify-content: space-between;
    background-color: #082554;
    height: 100%;
    width: 100%;
}
.story {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
}
.story-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
}
.green {
    display: flex;
    width: auto;
    height: 48px;
    background: #2db262;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.green:hover {
    background-color: #2a9e5a !important;
}
.inside-img-slider {
    position: absolute;
    top: 50px;
    left: 122px;
    width: 180px;
    height: 58px;
}
.dot-active {
    width: 12px;
    height: 12px;
    background: #3b92eb !important;
    border-radius: 6px;
    margin-left: 8px;
}
.dot {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 6px;
    cursor: pointer;
    margin-left: 8px;
}

.c-card-clients {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    width: 100%;
    img {
        filter: brightness(0) saturate(100%) invert(55%) sepia(16%) saturate(228%) hue-rotate(179deg) brightness(95%) contrast(90%);
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 36px;
    background-color: #d1d5de;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
}

.slider:before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.current-menu-open {
    background-color: #c6d7f7;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.scroll-to-top {
    right: 25px;
    width: 56px;
    bottom: 500px;
    cursor: pointer;
    height: 56px;
    opacity: 0.5;
    z-index: 9999;
    position: fixed;
    transition: all 0.2s linear;
    border-radius: 50%;
    background-color: #2DB262;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-to-top:hover {
    opacity: 1;
}
/* mobile */
.main-mobile{
    display: none;
}
@media (max-width: 1199px) {
    .main-desktop {
        display: none;
    }

    .main-mobile {
        display: flex;

        /* * {
            outline: 1px solid red;
        } */
    }
}

.header-logo-mobile {
    width: 100%;
    box-sizing: border-box;
    padding-block: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 16px;

    position: relative;

    /*&:before{
        @media (min-width: 700px){
            position: absolute;
            content: '';
            top: 0;
            left: calc((100% - 670px) / 2 + 130px);
            width: 130px;
            height: 27px;
            background: url("https://content2.stormwall.pro/swssn/new-year/garland-1.png") no-repeat;
            background-size: 100%;
        }
    }
    &:after{
        @media (min-width: 700px){
            position: absolute;
            content: '';
            top: 0;
            left: calc((100% - 670px) / 2 + 290px);
            width: 130px;
            height: 27px;
            background: url("https://content2.stormwall.pro/swssn/new-year/garland-2.png") no-repeat;
            background-size: 100%;
        }
    }*/
}
.header-body-mobile {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

    position: relative;

   /* &:before{
        position: absolute;
        content: '';
        top: -4px;
        left: 83px;
        width: 21px;
        height: 21px;
        background: url("https://content2.stormwall.pro/swssn/new-year/hat.png") no-repeat;
        background-size: 100%;
    }*/
}
.enter-elements-mobile {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 8px;
    color: #fff;
    display: flex;
    transition: 0.2s linear all;
    align-items: center;
}
.phone {
    display: flex;
    align-items: center;
}
.call-link {
    text-decoration: none;
    color: white;
}
.call-link-mobile:active {
    transition: 0.2s linear all;
    text-decoration: none;
    color: #2db262;
}
.enter-button-mobile:active {
    color: #208d4c;
    cursor: pointer;
    border-bottom: 2px solid;
    height: 22px;
    padding-top: 7px;
}
.enter-mobile {
    display: flex;
    align-items: center;
    margin-left: 16px;
    color: #2db262;
    line-height: 1.2;
}
.header-menu-mobile {
    z-index: 99;
    width: 100%;
    background-color: #fff;
    padding: 16px 16px 16px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.header-menu-mobile-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu-burger-mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}
.header-menu-burger-mobile span {
    background-color: #15346e;
    width: 22px;
    height: 2px;
}
.content-body-mobile {
    display: flex;
    box-sizing: border-box;
    padding-inline: 16px;
    justify-content: start;
    width: 100%;
    font-size: 12px;
    color: #a1a7b3;
    flex-direction: column;
}
.green-mobile {
    width: 100%;
    box-sizing: border-box;
}
.green:hover {
    background-color: #2db262;
}
.green:active {
    background-color: #2a9e5a;
}
.mobile-slider {
    display: flex;
    align-items: center;
    overflow: hidden;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.mobile-slider::-webkit-scrollbar {
    display: none;
}

.mobile-slider > * {
    flex-grow: 0;
    flex-shrink: 0;
}

.mobile-slider > *:not(:last-child) {
    margin-right: 16px;
}

.rights-mobile {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    div {
        font-size: 12px;
        color: #3b92eb;
    }

    div:first-child {
        color: #fff;
        margin-bottom: 24px;
    }

    div:nth-child(2) {
        margin-bottom: 8px;
    }
}
.drop-menu-mobile-title {
    font-size: 16px;
    color: #2db262;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-block: 17px;
    position: relative;
    filter: invert(56%) sepia(41%) saturate(5460%) hue-rotate(225deg) brightness(56%) contrast(88%);
    img {
        transition: transform 0.08s;
    }
}
.drop-menu-mobile-title:after  {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.1s;
    bottom: 0;
    height: 2px;
    background-color: #2db262;
}

.drop-menu-mobile {
    padding-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;

    .menu-element {
        padding: 16px 16px 16px 0;
        height: auto;
        width: 100%;
        box-sizing: border-box;

        img {
            width: 48px;
            height: auto;
        }
    }

    .drop-menu-card {
        height: auto;
        p {
            width: auto;
        }
    }

    .menu-element-add {
        display: flex;
        gap: 16px;
        flex-direction: column;

        img {
            margin-inline: -16px;
            width: calc(100% + 32px);
            margin-bottom: -32px;
        }

        .dont-sure,
        .callback {
            margin: 0;
        }
    }
}

.hide-toggle {
    display: none !important;
}

.hide-toggle:checked ~ .hide-toggle-content {
    max-height: 2483px;
}
.hide-toggle:checked + .drop-menu-mobile-title {
    filter: none;
    img {
        transform: rotate(180deg);
    }
}

.hide-toggle:checked + .drop-menu-mobile-title::after  {
    width: 100%; 
}

.hide-toggle:checked + .header-menu-mobile-top {
    .header-menu-burger-mobile {
        transform: rotate(90deg);
    }
}
.hide-toggle-content {
    max-height: 0;
    transition: max-height 0.1s;
    overflow: hidden;
}
#searchBox {
    height: 28px;
    margin-top: 6px;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    color: white
}
.protected-site-bottom-block {
    
    cursor: pointer;
}
.protected-site-bottom-block:hover {
    color:#277AD9;
    cursor: pointer;
}

.follow-button-disabled {
    background: #8be0ac;
    height: 48px;
    padding: 14px 32px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    gap: 8px;
    color: white;
    display: flex;
    text-wrap: nowrap;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    border-radius: 16px;
    justify-content: center;
    border: none;
    margin-top: 16px;
    cursor: default;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #3B92EB;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}
  
input[type="radio"]:checked::before {
    content: '' !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #3B92EB !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.close-img:hover {
    filter: brightness(0.5);
}

.accept-cookies-block {
    position: fixed;
    left: 50px;
    bottom: 20px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 2px rgba(0, 12, 38, 0.08), 0px 3px 10px rgba(0, 26, 102, 0.1);
    width: 277px;
    z-index: 1000;
    border-radius: 16px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
}

.cookies-link {
    color: #277AD9;
    text-decoration: none;
}

.sw-404{
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: unset !important;
    background-color: initial !important;
}

.font16600{
    color: #2C313B;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-family: system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI emoji;
}

.font40700 {
    color: #2C313B;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    font-family: system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI emoji;
}

.sw-404--img{
    width: 522px; 
    height: 310px;
}

.sw-404-content {
    display: flex; 
    justify-content: space-between;
}

.sw-404-content--block{
    width: 595px;
    text-align: start;
}

.swp-inst_side-nav--title{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #2C313B;
    margin-bottom: 16px;
}
.swp-inst_side-nav{
    width: 227px;
    word-wrap: normal;
    position: fixed;
    display: none;
    .swp-inst_side-nav--item {
        cursor: pointer;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #277AD9;
        margin-bottom: 8px;
        width: fit-content;
    }
    .swp-inst_side-nav--item:hover{
        color: #1D66BF;
    }
}

@media (max-width: 960px) {
    .sw-404-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .sw-404-content--block{
        width: unset;
        display: flex;
        flex-direction: column;

        button {
            align-self: center;
        }
    }
    .sw-404--img {
        height: unset;
        width: unset;
        max-height: 277px
    }
}

@media (max-width: 1600px) {
    .swp-inst_side-nav{
        display: none;
    }
}

.sw-btn{
    font-family: Roboto, sans-serif;
    color: white;
    padding: 12px 0 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 16px;
    background: rgba(45, 178, 98, 1);
    border: none;
    width: 100%;
    text-align: center;
    text-decoration: none;

    &:hover{
        cursor: pointer;
    }
}

.sw-btn--disabled{
    opacity: 0.7;

    &:hover{
        cursor: unset;
    }
}

/* footer */

.sw-footer{
    background: rgba(0, 9, 29, 1);
    padding: 32px 0;

    @media (min-width: 576px){
        padding: 80px 0 27px;
    }
}

.sw-footer__container {
    padding: 0 18px;
    box-sizing: border-box;
    width: 100%;
    /*max-width: 576px;*/
    max-width: 500px;
    margin: 0 auto;

    @media (min-width: 576px){
        /*padding: 0 32px;*/
    }
    @media (min-width: 768px){
        /*max-width: 768px;*/
    }
    @media (min-width: 1152px){
        /*padding: 0;*/
        /*max-width: 940px;*/
    }
    @media (min-width: 1200px){
        padding: 0;
        max-width: 1176px;
    }
    @media (min-width: 1280px){
        /*max-width: 1116px;*/
    }
    @media (min-width: 1440px){
        /*max-width: 1176px;*/
    }
    @media (min-width: 1600px){
        /*max-width: 1568px;*/
    }
}

.sw-footer__header{
    position: relative;
}

.sw-footer__overlay{
    display: grid;
    gap: 48px;

    @media (min-width: 1200px){
        gap: 80px;
    }
    @media (min-width: 1600px){
        /*gap: 120px;*/
    }
}

.sw-footer__contacts{
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media (min-width: 1200px){
        position: absolute;
        right: 0;
        top: 0;
        flex-direction: row;
        gap: 32px;
    }
}

.sw-footer__contact{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sw-footer__contact-link{
    font-family: Roboto, sans-serif;
    color: white;
    line-height: 1.3;
    font-weight: 700;

    @media (min-width: 576px){
        font-size: 14px;
    }
    @media (min-width: 1600px){
        /*font-size: 16px;*/
    }

    &:hover{
        color: #2db262;
    }
}

.sw-footer__social{
    display: flex;
    gap: 16px;

    @media (min-width: 1200px){
        gap: 8px;
        margin-left: -16px;
    }
    @media (min-width: 1200px){
        gap: 16px;
        margin-left: 32px;
    }
}

.sw-footer__social-icon{
    height: 48px;
    width: auto;

    @media (min-width: 1200px){
        height: 24px;
    }
    @media (min-width: 1200px){
        height: 32px;
    }
}

.sw-footer__header-info{
    display: grid;
    gap: 48px;
    margin-top: 48px;

    @media (min-width: 1200px){
        grid-template-columns: 157px 290px;
        align-items: center;
        justify-content: space-between;
    }
    @media (min-width: 1200px){
        margin-top: 0;
    }
}

.sw-footer__subscribe{
    @media (min-width: 1200px){
        position: absolute;
        top: 132px;
        right: 0;
        width: 306px;
    }
    @media (min-width: 1600px){
        /*width: 380px;*/
    }

    .sw-btn{
        @media (min-width: 1600px){
            /*font-size: 18px;*/
            /*padding-top: 16px;*/
            /*padding-bottom: 18px;*/
        }
    }
}

.sw-footer__subscribe-title{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: white;
}

.sw-footer__field{
    position: relative;

    @media (min-width: 1200px){
        &:before{
            position: absolute;
            content: '';
            right: calc(100% - 14px);
            top: -56px;
            width: 87px;
            height: 135px;
            background-image: url(https://content2.stormwall.pro/swssn/fly.svg);
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
}

.sw-footer__field-validation{
    position: absolute;
    top: 15px;
    color: #e67d7d;
    margin-left: 5px;
    font-size: 12px;
    height: 14px;
}

.sw-footer__input{
    font-size: 16px;
    line-height: 1.3;
    color: #082554;
    width: 100%;
    padding: 13px 16px;
    border-radius: 16px;
    border: none;
    background: rgba(243, 247, 255, 1);
    margin: 30px 0 16px;
    box-sizing: border-box;

    @media (min-width: 1600px) {
        /*font-size: 18px;*/
        /*padding: 17px 24px;*/
    }

    &::placeholder{
        color: rgba(209, 213, 222, 1);
    }

    &:focus-visible{
        border: none;
    }
}

.sw-footer__success-msg{
    color: #FFF;
    padding-top: 21px;
    font-size: 20px;
    line-height: 1.3;
    display: none;
    margin: 30px 0 16px;
}

.sw-footer__btn-close{
    display: none;
}

.sw-footer__info{
    display: grid;
    gap: 32px;

    @media (min-width: 576px){
        /*grid-template-columns: 230px 250px;*/
        /*align-items: flex-start;*/
    }
    @media (min-width: 768px){
        /*grid-template-columns: 200px 272px 184px;*/
        /*gap: 85px 24px;*/
    }
    @media (min-width: 1152px){
        /*grid-template-columns: 209px 220px 220px 220px;*/
        /*gap: 117px 24px;*/
    }
    @media (min-width: 1200px){
        /*grid-template-columns: 207px 284px 207px;*/
        /*gap: 117px 16px;*/
        align-items: flex-start;
    }
    @media (min-width: 1200px){
        grid-template-columns: 224px 259px 259px;
        gap: 117px 24px;
    }
    @media (min-width: 1600px){
        /*grid-template-columns: 335px 335px 335px;*/
        /*gap: 117px 35px;*/
    }
}

.sw-footer__list-links{
    display: grid;
    gap: 16px;

    @media (min-width: 1152px) and (max-width: 1279.9px){
        &:nth-child(2){
            /*grid-column: 2/5;*/
        }
    }


}

.sw-footer__list-title{
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: rgba(45, 78, 140, 1);

    @media (min-width: 1200px){
        margin-bottom: 8px;
    }
}

.sw-footer__link{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: white;

    &:hover{
        color: #2db262;
    }
}

.sw-footer__footer{
    display: grid;
    gap: 48px;

    @media (min-width: 1200px) {
        gap: 40px;
    }
}

.sw-footer__payment-methods{
    display: grid;
    gap: 16px;
    font-size: 12px;
    line-height: 1.2;
    color: white;

    @media (min-width: 1200px) {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    @media (min-width: 768px) {
        /*gap: 12px;*/
    }
    @media (min-width: 1152px) {
        /*gap: 16px;*/
    }
    @media (min-width: 1200px) {
        flex-wrap: nowrap;
        align-items: center;
        gap: 22px;
        white-space: nowrap;
        padding: 32px 0;
    }
}

.sw-footer__payment-methods-title{
    color: rgba(90, 124, 184, 1);
    width: 100%;

    @media (min-width: 576px) {
        /*margin-bottom: 8px;*/
    }
    @media (min-width: 768px) {
        /*margin-bottom: 4px;*/
    }
    @media (min-width: 1200px) {
        margin-bottom: 0;
    }
    @media (min-width: 1200px) {
        width: unset;
    }
}

.sw-footer__payment-method{
    display: flex;
    align-items: center;
    gap: 8px;
}

.sw-footer__rights{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    line-height: 1.3;

    @media (min-width: 1200px) {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px 16px;
    }
    @media (min-width: 1200px) {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.sw-footer__copyright{
    color: white;
    margin-bottom: 16px;

    @media (min-width: 1200px) {
        width: 100%;
        margin: 0;
    }
}

.sw-footer__rights-file{
    display: block;
    color: rgba(59, 146, 235, 1);
}

/* /footer */

 .pattern-cta-overlay{
     margin: 20px 0;
     container-type: inline-size;
 }

.pattern-cta{
    padding: 16px;
    background: white;
    border-radius: 24px;
    border: 2px solid #2DB262;
    box-shadow: 0 0 31px 0 #3C506E36;
}

.pattern-cta--orange{
    background: #FEEAE5;
    border-color: #FFB0A0;
}

.pattern-cta--red{
    background: #FFF0F4;
    border-color: #F94A7F;
}

.pattern-cta__info{
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px 8px;
}

.pattern-cta__img{
    width: 100%;
    box-shadow: 0 0 9px 0 #3C506E3D;
}

.pattern-cta__img.square{
    border-radius: 10px;
}
.pattern-cta__img.circle{
    border-radius: 100%;
}

.pattern-cta__title{
    align-self: center;
    font-family: Gilroy, sans-serif;
    line-height: 1.2;
    font-size: 18px;
    color: #082554;
    margin: 0;

    span{
        font-weight: 700;
        color: #2DB262;
    }
}

.entry-content.clr .pattern-cta__text{
    list-style-type: none;
    padding: 0;
}


.pattern-cta__text{
    grid-column: 1 / 3;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #082554;
    margin: 0;
    max-width: 415px;

    li{
        position: relative;
        padding-left: 23px;
    }

    li::before {
        position: absolute;
        content: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.25%209.5L6.74471%2014L15.75%205%22%20stroke%3D%22%232DB262%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
    }
}

.pattern-cta__btn{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: white!important;
    padding: 12px 25px;
    border-radius: 16px;
    background: #2DB262;
    width: 100%;
    margin-top: 10px;
    text-decoration: none!important;
}

.pattern-cta__btn:hover{
    background: #2a9e5a;
    text-decoration: none!important;
}
.entry-content.clr .pattern-cta__btn:hover{
    text-decoration: none!important;
}

@container (min-width: 550px) {
    .pattern-cta__btn{
        width: max-content;
    }
}
@container (min-width: 640px) {
    .pattern-cta{
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .pattern-cta__info{
        grid-template-columns: 70px auto;
        align-items: center;
        gap: 0 16px;
    }

    .pattern-cta__info.extra .pattern-cta__img{
        grid-row: 1 / 3;
    }

    .pattern-cta__img.square{
        border-radius: 16px;
    }

    .pattern-cta__title{
        font-size: 20px;
    }

    .pattern-cta__info.extra .pattern-cta__title{
        align-self: flex-end;
    }

    .pattern-cta__text{
        grid-column: unset;
        align-self: flex-start;
    }

    .pattern-cta__btn{
        margin-top: 0;
    }
}