
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap');

*{
	font-family: 'Open Sans', sans-serif;
}

.uk-button-primary {
	text-decoration:none!important;
	background:#002E59;
	font-weight:bold;
	
}

.uk-button-primary:hover{
	background:#FFB326;
}

/*TOP*/

.top-container{
	max-width:960px;
}

#top-section .uk-cover-container{
	background-image:url("/images/header-section-bg.jpg");
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}


#top-section h1{
	font-weight:600;
	font-size:44px;
	line-height:48px;
	margin-bottom:30px;
	color:#002E59;
}

#top-section ul li {
	font-size:24px;
	line-height:28px;
	margin-bottom:20px;
	color:#000;
}

#top-section ul li span svg{
	color:#fff;
	background:#FFB326;
	border-radius:100%;
	height:40px;
	width:40px;
	padding:5px;
	
}

#top-section ul li span svg polyline{
	stroke-width:4px!important;
}
.top-phone{
	border-radius:10px;
	font-size:22px;
	background:transparent;
	border:3px solid #FFB326;
	
	color:#002E59;
	font-weight:bold;
	padding:0px 15px;
}

.top-phone:hover{
	background:#FFB326;
	color:#fff;
	border-color:#FFB326;
}

.nav {
	position: absolute;
	top: 15px;
	z-index: 99;
	left: 0;
	right: 0;
}
.uk-sticky-placeholder {
	height: 0 !important;
}
.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(255,255,255,0.7);
}
.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}

.top-container {
	z-index: 2;
}
.uk-logo img {
	max-width:150px;
}
.subtitle-text {
	font-size: 1.2em;
	opacity: 0.7;
	font-weight: 300;
}

@media(max-width:960px){
	
	
	
	#top-section h1{
		font-size:28px;
		line-height:34px;
	}
	
	#top-section ul li {
		font-size:18px;
		line-height:22px;
	}
	
	#top-section ul li span svg{
		width:20px;
		height:20px;
	}
}

@media(max-width:700px){
	
	#top-section .uk-cover-container{
		background-image:url("/images/header-section-bg.jpg");
		background-size:cover;
		background-position:left;
		background-attachment:fixed;
		background-repeat:no-repeat;
	}
	
	#top-section h1{
		font-size:24px;
		line-height:28px;
	}
	
	#top-section ul li {
		font-size:16px;
		line-height:20px;
		margin-bottom:10px;
	}
	
	#top-section ul li span svg{
		
	}
	
	.uk-logo img {
		max-width:100px;
	}
	
	.top-phone{
		font-size:18px;
		padding:5px;
		line-height:22px;
	}
}

@media(max-width:500px){
	#top-section h1{
		font-size:18px;
		line-height:24px;
	}
	
	#top-section ul li {
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
	}
}

/* /TOP */

/*SECTIONS*/
.uk-section {
	/*border-bottom:1px solid #E2E2E2;*/
	
}
.uk-section h2{
	text-align:center;
	text-transform:none;
	font-weight:200;
	color:#000;
	margin-bottom:30px;
	font-size:44px;
	line-height:54px;
	z-index:10;
	
	
}


.uk-section h2 strong{
	font-weight:bold;
	color:#000;
}

.uk-section h2 span{
	display:block;
	font-size:24px;
	line-height:28px; 
	color:#000;
	margin-top:15px;
	font-weight:400;
}

.uk-section .uk-h3{
	margin-top:0;
}

@media(max-width:500px){
	.uk-section h2{
		font-size:30px;
		line-height:36px;
	}
	
	.uk-section .uk-h3{
		font-size:16px;
	}
}

/*SECTION-2*/
#section-2{
	background:#FFB326;
}
#section-2 h2{
	margin-bottom:0;
} 

#section-2 .uk-card{
	border-radius:15px;
	border-bottom:5px solid #002E59;
}
#section-2  .uk-card-media-top{
	border-radius:15px 15px 0 0;
}

#section-2  .uk-card-media-top img{
	border-radius:15px 15px 0 0;
}

#section-2 h3{
	color:#000;
	text-transform:uppercase;
	font-weight:800;
	line-height:28px;
	padding-bottom:15px;
	text-align:center;
	border-bottom:1px dotted #333;
}

#section-2 .uk-card-body{
	color:#000;
}

