

/* Start:/local/components/main/promotion/templates/.default/style.css?16425166961683*/
.design-item {
  z-index: 1;
  padding: 45px;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  height: 100%;
}
.design-item:hover {
  -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.15);
}


.design-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.46;
    color: #000000;
    margin-bottom: 15px;
    display: block;
    text-decoration: none !important;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	height: 70px;
    overflow: hidden;
}

.design-description {
    margin-bottom: 30px;
    line-height: 23.4px;
    font-size: 14px;
	height: 170px;
    overflow: hidden;
}

.design-price-title {
    font-size: 14px;
    letter-spacing: 2.2px;
    color: #888888;
    margin-bottom: 5px;
    text-transform: uppercase;
	display:block;
	width: 100%;
}

.design-price {
    font-size: 24px;
    line-height: 1.46;
    color: #000000;
	display:block;
	width: 100%;
}
/* End */


/* Start:/local/components/main/smart.chat/templates/.default/style.css?17426638076934*/
.schat-question-text{
	color:#3f3f3f
}

.schat-question-text > ul{
	padding-top:10px;
}

@media (min-width: 992px){
 
	.smartchat{
		padding-top:70px;
		padding-bottom:70px;
	}
	
	.smartchat-h1{
		padding-bottom:30px;
	}

	 .schat-question {
		background: rgba(253,253,253,1);
		box-shadow: 0 0px 5px 0 #DDDDDD;
		-webkit-box-shaddow: 0 0px 5px 0 #DDDDDD;
		border-radius: 8px;
		padding: 15px 25px;
		display: inline-block;
		max-width: 90%;
		font-size: 15px;
		position: relative;
	}
	
		
	.schat-question:before {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 9px 9px 0;
		border-color: transparent #ffffff transparent transparent;
		left: 0;
		top: 17px;
		margin-left: -8px;
	}
 	
	.schat-td{
		width:90px;
		vertical-align: top;
	}
	
	.schat-btn {
		border: 1px solid rgba(10,36,64,1);
		background: rgba(10,36,64,1);
		color: #fff !important;
		font-size: 15px;
		border-radius: 10px;
		display: inline-block;
		padding: 8px 16px;
		cursor: pointer; 
		margin: 6px 4px;
		box-shadow: 0 0px 5px 0 #DDDDDD; 
		opacity: 0; 
		transition: 0.5s;
		animation: schat-btn-animation;
		animation-duration: .5s;
		animation-timing-function:linear ;
		animation-fill-mode:forwards ;
	}
	
	
	.schat-avatar { 
		width: 60px;
		height: 60px;
		border-radius: 30px;
		border: 2px solid #047fc5;
		padding: 2px; 
	}

	.schat-avatar-0 { 
		position: relative; 
	}
	.schat-avatar-0 span { 
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		left: 41px;
		bottom: 2px;
		border: 2px solid;
		animation: ionline 3s linear infinite;		
	}
	
	
	 @keyframes ionline{
		0%
		{
			background: #66951b;
		}
		50%
		{
			background: #93d12f; 
		}
		100%
		{
			background: #66951b;
		}
	}   
	
}

@media (max-width: 992px){
 
	.schat-question {
		background: rgba(253,253,253,1);
		box-shadow: 0 0px 5px 0 #DDDDDD;
		-webkit-box-shaddow: 0 0px 5px 0 #DDDDDD;
		border-radius: 8px;
		padding: 15px 25px;
		display: inline-block;
		max-width: 90%;
		font-size: 13px;
		line-height: 16px;
		position: relative;
	}
	
		
	.schat-question:before {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 9px 9px 0;
		border-color: transparent #ffffff transparent transparent;
		left: 0;
		top: 15px;
		margin-left: -7px;
	}
	

	
	.schat-td{
		width:60px;
		vertical-align: top;
	}
	
	.schat-btn {
		border: 1px solid rgba(10,36,64,1);
		background: rgba(10,36,64,1);
		color: #fff !important;
		font-size: 13px;
		border-radius: 10px;
		display: inline-block;
		padding: 6px 10px;
		cursor: pointer; 
		margin: 6px 4px;
		box-shadow: 0 0px 5px 0 #DDDDDD; 
		opacity: 0; 
		transition: 0.5s;
		animation: schat-btn-animation;
		animation-duration: .5s;
		animation-timing-function:linear ;
		animation-fill-mode:forwards ;
	}

	.schat-avatar { 
		width: 50px;
		height: 50px;
		border-radius: 30px;
		border: 2px solid #cef4e3;
	} 
	
	.schat-avatar-0 { 
		position: relative; 
	}
	.schat-avatar-0 span { 
		position: absolute;
		width: 12px;
		height: 12px; 
		border-radius: 50%;
		left: 41px;
		bottom: 2px;
		border: 2px solid; 
		animation: ionline 3s linear infinite;		
	}
	
	
	 @keyframes ionline{
		0%
		{
			background: #66951b;
		}
		50%
		{
			background: #93d12f; 
		}
		100%
		{
			background: #66951b;
		}
	} 
	
}





