@media (max-width: 767px){
	.perv{
		background-image: none !important;
	}
	#sp-header .row{
		display: flex;
  padding: 0 10px;
	}
	#sp-logo{order: 1;}
	#sp-menu{order: 3;}
	#sp-top1{order: 2;}
  #sp-top1 .sp-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
#jtl button.modal-toggle, #jtl button.login-toggle, #jtl button.register-toggle {
  padding: 0 !important;
  }
  .mob-non{
  display: none;
  }
}
ol, ul {
  padding-left: 1rem;
}
#sp-header .sp-module {
  margin-left: 20px;
  width: 100%;
}
.tel{
font-size:	15px;
font-weight: 500;
}
.msv{
  margin-right: 10px;
}
.msv i{
  margin-right: 5px;
}
#sp-footer .container-inner {
  padding: 0;
  border-top: none;
}
.rsform-type-radiogroup {
  border: 1px solid #003C9E;
  border-radius: 10px;
  padding: 10px 20px;
}
.rsform-type-textbox{
  border: 1px solid #003C9E;
  border-radius: 10px;
  padding: 10px 20px;
}
.form-label{
  color: #003C9E;
  font-weight: 600;
}
#Str1Next,#Str2Next,#Str3Next,.btn-primary {
  background: #DD3C3C;
  border-radius: 20px;
  padding: 10px 25px;
  border-color: #DD3C3C;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}#Str1Next,#Str2Next,#Str3Next,.btn-primary:hover {
  background: #DD3C3C;
  border-radius: 20px;
  padding: 10px 25px;
  border-color: #DD3C3C;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
#Str1Prev,#Str2Prev,#Str3Prev,#SubmitPrev {
  background: #DD3C3C;
  border-radius: 20px;
  padding: 10px 25px;
  border-color: #DD3C3C;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-right: 50px;
}
#Str1Prev,#Str2Prev,#Str3Prev,#SubmitPrev:hover {
  background: #DD3C3C;
  border-radius: 20px;
  padding: 10px 25px;
  border-color: #DD3C3C;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-right: 50px;
}
.rsformProgressBar {
  height: 8px;
  background: #003C9E;
  margin: 0 !important;
}
.formError {
  color: #cf4d4d;
  font-size: 12px;
}
#sp-header {
  height: 80px !important;
}
.sub-tl{
  font-size: 13px;
  font-family: 'Manrope', sans-serif;;
}
.droptablestable tr, .droptablestable th, .droptablestable td{
font-family: 'Manrope', sans-serif !important;
}
.modal-backdrop.show {
  display: none;
}
.mod-login-logout{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  gap: 10px;
}
.mod-login-logout .btn-primary{
	background: transparent;
  color: #003C9E;
  border: 1px solid #003C9E;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Manrope', sans-serif;
}
#sp-header .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#jtl button.modal-toggle{
  background: #DD3C3C !important;
  color: #fff !important;
  border-radius: 10px !important;
}
* {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: orange;
}

*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid orange;
}
#sp-logo{
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 5px
}
.article-list .article {
  border: 1px solid #ffda5f;
  border-radius: 12px;
}
.article-list .article .article-header h2 a {
  color: #003C9E;
}