html,body{
  scroll-behavior: smooth;
  font-family: Calibri;
  -webkit-print-color-adjust: exact !important;
  font-size: 1rem;
}

h2{
  font-style: var(--font3);
  font-weight: 700;
  font-size: 24px;
}

#userName{list-style: none;}

.container {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}

:root {
  --font-family: "Rambla", sans-serif;
  --second-family: "Fugaz One", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Calibri", sans-serif;
  --font4: "Eurostile", sans-serif;
}

.close{
  transform: scale(0);
}

.br{
  display: none;
}

/* ----------------------------------- */

.burger > span{
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 3px;
  margin: 4px 0;
}
.burger::before,
.burger::after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color:  white;
  border-radius: 3px;
  transition: all .3s;
}

.burger{
  /* position: fixed; */
  z-index: 1000;
}

.header_nav{
  font-family: var(--font-family);
  font-weight: 400;
  position: absolute;
  top: 121px;
  left: 0;
  /* bottom: 0; */
  background-color: #fff;
  border-radius: 0px 0px 30px 0px;
  z-index: 100;
  width: 150px;
  /* height: 200px; */
  transition: all .3s;
  transform: translateX(-100%);
  padding: 30px;
  border-right: 4px solid #fdc419;
  border-bottom: 4px solid #fdc419;
}

.header__nav-item:first-child{
  margin-bottom: 10px;
}

.header_nav--open{
  transform: translateX(0%);
}

.header_nav-list{
  flex-direction: column;
  text-align: center;
}

.header_nav-item {
  margin-left: 0;
}

