@font-face {
  font-family: 'Proxima Nova';
  src: url(/assets/css/fonts/ProximaNovaRegular/ProximaNovaRegular.woff) format('woff');
  font-weight: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/assets/css/fonts/ProximaNovaBold/ProximaNovaBold.woff) format('woff');
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/assets/css/fonts/ProximaNovaBold/ProximaNovaExtrabld.woff) format('woff');
  font-weight: 800;
  font-display: fallback;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/assets/css/fonts/ProximaNovaSemibold/ProximaNova-Semibold.woff) format('woff');
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(/assets/css/fonts/ProximaNovaLight/ProximaNovaLight.woff) format('woff');
  font-weight: 300;
  font-display: fallback;
}


body{
    font-family: 'Proxima Nova';
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
html{
    scroll-behavior: auto !important;
}
/*
@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/Proxima_nova/proximanova_regular.ttf);
}
*/
section{ position: relative; }

.theme-shema{
    --color-site: #0095cd;
    --primary-color-0: #0095cd;
    --primary-color-1: #1BABE3;
    --primary-color-2: #24C7EB;
    --dark-primary-2: #145075;
    --dark-primary-1: #1671A6;
    --bg-color: rgba(137, 149, 171, 0.10);
    --gray-color-0: #3D434C;
    --font-family: 'Prixima Nova';
    --gray-color-1: #8995AB;
    --light-grey: #BDBDBD;
    --gradient-color: linear-gradient(95deg, var(--primary-color-0) 57.86%, var(--primary-color-2) 126.99%);
    --gradient-color-2: linear-gradient(96.72deg, var(--primary-color-0) 13.33%, var(--primary-color-1) 60.7%, var(--primary-color-2) 101.33%);
    --white-color: #fff;
    --dark-base-color-0: #2C3440;
    --red-color: #E4594D;
    --bs-border-radius-lg : 0.5rem;
    --border-radius: 8px;
}

.pw-border-gray{
    border-color: #c5c5c5!important;
}

.pw-anchor{
    top: -10px;
    position: absolute;
}

/* Media запросы */

@media (min-width: 1200px) {
    #adaptic-landing {
        margin-bottom: 80px;
    }
    #burger-but{
        display: none;
    }
    #navbarScroll{
        display: flex;
        order: 0 !important;
        flex-basis: auto;
        flex-grow: 0;
    }
    #topbar{
        display: flex !important;
    }

    .stages > *:not(.stage-img):nth-child(2n+2){
        flex-grow: 2;
    }
    .stages > *{
        display: flex;
        width: 25%;
    }
    
    .advantages-list > div{
        width: 14%;
    }

    .img-tarifs, .tarifs-header{
        width: 40%;
    }
    .tarifs-info, .tarifs-text{
        width: 60%;
    }
    .tarifs-header > h2{
        font-size: 48px !important;
    }
    .stage > *:first-child{
        font-size: 24px;
    }

    /* Нужно */
    #adaptic-landing > * > *:first-child{
        padding: 0px;
    }
    #adaptic-landing > * > *:last-child{
        padding: 40px;
    }

    .adaptic-landing-header{
        font-size: 48px;
        font-weight: 700;
        line-height: 52px;
        margin: 0px;
    }

    #siteblocks > * > *{
        row-gap: 40px;
    }
    .siteblocks-item-header{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
    }
    /* Нужно */

    .block-form-inputs{
        padding: 40px !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #adaptic-landing {
        margin-bottom: 80px;
    }
    /*form{
        padding: 40px 0px 40px 0px !important;
    }/**/
    .block-form > *:last-child {
        padding: 40px 20px 40px 20px !important;
    }   

    .stages > *:not(.stage-img):nth-child(2n+2){
        flex-grow: 2;
    }
    .stages > *{
        display: flex;
        width: 25%;
    }

    .advantages-list > div{
        width: 15%;
    }

    .img-tarifs, .tarifs-info, .tarifs-text, .tarifs-header{
        width: 50%;
    }
    .tarifs-header > h2{
        font-size: 48px !important;
    }

    #tarifs > * > *{
        padding: 20px !important;
    }

    .stage-bg-table{
        background-size: 390px !important;
    }
    .stage > *:first-child{
        font-size: 24px;
    }

    #adaptic-landing > * > *:first-child{
        padding: 0px;
    }
    #adaptic-landing > * > *:last-child{
        padding: 40px;
    }

    .adaptic-landing-header{
        font-size: 48px;
        font-weight: 700;
        line-height: 52px;
        margin: 0px;
    }

    #siteblocks > * > *{
        row-gap: 40px;
    }

    .siteblocks-item-header{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .block-form-inputs{
        padding: 40px !important;
    }
}
@media (max-width: 991px) {
    .block-form > *:first-child{
        flex: 0 0 auto;
        width: 100%;
    }
    /*form > .col-10{
        width: 100%;
    }/**/
    .block-form > *:last-child{
        flex: 0 0 auto;
        width: 100%;
        border-radius: 0px 0px 8px 8px !important;
        padding: 20px 40px 20px 40px !important;
    }
    .block-form> *:last-child > *{
        width: 100%;
    }
    #contacts{
        background-position-x: -210px !important;
        background-position-y: bottom !important;
        background-size: 946px !important;
    }
    /* Нужно */
    .adaptic-landing-header{
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin: 0px;
    }
    #lead-form h2{
        font-size: 32px !important;
        margin: 0px;
        line-height: 40px !important;

    }
    #adaptic-landing > * > *:last-child{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #adaptic-landing, #siteblocks{
        padding-top:60px ;
    }
    #siteblocks{
        padding-bottom: 60px;
    }
    #siteblocks .section-header{
        padding-bottom: 20px;
    }
    #siteblocks > * > * > *:nth-child(1n+3){
        padding-top: 40px;
    }
    .siteblocks-item-header{
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .features > *{
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }
    /* Нужно */
}
@media (max-width: 576px) {
    /*form{
        padding: 20px !important;
    }
    form > *:nth-child(3) {
        display: grid !important;
        row-gap: 20px;
    }/**/
    .footer-link > *{
        width: 50%;
    }
    #contacts > *{
        padding: 0px !important;
    }
    .footer-logo{
        justify-content: start !important;
    }
    .advantages-list{
        column-gap: 0px !important;
    }
    /* Нужно */
    #adaptic-landing{
        padding-top:40px ;
    }
    /* Нужно */
}
/* Стили для navbar */
#burger-but{
    /* background-color: var(--white-color); */
    border: none;
    background-color: inherit;
}
#navbarScroll{
    order: 3;
}
/*  */
.fon{
    background-color: var(--bg-color);
}
#topbar{
    background-color: var(--gray-color-0);
    height: 38px;
}
.topbar-scrolling{
    overflow: hidden;
}
.header-scrolling{
    z-index: 2;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85) !important;
}
a{
    text-decoration: none !important;
    color: inherit;
}
#navbar ul > * > *{
    color: #3D434C ;
    size: 16px;
}
#navbar ul > *:hover > *{
    color: #0095cd ;
}
.active{
    color: var(--primary-color-0) !important;
}
.but{
    border-radius: 8px;
    border: none;
    padding: 15px 32px;
    background:  var(--gradient-color);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.but:hover{
    background: var(--primary-color-0);
}


.but.but-2{
    text-transform: uppercase;
    border: solid 1px #fff;
    border-radius: 4px;
    color: #262b3e;
    background:unset;
    background-color: transparent;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: bold;
    padding: 10px 20px !important;
}
.but.but-2:hover{
    color:#262b3e;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


#header{
    transition: all 0.4s;
    background-color: #fff;
    top: -1px !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) !important;
    z-index: 10;
}
header > *{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.header-button > *:first-child{
    text-wrap: nowrap !important;
}

.header-button > button{
    padding: 0.5rem;
    text-wrap: nowrap !important;
}

.header-button > *:last-child{
    z-index: 10;
}

.dropdown-but{
    padding: 12px 24px !important;
}

.block-topbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.block-topbar > ul > :nth-child(1n+2):before{
    padding-right: 5px;
    content: '\007C';
}
.block-topbar > ul > li{
    margin: 7px 3px 7px 3px;
    font-weight: 400;
    color: #fff;
}
.block-topbar h6{
    margin:0px ;
}
.block-topbar > ul > li:hover a{
    border-bottom: 1px solid var(--white-color) ;
}

#navbar > ul > li > *{
    padding: 0px;
}
#navbar > ul{
    column-gap: 30px;
    row-gap: 5px;
}

