@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    --height-header:160px;
    --bgcolor-header:rgba(255, 255, 255, 1);
    --header-items-color:rgba(245, 245, 245, 1);
    --menu-font:"Inter", sans-serif;
    --size-menu-link:20px;
    --body-font:"Inter", sans-serif;
    --body-font-size:16px;
    --title-font:"Montserrat", sans-serif;
    --body-line-height: 24px;
    --title-size:36px;
    --title-line-height:44px;
    --title-color:rgba(255, 255, 255, 1);
    
    --inter-title-size:52px;
    --inter-line-height:64px;
    --body-main-lheight: 22px;

    --menu-color:rgba(158, 158, 158, 1);

   


    /* h2,h3... */
}

body{
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    line-height: var(--body-main-lheight);   
}

h1{
    font-family: var(--title-font);
    font-size: var(--title-size);
    font-size: var(--title-size);
    line-height: var(--title-line-height);
    color: var(--title-color);
    font-weight: 500;
    text-transform: uppercase;
}

h2{
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;    
}


h3{
    font-family: var(--body-font);
    font-size: var(--size-menu-link);
    line-height: var(--body-line-height);
    color:#000000;

}

.title__inter
{
    font-family: var(--menu-font);
    font-size: var(--inter-title-size);
    line-height: var(--inter-line-height);  
    font-weight: 300;  
    text-transform: uppercase;
}

.span__other_inter{
    color: rgba(233, 99, 26, 1);
 
}

input:-webkit-autofill,
text:-webkit-autofill
{
    -webkit-box-shadown: 0 0 0px 1000px inset ;
}

.htwo__title{
    color: rgb(233, 99, 26);
    font-family: Inter;
    font-size: 52px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: -4%;
    text-align: center;
}


a{
    text-decoration: none;
}



.container__title_cf{
    margin: 0 auto;
    max-width: 1227px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    
}

.wrapper{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 0px 10px;   
    gap: 5px;
}

.wrapper__items
{
    width: calc((100% / 2) - 20px);
    /* background-color: red; */
    height: auto;
}

.wrapper__items > img{
    width: 100%;    
    height: 100%;
    /* object-fit: cover; */
}

.wrapper_pd
{
    padding: 20px 40px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
}

.wrapper__sc_pd{
    padding: 15px 0px 0px 0px;
}
.tb__size
{
    margin-top: 80px;
    padding: 20px;
    background: rgba(245, 245, 245, 1);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-radius: 5px;
}

.tb__other{
    margin-top: 30px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tb__other > ul{
    list-style:circle;
}


.tb_other_li{
    display: flex;
    flex-direction: column;
    gap: 15px;
}



/* font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; */



ul{
    list-style: none;
}

.header
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: var(--height-header);
    background-color: var(--bgcolor-header);
    z-index: 9999;
    box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
}

.header__menu
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 130px;
    max-width: 1620px;
    margin: 0 auto;
    align-items: center;
}

.nav__menu{
    display: flex;
    column-gap: 40px;
    align-items: center;

}

.menu__list{
    padding: 0px 20px;
}

.logo__img > img{
    object-fit: cover;
    width: 231px;
    height: 54px;
}

.link__logo
{
    object-fit: cover;
    width: 231px;
    height: 54px;
}


.header__items{
    width: 100%;
    /* height: 30px; */
    background-color: var( --header-items-color);
    align-items: center;
}

.soc__link{
    max-width: 1620px;
    align-items: center;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;

}

.container__title_items
{
    max-width: 1236px;
    margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header__items_link
{
    margin-right: 220px;
    padding: 5px;
    background-color: rgba(233, 99, 26, 1);
    width: 120px;
    text-align: center;
    color: #FFFF;
    
}

.info__contact
{
    display: flex;
    gap: 20px;
    color: #9E9E9E;
}

.info__contact > li{
    display: flex;
    align-items: center;
    
}

.menu__link{
    font-family:var(--menu-font);
    text-decoration: none;
    font-size: var(--size-menu-link);
    color: rgba(0, 0, 0, 1);
    font-weight: 400;  
    
}

.menu__link:hover{
    border-bottom: solid 2px rgba(233, 99, 26, 1);
    padding-bottom:  5px;    
}

/* DropDown Link sub-menu */

.sub__menu-link{
    font-family:var(--menu-font);
    text-decoration: none;
    font-size: var(--body-font-size);
    color: rgba(0, 0, 0, 1);
    font-weight: 400;  
}

.sub__menu-link:hover{
    border-bottom: solid 2px rgba(233, 99, 26, 1);
    padding-bottom:  5px; 
}

.drop__menu__link{
    font-family:var(--menu-font);
    text-decoration: none;
    font-size: var(--size-menu-link);
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}

.drop__menu__link:hover{
    border-bottom: solid 2px rgba(233, 99, 26, 1);
    padding-bottom:  5px;    
}


/* DropDowm menu */
.drop__down{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* margin-top: 450px; */
    min-width: 200px;
    width: 340px;
    min-height: 200px;
    max-width: 500px;
    margin-top: 5px;   
  }

.drop__down .drop__menu_list{
    align-items: flex-start;
}
.drop__menu_list{
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    /* background-color: green; */
    top:25px;
    display: flex;
    justify-content:start;
    flex-direction: column;
    padding: 40px 25px;
    gap: 15px;
    box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);

    

}
.dropdown__arrow {
    opacity: 1;
    visibility: visible;
    position: relative;
    top:5px;
    font-size: 1.5rem;
    font-weight: initial;
    transition: transform 0.4s;
    width: 22px;
    height: 22px;
}