#section-2 .uk-width-custom{
	width:20%;
	max-width:100px;
}

#section-2  .info svg{
	width:40px;
	height:40px;
	background:#FFB326;
	border-radius:100%;
	padding:6px;
	color:#fff;
	margin-top:3px;
}

#section-2  .uk-slidenav{
	background:#FFB326;
	opacity:0.7;
}

#section-2  .uk-slidenav:hover{
	opacity:1;
}

/*END SECTION-2*/

/*SECTION-3*/

#section-3{}

#section-3 h2{
	color:#919191;
	font-weight:200;
}


#section-3 strong{
	font-weight:bold;
	color:#000;
}
#section-3 .uk-card{
	border-radius:35px;
}

#section-3 .uk-card img{
	border-radius:20px 20px 0 0;
}

#section-3 .right .uk-card-body{
	padding:0;
}

#section-3 .right .uk-card{
	padding:0 25px 25px;
	background:url("../images/builder_bf.png") no-repeat center top;
	position:relative
}

#section-3 .right{
	text-align:center;
}

#section-3 .right p{
	padding:20px;
	padding-top:0;
}

#section-3 .right .uk-comment-meta{
	margin:5px;
	text-align:center;
	color:#666;
	padding:0;
}

#section-3 .right h3{
	margin-top:10px;
	text-align:center;
	margin-bottom:0;
	color:#002E59;
	font-weight:800;
}

#section-3  .master{
	padding:15px 0 0 0;
	text-align:center;
	position:relative;
}
#section-3  .master img{
	max-width:300px;
	width:80%;
	margin-top:30px;
	display:inline-block;
	
}

#section-3 .right p{
	text-align:left;
	color:#000;
	font-size:14px;
	line-height:20px;
}

#section-3 .test_soc_item img{
	width:30px;
	border-radius:0!important;
}

#section-3 .feedback{
	
	background: #F2C25B;
	border-radius: 100px;
	margin-top: 20px;

}

#section-3 .feedback:hover{
	background:#002E59;
}

@media(max-width:1380px){
	
	#section-3 .master img {
		max-width: 200px;#section-3 .right p{
	text-align:left;
	color:#000;
	font-size:14px;
	line-height:20px;
}
		
	}
	
	#section-3 .right p{
		text-align:left;
		color:#000;
		font-size:13px;
		line-height:16px;
	}
}

/*END SECTION-3*/

/*SECTION-4*/
#section-4{
	background:#F0F0F0;
}

#section-4 .uk-card{
	border-radius:30px;
	position:relative;
	padding-left:100px;
	background:#fff url("/images/sotbg.png") no-repeat left bottom;
}

#section-4 .uk-card .card-icon{
	position:absolute;
	height:50px;
	top:50%;
	margin-top:-25px;
	left:-25px;
}

#section-4 .uk-card .card-icon svg{
	color:#fff;
	background:#FFB326;
	border-radius:100%;
	height:50px;
	width:50px;
	padding:5px;
	border:5px solid rgba(255,255,255,0.5);
}
#section-4 .uk-card .card-icon svg polyline{
	stroke-width:4px!important;
}

#section-4 .uk-card h3{
	font-weight:600;
	color:#000;
	line-height:24px;
	font-size:20px;
	margin-top:0;
}

#section-4 .uk-card p{
	font-size:16px;
	line-height:22px;
	color:#000;
}
 @media (max-width:900px){
	 #section-4 .uk-card{
		 padding:25px;
	 }
	 #section-4 .uk-card .card-icon{
		position:absolute;
		height:50px;
		left:50%;
		top:auto;
		margin-top:0;
		margin-left:-25px;
		
		top:-25px;
	}
 }

@media (max-width:600px){
	#section-4 .uk-card{
		
		padding-left:50px;
		
	}

}

/*END SECTION-4*/


/*SECTION-5*/

#section-5 .uk-card{
	border-radius:30px;	
}

#price-table {
	max-height:500px;
	overflow-y:auto;
}

#price-table thead tr th{
	font-weight:bold;
	color:#000;
	text-align:center;
}

#price-table tbody tr td:last-child{
	color:#000;
	font-weight:bold;
}

#price-table tbody tr td:nth-child(3){
	color:#000;
	font-weight:bold;
}