.pw-mobile-menu-contacts{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.pw-mobile-menu-contacts > *:first-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .social-link > a > svg > path{
    fill: #fff;
    opacity: 40%;
    transition: all 0.5s;
}
.social-link > a:hover > svg > path{
    opacity: 100% !important;
} */
.header-bg-logo > div{
    background-image: url(../img/logotip.svg);
    height: 40px;
    min-width: 196px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.header-bg-logo:hover > div{
    background-image: url(../img/logotip-black.svg);
}
/* Footer */
footer{
    background-color: #2C3440;
}
footer > div{
    padding: 20px 0px 20px 0px;
}
.footer-column{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 20px;
}
.footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
}
.footer-logo > a{
    min-width: 196px;
}
.footer-logo > a > div{
    background-image: url(../img/logotip-white.svg);
    height: 40px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.footer-logo > a:hover > div{
    background-image: url(../img/logotip.svg);
}
.footer-text > *{
    padding: 0px;
    margin: 0px;
}
.footer-text{
    color: var(--light-grey) !important;
    font-size: 12px;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}
.footer-link{
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    justify-content: center;
}
.footer-link > *:last-child{
    text-decoration: underline;
    padding-right: 10px;
    padding-left: 5px;
    text-align: start;
    border-left: 1px solid var(--light-grey);
    text-wrap: wrap;
}
.footer-link > *:first-child{
    text-decoration: underline;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    justify-content: end;
}
/* Other block */
/*#gradient{
    background: linear-gradient(97deg, var(--primary-color-0) 13.33%, var(--primary-color-1) 60.7%, var(--primary-color-2) 101.33%);
}/**/
.bg-why-need-landing{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(97deg, var(--primary-color-0) 13.33%, var(--primary-color-1) 60.7%, var(--primary-color-2) 101.33%);
}
.bg-why-need-landing:before{
    content: "";
    background-image: url('../img/bg-romby-o20.png');
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pw-why-need-landing{
    display: block;
    z-index: 1;
}
.landing-page{
    display: flex;
    flex-direction: row;
    padding-top: 4rem;
    padding-bottom: 4rem;
    align-items: center;
}
.landing-page-cards{
    display: flex;
    flex-direction: row;
    row-gap: 1.2rem;
    column-gap: 1.2rem;
    flex-wrap: wrap;
}
.landing-page-card{
    width: 45%;
    flex: 0 0 auto;
    display: grid;
    padding: 20px;
    border-radius: 8px;
    gap: 10px;
    background-color: #fff;
}
.landing-page-card > h3{
    background-clip: text;
    background-image: linear-gradient(96.72deg, var(--primary-color-0) 13.33%, var(--primary-color-1) 60.7%, var(--primary-color-2) 101.33%);
    color: transparent;
    margin: 0;
    font-weight: 700;
}
.landing-page-card > p{
    margin-bottom: 0;
}
.landing-page-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.landing-page-text > *{
    margin: 0;
}

.pw-why-need-landing{

}

.pw-why-need-landing .pw-why-need-landing-title{
    font-size: 32px;
    font-weight: 700;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.pw-why-need-landing .pw-why-need-landing-description{
    font-size: 20px;
    font-weight: 700;
}



#polygon{
    background-image: url(../img/polygon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-position-y: -160px ;
    background-size: 928px;
}
.laptop{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 389px;
    width: 500px;
}
#polygon > div{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.main-block-content{
    gap: 20px;
    display: grid;
}
.main-block-content >*{
    margin: 0;
}
.main-block-content > h5{
    color: var(--gray-color-1);
    font-weight: 700;
}
.main-block-content > h1{
    font-size: 3rem;
    width: 84%;
    font-weight: 700;
    color: var(--gray-color-0);
	line-height: 3.25rem;
}
.main-block-content > h1 >*{
    color: var(--primary-color-0);
}
.main-block-content > p{
    color: var(--gray-color-0);
    font-size: 24px;
    font-weight: 400;
} 
.main-block-img > *{
    display: flex;
    align-items: end;
    justify-content: end;
}

.text-pw{
    color: var(--color-site);
}

.text-hover-pw:hover{
    color: var(--color-site);
}

.text-gray-pw{
    color: var(--color-dark-gray);
}

.text-gray-lite-pw{
    color: var(--gray-color-1) !important;
}

.text-inherit{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}


.bg-pw{
    background: var(--gradient-color);
}

.bg-pw-gray{
    background-color: #F3F4F7;
}

.btn-close{
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

.nav-pills .nav-link{
    border-radius: 0;
    border-left: 0;
    border-bottom: solid 1px rgba(22, 113, 166, 0.1);
}

.nav-link{
    color: var(--gray-color-0);
}

.fs-7{
    font-size: 14px;
}

.w-3px{ width: 3px; }
.w-6px{ width: 6px; }
.w-10px{ width: 10px; }
.w-15px{ width: 15px; }
.w-20px{ width: 20px; }
.w-25px{ width: 25px; }
.w-30px{ width: 30px; }
.w-35px{ width: 35px; }
.w-40px{ width: 40px; }
.w-45px{ width: 45px; }
.w-50px{ width: 50px; }

.h-3px{ height: 3px; }
.h-6px{ height: 6px; }
.h-10px{ height: 10px; }
.h-15px{ height: 15px; }
.h-20px{ height: 20px; }
.h-25px{ height: 25px; }
.h-30px{ height: 30px; }
.h-35px{ height: 35px; }
.h-40px{ height: 40px; }
.h-45px{ height: 45px; }
.h-50px{ height: 50px; }

.pw-image-slider-wrapper {
    min-height: 550px;
}

.pw-image-scroller-item, .pw-image-slider-item {
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.pw-image-scroller ul, .pw-image-slider ul {
    margin-bottom: -20px;
    list-style-type: none;
    padding: 0;
}

.pw-image-slider ul { margin-bottom: -10px; }

.pw-image-scroller ul li, .pw-image-slider ul li{
    background-color: #bbb;
}

.bg-callback {
    opacity: .4;
    background: url('../img/callback_bg.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-callback2 {
    background: url('../img/callback_bg2.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-color-1 {
    background: rgba(0, 0, 0, .6);
}

#lead-form>div{
    height: 480px;
}
/* Нужно */
#lead-form h2{
    font-size: 48px;
    margin: 0px;
    line-height: 52px;
}
#lead-form > * > *:last-child > *:last-child{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: end;
} 
/* Нужно */

.lead-form-image-wrapper img {
    margin-top: 0px;
}

.zindex1{ z-index: 1; }
.zindex9{ z-index: 9; }

.o-01 { opacity: .1; }

.margin-top-minus-100 { margin-top: -100px; }

.pw-list-poligon { list-style-type: none; } 

.pw-list-poligon li:before {
    content: " ";
    display: block;
    position: absolute;
    background-image: url( "../img/polygon1.svg" );
    height:20px;
    width:20px;
    margin-left: -33px;
}

.lead-form-image-wrapper {
    left: -800px;
    right: 0;
}

/*.lead-form-title{
    font-size: 48px;
}/**/

.pw-funcblock-container ol {
    list-style-type: none; 
    counter-reset: num;
    margin: 0!important;
    padding: 15px 0 5px 0;
    font-size: 18px;
}
.pw-funcblock-container ol li {
    position: relative; 
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
.pw-funcblock-container ol li:before {
    content: counter(num) '.'; 
    counter-increment: num;
    display: inline-block;  
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    font-weight: bold;
    text-align: right;
    font-size: 1.3rem;
}
.pw-funcblock-container ol li:nth-child(-n+9):before {
    content: "0" counter(num) ".";
}

.pw-funcblock-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 2rem;
}

.pw-funcblock-container{
    padding: 60px 0;
    background: unset;
}

.pw-funcblock-container:before{
    background-image: url('../img/block-list-bg.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pw-funcblock-container ol li{
    margin-bottom: 15px;
}

.pw-funcblock-descr {
    font-size: 1rem;
    line-height: 1.2rem;
}
.pw-multycolumn-4 ol{
    padding-left: 35px!important;
}
.pw-multycolumn-4 li{
    page-break-inside: avoid;
    break-inside: avoid;
}

.pw-blocks-column-title{
    margin-bottom: 1rem;
}
    .advantages-container {
        width: 100%;
        margin: auto;
        padding: 0 12px;
    }

@media (min-width: 576px) {
    .advantages-container {
        max-width: 540px;
    }
    .block-form-inputs{
        padding: 40px ;
    }
}
@media (min-width: 768px) {
    .advantages-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .advantages-container {
        max-width: 960px;
    }
    /* Нужно */
    .readymade .container, #siteblocks, 
    .features, #features, .block-stages,
     .faq, #contacts > *{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .features > *{
        display: flex;
        flex-direction: column;
        row-gap: 80px;
    }
    /* Нужно */
}
@media (min-width: 1200px) {
    .pw-multycolumn-4 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 3em;
      -moz-column-gap: 3em;
      column-gap: 3em;
    }
    .rounded-xl-3{
        border-radius: var(--bs-border-radius-lg) !important;
    }
    .border-xl-end{
        border-right: solid 1px #c5c5c5!important;
    }
    .border-bottom{
        border-bottom: none !important;
    }

    .fs-lg-6{
        font-size: 16px;
    }

    .advantages-container {
        max-width: 1140px;
    }
  }
@media (min-width: 1400px) {
    .advantages-container {
        max-width: 1320px;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .pw-multycolumn-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}

@media (max-width: 600px) {
  .pw-multycolumn-4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}


.offcanvas .nav-link.active{
    background: unset;
}
.offcanvas .nav-link:focus{
    color: var(--primary-color-1);
}

.flex-sm-row .pw-gray-text-wrapper, .flex-sm-row-reverse .pw-gray-text-wrapper{
    border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0!important;
    padding-top: 1.7rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
}

.flex-sm-row-reverse .pw-gray-text-wrapper{
    border-radius: var(--bs-border-radius-lg) 0 0 var(--bs-border-radius-lg)!important;;
}


.pw-image-scroller-wrapper, .pw-image-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.flex-sm-row .pw-image-scroller-wrapper{
    border-radius: 8px 8px 0 8px;
}

.flex-sm-row-reverse .pw-image-scroller-wrapper{
    border-radius: 8px 8px 8px 0;
}


@media (max-width: 1200px) {
    .border-xl-end{
        border-right: none !important;
    }
    .border-bottom{
        border-bottom: solid 1px #c5c5c5!important;
    }
    .lead-form-title{
        font-size: 32px;
        width: 100%;
    }
    #lead-form>div{
        height: 400px;
    }
    .lead-form-image-wrapper{
        left: -920px;
    }
    .lead-form-image-wrapper img {
        transform: rotateZ(4deg);
        margin-top: -10px;
        height: 416px;
    }
    .adaptic-landing-img-wrapper img{
        width: 100%;
    }
}

@media (max-width: 992px) {

    #header .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    /*.main-block-content{
        padding-left: 16px;
    }/**/
    .laptop{
        background-position: left;
        background-size: cover;
    }
    #polygon{
        overflow: hidden;
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: left;
        background-image: unset;

    }
    /*#polygon>.container{
        width: 100%;
        padding: 0;
        max-width: unset;
    }/**/
    #polygon:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../img/polygon.svg) 25px -100px no-repeat;
        transform: rotate(180deg);
        top: 0%;
        left: -33%;
    }
    .landing-page {
        flex-direction: column;
    }
    .landing-page h2{ width: 100% }
    .landing-page .landing-page-text{
        order: 0;
        text-align: center;
        font-weight: bold;
    }
    .landing-page .landing-page-cards{
        margin-top: 25px;
        justify-content: space-between;
        order: 1;
    }
    .landing-page .landing-page-card p{
        font-size: 1rem;
    }
    .landing-page .landing-page-card{
        width: calc(50% - .6rem);
    }

    .readymade .container{
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
    .readymade>div>.h2{
        margin: 0!important;
        padding: 0!important;
    }
    /* .readymade .container>div:not(.pw-image-scroller){
        padding: 15px 0px !important;
        margin: 0 !important;
    } */
    .readymade .container>div:not(.pw-image-scroller) p{
        font-size: .9rem!important;
        margin: 0!important;
        padding: 0!important;
    }
    /* #adaptic-landing>.container>div{
        padding: 1rem;
    } */
    #adaptic-landing>.container{
        max-width: unset;
        padding: 0!important;
    }
    #adaptic-landing img {
        max-width: 150%;
        float: left !important;
    }
    #adaptic-landing .pw-callback-block{
        width: 100%;
        border-radius: 0!important;
        flex-direction: column!important;
    }
    #adaptic-landing .pw-callback-block>div:last-child{
        justify-content: flex-start!important;
    }
    #adaptic-landing .h1{
        font-size: 1.9rem;
    }
    #adaptic-landing p{
        font-size: 1rem!important;
    }
    
    .adaptic-landing-img-wrapper{
        height: 380px;
    }
    .pw-image-scroller-wrapper{
        height:300px!important;
    }
    .pw-image-scroller ul, .pw-image-slider ul {
        margin-bottom: 5px;
    }
    .pw-image-scroller ul li, .pw-image-slider ul li {
        height: 15px;
    }
    .readymade .pw-gray-text-wrapper{ /*780*/
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .flex-sm-row .pw-image-scroller-wrapper{
        border-radius: 8px 8px 0 8px;
    }

    .flex-sm-row-reverse .pw-image-scroller-wrapper{
        border-radius: 8px 8px 8px 0;
    }
    /* header#header {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    header#header [class^=container] {
        padding-left: 0;
        padding-right: 0;
    } */
    header#header .nav-mobile-menu{
        padding:10px 0!important;
        border: 0;
    }
    header#header a>img{
        height: 30px;
    }

    /*.main-block-content{
        padding-left: 1rem;
    }/**/
    .main-block-content h1{
        font-size: 26px;
    }
    .main-block-content p{
        font-size: 16px;
    }

    /* #gradient, #readymade, #siteblocks,  */
    /* #tarifs, .block-stages, */
    /* section.features, */
    section.pw-funcblock-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-info a, .contact-manager a {
        font-size: 24px !important;
        line-height: 40px !important;
    }

    .advantages-list > div{
        width: 30%;
    }

    .stages > *:not(.stage-img):nth-child(2n+2){
        flex-grow: 1;
    }
    .stages > *{
        display: flex;
        width: 48%;
    }
    .stage-img {
        height: 0px;
        display: none;
    }
    .stage > *:first-child{
        font-size: 20px;
    }

    .img-tarifs{
        display: none;
    }
    .tarifs-bottom > *:last-child{
        width: 100%;
    }

    .tarifs-top{
        flex-direction: column !important;
        row-gap: 20px;
    }
    .tarifs-top > *:last-child{
        width: 100%;
    }

    .tarifs-header{
        width: 100%;
    }
    .pw-readymade-description a {
        float: left;
    }
    #tarifs > * > *{
        padding: 20px !important;
    }
    .section-header > *{
        line-height: 30px !important;
        font-size: 32px !important;
    }
    .section-header > p{
        padding: 0px 12px;
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .pw-image-scroller-wrapper {
        height: 100% !important;
    }
    .pw-image-scroller-wrapper{
        border-radius: .5rem 0 0 .5rem!important;
    }
    .flex-sm-row-reverse .pw-image-scroller-wrapper{
        border-radius: 0 .5rem .5rem 0!important;
    }
    .bg-callback {
        background-size: cover;
    }
    .bg-why-need-landing:before{
        display: none;
    }
}