.smartchat{
	background: linear-gradient(180deg,rgb(19 120 177 / 43%) 0%,rgb(0 0 0 / 0%) 100%);
	position:relative;
	overflow: hidden;
	/*backdrop-filter: blur(10px); 	*/
}

.smartchat-line1{
	background: linear-gradient(0deg,rgb(3,181,170) 0%,rgb(13,46,81) 100%);
    position: absolute;
    left: 39px;
    height: 50%;
    width: 14px;
    border-radius: 20px;
    top: 40px;
	position:absolute; 
}
 
 

.smartchat-line2{
	background: linear-gradient(0deg,rgb(0,167,255) 0%,rgb(11,40,71) 100%);
    position: absolute;
    right: 71px;
    height: 50%;
    width: 14px;
    border-radius: 20px;
    bottom: 30px;
	position:absolute;
}



/*
.smartchat-krug1{
	position: absolute;
    left: 41px;
    bottom: -27px;
	background: linear-gradient(0deg,#1e4f85 0%,rgb(11,40,71) 100%);
    height: 250px;
    width: 250px;
    border-radius: 50%;
	animation: 15s linear 0s normal none infinite running krug1-an;
    -webkit-animation: 15s linear 0s normal none infinite running krug1-an;
}

@keyframes krug1-an {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(360deg) translateY(200px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@-webkit-keyframes krug1-an {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(360deg) translateY(200px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
*/




.schat-table{
	width:100%;
	border-collapse:separate; 
	border-spacing: 0 12px;
}



.schat-question b{
	font-weight: 600;
}


.schat-btn:hover{ 
	background: rgb(12 45 81);
	border: 1px solid #84bc29;
	transform: translateY(-5px);
}

 

@keyframes schat-btn-animation{
   0% {
	  opacity: 0; 
	  transform: translateY(80px);
   }
   100% {
	  opacity: 1;
	  transform: translateY(0);
   }
}


.schat-td-btn{
	text-align: right;
}

.schat-time{
	color: #e7e7e7;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 8px;
}

.schat-load{
	width: 100px;
	height: 21px;
}
.schat-load span{
	display: inline-block;
    background: #444444;
    width: 20px;
    height: 20px;
    border-radius: 50%;
	transform: scale(.5);
	animation: zagr1 .8s linear infinite;
}


.schat-load span:nth-child(1){
     animation-delay: 0s;
}
.schat-load span:nth-child(2){
     animation-delay: 0.3s;
}
.schat-load span:nth-child(3){
     animation-delay: 0.6s;
}


@keyframes zagr1{
   0% { 
	  transform: scale(.5);
   }
   50% {
	  transform: scale(1);
   }
   100% { 
	  transform: scale(.5);
   }
}

 

.schat-input-box {
  position: relative;
}

.schat-input-box input,
.schat-input-box textarea{
    width: 100%;
    padding: 20px 17px 7px 17px;
    height: 50px;
    font-size: 16px;
    color: #000;
    margin-bottom: 14px;
    border: 2px solid #f4f4f4;
    outline: none;
    background: #f4f4f4;
	border-radius: 10px;
}

.schat-input-box input:focus ~ label,
.schat-input-box input:not(:placeholder-shown) ~ label,
.schat-input-box textarea:focus ~ label,
.schat-input-box textarea:not(:placeholder-shown) ~ label{
	  top: -11px;
	  left: -4px;
	  font-size: 11px;
}

.schat-input-box input:focus,
.schat-input-box input:not(:placeholder-shown),
.schat-input-box textarea:focus,
.schat-input-box textarea:not(:placeholder-shown){
    border: 2px solid #cccdcb;
    border-radius: 5px;
	background: #fff;
	border-radius: 10px;
}
 