#price-table tbody tr td:nth-child(2){
	text-align:center;
}

#price-table tbody tr td:last-child,
#price-table thead tr th:last-child
{	
	text-align:right;
}

#price-table tbody tr td:nth-child(3){
	text-align:center;
}

/*table*/
table#price-table  {
  
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table#price-table  caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table#price-table  tr {
 
  padding: .35em;
}

table#price-table  th,
table#price-table  td {
  padding: .625em;
  text-align: center;
}

table#price-table  th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table#price-table  {
    border: 0;
  }

  table#price-table  caption {
    font-size: 1.3em;
  }
  
  table#price-table  thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table#price-table  tr {
   
    display: block;
    margin-bottom: .625em;
  }
  
   table#price-table  tr td:first-child{
	   font-weight:bold;
	   color:#002E59;
	   text-align:center!important;
	   text-transform:uppercase;
   }
   
   table#price-table  tr td:first-child:before{
	   display:none;
   }
  
  table#price-table  td {
   
    display: block;
    font-size: .8em;
    text-align: right!important;
  }
  
  table#price-table  td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table#price-table  td:last-child {
    border-bottom: 0;
  }
}

/*END SECTION-5*/

/*SECTION-5-5*/

#section-5-5 .uk-card{
	border-radius:30px;	
}

#price-table-2 {
	width:100%;
	overflow-x:auto;
}

 .price-table-block{
	 width:100%;
	overflow-x:auto;
 }

#price-table-2 thead tr th{
	font-weight:bold;
	color:#000;
	text-align:center;
}

#price-table-2 tbody tr td:last-child{
	color:#000;
	font-weight:bold;
}

#price-table-2 tbody tr td:nth-child(3){
	color:#000;
	font-weight:bold;
}

#price-table-2 tbody tr td:nth-child(2){
	text-align:center;
}

#price-table-2 tbody tr td:last-child,
#price-table-2 thead tr th:last-child
{	
	text-align:right;
}

#price-table-2 tbody tr td:nth-child(3){
	text-align:center;
}


@media (max-width:700px){
	#price-table-2 th,
	#price-table-2 td{
		font-size:14px;
	}
	
	#price-table-2 th{
		text-align:center;
	}
	
}

@media (max-width:500px){
	#price-table-2 th,
	#price-table-2 td{
		font-size:11px;
		line-height:14px;
		padding:5px 2px;
	}
	
}

/*END SECTION-5-5*/

/*SECTION-6*/
#section-6 {
	background:#FFB326;
}

#section-6 .uk-card{
	border-radius:25px;
}
#section-6 img{
	max-width:100px;
}

#section-6 p{
	color:#000;
}

#section-6 .uk-card-body p{
	text-align:left;
}
/*END SECTION-6*/

/*SECTION-7*/
#section-7{
	position:relative;
	background:url("/images/work-bg.png") no-repeat center bottom 20px;
	padding-bottom:350px;
}

#section-7  h2{
	color:#002E59;
}

#section-7 .section-bg{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url("/images/work-bg-BG.jpg") no-repeat center bottom;
	background-attachment:fixed;
	background-size:cover;
	
	z-index:-1;
}

#section-7 .uk-card-header{
	text-align:center;
	background:#002E59;
	color:#fff;
}
#section-7 .uk-card-header h3{
	color:#fff!important;
	text-transform:uppercase;
}
#section-7 .uk-card{
	border-radius:25px;
	overflow:hidden;
}

#section-7 .uk-card h3{
	font-weight:600;
	color:#000;
}

#section-7 ul{
	padding:0;
}
#section-7 ul li{
	list-style-type:none;
	padding:7px 0;
	font-size:14px;
	line-height:19px;
	color:#000;
}

#section-7 ul li span{
	transform:scale(1.3);
	margin-right:2px;
} 

#section-7  ul li span svg{
	color:#fff;
	background:#FFB326;
	border-radius:100%;
	height:20px;
	width:20px;
	padding:5px;
	
}

#section-7  ul li span svg polyline{
	stroke-width:4px!important;
}

@media (max-width:1300px){
	#section-7{
		background-size:95%;
		padding-bottom:200px;
	}
}