@media (max-width: 780px) {
    .adaptic-landing-img-wrapper img{
        width: unset;
    }
}


@media (max-width: 575px) {
    /* section.features .container{
        padding: 0;
    } */

    section.pw-funcblock-container .container{
        padding: 0;
    }
    /* Нужно */

    /* #gradient .container{
        padding: 0;
    } */
    /*#polygon .laptop{
        display: none;
    }/**/
    /* #siteblocks .container{
        padding: 0;
    } */
    /* #readymade .container{
        padding: 0;
    } */

    /* #tarifs > .container{
        padding: 0px !important;
    } */
    /* .block-stages > .container{
        padding: 0px !important;
    } */

    .section-header > *{
        line-height: 30px !important;
        font-size: 24px !important;
    }
    /* Нужно */

    #polygon:before{
        background: url(../img/polygon.svg) -25px -160px no-repeat;
        left: 0;
    }

    #gradient .landing-page .landing-page-text h2{
        font-size: 24px;
        width: 70%;
        margin: 0 15%;
    }
    #gradient .landing-page .landing-page-text p{
        font-size: 1.05rem;
        font-weight: 400;
    }
    .landing-page .landing-page-card{
        width: 100%;
    }
    .landing-page .landing-page-card p{
        font-size: 1rem;
    }
    .adaptic-landing-img-wrapper{ 
        display: block; 
        position: absolute;

    }
    .adaptic-landing-img-wrapper {
        position: absolute;
        z-index: -1;
        right: -30px;
        opacity: .15;
        scale: 1.9;
        height: 250px;
        top: 140px;
    }
    .pw-callback-block{
        margin-top: 0;
    }
    /* #adaptic-landing>.container>div{
        padding-top: 0;
        padding-bottom: 0;
    } */
    #adaptic-landing .h1{
        font-size: 2rem;
    }
    .bg-callback{
        opacity: .2;
        background-size: cover;
        background-position-x: 0;
    }
    .lead-form-title {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }
    #lead-form .lead-form-title{
        text-align: right;
    }

    #lead-form>div{
        height:auto;
        padding-bottom: 3rem;
    }
    .pw-funcblock-container ol{
        margin: 0!important;
    }
    .landing-page{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /* .readymade{
        padding-left: .8rem;
        padding-right: .8rem;
    } */
    /* .readymade .container>div:not(.pw-image-scroller){
        padding: 0!important;
        margin: 0!important;
    } */
     /* По дизайну */
    .readymade .container>div:nth-child(1n+3):not(.section-header){
        padding-top: 60px;
        margin: 0px !important;
    }
    .readymade > * > .section-header {
        padding-bottom: 20px !important;
    }
   /* По дизайну */

    #readymade .container>.readymade-title{
        padding-top: 10px!important;
        padding-bottom: 15px!important;
    }
    #readymade .container>.readymade-title p{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .readymade .pw-gray-text-wrapper{
        border-radius: var(--bs-border-radius-lg) !important;
    }

    .readymade .pw-gray-text-wrapper{/*576*/
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .block-form > *:last-child{
        border-radius: 0!important;
    }

    .pw-image-slider-wrapper {
        min-height: 310px;
    }

    .readymade .flex-sm-row .pw-image-scroller,
    .readymade .flex-sm-row-reverse .pw-image-scroller{ /* on down */
        border-radius: 0 0 8px 8px !important;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .readymade .flex-sm-row .pw-gray-text-wrapper,
    .readymade .flex-sm-row-reverse .pw-gray-text-wrapper{ /* on up */
        border-radius: 8px 8px 0 0 !important;
        overflow: hidden;
        margin: 0!important;
    }
    .flex-sm-row .pw-image-scroller-wrapper,
    .flex-sm-row-reverse .pw-image-scroller-wrapper{
        border-radius: 0 !important;
        margin-bottom: -7px;
    }

    .stages > *{
        width: 100%;
    }

    .advantages-list > div{
        width: 47%;
    }

    .block-form > *:last-child{
        border-radius: 0!important;
        padding: 20px 15px !important;
    }

    .main-block-img{
        position: absolute;
        right: 0;
        z-index: -2;
        opacity: .2;
    }
    .pw-image-scroller-wrapper {
        height: 300px !important;
    }

    .block-form-inputs{
        padding: 20px calc(1.5rem* .5) !important;
    }

    /*#gradient, #readymade, #siteblocks, #tarifs, .block-stages, section.features, .advantages, section.pw-funcblock-container {
        padding-left: calc(1.5rem* .5);
        padding-right: calc(1.5rem* .5);
    }/**/
}

.image-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    transition: background-position 8s ease-out 0s;
}

