.button-17, .ma_but2{
  align-items: center;
  appearance: none;
  background-color: #131313;
  border-radius: 6px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  line-height: 42px;
}

.button-17:hover, .ma_but2:hover {
  background: #aab692;
  color: #131313;
}

.centa{
max-width:220px;
display:block;
margin:0 auto;
}

.ma_formka input, .ma_formka textarea {
    border-radius: 26px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: Jost, sans-serif;
	width:100%;
    margin-bottom: 10px;
}
.ma_formka  textarea {
    min-height: 140px;
    padding: 0px 10px !Important;
}

.ma_input, .ma_area{
margin: 0 auto !important;
width: 100%;
display: block;
max-width: 90% !important;
height: 29px;
border: 2px solid #c1c1c1 !important;
text-align: center;
background: none;
font-family: Jost, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #000 !important;
margin-bottom: 21px !important;
padding: 0 15px !important;
border-radius:14px !Important;
background:#fff !important;
}
.ma_area{
line-height: 20px;
min-height:100px;
font-size: 16px;
}

.ma_checkbox input{
vertical-align: middle;
margin-right: 6px;
margin-top: -2px;
border:2px solid #0095eb;
}
.nona{
display:none;
}
.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: Jost, sans-serif;
    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(214, 190, 105, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(214, 190, 105, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(214, 190, 105, 0);
	}
}
.t651__btn_wrapper {
position: fixed;
    bottom:50px;
    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:Jost, sans-serif;
}
.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: Jost, sans-serif;
}
.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: Jost, sans-serif;
}
.t651__blockinput-errors-item {
    padding-top: 10px;
    display: none;
    font-family: Jost, sans-serif;
}
.t651__blockinput-success {
    text-align: center;
    padding: 20px;
    font-family: Jost, sans-serif;
}
.t-input__vis-ph {
    font-size: 16px;
    font-family: Jost, sans-serif;
    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: Jost, sans-serif;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 500;
    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: Jost, sans-serif;
}
.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;
}
.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: Jost, sans-serif;
    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: Jost, sans-serif;
}
.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: 10px;
    right: 10px;
}
.t651__popup-container {
    bottom: 90px;
    right: 50px;
}
}

::placeholder {
  color: #000 !Important;
  opacity: 0.6 !Important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !Important;
  opacity: 0.6 !Important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !Important;
  opacity: 0.6 !Important;
}
::-webkit-input-placeholder {
	  color: #000 !Important;
  opacity: 0.6 !Important;
}

