* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

/* remove highlight color on mobile */

* {
  -webkit-tap-highlight-color: transparent;
}

input.telephone::-webkit-outer-spin-button,
input.telephone::-webkit-inner-spin-button,
input#contact_telephone::-webkit-outer-spin-button,
input#contact_telephone::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(3px);
  }
}

body {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button:focus {
  outline: none;
}

/* width */

.flip_box_back p::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.flip_box_back p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */

.flip_box_back p::-webkit-scrollbar-thumb {
  background: #0B2766;
}

/* Handle on hover */

.flip_box_back p::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* recaptcha badge */

.grecaptcha-badge {
  display: none;
}

.container {
  max-width: 1155px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}

.heading {
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  color: #0B2766;
}

.heading_main {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #0B2766;
  word-break: break-word;
}

.heading_main span {
  color: #FFF100;
}

.btn_block {
  background: #FFF100;
  padding: 16px 20px;
  border-radius: 55px;
  border: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  color: #0B2766;
  transition-property: color;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  text-align: center;
}

.btn_block:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0dc00;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.btn_block:hover {
  /*color: #fff;*/
}

.btn_block:hover:before {
  transform: scale(2);
}

.center {
  text-align: center;
}

.logo_img {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

body.menu_open {
  overflow: hidden;
}

.side_bar_scroll {
  background: #FFF100;
  border-radius: 40px 0px 0px 40px;
  max-width: 178px;
  position: fixed;
  right: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  z-index: 2;
  top: 50%;
  cursor: pointer;
  overflow: hidden;
  display: none;
}

.side_bar_scroll p {
  font-size: 14px;
  line-height: 140%;
  color: #1F4496;
  font-weight: 800;
}

.side_bar_scroll:after {
  background: #cfc40f;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.side_bar_scroll:hover {
  background: #f0dc00;
}

.side_bar_scroll:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.popup_video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
  max-width: 900px;
  height: 100%;
  width: 100%;
  max-height: 500px;
  padding: 0 20px;
}

.popup_video.valuation {
  max-width: 1050px;
  max-height: 570px;
}

.popup_video.active {
  display: block;
}

.popup_video .close_popup {
  position: absolute;
  background: #FFF100;
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  cursor: pointer;
}

.popup_video .close_popup:before,
.popup_video .close_popup:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #0B2766;
  left: 19px;
  top: 10px;
}

.popup_video .close_popup:after {
  transform: rotate(45deg);
}

.popup_video .close_popup:before {
  transform: rotate(-45deg);
}

.popup_video .video_box {
  position: relative;
  padding-bottom: 56.25%;
}

.popup_video .video_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #eaeaea;
  display: none;
  z-index: 999;
}

.overlay.active {
  display: block;
}

.overlay.estimate {
  z-index: 1000;
  background-color: #0A2C71;
}

.cookies_bar {
  background: #FFF100;
  padding: 15px 20px;
  transition: all 0.5s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 13;
  top: 0;
}

.cookies_bar.hide {
  top: -80px;
}

.cookies_bar.active {
  z-index: 0;
}

.cookies_bar p {
  font-size: 14px;
  line-height: 160%;
  color: #0B2766;
}

.cookies_bar p span {
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin: 0 0 0 25px;
  z-index: 1;
  padding: 0 2px;
  color: #0B2766;
  cursor: pointer;
}

.cookies_bar p span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 37%;
  background: #fff;
  bottom: 3px;
  z-index: -1;
  left: 0;
}

.cookies_bar p span:active {
  color: #0B2766;
}

.cookies_bar .close {
  position: absolute;
  right: 22px;
  top: 16px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.cookies_bar .close:before,
.cookies_bar .close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #BFB60B;
  left: 9px;
  top: 6px;
}

.cookies_bar .close:before {
  transform: rotate(45deg);
}

.cookies_bar .close:after {
  transform: rotate(-45deg);
}

.cookies_bar.hide {
  display: none;
}

.banner_cookies {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
  z-index: 12;
  display: none;
}

.banner_cookies .inner_ckooies {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 35px;
  background: #FFFFFF;
  box-shadow: 0px 8px 34px rgba(32, 32, 50, 0.3);
  border-radius: 60px;
  justify-content: space-between;
}

.banner_cookies .inner_ckooies p {
  display: inline-table;
  max-width: 270px;
  text-align: left;
  font-size: 14px;
  line-height: 135%;
  color: #5673B1;
}

.banner_cookies .inner_ckooies p a {
  color: #0B2766;
}

.banner_cookies .inner_ckooies .grid {
  width: 71px;
  height: 71px;
  display: flex;
  background: #E7EAF3;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  cursor: pointer;
}

.banner_cookies .inner_ckooies .grid img {
  width: 30px;
  height: 10px;
}

.maisonpage header .header.sticky {
  background-color: transparent;
  border-bottom: none;
}

.maisonpage header .header.sticky.nav-up,
.maisonpage header .header.sticky.nav-down {
  background-color: #fff;
}

@media (max-width: 767px) {
  .maisonpage header .header.sticky.nav-up .logo_block .dropdown-sec .lang_block span,
  .maisonpage header .header.sticky.nav-down .logo_block .dropdown-sec .lang_block span {
    color: #0B2766;
  }
}

@media (max-width: 767px) {
  .maisonpage header .header .logo_block .dropdown-sec .lang_block span {
    color: #fff;
  }
}

