.header-three__burger {
    display:none;
}
.header-three__phone {
    display:block;
}
.process__splide .splide__slide img {
    max-width: 100%;
}
.process-two__splide ul.promotions__list {
    display: flex;
}
.process-two__splide li.promotions__slide {
    width: 25%;
    padding:0 5px;
}
.process-two__splide .promotions__image img {
    max-width: 100%;
}
.process-two__splide2 ul.promotions__list {
    display: flex;
}
.process-two__splide2 li.promotions__slide {
    width: 50%;
    padding:0 5px;
}
.process-two__splide2 .promotions__image img {
    max-width: 100%;
}
.process-three__splide ul.promotions__list {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    text-align: center;
}
.process-three__splide li.promotions__slide {
    width: 330px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.process-three__splide .promotions__image img {
    max-width: 100%;
    border-radius: 50%;
    margin-bottom: 30px;
}
.hidden-btn-cback {
    display:none;
}
.epsilon-block .button__wrapper {
    margin: 0 0 20px 0;
}
.epsilon-block .button__wrapper .button{
    margin: 0 20px 0 0;
}
.multiform-wrap.multiform-theme1 {
    border-radius:10px!important;
}
.multiform-theme1 .mf-button {
    color: #fff;
    background: #FF921E;
    border-radius: 5px;
}
.nav-one__container {
    border-left: 0;
}
.nav-one__dropdown {
    display:none!important;
}
.header-three__logo-img {
    max-height: 70px;
    max-width: 119px;
}
.header-three {
    height: 60px;
}
@media (min-width: 992px) {
.header-three {
    height: 100px;
}
.header-three__logo-img {
    max-height: 110px;
    max-width: 205px;
}
.header-three__content-wrapper {
    margin-left: 250px;
    margin-right: 305px;
}
}