/* Форма связи*/
.forrrma {
padding: 10px;
}
.pollya {
width: 300px;
font-size: 1.2em;
height: 40px;
margin-bottom: 10px;
text-align: center;
border: 1px solid rgba(0,0,0,1);
}
.texar {
width: 300px;
height: 70px;
margin-bottom: 10px;
text-align: center;
font-size: 1.1em;
border: 1px solid rgba(0,0,0,1);
}	

.otprav {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
color: var(--tp-common-white);
background-size: 130% 100%;
padding: 16px 30px;
border-radius: 8px;
display: inline-block;
background-image: linear-gradient(100.16deg, #5a6ef8 9.94%, #a874c6 54.82%, #fe7a8f 95.56%);
width: 300px;
margin-top: 20px;
margin-bottom: 15px;
}
@media (max-width:400px) {
.pollya {
 width: 250px;
}
.texar {
 width: 250px;
 height: 70px;
}
.otprav {
 width: 250px;
}
.forrrma {
padding: 1px;
}		
}	


#my_form_contact {
margin-left: 10%;
}
@media (max-width:450px) {
#my_form_contact {
margin-left: 3%;
}	
}	

/* Модальное окно*/
.modal2 {
position: fixed;
width: 400px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px; 
z-index: 20;
background-color: #fff;
display: none;
box-shadow: -50px 0 200px -50px #504bff, 50px 0 200px -50px #e078a2;
}

.modal2.is-show,
.overlay.is-show{
   display: block;
   box-shadow: -50px 0 200px -50px #504bff, 50px 0 200px -50px #e078a2;
}

.modal__cross {
   position: absolute;
   top: 20px;
   right: 20px;  
   width: 20px;
   height: 20px;
   cursor: pointer;

}

.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .4);
   z-index: 10;
   display: none;
}
.title {
text-align: center;
font-size: 2.5em;
margin-top: 20px;
}
.text {
text-align: center;
font-size: 1.2em;
padding: 5px;
}
.polit {
margin-top: 50px;
margin-left: 15%;
margin-right: 15%;
padding: 5px;
text-align: left;	
}
/* Для акции*/
#modal-content {
    display: none;
    position: fixed;
    z-index: 9999999;
    background: #FFF;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 700px;
    width: 100%;
    text-align: center;
    padding: 10px 20px; 
    border: 4px solid #337AB7;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
#akciya-close {
    display: inline-block;
}

#akciya-close:after,
#akciya-close:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
#akciya-close:before {
    top: -6px;
}
#akciya-close:hover:after,
#akciya-close:hover:before {
    width: 100%;
    left: 0;
}
/* Ватсап*/
#slideout {
    position: fixed;
    top: 450px;
    right: 0;
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    z-index: 9999999;
    border: 1px solid rgba(228,228,228,0.9);
    box-shadow: 0 0 7px 3px rgb(0 0 0 / 7%);
}
@media (max-width:400px) {
.pollya {
 width: 250px;
}
.texar {
 width: 250px;
 height: 70px;
}
.otprav {
 width: 250px;
}
.forrrma {
padding: 1px;
}
.modal2 {
width: 330px;
}		
}