input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight, .nice-select {
    border: 1px solid #6c6c6c !important;
}

#wpcf7-f9850-o4 .wpcf7-submit{
	padding: 0px 30px !important;
    line-height: 36px !important;
    font-size: 13px !important;
}

.modal1-heading {
	font-size: 1.4em !important;
	color: #000;
	text-transform: uppercase;
	text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mask-822 .wpcf7-form-control{
	background: #e7e9ff !important;
    border: 1px solid #1E247A !important;
    color: #0a1d35;
    width: 100%;
    float: none;
    font-size: 16px;
	border-radius: 20px !important;
    padding: 10px !Important;
    height: 42px;
    line-height: 42px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 5px;
}


.modal1-body .form-heading{
	font-size: 14px;
}

.cky-notice, .cky-btn{
    font-family: 'Montserrat' !important;
}

.css-label{
color:#000;
font-size:13px;
}

.css-label a{
text-decoration:underline;
}

.block-info-form{
    font-size: 14px;
    margin: 10px 0px;
    font-family: 'Montserrat';
}

.form-heading, .button-label{
font-family: 'Montserrat';
}

.disa 
{
cursor: not-allowed;
background-color: rgb(229, 229, 229) !important;
}

.disa > * 
{
pointer-events:none;
}

h5.pxl-post--title a{
    font-weight: 400;
	font-size: 15px;
    line-height: 1.3;
	display: block;
}

.wpcf7-list-item-label a{
	text-decoration:underline;
}

.forma_name{
	font-family: "Montserrat", Sans-serif;
    font-size: 29px;
    font-weight: 600;
    font-style: normal;
    color: #1E247A;
}

.forma_desc{
	font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #000;
	margin-top:10px;
	margin-bottom:20px;
}

.pxl-post-carousel1 .pxl-swiper-slide .pxl-post--inner .pxl-post--title {
    text-transform: unset !important;
}

.pxl-item--avatar  img{
	height: 100% !important;
    width: auto !important;
	max-width:unset !Important;
}

.flexer{
display:flex;
flex-direction:row;
gap:20px;
}


.for_case{
padding:15px;
border:1px solid #252525;
border-radius:15px;
min-height: 285px;
background:#fff;
flex-grow: 1;
    flex-basis: 0;
}

.dark_small_logo img{
width:120px;
}

.delo_bg{
background:#252525;
border-radius:10px;
padding:10px;
margin-top:15px;
display:flex;
gap:4px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}

.delo_bg1{
 font-family:Montserrat;
 font-weight:700;
 color:#fff;
 line-height:1.1em;
 font-size:16px;
}
.delo_bg2{
display:flex;
justify-content:end;
}
.delo_bg2 img{
width:30px;
height:22px;
}

.delo_nazv{
 font-family:Montserrat;
 color:#252525;
 font-size:12px;
 font-weight:500;
 line-height:1.1em;
 margin-top:10px;
}

.delo_more{
display:flex;
flex-direction:row;
align-items:center;
margin-top:15px;
gap:10px;
justify-content:start;
margin-left:0px;
transition:all 0.3s ease-in-out !important;
}

.delo_more:hover{
color:#ccc;
margin-left:5px;
}

.dm1 img{
width:27px;
height:33px;
}

.dm2{
 font-family:Montserrat;
 color:#252525;
 font-size:14px;
 font-weight:600;
 text-decoration:underline;
}

.t706__carticon-imgwrap {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.t706__carticon-img {
    width: 40px;
    height: 40px;
    padding: 18px 20px 22px;
    stroke: #000;
	box-sizing: content-box;
}
.t-heading_sm {
    font-size: 28px;
    line-height: 1.17;
	margin-bottom: 30px;
}
.t-text {
    font-family: 'Montserrat';
    font-weight: 300;
	font-size: 18px;
    line-height: 1.55;
}
.t-sociallinks {
    margin-top: 30px;
}
.t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0;
}
#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(45, 185, 101, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(45, 185, 101, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(45, 185, 101, 0);
	}
}
.wpcf7-list-item {
    margin: unset !Important;
    font-size: 15px !Important;
    margin-left: 0px !Important;
    text-align: left !Important;
    line-height: 18px !Important;
    margin-bottom: 20px !Important;
}