.maisonpage header .header .navigation_bar nav ul li a.active {
  color: #fff;
}

.maisonpage header .header .navigation_bar nav ul li a:after {
  background: #fff;
}

.maisonpage header .header .navigation_bar nav ul li a:hover {
  color: #fff;
}

.homepage header .header .navigation_bar nav ul li a {
  color: #0B2766;
}

.listPage header {
  background: #fafaff;
}

header {
  position: relative;
  z-index: 12;
}

header.cookies_active {
  padding: 52px 0 0;
}

header .top_bar {
  background: #FAFAFF;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  flex-wrap: wrap;
}

header .top_bar .left_bar ul {
  display: flex;
}

header .top_bar .left_bar ul li {
  padding: 0 20px 0 0;
}

header .top_bar .left_bar ul li .lang_block {
  position: relative;
}

header .top_bar .left_bar ul li .lang_block span {
  color: #0B2766;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
  text-transform: uppercase;
}

header .top_bar .left_bar ul li .lang_block span:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C5D0E8;
  right: 0;
  top: 8px;
}

header .top_bar .left_bar ul li .lang_block .dropdown_lang {
  position: absolute;
  min-width: 60px;
  background: #fafaff;
  border-radius: 2px;
  box-shadow: 0px 8px 13px rgba(31, 68, 150, 0.08);
  display: none;
  overflow: hidden;
}

header .top_bar .left_bar ul li .lang_block .dropdown_lang ul {
  flex-direction: column;
}

header .top_bar .left_bar ul li .lang_block .dropdown_lang ul li {
  padding: 0;
}

header .top_bar .left_bar ul li .lang_block .dropdown_lang ul li a {
  padding: 2px 10px 2px 10px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

header .top_bar .left_bar ul li .lang_block .dropdown_lang ul li a:hover {
  background: #f4f4f5;
}

header .top_bar .left_bar ul li .lang_block:hover .dropdown_lang {
  display: block;
}

header .top_bar .left_bar ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #5673B1;
}

header .top_bar .right_bar ul {
  display: flex;
  align-items: center;
}

header .top_bar .right_bar ul li {
  padding: 0 0 0 10px;
}

header .top_bar .right_bar ul li a,
header .top_bar .right_bar ul li span {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  color: #5673B1;
}

header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
}

header .header.sticky {
  position: fixed;
  transition: top 0.6s;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

header .header.sticky.nav-down {
  box-shadow: 0 0px 10px -1px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideDown 0.5s ease-in-out;
          animation: slideDown 0.5s ease-in-out;
}

header .header.sticky.cookies {
  top: 47px;
}

header .header.sticky.nav-up {
  top: -100px;
}

header .header .logo_block a img {
  display: flex;
}

header .header .logo_block .dropdown-sec {
  display: none;
}

@media (max-width: 767px) {
  header .header .logo_block .dropdown-sec {
    display: block;
    padding-left: 20px;
  }
}

header .header .logo_block .dropdown-sec .lang_block {
  position: relative;
}

header .header .logo_block .dropdown-sec .lang_block span {
  color: #0B2766;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  cursor: pointer;
  text-transform: uppercase;
}

header .header .logo_block .dropdown-sec .lang_block span:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C5D0E8;
  right: 0;
  top: 8px;
}

header .header .logo_block .dropdown-sec .lang_block .dropdown_lang {
  position: absolute;
  min-width: 60px;
  background: #fafaff;
  border-radius: 2px;
  box-shadow: 0px 8px 13px rgba(31, 68, 150, 0.08);
  display: none;
  overflow: hidden;
}

header .header .logo_block .dropdown-sec .lang_block .dropdown_lang ul {
  flex-direction: column;
}

header .header .logo_block .dropdown-sec .lang_block .dropdown_lang ul li {
  padding: 0;
}

header .header .logo_block .dropdown-sec .lang_block .dropdown_lang ul li a {
  padding: 2px 10px 2px 10px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  color: #5673B1;
}

header .header .logo_block .dropdown-sec .lang_block .dropdown_lang ul li a:hover {
  background: #f4f4f5;
}

header .header .logo_block .dropdown-sec .lang_block:hover .dropdown_lang {
  display: block;
}

header .header .navigation_bar {
  width: calc(100% - 175px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header .navigation_bar nav ul {
  display: flex;
}

header .header .navigation_bar nav ul li {
  padding: 0 20px 0 0;
}

@media (min-width: 1199px) {
  header .header .navigation_bar nav ul li.mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  header .header .navigation_bar nav ul li.desktop {
    display: none;
  }
}

header .header .navigation_bar nav ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #C5D0E8;
  transition: all 0.5s ease-in-out;
  position: relative;
}

header .header .navigation_bar nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #0B2766;
  height: 1px;
  transition: all 0.5s;
}

header .header .navigation_bar nav ul li a:hover {
  color: #0B2766;
}

header .header .navigation_bar nav ul li a:hover:after {
  width: 100%;
}

header .header .navigation_bar nav ul li a.active {
  color: #0B2766;
}

header .mobile-right-sec {
  display: none;
}

header .header_menu {
  display: none;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

footer .upper_footer {
  background: #F8F9FD;
  padding: 100px 0 115px;
}

footer .upper_footer .footer_logo_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 100px;
}

footer .upper_footer .footer_logo_block .left {
  display: flex;
  align-items: center;
  width: 75%;
}