.ma_forma{
display: flex;
gap: 30px;
}
.ma_forma input{
	width:50%;
	border:1px solid #fff;
	background:#fff;
	border-radius:25px;
	font-family:Jost, sans-serif;
	font-size:15px;
	color:#000;
}
.ma_forma textarea{
	width:100%;
	border:1px solid #fff;
	background:#fff;
	border-radius:25px;
	font-family:Jost, sans-serif;
	font-size:15px;
	color:#000;
	margin-top:30px;
	padding:10px;
	min-height:150px;
}
.ma_forma input::placeholder,  .ma_forma textarea::placeholder{
  color: #000 !Important;
  opacity: 0.6 !Important;
}
.checkboxer{
margin-top: 20px;
text-align: center;
font-family: Jost, sans-serif;
}
.checkboxer a, label{
font-size:13px;
}
.checkboxer a{
	color:#0095eb;
}
.checkboxer input{
width: 15px;
height: 15px;
border-radius: 5px;
border: none;
margin-right: 7px;
vertical-align: middle;
margin-top:-3px;
}
input[type=checkbox]:after {
    width: 5px !important;
    height: 9px !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.ma_checkbox input[type=checkbox]{
    -webkit-appearance: none;
    outline: none;
    height: 17px;
    width: 17px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    display: inline-block;
    position: relative;
	background: #ff9814;
	border: 1px solid #ff9814;
	box-sizing: border-box;
	border-radius: 4px;
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 0px;
}

.ma_checkbox input[type=checkbox].check-text:checked:after {
    content: '';
    position: absolute;
    height: 60%;
    width: 30%;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    -webkit-transform: translateY(-22%) rotate(45deg);
    transform: translateY(-22%) rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


.modal-window-content input, .modal-window-content textarea, .modal-window-content .ma_checkbox {
max-width: 70% !Important;
margin:0 auto;
margin-bottom:10px;
display:block;
padding:3px !Important;
font-family: Jost, sans-serif;
font-size: 13px;
vertical-align: middle;
}

.modal-window-content .ma_checkbox span {
    font-size: 12px;
    display: inline-block;
    margin-top: -3px;
}

.uspeh1{
text-align: center;
margin-top: 30px;
font-weight:bold;
color:#55a53b;
font-family: Jost, sans-serif;
font-size: 16px;
    line-height: 20px;
	font-weight:400;
}
.uspeh2{
text-align: center;
margin-top: 30px;
color:#ff0000;
font-family: Jost, sans-serif;
font-size: 16px;
    line-height: 20px;
		font-weight:400;
}


.disabledContent 
{
	cursor: not-allowed;
	background-color: rgb(229, 229, 229) !important;
}

.disabledContent > * 
{
	pointer-events:none;
}


.modal-window-content .ma_but2 {
    padding: 0px 40px;
    margin: 0 auto;
    width: 70%;
    margin-bottom: 20px;
}


input[type=text].ma_input{
background: #F9FAFB;
border: 1px solid #D1D5DB;
box-sizing: border-box;
border-radius: 5px;
font-family: Jost, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 40px;
height: 40px;
border-radius: 30px !important;
color: #374151;
padding:20px;
width:100%;
}
textarea.ma_textarea{
background: #F9FAFB;
border: 1px solid #D1D5DB;
box-sizing: border-box;
border-radius: 5px;
font-family: Jost, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #374151;
padding:20px;
min-height:153px;
}


.ma_checkbox{
display:flex;
font-family:Jost, sans-serif;
}

.ma_checkbox .check-text{
margin-right:10px !important;
}

.ma_checkbox input[type=checkbox]{
    -webkit-appearance: none;
    outline: none;
    height: 17px;
    width: 17px;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    display: inline-block;
    position: relative;
	background: #FFD700;
	border: 1px solid #FFD700;
	box-sizing: border-box;
	border-radius: 4px;
flex: none;
order: 0;
flex-grow: 0;
margin: 0px 0px;
}

.ma_checkbox input[type=checkbox].check-text:checked:after {
    content: '';
    position: absolute;
    height: 60%;
    width: 30%;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    -webkit-transform: translateY(-22%) rotate(45deg);
    transform: translateY(-22%) rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}


.form_nazv{
    text-align: center;
    margin-bottom: 10px;
    font-family: Jost, sans-serif;
    margin-top: 10px;
	font-size: 23px;
}

.ma_checkbox span {
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #961B16;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin-left: 10px;
    margin-top: -4px;
    max-width: 300px;
}


@media all and (max-width:500px){
#wow-modal-window-1{
top:10% !Important;
}
.modal-window-content input, .modal-window-content textarea, .modal-window-content .ma_checkbox {
    max-width: 80% !Important;
}
.modal-window-content .ma_checkbox span {
    font-size: 13px;
    line-height: 13px;
    max-width: 170px;
}
.elementor-widget-container .ma_checkbox span {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
}
.modal-window-content .ma_but2 {
	padding: 0px 15px;
	font-size: 13px;
}
.ma_but {
    padding: 10px 40px;
    float: inherit;
    display: block;
    width: 100%;
}
.ma_icon_block {
    margin-right: 0px !Important;
    margin-bottom: 10px !Important;
}


.t651__btn_wrapper {
    bottom: 10px;
    right: 10px;
}
.t651__popup-container {
    bottom: 90px;
    right: 50px;
}

}

.ma_but2{
display:block !important;
max-width: 90% !important;
margin: 0 auto;
margin-top:20px;
float: none !important;
line-height: 47px;
}

.elementor-slideshow__footer{
display:none !Important;
}

.mobile-menu.nav-is-visible, .mobile-menu ul{
background:#000 !Important;
}
.mobile-menu ul li.close-nav a:before, .mobile-menu ul li.close-nav a:after {
    background-color: #fff !Important;
}
@media all and (max-width:550px){
	#header .wdt-header-tpl .sticky-header-active{
	display:none !Important;
	}
	.wdt-custom-silder-style-7 .wdt-carousel-holder .wdt-carousel-pagination-wrapper {
		bottom: -30px !Important;
	}
}