/* BASIC bootstrap modification */

.btn.btn-orange {
    background: #F7623C;
    background: #ff5752;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 0 !important;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
    /* background-color: #D84C29; */
    /* color: #fff; */
    opacity: .7;
}

html,body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .popup-window, body div.bx-yandex-map, .fancybox-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h1,.h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 66px;
}
h2,.h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #2B3A56;
}
h3, .h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2B3A56;
}
h4, .h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #2B3A56;
}
p {
    color: #2B3A56;
    font-size: 16px;
    line-height: 26px;
}
p.large {
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}
.f-30 {
    font-size: 30px;
    line-height: 36px;
}
.form-control {
    border-radius: 4px;
    height: 60px;
    font-size: 15px;
    line-height: 18px;
    color: #2B3A56;
    padding: 10px 25px;
}
.m-t-28 {
    margin-top: 28px;
}
.m-t-35 {
    margin-top: 35px;
}
.btn {
    transition: all 0.5s ease-out;
}
.btn-default {
    height: 60px;
}
.btn-orange {
    background: #F7623C;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    padding: 20px 35px;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #D84C29;
    color: #fff;
}
.text-white {
    color: #fff;
}
.text-orange {
    color: #F7623C;
}
.big-orange-text {
    font-size: 45px;
    line-height: 52px;
    color: #F7623C;
}