/*END SECTION-7*/
#section-8 {
	position:relative;
	overflow:hidden;
	border-bottom:none;
}
/*SECTION-8*/
#section-8 .left{
	color:#000;
	border-radius:25px;
	padding:25px;
}
#section-8 .left h3 {
	font-weight: 600;
	color: #006EB8;
	font-size: 30px;
	/* text-transform: uppercase; */
}

#section-8 .right{
	border-radius:20px;
	background:#2A2A32;
	min-height:500px;
	position:relative;
	overflow:hidden;
}

#counters{
	position:relative;
	z-index:10;
}

#section-8 .card-image{
	background: url("/images/builders.png") no-repeat center center;
	
	background-size:100%;
	right:0;
	left:0;
	bottom:0;
	top:150px;
	position:absolute;
	border-radius:0 0 20px 20px;
	z-index:0;
	
}


#counters .counter{
	font-size:64px;
	line-height:68px;
	font-weight:800;
	color:#FFB00B;
}

#counters .uk-card p{
	font-size:26px;
	line-height:28px;
	font-weight:600;
	margin:0;
	color:#fff;
}

@media(max-width:1100px){
	
	#counters .counter{
	font-size:44px;
	line-height:48px;
}

	#counters .uk-card p{
		font-size:20px;
		line-height:18px;
		
	}
}
@media(max-width:960px){
	
	#counters .counter{
	font-size:54px;
	line-height:58px;
}

	#counters .uk-card p{
		font-size:24px;
		line-height:28px;
		
	}
}

@media(max-width:700px){
	
	#counters .counter{
	font-size:34px;
	line-height:38px;
}

	#counters .uk-card p{
		font-size:16px;
		line-height:18px;
		
	}
	
	#section-8 .card-image {
		background: url("/images/builders.png") no-repeat center center;
		background-size: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		top: 30px;
		position: absolute;
		border-radius: 0 0 20px 20px;
		z-index: 0;
	}
	
	#section-8 .right {
		border-radius: 20px;
		background: #2A2A32;
		min-height: 300px;
		position: relative;
		overflow: hidden;
	}
}




@media(max-width:500px){
	
	#counters .counter{
	font-size:34px;
	line-height:38px;
}

	#counters .uk-card p{
		font-size:14px;
		line-height:18px;
		
	}
}

@media(max-width:400px){
	
	#counters .counter{
	font-size:24px;
	line-height:28px;
}

	#counters .uk-card p{
		font-size:12px;
		line-height:16px;
		
	}
}
/*END SECTION-8*/

/*SECTION-9*/
#section-9 {
	background:url("../images/big-bg.jpg") no-repeat left center;
	position:relative;
	border-top:none;
	padding-top:0;
	margin-top:40px;
}

#section-9 h2{
	font-weight:200;
	text-transform:none;
	font-size:42px;
	line-height:48px;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:30px;
	position:relative;
}

#section-9 h2 strong{
	font-weight:bold;
}
#section-9 h2 span{
	font-size:24px;
	line-height:30px;
	display:block;
	margin-top:20px;
	font-weight:normal;
}


#section-9:before {
	position: absolute;
	content: '';
	left: 0;
	top: -13vw;
	background-image: url(../images/level.png);
	background-repeat: no-repeat;
	width: 26.563vw;
	height: 36.2vw;
	background-size: contain;
	background-repeat: no-repeat;
}

#section-9 .uk-width-custom{
	max-width:550px;
}


#section-9 .uk-card{
	border-radius:20px;
}

#section-9 .uk-card h3{
	text-align:center;
	color:#000;
}

#section-9 .uk-card-body{
	border:2px solid #E8E8E8;
	border-radius:15px;
	margin:15px;
}

#section-9 form{
	max-width:400px;
	margin:0 auto;
}

#section-9 label{
	font-size:18px;
}

#section-9 form input,
#section-9 form select,
#section-9 form option{
	text-align:center;
	border-radius:100px;
	height:55px;
	
}

#section-9 .feedback{
	margin-top:20px;
	background:#FFB326;
	font-size:18px;
	
}

#form-tel{
	border-color:#BDBDBD;
	height:65px;
}
#section-9 .feedback:hover{
	
}


