.workarea-block.landingpage-wrapper {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
.workarea-block.landingpage-wrapper h1 {
    display:none;
}
.banner-with-innertext {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
}
.banner-with-innertext img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    right: 0;
}
.banner-with-innertext h2 {
    z-index: 5;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
.banner-with-innertext:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #33333399;
}
.question-block {
    position:relative;
    padding-left:100px;
    margin-top:30px;
    margin-bottom:30px;
}
.question-block:before {
    content: '?';
    font-size: 300px;
    font-weight: 900;
    color: #4889b433;
    width: 130px;
    font-family: monospace;
    position: absolute;
    top: 50%;
    left: 0;
}
ul.list-bigfont {
    padding-left: 100px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-top:30px;
    margin-bottom:30px;
}
.landing-tabbanners {
    display: flex;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
    margin-top:30px;
    margin-bottom:30px;
}
.banner1, .banner2 {
    width: calc(50% - 15px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.banner1 {
    margin-right:15px;
}
.banner2 {
    margin-left:15px;
}
.banner1 img,
.banner2 img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    right: 0;
    top:0;
}
.banner1:before, .banner2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #33333399;
}
.banner1 h4,
.banner2 h4 {
    z-index: 5;
    position: relative;
    color: #ffffff;
}
.banner1-text, .banner2-text {
    display:none;
}
.banner1-text.show, .banner2-text.show {
    display:block;
}
.banner1.selected:after,
.banner2.selected:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    background: #4889b4;
    z-index: 3;
}

.landing-bannerslist {
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
    margin-bottom:30px;
}
.bannerslist-item {
    width: calc(50% - 15px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.bannerslist-item:nth-child(odd) {
    margin-right:15px;
}
.bannerslist-item:nth-child(even) {
    margin-left:15px;
}
.bannerslist-item img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
}
.bannerslist-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #33333399;
}
.bannerslist-item h4 {
    z-index: 5;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}
.landing-form {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    flex-wrap: wrap;
}
.landing-form  img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    right: 0;
}
.landing-form h2 {
    z-index: 5;
    position: relative;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
}
.landing-form p {
    z-index: 5;
    color: #ffffff;
}
.landing-form:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to bottom, #33333355, #33333300);
}
.landing-form .popup-form-wrapper {
    z-index: 5;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.landing-form .popup-form-wrapper form {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    flex-wrap: wrap;
}
.landing-form .form-fieldset {
    margin: 10px 15px;
}
.landing-form .form-fieldset input {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size:16px;
}
.landing-form .form-fieldset input[type=submit] {
    background: #4889b4;
    color: #ffffff;
    font-weight: 600;
    cursor:pointer;
}



@media (max-width:768px) {
    .landing-bannerslist .bannerslist-item {
        width: 100%;
        margin: 15px 0;
    }
    .question-block {
        padding-left:10px;
    }
    .question-block:before {
        width: 10px;
        top: 0;
        line-height: 300px;
    }
    .banner-with-innertext h2 {
        text-align: center;
    }
    ul.list-bigfont {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
    .landing-tabbanners {
        margin-left: -3px;
        margin-right: -3px;
    }
    .banner1, .banner2 {
        height: 70px;
        font-size: 15px;
        text-align: center;
        width:calc(50% - 3px);
    }
    .banner1 {
        margin-right: 3px;
    }
    .banner2 {
        margin-left: 3px;
    }
    .banner-with-innertext img {
        width: auto;
        height: 100%;
    }
    .landing-form img {
        width: auto;
        height: 100%;
        right: -50%;
    }
}
.img {
    border-radius: 10px; /* Радиус скругления */
  }
.section {
    background-color: #f9f9f9; 
    border-radius: 10px; 
    padding: 20px; 
    margin-bottom: 20px; 
    box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.1);
}
.section1 { 
    border-radius: 10px; 
    padding: 20px; 
    margin-bottom: 20px; 
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.a {
    color: #4889b4;
}

.single-featured-image-header {
width: 100%;
height: 100%;
max-device-width: 240px;
}
.single-featured-image {
width: 100%;
height: 100%;
max-device-width: 240px;
border-radius: 10px;
}

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}