deltext {
position: relative;
    color: #000; /* Цвет текста */
font-weight:bold;

}

deltext::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: red 50%;
    transform-origin: left bottom;
    transform: rotate(-12deg);
}
img.card-img-top {
    width: 100%;
}
.ddd.footer__ullist {
    width: 550px;
}
.news-list-item {
    float: left;
    padding-right: 20px;
	width: 20%;
}
.fourthitem.footer__ullist {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.seconditem.footer__ullist {
    margin-right: 0 !important;
}
.footer__org h6{
    color: #fff;
	display: block;
    text-align: center;
    margin: 10px 10%;
	width: 100%;
}
.question_from h3:last-of-type:after {
    content: " *";
    color: #c00000;
   }
.wrap_dop_yb {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_dop_yb .button span{
    margin-left: 16px;
}
.wrap_dop_yb .button span:hover{
transform: skew(14deg);
}
.wrap_dop_yb .button {
    min-width: 240px;
    min-height: 47px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(0deg, rgb(255 230 78) 0%, rgb(44 112 193) 100%);
    border: none;
    //border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(246 218 50 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
  }

.wrap_dop_yb button::before {
  content: '';
  //border-radius: 1000px;
  min-width: calc(240px + 4px);
  min-height: calc(47px + 4px);
  border: 1px solid rgb(189 13 13);
  box-shadow: 0 0 60px rgb(44 112 193 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.wrap_dop_yb .button:hover, .wrap_dop .button:focus {
  color: #fff;
  transform: translateY(-2px) skew(-14deg);
}

.wrap_dop_yb button:hover::before, .wrap_dop_yb button:focus::before {
  opacity: 1;
}

.wrap_dop_yb button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 2px solid rgb(225 28 28);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(14deg);
  animation: ring 1.5s infinite;
}

.wrap_dop_yb button:hover::after, .wrap_dop_yb button:focus::after {
  animation: none;
  display: none;
}

.wrap_dop {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_dop .button span{
    margin-left: 16px;
}
.wrap_dop .button span:hover{
transform: skew(14deg);
}
.wrap_dop .button {
    min-width: 240px;
    min-height: 52px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: rgb(189 13 13);
    background: linear-gradient(90deg, rgb(251 26 26) 0%, rgba(189,13,13,1) 100%);
    border: none;
    //border-radius: 1000px;
    box-shadow: 12px 12px 24px rgb(189 13 13 / 64%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
  }

.wrap_dop button::before {
  content: '';
  //border-radius: 1000px;
  min-width: calc(240px + 4px);
  min-height: calc(52px + 4px);
  border: 1px solid rgb(189 13 13);
  box-shadow: 0 0 60px rgb(189 13 13 / 64%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.wrap_dop .button:hover, .wrap_dop .button:focus {
  color: #fff;
  transform: translateY(-2px) skew(-14deg);
}

.wrap_dop button:hover::before, .wrap_dop button:focus::before {
  opacity: 1;
}

.wrap_dop button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 2px solid rgb(225 28 28);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(14deg);
  animation: ring 1.5s infinite;
}

.wrap_dop button:hover::after, .wrap_dop button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 240px;
    height: 240px;
    opacity: 0;
  }
}

.dop a{
	position:relative;
	display:inline-block;
	padding:25px 30px;
	margin:40px 0;
	color:#03e9f4;
	text-dicoration:none;
	text-transform:uppercase;
	transition:0.5s;
	letter-spacing:4px;
	overflow:hidden;
	margin-right:50px;
}
.dop a:hover{
	background:#03e9f4;
	color:#050801;
	box-shadow: 0 0 5px #03e9f4,
		    0 0 25px #03e9f4,
		    0 0 50px #03e9f4,
		    0 0 200px #03e9f4;
	-webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
.dop a:nth-child(1){
	filter:hue-rotate(270deg);
}
.dop a:nth-child(2){
	filter:hue-rotate(110deg);
}
.dop a span{
	position:absolute;
	display:block;
}
.dop a span:nth-child(1){
	top:0;
	left:0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #03e9f4);
	animation: anumate1 1s linear infinite;
}
@keyframes animate1{
	0%{
		left:-100%;
	}
	50%,100%{
		left:100%;
	}
}
.dop a span:nth-child(2){
	top:-100%;
	left:0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #03e9f4);
	animation: anumate2 1s linear infinite;
	animation-delay: 0.25s
}
@keyframes animate2{
	0%{
		top:-100%;
	}
	50%,100%{
		top:100%;
	}
}
.dop a span:nth-child(3){
	botton:0;
	right:0;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #03e9f4);
	animation: anumate3 1s linear infinite;
	animation-delay: 0.50s
}
@keyframes animate3{
	0%{
		top:-100%;
	}
	50%,100%{
		top:100%;
	}
}
.dop a span:nth-child(4){
	botton:-100%;
	right:0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #03e9f4);
	animation: anumate4 1s linear infinite;
	animation-delay: 0.75s
}
@keyframes animate3{
	0%{
		bottom:-100%;
	}
	50%,100%{
		bottom:100%;
	}
}

.center_btn1 {
    text-align: center;
    padding: 30px;
}
.btn1 {
	margin:10px;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #212529;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mr-2{
    margin-right: 0.5rem!important;
    float: left;
}


.align-middle {
    vertical-align: middle!important;
    float: left;
    margin-top: 5px;
}

.phones a i {
    transform: rotate(90deg);
    color: #b90000;
    width: 12px;
    height: 12px;
}
.phones a button {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    font: inherit;
    letter-spacing: 2px;
    color: #bd0000;
    background-color: transparent;
    border: 2px solid;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    margin-left: 10px;
}
.phones a button::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #bd0000;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(5);
    width: 95%;
    opacity: 0;
    transition: transform .25s;
}
.phones a button:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.phones a button:hover {
    color: transparent;
}

.icon-flex-1{ float:left;  width:50%}
.system_table__battery-icon_bravo{ width:100%;  height:31px;  background-repeat:no-repeat !important;  background-position-y:center !important;  background-position-x:center !important}
.icon__base{ background:url(/upload/svg/bravo180s.svg);  background-size:74%}
.icon__standard{ background:url(/upload/svg/bravo400s-lt.svg);  background-size:87%}
.icon__premium{ background:url(/upload/svg/bravo400s.svg);  background-size:74%}
.icon__premium-plus{ background:url(/upload/svg/delta80.svg);  background-size:68%}
.icon__isobus{ background:url(/upload/svg/isobus.svg);  background-size:47%}
.title2{margin-top:10px; width:100%}

@media screen and (max-width:1870px) and (min-width:1441px){.contact__form_new.contact__form{width:44vw}
.contact__form_new.contact__form .input-wrap{ width:46%}
.contact__form_new.contact__form .input-wrap.textarea{ width:100%}
}

@media screen and (min-width:1440px){.contact__item .contact-line span{ width:33%}
.contact__item .contact-line i{ left:15px}
.icon-flex-1{float:none !important;  width:100% !important}
.icon-flex-1 span.icon-text{ max-width:100% !important}
}
@media screen and (min-width:1600px){.contact__item .contact-line span:last-child{ width:28%}
.contact__item .contact-line i{ left:5px}
}
@media screen and (min-width:1800px){.contact__item .contact-line span:last-child{ width:30%}
.contact__item .contact-line i{left:35px}
.contact-line.spec i{ left:10px}
}
@media screen and (min-width:1870px){.contact__item .contact-line span:last-child{ width:30%}
.contact__item .contact-line i{left:60px}
.contact-line.spec i{ left:10px}
}

.forum__file.actf{position:relative}
.forum__file.actf:before{content:"1"; display:block; position:absolute;  background:#bd0d0d;  width:20px;  height:20px;  text-align:center;  border-radius:50%;  right:0;  z-index:9;  color:#fff}
 #lottie{ background-color:#fff;  width:100%;  height:100%;  display:block;  overflow:hidden;  transform:translate3d(0,0,0);  text-align:center;  opacity:1; position:fixed;  z-index:9999}
@media screen and (max-width:1800px){body .jq-selectbox .jq-selectbox__select{ }
}

a.new_value_diller{ background:none;  border:none;  font-size:14px;  font-weight:300;  font-family:'Montserrat',sans-serif;  float:right}
a.new_value_diller .fas.fa-pen{ margin-left:27px;  margin-right:9px;  color:#b90000}
a.new_value_diller span{ color:#b90000;  text-decoration:underline}
.save_value_diller{ background:none;  border:none;  font-size:14px;  font-weight:300;  font-family:'Montserrat',sans-serif}
.submit_dillers{ color:#000;  text-decoration:underline;  font-weight:300;  border:0px;  background:none}
.btn.red.form_btn.btn_submit_dillers{margin-bottom:27px}
.not_mod{ margin-bottom:34px;  text-align:center;  color:#00b90e}
.profile__content .tab .tab-legend li{ text-transform:none}
.profile-about-user.active{ padding:0px 25px}
.a-pdf a{ margin-left:10px}
.document__text a{width:auto}
body .ui-widget-content .ui-state-highlight, body .ui-widget-content .ui-state-default{cursor:initial}
.jq-selectbox select, .jq-select-multiple select{display:none}
.date__text{width:calc(100% - 100px)}
.date__item{box-sizing:border-box}
.bottom-content-tabs{position:initial;  transform:none;  left:0;  text-align:center}
.bottom-content-tabs .btn{display:inline-block;  margin-bottom:25px}
.hamb__block{display:none}
.all__date span:hover, .title__right span:hover{transform:scale(1.05); font-size:14px;  display:inline-block}
@media screen and (max-width:2000px) and (min-width:1800px){.calendar__newphoto{max-width:calc(100% - 600px)} }
@media screen and (max-width:2000px) and (min-width:1400px){body .container #map.fixed-bottom{bottom:0px !important;  position:absolute!important} }
@media screen and (max-width:1800px) and (min-width:769px){.calendar__news{min-height:450px;  float:left;  width:50%}
.calendar__newitem div ul{width:100%}
.calendar__block{ width:50%;  float:right; padding-left:50px;  box-sizing:border-box}
.calendar__newsblock{width:100%}
body .ui-datepicker table td{ padding:18px 4px 9px 10px}
}

@media screen and (max-width:1400px) and (min-width:769px){.catalog__item{height:620px}
.calendar__block{padding-left:20px}
}

@media screen and (max-width:768px){.tab-legend.open{ top:auto}
.hamb__block.active{display:flex}
.maincatalog .tab-legend{display:none}
.maincatalog .tab-legend.open{display:block}
.system_productia__table{width:100%}
.system_productia__row{ display:flex;  align-items:center;  justify-content:center;  flex-direction:column;  flex:1 0 100%}
.system_productia__table .system_productia__sidebar{ flex-grow:0;  width:100%;  padding:10px}
.system_productia__body{ min-width:100%}
}

@media screen and (max-width:768px) and (min-device-height:790px){.catalog__item{ height:calc(100vh - 459px); align-items:center;  display:flex!important; justify-content:center} }
body .detail__similaritem:hover{ background:white}
body .machines__slider{ overflow-x:auto}
.btn-contact{ background:none}
.ok{ margin-bottom:10px;  display:block;  color:#00c700}
.error{ margin-bottom:10px;  display:block;  color:#c70000}
.hide_standart{display:inline-block;  padding:0;  background:none;  border:0}
.machines__overlay{ display:block}
#tab-slider>div{text-align:center}
#tab-slider>div>div{display:inline-block}
.product__slideritem >a>img{ width:95%; height: 95%; margin:0 auto}
.product__slideritem >a>img:hover{ transform:scale(1.04)}
body .nav__btn{z-index:9}
.check_hide{ display:none}
.check_hide:checked+.checkbox__label:before{ content:"\f00c";  font-size:14px}

@media screen and (max-width:1800px){.container.container_header{ width:90%}}
@media screen and (max-width:1400px){.container.container_header{ width:1105px}}
@media screen and (min-width:1800px){.container.container_header{ width:1760px;  margin:0 auto;  display:block}}
@media screen and (max-width:1145px) and (min-width:769px){.container.container_header{ width:96%}}
@media screen and (max-width:768px){.container.container_header{ width:90%}
.icon__base, .icon__standart, .icon__premium, .icon__premium-plus, .icon__isobus{ background-size:100%}
}

@media screen and (max-width:1400px) and (min-width:769px){.catalog__item{ height:100%}}
@media screen and (max-width:1800px){.catalog__item p{font-size:14px}}
@media screen and (min-width:1126px){.productia__headcontent >img{/* width:100%;*/  min-width:467px}}
@media screen and (min-width:1800px){.productia__headcontent >img{ min-height:544px}}
.hover_this_span:hover{font-size:15px}
@media screen and (max-width:1800px){.tab_search_resultitem{ width:231px}}
.tab_search_resultitem:hover{ background:#e8e8e8}
button.take-tab:hover{ background:#bd0d0d;  color:#fff}
.modal-1 h5{ width:210px}
.send_catalog:hover{ font-size:26px}
.search__contentitem:hover{ width:100%;  background:#fff}

ul#accordion.accordion li ul {
  display: none;
		/*  background: #444359;*/
  font-size: 14px;
}