/*!
Theme Name: bentforiffa
Text Domain: bentforiffa
*/

.header {
    position: absolute;
}

.model-wrap__list .item {
    justify-content: center;
}

.model-wrap__list .item-image {
    margin-right: 150px;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.header-wrap__meta--languages ul,
.footer-wrap__languages ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.header-wrap__meta--languages ul img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 2px;
    object-fit: cover;
}

.header-wrap__meta--languages ul li {
    margin: 0 24px;
}

.footer-wrap__languages ul {
    justify-content: center;
}

.footer-wrap__languages ul li {
    margin: 0 24px;
}

.footer-wrap__languages ul li a {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

.boiler-wrap__list--iframe {
    opacity: 0;
}

.boiler-wrap__active .boiler-wrap__list--iframe {
    z-index: 10;
    opacity: 1;
}

.model-wrap__list .item-image iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: inherit !important;
}

.solutions-wrap__list--iframe {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.solutions-wrap__list--iframe iframe {
    opacity: 0;
    visibility: hidden;
}

.solutions-wrap__list--iframe1,
.solutions-wrap__list--iframe2 {
    z-index: 10;
}

.solutions-wrap__list--iframe1 iframe:first-child {
    opacity: 1;
    visibility: visible;
}

.solutions-wrap__list--iframe2 iframe:last-child {
    opacity: 1;
    visibility: visible;
}

.steps-wrap .item-counter,
.steps-wrap .item-content__title {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.steps-wrap .item-content img {
    filter: grayscale(100%);
    transition: 1s;
}

.steps-wrap .item-counter,
.steps-wrap .item-content__title {
    opacity: 1;
    visibility: visible;
}

.steps-wrap .item-content img {
    filter: grayscale(0);
}

.steps .container {
    position: relative;
}

.steps-line {
    max-height: 99%;
    overflow: hidden;
    width: 5px;
    background-color: #B3B3B3;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    top: 0;
    transition: 2s;
}

.steps-line {
    height: 100% !important;
}

.steps-wrap .item:last-child::after {
    transition: 1s;
    transition-delay: 1s;
    opacity: 0;
}

.steps-wrap .show:last-child::after {
    opacity: 1;
}

.partners-wrap__flex .item-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-wrap__flex .item-title .value {
    min-width: 140px;
    display: block;
    text-align: right;
}

.fancybox-slide--video .fancybox-content {
    width: 100% !important;
    height: 70% !important;
}

.main-wrap__title {
    font-size: 120px;
    line-height: 146px;
}

.main-wrap__subtitle {
    font-size: 40px;
    line-height: 49px;
    background-color: #FFFFFF4D;
}


.header-wrap__meta--languages ul {
    position: absolute;
    top: 150px;
    background-color: #1D2226;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 200px;
    display: none;
}

.header-wrap__meta--languages ul li {
    width: 100%;
    border-bottom: solid 1px #6DB5A7;
    text-align: center;
    padding: 13px 0;
    margin: 0;
}

.header-wrap__meta--languages ul li a {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}

.header-wrap__meta--languages ul .current-lang {
    background-color: #FF6600;
}

.header-wrap__meta--languages-icon img {
    cursor: pointer;
    width: 70px;
}

.header-wrap__title {
    margin-left: 5%;
}