/* 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-family: 'Comfortaa', cursive;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.03em;
	position: relative;
	margin-bottom: 10px;
}
.caption-modal-polit > p{
	margin-bottom: 10px;
}

.caption-modal-polit ul,
.caption-modal-polit ol {
  list-style-type: none;
  padding-left: 0;
}

.caption-modal-polit li {
  background-size: auto;
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-image: url(../img/gal-li.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
}

@media(max-width: 480px){
  .title-modal-polit{
    font-size: 26px;
    line-height: 28px;
  }
}
/* polit end */


/* modal */
.modal{
  display: none;
  cursor: default !important;
  max-width: 550px !important;
  width: 100% !important;
}
.modal__wrapper{
  width: 100%;
  max-width: 550px !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.modal__img{
  width: 38%;
  background-image: url(../img/activ1.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.modal__form-content{
  width: 62%;
  padding: 35px 30px;
  text-align: center;
  background-color: #fff;
}
.form-content__title{
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
  font-weight: bold;
}
.form-content__input{
  width: 100%;
  max-width: 260px;
  height: 45px;
  background-color: rgba(255,255,255,0.4);
  padding: 18px 20px;
  margin-bottom: 8px;
  border: none;
  font-size: 14px;
  border: 1px solid #ed824a;
}
.form-content__submit{
  width: 260px !important;
  margin-top: 15px;
  border: none;
  box-shadow: none;
  position: static;
  text-align: center;
  cursor: pointer;
}