@media(max-width:1000px){
	
	#section-9{
		padding-top:0;
		margin-top:0;
	}
	
	#section-9 h2{
		
		font-size:32px;
		line-height:38px;
		max-width:700px;
		
		margin-bottom:20px;
	}

	
	#section-9 h2 span{
		font-size:18px;
		line-height:22px;
		
		margin-top:10px;
		
	}
	
	#section-9 .uk-width-custom{
		max-width:100%;
	}
}

/*END SECTION-9*/

/*SECTION-10*/

#section-10 .uk-width-custom{
	width:100%;
	max-width:600px;
}

#section-10 h3 {
	font-weight: 800;
	color: #002C55;
	font-size: 34px;
	line-height: 28px;
}

#section-10 h3:before{
	border-color:#FDB226;
}

#section-10 .uk-card-body{
	padding-top:0;
}

#section-10 .fotorama{
	border-left:10px solid #FDB226;
}

#section-10 .fotorama__nav{
	background:#FDB226;	
}

#section-10 .uk-slidenav{
	background:#FFB326!important;
	visibility:visible!important;
	opacity:0.7;
}

#section-10 .uk-slidenav:hover{
	opacity:1;
}
#section-10 .uk-slidenav.uk-invisible{
	opacity:0.4!important;
}

#section-10 .uk-slidenav svg{
	color:#fff!important;
}

#section-10 .uk-slidenav svg polyline{
	stroke-width:3px;
}

#section-10 .uk-slidenav.uk-invisible svg polyline{
	stroke-width:1px;
}

#section-10 .uk-button-primary{
	background:#FFB326;
}
#section-10 .uk-button-primary:hover{
	background:#002C55;
}

#section-10 dd{
	font-size:26px;
	line-height:30px;
	font-weight:600;
	color:#000;
}

#section-10 dd span{
	font-weight:400!important;
}

@media(max-width:1000px){
	
	#section-10 dd{
		font-size:22px;
		line-height:26px;
		font-weight:600;
		color:#000;
	}
	
	#section-10 .uk-card-body h3{
		font-size:32px;
		line-height:38px;
	}
	
	#section-10 dt{
		margin-top:0;


	}
}

@media(max-width:700px){
	
	#section-10 dd{
		font-size:20px;
		line-height:24px;
		font-weight:600;
		color:#000;
	}
	
	#section-10 .uk-card-body h3{
		font-size:24px;
		line-height:28px;
		margin-bottom:0;
	}
	
	#section-10 dt{
		margin-top:0;
		padding-top:10px;
	}
}

@media(max-width:500px){
	
	#section-10 .uk-margin{
		margin-top:0!important;
	}
	
	#section-10 dd {
		font-size: 16px;
		line-height: 18px;
		font-weight: 600;
		color: #000;
	}
		
	#section-10 .uk-card-body h3{
		font-size:20px;
		line-height:24px;
		margin-bottom:0;
	}
	
	#section-10 dt{
		margin-top:0;
		padding-top:5px;
		font-size:14px;
		line-height:26px;
	}
}
/*END SECTION-10*/

/*SECTION-10*/
.uk-accordion li{
	padding:10px 10px;
	margin-bottom:10px;
	
	background:#D3D3D3;
}

.uk-accordion-content{
	background:#fff;
	padding:20px;
}
/*END SECTION-10*/


/*FOOTER*/
#footer{
	background:#000;
}
#footer .left{
	text-align:left;
}


#footer .footer-logo{
	max-width:100%;
	
	
}
#footer .footer-logo img{
	max-width:130px;
	display:inline-block
}
#footer .center{
	text-align:center;
	padding-top:20px;
	font-weight:200;
}
#footer .right{
	text-align:right;
	display:block;
}
#footer .right a{
	display:inline-block;
	width:40px;
	height:40px;
	flex:none;
}

#footer .right a:hover svg{
	color:#FFB326;
}

#footer .right a svg{
	width:40px;
	height:40px;
}
/*/ FOOTER*/
/* / SECTIONS*/

@media(max-width:640px){
	#footer .right,
	#footer .center,
	#footer .left,
	#footer .footer-logo{
		text-align:center;
	}
}




/*************************/
.SumoSelect{
    width:100%;
    display: block;
}

.SumoSelect>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont{

    padding: 0;

    box-shadow: none;

    height: 55px;

    line-height: 55px;

    border: 1px solid #BDBDBD;

    box-sizing: border-box;

    border-radius:100px;

   

}