.dropdom__menu:hover .dropdown__arrow {
    transform: rotate(180deg);
    
    }
  

  .dropdom__menu:hover > .drop__down
  {    
      opacity: 1;
      visibility: visible;
      
  }

.nav__toggle {
    opacity: 0;
    position: relative;
    width: 32px;
    height: 32px;
}

.nav__toggle-menu, .nav__toggle-close {
    font-size: 1.25rem;
    color: var(--menu-color);
    position: absolute;
    display: grid;
    place-items: center;
    inset: 0;
    cursor: pointer;
    transition: opacity 0.1s, transform 0.4s;
    width: 32px;
    height: 32px;
  }
  .nav__toggle-menu{
    color: var(--menu-color);
    position: relative;
    transition: left 0.5s, opacity 0.4s;
    opacity: 1;
  }
  
  .close__nav__toggle-menu{
    
    opacity: 0;
  }
  .nav__toggle-close {
    opacity: 0;
  }

  .show_nav__toggle-close{
  
    opacity: 1;
  }


  
  
  

/* .container{
    max-width: 1620px;
    margin: 0 auto;
    padding: 20px 20px;
    
    
} */

.container{
    max-width: 1236px;
    margin: 0 auto;
    padding: 10px 0px;
    margin-bottom: 60px;       
}

.container__tile{
    width: 100%;
    /* max-width: 1236px; */
    margin: 0 auto;
    padding: 20px 0px;
    margin-top:160px;
    /* background-color: red; */
    height: 220px;
    background-position: left, center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px
}

