/*Vars Page All*/
/* Components Style*/
.m-button-default {
  --grad1: linear-gradient(180deg, #ffeab0 0%, #ffb42e 100%, #ffeab0 0%, #ffb839 100%);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  min-height: 72px;
  padding: 16px 12px;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 -4px 0 0 #de952b, inset 0 3px 4px 0 rgba(255, 255, 255, 0.25), 0 20px 30px 0 rgba(255, 174, 0, 0.3);
  background-image: var(--grad1);
  background-size: 300%;
  background-position: left;
  color: #673801;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
  transition: all 250ms linear;
}
.m-button-default.m-b-ountline {
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
}
.m-button-default.m-b-ountline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--grad1);
  z-index: -1;
  opacity: 0;
  transition: all 250ms linear;
}
.m-button-default.m-b-ountline:hover {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px 0 rgba(255, 211, 116, 0.7);
  background: transparent;
  color: #673801;
}
.m-button-default.m-b-ountline:hover::before {
  opacity: 1;
}
.m-button-default.m-b-ountline:active {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px 0 #ffd374;
  background: linear-gradient(180deg, #ffeab0 0%, #ffb42e 100%);
}
.m-button-default:hover {
  box-shadow: inset 0 -4px 0 0 #de952b, inset 0 3px 4px 0 rgba(255, 255, 255, 0.25), 0 15px 50px 0 rgba(255, 174, 0, 0.5);
  background-position: right;
  color: #673801;
}
.m-button-default:active {
  box-shadow: inset 0 0px 0 0 #de952b, inset 0 3px 2px 0 rgba(255, 255, 255, 0.25), 0 5px 30px 0 rgba(255, 174, 0, 0.3);
  color: #673801;
}
.m-button-default:focus-visible {
  outline: none;
}
.m-button-default:disabled {
  pointer-events: none;
  color: #646464;
  border-color: #646464;
}

.link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #faac1c;
  white-space: nowrap;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #faac1c;
  transition: all 250ms ease-in-out;
}
.link:hover {
  color: #faac1c;
}
.link:hover::before {
  opacity: 0;
}

.breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 38px 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.breadcrumb_itm {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumb_itm_text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.6;
}
.breadcrumb_itm_link {
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 1;
  transition: all 250ms linear;
}
.breadcrumb_itm_link svg {
  margin-right: 8px;
}
.breadcrumb_itm_link svg path {
  transition: all 250ms ease-in-out;
}
.breadcrumb_itm_link:hover {
  color: #faac1c;
}
.breadcrumb_itm_link:hover ~ img {
  transform: translateX(-2px);
  transition: all 250ms ease-in-out;
}
.breadcrumb_itm_link:hover svg path {
  fill: #faac1c;
}
.breadcrumb_itm_icon {
  position: relative;
  max-width: 100%;
  height: auto;
  transition: all 250ms ease-in-out;
}
.breadcrumb_itm_separ {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb_itm:first-child {
  padding-right: 0;
}
.breadcrumb_itm:last-child {
  font-weight: 400;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 480px) {
  .breadcrumb_itm {
    column-gap: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.btnarrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 250ms ease-in;
}
.btnarrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btnarrow svg path {
  transition: all 250ms ease-in;
}
.btnarrow:hover {
  box-shadow: 0 5px 30px 0 rgba(217, 154, 66, 0.5);
  background: #faac1c;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0 0;
  width: 100% !important;
}
.pagination .swiper-pagination-bullet {
  margin: 0 6px !important;
  border-radius: 0 !important;
  height: 2px;
  width: 24px;
  background: #b1b1b1;
  opacity: 1;
  transition: all 200ms linear;
}
.pagination .swiper-pagination-bullet-active {
  background: #faac1c;
}

.listdefault {
  padding: 0;
  margin: 0;
  list-style: none;
}
.listdefault.listrow {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 30px;
}
.listdefault.listrow li {
  width: max-content;
}
.listdefault li {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.listdefault li img {
  width: 11px;
  min-width: 11px;
  height: 13px;
}

.textpolicy {
  position: relative;
  margin: 32px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #282828;
}
.textpolicy p {
  margin: 0 0 10px 0;
}
.textpolicy p:last-of-type {
  margin: 0;
}
.textpolicy a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  transition: all 250ms linear;
}
.textpolicy a:hover {
  border-color: transparent;
  color: #faac1c;
}

.form {
  position: relative;
  border-radius: 8px;
  padding: 40px 60px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.form_title {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #282828;
}
.form_title span {
  color: #faac1c;
}
.form_fields {
  display: flex;
  flex-direction: column;
  margin: 0 0 2px;
}
.form_splite {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.form_splite .form_fieldlabel {
  margin-bottom: 0;
}
.form_splitecolumn {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
}
.form_splitecolumn .form_fieldlabel {
  margin-bottom: 0;
}
.form_fieldlabel {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin: 0 0 17px;
  width: 100%;
  height: 62px;
  border: none !important;
  border-radius: 8px !important;
  background: rgba(40, 40, 40, 0.05);
}
.form_fieldlabel-message {
  height: 100%;
}
.form_fieldlabel-files {
  align-items: flex-start;
  height: 100%;
  background: transparent;
}
.form_fieldlabel-files input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form_fieldicon {
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.form_input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 27px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #673801;
  font-weight: 500;
  font-size: 16px;
  transition: all 300ms linear;
}
.form_input::placeholder {
  color: rgba(40, 40, 40, 0.5);
  font-weight: 500;
  font-size: 16px;
  transition: all 250ms ease-in;
}
.form_input:hover {
  border-color: rgba(217, 154, 66, 0.5);
}
.form_input:hover::placeholder {
  color: rgba(103, 55, 1, 0.5);
}
.form_input:focus {
  border-color: #faac1c !important;
  color: #673801;
}
.form_input:focus::placeholder {
  color: rgba(40, 40, 40, 0);
}
.form_textarea {
  height: 100%;
  padding: 20px 27px;
  resize: none;
}
.form_files {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px dashed #faac1c;
  background: rgba(40, 40, 40, 0.05);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 20px 27px;
  opacity: 0.5;
  transition: all 300ms linear;
  cursor: pointer;
}
.form_files.is-active-files {
  opacity: 1;
  background: #fff;
}
.form_files:hover {
  opacity: 1;
}
.form_files_content {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.form_files_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.form_files_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form_files_desc p {
  margin: 0;
  font-weight: 500;
  color: #282828;
}
.form_files_desc p span {
  color: #faac1c;
}
.form_submit {
  width: 100%;
  max-width: 100%;
  min-height: 62px;
}
.error-message {
  position: absolute;
  top: -11px;
  left: 0;
  margin: 0 17px;
  padding: 2px 12px;
  background: #fff;
  border-radius: 3px;
  color: #ff2b2e;
  font-size: 12px;
  font-weight: 400;
}

.filesblock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 218px;
  height: 100%;
  column-gap: 10px;
  row-gap: 10px;
}
.filesblock_pic {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(217, 154, 66, 0.5);
  border-radius: 8px;
}
.filesblock_pic img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filesblock_pic::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #faac1c;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE1MTQ2IDEuMTUxNTJDMS42MjAwOSAwLjY4Mjg5MiAyLjM3OTg5IDAuNjgyODkyIDIuODQ4NTIgMS4xNTE1MkwxMSA5LjMwMjk5TDE5LjE1MTUgMS4xNTE1MkMxOS42MjAxIDAuNjgyODkyIDIwLjM3OTkgMC42ODI4OTIgMjAuODQ4NSAxLjE1MTUyQzIxLjMxNzEgMS42MjAxNSAyMS4zMTcxIDIuMzc5OTUgMjAuODQ4NSAyLjg0ODU4TDEyLjY5NyAxMUwyMC44NDg1IDE5LjE1MTVDMjEuMzE3MSAxOS42MjAxIDIxLjMxNzEgMjAuMzc5OSAyMC44NDg1IDIwLjg0ODZDMjAuMzc5OSAyMS4zMTcyIDE5LjYyMDEgMjEuMzE3MiAxOS4xNTE1IDIwLjg0ODZMMTEgMTIuNjk3MUwyLjg0ODUyIDIwLjg0ODZDMi4zNzk4OSAyMS4zMTcyIDEuNjIwMDkgMjEuMzE3MiAxLjE1MTQ2IDIwLjg0ODZDMC42ODI4MyAyMC4zNzk5IDAuNjgyODMgMTkuNjIwMSAxLjE1MTQ2IDE5LjE1MTVMOS4zMDI5MyAxMUwxLjE1MTQ2IDIuODQ4NThDMC42ODI4MyAyLjM3OTk1IDAuNjgyODMgMS42MjAxNSAxLjE1MTQ2IDEuMTUxNTJaIiBmaWxsPSIjMDAwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 71%;
  background-position: center center;
  cursor: pointer;
}
.filesblock_more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
  color: #673801;
  opacity: 0.5;
}

.success,
.fail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 10;
}
.success span,
.fail span {
  text-align: center;
  margin: auto;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.2px;
}
@media (max-width: 480px) {
  .success span,
  .fail span {
    padding: 0 36px;
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .success span,
  .fail span {
    padding: 0 5px;
  }
}
.success ~ *,
.fail ~ * {
  transition: all 400ms ease;
}
.success.active ~ *,
.fail.active ~ * {
  opacity: 0.2;
  transition: all 400ms ease;
  filter: blur(15px);
}

.loader {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  z-index: 2;
  transition: all 400ms ease;
  opacity: 0;
  pointer-events: none;
}
.loader.active {
  display: flex;
  opacity: 1;
}
.loader ~ * {
  transition: all 400ms ease;
}
.loader.active ~ * {
  opacity: 0.2;
  transition: all 400ms ease;
  filter: blur(15px);
}
.loader span {
  margin: auto;
  color: #282828;
  font-size: 26px;
  letter-spacing: 0.3px;
}
@media (max-width: 428px) {
  .loader span {
    padding: 0 36px;
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .loader span {
    padding: 0 5px;
  }
}
.loader img {
  display: block;
}

/* TYPOGRAFI */
.maintitle {
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: -0.04em;
}
.maintitle span {
  color: #faac1c;
}

.title {
  font-weight: 700;
  font-size: 36px;
}

.fontsize-default {
  font-size: 16px;
}

.fontweight-bold {
  font-weight: 700;
}

.fontweight-medium {
  font-weight: 500;
}

/*Repeat style*/
.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  flex-grow: 1;
}

/*Classes*/
.hr {
  background: #183a6a;
  border: none;
  height: 1px;
  margin: 12px 0;
  opacity: 1;
  width: 80px;
}

.text-center {
  text-align: center;
}

.is-disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.8;
}

.container-fullhd {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

/*Colors*/
.color-white {
  color: #fff;
}

.color-white-opacity05 {
  color: rgba(255, 255, 255, 0.5);
}

.color-accent {
  color: #faac1c;
}

/* Libs Style */
.swiper-wrapper {
  box-sizing: border-box;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1366px) {
  .maintitle {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 1200px) {
  .maintitle {
    font-size: 46px;
    line-height: 54px;
  }
  .container {
    --bs-gutter-x: 80px;
  }
}
@media (max-width: 768px) {
  .maintitle {
    font-size: 43px;
    line-height: 52px;
  }
  .title {
    font-size: 28px;
  }
  .form {
    padding: 40px 40px;
  }
  .form_title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .container {
    --bs-gutter-x: 40px;
  }
  .maintitle {
    font-size: 32px;
    line-height: 35px;
  }
  .title {
    font-size: 24px;
  }
  .m-button-default {
    font-size: 14px;
    min-height: 52px;
  }
  .form_title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .form_fields {
    margin-bottom: 12px;
  }
  .form_fieldlabel {
    margin: 0 0 8px;
  }
}
@media (max-width: 350px) {
  .maintitle {
    font-size: 26px;
    line-height: 30px;
  }
  .m-button-default {
    font-size: 12px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 10;
}
.header_wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.header_content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  column-gap: 40px;
}
.header_social {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.header_plink {
  min-height: 42px;
  padding: 10px 46px;
  font-size: 14px;
}

.logo {
  width: 236px;
}
.logo_pic {
  width: 100%;
  height: auto;
}

.phoneandtime a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  transition: color 250ms linear;
}
.phoneandtime a:hover {
  color: #faac1c;
}
.phoneandtime p {
  margin: 0;
  font-size: 14px;
}

.callmessage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 250ms linear;
}
.callmessage-insta:hover {
  box-shadow: 0 5px 30px 0 rgba(151, 71, 255, 0.5);
  background: #9747ff !important;
}
.callmessage-tg:hover {
  box-shadow: 0 5px 30px 0 rgba(36, 155, 215, 0.5);
  background: #249bd7 !important;
}
.callmessage-tel:hover {
  background: #57b40d !important;
  box-shadow: 0 5px 30px 0 rgba(87, 180, 13, 0.5);
}
.callmessage svg {
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.callmessage img {
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.nav {
  position: relative;
}
.nav_menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 21px;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav_menu_itm {
  position: relative;
  transition: all 250ms ease;
}
.nav_menu_itm:last-child {
  margin-right: 0;
}
.nav_menu_itm::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 1px;
  background-color: #faac1c;
  opacity: 0;
  transition: all 250ms linear;
}
.nav_menu_itm:hover::before {
  opacity: 1;
  width: 100%;
}
.nav_menu_itm:hover .dropmenu {
  opacity: 1;
  pointer-events: initial;
}
.nav_menu a {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  transition: all 250ms ease-in;
}
.nav_menu a.is-active {
  color: #faac1c;
}
.nav_menu a[aria-current=page] {
  color: #faac1c;
  font-weight: 400;
}
.nav_menu a:hover {
  color: #faac1c;
}

.dropmenu {
  position: absolute;
  left: 0;
  top: 23px;
  min-width: 200px;
  width: max-content;
  max-width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  transition: all 200ms linear;
}
.dropmenu_itm {
  padding: 8px 10px;
  transition: background 200ms linear;
}
.dropmenu_itm:hover {
  background: #f0f0f0;
}
.dropmenu_itm:hover .dropmenumore {
  opacity: 1;
  pointer-events: initial;
}
.dropmenu a {
  font-size: 14px;
  text-transform: uppercase;
}

.dropmenumore {
  position: absolute;
  left: 100%;
  top: 0;
  width: max-content;
  max-width: 260px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f0f0f0;
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: all 200ms linear;
}
.dropmenumore_itm {
  padding: 8px 10px;
  transition: background 200ms linear;
}
.dropmenumore_itm:hover {
  background: #e9e9e9;
}

.menumob {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  transition: all 150ms linear;
}
.menumob_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 12, 12, 0.95);
  will-change: transform;
  backdrop-filter: blur(5px);
  z-index: -1;
}
.menumob.is-active {
  opacity: 1;
  pointer-events: initial;
}
.menumob .burgbtn {
  margin-left: auto;
  margin-bottom: 13px;
}
.menumob .burgbtn_mob {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.menumob_logolink .logo {
  width: 177px;
}
.menumob_content {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  right: 0;
  width: 60%;
  min-height: 100%;
  padding: 0;
  background: #282828;
}
.menumob_container {
  position: relative;
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 40px !important;
  height: 100vh;
  height: var(--doc-height);
}
.menumob_toppanel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 118px;
  padding: 20px 0;
}
.menumob_maincontent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 10px 0 30px;
}
.menumob_nav {
  margin: 0 0 40px 0;
  width: 100%;
}
.menumob_nav .dropmenu {
  position: static;
  opacity: 1;
  pointer-events: initial;
  box-shadow: none;
  background: transparent;
}
.menumob_nav .dropmenu_itm {
  background: none;
}
.menumob_navlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menumob_navlistitm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 20px 0;
}
.menumob_navlistitm:last-child {
  margin: 0;
}
.menumob_navlink {
  display: flex;
  align-items: center;
  word-break: initial;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.menumob_navlink.is-active img {
  transform: rotate(90deg);
}
.menumob_navlink:hover {
  color: #fff;
}
.menumob_navlink img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  transition: all 350ms linear;
}
.menumob_dopcontent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  width: 100%;
  margin-top: auto;
}
.menumob_plink {
  width: 100%;
}
.menumob_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.burgbtn {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 10px;
  outline: none;
  z-index: 101;
}
.burgbtn:hover {
  cursor: pointer;
}
.burgbtn:focus {
  outline: none;
}
.burgbtn img {
  width: 100%;
  height: 100%;
}
.burgbtn_img {
  width: 100%;
  height: 100%;
}
.burgbtn_icon {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease;
}
.burgbtn_icon_top {
  position: absolute;
  left: 0;
  top: 0;
}
.burgbtn_icon_bot {
  position: absolute;
  left: 0;
  bottom: 0;
}
.burgbtn.btn-active .burgbtn_icon_top {
  opacity: 0;
}
.burgbtn.btn-active .burgbtn_icon_bot {
  transform: translateY(-9px) rotate(-45deg);
}
.burgbtn.btn-active .burgbtn_icon_mid {
  transform: translateY(0) rotate(45deg);
}

