/* HEADER */

.new-main-header .topmenu li.drop > a::after {
  display: none;
}

.new-main-header .topmenu > li.id-7 {
  display: block !important;
}

.topmenu li.drop > a {
  /* padding-right: 0!important; */
}

.topmenu li.drop > a > span.arrow {
  z-index: 5 !important;
}

.new-main-header {
  box-shadow: none !important;
  border-bottom: solid #eeeef0 1px;
}

.new-main-header .company-phone svg {
  margin-right: 10px;
}

.new-main-header .container-header__phone a {
  font-size: 19px;
}

.phone-descr {
  /* display: flex;
justify-content: flex-end;
color: #339554;
align-items: center; */
}

.circle__phone-descr {
  /* width: 5px;
height: 5px;
background-color: #339554;
border-radius: 5px;
margin-right: 5px; */
}

.bold-600 {
  font-weight: 600;
}

.changeCitiModalTrigger {
  /* font-size: 17px!important;
text-decoration: none !important;
color: #E31E24 !important; */
}

.choose-city-descr {
  color: #5a5a5a !important;
}

.choose-city-svg {
  margin-left: 2px;
}

.all-lombards-descr {
  color: #000 !important;
  font-size: 15px;
  margin-top: 5px;
}

.choose-city-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-header-menu {
  border-top: solid #eeeef0 1px;
}

.mail-link {
  color: #000;
  font-size: 15px;
}

.mail-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 148px;
}

.mail-link-wrapper-mobile {
  display: flex !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.close-burger {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
}

@media screen and (min-width: 992px) {
  .new-header-menu .topmenu {
    justify-content: flex-start !important;
  }

  .new-header-menu li {
    margin-right: 20px;
  }

  .new-header-menu li a {
    color: #333 !important;
    font-weight: 400 !important;
  }
}

@media screen and (max-width: 992px) {
  .burger-menu {
    display: block !important;
  }

  .mail-link-wrapper {
    display: none;
  }

  .new-header-menu {
    display: none;
  }

  .new-main-header .logo {
    width: 148px;
  }

  .all-lombards-descr {
    font-size: 13px;
  }

  .new-main-header .container-header__phone a {
    font-size: 15px;
  }

  .phone-descr {
    font-size: 13px;
  }

  .company-phone svg {
    width: 25px;
  }

  .new-main-header .company-phone svg {
    margin-right: 3px;
  }

  .new-main-header .mobile-0 {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .new-main-header .container-header__center {
    width: 100%;
    justify-content: space-between;
  }

  .choose-city-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 567px) {
  .new-main-header .header-body .row {
    justify-content: space-between !important;
  }

  .new-main-header .container-header__center {
    width: 100%;
    justify-content: space-between;
  }

  .pagetitle__new-services {
    margin-left: 30px;
  }
}

@media screen and (max-width: 350px) {
  .burger-menu_nav {
    width: 100% !important;
  }
}

.burger-menu_lines2 {
  width: 35px;
  display: block;
  height: 4px;
  background-color: #000;
  margin-bottom: 6px;
  border-radius: 2px;
  cursor: pointer;
}

.burger-menu {
  display: none;
}

.burger-menu_button {
  cursor: pointer;
  position: relative;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.burger-menu_lines::before {
  content: "";
  top: -12px;
}
.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}
.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}
.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  width: 75%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.burger-menu_active .burger-menu_nav {
  right: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_link {
  padding: 18px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #bb1e99;
  border-bottom: 1px solid #fff;
}
.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}
.burger-menu_link:hover {
  filter: brightness(0.9);
}
.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  color: #000;
}

#section-1 {
  background-image: url("https://images.pexels.com/photos/1813272/pexels-photo-1813272.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500");
  background-attachment: fixed;
  background-size: cover;
  color: #df2a29;
  text-shadow: 4px 4px 6px #fff;
}

#section-2 {
  background-color: red;
  color: #fff;
}

#section-3 {
  background-image: url(https://images.unsplash.com/photo-1551656258-7610a70ff3a3?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-size: cover;
  color: #000;
  text-shadow: 4px 4px 3px #fff;
}

#section-4 {
  background-color: blue;
  color: #fff;
}

#section-5 {
  background-image: url(https://images.unsplash.com/photo-1552256203-c5863f355f44?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-attachment: fixed;
  background-size: cover;
  color: #0000ff;
  text-shadow: 0px 0px 15px #7979fc;
}

/* HEADER */

/* main */

.pagetitle__new-services {
  box-shadow: none !important;
  border-bottom: none !important;
}

.title-section__services {
  display: flex;
}

.left-column__services {
  width: 75%;
  margin-right: 10px;
}

.left-column__services img {
  width: 100%;
  object-fit: contain;
}

.top-right__title-services {
  background-color: #e31e24;
  color: #fff;
  padding: 35px 40px 35px 40px;
}

.query-wrapper__services {
  display: flex;
}

.query-wrapper__services span {
  max-width: 172px;
}

.query-wrapper__services a {
  margin-left: 15px;
  margin-right: 25px;
}

.query-wrapper__services svg {
  margin-top: 12px;
}

.btn-white {
  background-color: #fff;
  color: #e31e24;
  font-weight: 600;
}

.bottom-right__title-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.advantage__services {
  width: 40%;
  display: flex;
  margin-top: 24px;
}