footer .upper_footer .footer_logo_block .left p {
  padding: 0 0 0 25px;
  font-size: 20px;
  line-height: 170%;
  color: #5673B1;
}

footer .upper_footer .footer_logo_block .right {
  width: 25%;
  text-align: right;
}

footer .upper_footer .footer_logo_block .right .btn_block {
  background: #F0F0F9;
}

footer .upper_footer .footer_logo_block .right .btn_block:before {
  background: #e0e0ec;
}

footer .upper_footer .footer_contact_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  footer .upper_footer .footer_contact_block {
    gap: 20px;
  }
}

footer .upper_footer .footer_contact_block .heading {
  font-weight: 800;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0B2766;
  width: 100%;
  padding: 0 0 15px;
}

footer .upper_footer .footer_contact_block .left .view-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  footer .upper_footer .footer_contact_block .left .view-address {
    gap: 10px;
  }
}

footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  padding: 0 0 10px;
}

footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li {
  display: flex;
  align-items: baseline;
}

footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li img {
  width: 16px;
  line-height: 16px;
  position: relative;
  top: 4px;
}

footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li a,
footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  padding: 0 0 0 10px;
}

footer .upper_footer .footer_contact_block .right-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  footer .upper_footer .footer_contact_block .right-addresses {
    gap: 10px;
  }
}

footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  padding: 0 0 10px;
}

footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li {
  display: flex;
  align-items: baseline;
}

footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li img {
  width: 16px;
  line-height: 16px;
}

footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li a,
footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  padding: 0 0 0 10px;
}

footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
  padding: 0 0 10px;
}

footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li {
  display: flex;
  align-items: baseline;
}

footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li img {
  width: 16px;
  line-height: 16px;
}

footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li a,
footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  padding: 0 0 0 10px;
}

footer .center_footer {
  background: linear-gradient(180deg, rgba(56, 45, 255, 0.05) 0%, rgba(248, 249, 253, 0.34) 100%);
  padding: 85px 0 70px;
}

footer .center_footer .center_footer_inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

footer .center_footer .center_footer_inner .left {
  width: 45%;
}

footer .center_footer .center_footer_inner .left .social {
  display: flex;
}

footer .center_footer .center_footer_inner .left .social li {
  padding: 0 10px 0 0;
}

footer .center_footer .center_footer_inner .left .social li a {
  display: flex;
}

footer .center_footer .center_footer_inner .left .contact_list {
  margin: 13px 0 0;
}

footer .center_footer .center_footer_inner .left .contact_list a {
  font-weight: 800;
  font-size: 22px;
  line-height: 170%;
  color: #0B2766;
  margin: 0 40px 0 0;
}

footer .center_footer .center_footer_inner .left .next_page_link {
  margin: 30px 0 0;
}

footer .center_footer .center_footer_inner .left .next_page_link a {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #0B2766;
  display: inline-flex;
  margin: 0 0 0 70px;
}

footer .center_footer .center_footer_inner .left .next_page_link a:first-child {
  margin: 0;
}