/*==========  Desktop First  ==========*/
@media (max-width: 1200px) {
  .header_content {
    column-gap: 26px;
  }
  .header_wrap {
    column-gap: 26px;
  }
}
@media (max-width: 992px) {
  .header_content {
    column-gap: 50px;
  }
  .header_plink {
    display: none;
  }
  .header_social-pc {
    display: none;
  }
  .burgbtn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header_logolink .logo {
    width: 180px;
  }
  .phoneandtime a {
    font-size: 14px;
    line-height: 20px;
  }
  .phoneandtime p {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 20px 0;
  }
  .header_logolink .logo {
    width: 118px;
  }
  .header_content {
    column-gap: 15px;
  }
  .phoneandtime a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 8px 10px;
  }
  .phoneandtime p {
    display: none;
  }
  .menumob .burgbtn_mob {
    height: 22px;
    min-width: 22px;
    width: 22px;
  }
  .menumob_content {
    width: 300px;
  }
  .burgbtn {
    height: 24px;
    min-width: 24px;
    width: 24px;
  }
}
@media (max-width: 360px) {
  .header_wrap {
    column-gap: 18px;
  }
  .header_content {
    column-gap: 10px;
  }
  .header_logolink .logo {
    width: 110px;
  }
  .phoneandtime a {
    font-size: 9px;
    line-height: 12px;
    padding: 6px 6px;
  }
}
.mainindex {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.mainindex_wrap {
  position: relative;
  padding: 238px 0 157px;
  z-index: 1;
}
.mainindex_title {
  max-width: 640px;
  margin: 0 0 48px;
}
.mainindex_list {
  max-width: 840px;
}
.mainindex_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.mainindex_plink {
  margin: 60px 0 0 0;
  width: 100%;
  max-width: 420px;
}
.mainindex .box-plash {
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 115px;
  width: 975px;
  background-color: #e4e0dc;
  z-index: 1;
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 1921px) {
  .mainindex .box-plash {
    width: 51vw;
  }
}

.mainindexlist {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
.mainindexlist li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  border-radius: 8px;
  padding: 24px 20px 24px 40px;
  max-width: 270px;
  min-height: 84px;
  font-size: 14px;
  line-height: 18px;
  backdrop-filter: blur(30px);
  box-shadow: inset 0 4px 10px 1px rgba(255, 255, 255, 0.05);
  background: rgba(240, 239, 237, 0.2);
}
.mainindexlist li:nth-child(even) {
  max-width: 350px;
}
.mainindexlist li img {
  position: absolute;
  left: -25px;
  top: 45%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.mainindexpic {
  position: absolute;
  bottom: 69px;
  right: -8px;
  width: 1070px;
  pointer-events: none;
  z-index: 1;
}
.mainindexpic img {
  width: 100%;
  height: auto;
}

.mainindexicback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainindexicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1800px) {
  .mainindexpic {
    bottom: 69px;
    right: -8px;
    width: 1000px;
  }
}
@media (max-width: 1680px) {
  .mainindexpic {
    bottom: 69px;
    right: -70px;
    width: 970px;
  }
}
@media (max-width: 1512px) {
  .mainindexpic {
    bottom: 100px;
    right: -80px;
    width: 910px;
  }
}
@media (max-width: 1440px) {
  .mainindex_wrap {
    padding: 160px 0 120px;
  }
  .mainindex .box-plash {
    bottom: -2px;
    height: 115px;
    width: 800px;
  }
  .mainindexpic {
    bottom: 100px;
    right: -50px;
    width: 820px;
  }
}
@media (max-width: 1366px) {
  .mainindex_wrap {
    padding: 130px 0 100px;
  }
  .mainindex_title {
    margin: 0 0 48px;
    max-width: 570px;
  }
  .mainindexpic {
    bottom: 100px;
    right: -50px;
    width: 780px;
  }
}
@media (max-width: 1280px) {
  .mainindexpic {
    bottom: 100px;
    right: -50px;
    width: 740px;
  }
}
@media (max-width: 1200px) {
  .mainindex_wrap {
    z-index: 2;
  }
  .mainindex .box-plash {
    bottom: -2px;
    height: 115px;
    width: 640px;
  }
}
@media (max-width: 1024px) {
  .mainindex .box-plash {
    bottom: -2px;
    height: 115px;
    width: 584px;
  }
  .mainindexpic {
    bottom: 100px;
    right: -50px;
    width: 680px;
  }
}
@media (max-width: 992px) {
  .mainindex_wrap {
    padding: 130px 0 450px;
  }
  .mainindex .box-plash {
    bottom: -2px;
    height: 115px;
    width: 624px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  }
  .mainindexlist li {
    padding: 20px 10px 20px 26px;
  }
  .mainindexlist li img {
    width: 50px;
    height: 50px;
    left: -30px;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .mainindex_wrap {
    padding: 130px 0 480px;
  }
  .mainindex_plink {
    max-width: 100%;
  }
  .mainindex .box-plash {
    bottom: -2px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    height: 92px;
    width: 405px;
  }
  .mainindexlist li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .mainindexlist li:nth-child(2n) {
    max-width: 100%;
  }
  .mainindexpic {
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 810px;
  }
}
@media (max-width: 576px) {
  .mainindex_wrap {
    padding: 100px 0 400px;
  }
  .mainindex_title {
    margin: 0 0 30px;
  }
  .mainindex_plink {
    margin: 30px 0 0;
  }
  .mainindex .box-plash {
    bottom: -2px;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    height: 82px;
    width: 53vw;
  }
  .mainindexlist {
    margin: 0 0 0 20px;
    row-gap: 10px;
  }
  .mainindexlist li {
    padding: 12px 10px 12px 44px;
    min-height: 60px;
  }
  .mainindexlist li img {
    height: 54px;
    left: -20px;
    top: 50%;
    width: 54px;
  }
  .mainindexpic {
    width: 755px;
  }
}
@media (max-width: 480px) {
  .mainindex_wrap {
    padding: 92px 0 310px;
  }
  .mainindex_title {
    max-width: 360px;
  }
  .mainindex .box-plash {
    bottom: -2px;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    height: 57px;
    width: 53vw;
  }
  .mainindexpic {
    width: 560px;
  }
  .callbackpicback {
    height: 143%;
  }
}
@media (max-width: 400px) {
  .mainindex_wrap {
    padding: 92px 0 278px;
  }
  .mainindexpic {
    width: 512px;
  }
}
@media (max-width: 350px) {
  .mainindex_wrap {
    padding: 76px 0 278px;
  }
  .mainindexlist li {
    font-size: 12px;
    line-height: 16px;
  }
}
.callback {
  background: linear-gradient(180deg, #e4e0dc 0%, #f3f1ef 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.callback_form {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 202px 0;
  z-index: 1;
}
.callback-ver2 .callback_form {
  max-width: 1200px;
}
.callback-ver2 .callback_form .form {
  padding: 66px 60px;
}
.callback-ver2 .callback_form .form_title {
  margin: 0 0 35px;
}
.callback-ver2 .callback_form .form_fields {
  flex-direction: row;
  column-gap: 20px;
  margin: 0 0 25px;
}
.callback-ver2 .callback_form .form_splitecolumn {
  width: 100%;
  max-width: 280px;
}
.callback-ver2 .callback_form .form_splitecolumn:last-child {
  width: 100%;
  max-width: none;
}

.callbackpic {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.callbackpic-left {
  left: -309px;
  top: 46%;
  transform: translateY(-50%);
}
.callbackpic-left img {
  width: 451px;
}
.callbackpic-right {
  right: -370px;
  top: 46%;
  transform: translateY(-50%);
}
.callbackpic-right img {
  width: 751px;
}

.callbackpicback {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 150%;
  pointer-events: none;
}
.callbackpicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .callbackpicback img {
    object-fit: fill;
  }
}

.callbackpictext {
  position: absolute;
  pointer-events: none;
}
.callbackpictext-left {
  bottom: -32px;
  left: -6px;
}
.callbackpictext-right {
  right: -6px;
  top: 72px;
}

.callbacktext {
  position: absolute;
  pointer-events: none;
  font-weight: 700;
  font-size: 250px;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -3px;
  z-index: 1;
}
.callbacktext-left {
  bottom: -19px;
  left: -6px;
}
.callbacktext-right {
  right: -16px;
  top: 8px;
}

.drop-area.dragover {
  border-color: #00aaff;
  opacity: 1;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1280px) {
  .callbackpic-left {
    left: -250px;
  }
  .callbackpic-left img {
    width: 380px;
  }
  .callbackpic-right {
    right: -280px;
  }
  .callbackpic-right img {
    width: 600px;
  }
  .callbacktext {
    font-size: 195px;
  }
  .callbacktext-right {
    right: -16px;
    top: 48px;
  }
  .callbacktext-left {
    bottom: 40px;
    left: -6px;
  }
}
@media (max-width: 1200px) {
  .callback-ver2 .callback_form .form_fields {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .callback-ver2 .callback_form .form_splitecolumn {
    max-width: 100%;
    width: calc(50% - 10px);
  }
  .callback-ver2 .callback_form .form_splitecolumn:last-child {
    flex-direction: row;
  }
  .filesblock_pic {
    height: 41px;
    width: 41px;
  }
}
@media (max-width: 992px) {
  .callback_form {
    padding: 160px 0;
  }
  .callback-ver2 .callback_form .form_splitecolumn {
    width: 100%;
  }
  .callback-ver2 .callback_form .form_splitecolumn:last-child {
    flex-direction: column;
  }
  .callback-ver2 .callback_form .form_textarea {
    min-height: 130px;
  }
  .callbackpic-left {
    left: -150px;
  }
  .callbackpic-left img {
    width: 260px;
  }
  .callbackpic-right {
    right: -170px;
  }
  .callbackpic-right img {
    width: 540px;
  }
  .callbacktext {
    font-size: 118px;
  }
  .callbacktext-right {
    right: -16px;
    top: 48px;
  }
  .callbacktext-left {
    bottom: 40px;
    left: -6px;
  }
}
@media (max-width: 768px) {
  .callback-ver2 .callback_form .form {
    padding: 40px 40px;
  }
  .callbacktext {
    font-size: 94px;
  }
}
@media (max-width: 576px) {
  .callback_form {
    padding: 90px 0 150px;
  }
  .callback-ver1 .callback_form .form {
    padding: 40px 20px 80px;
  }
  .callback-ver2 .callback_form {
    padding: 90px 0 90px;
  }
  .callbacktext {
    display: none;
  }
  .callbackpic-left {
    bottom: 10px;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .callbackpic-left img {
    width: 400px;
  }
  .callbackpic-right {
    display: none;
  }
}
@media (max-width: 480px) {
  .callback-ver2 .callback_form {
    padding: 21px 0 30px;
  }
  .callback-ver2 .callback_form .form {
    padding: 30px 20px;
  }
  .callback-ver2 .callback_form .form_title {
    margin: 0 0 20px;
  }
  .callback-ver2 .callback_form .form_splitecolumn {
    row-gap: 8px;
  }
  .callback-ver2 .callback_form .form_fields {
    margin: 0 0 30px;
    row-gap: 8px;
  }
  .filesblock {
    width: calc(50% - 30px);
  }
  .callbackpic-left {
    bottom: 0;
  }
  .callbackpic-left img {
    width: 100vw;
  }
}
@media (max-width: 428px) {
  .form_fieldlabel-files {
    flex-wrap: wrap;
    row-gap: 10px;
    height: initial;
  }
  .form_files {
    height: initial;
  }
  .form_files_desc br {
    display: none;
  }
  .filesblock {
    height: initial;
    justify-content: center;
    max-width: initial;
    width: 100%;
  }
  .filesblock_more {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .callback-ver1 .callback_form {
    padding: 90px 0 130px;
  }
}
@media (max-width: 375px) {
  .callback-ver1 .callback_form {
    padding: 90px 0 120px;
  }
}
@media (max-width: 350px) {
  .callback-ver1 .callback_form {
    padding: 90px 0 90px;
  }
}
.whybuying {
  min-height: 976px;
  padding: 96px 0;
  z-index: 1;
}
.whybuying_wrap {
  position: relative;
  z-index: 1;
}
.whybuying_title {
  margin: 38px 0 0;
}
.whybuying_title span {
  color: #57b40d;
}

.whybuyingdoc {
  position: relative;
  border-radius: 8px;
  padding: 84px 60px 60px 60px;
}
.whybuyingdoc-ver1 {
  padding: 84px 60px 60px 60px;
  background: #fff;
  top: -20px;
}
.whybuyingdoc-ver1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 648px;
  height: 648px;
  border-radius: 50%;
  filter: blur(267.5405578613px);
  background: #fff3e3;
  opacity: 0.2;
  pointer-events: none;
}
.whybuyingdoc-ver1 .whybuyingdoc_iconstatus {
  right: -76px;
  top: -9px;
}
.whybuyingdoc-ver2 {
  padding: 84px 10px 60px 60px;
  margin: 0 0 0 6px;
  top: -12px;
}
.whybuyingdoc-ver2 .whybuyingdoc_title {
  color: rgba(255, 255, 255, 0.7);
}
.whybuyingdoc-ver2 .whybuyingdoc_iconstatus {
  right: -44px;
  top: 5px;
}
.whybuyingdoc_title {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 24px;
  color: #282828;
}
.whybuyingdoc_iconstatus {
  position: absolute;
  right: 0;
  top: 0;
}

.whybuyingdocitm {
  position: relative;
  margin: 0 0 40px 0;
}
.whybuyingdocitm-ver2 .whybuyingdocitm_title {
  color: rgba(255, 255, 255, 0.7);
}
.whybuyingdocitm-ver2 .whybuyingdocitm_title span {
  color: #ff2b2e;
}
.whybuyingdocitm-ver2 .whybuyingdocitm_desc {
  color: rgba(255, 255, 255, 0.7);
}
.whybuyingdocitm:last-child {
  margin-bottom: 0;
}
.whybuyingdocitm_title {
  display: flex;
  align-items: center;
  column-gap: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #282828;
}
.whybuyingdocitm_title span {
  color: #57b40d;
  word-break: normal;
}
.whybuyingdocitm_desc {
  margin: 0;
  font-weight: 500;
  color: #282828;
}

.whybuyingpicback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.whybuyingpicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .whybuyingpicback img {
    object-fit: fill;
  }
}

/*==========  Desktop First  ==========*/
@media (max-width: 1200px) {
  .whybuyingdoc-ver2 {
    padding: 84px 10px 60px 48px;
  }
  .whybuyingdoc-ver1 .whybuyingdoc_iconstatus {
    right: -55px;
    top: 28px;
    width: 170px;
  }
  .whybuyingdoc-ver2 .whybuyingdoc_iconstatus {
    right: -66px;
    top: 42px;
    width: 120px;
  }
}
@media (max-width: 992px) {
  .whybuying {
    padding: 200px 0 160px;
  }
  .whybuying_col {
    margin-bottom: 10px;
  }
  .whybuying_col:last-child {
    margin-bottom: 0;
  }
  .whybuying_col:first-child {
    display: flex;
    flex-direction: column;
  }
  .whybuying_title {
    margin: 0 0 40px 0;
    order: -1;
  }
  .whybuyingdoc-ver1 {
    top: 0;
    padding: 40px 40px 40px;
  }
  .whybuyingdoc-ver2 {
    margin: 0;
    top: 0;
    padding: 40px 40px 40px;
  }
  .whybuyingpicback img {
    object-fit: fill;
  }
  .whybuyingdoc-ver1 .whybuyingdoc_iconstatus {
    right: -28px;
    top: -14px;
    width: 170px;
  }
  .whybuyingdoc-ver2 .whybuyingdoc_iconstatus {
    right: -28px;
    top: -20px;
    width: 170px;
  }
}
@media (max-width: 768px) {
  .whybuyingdoc_title {
    max-width: 320px;
  }
}
@media (max-width: 576px) {
  .whybuying {
    padding: 110px 0 110px;
  }
  .whybuying_title {
    margin: 0 0 30px;
    max-width: 400px;
  }
  .whybuying_col {
    margin-bottom: 40px;
  }
  .whybuyingdoc_title {
    max-width: 290px;
    font-size: 20px;
    margin: 0 0 20px;
  }
  .whybuyingdoc-ver1 {
    padding: 20px;
  }
  .whybuyingdoc-ver2 {
    padding: 20px;
  }
  .whybuyingdocitm {
    margin: 0 0 20px;
    padding: 0 80px 0 0;
  }
  .whybuyingdocitm_title {
    font-size: 16px;
    line-height: 21px;
  }
  .whybuyingdocitm_desc {
    font-size: 14px;
  }
  .whybuyingdoc-ver1 .whybuyingdoc_iconstatus {
    right: -15px;
    top: -22px;
    width: 124px;
  }
  .whybuyingdoc-ver2 .whybuyingdoc_iconstatus {
    right: -14px;
    top: -10px;
    width: 124px;
  }
}
@media (max-width: 400px) {
  .whybuyingdocitm {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 375px) {
  .webuycarsitm {
    min-height: 157px;
  }
}
@media (max-width: 360px) {
  .whybuyingdocitm {
    padding: 0;
  }
}
.webuycars_wrap {
  position: relative;
  padding: 184px 0;
  z-index: 1;
}
.webuycars_title {
  margin: 0 0 60px 0;
  max-width: 900px;
  color: #282828;
}
.webuycars_title span {
  color: #faac1c;
}
.webuycars_actions {
  margin: 60px 0 0 0;
}
.webuycars_plink {
  padding: 16px 36px;
}

.webuycarslist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}

.webuycarsprodlist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: center;
}

.webuycarsitm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 270px;
  min-height: 270px;
  border-radius: 8px;
  padding: 40px 40px 35px 40px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.webuycarsitm_icon {
  margin: 0 0 40px 0;
}
.webuycarsitm_icon img {
  max-width: 100%;
  height: auto;
}
.webuycarsitm_title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #282828;
}

.webuycarsproditm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  min-height: 150px;
  border-radius: 8px;
  padding: 40px 40px 35px 40px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.webuycarsproditm_icon {
  margin: 0 0 40px 0;
}
.webuycarsproditm_icon img {
  max-width: 100%;
  height: auto;
}
.webuycarsproditm_title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #282828;
}

.webuycarspic {
  position: absolute;
  bottom: 162px;
  right: -245px;
  z-index: 1;
}
.webuycarspic-mob {
  display: none;
}
.webuycarspic img {
  width: 780px;
  height: auto;
}

.webuycarspicback {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 150%;
  pointer-events: none;
}
.webuycarspicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .webuycarspicback img {
    object-fit: fill;
  }
}