.schat-input-box label {
	position: absolute;
    top: 0;
    left: 0;
    padding: 7px 6px;
    margin: 7px 15px;
    font-size: 15px;
    color: #4e5662;
    pointer-events: none;
    transition: .5s;
    font-weight: 500;

}




/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17327266701084*/
#faq_main {
    background:#f7f8fb;
	background-size: cover !important;
    background-position: center !important;
    border-radius: 80px 0px 0px 80px;
    border-top: 10px solid rgb(26 95 109 / 14%);
    border-bottom: 10px solid rgb(26 95 109 / 14%);
}


 
.faq-header {
	padding: 20px 45px 20px 30px !important;
    border-radius: 15px;
    background-color: #ffffff !important;
	position: relative;
	border:1px solid #e5e5e5;
	transition: all .3s linear;
}

.faq-header:hover{ 
	 box-shadow: 0 5px 20px rgba(0, 0, 0, .1); 
}

.faq-header:hover span{  
	 color: #0083d1 !important;
}

.faq-body{	
    padding: 25px 0px;
    border-radius: 15px;
	border-top: 1px solid #fff;
}

.faq_help{
	height: 20px;
}

.faq_down{
	position: absolute;
    right: 24px;
	top: 17px; 
}

@media (min-width:992px) {
	
	.faq-title{
		cursor: pointer;
		color: #0e6caa;
		font-size: 17px;
		font-weight: 600;
		color: #1d1d1d !important;
	}
	
}

@media (max-width:992px) {
	
	.faq-title{
		cursor: pointer;
		color: #0e6caa;
		font-size: 15px;
		font-weight: 500;
		color: #1d1d1d !important;
	}
}
 
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16000782672530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/clients/style.css?17001328552201*/
.lclients {
    position: relative;
	background:#fff;
	/*border: 4px solid #d8d8d8;*/
	/*border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;*/
	border-radius: 30px;
	overflow: hidden;
	background: linear-gradient(218deg, #364566, #408887);
	padding:4px;
}

.lclients2{
	background:#fff;
	border-radius:27px;
	overflow: hidden;
}


.lclients2_logo{
	position: relative;
    max-width: 130px;
    min-width: 70px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
    overflow: hidden;
}
 
.lclients2_logo img {
	 max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
 
}
 
 

.lclients2:hover .lclients2_logo{
	display:none
}

.lclients2:hover .lclients2_info{
	display: block !important;
    color: #000;
    background: #fff;
    height: 130px;
    text-align: center;
    font-size: 12px;
    padding: 15px 7px 10px 7px;
    text-decoration: none;
    line-height: 14px;
}

.lclients2_info img{
	height:35px; 
	padding-bottom: 10px;
	margin-top: 13px;
}
 
 
 
 
 

@keyframes divgo3 {
  0%{
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
  20%   {
	  border-radius: 47% 44% 69% 17% / 22% 65% 17% 24%;
  }
  40%   { 
  	   border-radius: 63% 15% 35% 52% / 22% 65% 17% 61%;
  }
  60%   {
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
  80%   {
	  border-radius: 25%;
  }
  100%{
	  border-radius: 10% 77% 42% 20% / 10% 59% 31% 18%;
  }
}

.swiper-pagination-client span{
	background:#fff;
}

.swiper-arrow-client {
	cursor: pointer;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    position: absolute;
    z-index: 100;
    bottom: 43px;
    background: #fff;
	transition: all .2s ease-in-out;
}

.swiper-arrow-client:hover{
	transform: scale(1.1);
}

@media (min-width: 768px){
 
	.swiper-arrow-client-l{
		left: 39%;
	}
	
	.swiper-arrow-client-r{
		right: 39%;
	}
 
}
@media (max-width: 768px){
 
	.swiper-arrow-client-l{
		left: 24%;
	}
	
	.swiper-arrow-client-r{
		right: 24%;
	}
}
/* End */
/* /local/components/main/promotion/templates/.default/style.css?16425166961683 */
/* /local/components/main/smart.chat/templates/.default/style.css?17426638076934 */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17327266701084 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16000782672530 */
/* /local/templates/main/components/bitrix/news.list/clients/style.css?17001328552201 */
