body{ background: none; font-size: 18px; }
.ui-dialog a.close{ background: #cc1414 url(/landings_new/images/close.png) center no-repeat; background-size: 12px 12px; }
.ui-dialog a.close:hover{ background-color: #e55b5b; }
.mainmenu .els .phone-icon:hover{ background-position: initial; }

/* mainmenu */
.mainmenu{ border: none; background: #363c4d; }
.mainmenu .els{ display: flex; justify-content: center; }
.mainmenu .els a.el{ font-size: 15px; color: #fff; line-height: 40px; margin: 0 5px; }
.mainmenu .els a.el:nth-child(8):after{ display: none;  }
.mainmenu .els .phone-icon{ background: url(/landings_new/images/menu/phone-red.png) no-repeat; right: 50px; }
.mainmenu .els .phone-icon:hover{ background-position: 0 0; }

h2{ text-transform: uppercase; font-weight: 600; padding: 40px; }

.form .button{ background: none; background-color: #cc1414; }
.wrapper .form .button:hover{ background-color: #e55b5b; }
.form input.error{ background: none; box-shadow: none; border: rgba(255,0,0,0.8) 1px solid; }
.form .title{ 
    font-size: 18px; text-transform: uppercase; padding-top: 15px;
}
.form .title:nth-child(2){ color: #cc1414; }

/* header */
.header{
    background: url(/landings_new/images/header/header-zalog-bg.png) top repeat-x; background-size: cover;
    height: 875px; margin: 0 auto -720px auto;
}
.header .title{ text-transform: uppercase; margin-top: 40px; }
.header .contact_info .phone a{ color: #cc1414; }

/* feedback */
.feedback .service{ font-size: 24px; margin-top: 30px; padding-bottom: 20px; }
.feedback .service .title{ text-align: center; }
.feedback .service .title span{ font-weight: 600; }
.feedback .service .items{ max-width: 700px; margin: 35px 0 -100px; display: flex; justify-content: space-around; }
.feedback .service .items .item{ width: 25%; }
.feedback .service .items .item .pic{ 
	background-color: #FFF !important; border: 4px solid #5e9ed6; border-radius: 12px;
	width: 126px; height: 96px; margin: 0 auto 20px; 
}
.feedback .service .items .item:nth-child(1) .pic{ background: url(/landings_new/images/feedback-service/flat.png) center no-repeat; }
.feedback .service .items .item:nth-child(2) .pic{ background: url(/landings_new/images/feedback-service/land.png) center no-repeat; }
.feedback .service .items .item:nth-child(3) .pic{ background: url(/landings_new/images/feedback-service/house.png) center no-repeat; }
.feedback .service .items .item:nth-child(4) .pic{ background: url(/landings_new/images/feedback-service/other-property.png) center no-repeat; }
.feedback .service .items .item .text{ text-align: center; white-space: nowrap; }
.feedback .service .elips{ border: 4px solid #5e9ed6; border-radius: 75px; width: 100%; height: 150px; }
.feedback .service .note{ 
	background-color: #FFF;
	border: 4px solid #5e9ed6; border-radius: 75px; 
	max-width: 660px; padding: 16px 45px; margin: -35px auto; 
	color: #cc1414; text-align: center; font-weight: 600; 
	z-index: 1000;
}

/* potential-clients */
.potential-clients{ background-color: #f2f2f2; }
.potential-clients h2{ padding-bottom: 10px; }
.potential-clients .title{ text-align: center; color: #cc1414; font-size: 48px; font-weight: 600; margin-bottom: 30px; }
.potential-clients .els{ display: flex; justify-content: center; }
.potential-clients .els .el:nth-child(1){ width: calc(50% - 48px - 120px); }
.potential-clients .els .el:nth-child(3){ width: calc(50% - 28px - 130px); }
.potential-clients .els .el .pic{ 
	border: 4px solid #5e9ed6; border-radius: 12px;
	width: 126px; height: 96px; margin: 0 auto 20px; 
}
.potential-clients .els .el:nth-child(1) .pic{ background: url(/landings_new/images/potential-clients/group.png) center no-repeat; }
.potential-clients .els hr{ 
	background-color: #5e9ed6; border: none; 
	margin: 50px 0; height: 4px; width: 55px; color: #5e9ed6; 
	position: absolute; left: calc(50% - 28px); 
}
.potential-clients .els .el:nth-child(3) .pic{ background: url(/landings_new/images/potential-clients/money.png) center no-repeat; }
.potential-clients .els .el .text{ font-size: 18px; text-align: center; }

/* profit */
.profit .els{ display: flex; justify-content: space-around; align-items: center; }
.profit .els .el{ background-color: #f2f2f2; border-radius: 5px; padding: 25px 20px; text-align: center; }
.profit .els .el a{ cursor: pointer; text-decoration: none; color: #3399ff !important; }  
.profit .els .el a:hover{ text-decoration: underline; }
.profit .els .el .title{ color: #cc1414; font-size: 28px; font-weight: 600; }
.profit .els .el hr{ background-color: #c2c2c2; border: none; height: 2px; max-width: 250px; }
.profit .els .pic{ 
	background: url(/landings_new/images/profit/star.png) center no-repeat;
	border: 4px solid #5e9ed6; border-radius: 12px;
	min-width: 126px; height: 96px; margin: 0 70px;
	align-self: center; position: relative;
}
.profit .els .pic:after{ content: ''; border: none; background-color: #5e9ed6; height: 4px; width: 45px; position: absolute; top: 50%; right: -50px; }
.profit .els .pic:before{ content: ''; border: none; background-color: #5e9ed6; height: 4px; width: 45px; position: absolute; top: 50%; left: -50px; }
.profit .els .el p:last-child{ margin-bottom: 0; }
#law{ display: none; padding: 10px; }

/* desirable-client */
.desirable-client{ background: linear-gradient(to right, #ffffff 0%,#d9ecff 50%,#ffffff 100%); }
.desirable-client .els{ display: flex; justify-content: space-between; text-align: center; }
.desirable-client .els .el{ width: calc(30% - 5px); }
.desirable-client .els .el .pic{ 
	border: 4px solid #5e9ed6; border-radius: 12px;
	width: 126px; height: 96px; margin: 0 auto 20px; 
}
.desirable-client .els .el:nth-child(1) .pic{ background: url(/landings_new/images/desirable-client/manager.png) center no-repeat; }
.desirable-client .els .el:nth-child(2) .pic{ background: url(/landings_new/images/desirable-client/scheme.png) center no-repeat; }
.desirable-client .els .el:nth-child(3) .pic{ background: url(/landings_new/images/desirable-client/application.png) center no-repeat; }

/* recommendations */
.recommendations{ background-color: #f2f2f2; }
.recommendations .els{ display: flex; justify-content: space-around; }
.recommendations .els .el{ 
	border: 4px solid #5e9ed6; border-radius: 75px; 
	padding: 15px 30px; max-width: calc(50% - 110px);
	display: flex; justify-content: space-between; align-items: center;
}
.recommendations .els .el .pic{ width: 126px; height: 96px; margin-right: 30px; background-size: contain !important; }
.recommendations .els .el:nth-child(1) .pic{ background: url(/landings_new/images/recommendations/rates.png) center no-repeat; }
.recommendations .els .el:nth-child(2) .pic{ background: url(/landings_new/images/recommendations/scissors.png) center no-repeat; }
.recommendations .els .el .text b{ font-size: 22px; }
.recommendations .els .el .text a{ cursor: pointer; margin-top: 10px; text-decoration: none; color: #3399ff !important; display: block; }
.recommendations .els .el .text a:hover{ text-decoration: underline; }

/* feedback_2 */
.feedback_2{ background: linear-gradient(to right, #ffffff 0%,#d9ecff 50%,#ffffff 100%); }
.feedback_2 .els .el:nth-child(1){
	background: #FFF; border: 3px solid #fff; border-radius: 10px; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);;
	height: 255px; width: 436px;
}

.feedback_2 .els .el:nth-child(1):after{ 
	content: ""; border: 35px solid transparent; 
    border-left: 35px solid #5e9ed6;
    position: absolute;
    right: -85px;
    top: calc(50% - 38px); 
}
.feedback_2 .els .el:nth-child(1) .pic{ 
	background: url(/landings_new/images/feedback/zalog-money.png) center no-repeat; 
	width: 150px; height: 150px; margin: 30px auto 15px;
}
.feedback_2 .els .el:nth-child(1) .text{ font-size: 25px; font-weight: 600; text-align: center; }

/* maps */
.contacts{ background: #363c4d; }
.contacts .wrapper{ padding-bottom: 10px; }

.contacts h2,
.contacts .company_name span,
.contacts .company_name .description,
.contacts .contact_info .comment{ color: #FFF; }

.contacts .contact_info .phone a{ color: #cc1414; }
.contacts .maps .map .title{ color: #FFF; }

.contacts .contact_info .address{ color: #FFF; }

.footer{ background-color: #242833; color: #FFF; }

@media (min-width: 1024px){
    h2,
    header .title{ text-transform: uppercase; }
    h2{ font-size: 28px; }

    /* feedback, feedback_2 */
    .feedback{ padding-top: 40px; }
    .feedback_2 .wrapper{ padding-bottom: 40px; }
    .feedback .els{
	   display: flex; justify-content: space-around; align-items: center;
    }
    .feedback .els .el:nth-child(1){ background: none; box-shadow: none; position: relative; }
	.feedback .els .el:nth-child(1):after{ 
		content: ""; border: 35px solid transparent; 
		border-left: 35px solid #5e9ed6;
		position: absolute;
		right: -28px;
		top: calc(50% - 38px);  
	}

    .feedback_2 .els .el:nth-child(1){ width: 47%; position: relative; }

    .feedback .wrapper .form,
    .feedback_2 .wrapper .form{ box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3); }

    /* form */
    .form{
	   background: #FFF; border: 3px solid #fff; border-radius: 10px;
	   box-shadow: 0px 0px 5px 0px #787676;
	   height: 255px; width: 436px;
	   position: relative;
    }
    .form .button{
	   border-radius: 5px;
	   width: 394px; height: 40px; margin-top: 0;
	   font-weight: 700; font-size: 20px;
    }
    .form input{ box-shadow: none; background: #f5f5f5; border: 1px solid transparent; width: 375px; height: 8px; }
    .form input.error{ background: #f5f5f5; }
}

@media (max-width: 1024px){
    h2{ padding: 0 0 25px; }
    .contact_info{ flex-direction: column; }

	.form .title{ font-size: 20px; color: #FFF; }
    .form .title:nth-child(2){ font-size: 38.5px; margin-top: 5px; }

    /* header */
    .header{ background: url(/landings_new/images/header/header-blue-bg-mob.png) top; background-size: cover; height: auto; margin: 40px 0 0; }
    .header .wrapper{ max-width: 100%; padding: 10px 0 0; }
    .header .contacts_details{ align-items: flex-start; }
    .header .contacts_details img{ height: 50px; }
    .header .header_top{ background-color: initial; color: initial; padding: 0; position: initial; z-index: initial; display: block; }
    .header .title{ font-size: 38px; margin-top: 40px; }
    h2{ margin-bottom: 25px; font-size: 32px; line-height: normal; }
    .header .small-title{ font-size: 27px;  }

    .header .contact_info{ flex-direction: column; }
    .header .contact_info .address{ padding-left: 6%; white-space: nowrap; }
    .header .contact_info .extra-info{ width: 100%; background-size: contain !important; }

    .header .header_top .contacts_details .company_name a{ display: block; color: initial; }

	.header .company_name{ display: none; }

    .header .header_top .contacts_details_social{
		background-color: #363c4d; color: #FFF; padding: 10px 20px;
		display: flex !important; justify-content: space-between; align-items: center;
		position: fixed; z-index: 10000; top: 0; right: 0; left: 0;
    }
    .header .contacts_details_social .social-media{ max-width: 30%; display: flex !important; justify-content: space-between; }
    .header .contacts_details_social .social-media .el{ background-size: contain !important; width: 50px; height: 50px; margin: 0 8px; }
    .header .contacts_details_social .social-media .viber{ background: url(/landings_new/images/page-icons/viber-upper-menu.png) center no-repeat; }
    .header .contacts_details_social .social-media .whatsapp{ background: url(/landings_new/images/page-icons/whatsup-upper-menu.png) center no-repeat; }
    .header .contacts_details_social .social-media .telegram{ background: url(/landings_new/images/page-icons/telegram-upper-menu.png) center no-repeat; }

    .header .header_top .contacts_details_social{ width: calc(100% - 20px - 20px); }
    .header .header_top .contacts_details_social .contact_info{ text-align: center; }
	.header .header_top .contacts_details .contact_info .phone{ display: none; }
    .header .header_top .contacts_details_social .company_name{ font-size: 25px; font-weight: 600; }
    .header .header_top .contacts_details_social .company_name a{ color: #FFF; }

	.header .contacts_details_social .ask-question{ font-size: 34px; font-weight: 600; }

    .header .video{ margin: 35px 0 25px; text-align: center; position: relative; }
	.header .video:after{ 	
		content: ""; border: 25px solid transparent; 
		border-top: 30px solid #5e9ed6; border-left: 25px solid transparent; 
		position: absolute; right: calc(50% - 25px); bottom: -60px;  
	} 

	.header .video iframe{ width: 350px; height: 200px; }
	.header .title{ font-size: 35px; } 

    /* feedback, .form */
    .feedback{ background: #363c4d; }
    .feedback .wrapper{ padding-top: 0; padding-bottom: 0; max-width: 100%; }
    .feedback .els .el:nth-child(1), .form{ border: none; }

	.feedback .service{ background-color: #FFF; padding-bottom: 60px; margin-right: -10px; margin-left: -10px; }
	.feedback .service .title{ padding-top: 20px; }
	.feedback .service .items{ flex-wrap: wrap; margin: 35px auto -325px; max-width: 70%; background-color: #FFF; }
	.feedback .service .items .item{ width: 50%; margin-bottom: 25px; }
	.feedback .service .elips{ border-radius: 12px; height: 370px; width: 90%; margin: 0 auto; }
	.feedback .service .items .item .text{ white-space: normal; }
	.feedback .service .note{ border-color: #FFF; max-width: 62%; padding: 16px 18px; margin: -54px auto; }

    .form{ margin: 0 auto; }
	.form input{ background-color: #FFF; }
    .form input.error{ background-color: #FFF; padding: 14px 10px; }
    .form .button{ margin-top: 0; }
    .form .title{ width: 100%; text-align: center; }

    .feedback .els .el:nth-child(1){ background: none; font-weight: 400; width: auto; }

    .feedback .els .el:nth-child(1):after,
    .feedback .els .el:nth-child(1) .line .icon{ display: none; }

    .feedback .els .el:nth-child(1) .line{ padding-bottom: 0; display: line; }

    .feedback_2{ background: #ddedff; color: #000000; }
    .feedback_2 .els{ align-items: flex-start; }
    .feedback_2 .els .el:nth-child(1){ border-radius: initial; box-shadow: none; width: calc(100% - 6px); margin-top: 0; margin-bottom: 65px; position: relative; }
    .feedback_2 .els .el:nth-child(2){ width: 100%; }

    .feedback_2 .form .title{ padding-top: 0; }
	.feedback_2 .form .title:nth-child(1){ color: initial; }

	.feedback_2 .els .el:nth-child(1) .text{ font-size: 18px; }

	.feedback_2 .els .el:nth-child(1):after{ 
		border: 25px solid transparent; border-top: 30px solid #5e9ed6; border-left: 25px solid transparent; 
		right: calc(50% - 25px); bottom: -78px; top: auto;
	}

	/* potential-clients */
	.potential-clients .els{ display: block; }
	.potential-clients .els .el:nth-child(1){ width: auto; margin-bottom: 35px; }
	.potential-clients .els .el:nth-child(3){ width: auto; }
	.potential-clients .els .el .text{ text-align: center; }

	/* profit */
	.profit .els{ flex-direction: column; }
	.profit .els .el{ background-color: initial; border: 4px solid #5e9ed6; border-radius: 12px; }
	.profit .els .el:nth-child(1){ order: 2; }
	.profit .els .el,
	.profit .els .pic{ margin-bottom: 25px; margin-top: 15px; }
	.profit .els .el .title{ background-color: #FFF; width: 135px; margin: -45px auto 0;}
	.profit .els .pic:before,
	.profit .els .pic:after{ display: none; }
	.profit .els .el:nth-child(3){ margin-bottom: 0; order: 3; }

	/* desirable-client */
	.desirable-client .els{ flex-direction: column; }
	.desirable-client .els .el{ width: 100%; margin-bottom: 30px; }
	.desirable-client .els .el:last-child{ margin-bottom: 0; }

	/* reviews */
	.reviews{ background: none; background-color: #FFF; }
	.reviews h2{ color: initial; }
	.gallery .els a.el{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

	/* recomendations */
	.recommendations .els{ flex-direction: column; }
	.recommendations .els .el{ max-width: 100%; justify-content: center; }
	.recommendations .els .el:nth-child(1){ margin-bottom: 30px; }
	.recommendations .els .el .pic{ width: 80px; height: 80px; margin-right: 20px; }
	.recommendations .els .el .text b{ font-size: 25px; }

	.contacts .company_name a{ font-weight: 600; }
	.contacts .company_name span{ font-size: 28px; }
	.contacts .contacts_details_social{ display: flex !important; justify-content: space-between; }
	.contacts .company_name span:nth-child(1){ border-bottom: 1px solid #FFF; margin-top: 3px; }
	.contacts .contacts_details_social .ask-question{ display: none; }
	.contacts .contacts_details_social span:nth-child(3){ border: none; text-align: left; font-weight: 600; }
}

@media (max-width: 770px){
    h2,
    .form .title:nth-child(2){ font-size: 30px; }
	.header{ margin-top: 30px; }
    .header .title{ margin-top: 30px; font-size: 24px; }
	.header .header_top .contact_info .comment{ font-size: 11px; }

	.form .title:nth-child(1){ font-size: 18px; }

	 /* header */
    .header .title{ margin-top: 30px; font-size: 28px; }
	.header .contacts_details_social .ask-question{ font-size: 4vw; }
	.header .contacts_details_social .social-media .el{ min-width: 40px; height: 40px; margin: 0 3px; }
	.header .contacts_details_social .social-media .el.telegram{ margin-right: 0; }
	.header .contacts_details_social .social-media .el.viber{ margin-left: 0; }
	.header .contact_info .address.red{ margin-top: 7px; }

	.contacts_details_social .company_name span:nth-child(1),
	.contacts_details_social .company_name span:nth-child(3){ font-size: 21px; }
}

@media (max-width: 480px){
    .header .title{ margin-top: 15px; }
	.header .header_top .contact_info .comment { font-size: 10px; }

    h2,
    .feedback .els .el:nth-child(1) .line.title{ font-size: 6vw; }

   	.header .header_top .contacts_details_social{ width: calc(100% - 5px - 5px); padding-top: 4px; padding-left: 5px;  padding-bottom: 4px; padding-right: 5px; }
    .header .header_top .contacts_details_social .contact_info{ width: 37%; text-align: left; white-space: nowrap; margin-left: 8px; flex-grow: 1; align-items: flex-start; }
	.header .contact_info .phone a { font-size: 4.3vw; }
	.header .contacts_details_social .social-media{ width: 26%; justify-content: center; }
	.header .contacts_details_social .social-media .viber{ margin-left: 0; }
	.header .contacts_details_social .ask-question{ width: 37%; font-size: 4.9vw; white-space: nowrap; margin-right: 8px; }
	.header .contacts_details_social .social-media .el{ min-width: 28px; height: 28px; }

	.contact_info{ font-size: 2.8vw; }
	.contacts .contact_info .phone a{ font-size: 27px; }

	.company_name,
    .company_name span:nth-child(1),
	.company_name span:nth-child(3){ font-size: 4.4vw !important; }

	.feedback .service{ font-size: 20px; }
	.feedback .service .items{ margin-bottom: -299px; }
	.feedback .service .items .item .pic,
	.desirable-client .els .el .pic,
	.potential-clients .els .el .pic{ background-size: 60% !important; width: 100px; height: 75px; }
	.feedback .service .elips{ height: 320px; }

	.recommendations .els .el .text b{ font-size: 18px; }
}

@media (max-width: 380px){
	.header .contact_info .phone a{ font-size: 4.2vw; }
	.header .contacts_details_social .social-media .el:nth-child(1){ margin-left: 0; }
	.header .contacts_details_social .social-media .el{ min-width: 26px; height: 26px; margin: 0 1px; }

	.contacts .contact_info .phone a{ font-size: 24px; }
}

@media (max-width: 350px){
	.header .video iframe{ width: 270px; height: 180px; }

	.feedback .service .items .item .pic,
	.desirable-client .els .el .pic,
	.potential-clients .els .el .pic{ width: 80px; }

	.feedback .service{ font-size: 17px; }

	.recommendations .els .el .text b{ font-size: 16px; }
}