/*==========  Desktop First  ==========*/
@media (max-width: 1800px) {
  .webuycarspic img {
    width: 700px;
  }
}
@media (max-width: 1512px) {
  .webuycarspic img {
    width: 630px;
  }
}
@media (max-width: 1366px) {
  .webuycarspic img {
    width: 570px;
  }
}
@media (max-width: 1200px) {
  .webuycarsitm {
    width: 30.5%;
  }
}
@media (max-width: 992px) {
  .webuycars_wrap {
    padding: 140px 0;
  }
  .webuycars_plink {
    width: 100%;
  }
  .webuycarsitm {
    width: calc(50% - 20px);
  }
  .webuycarspic {
    display: none;
  }
}
@media (max-width: 768px) {
  .webuycarsitm {
    padding: 40px 30px 35px;
  }
  .webuycarsitm_title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .webuycars_wrap {
    padding: 80px 0;
  }
  .webuycars_actions {
    margin: 10px 0 0;
  }
  .webuycarslist {
    margin: 0 0 30px 0;
  }
  .webuycarspic {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .webuycarspic-mob {
    display: block;
  }
  .webuycarspic img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .webuycars_wrap {
    padding: 21px 0 30px;
  }
  .webuycars_title {
    margin: 0 0 30px;
  }
  .webuycars_title br {
    display: none;
  }
  .webuycarslist {
    column-gap: 20px;
    row-gap: 20px;
  }
  .webuycarsitm {
    padding: 20px 10px;
    min-height: 185px;
    width: calc(50% - 10px);
  }
  .webuycarsitm_icon {
    margin: 0 0 20px;
    width: 86px;
    height: 86px;
  }
  .webuycarsitm_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 400px) {
  .webuycarsitm {
    min-height: 165px;
    padding: 10px 10px;
  }
}
@media (max-width: 360px) {
  .webuycarsitm_title {
    font-size: 12px;
  }
}
.buyyourcar {
  padding: 6px 0;
  z-index: 1;
}
.buyyourcar .container-fullhd {
  overflow-x: visible;
}
@media (min-width: 1921px) {
  .buyyourcar .container-fullhd {
    overflow-x: hidden;
  }
}
.buyyourcar_content {
  position: relative;
  padding: 76px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.buyyourcar_title {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0;
  color: #282828;
}
.buyyourcar_title span {
  color: #faac1c;
}

.catalogslider {
  overflow: visible;
}
.catalogslider_arrowwrapper {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin: 60px 0 0 0;
  z-index: 1;
}
.catalogslider_count {
  font-weight: 300;
  font-size: 32px;
  text-align: center;
  color: #fff;
  width: 90px;
}
.catalogslider_count span:last-child {
  font-size: 24px;
  color: #faac1c;
}

.carcard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.carcard hr {
  margin: 0 auto;
  opacity: 1;
  padding: 0 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}
.carcard_head {
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.carcard_pic {
  border-radius: 8px;
  height: 225px;
}
.carcard_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.carcard_plash {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 2px 2px 0;
  padding: 10px;
  min-width: 108px;
  min-height: 67px;
  background: #faac1c;
  font-weight: 700;
}
.carcard_plash_price {
  font-size: 20px;
}
.carcard_block {
  padding: 20px 30px;
  width: 100%;
}
.carcard_block:last-child {
  margin-top: auto;
}
.carcard_title {
  margin: 0 0 20px 0;
  color: #282828;
  font-weight: 700;
  font-size: 20px;
}
.carcard_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.carcard_list-price li:last-child {
  font-weight: 700;
}
.carcard_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin: 0 0 10px 0;
  color: #282828;
  font-weight: 500;
}
.carcard_list li:last-child {
  margin-bottom: 0;
}
.carcard_list li span:last-child {
  max-width: 100px;
  white-space: pre-wrap;
  text-align: right;
}

.buyyourcarpicback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.buyyourcarpicback-mob {
  display: none;
}
.buyyourcarpicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .buyyourcarpicback img {
    object-fit: fill;
  }
}

.reviewcard {
  position: relative;
}
.reviewcard_desc {
  padding: 30px;
  margin: 0 0 30px 0;
  min-height: 400px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
.reviewcard_desc p {
  margin: 0 0 16px 0;
  font-weight: 500;
  color: #282828;
}
.reviewcard_desc p:last-of-type {
  margin-bottom: 0;
}
.reviewcard_bottom {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}
.reviewcard_photo {
  border: 0px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #faac1c;
  overflow: hidden;
  box-shadow: 0 0 0 3px #fff;
}
.reviewcard_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviewcard_info img {
  max-width: 100%;
  height: auto;
}
.reviewcard_name {
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

/*==========  Desktop First  ==========*/
@media (max-width: 480px) {
  .buyyourcar {
    padding: 80px 0;
  }
  .buyyourcar_content {
    padding: 0;
  }
  .buyyourcar_title {
    margin: 0 0 30px 0;
    color: #fff;
  }
  .buyyourcar_title br {
    display: none;
  }
  .buyyourcarpicback-mob {
    display: block;
  }
  .buyyourcarpicback-pc {
    display: none;
  }
  .buyyourcarpicback img {
    object-fit: fill;
  }
  .catalogslider_arrowwrapper {
    margin: 30px 0 0 0;
    column-gap: 12px;
  }
  .carcard_block {
    padding: 20px 20px;
  }
  .carcard hr {
    width: calc(100% - 40px);
  }
  .reviewcard_desc {
    min-height: 300px;
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .carcard_list li {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .carcard_list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.process {
  padding: 176px 0;
}
.process_wrap {
  position: relative;
  z-index: 1;
}
.process_title {
  margin: 0 0 60px 0;
  color: #282828;
}
.process_title span {
  color: #faac1c;
}

.processitm {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px 0;
  column-gap: 56px;
  row-gap: 56px;
}
.processitm:last-child {
  margin-bottom: 0;
}
.processitm_content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 581px;
  min-height: 260px;
  column-gap: 10px;
  padding: 40px 40px 40px 40px;
  border-radius: 8px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #282828;
}
.processitm_count {
  width: 30px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #faac1c;
  white-space: nowrap;
}
.processitm_info {
  width: 100%;
}
.processitm_title {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.processitm_title span {
  display: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #faac1c;
}
.processitm_desc p {
  font-weight: 500;
  margin-bottom: 26px;
}
.processitm_desc p:last-of-type {
  margin-bottom: 0;
}
.processitm_plink {
  margin-top: 30px;
  width: 100%;
  max-width: 420px;
  min-height: 62px;
}
.processitm_pic {
  position: relative;
}
.processitm_pic img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.processitm:nth-child(odd) .processitm_pic img {
  right: 0;
}
.processitm:nth-child(even) .processitm_pic img {
  left: 0;
}

.processpicback {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 150%;
  pointer-events: none;
}
.processpicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .processpicback img {
    object-fit: fill;
  }
}

/*==========  Desktop First  ==========*/
@media (max-width: 1200px) {
  .processitm_content {
    max-width: 470px;
    padding: 30px;
    column-gap: 8px;
  }
  .processitm_pic {
    width: 100%;
  }
  .processitm_pic img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .process_title {
    margin: 0 0 100px;
  }
  .processitm {
    flex-direction: column;
    padding-top: 260px;
    row-gap: 0;
  }
  .processitm_content {
    max-width: 100%;
    min-height: 170px;
  }
  .processitm_pic {
    position: absolute;
    left: 0;
    top: 0;
  }
  .processitm_pic img {
    transform: none;
    left: 0;
    top: 0;
  }
  .processitm_plink {
    max-width: 100%;
  }
  .processitm:nth-child(1) {
    margin-bottom: 80px;
  }
  .processitm:nth-child(1) .processitm_pic {
    top: -50px;
  }
  .processitm:nth-child(2) {
    margin-bottom: 80px;
  }
  .processitm:nth-child(2) .processitm_pic {
    top: -92px;
  }
  .processitm:nth-child(3) {
    margin-bottom: 130px;
  }
  .processitm:nth-child(3) .processitm_pic {
    top: -112px;
  }
  .processitm:nth-child(4) .processitm_pic {
    top: -162px;
  }
}
@media (max-width: 768px) {
  .process {
    padding: 140px 0;
  }
  .processitm {
    padding-top: 174px;
  }
  .processitm:nth-child(2) .processitm_pic {
    top: -80px;
  }
  .processitm:nth-child(3) .processitm_pic {
    top: -100px;
  }
  .processitm:nth-child(4) .processitm_pic {
    top: -136px;
  }
}
@media (max-width: 576px) {
  .process {
    padding: 60px 0;
  }
  .process_title {
    margin: 0 0 80px;
  }
  .processitm {
    padding-top: 206px;
  }
}
@media (max-width: 480px) {
  .process {
    padding: 21px 0 30px;
  }
  .process_title {
    max-width: 300px;
  }
  .processitm {
    padding-top: 160px;
  }
  .processitm_content {
    padding: 20px;
  }
  .processitm_count {
    display: none;
  }
  .processitm_title {
    display: flex;
    column-gap: 10px;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .processitm_title br {
    display: none;
  }
  .processitm_title span {
    display: inline-flex;
    white-space: nowrap;
    min-width: 30px;
    font-size: 16px;
  }
  .processitm_desc {
    font-size: 14px;
  }
  .processitm_desc p {
    margin-bottom: 16px;
  }
  .processitm:nth-child(2) .processitm_pic {
    top: -118px;
  }
  .processitm:nth-child(3) .processitm_pic {
    top: -145px;
  }
  .processitm:nth-child(4) .processitm_pic {
    top: -92px;
  }
}
@media (max-width: 430px) {
  .processitm {
    padding-top: 130px;
  }
}
@media (max-width: 400px) {
  .processitm {
    padding-top: 110px;
  }
}
@media (max-width: 375px) {
  .processitm {
    padding-top: 100px;
  }
}
@media (max-width: 360px) {
  .processitm {
    padding-top: 96px;
  }
}
@media (max-width: 350px) {
  .processitm {
    padding-top: 80px;
  }
  .processitm:nth-child(2) .processitm_pic {
    top: -105px;
  }
  .processitm:nth-child(3) .processitm_pic {
    top: -125px;
  }
}
.seoblock {
  z-index: 1;
}
.seoblock_wrap {
  position: relative;
  padding: 206px 0;
  min-height: 994px;
  z-index: 1;
}

.defaultcontent h2 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 36px;
}
.defaultcontent h2 span {
  color: #faac1c;
}
.defaultcontent h3 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 24px;
}
.defaultcontent h3 span {
  color: #faac1c;
}
.defaultcontent h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
}
.defaultcontent h4 span {
  color: #faac1c;
}
.defaultcontent p {
  margin: 20px 0;
  font-weight: 500;
}
.defaultcontent p a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #faac1c;
}
.defaultcontent ul {
  padding: 0 0 0 18px;
  margin: 20px 0;
}
.defaultcontent ul li {
  font-weight: 500;
}
.defaultcontent ol {
  padding: 0 0 0 18px;
  margin: 20px 0;
}
.defaultcontent ol li {
  font-weight: 500;
}

.seoblockpicback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.seoblockpicback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .seoblockpicback img {
    object-fit: fill;
  }
}

/*==========  Desktop First  ==========*/
@media (max-width: 992px) {
  .seoblock_wrap {
    padding: 160px 0;
  }
}
@media (max-width: 480px) {
  .seoblock_wrap {
    min-height: initial;
    padding: 80px 0;
  }
  .defaultcontent h2 {
    font-size: 24px;
  }
  .defaultcontent h3 {
    font-size: 20px;
  }
  .defaultcontent h4 {
    font-size: 16px;
  }
  .defaultcontent p {
    font-size: 14px;
  }
  .defaultcontent ul li {
    font-size: 14px;
  }
  .defaultcontent ol li {
    font-size: 14px;
  }
  .seoblockpicback img {
    object-fit: fill;
  }
}
.contact_wrap {
  position: relative;
  padding: 103px 0 110px;
  max-width: 520px;
  z-index: 1;
}

.contactblock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
  border-radius: 8px;
  padding: 60px;
  width: 100%;
  max-width: 517px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #282828;
}
.contactblock_title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.contactblock_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contactblock_info span {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 18px;
}
.contactblock_info p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.contactblock_info a {
  color: inherit;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  transition: color 300ms linear;
}
.contactblock_info a:hover {
  color: #faac1c;
}
.contactblock_call {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}
.contactblock_plink {
  min-height: 42px;
  padding: 6px 46px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 20px 0 rgba(255, 211, 116, 0.7);
  background: linear-gradient(180deg, #ffeab0 0%, #ffb42e 100%);
}
.contactblock_plink:hover {
  box-shadow: 0 4px 30px 0 #ffd374;
  background: linear-gradient(180deg, #ffeab0 0%, #ffb42e 100%);
}
.contactblock_social {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.contactblock_social .callmessage {
  background-color: rgba(0, 0, 0, 0.2);
}

.contactpicback,
.mapiframe {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 140%;
}
.contactpicback img,
.mapiframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1921px) {
  .contactpicback img,
  .mapiframe img {
    object-fit: fill;
  }
}
.contactpicback iframe,
.mapiframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*==========  Desktop First  ==========*/
@media (max-width: 768px) {
  .contactblock_call {
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 18px;
  }
  .contactblock_plink {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact .container {
    --bs-gutter-x: 0;
  }
  .contact_wrap {
    padding: 340px 0 0;
  }
  .contactblock {
    padding: 20px;
    row-gap: 20px;
    border-radius: 0;
  }
  .contactblock_title {
    font-size: 16px;
  }
  .contactblock_info p {
    font-size: 16px;
    line-height: 21px;
  }
  .contactblock_info span {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .contactpicback,
  .mapiframe {
    height: 60%;
    top: -70px;
    transform: none;
  }
}
.footer {
  position: relative;
  padding: 30px 0 30px;
  background: #0c0c0c;
  color: #fff;
}
.footer_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
}
.footer_logolink {
  opacity: 0.5;
}
.footer_logolink .logo {
  width: 177px;
}

.textprivacy {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  transition: color 300ms linear;
  opacity: 0.5;
}
.textprivacy-link:hover {
  color: #faac1c;
}

.linkauthor {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
  transition: color 300ms linear;
}
.linkauthor:hover {
  color: #faac1c;
}

/*==========  Desktop First  ==========*/
@media (max-width: 992px) {
  .footer_col {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 20px 0;
  }
  .textprivacy {
    font-size: 12px;
  }
  .linkauthor {
    font-size: 12px;
  }
}
.modal {
  position: relative;
  z-index: 20;
}
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 52, 52, 0.1);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.modal_container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 20px;
}
.modal_maxcontwrap {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 10rem);
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #282828;
  border-radius: 16px;
  padding: 60px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal_maxcontwrap::-webkit-scrollbar {
  display: none;
}
.modal_btnclose {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -57px;
  top: 0px;
  width: 46px;
  height: 46px;
  background: transparent;
  padding: 0;
  z-index: 2;
  transition: all 250ms ease;
}
.modal_btnclose_icon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal_btnclose_icon path {
  transition: all 250ms ease;
  stroke: rgba(255, 255, 255, 0.8078431373);
}
.modal_btnclose:hover path {
  stroke: #faac1c;
}
.modal_title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.modal_desc {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.modal_btncloseother {
  width: 100%;
  min-height: 62px;
  border-radius: 8px;
  margin-top: 23px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(87, 180, 13, 0.3);
  background: #57b40d;
  transition: all 300ms linear;
}
.modal_btncloseother:hover {
  background: #4ea10a;
  box-shadow: 0 10px 30px 0 rgba(87, 180, 13, 0.3);
}

.msignup .form,
.mleaving .form {
  padding: 0;
  margin: 38px 0 0;
  box-shadow: none;
  background: transparent;
}
.msignup .form .textpolicy,
.mleaving .form .textpolicy {
  margin: 40px 0 0;
  padding: 0 5px;
}
.mleaving_pic {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.mleaving_pic img {
  width: 365px;
  height: auto;
}
.mleaving_pic-left {
  left: -132px;
}
.mleaving_pic-right {
  right: -90px;
}
.mleaving_picmob {
  display: none;
}

.mpolitica .modal_container {
  max-width: 720px;
}
.mpolitica_title {
  margin: 0 0 40px;
}
.mvideo .modal_overlay {
  align-items: center;
}
.mvideo .modal_container {
  max-width: 1000px;
}
.mvideo .modal_maxcontwrap {
  padding: 30px;
}
.mvideo_content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}
.mvideo_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal_overlay {
  animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal_container {
  animation: mmslideIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal_overlay {
  animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal_container {
  animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal_container,
.micromodal-slide .modal_overlay {
  will-change: opacity, transform;
}

/*==========  Desktop First  ==========*/
@media (max-width: 480px) {
  .modal_container {
    margin: 0 10px;
  }
  .modal_btnclose {
    right: 0px;
    top: -60px;
  }
  .modal_maxcontwrap {
    padding: 20px;
  }
  .modal_title {
    font-size: 20px;
  }
  .modal_desc {
    font-size: 14px;
  }
  .modal_desc p:last-of-type {
    margin-bottom: 0;
  }
  .mleaving .form,
  .msignup .form {
    margin: 20px 0 0;
  }
  .mleaving .form .textpolicy,
  .msignup .form .textpolicy {
    margin: 20px 0 0;
    padding: 0 5px;
  }
  .mleaving_picmob {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
  }
  .mleaving_picmob img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  .mleaving_pic {
    display: none;
  }
}
@media (max-width: 375px) {
  .modal_btnclose {
    right: 0;
    top: -45px;
  }
  .modal_desc br {
    display: none;
  }
}
.cookiepopup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  max-width: 410px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 10px 10px 60px 0 rgba(250, 225, 0, 0.055);
  background: #171717;
  z-index: 9999;
}
.cookiepopup.is-none-active {
  display: none;
}
.cookiepopup.is-active {
  display: block;
}
@media (max-width: 576px) {
  .cookiepopup {
    padding: 22px 22px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 430px) {
  .cookiepopup {
    max-width: 280px;
  }
}
@media (max-width: 414px) {
  .cookiepopup {
    max-width: 260px;
  }
}
.cookiepopup_content {
  color: #fff;
}
.cookiepopup_left {
  display: flex;
  align-items: center;
}
.cookiepopup_icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin: 0 30px 0 0;
}
@media (max-width: 360px) {
  .cookiepopup_icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
  }
}
.cookiepopup_title {
  margin: 0 0 25px 0;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 31px;
}
@media (max-width: 576px) {
  .cookiepopup_title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 24px;
  }
}
.cookiepopup_text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.cookiepopup_text a {
  color: #faac1c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
@media (max-width: 576px) {
  .cookiepopup_text {
    font-size: 14px;
    line-height: 22px;
  }
}
.cookiepopup_actions {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .cookiepopup_actions {
    margin-top: 16px;
  }
}
.cookiepopup_btn {
  min-height: 50px;
  padding: 16px 20px;
  font-size: 15px;
}

.btntop {
  position: fixed;
  bottom: 100px;
  right: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 172, 28, 0.5);
  z-index: 12;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.btntop svg {
  width: 17px;
  height: 19px;
  transform: rotate(180deg);
}
.btntop svg path {
  fill: #111;
}
.btntop:hover {
  background-color: #faac1c;
  opacity: 1;
}
.btntop:hover svg path {
  fill: #111;
}
.btntop.active {
  right: 20px;
}
/*==========  Desktop First  ==========*/
@media (max-width: 1700px) {
  .btntop.active {
    right: 20px;
  }
}
@media (max-width: 576px) {
  .btntop {
    width: 38px;
    height: 38px;
  }
  .btntop svg {
    width: 14px;
  }
  .btntop.active {
    right: 10px;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1350px;
  }
}/*# sourceMappingURL=style.css.map */