.image-bg:hover .image-shop-scroll {
    background-position: center 100%!important;
}

/* Анимация при скролле */
.active-animate{
    background-position: center 100%!important;
}


/* Style Form */
#contacts{
    background-image: url(../img/form-polygon.svg);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}
#contacts > *{
    padding-top: 60px;
    padding-bottom: 60px;
}
.block-form{
    background-color: var(--white-color);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 0px 0px 8px 0px #00000026;
    border-radius: 8px !important;
}
.block-form > *:last-child{
    color: var(--white-color);
    background: var(--gradient-color-2);
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 40px 80px 40px 80px;
    border-radius: 0px 8px 8px 0px;
}
.block-form-contact{
    width: 100%;
    z-index: 1;
}
.block-form-contact > * > *{
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 30px;
    margin-bottom: 16px;
}
.block-form-contact-wrapper{
    position: relative;
}
.block-form-contact-wrapper:before{
    content: " ";
    position: absolute;
    inset: 0;
    background: url(../img/bg-squere-rombe-1.png);
    background-size: cover;
    background-position-x: 90%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .06;
}
/* Начало нужно */
.contact-info{
    display: flex;
    flex-direction: column;
}
#adaptic-landing > * > *:last-child h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0px;
}
#adaptic-landing > * > *:last-child > *:first-child{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.readymade > * > .section-header{
    padding-bottom: 40px;
}
#features .row > *{
    row-gap: 10px;
}
/* По дизайну */
.readymade .container>div:nth-child(1n+3):not(.section-header){
    padding-top: 60px;
    margin: 0px !important;
}
.readymade-header{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* По дизайну */
/* Конец нужного */
.contact-info > a:last-child{
    margin: 0px;
}
.contact-info a, .contact-manager a{
    font-size: 32px;
    line-height: 52px;
}
.contact-info > * > img, .contact-manager > * > img{
    margin-right: 20px;
}
.contact-info > a:hover > span, .contact-manager > a:hover > span{
    border-bottom: 1px var(--white-color) solid;
}
.block-form-contact > .pw-hr{
    margin: 20px 0;
    height: 2px;
    background: #fff;
}

.block-form-icon{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.block-form-icon > a{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.block-form-icon > a img{
    transition: opacity .5s;
    opacity: .6;
}
.block-form-icon > a:hover img{
    transition: opacity .5s;
    opacity: 1;
}
.block-form-text{
    display: grid;
    gap: 11px;
    justify-items: center;
    text-align: center;
}
.block-form-text > *{
    margin: 0px;
    padding: 0px;
}
@media (max-width: 575px) {
    .contact-info a, .contact-manager a {
        font-size: 24px;
        line-height: 40px;
    }
    .contact-info > * > img, .contact-manager > * > img{
        margin-right: 15px!important;
        width: 32px;
        height: 32px;
    }
    .block-form-contact > .pw-hr{
        margin: 20px 0;
    }
    .block-form-icon{
        margin-top: 20px;
    }
    .block-form-contact > div > a{
        margin-bottom: 0;
    }
    .block-form{
        box-shadow: unset;
    }
    .form-header{
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

.form-header{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--dark-base-color-0);
}
.form-header > span{
    color: var(--primary-color-0);
}
.form-header ~ p{
    text-align: center;
    font-size: 16px;
}
.form-label{
    size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.form-input{
    width: 100%;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    border: var(--gray-color-1) solid 1px;
}
.form-input:hover{
    border: var(--primary-color-0) solid 1px !important;
}
.form-input:focus, .form-input:active{
    outline-width: 0px;
    outline: none;
    border: var(--dark-primary-2) solid 1px !important;
} 

.form-control::placeholder { color: var(--gray-color-1); }
.form-control {
    border: 1px solid #8995AB;
    padding: 10px 15px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.error{
    margin: 0px;
    display: block;
    color: var(--red-color);
}
.error ~ .form-input{
    border: var(--red-color) solid 1px !important;
}
.error ~ .form-input::placeholder{
    color: var(--red-color);
}
.accordion-button:after{ display: none; }

.accordion-button{
    padding: 1rem 0rem 1rem 0rem;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:active:focus {
   outline: none !important;
   box-shadow: none;
}  
button.accordion-button .pw-switcher-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
button.accordion-button .pw-switcher-icon {
    width: 37px;
    height: 37px;
    border: 0;
    right: 0;
    position: absolute;
}

button.accordion-button .pw-switcher-icon span {
  position: absolute;
  transition: 300ms;
  background: black;
  border-radius: 2px;
}

/* Create the "+" shape by positioning the spans absolutely */
button.accordion-button .pw-switcher-icon span:first-child {
  top: 25%;
  bottom: 25%;
  width: 3%;
  left: 48%;
}

button.accordion-button .pw-switcher-icon span:last-child {
  left: 25%;
  right: 25%;
  height: 4%;
  top: 47%;
}
.accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: none;
    color: var(--primary-color-0);
}
/* Morph the shape when the button is hovered over */
button.accordion-button:not(.collapsed) .pw-switcher-icon span {
  transform: rotate(90deg);
}

button.accordion-button:not(.collapsed) .pw-switcher-icon span:last-child {
  left: 50%;
  height: 3%;
  right: 50%;
}

button.accordion-button:not(.collapsed) .pw-switcher-icon span:first-child {
  width: 3%;
}

.navicon {
    background: var(--primary-color-0);
    display: block;
    height: 2px;
    width: 24px;
    position: relative;
  }
  .navicon:before {
    top: 7px;
  }
  .navicon:after {
    top: -7px;
  }
  .navicon:before,
  .navicon:after {
    background: var(--primary-color-0);
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.2s ease-out;
  }
/* advantages */
.advantages{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
/* .advantages > *:nth-child(2){
    padding-bottom: 40px;
} */
.advantages-button{
    display: flex;
    justify-content: center;
}
.advantages-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    /* column-gap: 20px; */
}
.advantages-header{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.advantages-header > *{
    font-weight: 700;
    text-align: center;
    padding: 0px 20px 0px 20px;
}
.advantages-card{
    background-color: rgb(137 149 171 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem ;
    padding: 20px 0px;
    row-gap: 10px;
}
.advantages-card > h3{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}
/* tarifs */
#tarifs > * > *{
    background-image: var(--gradient-color-2);
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: var(--border-radius);
    color: var(--white-color);
    row-gap: 30px;
}
.tarifs-list{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.tarifs-list > li::before{
    content: url(../img/polygon247.svg) !important;
    height: 15px;
    width: 15px;
    padding-top: 3px;
    position: absolute;
    display: block;
    margin-left: -30px;
}
.tarifs-header{
    display: flex;
    align-items: start;
}
.tarifs-header > h2{
    margin: 0px;
    font-weight: 700;
    font-size: 32px;
}
.tarifs-header > span{
    font-size: 28px;
    padding-right: 10px;
}
.tarifs-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid rgba(255,255,255,0.4); */
    column-gap: 60px;
}
.tarifs-bottom{
    column-gap: 60px;
    display: flex;
    flex-direction: row;
    /* padding-top: 20px; */
}
.tarifs-price{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 700;
    font-size: 48px;
    flex-wrap: wrap;
}
.tarifs-price > span{
    font-size: 28px;
    float: inline-start;
    padding-bottom: 10px;
}
.tarifs-price::after{
    content: url(../img/ruble.svg);
}
.tarifs-info{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.tarifs-info > *{
    margin: 0px;
}
.tarifs-info > *:first-child{
    font-weight: 700;
    font-size: 24px;
}

#tarifs .pw-hr{
    /* margin: 20px 0 0; */
    height: 1px;
    background: rgba(255,255,255,0.4);
}
.bg-img-tarifs{
    min-height: 365px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 75%;
    background-size: cover;
    background-clip: border-box;
    border-radius: var(--border-radius);
}
.bg-img-tarifs.bg-img-tarifs-1{
    background-image: url(../img/tarifs/tokey.jpg);
}
.bg-img-tarifs.bg-img-tarifs-2{
    background-image: url(../img/tarifs/individ.jpg);
}
.white-but{
    border: solid 1px var(--white-color) !important;
    background-color: var(--white-color);
    color: var(--dark-primary-2);
    border-radius: 8px;
    padding: 16px 32px;
    border: none;
    font-weight: 400;
    transition: all 0.5s;
    width: fit-content;
}
.white-but:hover{
    background-color: transparent;
    border: solid 1px var(--white-color);
    color: var(--white-color);
}
/* Stages work */
.block-stages{
    padding-top: 60px;
    background-color: #F3F4F7;
}
.block-stages > *{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.section-header{
    align-items: center;
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: center;
    row-gap: 10px;
}
.section-header > *{
    text-align: center;
    font-weight: 700;
    margin: 0px;
    font-size: 32px;
    line-height: 40px;
    margin: 0px;
}
.section-header > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.stages{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
}
.stage-img > img{
    min-width: 100%;
}
.stage{
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 20px;
    background-color: var(--white-color);
    row-gap: 20px;
}
.stage > *:first-child{
    display: flex;
    align-items: center;
    font-weight: 700;
}
.stage > *:first-child > span{
    padding-right: 20px;
    font-size: 48px;
}
.stage > *{
    margin: 0px;
}
.stage-bg-phone{
    min-height: 198px;
    height: 100%;
    width: 100%;
    background-image: url(../img/phones.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 10%;
    background-size: cover;
    background-clip: border-box;
    border-radius: var(--border-radius);
}
.stage-bg-table{
    min-height: 198px;
    height: 100%;
    width: 100%;
    background-image: url(../img/table.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 50%;
    background-position-x: 90%;
    background-size: 500px;
    background-clip: border-box;
    border-radius: var(--border-radius);
}

/* FAQ */
.faq{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
}
/* FAQ */
#features, .block-stages{
    padding-top: 60px;
    padding-bottom: 60px;
}
#features > *{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.features{
    padding-top: 60px;
    padding-bottom: 60px;
}

.pw-alert.alert-danger{
    padding: 12px 16px;
    border-color: #EA334D;
}
.pw-alert.alert-danger, .pw-alert.alert-danger *{
    color: #EA334D;
}
.pw-alert .btn-close{
    padding: 0;
    width: 12px;
    height: 100%;
    margin-right: 15px;
    background-size: contain;
}
.pw-alert.alert-danger .btn-close{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' opacity='.7' fill='%23EA334D'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.pw-alert.alert-success .btn-close{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' opacity='.7' fill='%230a3622'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.form_error_message_text{
    width: calc(100% - 20px);
}