.container__full_width{
    width: 100%;
    padding: 0px 10px ;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    /* background: linear-gradient(180.00deg, rgb(226, 237, 251), rgb(255, 255, 255) 100%); */
    background: linear-gradient(180deg, #FEFEFE 0%, #E7F0FB 100%);

    
}

.container__full_img{
    width: 100%;
    height: 560px;   
    margin-bottom: 80px;
}
.container__full_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container__card{
    max-width: 1236px;
    /* padding: 0px 10px; */
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 18px;
    margin-top: 80px;
    flex-wrap: wrap;
}


.container__card_tw{
    max-width: 1236px;
    /* padding: 0px 10px; */
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 64px 44px;
    margin-top: 80px;
    flex-wrap: wrap;
}



.title__card{
color: rgb(233, 99, 26);
font-family: Montserrat;
font-size: 26px;
font-weight: 500;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
padding-top: 30px;

}

.items__card
{
    position: relative;
    width: 400px;
    height: 528px;
    box-sizing: border-box;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    /* padding: 2px; */
    background: linear-gradient(180.00deg, rgb(254, 254, 254),rgb(241, 241, 241) 100%);
}

.card__content{
    padding: 12px 32px 24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.card__content > p {
/* main txt */
color: rgb(16, 16, 16);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: center;
}

.card__img{
    width: 100%;
    height:330px ;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* background-color: red; */
       
}

.card__img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; 
}
/* contact form (buy) */


.card__double{
    width: 596px;
    height: 700px;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.img_card__double
{
    width: 100%;
    height: auto;
    /* background-color: yellow; */
}

.img_card__double > img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

.content_card_doube{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}

.container__cont_form{
max-width:1236px;
margin: 0 auto;
padding: 10px 10px;
height: auto;

}


.container_cf{
max-width: 1226px;
min-height: 553px ;
margin: 0 auto;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(180.00deg, rgb(254, 254, 254),rgb(241, 241, 241) 100%);
}

.container__cf_contanet
{
    
width: 1036px;
min-height: 425px;
/* Автолейаут */
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;

}


.cf_lf__block
{
width: 346px;
height: 300px;
display: flex;
justify-content: center;
flex-direction: column;
gap:15px;
}

.cf_rg__block
{
position: relative;
/* width: auto; */
height: 425px;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;

}
.res{
position: relative;
width: auto;
/* height: 425px; */
height: auto;
display: flex;
flex-direction: column;
padding: 10px 20px;
gap: 70px;
/* justify-content: center; */
/* background-color: red; */

}

.si{
    /* Title */
color: rgb(16, 16, 16);
font-family: Inter;
font-size: 52px;
font-weight: 300;
line-height: 64px;
letter-spacing: -4%;
text-align: left;
}

.res__items{
    position: relative;
    display: flex;
    justify-content:flex-start;
    gap: 20px; 
    margin-bottom: 24px;
       
}

.res__items__txt
{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px; 
    margin-top: 70px;
    /* background-color: red; */
}
.cf__body{
position: relative;
width: 607px;
height: 120px;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
margin: 12px 0px;
box-sizing: border-box;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
}



.cf__name
{
position: static;
width: 189px;
height: 40px;
flex: none;
order: 1;
flex-grow: 0;
margin: 8px 0px;
box-sizing: border-box;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
padding: 10px 10px;
/* main txt */
color: rgb(33, 33, 33);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}

.lbl{
    position: relative;
    
}

.lbl_ch{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.lbl__cf{
    position: absolute;
    top: -25px;
    left: 0px;
    padding: 5px 0px;    
    color: rgb(33, 33, 33);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;       

}

.cf__name_chx
{
    /* Frame 130 */
position: relative;
width: 24px;
height: 24px;
border: 1px solid rgb(224, 224, 224);
border-radius: 4px;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
}


.lb__ch
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.cf_tel{
    /* pre-heading */
color: rgb(245, 124, 31);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 2.5px;
text-align: left;
text-transform: uppercase;
}

.cf_txt{
    /* pre-heading */
color: rgb(33, 33, 33);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 2.5px;
text-align: left;
text-transform: uppercase;
}

.des
{
position: static;
width: 189px;
height: 40px;
flex: none;
order: 1;
flex-grow: 0;
margin: 8px 0px;
box-sizing: border-box;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
}

.lb{
    position: absolute;
    
}

.btn__cf
{
position: relative;
width: 124px;
height: 43px;
padding: 12px 0px 12px 0px;
border-radius: 8px;
background: rgb(245, 124, 31);
border:solid 1px rgb(245, 124, 31);
color: rgb(255, 255, 255);
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19px;
letter-spacing: 0%;
text-align: center;
/* margin-top:24px; */
}





 /* Контактная форма contact form (rent) */

 .cf__rent{
max-width: 1236px;
margin:0 auto;
height: 777px;
left: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
padding: 64px 100px 64px 100px;
box-sizing: border-box;
border: 2px solid rgb(245, 124, 31);
border-radius: 12px;
background: linear-gradient(180.00deg, rgb(254, 254, 254),rgb(241, 241, 241) 100%);
margin-top:100px;
margin-bottom: 50px;
}


.ct__rent_content{
position: relative;
width: 100%;
height: 649px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
/* gap: 56; */
padding: 0px;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
margin: 10px 0px;
/* background-color: green; */
flex-direction: column;
}

.cr_rent__items{
position: relative;
width: 100%;
min-height: 221px;
display: flex;
justify-content: space-between;
align-items: center;

}

.cf__rent__info{
position: relative;
width: 346px;
height: 175px;
display: flex;
align-items: flex-start;
flex-direction: column;
padding: 0px;
/* background-color: red; */
flex: none;
order: 0;
flex-grow: 0;

}

.cf__rent_txtar
{
position: relative;
width: 100%;
min-height: 221px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 0px;
order: 1;
/* background-color: yellow; */
}

.cr_rent__item{
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: blue; */
    display: flex;
    justify-content: flex-start;
}

.cr_rent__item_btn{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.cf__rent_tlt{
   /* pre-heading */
color: rgb(33, 33, 33);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 18%;
text-align: left;
text-transform: uppercase; 
}

.cf__rent_gb
{
position: static;
width: auto;
height: 64px;
display: flex;
padding: 0px;
align-self: stretch;
margin: 15px 0px;
color: rgb(16, 16, 16);
font-family: Inter;
font-size: 36px;
font-weight: 300;
line-height: 64px;
text-align: left;
}

.cf__rent_tel{
position: static;
width: 346px;
height: 17px;
display: flex;
margin: 6px 0px; 
color: rgb(245, 124, 31);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 18%;
text-align: left;
text-transform: uppercase;
}

.cf__rent_txt
{
width: 100%;
position: static;
height: 120px;
flex: none;
order: 1;
margin: 12px 0px;
box-sizing: border-box;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
}

.cf__rentbl_txt
{
    padding-left: 80px;
    width: 100%;
}

.rent__item_bl{
    position: relative;
    min-width: 260px;
    width: 260px;
    height: 100%;
    /* background-color: orange; */
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.rent__item_br{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width:100%;
    /* width: -webkit-fill-available; */
    height: 100%;
    /* background-color: aqua; */
    padding-left:165px;
    /* margin-left: 165px; */
}

.title__item_br
{
position: relative;
/* padding-bottom: 24px; */
margin-bottom: 24px;
color: rgb(158, 158, 158);
font-family: Montserrat;
font-size: 22px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
text-transform: uppercase;  
gap:10px;
}



.title__row_br
{
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.title__col_br
{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lable___item_lr
{
    position:absolute;    
    left: 5px;
    top:-20px;
    color: rgb(97, 97, 97);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;

}
.cr_item_br{
    position: relative;
    display: flex;
    justify-content: center;
}


.cf__name__rt
{
position: static;
width: 260px;
height: 40px;
flex: none;
order: 1;
flex-grow: 0;
margin: 8px 0px;
box-sizing: border-box;
border: 1px solid rgb(224, 224, 224);
background: rgb(255, 255, 255);
padding: 10px 10px;
/* main txt */
color: rgb(33, 33, 33);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}




/* Контактная форма contact form (rent) Закрыта*/

.container__slick{
    max-width: 1236px;
    margin: 0 auto;
    padding: 100px 0px 100px 0px;
    /* margin-bottom: 80px;        */
}

.container__slider
{
    width: 100%;
    height: 476px;
    background-color:rgba(245, 245, 245, 1);
    margin-top: 160px;
    
}


.slider__content
{
    display: flex;
    justify-content: space-between;    
    width: 100%;
    height: 100%;
}

.slider__intems{
    width: 50%;
    /* height: 476px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__intems_one
{
    width: 50%;
    /* height: 476px; */
    display: flex;
    justify-content: center;
    align-items: center;

}



.slider__intems_one > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.slider__intes__cont{
    padding:150px 100px 150px 150px;
}

.slider__title{
    color:rgba(233, 99, 26, 1);
    line-height: 64px;
    font-size: 54px;
}

.slider__content_items
{
    padding: 30px 0px;
}

.tl_one{
   /* Title */
font-family: Inter;
font-size: 52px;
font-weight: 300;
line-height: 64px;
letter-spacing: -4%;
text-align: left;
color: rgba(0, 0, 0, 1);

}

.link__slider
{
 border-radius: 36px;
 border-radius: 36px;/* Colour/Orange (Dark) */
background: rgb(233, 99, 26);
width: 250px;
height: 50px;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
text-decoration: none;
font-size: 16px;
color: azure;
text-transform: uppercase;
}


/* Мини слайдер на главной странички */
.mini__slider
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.mini__slider_items{
    width: 220px;
    height: 160px;
    display: flex;
    align-items: center;
}

.mini__slider_items > img{
    object-fit: cover;
    width: 220px;
    height: 160px;
    /* filter: grayscale(1); */
    transition: 1s;
}

.mini__slider_items > img:hover
{
    /* filter: grayscale(0); */
}


/* Карточки на главной */
.card{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: 590px;
    align-items: center;
    padding: 10px 0px;
    gap: 10px;
}

.card__item{
    position: relative;
    width: 608px;
    height: 667px;
    /* background-color: green; */
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 10px;
    background: linear-gradient(180deg, #FEFEFE 0%, #F1F1F1 100%);

}

.card__item_title
{
    display: flex;
    justify-items: center;
    flex-direction: column;
    padding: 30px 30px;
    align-items: center;
}

.card__item_title p{
    /* main txt */
color: rgb(16, 16, 16);
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: center;
}

/* .card__item_title >h2{
    color: #E9631A;
    text-transform: uppercase;
} */

.card_img
{
    width: 100%;
    height: 330px;
    /* margin-top: 24px; */
}
.card_img > img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius:8px;
    
}

.card__buttom
{   position: relative;
    display: flex;
    justify-content: center;
    /* margin-top:25px; */
    padding: 0px 70px;
    bottom: -100px;
}
.card__buttom_link
{
display: flex;
align-items: center;
justify-content: center;
 text-decoration: none;
 background-color: #E9631A;
 color: white;
 width: 265px;
 height: 40px;
 border-radius: 8px;
}

/* Footer */

.footer {
    position: relative;
    /* position: absolute; */
    width: 100%;
    min-height: 250px;
    background-color: rgba(231, 240, 251, 1);
    display: flex;
    justify-items: center;
    align-items: center;
    box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
    margin-top: 120px;    
    /* bottom: 0;
    left: 0; */
}

.footer__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1620px;
    margin: 0 auto;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px 20px;
    gap: 10px;
    width: 100%;
}

.footer__items {
    position: relative;
    flex-basis: 470px;
    display: flex;
    align-items: baseline;
    padding: 5px 5px;
    justify-content: center;
}

.ft_itm_logo
{
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.block__soc_icon
{
    display:flex;
    justify-content:flex-end;
    gap:20px;
}

.footer_med__block{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    /* background-color: red; */
    width: 100%;
    height: 100%;
}

.mn_link__footer{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu__link_footer{
font-family: var(--body-font);
font-size: var(--body-font-size);
color: rgba(0, 0, 0, 1);
}
.menu__link_footer:hover{
    border-bottom: solid 2px rgba(233, 99, 26, 1);
    padding-bottom:  3px;  
}

.icon_ft__contact{
    position: relative;
    top:5px;
}

/* Footer close */



/* infcard */

.infcard__title
{
    display: flex;
    flex-direction: column;
}

.infcard__title > h1{
    text-align: center;
    padding: 10px 20px;
    line-height: 36px;
    font-family: var(--title-font);
    font-weight: 500;  
    font-size: 36px; 
    line-height: 44px;
    color: rgba(16, 16, 16, 1);

}

.infcard__title__other
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
}

.infcard__title__others
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.infcard__title__others > ul{
    list-style: circle;
    padding: 10px 30px;
}

.bg__img
{   
    margin-bottom: 80px;
    padding-top: 40px;
    width: 100%;
    max-height: 450px;
    height: 100%;
}
.bg__img > img{
    object-fit: cover;
}

.infcard_title__its
{
    max-width: 1236px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    gap: 18px;
    
}

.span__other {
    color: rgba(233, 99, 26, 1);
    line-height: 17px;
    font-size: 16px;
    /* padding: 0px 5px */
}

.infcard_title__block:nth-child(odd)
{
    
    width: 400px;
    height: 320px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FEFEFE 0%, #FFE0C8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    flex-direction: column;
    text-align: center;
}

.img__inf
{
    padding-bottom: 20px;
}



.infcard_title__block:nth-child(even)
{
    
    width: 400px;
    height: 320px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FEFEFE 0%, #F1F1F1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    flex-direction: column;
    text-align: center;
}

/* Info block */
.info__block
{
    position: relative;
    width: 100%;
    min-height: 350px; 
    background: rgba(246, 246, 246, 1);
    margin-top:100px;
    display: flex;
    align-items: center;
}
.info__block_items
{
    display: flex;
    /* background-color: red; */
    gap: 20px;

}
.info__block_item
{
    width: 500px;
    display: flex;
    justify-items: center;
    align-items: center;
    
}

.info__block_item_img
{
    width:700px ;
    display: flex;
    gap:10px;
    
}

.title__footer_block
{
   /* pre-heading */
color: rgb(16, 16, 16);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 18%;
text-align: left;
text-transform: uppercase; 
}

.info__block_item h3{
color: rgb(233, 99, 26);
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 18%;
text-align: left;
text-transform: uppercase;
padding: 0px 0px 26px 0px ;
}

.block__oth{
    display: flex;
    width: 100%;
    height: 420px;
    /* background-color: red; */
    justify-content: center;
    align-items: center;

}

.block__oth_items
{
    position: relative;
    width: 50%;
    height: 100%;
    /* background-color: green; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;


}

.block__oth_items > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block__oth_items h3
{
    font-size: 52px;
    font-family: var(--body-font);
    font-weight: 300;
    padding: 20px;
    line-height: 56px;
    text-align: center;
    
} 

.block__oth_items p{
    padding: 20px;
}

.container_test{
    position: relative;
    max-width: 1238px;
    margin: 0 auto;
    background-color: red;
    min-height: 450px;
    display: flex;
}

.decore__for
{
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-direction: column;
    background: radial-gradient(50.00% 50.00% at 50% 50%,rgb(226, 237, 251),rgb(255, 255, 255) 100%);


}

.decore__for  h3{
    font-size: 52px;
    text-align: center;
    line-height: 64px;
    font-weight: 300;

}

.decore__for_link{
    display: flex;
    position: relative;
    border-radius: 36px;
    width: 200px;
    height: 50px;
    text-align: center;
    background-color:#F57C1F;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color:#F1F1F1;
    padding: 20px;
}

.decore__block_link{
    padding: 30px 20px;
}

.decore__for p{
padding-bottom: 24px;
color:#F57C1F;
font-family: Inter;
font-weight: 500;
font-size: 14px;
line-height: 17px;
letter-spacing: 18%;
text-align: center;
text-transform: uppercase;

}


/* Контейнер с картами и каонтактами */

.container__map{
    width: 100%;
    position: relative;
    display: flex;
    /* background-color: red; */
    justify-content: flex-start;
    min-height:200px;    
    height: auto;
    max-height: 700px;
    padding: 5px 10px;
    gap:60px;

}

.container__map_ct
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    /* background-color: green; */
    width: 100%;
    padding: 40px 10px;
    gap:32px;
}

.container__map_list{
    display:flex;
    justify-content: start;
    gap: 16px;
    flex-direction: column;
}



.container__map_list > li{
    display:flex;
    align-items: center;
    font-size: 20px;;
}

.container__map_list h3
{   
    display: flex;
    align-items: center;
    font-family: var(--body-font);
    font-size: 26px;
    line-height: var(--body-line-height);
    font-weight: 500;
    color: rgba(158, 158, 158, 1);

}

.container__map_items
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    /* background-color: green; */
}

/* ЗакрытКонтейнер с картами и каонтактами */

.slogan{
   display:flex;
   align-items: center; 
}
.slogan__item{
    display: flex;
    align-items: center;
    gap:10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.slogan__cl{
    color: #E9631A;
}


@media screen and (max-width:1118px) 
{
.nav__toggle {
    opacity: 1;
    position: relative;
    width: 32px;
    height: 32px;
    right: 20px;
    display: flex;
    align-items: center;
}

.drop__menu__link{
    font-family:var(--menu-font);
    text-decoration: none;
    font-size: var(--size-menu-link);
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    

    .menu__list
    {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    padding-block: 1.5rem 4rem;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
    background-color: var(--bgcolor-header);
    visibility: hidden;
    }

    .nav__menu {
        display: flex;    
        flex-direction: column;
        align-items: flex-start;
        gap:15px;
        padding: 10px 20px;
    }

    .header__items{
        display: none;
    }
    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 90px;
        background-color: var(--bgcolor-header);
        z-index: 9999;
        box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
    }

    .header__menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 90px;
        max-width: 1620px;
        margin: 0 auto;
        align-items: center;
    }

    .logo__img
    {
        padding: 20px;
    }

    .show-menu {
        opacity: 1;
        top: 89px;
        pointer-events: initial;
        visibility:visible;
    }

        .dropdom__menu:hover > .drop__down
    {    
        opacity: 1;
        visibility: visible;
        position: relative;
        
    }
   .mini__slider {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .card{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 590px;
        align-items: center;
        padding: 10px 0px;
        gap: 10px;
    }

    .mini__slider_items {
        width: 360px;
        height: 180px;
        display: flex;
        align-items: center;
    }

    .mini__slider_items > img {
        object-fit: cover;
        width: 360px;
        height: 180px;
        /* filter: grayscale(1); */
        transition: 1s;
    }

    .mini__slider {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .card {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 590px;
        align-items: center;
        padding: 10px 10px;
        gap: 10px;
    }

    .card__item{
        position: relative;
        width: 360px;
        height: 720px;
        /* background-color: green; */
        border: 1px solid rgba(224, 224, 224, 1);
        border-radius: 10px;
        background: linear-gradient(180deg, #FEFEFE 0%, #F1F1F1 100%);
    
    }

    .card__buttom {
        display: flex;
        justify-content: center;
        margin-top: -15px;
        padding: 0px 70px;
    }


    .infcard_title__block {
        /* background-color: red; */
        width: 360px;
        height: 320px;
        border-radius: 12px;
    }

    .info__block_items {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .info__block_item_img {
        width: auto;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .info__block_item {
        width: auto;
        display: flex;
        justify-items: center;
        align-items: center;
        padding: 10px 30px;
        
    }
    .block__oth {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        height: auto;
        padding: 10px;
    }

    .block__oth_items h3 {
        font-size: 52px;
        font-family: var(--body-font);
        font-weight: 300;
        padding: 20px;
        line-height: 50px;
    }

    .block__oth_items {
        position: relative;
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 10px;
            
    }

    .infcard_title__block:nth-child(odd) {
        width: 360px;
        height: 320px;
        border-radius: 12px;
        background: linear-gradient(180deg, #FEFEFE 0%, #FFE0C8 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 40px;
        flex-direction: column;
        text-align: center;
    }

    .infcard_title__block:nth-child(even) {
        width: 360px;
        height: 320px;
        border-radius: 12px;
        background: linear-gradient(180deg, #FEFEFE 0%, #F1F1F1 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 40px;
        flex-direction: column;
        text-align: center;
    }

    .container__slider {
        width: 100%;
        height: 476px;
        background-color: rgba(245, 245, 245, 1);
        margin-top: 89px;
    }


    /* Menu link */
    .menu__link:hover{
        border-bottom: solid 2px rgba(233, 99, 26, 1);
        /* padding-bottom:  3px;        */
        
    }
    .logo__img > img {
        object-fit: cover;
        width: 200px;
        height: 45px;
    }
    .drop__down {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%; 
        margin-top: 5px;
    }
    

    .dropdown__arrow {
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0px;
        font-size: 1.5rem;
        font-weight: initial;
        transition: transform 0.4s;
        width: 22px;
        height: 22px;
    }


    .footer_med__block {
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        width: 100%;
        height: 100%;
    }

    .slider__intems_one{
        width: 50%;    
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dropdom__menu{
        width: 100%;
    }
    .menu__link:hover{
        border-bottom: 0px;
        padding-bottom:  0px;    
    }

.drop__menu__link:hover{
    border-bottom: 0;
    padding-bottom:  0;    
}

.drop__menu_list {
    position: relative;
    /* background: rgba(255, 255, 255, 1); */
    /* background-color: red; */
    width: 100%;
    top: 25px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0px 10px;
    gap: 15px;
    
}

.container__cf_contanet {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.res__items {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
}

.container_cf {
    max-width: 1226px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180.00deg, rgb(254, 254, 254), rgb(241, 241, 241) 100%);
}
.cf__body {
    position: relative;
    width: 100%;
    height: 120px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 12px 0px;
    box-sizing: border-box;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
}

.cf_rg__block {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.res__items__txt {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
    margin-bottom: 50px;
    
}

.cf__name {
    position: static;
    width: 280px;
    height: 40px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 8px 0px;
    box-sizing: border-box;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
}
.cf__body {
    position: relative;
    width: 280px;
    height: 120px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 12px 0px;
    box-sizing: border-box;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
}
.btn__cf {
    position: relative;
    width: 280px;
    height: 43px;
    padding: 12px 0px 12px 0px;
    border-radius: 8px;
    background: rgb(245, 124, 31);
    border: solid 1px rgb(245, 124, 31);
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    /* margin-top: 24px; */
}

.btn__block
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf_lf__block {
    width: 346px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.si {
    color: rgb(16, 16, 16);
    font-family: Inter;
    font-size: 32px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: -4%;
    text-align: left;
}

.cr_rent__items {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

/* Checkbox на контактной форме закрыл */
.lbl_ch {

    display: none;
    /* position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    width: 100%; */
}
.cf__name_chx {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    border: 1px solid rgb(224, 224, 224);
    background: rgb(255, 255, 255);
}

.cf__rentbl_txt {
    padding-left: 0px;
    width: 100%;
}

.cf__rent {
    max-width: 1236px;
    margin: 0 auto;
    height: auto;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 2px solid rgb(245, 124, 31);
    border-radius: 12px;
    background: linear-gradient(180.00deg, rgb(254, 254, 254), rgb(241, 241, 241) 100%);
    margin:10px
}

.cr_rent__item {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: blue; */
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}


.ct__rent_content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 10px 0px;
    /* background-color: green; */
    flex-direction: column;
}

.cf__rentbl_txt {
    padding-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}


.rent__item_bl {
    position: relative;
    min-width: 260px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.rent__item_br{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width:100%;
    height: 100%;    
    padding-left:0;
    align-items: center;
    
}

.cr_rent__item_btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 19px;
}

.title__row_br {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drop__down {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    width: 340px;
    height: auto; 
    max-width: 500px;
    margin-top: 5px;
}
.drop__menu_list {
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 10px 10px;
    gap: 10px;
    box-shadow: none;
}

.container__tile {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    margin-top: 90px;
    /* background-color: red; */
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 0px 10px;
    gap: 5px;
    align-items: center;
}

.wrapper__items {
    width: calc((100% / 1) - 20px);
    height: auto;
}
.wrapper_pd {
    padding: 20px 10px;
}

.tb__size {
    margin-top: 20px;
    padding: 20px;
    background: rgba(245, 245, 245, 1);
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-radius: 5px;
}
.tb__other {
    margin-top: 20px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.title__inter
{
    font-family: var(--menu-font);
    font-size: 32px;
    line-height: 100%;
    font-weight: 300;  
    text-transform: uppercase;
    text-align: center;

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

.wrapper__sc_pd p {
    text-align: center;
}

.container__card_tw {
    max-width: 1236px;
    padding: 0px 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    gap: 64px 44px;
    margin-top: 80px;
    flex-wrap: wrap;
}

.container__full_width {
    width: 100%;
    padding: 0px 10px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    /* background: linear-gradient(180.00deg, rgb(254, 254, 254), rgb(241, 241, 241) 100%);
    background: linear-gradient(180deg, #FEFEFE 0%, #E7F0FB 100%); */
    /* gradient/light-blue */
    background: linear-gradient(180.00deg, rgb(226, 237, 251), rgb(255, 255, 255) 100%); 100%);
    
}

.tl_one{
    font-size: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;   
}

.container__map {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 200px;
    height: auto;
    max-height: 1200px;
    padding: 5px 10px;
    gap: 60px;
}

    
.map__google{
    width: 350px;
    height: 300px;
}

.container__map_ct {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    /* background-color: green; */
    width: 100%;
    padding: 40px 10px;
    gap: 32px;
}

.container__map_ct
{
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    width: auto;
    width: 100%;
    padding: 40px 10px;
    gap:32px;
}

.container__map_items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    
}

.slogan{
    display: none;
}

      
}
    


@media screen and (max-width:480px)
{

    .container{
        max-width: 1236px;
        margin: 0 auto;
        padding: 10px 10px;
        margin-bottom: 60px;       
    }
    .card {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: 590px;
        align-items: center;
        padding: 10px 10px;
        gap: 10px;
    }

    #slim__slider
    {
        display: none;
    }
    .footer_med__block {
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        width: 100%;
        height: 100%;
    }
    .slider__intems_one{
        display: none;
    }

    .slider__intems{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    
    .slider__intes__cont {
        padding: 100px 50px 100px 50px;
    }
    .tl_one{
        font-size: 32px;
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;

        
    }
    .slider__title{
        color:rgba(255, 255, 255, 1);
        font-size: 32px;
        font-weight: 300; 
    }
    .link__slider {
        border-radius: 36px;
        background: rgba(233, 99, 26, 1);
        /* width: 250px; */
        height: 50px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        color: azure;
        text-transform: uppercase;
    }

     

    .slider__intems section{
       width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .dropdom__menu{
        width: 100%;
    }


.drop__menu__link{
    font-family:var(--menu-font);
    text-decoration: none;
    font-size: var(--size-menu-link);
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown__arrow {
    opacity: 1;
    visibility: visible;
    position: relative;
    top:0px;
    font-size: 1.5rem;
    font-weight: initial;
    transition: transform 0.4s;
    width: 22px;
    height: 22px;
}   
.drop__down {
    
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    /* margin-top: 5px; */

}

.drop__menu_list{
    position: relative;
    top: 0;
    left: 0;
}



.dropdom__menu:hover .drop__down
{    
    opacity: 1;
    visibility: visible;
    position: relative;
    
}

.cf__rent {
    max-width: 1236px;
    margin: 0 auto;
    height: auto;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    /* padding: 64px 100px 64px 100px; */
    box-sizing: border-box;
    border: 2px solid rgb(245, 124, 31);
    border-radius: 12px;
    margin:10px;
    background: linear-gradient(180.00deg, rgb(254, 254, 254), rgb(241, 241, 241) 100%);
}
.rent__item_bl{
    position: relative;
    min-width: 260px;
    width: 100%;
    height: 100%;
    /* background-color: orange; */
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.cf__rent_gb {
    position: static;
    width: auto;
    height: 64px;
    display: flex;
    padding: 0px;
    align-self: stretch;
    margin: 15px 0px;
    color: rgb(16, 16, 16);
    font-family: Inter;
    font-size: 32px;
    font-weight: 300;
    line-height: 64px;
    text-align: left;
    justify-content: center;
}

.cf__rent__info {
    position: relative;
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px;
    /* background-color: red; */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cf__rent_tel {
    position: static;
    width: 100%;
    height: 17px;
    display: flex;
    margin: 6px 0px;
    color: rgb(245, 124, 31);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 18%;
    text-align: left;
    text-transform: uppercase;
    justify-content: center;
    
}

.cr_rent__item_btn{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    align-items: center;

}

.cf__rent_txtar {
    position: relative;
    min-height: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;      
    
}

.title__row_br {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drop__down {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    width: 340px;
    min-height: 0px; 
    max-width: 500px;
    margin-top: 5px;
}
.drop__menu_list {
    position: relative;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 10px 10px;
    gap: 10px;
    box-shadow: none;
}

.container__map {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 200px;
    height: auto;
    max-height: 1200px;
    padding: 5px 10px;
    gap: 60px;
}

    
.map__google{
    width: 350px;
    height: 300px;
}

.container__map_ct {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    /* background-color: green; */
    width: 100%;
    padding: 40px 10px;
    gap: 32px;
}

.slogan{
    display: none;
}

.bg__img > img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
}