.heder_nav-link{
  display: block;
  padding: 5px;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000098;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.overlay--show{
  visibility: inherit;
  opacity: 1;
}

.burger--close{
  flex-direction: row;
}
.burger--close::after{ 
  position: relative;
  left: 0;
  top: -1.5px;
  transform: rotatez(45deg);
  /* background-color: #474746; */
}
.burger--close::before{
  transform: rotatez(-45deg);
  position: relative;
  right: 0;
  top: 1.5px;
  /* background-color: #474746; */
}

.header_top-line{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background-color: black;
  color: white;
  width: 100%;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_top{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

.header_top-inner{
  height: 101px;
  background: linear-gradient(90deg, #474746 15%, #1d1d1b 100%);

}

.header-inner{
  display: flex;
  align-items: center;
  height: 101px;
  justify-content: space-between;
}

/* .header_logo{
  display: flex;
  justify-self: center;
}

.header_language{
  display: flex;
  justify-self: end;

} */


.header_body{
  background-image: url("../images/dicor/Car.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_body_wrapper{
  display: flex;
  align-items: end;
  padding-bottom: 90px;
  height: 700px;
}

.header_body_title{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 33px;
  text-transform: uppercase;
  line-height: 103%;
  color: #fdc419;
  margin-bottom: 25px;
}

.header_body_subtitle{
  font-family: Rambla;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  max-width: 600px;
}

.header_bottom {
  background: #1d1d1b;
}
.container {
}
.header_bottom_grid {
  width: 100%;
  /* height: 252px; */
  background-color: #fdc419;
  border-radius: 50px;
  border: 5px solid #fdc419;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: 1fr;
  /* grid-template-rows: repeat(2,232px); */
  gap: 5px;
  position: relative;
  bottom: 40px;
}
.header_bottom_grid-item {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 40px;
  /* border-radius: 50px; */
}

.header_bottom_grid-item:first-child {
  border-radius: 46px 0px 0px 46px;
}

.header_bottom_grid-item:last-child {
  border-radius: 0px 46px 46px 0px;
}

.header_bottom_grid-title {
  display: flex;
  /* margin-bottom: 30px; */
}
.header_bottom_grid_title-text {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 27px;
  line-height: 96%;
  text-transform: uppercase;
  color: #000;
  margin-left: 10px;
}
.header_bottom_grid-img {
}
.header_bottom_grid-text {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}

/* ----------------------------------------- */

.hero {
  background-color: #1d1d1b;
  padding-top: 55px;
}
.hero_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4,200px);
  justify-content: space-between;
  margin-bottom: 55px;
}
.hero_list_item {
  max-width: 200px;
  position: relative;
}
.hero_list_item-img {
  display: flex;
  justify-self: center;
}
.hero_list_item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.hero_list_item_wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}

.hero_list_item-img1 {
  position: absolute;
  display: flex;
  justify-self: center;
  align-items: center;
}


.hero_bar{
  width: 100%;
  height: 80px;
  background-image: url("../images/detals/accent-bar.svg");
  background-repeat: no-repeat;
  background-size: cover;

}



/* ------------------------ */


.catalog {
  padding: 60px 0px;
  width: 100%;
  /* height: 674px; */
  background-image: url("../images/dicor/catalog.svg");
  background-size: cover;
}
.container {
}
.catalog_title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 33px;
  line-height: 103%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.catalog_subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.catalog_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_arrow {
}
.catalog_arrow-img {

}
.catalog_slider {
  width: 100%;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.catalog_slider-item {
  /* margin: 0px 40px 0px 40px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
}
.catalog_slider-product {
  /* width: 219px;
  height: 219px; */
  border-radius: 50%;
  margin-bottom: 15px;
}
/* 
.catalog_slider-item::after {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0); 
  transition: 0.3s ease;
} */


.catalog_slider-productdiv{
  background-image: url("../images/Logo/bak1.jpg");
  background-size: cover;
  background-position: center;
  width: 219px;
  height: 219px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.catalod_slider-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}


.catalod_slider-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 219px;
}

.catalog_slider-item:hover > .catalod_slider-name{
  color: #fdc419;
}


/* ---------------------------------------- */

.contact {

}
.contact_wrapper {
  display: flex;
}
.contact_img {
  width: 50%;
  background-image: url("../images/dicor/Contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_left-wrapper{
  width: 50%;
  padding: 60px 60px 60px 0px;
  background: linear-gradient(90deg, #474746 15%, #1d1d1b 100%);
  display: flex;
  justify-content: end;
}
.contact_left {
  width: 400px;
}
.contact_text {
  margin-bottom: 20px;
}
.text-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 33px;
  line-height: 103%;
  text-transform: uppercase;
  color: #fdc419;
  margin-bottom: 5px;
}
.text-subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}
.contact_forma {
  margin-bottom: 20px;
}
.contact_forma-item {
  width: 100%;
  margin-bottom: 10px;
}
.contact_forma_item-input {
  width: 100%;
  height: 49px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #76858d;
  opacity: 1;
}

.contact_forma_item-input::placeholder{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #76858d;
  display: flex;
  align-self: flex-start;
}

.contact_forma-item:last-child > .contact_forma_item-input{
  min-height: 130px;
}

.contact_forma-item:last-child{
  margin-bottom: 0;
}
.contact_footer {
  display: flex;
  align-items: center;
}
.contact_aceppt {
  max-width: 239px;
  display: flex;
}
.contact_accept-input {
  width: 15px;
  height: 16px;
  margin-right: 10px;
}
.contact_aceppt-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  color: #fff;
}
.contact_btn {
  margin-top: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ed9b15;
  border-radius: 20px;
  padding: 5px 15px;
}

.contact_btn-image{
  margin-left: 10px;
}

/* ------------------------------------ */

footer{
  background-color: #1d1d1b;
  padding-top: 60px;
}

.container {
}
.footer_top {
  height: 96px;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 3px solid #ed9b15;
  margin-bottom: 60px;
}
.footer_top-text {
  margin-right: auto;
}
.footer_top_text-title {
}
.text-title {
}
.footer_top_text-subtitle {
}
.text-subtitle {
}
.footer_email {
  display: flex;
  align-self: flex-end;
}
.footer_email-input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #76858d;
}

.footer_email-input{
  border-radius: 20px 0 0 20px;
  padding: 5px 15px;
  width: 300px;
  height: 41px;
}
.footer_email-btn {
  margin: 0;
  padding: 5px 20px;
  position: relative;
  right: 20px;
}

