body {
    margin: 0;
}
.head {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
    font-family: "Open sans";
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    padding: 10px;
    flex-wrap: wrap;
}
.head__logo {
    color: #070707;
/*    font-family: "Open Sans Hebrew Condensed", Sans-serif;*/
    font-size: 2em;
    font-weight: 400;
}
.head__btn {
/*    font-family: "Rubik", Sans-serif;*/
    font-size: 25px;
    font-weight: normal;
    fill: #000000;
    color: #000000;
    background-color: #f9c002;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 0px 2px 0px rgba(0,0,0,0.5) !important;
    padding: 5px 5px 5px 5px;

    text-decoration: none;
}
.head__title {
    font-size: 1.35em;
}
.head__last {
    display: flex;
    gap: 10px;
}
.head__last-text {
    font-size: 1.15em;
}
.head__last-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}
.head__last-icon {
    height: revert !important;
    width: 20px !important;
}

@media screen and (max-width: 768px) {
    .head__title, .head__last {
        display: none;
    }
    .head__btn {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .head {
        justify-content: center;
    }
}
.progress-warning .elementor-progress-bar {
    width: 85%;
}


.comm {
    display: flex;
    gap: 40px;
    font-family: "Open sans";
    margin: 40px 0;
}
.comm__box {
    background: #fff;
    border-radius: 4px;
/*    padding: 10px;*/
}
.comm__top {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e1e8ed;
}
.comm__left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.comm__ava {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}
.com__ava--img {
    width: 100%;
}
.comm__name {
}
.comm__name--text {
}
.comm__icons {
    margin-top: 5px;
    display: flex;
    gap: 2px;
}
.comm__icon {
    width: 14px;
}
.comm__right {
}
.comm__fc {
    width: 10px;
}
.comm__content {
    padding: 10px;
}
.comm__text {
    margin: 0;
}


@media screen  and (max-width: 768px){
    .comm {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 40px 0;
        width: 100%;
    }
    .comm__box {
        max-width: 375px;
    }
}
.elementor-tab-content.active  {
    display: block !important;
}

.promo1 {
    padding: 10px !important
}

@media screen and (max-width: 1024px) {
    .form1 .elementor-container {
        justify-content: center;
/*        flex-direction: column !important;*/
    }
}
.form1 {
    box-sizing: border-box;
}
.line {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}
.line .elementor-inner-column {
    width: 100% !important;
}
.line .next {
    width: 50px !important;
}
.box {
    padding: 10px 0;
    justify-content: center !important;
}
.form__icon {
    width: revert !important;
}
.form1 h3 {
    margin: 0 !important; 
}
.line .one {
/*    width: 100px !important;*/
}

@media screen and (max-width: 768px) {
    .line {
        flex-direction: column;
    }
}
.img2 {
    width: 100% !important;
    max-width: 100% !important;
}
.live {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.live img {
    display: block;
}