#toTop {
    width: 100px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-family: "Bold";
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    cursor: pointer;
    display: none;
    color: #333;
    font-size: 12px;
}

.inst-btn-call{
    display:flex;
}

.sheensay_fixed {
    position:fixed;
    width:100%;
    top:22px;
}

.sheensay_fixed__cells {
    display:none;
}

.sheensay_fixed + .sheensay_fixed__cells{
    display:block;
    height:53px;
}

.instagsram{
    height:51px;
    width:51px;
    background: linear-gradient(90deg,#444 0,#666 100%);
    margin-right:5px;
    display:flex;
}

.instagsram svg{
    fill:#fff;
    height:20px;
    margin:auto;
}

body{
    background-image: url(/site/img/bg.webp);
}

.breadcrums a{
    font-size:13px;
    font-family: "Bold";
    color:inherit;
}
.breadcrums{
    font-size:13px;
    font-family: "Bold";
}
.breadcrums span{
    font-size:13px;
    font-family: "Bold";
}

.main-menu .content{
    overflow: inherit;
}

.main-menu {
    min-height:53px;
}

.flexer{
    display:flex;
    justify-content:space-between;
}

.conte{
    color:#fff;
}
.conte span{
    white-space:pre-line;
}

@media (max-width: 650px){
    .flexer{
        display:block;
    }
    .flexer .menu + .menu{
        margin-top:30px;
    }
    .conte{
        margin-top:30px;
    }
}

.flexer li{
    display:block;
}

.flexer li a{
    color:#fff;
    text-decoration:none;
}

.nuew{
    font-family: "Bold";
    color:#fff;
    font-size:20px;
    display:block;
    margin-bottom:5px;
}

.mobile{
    display:none;
}

.grid-articles{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.grid-articles .card-item{
    width:100%;
    margin-bottom: 0px;
}

.menu ul{
    padding-left:0px;
}



footer .wrapper{
    background:#555;
}

@media (max-width:550px){
    h1{
        font-size: 1.7rem !important;
    }
    .mobile{
        padding-left:15px;
        display:block;
        margin-top:20px;
        padding-bottom:20px;
    }
    .main-menu{
        overflow:auto;
    }
    .main-menu{
        height:calc(100vh - 80px);

    }
    .grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
    }
    .m-auto img{
        height: auto !important;
    }

}




.shadow-form {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 97;
    flex-direction: row;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .shadow-form .window {
    background-color: #ffffff;
    box-shadow: 0 0 15px #cddae7;
    border-radius: 16px;
    padding: 8px;
    max-width: 375px;
  }
  .shadow-form .btn-sec {
    text-align: center;
    margin: 30px auto 20px;
    width: fit-content;
  }
  .shadow-form .btn-sec .btn {
    cursor: pointer;
  }
  .shadow-form .politic {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .shadow-form .politic a {
    border-bottom: 1px solid #ffed00;
    color: #ffed00;
    display: inline-block;
    width: fit-content;
  }
  .shadow-form .close {
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: 0.2s;
  }
  .no-touch .shadow-form .close:hover {
    opacity: 0.7;
  }
  .shadow-form .close svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .shadow-form .title-sec {
    background-color: #ffed00;
    padding: 8px 16px;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    align-items: center;
    justify-content: space-between;
  }
  .shadow-form .title-sec .btn {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    border-radius: 50px;
    padding: 12px 24px;
    transition: 0.2s;
  }
  .no-touch .shadow-form .title-sec .btn:hover {
    opacity: 0.7;
  }
  .shadow-form .window-content {
    padding: 24px;
  }
  .shadow-form .btn-sec {
    text-align: center;
  }
  .shadow-form form {
    position: relative;
  }
  .shadow-form form .btn {
    border-radius: 10px;
    letter-spacing: 0.02em;
    font-size: 16px;
    transition: 0.2s;
    display: block;
    width: fit-content;
    border: 1px solid #ffed00;
    background-color: #ffed00;
    border-color: #ffed00;
    color: #ffffff;
    padding: 15px 23px;
    margin: 20px auto 0;
  }
  .no-touch .shadow-form form .btn:hover {
    background-color: transparent;
    border: 1px solid #ffed00;
    color: #ffed00;
  }
  .shadow-form .town-select {
    position: absolute;
    left: 0 !important;
    top: 56px !important;
    border-radius: 12px;
    border: 1px solid #cddae7;
    padding: 5px !important;
  }
  .shadow-form .inputs [type=text] {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #cddae7;
  }
  .shadow-form .inputs [type=text] + [type=text] {
    margin-top: 15px;
  }
  .shadow-form .title-form {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #cddae7;
  }
  .shadow-form .town-select option {
    padding: 10px;
    background-color: #ffed00;
    color: #ffffff;
    border-radius: 8px;
  }
