<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* default modal */
.modal span.wpcf7-not-valid-tip{
	top: -5px;
}
.modal{
	padding: 0;
	cursor: default !important;
	font-family: 'Roboto', sans-serif;
}
.modal_wrap{
	display: flex;
  }
  .modal_box-img{
	width: 190px;
	background: #fff no-repeat scroll 50%/cover;
  }
  
  .modal_box-form{
	background-color: #fff;
	padding: 30px;
	text-align: center;
	max-width: 360px;
	width: 100%;
  }
  .modal_box-form .form_btn{
	margin-bottom: 0;
  }
  .modal_title{
	color: #000;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 35px;
  }
  .modal_subtitle{
	  margin-bottom: 18px;
	  font-size: 1.2rem;
  }

  .m-field{
	max-width: 320px;
	height: 45px;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	padding: 12px 16px;
	font-size: 1.3em;
	width: 100%;
	margin-bottom: 12px;
  }
  .m-btn{
	  margin: 0 auto;
	  height: 48px !important;
	  font-size: 1.8rem !important;
  }
.form-block__politica p{
	text-align: left;
}
.modal .field{
	width: 100%;
	max-width: 100%;
}
.politics-box-modal.politics-box i{
	filter: brightness(0.5);
}
.politics-box-modal.politics-box span{
	text-align: left;
	color: #a19898;
}
  /* default modal */



  /* politica begin */
.modal-container-polit {
	max-width: 95%;
	max-height: 95%;
	width: 1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 34px;
	height: auto;
	  position: relative;
	  color: #333 !important;
  }
  .modal-block-polit {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .caption_modal_new{
	line-height: 16px;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #616161;
	margin-bottom: 34px;
	max-width: 100%;
	text-align: left;
  }
  .fancybox-content{
	  padding: 0 !important;
  }
  .modal-close-polit {
	position: absolute;
	top: 13px;
	right: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	/* background-image: url(../img/krest-c.png); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	border-radius: 100%;
	z-index: 100;
  }
  
  .modal-close-polit:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .modal-content-polit {
	line-height: 22px;
	padding: 15px;
	cursor: pointer !important;
  }
  
  .title-modal-polit {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	  position: relative;
	  margin-bottom: 10px;
  }
  .caption-modal-polit &gt; p{
	  margin-bottom: 10px;
	  font-size: 1.5rem;
	  line-height: 1.2;
  }
  
  .caption-modal-polit ul,
  .caption-modal-polit ol {
	list-style-type: none;
	padding-left: 0;
  }
  
  .caption-modal-polit li {
	background-size: auto;
	background-position: 13px 4px;
	background-repeat: no-repeat;
	list-style-image: none !important;
	background-image: url('http://steklo.udnet-test.ru/wp-content/uploads/2019/10/ul.png');
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 45px;
    margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.2;
  }
  /* polit end */</pre></body></html>