
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 15px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #555555;
    transition-duration: 0.25s;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #FF9900;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FFC46C;
}

::-webkit-scrollbar-thumb:active {
    background-color: #eb923f;
}

/* Стрелки */

::-webkit-scrollbar-button:vertical:start:decrement {
    background:
        linear-gradient(120deg, #575757 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(240deg, #575757 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(0deg, #575757 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background:
        linear-gradient(300deg, #575757 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(60deg, #575757 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(180deg, #575757 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg,#3F3F3F 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #3F3F3F 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #3F3F3F 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #3F3F3F 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #3F3F3F 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg,  #3F3F3F 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

.fixer {
    position: fixed;
    left: 0;
    top: 0;
}

.addMar {
    margin-bottom: 70px;
}

#upbtn p{
    position: fixed;
    right: 35px;
    bottom: 0px;
    color: white;
    font-weight:800;
    font-size:24pt;
    text-align: center;
    padding:7px 15px 0px 15px;
    border-radius: 15%;
    background: #FF9900;
    cursor: pointer;
    transition-duration: 0.25s;
    box-shadow: 0 0 20px #FFC46C;
}

#upbtn p:hover{
    background: #FFC46C;
    transition-duration: 0.25s;

}

#upbtn p:active{
    background: #eb923f;
    transition-duration: 0.25s;

}

/* ----------------------------------------------------------------------------------*/

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 0 auto;
}

.logo img {
    width: 165px;
    height: 20px;
}

.top-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 10px;
    height: 100%;
    width: 100%;
    background: #575757;
    color: white;
}

.top-nav__logo {
    margin: 30px 0 0 0;
}

.top-nav__tel-email {
    margin: 5px 0 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top-nav__tel {
    justify-content: center;
    font-size: 18pt;
    font-weight: 800;
}

.top-nav__email {
    font-size: 14pt;
    text-align: center;
}

.top-nav__adress {
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
}
.top-nav__city {
    font-size: 14pt;
    font-weight: 800;
    text-align: center;
}

.top-nav__street {
    font-size: 14pt;
    text-align: center;
}

.top-nav__socialnetwork {
    display: flex;
    margin: 20px 0 0 0;
}

.vk {
    width: 40px;
    height: 40px;
}

.insta {
    margin-left: 25px;
    width: 40px;
    height: 40px;
}

.whats {
    margin-left: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.hide {
    display: none;
}

.whatsapp__number {
    position: absolute;
    right: 2px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #7c7c7c;
    padding: 10px;
    border-radius: 0 0 25px 25px;
    color: white;
    text-align: center;
}

.bottom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    height: 60px;
    width: 100%;
    background: #3F3F3F;
    color: white;
    z-index: 100;
}

.bottom-nav ul {
    display:flex;
    margin: 20px 30px 0 0;
    text-align: center;
}

.bottom-nav__list li {
    font-size: 12pt;
    list-style-type: none;
    margin: 0 5px 0 0px;
}

.bottom-nav__list a {
    color: white;
    text-decoration: none;
    transition-duration: 0.25s;
    cursor: pointer;
}

.bottom-nav__list a:hover {
    color: rgb(211, 211, 211);
    transition-duration: 0.25s;
}

.bottom-nav__list a:active {
    color: #FFC46C;
    transition-duration: 0.25s;
}

.main-title {
    display: flex;
    justify-content: center;
}

.title {
    text-align: center;
    font-size: 20pt;
    margin: 60px 0 0 0;
    border-bottom: 2px solid black;
}

.catalog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.catalog__item {
    margin: 20px 10px 20px 10px;
    background: rgb(245, 245, 245);
    padding: 10px;
    border-radius: 5%;
    transition-duration: 0.25s;
    height: 100%;
    max-height: 345px;
    min-height: 345px;
}

.catalog__item:hover {
    box-shadow: 0 0 10px #7c7c7c;
    transform: scale(1.02);
}

.catalog__img {
    display: flex;
    justify-content: center;
}

.catalog__img img {
    border-radius: 15px;
}

.catalog__title {
    text-align: center;
    font-weight: 700;
    font-size: 11pt;
    margin: 15px 0 0 0;
}

.catalog__description {
    text-align: center;
    border-top: 2px dotted black;
    margin: 7px 0 0 0;
    font-size: 1rem;
    padding: 5px 0 0 0;
}

.catalog__button {
    display: flex;
    justify-content: center;
    flex-grow: 0;
    flex-shrink:0;
}

/* .catalog__button a {
    display: flex;
    flex-grow: 0;
    flex-shrink:1;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: white;
    background: #FF9900;
    border: 5px solid #AC6A2D;
    padding: 5px 0 5px 0;
    margin: 5px 40px 0 40px;
    transition-duration: 0.25s;
} */

.catalog__button a {
    display: flex;
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    margin: 10px 0 5px 0;
    padding: 5px;
    justify-content: space-between;
    align-content: space-between;
    background: #FF9900;
    border: 5px solid #AC6A2D;
}

.catalog__button a:hover {
    background: #FFC46C;
    border: 5px solid #FF9900;
    transition-duration: 0.25s;
}

.catalog__button a:active {
    background: #eb923f;
    border: 5px solid #FFC46C;
    transition-duration: 0.25s;
}

.about-us {
    background: url(/img/about-us__bg.webp) 0 0/cover no-repeat;
    width: 100%;
    height: 100%;
}

.about-us__wrapper {
    padding: 25vh 0 35vh 0;
}



.img-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition-duration: 0.25s;
}

