@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
body {
  font-family: "Montserrat";
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
}

a {
  color: #F9F9F9;
  text-decoration: none;
}
a:visited {
  color: #F9F9F9;
}
a:hover {
  color: #F9F9F9;
}
a:active {
  color: #F9F9F9;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 41px;
}
nav .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
}
nav .nav_menu a {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 48px;
  white-space: nowrap;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav .nav_menu a:last-of-type {
  margin-right: 0;
}
nav .nav_menu a:hover {
  border-bottom: 3px solid #FB6157;
  padding-bottom: 19px;
}

.nav_menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  display: none;
  margin-right: 30px;
  cursor: pointer;
}
.nav_menu-mobile svg {
  width: 100%;
  height: 100%;
  fill: #F9F9F9;
}
.header-search {
  font-size: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.header-search svg{
  fill: #fff;
}
header.scrollElem .header-search svg {
  fill: #292a2d;
}
.menu-mobile {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: none;
}
.menu-mobile .menu-mobile-layauts {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts {
  z-index: 2;
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .header-menu-mobile {
  height: 56px;
  padding: 0 27px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .header-menu-mobile .boxLayouts {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .header-menu-mobile .boxLayouts .popup-close-menu {
  width: 15px;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .header-menu-mobile .boxLayouts .logoBlack-mobile {
  margin-top: 15px;
  height: auto;
}
/*.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .header-menu-mobile .boxLayouts svg {
  height: auto;
  width: 20px;
  -ms-grid-column-align: end;
      justify-self: end;
}*/
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .tel-menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .tel-menu-mobile .tel svg {
  height: 100%;
  padding-right: 6.5px;
  border-right: 1px solid #949596;
  fill: #292A2D;
  opacity: 0.25;
}
.menu-mobile .menu-mobile-layauts .menu-menu-mobile {
  margin-top: 143px;
  z-index: 3;
}
.menu-mobile .menu-mobile-layauts .menu-menu-mobile nav {
  height: auto;
}
.menu-mobile .menu-mobile-layauts .menu-menu-mobile nav .nav_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-mobile .menu-mobile-layauts .menu-menu-mobile nav .nav_menu a {
  margin: 0 0 40px;
  padding: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #292A2D;
}
.menu-mobile .menu-mobile-layauts .menu-menu-mobile nav .nav_menu a:hover {
  border-bottom: 0;
  color: #FB6157;
}
.menu-mobile .menu-mobile-layauts .evr-menu-mobile {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 32px 32px;
  padding-top: 23px;
  border-top: 1px solid #C4C4C4;
}
.menu-mobile .menu-mobile-layauts .logo-big {
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-mobile .menu-mobile-layauts .logo-big .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.menu-mobile .menu-mobile-layauts .logo-big .logo-box span {
  color: #F1F1F1;
  font-style: normal;
  font-weight: 600;
  font-size: 190px;
  line-height: 140px;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  width: 300px;
  text-align: center;
}
.main header .boxLayouts .tel {
  margin-left: 40px;
}
.header-search-box {
    position: absolute;
    top: 110%;
    right: 80px;
    max-width: 620px;
    width: 100%;
    font-size: 0;
    z-index: 10;
    transform: translateY(-1000px);
    transition: all .3s ease;
}
.header-search-box.active {
    transform: translateY(0px);
}
.header-search-box .header-search-inp {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #292A2D;
    padding: 18px 79px 18px 82px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(41, 42, 45, 0.08);
    border-radius: 4px 0px 0px 4px;
    border: none;
}
.header-search-box .header-search-inp::placeholder {
  color: #949496;
}
.header-search-box .header-search-btn {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 21 px;
    height: 21px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.header-search-close {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 12px;
  height: 12px;
}

.popup {
  z-index: 1000;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
.popup > .popup-close {
  fill: #F9F9F9;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

.contact-popup_up, .contact-popup_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 19px 18px 19px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
  text-transform: none;
  z-index: 999;
  display: none;
  transform: translateX(-50%);
}
.contact-popup_up > .icon, .contact-popup_down > .icon, .sent-form-success > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 8px;
}
.contact-popup_up > .icon svg, .contact-popup_down > .icon svg, .sent-form-success > .icon svg {
  width: 32px;
  height: 32px;
  fill: #FB6157;
}
.contact-popup_up > .icon, .contact-popup_down > .icon {
  position: absolute;
  left: 18px;
  top: 19px;
  display:none;
}
.contact-popup_up .address, .contact-popup_down .address {
  color: #292A2D;
  max-width: 345px;
  white-space: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: none;
  padding-bottom: 10px;
  margin-bottom: 9.5px;
  border-bottom: 1px solid #C4C4C4;
}
.contact-popup_up .contact__popup-tel-mail, .contact-popup_down .contact__popup-tel-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-popup_up div.contact__popup-tel-mail .tel, .contact-popup_down div.contact__popup-tel-mail .tel {
  margin-left: 0;
  color: #292A2D;
  font-size: 14px;
  line-height: 17px;
  border: none;
  height: auto;
}
.contact-popup_up div.contact__popup-tel-mail .tel svg, .contact-popup_down div.contact__popup-tel-mail .tel svg {
  fill: #292A2D;
  opacity: 1;
}
.contact-popup_up .mail, .contact-popup_down .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.contact-popup_up .mail > .icon, .contact-popup_down .mail > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 9px;
  width: 16px;
  height: 13px;
}
.contact-popup_up .mail > .icon svg, .contact-popup_down .mail > .icon svg {
  width: 16px;
  height: 13px;
}
.contact-popup_up .mail span, .contact-popup_down .mail span {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: 150px;
}

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 514px;
  /* height: 560px; */
  top: 150px;
  padding: 40.65px 48.45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
 /*  position: fixed;
  margin: 0 auto;
  right: 0;
  left:0; */
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sent-form-success{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
   /*  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 348px;
    /* height: 140px;  */
    top: 35%;
    padding: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: fixed;
    margin: 0 auto;
    right: 0;
    left: 0;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;


}

.sent-form-success > .icon
{
  width: 37px;
  margin-right: 4px;
}
.sent-form-success > .icon svg
{
  padding: 0px 10px 0 0;
}

.sent-form-success .success-title
{

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #292A2D;
  width: 230px;

}

.sent-form-success .success-text
{
  color: #292A2D;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: normal;
  margin: 8px 0 0 41px;
}

.form-popup .logo1 {
  margin-bottom: 20px;
}
.form-popup .desc {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
  text-align: center;
}
.form-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 35px;
}
.form-popup form .row_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 386px;
  margin-bottom: 40px;
}
.form-popup form .row_form label {
  color: #C4C4C4;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.form-popup form .row_form input {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 5px;
  border-bottom: 2px solid #C4C4C4;
}
.form-popup form .row_form:last-of-type {
  margin-bottom: 0;
}
.form-popup form button {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  width: 386px;
  height: 52px;
  background: #FB6157;
  -webkit-box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
          box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
  border-radius: 4px;
  border: none;
  text-align: center;
  margin-top: 51px;
  padding-left: 30px;
}
.form-popup form button svg {
  width: 12px;
  height: 12px;
  fill: #F9F9F9;
  float: right;
  margin-top: 2px;
  margin-right: 20px;
}

label.error{
  color: #f10000!important;
}

.form2-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 514px;
 /*  height: 640px; */
  top: 150px;
  padding: 40.65px 48.45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FB6157;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  display: none;
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form2-popup .logo1 {
  margin-bottom: 20px;
}
.form2-popup .desc1 {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
}
.form2-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 35px;
}
.form2-popup form .row_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 386px;
  margin-bottom: 40px;
}
.form2-popup form .row_form label {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.form2-popup form .row_form input {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 5px;
  background: none;
  border-bottom: 2px solid #F9F9F9;
}
.form2-popup form .row_form:nth-child(2) {
  /* margin-bottom: 0; */
}
.form2-popup form .row_form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 386px;
}
.form2-popup form .row_form-check label {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  width: 311px;
  display: block;
}
.form2-popup form .row_form-check label a {
  text-decoration: underline;
}
.form2-popup form .row_form-check input {
  margin-right: 16px;
}
.form2-popup form button {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  width: 386px;
  height: 52px;
  background: transparent;
  margin-top: 51px;
  margin-bottom: 40px;
  padding: 0;
}
.form2-popup form button .buttonBorder-title {
  width: 325px;
}
.form2-popup form button .buttonBorder-arrow {
  height: 52px;
}
.cookiePopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 685px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 20px 70px 20px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1408px;
  width: 100%;
  /* font-family: Inter; */
  font-size:13px;
  /* height: 56px; */
  z-index: 10000;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 2px rgba(41, 42, 45, 0.08);
          box-shadow: 0px 2px 2px rgba(41, 42, 45, 0.08);
  border-radius: 16px;
  gap: 24px;
}

.cookiePopup .close_icon_wr{
	display:none;
}
.cookiePopup .close_icon{
	width: 12px;
    height: 12px;
	margin: 7px -3px 0px 22px;
	
}
.cookiePopup .cookiePopup_img {
  width: 40px;
  height: 40px;
  margin-right: 0px;
}
.cookiePopup .cookiePopup_title_h2 {
  color: rgba(41, 42, 45, 1);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2%;
  display: none;
  max-width: 1030px;
  width: 100%;
}
.cookiePopup .cookiePopup-title {
  color: rgba(41, 42, 45, 1);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2%;
  display: block;
  max-width: 1030px;
  width: 100%;
}
.cookiePopup .cookiePopup-title a {
  color: #8280E0;
}
.cookiePopup .cookiePopup-button {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 6%;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 3px;
  width:96px;
  height:32px;
  border-radius: 8px;
  background: rgba(251, 97, 87, 1);
}

.cookiePopup.hide {
  display: none;
}

.box_logo {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 141px;
  line-height: 116px;
  position: absolute;
  bottom: 18px;
  right: -14px;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  width: 277px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.time-popup {
  background-color: #FB6157;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (1).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 344px;
  height: 120px;
  display: none;
  transform: translateX(-50%);
}
.time-popup .time {
  width: 100%;
  height: 100%;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time-popup .time > span {
  text-align: center;
}

.line {
  border: 1px solid #FB6157;
  -webkit-box-shadow: 0px 0px 8px rgba(251, 97, 87, 0.75);
          box-shadow: 0px 0px 8px rgba(251, 97, 87, 0.75);
}

.upper {
  text-transform: uppercase;
}

.evr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 285px;
}
.evr img {
  margin-right: 12px;
}
.evr span {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  display: block;
  width: 187px;
}
.evr span span {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
}

.bold {
  font-weight: 600;
}

.brandColor {
  color: #FB6157;
}

.buttonBorder {
  width: 256px;
  height: 56px;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.buttonBorder .buttonBorder-title {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 196px;
  height: 56px;
}
.buttonBorder .buttonBorder-arrow {
  width: 56px;
  height: 56px;
  border-left: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttonBorder .buttonBorder-arrow svg {
  width: 12px;
  height: 12px;
  fill: #F9F9F9;
}

.tel {
  color: #EFEFEF;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 171px;
  height: 32px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.tel svg {
  fill: #F9F9F9;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  margin-bottom: 2px;
}

.tel img {
  margin-right: 14px;
  margin-bottom: 2px;
}
.menu-mobile .menu-mobile-layauts .header-menu-mobile-layauts .tel-menu-mobile .tel {
  color: #292A2D;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 27, 0.4)), color-stop(115.26%, #0E0E0E));
  background: -o-linear-gradient(top, rgba(25, 25, 27, 0.4) 0%, #0E0E0E 115.26%);
  background: linear-gradient(180deg, rgba(25, 25, 27, 0.4) 0%, #0E0E0E 115.26%);
  opacity: 0.66;
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.time > span {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
  margin-left: 5px;
}
.time .timeLaouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.time .timeLaouts .countdown_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 46px;
}
.time .timeLaouts .countdown_row .countdown_section {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 60px;
  text-align: center;
}
.time .timeLaouts .countdown_row .countdown_section .countdown_amount {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  width: 100%;
}
.time .timeLaouts .countdown_row .countdown_section:nth-child(4) .timeDescript {
  display: none;
}
.time .timeLaouts .countdown_row .timeDescript {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  position: absolute;
  top: 1px;
  left: 60px;
}

.noScroll {
  overflow: hidden;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main > .shadow {
  opacity: 0;
  display: none;
}
.main .boxLayouts {
  max-width: 1440px;
  width: 100%;
  height: 100%;
}
.main .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.main header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 20px;
  z-index: 999;
}
.main header .boxLayouts {
  max-width: 1480px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 157px 48px 171px 48px minmax(auto, 100%) 48px 20px;
  grid-template-columns: 157px 171px minmax(auto, 100%) 20px;
  grid-gap: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 20px;
}
.main header .boxLayouts .nav_menu-mobile {
  display: none;
}
.main header .boxLayouts .logoBrand {
  display: none;
  margin-top: 15px;
}
.main header .boxLayouts .logoWhite-mobile {
  display: none;
}
.main header .boxLayouts .logoBlack-mobile {
  display: none;
}
.main header .boxLayouts .logo {
  margin-top: 15px;
}
.main header .boxLayouts > svg {
  width: 20px;
  height: 20px;
  fill: #F9F9F9;
}
.main header.scrollElem {
  top: 0px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
}
.main header.scrollElem .boxLayouts nav a {
  color: #292A2D;
}
.main header.scrollElem .boxLayouts nav .popup-close {
  fill: #C4C4C4;
}
.main header.scrollElem .boxLayouts .tel {
  color: #292A2D;
}
.main header.scrollElem .boxLayouts .tel svg {
  fill: #C4C4C4;
}
.main header.scrollElem .boxLayouts .evr span {
  color: #292A2D;
}
.main header.scrollElem .boxLayouts .logoBrand {
  display: block;
}
.main header.scrollElem .boxLayouts .logo {
  display: none;
}
.main header.scrollElem .boxLayouts > svg {
  fill: #292A2D;
}

.main header .boxLayouts .iconHeart > svg {
  fill: white;
}

.main header.scrollElem .boxLayouts .iconHeart > svg {
  fill: black;
}
.main .box-1 {
  height: 780px;
}
.main .box-1 .boxLayouts {
  max-width: 100%;
}
.main .box-2 {
  background-color: #ececec;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (5).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts {
  padding: 72px 20px 72px;
  max-width: 1200px;
}

/* ===== NEW KATALOG ===== */
.main .box-2 .boxLayouts .title {
  font-size: 32px;
  line-height: 39px;
  color: #292A2D;
}
.main .box-2 .boxLayouts .title span {
  color: #fb6157;
  text-transform: uppercase;
}
.catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 40px;
}
.catalog__item {
  display: block;
  position: relative;
  width: calc((100%/3 * 1) - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding-top: 375px;
  position: relative;
  overflow: hidden;
}
.catalog__item:first-child {
  width: calc((100%/3 * 2) - 20px);
}
.catalog__item .catalog__item-bg {
  position: absolute;
  width: 100%;
  height: 97%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .5s ease;
}
.catalog__item:hover .catalog__item-bg {
  transform: scale(1.1);
}
.catalog__item-line {
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catalog__item-line span {
  color: #292A2D;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all .5s ease;
}
.catalog__item-line svg {
  width: 24px;
  height: 24px;
  transition: all .5s ease;
}
.catalog__item:hover .catalog__item-line span {
  color: #fb6157; 
}
.catalog__item:hover .catalog__item-line svg {
  transform: translateX(10px);
}

/* ===== NEW KATALOG ===== */

.main .box-2 .boxLayouts .slider-box-monbile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
  margin: 40px 0 60px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 24px;
  width: 327px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .katalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0 21px 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .katalog-item .title {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .katalog-item a {
  color: #C4C4C4;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 346px;
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 64px;
  position: relative;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .box .box_img {
  border-radius: 4px 4px 32px 4px;
  width: 100%;
  height: 160px;
  z-index: 1;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .box .box_title {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  width: 148px;
  margin-left: 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
  height: 180px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item .box .box_logo {
  color: #F1F1F1;
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 86px;
  position: absolute;
  bottom: 10px;
  right: 0;
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  width: 180px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(1) .box {
  background-color: #FB6157;
  -webkit-box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
          box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(1) .box .box_img {
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/slider2/item (9).jpg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(1) .box .box_title {
  color: #EFEFEF;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(1) .box .box_logo {
  color: #FF746B;
  bottom: 9px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(2) .box .box_img {
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/slider2/item (8).jpg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(3) .box {
  background-color: #FB6157;
  -webkit-box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
          box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(3) .box .box_img {
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/slider2/item (7).jpg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(3) .box .box_title {
  color: #EFEFEF;
  width: 235px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(3) .box .box_logo {
  color: #FF746B;
  bottom: 9px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(4) .box .box_img {
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/slider2/item (1).jpg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(5) {
  margin-bottom: 0;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(5) .box {
  background-color: #FB6157;
  -webkit-box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
          box-shadow: 0px 15px 30px rgba(249, 96, 86, 0.33);
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(5) .box .box_img {
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/slider2/item (10).jpg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(5) .box .box_title {
  color: #EFEFEF;
  width: 235px;
}
.main .box-2 .boxLayouts .slider-box-monbile .slider-item:nth-child(5) .box .box_logo {
  color: #FF746B;
  bottom: 9px;
}

.main .box-3 {
  height: 160px;
  background-color: #FB6157;
}
.main .box-3 .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (3).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-3 .boxLayouts .title {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 39px;
  display: block;
  text-align: left;
  width: 368px;
}
.main .box-3 .boxLayouts .buttonBorder {
  margin: 0 84px 0 56px;
}
.main .box-4 {
  height: 573px;
  background-color: #FFFFFF;
}
.main .box-4 .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.main .box-4 .boxLayouts .manBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 600px;
  padding-right: 30px;
  position: relative;
}
.main .box-4 .boxLayouts .manBox .box_logo {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 180px;
  line-height: 144px;
  position: static !important;
  z-index: 1;
  margin-right: -60px;
  margin-bottom: 25px;
  width: 319px;
  height: 432px;
}
.main .box-4 .boxLayouts .manBox img {
  position: static !important;
  z-index: 2;
  margin-left: -60px;
  margin-bottom: -1px;
}
.main .box-4 .boxLayouts .manBox .circle {
  position: absolute;
  border-radius: 999px;
}
.main .box-4 .boxLayouts .manBox .circle1 {
  width: 234.32px;
  height: 234.32px;
  background: -o-linear-gradient(222.89deg, #FE990D 6.92%, rgba(254, 153, 13, 0.37) 97.54%);
  background: linear-gradient(227.11deg, #FE990D 6.92%, rgba(254, 153, 13, 0.37) 97.54%);
  top: -40px !important;
  left: 225px !important;
  z-index: 0;
}
.main .box-4 .boxLayouts .manBox .circle2 {
  width: 130.73px;
  height: 130.73px;
  background: -o-linear-gradient(227.15deg, #ED5469 19.17%, rgba(237, 84, 105, 0.71) 77.6%);
  background: linear-gradient(222.85deg, #ED5469 19.17%, rgba(237, 84, 105, 0.71) 77.6%);
  top: 154px !important;
  left: 470px !important;
  z-index: 1;
}
.main .box-4 .boxLayouts .manBox .circle3 {
  width: 69.02px;
  height: 69.02px;
  background: -o-linear-gradient(222.89deg, rgba(254, 153, 13, 0.71) 6.92%, rgba(254, 153, 13, 0.31) 97.54%);
  background: linear-gradient(227.11deg, rgba(254, 153, 13, 0.71) 6.92%, rgba(254, 153, 13, 0.31) 97.54%);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  top: 274px !important;
  left: 380px !important;
  z-index: 3;
}
.main .box-4 .boxLayouts .manBox .circle4 {
  width: 36.69px;
  height: 36.69px;
  background: -o-linear-gradient(227.15deg, #ED5469 19.17%, rgba(237, 84, 105, 0.71) 77.6%);
  background: linear-gradient(222.85deg, #ED5469 19.17%, rgba(237, 84, 105, 0.71) 77.6%);
  top: 440px !important;
  left: 530px !important;
  z-index: 3;
}
.main .box-4 .boxLayouts .philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 556px;
  height: 100%;
}
.main .box-4 .boxLayouts .philosophy .philosophyTitle {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-left: 56px;
}
.main .box-4 .boxLayouts .philosophy .philosophyDesc {
  color: #292A2D;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 506px;
  margin: 40px 0 100px 0;
  padding: 45px 0 0 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.main .box-4 .boxLayouts .philosophy .philosophyDesc img {
  position: absolute;
  top: 0;
  left: 35px;
}
.main .box-4 .boxLayouts .philosophy .philosophyAft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #292A2D;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  margin-left: 56px;
}
.main .box-4 .boxLayouts .philosophy .philosophyAft .bold {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.main .box-4 .boxLayouts .philosophy .philosophyAft img {
  display: none;
}
.main .box-5 {
  height: 173px;
  background-color: #293033;
}
.main .box-5 .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/bg/fon.svg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-5 .boxLayouts .line {
  width: 0;
  height: 80px;
  margin: 0 32px 0 89px;
}
.main .box-5 .boxLayouts .desc {
  color: #EFEFEF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  display: block;
  width: 469.83px;
  height: auto;
}
.main .box-5 .boxLayouts .desc b {
  text-transform: uppercase;
}
.main .box-5 .boxLayouts .logo {
  color: #FB6157;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 117px;
  text-shadow: 0px 0px 8px rgba(251, 97, 87, 0.4);
}
.main .box-6 {
  height: 1530px;
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (7).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .box-6 .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .box-6 .boxLayouts .title {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 56px;
  margin-top: -10px;
}
.main .box-6 .boxLayouts .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: centerr;
      -ms-flex-align: centerr;
          align-items: centerr;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.main .box-6 .boxLayouts .content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1296px;
  height: 400px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.04);
  border-radius: 16px 16px 16px 64px;
  position: relative;
  margin-bottom: 32px;
  padding-left: 96px;
}
.main .box-6 .boxLayouts .content .content-item:last-of-type {
  margin-bottom: 0;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: left;
  padding-left: 0;
  padding-right: 96px;
  border-radius: 16px 16px 64px 16px;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) .logo {
  position: absolute;
  top: 47.5px;
  left: auto;
  right: 48px;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) .back {
  position: absolute;
  top: -6px;
  right: auto;
  left: 0;
  bottom: -6px;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) .id-item {
  width: 575px;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) .title-item {
  width: 575px;
}
.main .box-6 .boxLayouts .content .content-item:nth-child(even) .desc-item {
  width: 575px;
}
.main .box-6 .boxLayouts .content .content-item .logo {
  position: absolute;
  top: 47.5px;
  right: 611px;
  left: auto;
}
.main .box-6 .boxLayouts .content .content-item .back {
  position: absolute;
  top: -6px;
  right: 0;
  bottom: -6px;
}
.main .box-6 .boxLayouts .content .content-item .id-item {
  color: #C4C4C4;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: block;
  width: 400px;
  margin-top: 55.5px;
}
.main .box-6 .boxLayouts .content .content-item .title-item {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  display: block;
  width: 400px;
  margin-top: 55px;
  margin-bottom: 22px;
}
.main .box-6 .boxLayouts .content .content-item .desc-item {
  color: #292A2D;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 595px;
}
.main .box-6 .boxLayouts .content .content-item .desc-item span {
  font-size: 600;
}
.main .box-7 {
  height: 1027px;
  background-color: #FFFFFF;
}
.main .box-7 .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.main .box-7 .boxLayouts .title {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 16px;
}
.main .box-7 .boxLayouts .desc {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  width: 896.47px;
}
.main .box-7 .boxLayouts .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 368px 40px 368px 40px 368px;
  grid-template-columns: repeat(3, 368px);
  -ms-grid-rows: 328px 40px 328px;
  grid-template-rows: repeat(2, 328px);
  grid-gap: 40px;
}
.main .box-7 .boxLayouts .content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.main .box-7 .boxLayouts .content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.main .box-7 .boxLayouts .content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.main .box-7 .boxLayouts .content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.main .box-7 .boxLayouts .content > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.main .box-7 .boxLayouts .content > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.main .box-7 .boxLayouts .content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 32px;
  border: 2px solid #FB6157;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
}
.main .box-7 .boxLayouts .content .content-item .title-item {
  color: #292A2D;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.main .box-7 .boxLayouts .content .content-item .desc-item {
  color: #292A2D;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.main .box-7 .boxLayouts .content .content-item.partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FB6157;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (4).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.main .box-7 .boxLayouts .content .content-item.partner-item .title-item {
  color: #F9F9F9;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  display: block;
  width: 259.46px;
  margin-bottom: 48.5px;
}
.main footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: auto;
  width: 100%;
  background-color: #292A2D;
}
.main footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  width: 100%;
}
.main footer .footer-top .boxLayouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  background-image: url("/local/templates/avrora-vw/images/bg/bg (6).png");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo .logo {
  margin-top: 10px;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo-mobile {
  display: none;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo-mobile .logo {
  margin-top: 0;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .tel_mobile {
  display: none;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav {
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav {
  margin-right: 65px;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu a {
  margin: 0 20px;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu a:last-of-type {
  margin-right: 0;
}
.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav > svg {
  width: 20px;
  height: 20px;
  fill: #F9F9F9;
}
.partner__btn {
  border: 2px solid #c4c4c4;
  border-radius: 20px;
  background-color: #232427;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  padding: 13px 25px 13px 45px;
  position: relative;
  color: #fff;
  white-space: nowrap;
  transition: all .3s ease;
}
.partner__btn:hover {
  border: 2px solid #FB6157;
}
.partner__btn svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-evr {
  display: none;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-evr .evr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc span {
  color: #C4C4C4;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 297px;
  letter-spacing: 0.02em;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc input {
  color: #EFEFEF;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 300px;
  height: 40px;
  margin-right: 10px;
  margin-left: 23px;
  background-color: transparent;
  padding: 0 16px;
}
.main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc button {
  color: #F9F9F9;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #FB6157;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 137px;
  height: 40px;
  letter-spacing: 0.02em;
  background-color: transparent;
  cursor: pointer;
}
.main footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 100%;
  background-color: #FFFFFF;
}
.main footer .footer-bottom .boxLayouts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main footer .footer-bottom .boxLayouts .sogl {
  -ms-grid-column-align: center;
      justify-self: center;
}
.main footer .footer-bottom .boxLayouts .sogl a {
  color: #292A2D;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
}
.main footer .footer-bottom .boxLayouts .sogl a:first-of-type {
  margin-right: 16px;
  border-right: 1px solid #292A2D;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main footer .footer-bottom .boxLayouts .copyr {
  color: #292A2D;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  -ms-grid-column-align: start;
      justify-self: start;
}
.main footer .footer-bottom .boxLayouts .soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88px;
  -ms-grid-column-align: end;
      justify-self: end;
	  display:none;
}

.modal-background {
    /* display: none!important; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    background: rgba(59, 62, 64, .5);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-transform: none;
    text-shadow: 0 1px 0 #ffffff;
}
section.content{
	max-width: 1000px;
    margin: 87px;
}
.user_ag_link,.user_ag_link:hover
{
	color:#292A2D;
}
/***********************************/
@media (max-width: 1420px) {
  .main .box-6 .boxLayouts {
    padding: 0 20px;
  }
  .main .box-6 .boxLayouts .content {
    width: 100%;
  }
  .main .box-6 .boxLayouts .content .content-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 1360px) {
  .main header .boxLayouts {
    -ms-grid-columns: 157px 30px auto 30px minmax(auto, 100%) 30px 20px;
    grid-template-columns: 157px auto minmax(auto, 100%) 20px;
    justify-items: stretch;
    grid-gap: 30px;
    padding: 0 60px;
  }
  #sliderPrimary .box-1-content {
    padding: 0 60px;
  }
  #sliderPrimary .btn.btnNext {
    right: 60px;
  }
  #sliderPrimary .btn.btnPrev {
    right: 124px;
  }
  #sliderPrimary .dots-layouts {
    right: 230px;
  }
  .header-search-box {
    right: 60px;
  }
  .main header .boxLayouts .logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header .boxLayouts .logoBrand {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header .boxLayouts .tel {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header .boxLayouts nav {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header .boxLayouts nav .nav_menu a {
    margin: 0 20px;
  }
  .main header .boxLayouts nav .nav_menu a .contact-popup_up > svg {
    top: 9px;
    right: 9px;
    fill: #292A2D;
  }
  .main header .boxLayouts nav .nav_menu a:last-of-type {
    margin-right: 0;
  }
  .main header .boxLayouts > svg {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header .boxLayouts > .header-search {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main header.scrollElem {
    height: auto;
  }
  .main header.scrollElem nav .nav_menu {
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
  }
  .main .box-1 #sliderPrimary .btn.btnPrev {
    right: 124px;
  }
  .main .box-1 #sliderPrimary .btn.btnNext {
    right: 60px;
  }
  .main .box-2 #sliderKatalog .slider-items {
    margin-top: 0;
    padding-top: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 802px;
  }
  .main .box-2 #sliderKatalog .slider-items .dots-layoutsKatalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main .box-2 #sliderKatalog .slider-items .dots-layoutsKatalog .katalog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
    min-width: 750px;
    width: 750px;
  }
  .main .box-2 #sliderKatalog .slider-items .dots-layoutsKatalog .katalog .katalog-item {
    margin-bottom: 12px;
  }
  .main .box-2 #sliderKatalog .dots-layouts {
    margin-bottom: 40px;
  }
  .main .box-3 .boxLayouts {
    padding: 0 20px;
  }
  .main .box-3 .boxLayouts .title {
    font-size: 28px;
    line-height: 30px;
    max-width: 368px;
    width: 100%;
  }
  .main .box-3 .boxLayouts .buttonBorder {
    margin: 15px;
  }
  .main .box-4 .boxLayouts {
    padding: 0 20px;
  }
  .main .box-4 .boxLayouts .philosophy {
    width: auto;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyTitle {
    margin-left: 0;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyDesc {
    padding-left: 0;
    width: 450px;
  }



  .main .box-4 .boxLayouts .philosophy .philosophyDesc img {
    left: -5px;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyAft {
    margin-left: 0;
  }
  .main .box-5 .boxLayouts {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .box-5 .boxLayouts .logo {
    font-size: 80px;
    line-height: 90px;
  }
  .main .box-5 .boxLayouts .line {
    margin: 15px;
  }
  .main .box-6 .boxLayouts .content .content-item .logo {
    right: 523px;
  }
  .main .box-6 .boxLayouts .content .content-item .back {
    width: 550px;
    right: -6px;
    bottom: auto;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .back {
    top: -6px;
    right: auto;
    left: -6px;
    bottom: auto;
  }
  .main .box-7 {
    height: 1350px;
  }
  .main .box-7 .boxLayouts {
    padding: 0 20px;
  }
  .main .box-7 .boxLayouts .desc {
    max-width: 896.47px;
    width: 100%;
  }
  .main .box-7 .boxLayouts .content {
    -ms-grid-columns: (368px)[2];
    grid-template-columns: repeat(2, 368px);
    -ms-grid-rows: (328px)[3];
    grid-template-rows: repeat(3, 328px);
  }
  .main .box-7 .boxLayouts .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .main footer .footer-top .boxLayouts {
    padding: 0 60px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu a {
    margin-right: 20px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc span {
    margin: 0 0 10px 0;
    width: 447px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc input {
    margin-left: 0;
  }
  .main footer .footer-bottom .boxLayouts {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {



  .main .box-6 .boxLayouts .content .content-item {
    padding-left: 40px;
  }
  .main .box-6 .boxLayouts .content .content-item .back {
    width: 550px;
  }
  .main .box-6 .boxLayouts .content .content-item .id-item {
    width: 400px;
  }
  .main .box-6 .boxLayouts .content .content-item .title-item {
    width: 400px;
  }
  .main .box-6 .boxLayouts .content .content-item .desc-item {
    width: 400px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) {
    padding-right: 40px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .id-item {
    width: 400px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .title-item {
    width: 400px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .desc-item {
    width: 400px;
  }





















}
@media (max-width: 1160px) {
  .main footer .footer-top .boxLayouts .boxLayouts-row1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .main .box-4 {
    height: 350px;
  }
  .main .box-4 .boxLayouts .manBox {
    width: 380px;
  }
  .main .box-4 .boxLayouts .manBox .box_logo {
    color: #292A2D;
    font-style: normal;
    font-weight: 600;
    font-size: 130px;
    line-height: 110px;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 210px;
    height: 100%;
  }
  .main .box-4 .boxLayouts .manBox img {
    margin-left: -30px;
    height: 100%;
  }
  .main .box-4 .boxLayouts .manBox .circle1 {
    width: 144.32px;
    height: 144.32px;
    top: -40px !important;
    left: 155px !important;
  }
  .main .box-4 .boxLayouts .manBox .circle2 {
    width: 80.73px;
    height: 80.73px;
    top: 94px !important;
    left: 300px !important;
  }
  .main .box-4 .boxLayouts .manBox .circle3 {
    width: 49.02px;
    height: 49.02px;
    top: 154px !important;
    left: 240px !important;
  }
  .main .box-4 .boxLayouts .manBox .circle4 {
    width: 26.69px;
    height: 26.69px;
    top: 260px !important;
    left: 340px !important;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyDesc {
    max-width: 506px;
    margin: 10px 0 15px 0;
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
    width: 330px;
  }
  .main .box-6 {
    height: 1435px;
  }
  .main .box-6 .boxLayouts {
     margin-bottom: 30px;
  }
  .main .box-6 .boxLayouts .title{
    margin-top: 10px;
  }
  .main .box-6 .boxLayouts .content .content-item {
    height: 370px;
  }
  .main .box-6 .boxLayouts .content .content-item .logo {
    right: 423px;
  }
  .main .box-6 .boxLayouts .content .content-item .back {
    width: 450px;
  }
  .main .box-6 .boxLayouts .content .content-item .desc-item {
    margin-bottom: 44px;
  }
}
@media (max-width: 1040px) {
  .main header .boxLayouts .tel {
    display: none;
  }
  .contact-popup_up div.contact__popup-tel-mail .tel, .contact-popup_down div.contact__popup-tel-mail .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .box-2 #sliderKatalog .slider-items {
    width: 100%;
  }
  .main .box-2 #sliderKatalog .slider-items .dots-layoutsKatalog .katalog .katalog-item {
    width: 200px;
  }
  .main .box-2 #sliderKatalog .slider-items .slider-track {
    margin-left: 125px;
  }
  .main .box-2 #sliderKatalog .btn.btnPrev {
    left: 30%;
  }
  .main .box-2 #sliderKatalog .btn.btnNext {
    right: 30%;
  }
  .main .box-2 #sliderKatalog .btn {
    bottom: 50px;
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1023px) {
  .main footer {
    position: relative;
  }
  .main footer .footer-top {
    height: auto;
    z-index: 1;
  }
  .main footer .footer-top .boxLayouts {
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/bg/Mobile/footer.png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo {
    display: none;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo-mobile {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo-mobile .logo {
    height: auto;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo-mobile .logo img {
    height: 40px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .tel_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav {
    margin-bottom: 12px;
    flex-direction: column;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav {
    height: auto;
    margin: 0;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu a {
    margin: 0;
    padding-bottom: 32px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav .nav_menu a:hover {
    border-bottom: 0;
    padding-bottom: 32px;
    color: #FB6157;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav > svg {
    display: none;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .tel {
    display: none;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc {
    width: 100%;
    margin-bottom: 23px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc span {
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc > span:after {
    content: '"';
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc > span:before {
    content: '"';
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc form input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc form button {
    width: 100%;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-evr {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-evr .evr {
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-evr .evr span {
    display: inline;
    width: auto;
    color: #C4C4C4;
  }
  .main footer .footer-bottom {
    z-index: 2;
  }
  .main footer .footer-bottom .boxLayouts {
    position: relative;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 24px;
  }
  .main footer .footer-bottom .boxLayouts .sogl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 282.5px;
    height: 25px;
    top: -50px;
    opacity: 0.5;
  }
  .main footer .footer-bottom .boxLayouts .sogl a {
    display: block;
    color: #C4C4C4;
    width: 124px;
  }
  .main footer .footer-bottom .boxLayouts .sogl a:first-of-type {
    border-right: 1px solid #C4C4C4;
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 930px) {



  .main .box-6 .boxLayouts .content .content-item {
    height: 370px;
  }
  .main .box-6 .boxLayouts .content .content-item .logo {
    right: 350px;
  }
  .main .box-6 .boxLayouts .content .content-item .back {
    width: 350px;
  }
  .main .box-6 .boxLayouts .content .content-item .desc-item {
    width: 650px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-logo {
    width: 180px;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc input {
    width: 200px;
    margin: 0 10px 0 0;
  }
  .main footer .footer-top .boxLayouts .boxLayouts-row2 .footer_layouts-subsc .subsc button {
    float: right;
  }
}
@media (max-width: 830px) {
  .main header .boxLayouts {
    grid-gap: 15px;
  }
  .main header .boxLayouts nav .nav_menu a {
    margin: 0 15px;
  }
  /*.main footer .footer-top .boxLayouts .boxLayouts-row1 .footer_layouts-nav nav {
    margin-right: 15px;
  }*/
}
@media (max-width: 820px) {
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .id-item {
    width: 340px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .title-item {
    width: 340px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .desc-item {
    width: 340px;
  }
  .main .box-7 .boxLayouts .content {
    grid-gap: 15px;
  }
  section.content {
	max-width: 100%;
  }
  
  .content_main
  {
	  padding: 0 24px;

  }
  .cookiePopup {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  
			  align-items: flex-start;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: center;
	  position: fixed;
	  top: 40%;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
		  -ms-transform: translateX(-50%);
			  transform: translateX(-50%);
	  padding: 24px 34px;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	  width: 348px;
	  /* font-family: Inter; */
	  font-size:13px;
	  height: 314px;
	  z-index: 10000;
	  background: #FFFFFF;
	  -webkit-box-shadow: 0px 2px 2px rgba(41, 42, 45, 0.08);
			  box-shadow: 0px 2px 2px rgba(41, 42, 45, 0.08);
	  border-radius: 16px;
	  row-gap: 12px;
	  column-gap: 0px;
	  flex-wrap: wrap;
	  box-shadow: 0px 4px 12px 0px rgba(251, 97, 87, 0.22);

	}
	.cookiePopup .close_icon_wr {
		display: block;
		position: absolute;
		right: 17px;
		top: 4px;
	}
	.cookiePopup .close_icon{
		width: 9px;
		height: 13px;
		margin: 7px -3px 0px 22px;
	}
	.cookiePopup .cookiePopup_img {
	  width: 36px;
	  height: 36px;
	  margin: 0 22px 0 -49px;
	}
	.cookiePopup .cookiePopup_title_h2 {
	  color: rgba(41, 42, 45, 1);
	  font-style: normal;
	  font-weight: 600;
	  font-size: 16px;
	  line-height: 16px;
	  letter-spacing: 2%;
	  display: block;
	  max-width: 1030px;
	  width: 185px;
	}
	.cookiePopup .cookiePopup-title {
	  color: rgba(41, 42, 45, 1);
	  font-style: normal;
	  font-weight: 400;
	  font-size: 12px;
	  line-height: 16px;
	  letter-spacing: 2%;
	  display: block;
	  max-width: 1030px;
	  width: 100%;
	  text-align: justify;
	}
	.cookiePopup .cookiePopup-title a {
	  color: #8280E0;
	}
	.cookiePopup .cookiePopup-button {
	  color: #fff;
	  font-style: normal;
	  font-weight: 500;
	  font-size: 12px;
	  letter-spacing: 6%;
	  line-height: 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  letter-spacing: 0.06em;
	  background-color: transparent;
	  border-radius: 8px;
	  cursor: pointer;
	  margin-top: 3px;
	  width:96px;
	  height:32px;
	  border-radius: 8px;
	  background: rgba(251, 97, 87, 1);
	}
}
@media (max-width: 767px) {
  .time-popup {
    width: 300px;
  }

  .time-popup .time {
    padding: 20px 30px;
  }

  .sent-form-success {
    width: 310px;
    height: auto;
    padding: 15px 23px;
  }
  .sent-form-success .popup-close {
    fill: #292A2D;
  }
  .sent-form-success .desc {
    padding-left: 0;
  }
  .sent-form-success > img {
    margin-right: 10px;
  }

  .popup > .popup-close {
    top: -15px;
    right: -15px;
  }
  .contact-popup-menu > .popup-close {
    fill: #292A2D;
  }

  .form-popup, .form2-popup {
    width: 310px;
    height: auto;
    padding: 20px 10px;
  }
  .form-popup .logo1, .form2-popup .logo1 {
    margin-bottom: 10px;
  }
  .form-popup .desc, .form2-popup .desc1 {
    margin-bottom: 20px;
  }
  .form-popup form, .form2-popup form {
    width: 260px;
    margin-bottom: 20px;
  }
  .form-popup form .row_form-check, .form2-popup form .row_form-check {
    width: 100%;
  }
  .form-popup form .row_form-check label, .form2-popup form .row_form-check label {
    width: 100%;
  }
  .form-popup form .row_form, .form2-popup form .row_form {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-popup form button, .form2-popup form button {
    width: 100%;
    margin-top: 21px;
  }

  .form-popup .desc, .form2-popup .desc1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .form2-popup form button {
    margin-bottom: 20px;
  }

  .form-popup > .popup-close {
    fill: #292A2D;
  }

  .contact-popup_up, .contact-popup_down {
    width: 365px;
    padding: 19px 18px 19px 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .contact-popup_up > .icon, .contact-popup_down > .icon {
    left: 8px;
  }
  .contact-popup_up .contact__popup-tel-mail, .contact-popup_down .contact__popup-tel-mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-popup_up .mail, .contact-popup_down .mail {
    margin-top: 10px;
  }
  .contact-popup_up div.contact__popup-tel-mail .tel, .contact-popup_down div.contact__popup-tel-mail .tel {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main header {
    height: 56px;
    top: 0;
  }
  .main header .boxLayouts {
    -ms-grid-columns: 1fr 15px auto 15px 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 26px;
  }
  #sliderPrimary .box-1-content {
    padding: 0 26px;
  }
  .header-search-box {
    right: 26px;
    max-width: 265px;
  }
  .header-search-box .header-search-inp {
    padding: 18px 42px 18px 42px;
  }
  .header-search-box .header-search-btn {
    left: 13px;
  }
  .header-search-box .header-search-close {
    right: 13px;
  }
  .main header .boxLayouts .logo {
    display: none;
  }
  .main header .boxLayouts .logoWhite-mobile {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: block;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 15px;
  }
  .main header .boxLayouts > .header-search {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-left: auto;
  }
  .main header .boxLayouts nav {
    display: none;
  }
  .main header .boxLayouts .nav_menu-mobile {
    width: 25px;
    -ms-grid-column-align: start;
        justify-self: start;
    margin: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    display: block;
  }
  .main header .boxLayouts > svg {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .main header.scrollElem {
    height: 56px;
    padding: 0 26px;
  }
  .main header.scrollElem .boxLayouts .logoBrand {
    display: none;
  }
  .main header.scrollElem .boxLayouts .logo {
    display: none;
  }
  .main header.scrollElem .boxLayouts .logoWhite-mobile {
    display: none;
  }
  .main header.scrollElem .boxLayouts .logoBlack-mobile {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: block;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 15px;
  }
  .main header.scrollElem .boxLayouts > svg {
    fill: #292A2D;
  }
  .main header.scrollElem .boxLayouts .nav_menu-mobile svg {
    fill: #292A2D;
  }
  .main .box-1 {
    height: 667px;
  }
  .main .box-1 #sliderPrimary .btn {
    display: none;
  }
  .main .box-1 #sliderPrimary .box-1-content .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .box-1 #sliderPrimary  .box-1-content .box .evr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .box-1 #sliderPrimary .box-1-content .box .box_title {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }
  .main .box-1 #sliderPrimary .box-1-content .box .buttonBorder {
    margin: 0 0 88px 0;
  }
  .main .box-1 #sliderPrimary .dots-layouts {
    bottom: 40px;
    width: 100%;
    right: 0px;
  }
  .main .box-2 {
    height: auto;
    background-image: none;
    background-color: rgba(196, 196, 196, 0.3);
  }
  .main .box-2 .boxLayouts .slider-box {
    max-width: 1200px;
  }
  .main .box-2 .boxLayouts .catalog__box {
    display: none;
  }
  .main .box-2 .boxLayouts {
    padding: 0 20px;
  }
  .main .box-2 .boxLayouts .slider-box-monbile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .box-2 .boxLayouts .slider-box-monbile .slider-item .box .box_title {
    width: 168px;
  }
  .main .box-3 {
    height: auto;
  }
  .main .box-3 .boxLayouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/bg/Mobile/bg3.png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .box-3 .boxLayouts .title {
    text-align: right;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 24px 0 0;
    padding: 0 40px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .box-3 .boxLayouts .time {
    margin: 16px 40px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main .box-3 .boxLayouts .buttonBorder {
    margin: 40px 32px 40px 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main .box-4 {
    height: auto;
  }
  .main .box-4 .boxLayouts .manBox {
    display: none;
  }
  .main .box-4 .boxLayouts .philosophy {
    margin: 40px 0 70px;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 556px;
    min-width: 300px;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyTitle {
    margin-left: 0;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyDesc {
    width: 100%;
    margin: 79px 0 32px 0;
    padding: 0;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyDesc img {
    position: absolute;
    top: -45px;
    left: -10px;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyAft {
    margin-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 16px auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-column-gap: 16px;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyAft img {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyAft span {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .main .box-4 .boxLayouts .philosophy .philosophyAft span.bold {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .main .box-5 {
    height: auto;
  }
  .main .box-5 .boxLayouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/bg/Mobile/bg5.png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }
  .main .box-5 .boxLayouts .line {
    width: 80px;
    height: 0;
    margin: 34px 0 20px 0;
  }
  .main .box-5 .boxLayouts .desc {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 64px;
    text-align: center;
  }
  .main .box-5 .boxLayouts .logo {
    font-weight: 600;
    font-size: 72px;
    line-height: 50px;
    margin-top: 40px;
  }
  .main .box-6 {
    height: auto;
    background-color: transparent;
    background-image: url("/local/templates/avrora-vw/images/bg/Mobile/bg6.png");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .box-6 .boxLayouts {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .box-6 .boxLayouts .title {
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 48px;
    min-width: 292px;
    font-size: 32px;
  }
  .main .box-6 .boxLayouts .content .content-item {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 55px 32px 41px 40px;
    padding-left: 40px;
  }
  .main .box-6 .boxLayouts .content .content-item:last-of-type {
    margin-bottom: 60px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) {
    padding-right: 32px;
    padding-left: 40px;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .back {
    top: -13px;
    left: -8px;
    bottom: auto;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .id-item {
    width: 100%;
    text-align: right;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .title-item {
    width: 100%;
    text-align: left;
  }
  .main .box-6 .boxLayouts .content .content-item:nth-child(even) .desc-item {
    width: 100%;
    text-align: left;
  }
  .main .box-6 .boxLayouts .content .content-item .logo {
    display: none;
  }
  .main .box-6 .boxLayouts .content .content-item .back {
    top: -13px;
    right: -8px;
    bottom: auto;
    width: 187px;
  }
  .main .box-6 .boxLayouts .content .content-item .id-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 55px;
  }
  .main .box-6 .boxLayouts .content .content-item .title-item {
    font-size: 23px;
    line-height: 33px;
    width: 100%;
    margin-bottom: 16px;
  }
  .main .box-6 .boxLayouts .content .content-item .desc-item {
    width: 100%;
    margin-bottom: 0;
  }
  .main .box-7 {
    height: auto;
  }
  .main .box-7 .boxLayouts {
    padding-top: 48px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .box-7 .boxLayouts .title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .main .box-7 .boxLayouts .desc {
    font-size: 16px;
    line-height: 22px;
  }
  .main .box-7 .boxLayouts .content {
    -ms-grid-columns: 328px;
    grid-template-columns: repeat(1, 328px);
    -ms-grid-rows: 328px 15px 328px 15px 328px 15px 328px 15px 328px 15px 328px;
    grid-template-rows: repeat(6, 328px);
  }
  .main .box-7 .boxLayouts .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content .content-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding: 80px 20px 30px;
  }
  .main .box-7 .boxLayouts .content .content-item:last-of-type {
    position: static;
  }
  .main .box-7 .boxLayouts .content .content-item > img {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 21.95px;
    height: 32px;
  }
  .main .box-7 .boxLayouts .content .content-item .title-item {
    margin-bottom: 17px;
  }
  .time-popup {
    width: 260px;
  }
  .time-popup .time {
    padding: 20px 10px
  }
}
@media (max-width: 449px) {
  .contact-popup_up, .contact-popup_down {
    width: 265px;
  }
}
@media (max-width: 350px) {
  .main .box-1 {
    height: 667px;
  }
  .main .box-1 #sliderPrimary .box-1-content .box .box_title {
    font-size: 36px;
  }
  .main .box-2 .boxLayouts .slider-box-monbile .slider-item {
    width: 100%;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .box-2 .boxLayouts .slider-box-monbile .slider-item .katalog-item {
    padding: 0 18px 0 20px;
  }
  .main .box-5 .boxLayouts .logo {
    font-size: 64px;
  }
  .main .box-7 .boxLayouts .content {
    -ms-grid-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    -ms-grid-rows: 320px 15px 320px 15px 320px 15px 320px 15px 320px 15px 320px;
    grid-template-rows: repeat(6, 320px);
  }
  .main .box-7 .boxLayouts .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content > *:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .main .box-7 .boxLayouts .content .content-item {
    padding: 65px 20px 30px;
  }
  .main .box-7 .boxLayouts .content .content-item img {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 2000px) {
  .main header .boxLayouts, #sliderPrimary .box-1-content {
    max-width: 1622px;
    padding: 0;
  }
  .header-search-box {
    right: 0;
  }
  .main #sliderKatalog .slider-items {
    width: 1622px;
    margin-left: 0;
  }
  .main #sliderKatalog .btn.btnPrev {
    left: 100px;
  }
  .main #sliderKatalog .btn.btnNext {
    right: 100px;
  }
  .main footer .footer-top .boxLayouts {
    max-width: 1622px;
    padding: 0;
  }
  .main footer .footer-bottom .boxLayouts {
    max-width: 1622px;
    padding: 0;
  }
  #sliderPrimary .btn.btnNext {
    right: 0px;
  }
  #sliderPrimary .btn.btnPrev {
    right: 64px;
  }
  #sliderPrimary .dots-layouts {
    right: 170px;
  }
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none !important;
  }
}

.catalog-welcome
{
  background: url("images/catalog-bg.png") center no-repeat; background-size: cover;
}