.bsnav-mobile .navbar-nav {
    margin-top: 20px;
}

.hr-orange {
  border-color: #ff6500;
  border-width: 4px;
  display: inline-block;
  margin-top: 0;
  width: 80px;
}

.bsnav {
    padding-top: 5px;
}

.ri-check-double-line::before {
font-size: 20px;
color: #ff6500;
}

#btn-back-to-top {
  z-index:1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


.btn-color {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
}

.btn-color:hover {
    color: #fff;
    background-color: #fa730f;
    border-color: #fa730f;
}

body, p {
color: #000;}


/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:4px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}


.accordion-wrapper .card {
  border: none;
  background-color: transparent;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #2B1B9A14;
  border-radius: 8px;
  padding: 16px 30px;
  cursor: pointer;
  position: relative;
  padding: 22px 82px;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  left: 14px;
  top: 15px;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  height: 42px;
  font-size: 24px;
  width: 42px;
  background: #2B1B9A1A 0% 0% no-repeat padding-box;
  border-radius: 50px;
  text-align: center;
  line-height: 42px;
  top: 50%;
  color: #2B1B9A;
  transform: translateY(-50%);
}
.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
  content: "\f107";
  color: #2B1B9A;
}
.accordion-wrapper .card .card-body {
  background-color: #fff;
  padding: 20px 30px;
}
.accordion-wrapper .card .card-body.style-01 {
  padding: 40px 40px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.accordion-wrapper .card .card-body.style-02 {
  background-color: #fff;
  padding: 0px 0 20px;
  line-height: 25px;
}

.accoridions .section-title .title {
  font-size: 42px;
  font-weight: 700;
  color: #000629;
  line-height: 50px;
}

.cardDesign {
  border: 3px solid #2B1B9A !important;
  border-radius: 8px;
}

img.faq_doted.position-absolute {
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  left: -100px;
}

img.faq_doted_two.position-absolute {
  right: 50px;
  width: 12%;
  bottom: 0;
}

img.clients_09.position-absolute {
  right: -26px;
  bottom: -91px;
}

.client_meta p {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.faq-section {
  position: relative;
}
.faq-section .faq-element {
  position: absolute;
  bottom: 60px;
  right: 60px;
  animation: rotate 15s linear infinite;
}

.faq-wrapper {
  margin-bottom: -30px;
}
.faq-wrapper .faq-item {
  background-color: #ffffff;
  border: 3px solid #F1F1F1;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 22px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 18px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 60px);
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-title .title span {
  font-weight: 700;
}
.faq-wrapper .faq-item .faq-title .title span.dot {
  color: #131313;
  margin-right: 15px;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  padding-top: 30px;
}
.faq-wrapper .faq-item .faq-content p {
  width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-content p {
    width: 100%;
  }
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before {
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ff6500;;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.open {
  border: 3px solid #ff6500;
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before, .faq-wrapper .faq-item.open .right-icon::after {
  background: #ff6500;
}

.news {
	display:flex;
	border-bottom: solid 1px grey;

}

.news:hover {
	border-bottom: solid 1px #ff6500;

}

.news:hover .span_news{
	color:#ff6500;
}

.row>.img_news { display: none; }
.row:hover>.img_news { display: block; }

.news_a {
    color:#000;
}

.news_a:hover {
    color:#ff6500;
}

.nav-a {
	padding:10px;
	font-size: 1.8rem;
	line-height: 3rem;
	color: #000;
	}

.bsnav-mobile .navbar {
	width:300px;
	}


.form-row {
    width: 100%;
    padding: 24px 55px;
    border-bottom: 1px solid #e5e5e5;
}

.form-row .name {
    width: 300px;
}

.value {
    width: 60%;
    margin-left: auto;
    margin-right: 0em;

}

.input--style-6 {
    width: 100%;
}


.svg-question {
    color: #ff6500;
    margin-bottom:3px;
}

.btn-footer {
    margin: 24px 55px;
    background: #ff7400;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    border: #ff7400;
}

.btn-footer:hover {
    background: #ff6500;
    border: #ff6500;

}

.tooltip-inner {
    font-size: 1.5em;
    background-color: #ff6500;
    max-width: 300px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
border-top-color: #ff6500; /* цвет стрелочки (по умолчанию #000)*/
}

	#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 35%;
    left: 0;
    right: 0;
    font-size: 20px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

button.close {

    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(248,136,3);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
button.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
button.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}