.t651__btn_wrapper {
	position: fixed;
	bottom:90px;
	right: 50px;
	height: 60px;
	width: 60px;
	z-index:999;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	animation: pulse 2s infinite;
	cursor:pointer !important;
}
.t651__icon, .t651__icon-close {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.t651__popup {
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}
.t651__popup-container {
    margin: 0;
    top: initial;
    left: initial;
    bottom: 125px;
    right: 100px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    background: #fff;
    position: fixed;
    z-index: 9;
    cursor: default;
    text-align: center;
    max-width: 360px;
	font-family:Montserrat;
	color:#131313;
}
.t651__wrapper {
    padding: 30px 35px 40px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 65vh;
}
.t651__input-container {
    margin: 0 auto;
}
.t651__blockinput-errorbox {
    background: #F95D51;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}
.t651__blockinput-errors-text {
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    font-family: 'Montserrat';
}
.t651__blockinput-errors-item {
    padding-top: 10px;
    display: none;
    font-family: 'Montserrat';
}
.t651__blockinput-success {
    text-align: center;
    padding: 20px;
    font-family: 'Montserrat';
}
.t-input__vis-ph {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1;
    opacity: .5;
    position: absolute;
    left: 20px;
    top: 12px;
    height: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    white-space: nowrap;
}
.t651 .t-input__vis-ph {
    top: 17px;
}
.t651__blockbutton {
    vertical-align: middle;
    width: 100%;
}
.t-submit {
    font-family: 'Montserrat';
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
	text-transform: inherit;
}
.t651__submit {
    height: 50px;
    padding: 0;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fa8669;
    color: #fff;
    border-width: 0;
	font-family: 'Montserrat';
}
.t-submit {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    font-family: 'P22UndergroundCYProHeavy', sans-serif !important;	
}
.t-submit:hover {
    background-color: #290b0b !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.003) !important;
}
.t651__blockinput {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}
.t651__additional-info {
    margin-top: 30px;
}
.t651__text {
    margin-top: 10px;
    margin-bottom: 4px;
}
.t651__blockinput input{
margin-bottom:5px !Important;
}
.t651 .t-input_pvis {
    padding: 22px 20px 10px 20px;
}
.t651__input {
    outline: none;
    height: 50px;
}
.t-input_pvis {
    padding: 26px 20px 10px 20px;
}
.t-input {
    margin: 0;
	font-family: 'Montserrat';
    font-size: 100%;
    height: 50px !Important;
    padding: 0 20px;
    font-size: 16px;
    line-height: 50px !Important;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.t-input__vis-ph.act{
    left: 15px;
    font-size: 13px;
    top: -14px;
	font-family: 'Montserrat';
}
.shthis{
display:block !important;
}

.t651__btn-text {
position: fixed;
    right: 130px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    bottom: 40px;
    background: #292929;
    color: #fff;
    opacity: .85;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.t651__btn-text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.ma_btn div{
    width: 20px;
    height: 20px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 18px;
	border:1px solid #ebebeb;
}

.ma_btn div:hover{
cursor:pointer;
background:#000;
color:#fff;
}
 @media all and (max-width:420px){
.t651__btn_wrapper {
    bottom: 20px;
    right: 10px;
}
.t651__popup-container {
    bottom: 40px;
    right: 50px;
}
}


.t651__blockbutton button{
font-family:Montserrat !important;
}
.ma_input, .ma_area{
margin: 0 auto !important;
width: 100%;
display: block;
max-width: 90% !important;
height: 48px;
border: 1px solid #131313 !important;
text-align: center;
background: none;
font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #000 !important;
margin-bottom: 21px !important;
padding: 0 15px !important;
}
.ma_area{
line-height: 65px;
min-height:150px;
}

.ma_checkbox input{
vertical-align: middle;
margin-right: 6px;
margin-top: -2px;
border:2px solid #0095eb;
}

.nona{
display:none;
}

.uspeh1{
text-align: center;
margin-top: 30px;
font-weight:500;
color:#000;
font-family: Montserrat;
font-size: 16px;
    line-height: 20px;
}
.uspeh2{
text-align: center;
margin-top: 30px;
color:#ff0000;
font-family: Montserrat;
font-size: 16px;
    line-height: 20px;
}


@media all and (max-width:500px){

.wpcf7-list-item {
    font-size: 12px !Important;
    line-height: 14px !Important;
    margin-bottom: 10px !Important;
}

.t651__btn_wrapper {
    bottom: 70px;
    right: 10px;
}
.t651__popup-container {
    bottom: 90px;
    right: 50px;
}

}


.onliner{
	position: fixed;
    bottom: 160px;
    right: 50px;
    height: 60px;
    width: 60px;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    animation: pulse 2s infinite;
    cursor: pointer !important;
    background: #2db965;
}
.onliner a{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
 overflow: hidden;
}
.onliner a{
text-decoration:none;
}
.onliner a i{
width:60%;
color:#fff;
font-size:35px;
}
.onliner:before{
content: 'Написать в WhatsApp';
    font-family: Montserrat;
    left: -95px;
    width: 120px;
    height: 20px;
    top: 5px;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.ma_li li{
	font-family: Montserrat;
}

@media all and (max-width:550px){
.t651__icon, .t651__icon-close {
    width: 24px;
}
.onliner{
bottom: 120px;
right: 10px;
height: 40px;
    width: 40px;
}
.onliner a i{
font-size:23px;
}
.t651__btn_wrapper {
    height: 40px;
    width: 40px;
}
.onliner:before {
    content: 'Написать в WhatsApp';
	left: -65px;
	width: 91px;
	font-size: 9px;
	line-height: 12px;
	top: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.t651__popup-container {
    z-index: 999999;
}
}