/* -------FOOTER----------- */

footer{
    background: #373737;
    display: block;
    padding: 0 100px;
}

.footer-item>ul{
    display: flex;
    align-items: center;
}
.footer-item>ul>li:not(:last-child){
    margin-right: 30px;
}
.footer-item>ul>li>a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
}
.footer-item>ul>img{
    width: 26px;
    height: 26px;
}
.block-footer{
    display: flex;
    justify-content: space-between;
    padding: 85px 0 75px 0;
    align-items: center;


    text-align:left;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    border-image-slice: 1;
}
.footer-soc{
   display: flex;
   align-items: center;

}
.footer-soc>a:not(:last-child){
    margin-right: 16px;
}
.sub-footer{
    padding: 30px 0 34px 0;
}
.sub-footer>p{
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}

.footer-soc>span{
    display: none;
    color: #FFF;   
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}


/* ---------search---------- */

.box_footer{
    display: flex;
    cursor: pointer;
}

.txt_footer{
    margin-left: 5px;
}

@media screen and (max-width:1400px) {
    .footer-soc{
        margin-top: 40px;
    }
}

@media screen and (max-width:1280px) {
    .footer-soc>span{
        display: inline;
    }


    footer{
        padding: 0 30px;
    }
}
@media screen and (max-width:1100px) {
    .footer-item>ul>li:not(:last-child) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 960px){
    .footer-item>ul {
        align-items: baseline;
        flex-direction: column;
    }
    .footer-item>ul>li:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media (min-width: 1199px) and (max-width: 1900px)  {
    .homepage header{
        padding: 20px 30px;
    }
    /* .main>div{
        padding-top: 200px;
        max-width: 440px;
    } */
    .main>div>h1{
        font-size: 32px;
    }
    .item-block-one{
        padding: 35px;
        width: 400px;
        box-sizing: border-box;
    }
    /* .basic-title>h2{
        font-size: 100px;
    }

    .bio-text>p:not(:last-child){
        margin-bottom: 20px;
    }
    .biograf-body>div{
        margin-top: 40px;
    }
    .basic-sub-title {
        margin-top: -110px;
    } */
        .bio-text>p{
        font-size: 18px;
        line-height: 130%;
    }
    .block-calendar{
         padding: 120px 0 100px;;
    }
    .news_block{
        padding: 40px 0;
    }
}
/* @media screen and (min-width:1400px) {
    .wrapper{
        zoom: .85;
    }
    main{
        height: calc(100vh + 200px);
    }
} */
/* body {
 
    transform: scale(1);
    transform-origin: 0 0;
  }
  
  .wrapper {
    transform: scale(0.9);
  }
@media screen and (min-width:1200px) {
    .wrapper{
        transform: scale(1);
        zoom: .8;
    }
    main{
        height: calc(100vh + 200px);
    }

}
@media screen and (min-width:1400px) {
    .wrapper{
        transform: scale(1);
        zoom: .8;
    }
    main{
        height: calc(100vh + 260px);
    }

} */
@media screen and (max-width:767px){
    .homepage main{
        background: url(../img/first-page/fon-mobil.png) no-repeat;
        background-size: cover;
    }
    main{
        min-height: auto ;
        max-height: none;
    }
    .main>div>p{
        font-size: 38px;
    }
    .main>div{
        width: 50%;
    }
    .main-btn{
        flex-direction: row-reverse;
        gap: 38px;
        position: relative;
        margin-top: 68px;
    }
    .main-btn img{
        position: absolute;
        left: 0;
        top: 0;
    }
    .main-btn>a{
        min-width:  250px;
        width:  250px;
        margin-right: 0;
    }
    .main>div{
        padding: 120px 0 72px;
    }
    .cal-page {
        top: -92px;
    }
    
}
@media screen and (max-width: 625px) {
    .main>div>h1{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .main>div>p{
        font-size: 20px;
        font-weight: 500;
        line-height: 25px
    }
    .main-btn img{
        top: -30px;
    }
    .main-btn>a{
        font-size: 20px;
        height: 60px;
        position: relative;
        left: 38px;
    }
    .homepage main{
        background-position: top;
    }
}
@media screen and (max-width: 428px){
.cal-page {
    top: -40px;
}
.main-btn>a{
    left: 20px;
}
.homepage header{
    padding: 20px;
}
}
@media (max-width: 1900px) and (min-width: 1720px) {
    .chrome{
        transform: scale(1);
        zoom: .9;
    }
    /* .safari{
        transform: scale(1);
        zoom: 1.2;
    } */
}
@media  (max-width: 1900px) and (min-width: 1650px)  {
    .safari{
        /* transform: scale(1.1); */
        zoom: .9;
    }
    .homepage main{
        background-position: 200px;
    }
}