.img-overlay:hover {
    background: rgba(0, 0, 0, 0.8);
    transition-duration: 0.25s;
}

.about-us__description {
    color: white;
    text-align: center;
    margin: 20px 10px 0 10px;
    font-size: 18pt;
}

.contact__wrapper {
    display: block;
    background: url(/img/Contact\ particles.svg) 0 0/contain no-repeat;
    background-position: center;
    margin: 90px 10px 90px 10px;
    padding: 90px 0 250px 0;
}

.contact__title {
    text-align: center;
    font-size: 30pt;
}

.contact__description {
    text-align: center;
    font-size: 16pt;
    margin: 0 10px 0 10px;
}

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

footer {
    position: initial;
    bottom: 1%;
    margin: 25% 0 0 0;
}

.footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
    background: #575757;
    color: white;
    font-size: 14pt;
}

.footer a {
    text-decoration: none;
    color:white;
}

.errors {
    text-align: center;
    margin: 30px 5px 60px 5px;
    font-size: 18pt;
}

.errors a {
    font-size: 12pt;
    color: #FF9900;
    text-decoration: none;
}

.errors a:hover {
    font-size: 12pt;
    color: #FFC46C;
}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 5px 60px 5px;
}

.time {
    margin: 0 0 0 30px;
    position: relative;
}

.fast{
    font-weight: 600;
}

.info2 {
    text-align: center;
    margin: 0 0 20px 0;
}

.info__title {
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 600;
}

.info__paper {
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.time-info {
    font-weight: 700;
}

table.info__table {
    margin: 0 0 30px 0;
    text-decoration: none;
    border-collapse:collapse;
    width:auto;
    text-align:center;
}

table.info__table th {
    font-weight:500;
    font-size:14px;
    color:#ffffff;
    background-color:#ff9e17;
}

table.info__table td {
    font-size:12px;
    color:#354251;
}

table.info__table td,table.info__table th {
    white-space:pre-wrap;
    padding:11px 15px;
    line-height:15px;
    vertical-align: middle;
    border: 1px solid #ededed;
}

table.info__table tr:hover td {
    color:#FFC46C;
    cursor:pointer;
}

.mobile-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.adress__wrapper {
    display: flex;
    margin: 25px 15px 25px 15px;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.adress__img {
    width: 400px;
    height: 400px;
    margin-top: 25px;
    border-radius: 15px;
    transition: 0.25s;
}

.adress__img:hover {
    transform: scale(1.02);
}

.marg {
    margin: 59px;
}

@media (max-width: 1024px) {
    .contact__wrapper {
        background: white;
    }
}

@media (max-width: 768px) {
    .adress__img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 425px) {
    .bottom-nav {
        height: 80px;
    }
}