

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news.list/import/style.css?17507569882932*/
html {
    scroll-behavior: smooth;
  }

.top-banner {
	width: 100%;
	margin: auto;
	height: auto;
	display: flex;
	background-position-x: right;
	padding-bottom: 50px;
  }
  .top-banner .top-banner-item {
	width: 1200px;
	margin: auto;
	margin-top: 50px;
	
  }
.import-block-item-img{
	  height: 300px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}


  .top-banner .top-banner-item .top-banner-title h1 {
	color: #fff;
	font-size: 50px;
	width: 60%;
  }
  .top-banner .top-banner-item .top-banner-text p {
	color: #fff;
	font-size: 22px;
	width: 60%;
  }
  .top-banner .top-banner-item .top-banner-link {
	width: 1200px;
  }
  .top-banner .top-banner-item .top-banner-link a {
	color: #4D4D4D;
	display: flex;
	align-items: center;
	font-size: 16px;
  }
  .top-banner .top-banner-item .top-banner-link a img {
	margin-right: 10px;
  }
  
  .import-block {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: flex-start;
  }
  .import-block .import-block-item {
	width: 380px;
	background: #50C663;
	border-radius: 30px;
	margin: 15px 10px;
	color: #fff;
	height: auto;
	min-height: 966px;
  }
  .import-block .import-block-item .import-block-item-img img {
	border-radius: 30px 30px 0 0px;
  }
  .import-block .import-block-item .import-block-item-title {
	margin: 20px 0;
  }
  .import-block .import-block-item .import-block-item-title b {
	font-size: 24px;
	margin: 10px;
  }
  .import-block .import-block-item .import-block-item-text p {
	font-size: 16px;
	line-height: 16px;
	margin: 10px;
	height: 80px;
  }

  .import-block .import-block-item .line{
	width: 90%;
	height: 4px;
	background: #fff;
	margin-left: 5%;
  } 

  .import-block-item-data{
	display: flex;
	flex-wrap: wrap;
  }

  .import-block-item-data a{
	width: 90%;
    cursor: pointer;
    height: 60px;
    border-top: 1px solid #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-left: 5%;
	color: #fff;

  }
  .import-block-item-data a:hover{

	color: #000000;

  }

  
	.import-block-item-button {
		display: flex;
		justify-content: center;
		margin: 50px 0;
		}
	.import-block-item-button a{
		color: #50C663;
		background: #fff;
		padding: 10px 20px;
		border-radius: 50px;
		font-size: 16px;
	}
	.import-block-item-button a:hover{
		color: #000000;
	  }

	  @media (max-width: 1200px){
		.import-block {
			width: 100%;
			justify-content: center;
	
		  }
	  }

  @media (max-width: 768px) {
	.bx-content{
		padding-right: 0px !important;
		padding-left: 0px !important;
	} 
	.top-banner {
	
		padding: 20px;
	  }
	  .top-banner .top-banner-item {
		width: 100%;

	  }
	  .top-banner .top-banner-item .top-banner-title h1 {
		font-size: 40px;
		width: 100%;
	  }
	  .top-banner .top-banner-item .top-banner-text p {
		color: #fff;
		font-size: 16px;
		width: 100%;
	  }
	  .top-banner .top-banner-item .top-banner-link {
		width: 90%;
	  }




  }
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/import-form/style.css?17507569881669*/
.feedback-block{
    width: 1200px;
    margin: auto;
    height: auto;
    min-height: 790px;
    background-image: url(/local/templates/eshop_bootstrap_v4/img/form-fon.png);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;

}

.mfeedback{
    height: 690px;
    width: 770px;
    background: #00000066;
    border-radius: 20px;
    padding: 40px 70px;
    color: #ffffff;

}

.mfeedback b{
    font-size: 50px;
    line-height: 50px;
    
}
.mfeedback p{
    font-size: 20px;
    line-height: 16px;
    margin:30px 0; 
}

.mf-email .mf-text, .mf-name .mf-text, .mf-phone .mf-text, .mf-message .mf-text{
    margin-top: 10px;
}


.mf-email input, .mf-name input, .mf-phone input, .mf-message textarea{
  border: none;
border-bottom: 1px solid #ffffff;
outline: none;
width: 100%;
background: none;
height: 35px;
  
}
.feedback-button-block{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.feedback-button{
    background: #ffffff;
    border-radius: 50px;
    color: #04AF20;
    border: 0px;
    height: 55px;
    width: 250px;
    font-size: 16px;
}
p.feedback-button-block-text{
    font-size: 14px;
    width: 55%;
}

p.feedback-button-block-text a{
    color: #04AF20;
}

.form-input::placeholder { 
    color: #ffffff7e; 
}
@media (max-width: 1200px){
    .feedback-block{
        width: 100%;

    
    }
    
    .mfeedback{
        height: auto;
        width: 95%;
        padding: 40px 10px;
    
    }
    .feedback-button-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    p.feedback-button-block-text {
        width: 100%;
    }
}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news.list/import/style.css?17507569882932 */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/main.feedback/import-form/style.css?17507569881669 */