.footer_body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer-img {
  height: 71px;
}
.footer_list-item {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 10px;
}
.footer_list-item:first-child {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ed9b15;
  margin-bottom: 30px;
}

.footer_list-item:last-child {
  margin-bottom: 0;
}

.footer_list:last-child > .footer_list-item:last-child{
  color: #ed9b15;
}

.footer_list-item {
}

.footer_bottom{
  height: 59px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-top: 25px;
  color: #fff;
  text-decoration: underline
}

.modal_info {
  padding: 0px 15px;
  /* width: 1000px; */
  /* max-width: 98%; */
  display: none;
  margin: auto;
  position: fixed;
  z-index: 100;
  inset: 0;
  justify-content: center;
  
}


.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* Окно */
.modal__window {
  position: relative;
  z-index: 1000;
  max-width: 1000px;;
  max-height: 100vh; /* ограничиваем высоту */
  background: #fff;
  padding: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;   /* или auto */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.modal__content {
  overflow-y: auto;
  padding-right: 10px;
}

.modal_close{
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 1000;
  background-color: #fff;
}

.modal_close > span{
  display: block;
  width: 25px;
  height: 2.5px;
  border-radius: 3px;
  margin: 4px 0;
}

.modal_close > span:first-child{ 
  position: relative;
  left: 0;
  top: 4px;
  transform: rotatez(45deg);
  background-color: #474746;
}
.modal_close > span:last-child{
  transform: rotatez(-45deg);
  position: relative;
  right: 0;
  top: -3px;
  background-color: #474746;
}


/* .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
} */

.modal_info.show {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}




/* ==================================MEDIA================================ */
/* ==================================MEDIA================================ */
/* ==================================MEDIA================================ */

@media (max-width:950px){
  
  
  
  .catalog_wrapper{
    width: 620px;
    display: flex;
    justify-self: center;
  }
  
  .catalog_slider {
    width: 560px;
  }


  /* ------------------------------------- */
  .contact_img{
    width: 30%;
    display: none;
  }
  .contact_left-wrapper{
    width: 100%;
    padding: 60px 0;
    justify-content: center;
  }
}

@media (max-width:860px){
  .hero_list {
    grid-template-columns: repeat(2,200px);
    grid-template-rows: repeat(2,200px);
    justify-content: space-around;
  }

  /* --------------------------------------- */

  .footer_top{
    height: auto;
    display: block;
  }

  .footer_top-text{
    margin-bottom: 40px;
  }

  .footer_body{
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer_list{
    margin-bottom: 60px;
  }
  
  .footer_list:last-child{
    margin-bottom: 0px;
  }

  .footer-img{
    width: 140px;
    margin-bottom: 60px;
  }

}


@media (max-width:720px){
  .header_bottom_grid{
    grid-template-columns: repeat(1,100%);
  }
  .header_bottom_grid-item:first-child {
    border-radius: 47px 47px 0px 0px;
  }

  .header_bottom_grid-item:last-child {
    border-radius: 0px 0px 47px 47px;
  }

  .catalog_title{
    color: #fdc419;
  }

  .catalog_slider{
    width: 300px;
  }

  .catalog_wrapper{
    width: 360px;
  }

  .contact_left{
    margin: 0 30px;
  }

  /* .catalog_wrapper{
    width: 320px;

  } */
}

@media (max-width:470px){
  .br{
    display: block;
  }
}

@media (max-width:450px){

  .hero_list_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 160px;
  }

  .catalog_slider-item{
    min-width: 100%;
  }
  
  .catalog_slider-product{
    
  }

  .catalog_wrapper{
    width: 300px;
  }

  .hero_list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: space-around;
    gap: 5px;
  }


}

.btn {
  border-radius: 35px;
  padding: 10px 20px;
  background: #202124;
  display: flex;
  justify-self: center;
  align-items: center;
  margin-top: 40px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ed9b15;
  border: 2px solid #ed9b15;
}

.catalog_btn {
  display: block;     
  width: 300px;              
  margin-left: auto;        
  margin-right: auto; 
  text-align: center;      
}
.footer_email-btn.btn{
    margin: 0
}
.footer_email {
    align-items: center;
}