.inner-container {
    max-width: 1170px;
    padding: 0 16px;
    margin: 0 auto;
}
.m-l-35 {
    margin-left: 35px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-70 {
    margin-right: 70px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-25{
    margin-bottom: 25px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 70px;
}

.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.m-b-120 {
    margin-bottom: 120px;
}
.m-b-140 {
    margin-bottom: 140px;
}

.img-responsive {
    width: 100%;
}
.container-fluid{
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}
.full-width {
    width: 100%;
}
.flex {
    display: flex;
}
/* BASIC bootstrap modification END */

/* CUSTOM */
.main-header {
    position: relative;
}
.main-header-container {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    color: #FFFFFF;
}
.main-header-container h1,.h1 {
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-header-container p{
    color: #FFFFFF;
}
.drag-block {
    position: relative;
    z-index: 1;
    margin-top: -110px;
}
.bg-image {
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.bg-dark-blue {
    background-color: #2B3A56;
    color: #fff;
    overflow: hidden;
}
.bg-blue {
    background-color: #202F4B;
    color: #fff;
    overflow: hidden;
}
.bg-dark-blue-inner {
    padding: 70px 0;
}
@media (max-width: 575px) {
.bg-dark-blue-inner  h2{
   font-size: 32px!important;
 }
}
@media (max-width: 424px) {
.bg-dark-blue-inner  h2{
   font-size: 24px!important;
 }
}
.bg-dark-blue-inner--big-indent {
    padding: 120px 0;
}
.bg-dark-blue h1,
.bg-dark-blue .h1,
.bg-dark-blue h2,
.bg-dark-blue p,
.bg-blue h1,
.bg-blue .h1,
.bg-blue h2,
.bg-blue p {
    color: #fff;
}
.image-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #2B3A56;
    margin: 30px 20px 50px;
}
.image-title--img {
    margin-right: 18px;
    background: #F7623C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
}
.decision-form {
    padding: 87px 84px;
}

.decision-form__item {
    margin-bottom: 40px;
}

.decision-form__item:last-child {
    margin-bottom: 0;
}

.input-group-flex {
    margin-bottom: 15px;
}

.form-annotation {
    font-size: 10px;
    line-height: 11px;
    color: rgba(255,255,255,0.6);
}


.decision-form-buttons > .btn {
    width: 100%;
    margin-top: 21px;
}

/* Top block*/
.top-block-wrapper,
.flex-height-block {
    display: flex;
}
.top-block-wrapper [class^="col-md-"],
.flex-height-block  [class^="col-md-"]{
    height: inherit;
}
.top-item {
    margin: 0 0 40px 80px;
    max-width: 300px;
}
.top-item--title {
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    color: #F7623C;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.top-item .top-item--text{font-weight: 400;}
.top-item:last-of-type {
    margin-bottom: 0;
}

/* Orange block */
.orange-arrow-block {
    padding: 28px;
    background: #F7623C;
    border-radius: 4px;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 80px;
}
.orange-arrow-block:after {
    content: '';
    top: 100%;
    left: calc(50% - 6px);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #f7613c transparent transparent transparent;
}
.author-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Преимущества */
.advantages {
    margin: 80px auto 50px;
}
.advantage-item {
    text-align: center;
    color: #2B3A56;
    line-height: 26px;
    font-style: normal;
    min-height: 150px;
}
.advantage-item--img {
    margin-bottom: 35px;
}
.advantage-item--title {
    font-weight: 600;
    font-size: 20px;

}
.advantage-item--text {
    font-size: 16px;
}


/* Step Carousel */
.step-block{
    overflow: hidden;
}
.step-block-image,
.top-block--img {
    position: relative;
}
.step-block-image{overflow: hidden;}
.step-block-image > img,
.top-block--img > img {
    position: absolute;
    height: inherit;
    width: auto;
    object-fit: cover;
    right: 0;
    top: 0;
}

/* Risks Block */
.risks-item {
    margin: 40px auto;
    max-width: 338px;
}
.risks-item--img {
    background: #F7F7F7;
    width: 338px;
    height: 338px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* Process Block */
.process-item {
    margin: 30px 60px 30px 0;
}

/* GRAY block */
.gray-block {
    padding: 60px 0;
    background: #F7F7F7;
    color: #2B3A56;
}

.gray-block > img {
    width: 233px;
    height: 233px;
    object-fit: cover;
    margin: 20px auto;
}

.gray-block h4 {
    margin-bottom: 20px;
    color: inherit;
}

.gray-block p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
    color: inherit;
}


/* Differencies */
.difference-item {
    margin: 50px 0;
    background-image: url("custom/images/home/line.svg");
    background-repeat: no-repeat;
    background-position: right 1px top 160px;
    text-align: left;
    padding: 0 70px 0 55px;
}

.difference-item--img {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.difference-item--img > img{
    width: 72px !important;
    display: inline-block;
}

.difference-carousel .owl-carousel .owl-item:nth-child(3n+3) .difference-item{
    background-image: none;
}
.difference-item--title,
.about-us--title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 30px;
}

/* Referrals item **/
.referrals-item {
    margin: 35px 0;
    padding-right: 50px;
}
.referrals-item--title {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #2B3A56;
    margin-bottom: 40px;
}

/* About us */
.about-us--title {
    margin-bottom: 25px;
}

/* TABLES */
.table-wrapper {
    overflow-x: auto;
}
.table.table-transparent>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 20px;
}
.table.table-transparent>tbody>tr>td{
    border-top: 0;
}
.table-transparent--bg {
    background: rgba(246,246,246,0.05);
}
.table-transparent--right-border {
    border-right: 1px solid rgba(255,255,255,0.2);
}
.table-transparent--bottom-border {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.table.table-transparent>tbody>tr>th{display: none;}


/* HOW WE WORK */
.how-we-work-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.how-we-work-wrapper:after {
    left: 0;
    top: 30px;
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
}
.how-we-work-item {
    max-width: 220px;
}
.how-we-work-item--num {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    background: #F7623C;
    border-radius: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    min-width: 60px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-work-item--title {
    color: #fff;
    margin-bottom: 25px;
}
.how-we-work-white-bg .how-we-work-item--title {color:#2B3A56;}

.how-we-work-white-bg  .how-we-work-wrapper {position: relative;}
.how-we-work-white-bg  .how-we-work-wrapper:after{
    content:'';
    position: absolute;
    height: 2px;
    left:0;
    right:0;
    top: 30px;
    background: #F7623C;
}
.how-we-work-white-bg .how-we-work-bottom-row .how-we-work-wrapper .how-we-work-item:last-child{
    position: relative;
}
.how-we-work-white-bg .how-we-work-bottom-row .how-we-work-wrapper .how-we-work-item:last-child:after{
    content:'';
    position: absolute;
    height: 4px;
    left:60px;
    right:0;
    top: 28px;
    background: #ffffff;
    z-index:2;
}
.title-orange{color: #F7623C!important;}
.title-center, .text-center{text-align: center;}
.benefit-card.benefit-card--column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit-card--column  .benefit-card__body{
    flex-grow: 1;
     display: flex;
    flex-direction: column;
    align-items: center;
}
.benefit-carousel-flex .owl-stage, 
.benefit-carousel-flex  .owl-stage, 
.benefit-carousel-flex .benefit-col,
.benefit-carousel-flex .owl-item{display: flex;}
.benefit-carousel-flex .benefit-card__number{margin-bottom: 40px;}
.benefit-card--column  .benefit-card__body .btn.btn-orange{margin-top: 30px;}
.benefit-card--column  .benefit-card__body .benefit-card__text{flex-grow:1; margin-top: 30px;}
.benefit-carousel-flex  .benefit-card__body  .benefit-card__title,
.benefit-carousel-flex  .benefit-card__body .benefit-card__text p{font-size:20px;}
.benefit-carousel-flex  .benefit-col {padding: 0 47px;}
.benefits-container .title-group h2{ margin-bottom: 20px}
.benefits-container .title-group p{ font-size:20px;}
.benefits-container .title-group{ max-width: 730px; margin: 0 auto; margin-bottom: 50px; }
@media(min-width:992px){
  .how-we-work-white-bg .how-we-work-bottom-row{margin-top:70px;}
  .benefit.benefit-carousel-flex{ max-width: 750px;margin: 0 auto; }
   .benefit.benefit-carousel-flex.owl-carousel  .owl-item{width: 375px!important;}
   .benefits-container{ padding-top: 50px;}
}
@media(max-width:1200px){
    .benefit-carousel-flex  .benefit-col {padding: 0 20px;}
    .benefits-container .title-group h2{ margin-bottom: 20px;}
}
@media(max-width:767px){
    
    .benefits-container .title-group h2{ font-size: 30px; line-height: 1.3;}
    .benefits-container .title-group p{ font-size: 18x; line-height: 1.3; margin-top: 20px;}
    .benefit-carousel-flex  .benefit-col {padding: 0 ;}
    .benefit-card--column  .benefit-card__body .btn.btn-orange,
    .benefit-card--column  .benefit-card__body .benefit-card__text{margin-top: 10px;}
    .bg-dark-blue-inner.how-we-work-white-bg{padding-bottom: 0;}
}
/* Accordeon */
.panel-group .panel {
    background: #2B3A56; 
    border-radius: 4px;
    margin-bottom: 20px;
}
.panel-dark .panel-heading {
    color: #FFFFFF;
    padding: 0;
}
.panel-dark .panel-heading .panel-title.collapsed {
    background-image: url("custom/images/icons/icon-down.svg");
}
.panel-dark .panel-heading .panel-title{
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    padding: 25px 60px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    background-image: url("custom/images/icons/icon-up.svg");
    background-repeat: no-repeat;
    background-position: right 33px top 30px;
}
.panel-dark .panel-heading .panel-title:hover,
.panel-dark .panel-heading .panel-title:focus{
    cursor: pointer;
    text-decoration: none;
}
.panel-footer,
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: 0;
    padding: 0 60px 70px;
    color: #fff;
}

.agrees {
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.6;
}
.flex-row-center {
    display: flex;
    align-items: center;
}
.mobile-img-responsive {
    margin: 20px auto;
}

/* MODAL */
.modal-content {
    background: rgba(32, 47, 75, 0.85);
    border-radius: 0;
}
.modal-header {
    padding: 70px 110px 10px 60px;
    border: 0;
}
.modal-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}
.modal-body {
    padding: 20px 110px 70px 60px;
    color: #fff;
}
.modal-body p {
    color: #fff;
}
.modal-close {
    position: absolute;
    color: #F7623C;
    background: none;
    outline: none;
    border: 0;
    top: 20px;
    right: 40px;
    font-size: 40px;
}

@media (min-width: 1366px){
    .container {
        width: 1366px;
    }
}
@media (max-width: 991px) {
    .btn {
        white-space: normal;
        height: auto;
    }
    .main-header-container {
        position: unset;
        color: #2B3A56;
    }
    .main-header-container h1, .h1 {
        color: #2B3A56;
        margin: 30px 0;
    }
    .main-header-container p {
        color: #2B3A56;
    }
    .drag-block {
        margin-top: 20px;
    }
    .mobile-column{
        flex-direction: column;
    }
    .mob-m-b-0 {
        margin-bottom: 0 !important;
    }
    .mob-m-b-20{
        margin-bottom: 20px;
    }
    .bg-dark-blue-inner {
        padding: 20px 0 40px;
    }
    .bg-dark-blue-inner--big-indent{
        padding: 40px 0;
    }
    .top-item {
        margin: 0 0 40px 0;
    }
    h1,.h1 {
        font-size: 28px;
        line-height: 34px;
    }
    h2,.h2 {
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 36px;
    }
    .advantages {
        margin: 40px auto 20px;
    }

    .process-item {
        margin: 20px 0 25px;
    }

    .m-b-100,
    .orange-arrow-block,
    .m-b-70,
    .m-b-120{
        margin-bottom: 30px;
    }

    .m-t-35 {
        margin-top: 15px;
    }

    .decision-form {
        padding: 20px;
    }

    .decision-form-buttons {
        margin: 0;
    }
    .advantage-item--img {
        margin-bottom: 20px;
    }
    .author-block {
        flex-direction: column;
    }
    .difference-item {
        margin: 20px 0;
        padding: 0 20px;
        background-image: none;
    }
    .referrals-item {
        padding: 0;
        margin: 20px 0 40px;
    }
    .difference-item--title {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .referrals-item--title {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .about-us,
    .how-we-work-wrapper {
        margin-left: 0 !important;
    }
    .how-we-work-wrapper {
        flex-direction: column;
    }
    .how-we-work-item--title{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .how-we-work-item{
        display: flex;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .how-we-work-wrapper:after{
        display: none;
    }
    .how-we-work-item--num{
        margin-right: 20px;
    }
    .panel-dark .panel-heading .panel-title {
        padding: 20px 60px 20px 20px;
        background-position: right 20px top 30px;
    }
    .bg-image {
        background-image: none !important;
    }
    .top-item {
        max-width: 100%;
    }
}

@media (max-width: 812px) {
    .risks-item--img {
        width: 100%;
    }

    .mobile-img-responsive {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .table.table-transparent>tbody>tr>th,
    .table.table-transparent>tbody>tr>td{
        text-align: center !important;
    }
    .table.table-transparent>tbody>tr>th{
        border-top: 0;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        opacity: 0.6;
        padding: 20px;
        font-weight: 300;
        display: block;
    }
    .table.table-transparent>tbody>tr>td{
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .modal-title {
        font-size: 32px;
        line-height: 40px;
    }
    .modal-header {
        padding: 30px 50px 10px 30px;
    }
    .modal-body {
        padding: 20px 50px 30px 30px;
    }
    .modal-close {
        top: 10px;
        right: 10px;
    }
}

#scrollToTop {
    left: 5px !important;
    margin-left: 255px !important;
}

/*****Lareta 14-11-24*********/
.new-header {
    overflow: hidden;
    padding-block: 70px 215px;
    color: #333;
}

.new-header-container {
    width: calc(50% + 50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
}

.new-header-container .servlist {
    max-width: 347px;
    margin-top: 20px;
}

.new-header__title {
    font-family: "Montserrat", sans-serif;
    max-width: 585px;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.new-header__img {
    height: 568px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 3px rgba(138, 138, 138, 0.58);
    box-shadow: 0 0 40px 3px rgba(138, 138, 138, 0.58);
    border-radius: 15px;
}

.new-header__img img {
    height: 100%;
    width: auto;
}

.h1,
.new-header__title h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #F7623C;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 0;
}

.new-header .new-header__title .new-header-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    max-width: 485px;
    margin: 0;
}

.servlist .servlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding-block: 9px;
}

.servlist .servlist-item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.5;
    margin: 0;
}

.servlist .servlist-item+.servlist-item {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.servlist .servlist-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
}

.mb-80,
.m-b-120,
.m-b-100 {
    margin-bottom: 80px !important;
}

.our-mission {
    text-align: center;
    color: #333;
}

.our-mission p {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.our-mission .our-mission-text:last-child {
    max-width: 1020px;
    margin-inline: auto;
}

.inner-form {
    padding-top: 108px;
    padding-bottom: 108px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.inner-form:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.inner-form .form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 328px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: relative;
    z-index: 2;
}

.form-row .form-item.form-btn {
    margin-left: 78px;
}

.form-row .form-item.form-btn .btn {
    padding-inline: 70px;
}

@media (max-width: 1599px) {
    .new-header-container {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}

@media (max-width: 1279px) {
    .inner-form{padding-block:60px;}
    .form-row .form-item.form-btn {
        margin-left: 30px;
    }

    .form-row .form-item.form-btn .btn {
        padding-inline: 40px;
    }
}

@media (max-width: 1199px) {
    .new-header-container {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .new-header__title {
        width: 80%;
        max-width: 500px;
    }

    .new-header__img {
        height: 500px;
    }

    .h1,
    .new-header__title h1 {
        font-size: 40px;
    }

    .inner-form .form-control {
        width: 100%;
    }

    .form-row .form-item.form-btn {
        margin-left: 0;
    }
}

@media (max-width: 1023px) {
    .inner-form {
            padding-block: 40px;
        }
    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media (max-width: 991px) {
.new-header{padding-block: 40px;}
}
@media (max-width: 767px) {
    .panel-group .panel-heading+.panel-collapse .panel-body{padding-inline:20px; padding-bottom: 30px;}
    .about-us .about-us--title{margin-top: 30px;}
    .new-header {
        padding-block: 30px;
    }

    .new-header__img {
        display: none;
    }

    .h1,
    .new-header__title h1 {
        font-size: 30px;
    }

    .mb-80,
    .m-b-120,
    .m-b-100 {
        margin-bottom: 30px !important;
    }
    *.fs-32-sm{
        font-size: 32px!important;
    }
    .our-mission p {
        font-size: 32px;
    }

    .form-row .form-item.form-btn .btn {
        width: 100%;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

.mb-20 {
    margin-bottom: 20px!important;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.mb-60 {
    margin-bottom: 60px!important;
}
@media (max-width: 767px) {
#block_15  .fs-32-sm .text-orange, #block_15  .fs-32-sm br{display: none;}
}