@font-face {
  font-family: Helvetica;
  /* Имя шрифта */
  src: url(../../fonts/Helvetica-Neue.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "Helvetica-Medium";
  /* Имя шрифта */
  src: url(../../fonts/Helvetica/HelveticaNeueCyr-Medium.ttf);
  /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: "Helvetica-Light";
  /* Имя шрифта */
  src: url(../../fonts/Helvetica/HelveticaNeueCyr-Light.ttf);
  /* Путь к файлу со шрифтом */
}
body {
  background: linear-gradient(180deg, #2d83d9 18%, #4156cb 78%, #4652bb);
}
.nfjgh {
  border: 1px solid cornflowerblue;
  border-radius: 15px;
  padding: 15px;
  background-color: aliceblue;
}
.main_header {
  background: #2d83d9 !important;
}
.main_header .navbar-nav {
  margin-top: 3px;
}
.main_header .navbar-nav .nav-link {
  color: #ffffff !important;
}
.main_header .info-links {
  color: #ffffff;
}
.main_header .info-links a {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .main_header {
    font-size: 0.8rem;
  }
  .main_header .navbar-nav .nav-link {
    padding: 0!important;
  }
}
#content .article-wrapper {
  background: white;
  border-radius: 15px;
}
#content .article-wrapper .shadow-sm-right {
  box-shadow: 8px 0px 2px -8px rgba(0, 0, 0, 0.2);
}
#content .article-wrapper .mobile_form_wrap {
  border: 1px solid cornflowerblue;
  border-radius: 15px;
  padding: 15px 5px 0px 5px;
  background-color: aliceblue;
  display: none;
}
#content .article-wrapper .mobile_form_wrap .f-control {
  display: flex;
  align-items: center;
}
#content .article-wrapper .mobile_form_wrap .f-control select {
  width: 100%;
  height: 30px;
  border: 1px solid #ced4da;
}
#content .article-wrapper .mobile_form_wrap .f-control #License_copy,
#content .article-wrapper .mobile_form_wrap .f-control #VIN_copy {
  height: 30px;
}
#content .article-wrapper .mobile_form_wrap .f-control .add-btn {
  color: white;
  border: 1px solid #ced4da;
  background: #0095E5;
}
@media only screen and (max-width: 992px) {
  #content .article-wrapper .mobile_form_wrap {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #content .article-wrapper .mobile_form_wrap {
    display: block;
    padding: 10px 5px 10px 5px;
  }
}
#content .article-wrapper .article {
  font-size: 1rem;
}
#content .article-wrapper .left_sidebar .left_reg_wrap {
  border: 1px solid cornflowerblue;
  border-radius: 15px;
  padding: 15px;
  background-color: aliceblue;
}
#content .article-wrapper .left_sidebar .chose_service .select-services {
  position: relative;
  width: 100%;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__head_services {
  width: 100%;
  max-width: 100%;
  /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 10px;*/
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 18px;
  /*color: rgba(66, 67, 72, 0.8);*/
  cursor: pointer;
  background-color: white;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__head_services::after {
  width: 10px;
  height: 6px;
  background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
  position: absolute;
  float: right;
  right: 20px;
  bottom: 50%;
  top: 12px;
  transform: translateY(50%);
  content: '';
  display: block;
  transition: 0.2s ease-in;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__head_services.open::after {
  transform: translateY(50%) rotate(180deg);
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services {
  /*display: none;*/
  /*position: absolute;*/
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services a {
  text-decoration: none;
  color: #424348;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services .select__item_services {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select__list_services .select__item_services:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
#content .article-wrapper .left_sidebar .chose_service .select-services .select-services-error {
  position: absolute;
  left: 0;
  right: 0;
}
#content .article-wrapper .left_sidebar .add-btn {
  margin: auto;
  display: block;
  padding: 3px 30px;
  height: 40px;
  min-width: 226px;
  background: #0095E5;
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
}
#content .article-wrapper .left_sidebar .add-btn:hover {
  background: #46ab67;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  #content .article-wrapper .left_sidebar .add-btn {
    margin-top: 30px;
    max-height: 30px;
    font-size: 16px;
  }
}
#content .article-wrapper .left_sidebar .vertical-slider .slick-slide {
  height: auto;
  /* Adjust based on your content */
  /* Additional styles as needed */
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item {
  box-shadow: 7px 6px 11px -8px rgba(34, 60, 80, 0.11) !important;
  border-radius: 15px!important;
  height: 100%;
  position: relative;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-img-wrap {
  position: relative!important;
  width: 100%!important;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-btn {
  position: absolute!important;
  width: 30px!important;
  height: 30px!important;
  background-color: #2d83d9 !important;
  color: white!important;
  text-decoration: none!important;
  text-align: center!important;
  font-size: larger!important;
  font-weight: 900!important;
  border-radius: 50%!important;
  top: -14px !important;
  right: 10px!important;
  opacity: 0.8 !important;
  z-index: 1;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-btn:hover {
  color: white!important;
  cursor: pointer!important;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-btn .button-text {
  margin-top: -2px;
  display: block!important;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-item-text h5 {
  font-weight: 100!important;
  color: #858383 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase!important;
  font-family: "Helvetica-Medium" !important;
  padding-right: 30px;
}
#content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-item-text h6 {
  vertical-align: baseline!important;
  color: #9b9b9b !important;
  font-size: 1em;
  font-weight: 500!important;
  line-height: 1.4em !important;
  font-family: "Helvetica-Light" !important;
  margin-top: 15px!important;
}
@media only screen and (max-width: 1600px) {
  #content .article-wrapper .left_sidebar .left_reg_wrap {
    font-size: 14px;
  }
  #content .article-wrapper .left_sidebar .left_reg_wrap .chose_service .select__head_services,
  #content .article-wrapper .left_sidebar .left_reg_wrap .chose_service .select__item_services {
    font-size: 14px;
  }
  #content .article-wrapper .left_sidebar .left_reg_wrap .Renew_Form_pages .form-control {
    font-size: 14px;
  }
  #content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-item-text h5 {
    font-size: 16px!important;
  }
  #content .article-wrapper .left_sidebar .articles-item-wrapper .articles-item .articles-item-text h6 {
    font-size: 14px!important;
  }
}
#footer {
  background-color: #4652a6;
  color: #ffffff;
}
#footer .reg-footer-links {
  color: #ffffff;
}
#footer .reg-footer-links a {
  color: white;
  text-decoration: none;
}
#footer .copyright {
  color: #ffffff;
}
#footer .copyright a {
  color: white;
  text-decoration: none;
}
.display-none {
  display: none!important;
}