footer .center_footer .center_footer_inner .left .next_page_link a img {
  padding: 0 0 0 12px;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

footer .center_footer .center_footer_inner .left .next_page_link a:hover img {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

footer .center_footer .center_footer_inner .right {
  width: 55%;
}

footer .center_footer .center_footer_inner .right .footer__menu ul {
  display: flex;
  justify-content: flex-end;
}

footer .center_footer .center_footer_inner .right .footer__menu ul li {
  padding: 0 15px;
}

footer .center_footer .center_footer_inner .right .footer__menu ul li a {
  font-weight: 800;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
  color: #0B2766;
}

footer .center_footer .center_footer_inner .right .footer__menu ul li:last-child {
  padding-right: 0;
}

footer .center_footer .center_footer_inner .right .serach_box {
  text-align: right;
  margin: 18px 0 0;
  position: relative;
}

footer .center_footer .center_footer_inner .right .serach_box input {
  background: #F8F9FD;
  border: 1px solid #E0E4EF;
  border-radius: 100px;
  font-size: 14px;
  line-height: 150%;
  color: #5673B1;
  padding: 14px 45px 14px 16px;
  width: 253px;
  -webkit-appearance: none;
}

footer .center_footer .center_footer_inner .right .serach_box input:focus {
  outline: none;
}

footer .center_footer .center_footer_inner .right .serach_box input::-moz-placeholder {
  color: #5673B1;
}

footer .center_footer .center_footer_inner .right .serach_box input:-ms-input-placeholder {
  color: #5673B1;
}

footer .center_footer .center_footer_inner .right .serach_box input::placeholder {
  color: #5673B1;
}

footer .center_footer .center_footer_inner .right .serach_box input::-webkit-inner-spin-button,
footer .center_footer .center_footer_inner .right .serach_box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer .center_footer .center_footer_inner .right .serach_box span {
  width: 37px;
  height: 37px;
  background: #F0F0F9;
  display: inline-block;
  border-radius: 10rem;
  position: absolute;
  right: 6px;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer .fotter_bottom {
  padding: 79px 0 121px;
}

footer .fotter_bottom .footer_grid h4 {
  font-size: 12px;
  line-height: 160%;
  color: #0B2766;
  font-weight: normal;
}

footer .fotter_bottom .footer_grid h4 a {
  color: #0B2766;
}

footer .fotter_bottom .footer_grid p {
  font-size: 12px;
  line-height: 160%;
  color: #5673B1;
  padding: 0 10px 0 0;
}

footer .fotter_bottom .footer_grid p a {
  color: #0B2766;
}

footer .fotter_bottom .copyright {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 0;
}

footer .fotter_bottom .copyright .copyright_left {
  width: 49%;
}

footer .fotter_bottom .copyright .copyright_left p {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #5673B1;
}

footer .fotter_bottom .copyright .copyright_right {
  width: 49%;
}

footer .fotter_bottom .copyright .copyright_right p {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #5673B1;
  text-align: right;
}

footer .fotter_bottom .copyright .copyright_right p a {
  color: #0B2766;
}

.singlepage .overlay {
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 479px) {
  .banner_cookies {
    max-width: 300px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 70px;
  }

  .banner_cookies .inner_ckooies {
    padding: 12px 12px 12px 25px;
  }

  .banner_cookies .inner_ckooies p {
    max-width: 200px;
    font-size: 12px;
  }

  .banner_cookies .inner_ckooies .grid {
    width: 60px;
    height: 60px;
  }

  .popup_video {
    /*max-height: 300px;*/
  }
}

@media (min-width: 480px) and (max-width: 767.5px) {
  .banner_cookies {
    max-width: 300px;
  }

  .banner_cookies .inner_ckooies {
    padding: 12px 12px 12px 25px;
  }

  .banner_cookies .inner_ckooies p {
    max-width: 200px;
    font-size: 12px;
  }

  .banner_cookies .inner_ckooies .grid {
    width: 60px;
    height: 60px;
  }

  .popup_video {
    /*max-height: 310px;*/
  }
}

@media (max-width: 767.5px) {
  main {
    padding-top: 95px;
  }

  .container {
    padding: 0 20px;
  }

  .heading {
    font-size: 35px;
  }

  .popup_video {
    max-height: initial;
    height: initial;
  }

  .popup_video .close_popup {
    top: 10px;
    z-index: 1;
  }

  .popup_video .video_box {
    /*-webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    display: contents;*/
  }

  .popup_video .video_box iframe {
    height: 100%;
    width: 100%;
  }

  .homepage header .header .navigation_bar nav ul li a {
    color: #fff;
  }

  header .top_bar {
    padding: 15px 15px;
    justify-content: center;
    display: none;
  }

  header .top_bar .left_bar ul {
    justify-content: center;
  }

  header .top_bar .left_bar ul li {
    padding: 0 5px;
  }

  header .top_bar .left_bar ul li a {
    font-size: 12px;
  }

  header .top_bar .right_bar {
    width: 100%;
  }

  header .top_bar .right_bar ul {
    justify-content: center;
    margin: 10px 0 0;
  }

  header .top_bar .right_bar ul li {
    padding: 0 5px;
  }

  header .header {
    padding: 16px 15px;
  }

  header .header .logo_block {
    display: flex;
    align-items: center;
  }

  header .header .logo_block a img {
    max-width: 80px;
  }

  header .header .navigation_bar {
    background: #0B2766;
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  header .header .navigation_bar.active {
    left: 0;
  }

  header .header .navigation_bar.active .close_menu {
    background: #fff100;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 10rem;
    display: block;
    cursor: pointer;
  }

  header .header .navigation_bar.active .close_menu:before,
  header .header .navigation_bar.active .close_menu:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #0b2766;
    left: 14px;
    top: 7px;
  }

  header .header .navigation_bar.active .close_menu:before {
    transform: rotate(-45deg);
  }

  header .header .navigation_bar.active .close_menu:after {
    transform: rotate(45deg);
  }

  header .header .navigation_bar.active nav ul li a:hover {
    color: #fff100;
  }

  header .header .navigation_bar .close_menu {
    display: none;
  }

  header .header .navigation_bar nav {
    margin: 0 0 10px;
    width: 100%;
  }

  header .header .navigation_bar nav ul {
    flex-wrap: wrap;
  }

  header .header .navigation_bar nav ul li {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  header .header .navigation_bar nav ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #fff;
  }

  header .header .navigation_bar nav ul li a.active {
    color: #FFF100;
  }

  header .header .mobile-right-sec {
    display: flex;
    align-items: center;
  }

  header .header .mobile-right-sec .call-icon {
    width: 32px;
    height: 32px;
    background: #fff100;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
  }

  header .header .mobile-right-sec .call-icon img {
    width: 18px;
    margin-top: 3px;
  }

  header .header .mobile-right-sec .header_menu {
    width: 35px;
    height: 30px;
    background: #fff100;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-left: 20px;
  }

  header .header .mobile-right-sec .header_menu span {
    width: 20px;
    height: 2px;
    background: #0a2c71;
    display: block;
    margin: 2px 0;
  }

  footer .upper_footer {
    padding: 50px 0 50px;
  }

  footer .upper_footer .footer_logo_block {
    padding: 0 0 50px;
  }

  footer .upper_footer .footer_logo_block .left {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  footer .upper_footer .footer_logo_block .left p {
    padding: 15px 0 15px;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
    text-align: center;
  }

  footer .upper_footer .footer_logo_block .right {
    width: 100%;
    text-align: center;
  }

  footer .upper_footer .footer_contact_block {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  footer .upper_footer .footer_contact_block .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  footer .upper_footer .footer_contact_block .left .view-address {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  footer .upper_footer .footer_contact_block .left .menu_block {
    width: 100%;
  }

  footer .upper_footer .footer_contact_block .left .menu_block:last-child {
    padding: 0 0 20px;
  }

  footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li {
    justify-content: center;
    padding: 5px 0;
  }

  footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li span {
    font-size: 13px;
  }

  footer .upper_footer .footer_contact_block .right-addresses {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right,
  footer .upper_footer .footer_contact_block .right-addresses .middle {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block {
    width: 100%;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li {
    justify-content: center;
    padding: 5px 0;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li span,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li span {
    font-size: 13px;
  }

  footer .center_footer {
    padding: 50px 0 50px;
  }

  footer .center_footer .center_footer_inner .left {
    width: 100%;
    text-align: center;
  }

  footer .center_footer .center_footer_inner .left .social {
    justify-content: center;
  }

  footer .center_footer .center_footer_inner .left .social li {
    padding: 0 10px;
  }

  footer .center_footer .center_footer_inner .left .contact_list a {
    font-size: 18px;
    margin: 0 10px;
  }

  footer .center_footer .center_footer_inner .left .next_page_link a {
    font-size: 12px;
    margin: 0 0 0 20px;
  }

  footer .center_footer .center_footer_inner .left .next_page_link a img {
    padding: 0 0 0 8px;
    max-width: 22px;
  }

  footer .center_footer .center_footer_inner .right {
    width: 100%;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul {
    margin: 20px 0 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul li {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul li:last-child {
    padding-right: 15px;
  }

  footer .center_footer .center_footer_inner .right .serach_box {
    text-align: center;
    max-width: 253px;
    margin: 18px auto 0;
  }

  footer .fotter_bottom {
    padding: 40px 0 50px;
    text-align: center;
  }

  footer .fotter_bottom .copyright {
    flex-wrap: wrap;
  }

  footer .fotter_bottom .copyright .copyright_left,
  footer .fotter_bottom .copyright .copyright_right {
    width: 100%;
    text-align: center;
  }

  footer .fotter_bottom .copyright .copyright_left p,
  footer .fotter_bottom .copyright .copyright_right p {
    text-align: center;
  }

  .singlepage .fotter_bottom {
    margin-bottom: 80px;
  }
}

@media (max-width: 554px) {
  .cookies_bar {
    padding: 15px 30px 15px 10px;
  }

  .cookies_bar p {
    font-size: 11px;
  }

  .cookies_bar p a {
    margin: 0 0 0 10px;
  }

  .cookies_bar .close {
    right: 5px;
    top: 20px;
  }

  header.cookies_active {
    padding: 67px 0 0;
  }
}

@media (min-width: 555px) and (max-width: 767.5px) {
  .cookies_bar p {
    font-size: 11px;
  }

  .cookies_bar p a {
    margin: 0 0 0 10px;
  }

  header.cookies_active {
    padding: 47px 0 0;
  }
}

@media (min-width: 768px) {
  header .header .navigation_bar .close_menu {
    display: none;
  }
}

@media (max-width: 991.5px) {
  .heading_main {
    font-size: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .container {
    padding: 0 30px;
  }

  .btn_block {
    background: #FFF100;
    padding: 12px 15px;
    border-radius: 55px;
    border: none;
    font-weight: 800;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
  }

  .heading {
    font-size: 30px;
  }

  .banner_cookies {
    /*right: 10px;*/
    max-width: 280px;
  }

  .banner_cookies .inner_ckooies {
    padding: 12px 12px 12px 25px;
  }

  .banner_cookies .inner_ckooies p {
    max-width: 200px;
    font-size: 12px;
  }

  .banner_cookies .inner_ckooies .grid {
    width: 40px;
    height: 40px;
  }

  header .top_bar .left_bar ul li a {
    font-size: 12px;
  }

  header .top_bar .right_bar ul li a,
  header .top_bar .right_bar ul li span {
    font-size: 12px;
  }

  header .header .logo_block a img {
    width: 80px;
  }

  header .header .navigation_bar {
    width: calc(100% - 100px);
  }

  header .header .navigation_bar nav ul li {
    padding: 0 15px 0 0;
  }

  header .header .navigation_bar nav ul li a {
    font-size: 10px;
  }

  footer .upper_footer {
    padding: 50px 0 65px;
  }

  footer .upper_footer .footer_logo_block {
    padding: 0 0 50px;
  }

  footer .upper_footer .footer_logo_block .left p {
    font-size: 15px;
  }

  footer .upper_footer .footer_contact_block {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .left .menu_block .contact_wrap ul li span {
    font-size: 13px;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li img,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li img {
    position: relative;
    top: 5px;
  }

  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .right-addresses .right .menu_block .contact_wrap ul li span,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li a,
  footer .upper_footer .footer_contact_block .right-addresses .middle .menu_block .contact_wrap ul li span {
    font-size: 13px;
  }

  footer .center_footer {
    padding: 50px 0 50px;
  }

  footer .center_footer .center_footer_inner .left .next_page_link a {
    font-size: 12px;
    margin: 0 0 0 30px;
  }

  footer .center_footer .center_footer_inner .left .next_page_link a img {
    padding: 0 0 0 9px;
    width: 20px;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul li {
    padding: 0 10px;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul li a {
    font-size: 12px;
  }

  footer .fotter_bottom {
    padding: 50px 0 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.5px) {
  .heading {
    font-size: 40px;
  }

  .banner_cookies {
    /*right: 20px;*/
    max-width: 300px;
  }

  .banner_cookies .inner_ckooies {
    padding: 12px 12px 12px 25px;
  }

  .banner_cookies .inner_ckooies p {
    font-size: 12px;
    padding: 0 10px 0 0;
    max-width: 200px;
  }

  .banner_cookies .inner_ckooies .grid {
    width: 60px;
    height: 60px;
  }

  header .header .navigation_bar nav ul li {
    padding: 0 15px 0 0;
  }

  header .header .navigation_bar nav ul li a {
    font-size: 13px;
  }

  footer .center_footer .center_footer_inner .left .contact_list a {
    font-size: 18px;
    margin: 0 30px 0 0;
  }

  footer .center_footer .center_footer_inner .left .next_page_link a {
    margin: 0 0 0 40px;
  }

  footer .center_footer .center_footer_inner .right .footer__menu ul li {
    padding: 0 10px;
  }

  footer .fotter_bottom {
    padding: 80px 0 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1365.5px) {
  .banner_cookies {
    /*right: 20px;*/
    max-width: 350px;
  }

  .banner_cookies .inner_ckooies {
    padding: 12px 12px 12px 20px;
  }

  .banner_cookies .inner_ckooies p {
    max-width: 240px;
    font-size: 12px;
  }
}

@media (min-width: 1921px) {
  header .header {
    padding: 16px 100px;
    max-width: 1600px;
    margin: 0 auto;
  }
}

/*@media (max-height: 320px) {
	.popup_video {
	    max-height: 200px;
	}
}
@media (min-height: 321px) and (max-height: 360px) {
	.popup_video {
	    max-height: 250px;
	}
}
@media (min-height: 361px) and (max-height: 375px) {
	.popup_video {
	    max-height: 260px;
	}
}
@media (min-height: 376px) and (max-height: 411px) {
	.popup_video {
	    max-height: 300px;
	}
}*/

.popup {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  /*width: 100%;*/
  height: calc(100% - 50px);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1000;
  /*max-width: 1060px;*/
}

.popup.active {
  display: flex;
}

.popup .close_popup {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  cursor: pointer;
  border: 2px solid #0B2766;
}

.popup .close_popup:after,
.popup .close_popup:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #0B2766;
  left: 17px;
  top: 8px;
}

.popup .close_popup:after {
  transform: rotate(45deg);
}

.popup .close_popup:before {
  transform: rotate(-45deg);
}

.popup .criteria_popup {
  /*overflow: hidden;*/
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  height: auto;
  border-radius: 20px;
}

.popup .criteria_popup .form_outer_criteria {
  background: #FFFFFF;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 30px 54px rgba(31, 64, 150, 0.21);
  border-radius: 20px;
  overflow-y: auto;
  max-height: 550px;
  padding: 40px 55px 50px;
  overflow-y: auto;
  height: 100%;
}

.popup .criteria_popup form {
  padding: 0 0 20px;
}

.popup .criteria_popup form .head h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #0B2766;
  padding: 0 0 12px;
}

.popup .criteria_popup form .head p {
  font-size: 16px;
  line-height: 170%;
  color: #5673B1;
}

.popup .criteria_popup form .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #0000003d;
  z-index: 100;
  border-radius: 20px;
  display: none;
}

.popup .criteria_popup form .loader.active {
  display: flex;
}

.popup .criteria_popup form .loader img {
  width: 50px;
}

.popup .criteria_popup form .box {
  padding: 50px 0 0;
}

.popup .criteria_popup form .box:last-child {
  padding: 70px 0 0;
}

.popup .criteria_popup form .box h4 {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(86, 115, 177, 0.5);
  padding: 0 0 20px;
}

.popup .criteria_popup form .box p {
  font-size: 14px;
  line-height: 170%;
  color: #5673B1;
  padding-bottom: 20px;
}

.popup .criteria_popup form .box .column {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
}

.popup .criteria_popup form .box .column.purpose_1,
.popup .criteria_popup form .box .column.purpose_2 {
  display: none;
}

.popup .criteria_popup form .box .column.purpose_1.active,
.popup .criteria_popup form .box .column.purpose_2.active {
  display: flex;
}

.popup .criteria_popup form .box .column .form_block {
  width: calc(50% - 10px);
}

.popup .criteria_popup form .box .column .form_block label {
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  color: #5673B1;
  padding: 0 0 10px;
  display: inline-block;
}

.popup .criteria_popup form .box .column .form_block input {
  width: 100%;
  background: #F7F9FF;
  border-radius: 5px;
  border: none;
  padding: 14px 10px;
  min-height: 48px;
  font-size: 17px;
  line-height: 120%;
  color: #0B2766;
  border: 2px solid transparent;
}

.popup .criteria_popup form .box .column .form_block input:focus {
  border-color: #0B2766;
}

.popup .criteria_popup form .box .column .form_block input:focus-visible {
  outline: none;
}

.popup .criteria_popup form .box .column .form_block input.invalid {
  border-color: red;
}

.popup .criteria_popup form .box .column .form_block input::-moz-placeholder {
  color: #0B2766;
}

.popup .criteria_popup form .box .column .form_block input:-ms-input-placeholder {
  color: #0B2766;
}

.popup .criteria_popup form .box .column .form_block input::placeholder {
  color: #0B2766;
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0;
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li {
  background: #eef0f8;
  margin: 1px 1px;
  border-radius: 10rem;
  font-size: 11px;
  padding: 5px 20px 5px 5px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li .search-autocomplites__result-close {
  position: absolute;
  right: 10px;
  top: 7px;
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li .search-autocomplites__result-close:after,
.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li .search-autocomplites__result-close:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #0B2766;
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li .search-autocomplites__result-close:after {
  transform: rotate(45deg);
}

.popup .criteria_popup form .box .column .form_block .search-autocomplites__result li .search-autocomplites__result-close:before {
  transform: rotate(-45deg);
}

.popup .criteria_popup form .box .column .form_block .search_box {
  position: relative;
}

.popup .criteria_popup form .box .column .form_block .search_box input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 100%;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 0px 6px rgba(31, 64, 150, 0.21);
  left: 0;
  border-radius: 5px;
  top: 100%;
  max-height: 150px;
  overflow-y: auto;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li {
  font-size: 14px;
  padding: 10px 10px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  width: 100%;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  color: #0B2766;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li span {
  display: inline-block;
  padding: 0 2px 0 0;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li:hover {
  background: #e8e8e8;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li.filtered {
  display: none;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li.hidden {
  display: none;
}

.popup .criteria_popup form .box .column .form_block .search_box .search-autocomplites__list ul li.active {
  display: block;
}

.popup .criteria_popup form .box .column .form_block .search_box:hover .search-autocomplites__list {
  display: block;
}

.popup .criteria_popup form .box .column .form_block .search_box.visible .search-autocomplites__list {
  display: block;
}

.popup .criteria_popup form .dropdown {
  position: relative;
  background: #F7F9FF;
  border-radius: 5px;
  padding: 14px 10px;
  font-size: 17px;
  line-height: 120%;
  color: #0B2766;
  min-height: 48px;
  cursor: pointer;
  border: 2px solid transparent;
  /*&:hover {
      ul {
          display: block;
      }
  }*/
}

.popup .criteria_popup form .dropdown.invalid {
  border-color: red;
}

.popup .criteria_popup form .dropdown.cities {
  padding: 14px 55px 14px 10px;
}

.popup .criteria_popup form .dropdown.cities span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
  width: 100%;
}

.popup .criteria_popup form .dropdown .arrow {
  width: 24px;
  height: 24px;
  background: rgba(11, 39, 102, 0.05);
  border-radius: 4px;
  position: absolute;
  right: 12px;
  top: 12px;
  background-image: url(/images/Vector_arrow.png);
  background-repeat: no-repeat;
  background-position: 6px 9px;
}

.popup .criteria_popup form .dropdown ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 100%;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 0px 6px rgba(31, 64, 150, 0.21);
  left: 0;
  border-radius: 5px;
  top: 100%;
  max-height: 150px;
  overflow-y: auto;
}

.popup .criteria_popup form .dropdown ul.active {
  display: block;
}

.popup .criteria_popup form .dropdown ul li {
  font-size: 14px;
  padding: 10px 10px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}

.popup .criteria_popup form .dropdown ul li:hover {
  background: #e8e8e8;
}

.popup .criteria_popup form .check_box {
  padding: 10px 0 0;
}

.popup .criteria_popup form .check_box.checkbox_grid label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.popup .criteria_popup form .check_box.checkbox_grid label span {
  display: inline-block;
  border: 2px solid #C5D0E8;
  box-sizing: border-box;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  position: relative;
  top: 5px;
}

.popup .criteria_popup form .check_box.checkbox_grid label span.invalid {
  border: 2px solid red;
}

.popup .criteria_popup form .check_box.checkbox_grid label p {
  width: calc(100% - 34px);
  padding-bottom: 0;
}

.popup .criteria_popup form .check_box .checkbox-text {
  font-weight: bold;
  font-size: 17px;
}

.popup .criteria_popup form .check_box label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 160%;
  color: #5673B1;
  cursor: pointer;
  margin: 0 32px 0 0;
  gap: 8px;
}

.popup .criteria_popup form .check_box label:last-child {
  margin: 0;
}

.popup .criteria_popup form .check_box label span {
  display: inline-block;
  border: 2px solid #C5D0E8;
  box-sizing: border-box;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 0;
  position: relative;
}

.popup .criteria_popup form .check_box label span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 4px;
  border-left: 3px solid #0B2766;
  border-bottom: 3px solid #0B2766;
  transform: rotate(-56deg);
  top: 3px;
  left: 2px;
  display: none;
}

.popup .criteria_popup form .check_box label input {
  display: none;
}

.popup .criteria_popup form .check_box label input:checked + span {
  background: #FFF100;
  border: 2px solid #FFF100;
  border-radius: 3px;
}

.popup .criteria_popup form .check_box label input:checked + span:before {
  display: block;
}

.popup .criteria_popup form .btn_grid {
  text-align: center;
  position: relative;
  padding: 55px 0 0;
}

.popup .criteria_popup form .btn_grid .max_price_error {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  color: red;
  display: none;
}

.popup .criteria_popup form .btn_grid .max_price_error.show {
  display: block;
}

.popup .criteria_popup form .error {
  display: none;
  color: #ff0505;
}

.popup .criteria_popup form .recaptcha {
  display: none;
  color: #ff0505;
}

.popup .criteria_popup form .messages {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  right: 0;
}

.form_select_item {
  width: 20% !important;
}

.form_select_item .arrow {
  background-color: inherit !important;
  right: 5px !important;
}

.form_select_item .contacts_types_dropdown {
  position: relative;
}

.form_select_item .type_txt {
  background: #F7F9FF;
  border: 2px solid #F7F9FF;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  line-height: 120%;
  color: #0B2766;
  padding: 12px 20px 12px 10px;
  width: 100%;
  min-height: 48px;
  position: relative;
  cursor: pointer;
}

.form_select_item .type_txt:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #C5D0E8;
  right: 10px;
  top: 20px;
}

.form_select_item input {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  color: #0B2766;
  background: #F7F9FF;
  border-radius: 5px;
  border: 2px solid #F7F9FF;
  padding: 14px 12px;
}

.form_select_item p {
  padding: 0px !important;
}

.form_select_item .dropdown_box {
  position: absolute;
  display: none;
  width: 100%;
  background: #f7f9ff;
  border-radius: 0 0 5px 5px;
  margin: -3px 0 0;
  z-index: 1;
  overflow: hidden;
}

.form_column {
  width: 40%;
}

.form_column label {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #5673B1;
  padding: 0 0 10px;
  display: inline-block;
}

.form_column input {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  color: #0B2766;
  background: #F7F9FF;
  border-radius: 5px;
  border: 2px solid #F7F9FF;
  padding: 14px 12px;
}

.form_column_inner {
  width: 40%;
}

.form_column_inner label {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #5673B1;
  padding: 0 0 10px;
  display: inline-block;
}

.form_column_inner input {
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  color: #0B2766;
  background: #F7F9FF;
  border-radius: 5px;
  border: 2px solid #F7F9FF;
  padding: 14px 12px;
}

.column {
  gap: 15px;
}

.overlay.criteria_overlay {
  background: rgba(255, 255, 255, 0.92);
}

.dropdown ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9;
  width: 100%;
  border: 1px solid #E7EAF3;
  box-shadow: 0px 0px 6px rgba(31, 64, 150, 0.21);
  left: 0;
  border-radius: 5px;
  top: 100%;
  max-height: 150px;
  overflow-y: auto;
}

.dropdown ul:active {
  display: block !important;
}

@media (max-width: 767px) {
  .popup {
    width: calc(100% - 20px);
  }

  .popup .close_popup {
    width: 30px;
    height: 30px;
    top: -40px;
  }

  .popup .close_popup:before,
  .popup .close_popup:after {
    height: 15px;
    left: 12px;
    top: 6px;
  }

  .popup .criteria_popup .form_outer_criteria {
    padding: 40px 25px 50px;
  }

  .popup .criteria_popup form .head {
    text-align: center;
  }

  .popup .criteria_popup form .head h5 {
    font-size: 16px;
    line-height: 150%;
  }

  .popup .criteria_popup form .head p {
    font-size: 14px;
    line-height: 150%;
  }

  .popup .criteria_popup form .box {
    max-width: 480px;
    margin: 0 auto;
  }

  .popup .criteria_popup form .box:last-child {
    padding: 40px 0 0;
  }

  .popup .criteria_popup form .box p {
    font-size: 14px;
    line-height: 150%;
  }

  .popup .criteria_popup form .box .column {
    padding: 0;
    flex-direction: column;
  }

  .popup .criteria_popup form .box .column .form_block {
    width: 100%;
    padding: 0 0 10px;
  }

  .popup .criteria_popup form .dropdown {
    font-size: 15px;
    line-height: 120%;
  }

  .popup .criteria_popup form .btn_grid {
    padding: 25px 0 0;
  }

  .popup .criteria_popup form .btn_grid .max_price_error {
    top: 15px;
    font-size: 14px;
  }

  .popup .criteria_popup form .check_box label {
    margin: 0 10px 0 0;
  }

  .popup .criteria_popup form .messages {
    font-size: 12px;
  }

  .form_column_inner {
    width: 100%;
  }

  .form_column {
    width: 100%;
  }

  .form_select_item {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199.5px) {
  .popup {
    width: 100%;
    max-width: 550px;
  }

  .popup .close_popup {
    width: 30px;
    height: 30px;
    top: -35px;
  }

  .popup .close_popup:after {
    width: 2px;
    height: 15px;
    left: 12px;
    top: 6px;
  }

  .popup .close_popup:before {
    width: 2px;
    height: 15px;
    left: 12px;
    top: 6px;
  }

  .popup .close_popup {
    width: 30px;
    height: 30px;
    top: -35px;
  }

  .popup .close_popup:after,
  .popup .close_popup:before {
    width: 2px;
    height: 15px;
    left: 12px;
    top: 6px;
  }

  .popup .criteria_popup .form_outer_criteria {
    padding: 20px 20px 20px;
  }

  .popup .criteria_popup .form_outer_criteria .head {
    text-align: center;
  }

  .popup .criteria_popup form .check_box label {
    margin: 0 20px 0 0;
  }

  .popup .criteria_popup form .btn_grid {
    padding: 35px 0 0;
  }
}

@media (min-width: 1440px) {
  .popup .criteria_popup .form_outer_criteria {
    max-height: 650px;
  }
}