.SumoSelect>.CaptionCont>span{

font-size: 22px;

    line-height: 55px;

    text-align: center;

    padding-right: 0;

    color: #000;  

}

.SumoSelect>.CaptionCont>label {

width: 3.438vw;

}

.SumoSelect>.CaptionCont>label>i{

    background-image: url(../images/appear.svg);

    background-size: 1.1vw;

    width: 0.98vw;

    height: 0.98vw;

}

.SumoSelect.open>.CaptionCont>label>i{

    transform: rotate(180deg);

}

.SumoSelect>.optWrapper{

    background: #FFFFFF;

    border: 1px solid #BDBDBD;

    box-sizing: border-box;

    box-shadow: 0px 43px 50px rgba(0, 0, 0, 0.1);

    border-bottom-left-radius: 2vw;

    border-bottom-right-radius: 2vw;  

}

.SumoSelect>.optWrapper>.options li.opt {

    padding: 0.7299vw 0;

    position: relative;

    border: none;

    text-align: center;

    font-size: 1.05vw;

}

.SumoSelect.open>.CaptionCont{

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;

    border-bottom: none;

}

.SumoSelect.open>.optWrapper{

       border-top: none;

top: 3.073vw;

}

.SumoSelect>.optWrapper>.options li.opt:hover{

   color: #F6D767;

   background-color: transparent;

}

.sec8 .price_form {

    padding-top: 1.6vw;

}

.form_wrap {

    padding-bottom: 0.9vw;

}

.SumoSelect>.CaptionCont{

    position: relative;

}

.SumoSelect>.CaptionCont::before{

    position: absolute;

    width: 2.709vw;

    height: 2.709vw;

    top: 50%;

    transform: translateY(-50%);

    left: 0.2vw;

    font-weight: bold;

    font-size: 0.95vw;

    color: #000;

    background: linear-gradient(180deg, #F6D767 0%, #EFAD50 100%);

    line-height: 2.709vw;

    box-shadow: 0px 4px 20px rgba(255, 175, 54, 0.5);

    border-radius: 50%; 

}

.price_form .form_wrap:first-child .SumoSelect>.CaptionCont::before{

    content: '1';

}

.price_form .form_wrap:nth-child(2) .SumoSelect>.CaptionCont::before{

    content: '2';

}

.price_form .form_wrap:nth-child(3) .SumoSelect>.CaptionCont::before{

    content: '3';

}

.inp_wrap{

width: 19.323vw;

    height: 3.125vw;

    line-height: 3.125vw;

    margin: 0 auto 1.05vw;

    position: relative;

}

.inp_wrap input{

    height: 100%;

    width: 100%;

    margin-bottom: 0;

}

.price_form .form_wrap:nth-child(4) .inp_wrap::before{

    content: '4';

    position: absolute;

    

    width: 2.709vw;

    height: 2.709vw;

    top: 50%;

    transform: translateY(-50%);

    left: 0.2vw;

font-weight: bold;

font-size: 0.95vw;

text-align: center;

color: #000;    

    background: linear-gradient(180deg, #F6D767 0%, #EFAD50 100%);

 line-height: 2.709vw;

    box-shadow: 0px 4px 20px rgba(255, 175, 54, 0.5);

    border-radius: 50%;    

}

.maskedphone{
	text-align:left!important;
	padding:0 25px!important;
}

.feedback{
		
		padding-left:5px;
		padding-right:5px;
	}

@media(max-width:600px){
	.feedback{
		font-size:12px;
		padding-left:5px;
		padding-right:5px;
	}
}

/* BOT QR */
#top-section .top-container {
	z-index: 2;
	padding-top: 118px;
}

.bot-qr-section {
	position: relative;
	z-index: 3;
	margin: 0 0 48px;
	padding: 20px 22px;
	background: rgba(255, 255, 255, 0.94);
	border-left: 5px solid #FFB326;
	border-radius: 0 14px 14px 0;
	box-shadow: 0 10px 28px rgba(0, 46, 89, 0.12);
}

.bot-qr-row {
	display: flex;
	align-items: center;
	gap: 28px;
	max-width: 820px;
}

.bot-qr-code {
	flex: 0 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 46, 89, 0.12);
	border: 1px solid rgba(0, 46, 89, 0.08);
	line-height: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bot-qr-code:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 46, 89, 0.18);
}

