
.container {
    padding: 0 16px;
}
.u-hidden-on-desktop{
	display: block;
}

.u-hidden-on-mobile{
    display: none;
}

.top {
    padding-top: 20px;
}

.top .logo{
    margin-left: 7px;   
}

.top .button-circle{
    display: inline-flex;
    margin-top: 12px;
}
.top .button-dz-circle{
    display: inline-flex;
    margin-top: 12px;
}

.top .button.button-red{display: none;}
.top .button-dz.button-dz-red{display: none;}

.button-white{
    font-size: 13px;
    text-align: center;
}
.button-dz-white{
    font-size: 13px;
    text-align: center;
}

.button-white .icon{
    margin-right: 0;
}
.button-dz-white .icon{
    margin-right: 0;
}

.top .button.with-icon:not(.u-hidden-on-mobile){
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 2px;
}
.top .button-dz.with-icon:not(.u-hidden-on-mobile){
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 2px;
}

.top .button.with-icon img.icon{
    max-width: 25px;
    max-height: 25px;
    margin-bottom: 5px;
}
.top .button-dz.with-icon img.icon{
    max-width: 25px;
    max-height: 25px;
    margin-bottom: 5px;
}

.top .buttons{
    padding-top: 0;
    margin-top: -10px;
    display: flex;
}
.top .buttons-dz{
    padding-top: 0;
    margin-top: -10px;
    display: flex;
}

.banner-top{
    background-image: none;
    padding: 0;
    margin-top: 24px;
    height: auto;
}
.lpPlugin .banner-top{
    background-image: none;
    padding: 0;
    margin-top: 24px;
    height: auto;
}

.banner-top .color-white{
    color: var(--text-color);
}

.container{
    padding: 0 25px;
}

h1, h1.h1-style, h2.h1-style, h3.h1-style, .h1-style{
    line-height: 54px;
}

.banner-top h1{
    margin-bottom: 13px;
}

.button{
    font-size: 12px;
    text-align: center;
    padding: 11px 20px;
}
.button-dz{
    font-size: 12px;
    text-align: center;
    padding: 11px 20px;
}

.banner-top  .button{
    max-width: 320px;
}
.banner-top  .button-dz{
    max-width: 320px;
}

.mobile_photo{
    width: calc( 100% + 50px );
    margin-left: -25px;
    height: auto;
    margin-top: 27px;
    text-align: center;
    position: relative;
    margin-bottom: 13px;
}

.mobile_photo img{
    position: relative;
    z-index: 2;
}

.mobile_photo::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 271px;
    width: 100%;
    background-color: #ed524e;
}

.banner-top h4{
    text-align: center;
}

.app-links{
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.app-links a img, .app-links a{
    height: 48px;
}

.app-links a{
    margin-bottom: 11px;
}

.slider::before {
    display: none;
}

.slider .item .container{
    flex-wrap: wrap;
}

.slider .item .person{
    height: auto;
    width: 100%;
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
}

.slider .item .person::before{
    content: "";
    display: block;
    position: absolute;
    width: calc( 100% + 50px );
    left: -25px;
    bottom: 0;
    height: 281px;
    background-color: #efefef;
}

.slider .item .items_list{
    width: 100%;
    padding-left: 0px;
}

.slider .item .person img{
    position: relative;
    height: 353px;
    right: initial;
    order: 2;
    margin: 40px auto 0;
    z-index: 2;
}

.slider .item .person .txt{
    width: 100%;
    order: 1;
    padding-top: 0px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.slider .item .person .txt h2{
    font-size: 45px;
}

.button-big{
    font-size: 12px;
}
.button-dz-big{
    font-size: 12px;
}

.slider .item .person .txt .but .button-big{
    border: 0px solid transparent;
    height: 48px;
}
.slider .item .person .txt .but .button-dz-big{
    border: 0px solid transparent;
    height: 48px;
}

.slider .item .person .txt .but {
    margin-top: 30px;
  }

  .slider .owl-dots{
      bottom: initial;
      position: relative;
      margin-top: 10px;
  }

  .slider .owl-dots .owl-dot:nth-child(1) {
    margin-left: 0;
  }
  
  .banner{
	  overflow: hidden;
  }

.banner-top .phone{
	position: relative;
	order: 2;
	width: 266px;
	height: 365px;
	transform: none;
	left: initial;
	bottom: initial;
	margin-top: 29px;
	margin-left: auto;
	margin-right: auto;
}

.lpPlugin .banner-top .phone{
	width: 325px;
  	height: 210px;
  	margin-top: 100px;
}

.banner-top .phone::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 200vw; 
	left: -50vw;
	bottom: 0;
	height: 270px;
	background-color: #ef534f;
}

.banner-top .phone .phonebg{
	
	background-size: 100% 100%;
}

.banner-top{
	display: flex;
	flex-wrap: wrap;
}

.banner-top .banner-top__cnt{
	width: 100%;
	order: 1;
}

.banner-top .banner-top__buttons{
	width: 100%;
	order: 3;
	margin-top: 16px;
}

.banner-top .phone .custom_color{
	width: calc( 100% - 20px );
	border-radius: 30px 30px 0 0;
	height: calc( 100% - 10px );
}
.lpPlugin  .banner-top .phone .custom_color{
	border-radius: 10px 10px 0 0;
}

.banner-top .phone .phone_logo{
	max-width: 120px;
	max-height: 120px;
}

  @media only screen and (max-width: 767px) {
    .slider .item .items_list a{
        width: 100%;
    }
    .slider .item .items_list a:nth-child(2n+2){
        margin-left: 0;
    }

    footer.bottom{
        margin-top: 45px;
    }
    .footer-box{
        flex-wrap: wrap;
        padding-top: 28px;
    }

    .footer-box .col_left{
        width: 100%;
        order: 3;
        text-align: center;
        padding-top: 56px;
    }

    .footer-box .col_center{
        width: 100%;
        order: 1;
    }

    .footer-box .col_right{
        width: 100%;
        order: 2;
        text-align: center;
        padding-top: 35px;
    }

    .footer-box .col_right ul.foot_menu{
        text-align: center;
    }

    ul.foot_menu li{
        margin-left: 44px;
    }
    ul.foot_menu li:nth-child(1){
        margin-left: 0;
    }

    .footer-box .col_left p{
        font-size: 11px;
    }
    
    .lp-partner.contact .form_box {
	  width: 100%;
	  padding: 20px 20px;
	  border-radius: 6px 6px 6px 6px;
	}
    .lp-partner .fcol {
		width: 100%;
		padding-right: 0;
		float: left;
	}
	.lp-partner .fcol + .fcol {
	  padding-left: 0px;
	}
	.lp-partner .frow.gus {
	  margin-top: 28px;
	}
  }