.advantage-right {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.advantage-heading {
  font-size: 19px;
  font-family: "Vollkorn", serif;
}

.service-images-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service-image {
  width: 33%;
  border: #e6e6e6 1px solid;
  padding: 20px;
}

.service-image img {
  width: 100%;
}

.service-image p {
  text-align: center;
  margin-top: 10px;
}

.left-col__query-services {
  padding: 40px;
}

.query-services-wrapper {
  background-color: #f12d2d;
  color: #fff;
  display: flex;
}

.top-row__form-services {
  display: flex;
  justify-content: space-between;
}

.top-row__form-services:first-child {
  margin-bottom: 20px;
}

.top-row__form-services div {
  display: flex;
  flex-direction: column;
  width: 47%;
}

.right-col__query-services {
  background-color: #e31e24;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-col__query-services p {
  text-align: center;
}

.area__form-services {
  outline: none;
  height: 41px;
  width: 100%;
  padding: 12px 15px;
  border-radius: 50px;
  border: 1px solid var(--white, #fff);
  background: none;
  color: #fff;
}

.area__form-services::-webkit-input-placeholder {
  color: #fbc0c0;
}
.area__form-services::-moz-placeholder {
  color: #fbc0c0;
} /* Firefox 19+ */
.area__form-services:-moz-placeholder {
  color: #fbc0c0;
} /* Firefox 18- */
.area__form-services:-ms-input-placeholder {
  color: #fbc0c0;
}

.top-row__form-services a,
.top-row__form-services span {
  width: 47%;
}

.top-row__form-services:nth-child(2) {
  /* align-items: center; */
}

.main-phone__query-services {
  font-family: "Vollkorn", serif;
  font-size: 24px;
}

.soc-query-services {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 74px;
}

.requirements__services {
  margin-top: 70px;
}

.buying-up__services {
  margin-top: 70px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
}

.buying-up-left-col,
.buying-up-right-col {
  width: 45%;
}

.buying-up-left-col {
  padding: 30px 0 0 31px;
}

.buying-up-left-col a {
  width: 50%;
}

.buying-up-right-col {
  margin-top: -30px;
}

.credit__services {
  background-color: #f5f5f5;
  padding: 70px 30px 30px 30px;
}

.credit-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-heading h4 {
  margin: 0;
}

.to-rules__credit {
  display: inline-block;
  text-decoration: none !important;
  border-radius: 56px;
  border: 1px solid var(--style, #e31e24);
  padding: 12px 20px 12px 20px;
  transition: all 0.3s;
}

.to-rules__credit:hover {
  background-color: #e31e24;
  color: #fff;
}

.credit__services p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.credit-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit-link {
  width: 22%;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 7px;
}

.credit-link a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-wrapper__how-we-work {
  display: flex;
}

.left-col__how-we-work .step-wrapper__how-we-work {
  margin-top: 30px;
  margin-bottom: 0px;
}

.how-we-work-h4 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 30px !important;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number-step {
  width: 38px;
  height: 38px;
  background-color: #e31e24;
  font-size: 18px;
  font-family: "Vollkorn", serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step svg {
  margin-top: 10px;
}

.step-descr {
  margin-left: 10px;
}

.step-descr .h5 {
  font-size: 19px !important;
  font-family: Vollkorn !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.step-descr > *:last-child {
  margin-bottom: 0;
}

.how-we-work__services {
  display: flex;
}

.right-col__how-we-work {
  padding-top: 60px;
  width: 80%;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.right-col__how-we-work .h5 {
  text-align: center;
  font-size: 24px;
  width: 190px;
  font-family: Vollkorn;
}

.right-col__how-we-work li {
  width: 161px;
  margin-bottom: 10px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #f5f5f5;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 19px;
  font-family: Vollkorn;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-acc,
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  margin-top: 10px;
}

.accordion:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 40px;
  color: #fff;
  background-color: #e31e24;
  float: right;
  width: 35px;
  border-radius: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.active-acc:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}

.faq-services-wrapper {
  margin-top: 70px;
  margin-bottom: 30px;
}

.faq-services-wrapper .h3 {
  margin-bottom: 20px;
}

.query-phone-link {
  color: #fff !important;
  text-decoration: none;
}

.query-phone-link:hover {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .right-col__how-we-work {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .how-we-work__services {
    flex-direction: column;
  }

  .title-section__services {
    flex-direction: column;
  }

  .left-column__services {
    margin: 0;
    width: 100%;
  }

  .service-image {
    width: 50%;
  }

  .query-services-wrapper {
    flex-direction: column;
  }

  .right-col__query-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .buying-up__services {
    flex-direction: column-reverse;
  }

  .buying-up-left-col,
  .buying-up-right-col {
    width: 100%;
  }

  .buying-up-right-col {
    margin-top: 0;
  }

  .credit-heading {
    flex-direction: column;
  }

  .step svg {
		display: none;
  }

  .credit-links {
    flex-wrap: wrap;
  }

  .credit-link {
    width: 45%;
    margin-bottom: 20px;
  }

  .query-wrapper__services span {
    max-width: inherit;
  }

	.left-col__how-we-work {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 420px) {
  .title-section__services {
    max-width: 100%;
  }

  .query-wrapper__services {
    flex-direction: column;
  }

  .query-wrapper__services a {
    margin-top: 20px;
  }

  .advantage__services {
    width: 80%;
  }

  .query-wrapper__services svg {
    display: none;
  }

  .service-image {
    padding: 10px;
  }

  .top-row__form-services {
    flex-direction: column;
  }

  .top-row__form-services div {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-row__form-services a,
  .top-row__form-services span {
    width: 100%;
  }

  .top-row__form-services span {
    text-align: center;
    margin-top: 20px;
  }

  .buying-up-left-col a {
    width: 80%;
  }

  .accordion {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion span {
    max-width: 80%;
  }

  .right-col__how-we-work {
    background: #e31e24 !important;
  }

  .top-row__form-services span {
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
  }

  .right-col__query-services p {
    width: 150px;
  }
}