.bot-qr-code img {
	display: block;
	width: 120px;
	height: 120px;
}

.bot-qr-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.bot-qr-slogan {
	margin: 0 0 6px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 800;
	color: #002E59;
}

.bot-qr-sub {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 500;
	color: #333;
}

.bot-qr-action {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
}

.bot-qr-action a {
	color: #002E59;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bot-qr-action a:hover {
	color: #FFB326;
}

.bot-qr-float {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	width: 210px;
	padding: 12px 12px 14px;
	background: #fff;
	border-radius: 16px;
	border-top: 4px solid #FFB326;
	box-shadow: 0 14px 36px rgba(0, 46, 89, 0.22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px) scale(0.96);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.bot-qr-float.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.bot-qr-float.is-dismissed {
	display: none !important;
}

.bot-qr-float-close {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #002E59;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.55;
}

.bot-qr-float-close:hover {
	opacity: 1;
}

.bot-qr-float-link {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #002E59;
	padding-right: 16px;
}

.bot-qr-float-link img {
	display: block;
	width: 72px;
	height: 72px;
	flex: 0 0 auto;
	border-radius: 8px;
	background: #fff;
}

.bot-qr-float-link span {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 800;
}

@media(max-width:960px){
	#top-section .top-container {
		padding-top: 108px;
	}

	.bot-qr-section {
		margin-bottom: 40px;
		padding: 18px 18px;
	}

	.bot-qr-row {
		gap: 20px;
	}

	.bot-qr-slogan {
		font-size: 17px;
	}

	.bot-qr-code img {
		width: 104px;
		height: 104px;
	}

	.bot-qr-sub {
		font-size: 14px;
	}

	.bot-qr-action {
		font-size: 13px;
	}
}

@media(max-width:700px){
	#top-section .top-container {
		padding-top: 96px;
	}

	.bot-qr-section {
		margin-bottom: 36px;
		padding: 16px;
		border-left: none;
		border-top: 5px solid #FFB326;
		border-radius: 14px;
	}

	.bot-qr-row {
		gap: 14px;
		align-items: flex-start;
	}

	.bot-qr-code {
		padding: 6px;
	}

	.bot-qr-code img {
		width: 88px;
		height: 88px;
	}

	.bot-qr-slogan {
		font-size: 16px;
		line-height: 1.3;
	}

	.bot-qr-slogan br {
		display: none;
	}

	.bot-qr-sub {
		font-size: 13px;
	}

	.bot-qr-action {
		font-size: 13px;
	}

	.bot-qr-float {
		right: 12px;
		bottom: 12px;
		width: min(180px, calc(100vw - 24px));
		padding: 10px;
	}

	.bot-qr-float-link {
		gap: 8px;
		padding-right: 14px;
	}

	.bot-qr-float-link img {
		width: 56px;
		height: 56px;
	}

	.bot-qr-float-link span {
		font-size: 12px;
	}
}

@media(max-width:500px){
	#top-section .top-container {
		padding-top: 92px;
	}

	.bot-qr-section {
		margin-bottom: 32px;
		padding: 14px;
	}

	.bot-qr-row {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		text-align: center;
	}

	.bot-qr-code {
		align-self: center;
	}

	.bot-qr-code img {
		width: 112px;
		height: 112px;
	}

	.bot-qr-slogan {
		font-size: 15px;
		line-height: 1.3;
	}

	.bot-qr-sub {
		font-size: 13px;
	}

	.bot-qr-action {
		font-size: 12px;
	}

	.bot-qr-float {
		right: 10px;
		bottom: 10px;
		width: 150px;
		padding: 8px;
	}

	.bot-qr-float-close {
		top: 2px;
		right: 4px;
		width: 32px;
		height: 32px;
	}

	.bot-qr-float-link {
		flex-direction: column;
		text-align: center;
		padding-right: 0;
		padding-top: 8px;
		gap: 6px;
	}

	.bot-qr-float-link img {
		width: 64px;
		height: 64px;
		margin: 0 auto;
	}

	.bot-qr-float-link span {
		font-size: 11px;
	}
}
/* /BOT QR */