.icon-columns-section{
    max-width: 1250px;
    padding: 100px 15px;
    margin: auto;
}
.icon-columns-section .icon-columns-title{
    /* font-size: 30px; */
    margin-bottom: 50px;
    text-align: center;
}
.icon-columns-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon-columns-row .icon-column-item{
    flex: 1 0 auto;
    max-width: 24%;
    width: 24%;
}
.icon-columns-row .icon-column-item img{
    max-width: 100%;
    margin-bottom: 25px;
}
.icon-columns-row .icon-column-item .text-content-title{
    font-size: 22px;
    margin-bottom: 25px;
}
.icon-columns-row .icon-column-item .text-content-text{
    font-size: 18px;
}
.btn-wrapper-bow{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.advantages_floor .wrap_advantages .advantage{
    aspect-ratio: 614 / 479;
    position: relative;
    overflow: hidden;
}
.advantages_floor .wrap_advantages .advantage_image{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.advantages_floor .wrap_advantages .advantage_image:after{
    position: absolute;
    background: rgb(0,0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
}
.btn-wrapper-bow .advantage_image{
    position: relative;
    top: -18px !important;
    bottom: auto;
}
.advantages_floor .wrap_advantages .advantage_title{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.advantages_floor .wrap_advantages .advantage_image:hover,
.advantages_floor .wrap_advantages .advantage_image:focus{
    top: -5% !important;
    left: 3%;
    width: 106%;
    height: 106%;
}
.popup-text .popup-text-content{
    padding: 100px 50px;
}
.popup-text .popup-text-content h1,
.popup-text .popup-text-content h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.popup-text .popup-text-content h3,
.popup-text .popup-text-content h4,
.popup-text .popup-text-content h5,
.popup-text .popup-text-content h6{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.popup-text .popup-text-content p,
.popup-text .popup-text-content li{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}


.side-form-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 999;
}
.side-form-wrapper .side-form-container{
    position: absolute;
    background-color: #ffffff;
    width: 450px;
    max-width: 92vw;
    max-height: 90vh;
    top: 50%;
    left: -500px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 50px 25px;
    transition: all .5s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    overflow-y: auto;
}
.side-form-wrapper .side-form-container .gform_wrapper .gform_validation_errors{
    display: none;
}
.side-form-wrapper .side-form-container .side-form-title{
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
}
.side-form-wrapper .side-form-container .gfield label{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.side-form-wrapper .side-form-container .gfield input,
.side-form-wrapper .side-form-container .gfield select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #252525;
    border-radius: 0;
    padding: 0 0 7px;
    background-color: transparent;
    color: #141414;
    text-align: right;
}
.side-form-wrapper .side-form-container input[type="submit"]{
    display: block;
    border: 1px solid #D1262A;
    border-radius: 30px;
    background: linear-gradient(130.09deg, #B82B2F 0%, #F74A4E 50%, #fff 50%, #fff 100%);
    background-size: 210%;
    min-width: 119px;
    width: max-content;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    color: #fff;
    transition: all .25s;
}
.side-form-wrapper .side-form-container input[type="submit"]:hover,
.side-form-wrapper .side-form-container input[type="submit"]:focus{
    color: #D1262A;
    background-position: right;
}
.side-form-wrapper .side-form-container .close-form{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    padding: 5px;
    margin: 0;
    border: none;
    border-radius: 30px;
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.2); */
}
.side-form-wrapper .side-form-container .close-form img{
    display: block;
    width: 100%;
}
.side-form-wrapper .side-button-form-container{
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    /* -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    transition: all .5s;
    /* z-index: 999; */
}
.side-form-wrapper .side-button-form-container .side-button-form{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    padding: 10px;
    margin: 0;
    border: 0;
    border-radius: 60px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.side-form-wrapper .side-button-form-container .side-button-form img{
    width: 100%;
}
.side-form-wrapper.form-open .side-button-form-container{
    left: -100px;
}
.side-form-wrapper.form-open .side-form-container{
    left: 15px;
}
.side-form-wrapper .gform_wrapper.gravity-theme .description,
.side-form-wrapper .gform_wrapper.gravity-theme .gfield_description,
.side-form-wrapper .gform_wrapper.gravity-theme .gsection_description,
.side-form-wrapper .gform_wrapper.gravity-theme .instruction{
    background-color: transparent;
    margin-top: 0;
    padding: 5px 0 0;
    border: none;
}

body .read-more-text{
    display: none;
}
body .read-more-text.open-text{
    display: block;
}
body .read-more-button-row{

}
body .read-more-button{
    /* color: #D1262A;
    border: none;
    background-color: transparent;
    padding: 0;

    font-size: 14px; */
    display: inline-block;
    min-width: 82px;
    font-size: 16px;
    font-weight: 600;
    min-height: 31px;
    padding: 0px 12px;
    border: 1px solid #D1262A;
    border-radius: 30px;
    background: linear-gradient(130.09deg, #B82B2F 0%, #F74A4E 50%, #fff 50%, #fff 100%);
    background-size: 210%;
    width: max-content;
    text-align: center;
    text-decoration: none;
    margin: auto;
    color: #fff;
    margin: 15px 0;
}
.brigade_content_text .read-more-button:hover{
    color: #D1262A;
    background-position: right;
}
.product_content .content_share_item{
    align-items: normal;
}


.section_text_and_picture{
    position: relative;
}

.section_text_and_picture .card {
    display: flex;
    flex-flow: row;
    gap: 50px;
    align-items: center;
    background: none;
}

.section_text_and_picture .card .card-header{
    width: 50%;
    border: 0;
    background: none;
}

.section_text_and_picture .card .card-header .card-img{
    width: 100%;
}

.section_text_and_picture .card .card-header .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}

.section_text_and_picture .card .card-body{
    width: 50%;
    text-align: right;
}

.section_text_and_picture .card .card-title{
    font-weight: 800;
    margin: 0 0 30px 1px;
    color: #050505;
    font-family: "Heebo", Sans-serif;
    font-size: 33px;
    font-weight: 600;
    font-size: 32px;
}

.section_text_and_picture .card .card-text{
    font-family: "Heebo", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.section_text_and_picture .card:nth-child(even) {
    flex-direction: row-reverse;
}
.section_text_and_picture .card:nth-child(even) .card-body{
    /*text-align: left;*/
}

@media(max-width: 768px){
    .section_text_and_picture .card .card-header,
    .section_text_and_picture .card .card-body{
        width: 100%;
    }
    .section_text_and_picture .card {
        flex-wrap: wrap;
    }
    .section_text_and_picture .card:nth-child(even) .card-body {
        text-align: right;
    }
}

@media(min-width: 768px){
    .products_row{
        justify-content: center;
    }
}

.wrap_phone_desktop {
    color: #fff;
}

body:not(.home):not(.page-template-template-lobby-products) #header_container .wrap_phone_desktop,
#header_container.top .wrap_phone_desktop {
    color: #000;
}
.wrap_phone_desktop .desktop_number {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
}
.wrap_icon_phone_desktop {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}