.whatis {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 61px 64px 109px 48px;
    background: var(--blue);
    position: relative;
    overflow: hidden;
}

.whatis-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
}

.whatis-container__title {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 72px;
    line-height: 72px;
    color: var(--white);
    margin-bottom: 30px;
    max-width: 752px;
}

.whatis-container__box {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
    max-width: 701px;
}

.whatis-container__box-title {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: var(--white);
}

.whatis-container__box-text {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
    opacity: 0.64;
    letter-spacing: 0%;
}

.whatis-advantages {
    display: flex;
    flex-direction: row;
    column-gap: 42px;
    align-items: center;
    margin-top: 50px;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 30px;
}

.whatis-advantages__item {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: start;
}

.whatis-advantages__item-icon {
    width: 48px;
    height: 48px;
}

.whatis-advantages__item-text {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--white);
}

.whatis-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1100px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1440px) and (max-width: 1919px) {
.whatis {
    padding: 61px 30px 109px 48px;
    justify-content: start;
    column-gap: 10px;
}

.whatis-container {
    row-gap: 24px;
    max-width: 39%;
}

.whatis-container__title {
    font-size: 52px;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 100%;
}

.whatis-container__box {
    row-gap: 16px;
    max-width: 100%;
}

.whatis-container__box-title {
    font-size: 26px;
    line-height: 32px;
}

.whatis-container__box-text {
    font-size: 22px;
    line-height: 32px;
    max-width: 100%;
}

.whatis-advantages {
    column-gap: 20px;
    margin-top: 50px;
    flex-shrink: 0;
    z-index: 2;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 0px;
}

.whatis-advantages__item {
    display: flex;
    flex-direction: row;
    column-gap: 14px;
    align-items: start;
}

.whatis-advantages__item-icon {
    width: 40px;
    height: 40px;
}

.whatis-advantages__item-text {
    font-size: 18px;
    line-height: 100%;
}

.whatis-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    object-fit: cover;
    object-position: 0% 50%;
}
}

@media (min-width: 1024px) and (max-width: 1439px) {
.whatis {
    padding: 40px 36px 60px 36px;
    flex-direction: column;
}

.whatis-container {
    row-gap: 24px;
    max-width: 100%;
}

.whatis-container__title {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 30px;
    max-width: 100%;
}

.whatis-container__box {
    row-gap: 16px;
    max-width: 100%;
}

.whatis-container__box-title {
    font-size: 26px;
    line-height: 32px;
}

.whatis-container__box-text {
    font-size: 22px;
    line-height: 32px;
    max-width: 100%;
}

.whatis-advantages {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    flex-shrink: 0;
    z-index: 2;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 0px;
}

.whatis-advantages__item {
    display: flex;
    flex-direction: row;
    column-gap: 14px;
    align-items: start;
}

.whatis-advantages__item-icon {
    width: 40px;
    height: 40px;
}

.whatis-advantages__item-text {
    font-size: 20px;
    line-height: 24px;
}

.whatis-img {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.whatis {
    padding: 64px 26px 48px 26px;
    flex-direction: column;
    row-gap: 32px;
}

.whatis-container {
    row-gap: 24px;
    max-width: 100%;
    border-bottom: 1px solid #5181C9;
    padding-bottom: 32px;
}

.whatis-container__title {
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 20px;
    max-width: 100%;
}

.whatis-container__box {
    row-gap: 16px;
    max-width: 100%;
}

.whatis-container__box-title {
    font-size: 26px;
    line-height: 28px;
}

.whatis-container__box-text {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
}

.whatis-advantages {
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 0px;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 0px;
}

.whatis-advantages__item {
    display: flex;
    width: 100%;
    flex-direction: row;
    column-gap: 24px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #5181C9;
}

.whatis-advantages__item-icon {
    width: 48px;
    height: 48px;
}

.whatis-advantages__item-text {
    font-size: 22px;
    line-height: 100%;
    max-width: 80%;
}

.whatis-advantages__item-text br {
    display: none;
}

.whatis-img {
    display: none;
}
}

@media (min-width: 440px) and (max-width: 767px) {
.whatis {
    padding: 64px 16px 48px 16px;
    flex-direction: column;
    row-gap: 32px;
}

.whatis-container {
    row-gap: 24px;
    max-width: 100%;
    border-bottom: 1px solid #5181C9;
    padding-bottom: 32px;
}

.whatis-container__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 0px;
    max-width: 100%;
}

.whatis-container__box {
    row-gap: 16px;
    max-width: 100%;
}

.whatis-container__box-title {
    font-size: 24px;
    line-height: 28px;
}

.whatis-container__box-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
}

.whatis-advantages {
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 0px;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 0px;
}

.whatis-advantages__item {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #5181C9;
}

.whatis-advantages__item-icon {
    width: 48px;
    height: 48px;
}

.whatis-advantages__item-text {
    font-size: 18px;
    line-height: 20px;
    max-width: 80%;
}

.whatis-advantages__item-text br {
    display: none;
}

.whatis-img {
    display: none;
}
}

@media (max-width: 439px) {
.whatis {
    padding: 64px 16px 48px 16px;
    flex-direction: column;
    row-gap: 32px;
}

.whatis-container {
    row-gap: 24px;
    max-width: 100%;
    border-bottom: 1px solid #5181C9;
    padding-bottom: 32px;
}

.whatis-container__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 0px;
    max-width: 100%;
}

.whatis-container__box {
    row-gap: 16px;
    max-width: 100%;
}

.whatis-container__box-title {
    font-size: 24px;
    line-height: 28px;
}

.whatis-container__box-text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
}

.whatis-advantages {
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 0px;
}

.whatis-advantages__item:nth-child(1) {
    margin-right: 0px;
}

.whatis-advantages__item:nth-child(2) {
    margin-right: 0px;
}

.whatis-advantages__item {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 24px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #5181C9;
}

.whatis-advantages__item-icon {
    width: 48px;
    height: 48px;
}

.whatis-advantages__item-text {
    font-size: 16px;
    line-height: 20px;
    max-width: 80%;
}

.whatis-advantages__item-text br {
    display: none;
}

.whatis-img {
    display: none;
}
}