html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: 'TTFirsNeueRegular', Arial, sans-serif;
    font-size: 17px;
}

р {
    font-size: 16px;
    color: #000000;
}
table{width: 100%;}
@font-face {
    font-family: 'TTFirsNeueRegular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/TTFirsNeueRegular.ttf) format('woff');
}

:root {
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
}

/* variables*/
#containerscroll {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: break-spaces
}

#containerscroll {
    scrollbar-width: none; /* firefox */
}

#containerscroll::-webkit-scrollbar { /* webkit */
    width: 0;
    height: 0;
}

#bodycontainerscroll {
    min-width: 950px;
    overflow: auto;
}

.img {
    width: 100%;
}
#footertab{width: 100%;}
.tablerazvod {margin-top: 1%; margin-bottom: 1%;}
.razvod {width: 20%; border: 1px solid grey; padding: 3px;}
.razvodnext {border: 1px solid grey; padding: 3px;}
 td:hover {background: #d3e3fd;}
 
.polosa {width: 100%;
    display: inline;
    background: #a26a46;}
.footertd {text-align: center; width: 78%;
    vertical-align: middle;
    height: 100%; display: inline-block;
    position: absolute;
    top: 50%;
}
.footermenu {display: inline-block;
    padding: 5px;
    background: #d3e3fd;}
.footerlogoimg {width: 12%; display: inline-block;}
.footerico {width: 10%; display: inline-block; float: right;}
.footersite {background: #ccc;
    width: 100%;
    display: inline-block;
    margin-top: 1%;
    padding: 1% 4% 1% 4%;
    position: relative;
}
.myimg {width: 100%;}
.maintext {
    font-size: 16px;
    color: #000000;
    padding: 1%;
}
.texttel {color: white;}
.maintextfon {
    background: #eee;
    padding-bottom: 1%;
}

.button {
    padding: 5px;
    margin-bottom: 3%;
    margin-top: 2%;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    cursor: pointer;
}

.texoutput {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.imgfooter {
    display: table-cell;
}

.schetchik {
    display: table-cell;
    vertical-align: middle;
}

.tabletel {
    margin-right: 3%;
}

.forms {
    margin-left: 1%;
    float: right;
}

.onas {
    background: #ece6e6;
    padding-top: 1px;
    padding-bottom: 3%;
    display: block;
/*    float: right;*/
}

.kolonkiabout img {
    display: block;
    width: 100%;
}

.kalonkalist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kolonkiabout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 33.33333333%;
    float: left;
}

figure {
    width: 100%;
    color: #474d51;
    background: #94dff9;
    overflow: hidden;
    -webkit-box-shadow: 0 0.125rem 0.513rem rgba(0, 0, 0, 1.2);
    box-shadow: 0 0.125rem 0.513rem rgba(0, 0, 0, 1.2);

    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    vertical-align: baseline;
    border: 0;
    padding: 0;
    margin: 0;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;

}

.img-responsive {
    max-width: 100%;
}

.kolonkiabout1 {
    text-align: center;
    background: #94dff9;
    padding: 1.25rem;
}

.about-img {
    border: 1px solid #fff;
}

.kolonkiaboutcontent {
    display: block;
}

.btn {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
}

.ftr {
    background: #d8c5bc;;
}

#contact {
    position: absolute;
    z-index: 2;
    background: #1ecaff;
    margin-left: 1%;
    margin-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    width: 35%;
}

#none {
    background-color: unset;
    padding-left: 0;
    padding-right: 0;
    box-shadow: unset;
    min-width: unset;
}

#img-responsive {
    max-width: 100%;
    box-shadow: 0 0 5px 2px #797272;
    border-radius: 50%;
}

.service-tab {
    width: 23%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.service-img {
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #8c8686;
    width: 100%;
}

.kolonkiservise1 {
    text-align: center;
}

.servicelink1 {
    padding-left: 0px;
}

#map {
    position: relative;
    width: 100%;
}

#indextable {
    border: 1px solid #eee;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

#indextabletr {
    background: #d7cfcf;
}

.indextabletd {
    border: 1px solid #9f9999;
}

.indextabletd1 {
    border: 1px solid #dddddd;
}

.ulcontact {
    padding-left: 0px;
}

#aboutscroll {
    scrollbar-width: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#bodyaboutscroll {
    min-width: 780px;
    overflow: auto;
}

.textul {
    margin-top: 1%;
    margin-bottom: 1%;
    list-style: circle;
}

.telicon {
    display: none;
}

h1 {
    font-size: 46px;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: #111 1px 0 10px;
    -webkit-text-stroke: 1px #513a3a;
}

h2 {
    font-size: 30px;
    text-align: center;
}

h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
    text-shadow: #111 1px 0 10px;
    -webkit-text-stroke: 1px #513a3a;
}

h4 {
    padding-bottom: 3%;
    margin: 0px;
    color: #0781aa;;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
}

h5 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 1%;
}

.background-dostavka {
    background: url(img/slide-tres.jpg) no-repeat;
    min-height: 100%;
    background-position: bottom;
}

.obertka {
    margin: 3%;
}

.obertka1 {
    margin-left: 3%;
    margin-right: 3%;
}

.podlogka {
    position: relative;
}

.poverh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.dostavkah1 {
    position: absolute;
    top: 60%;
    right: 5%;
}

.dostavkatransfer {
    position: absolute;
    top: 1%;
    right: 5%;
}

.dostavkah2 {
    position: absolute;
    top: 30%;
width: 45%;
    text-align: center;
    right: 0;
}

.victory {
    margin-top: 10px;
}

header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 60px;
}

.logo img {
    max-width: 100%;
}

.logo {
    margin-left: 3%;
    float: left;
}

.price {
    display: block;
}

.imgprice {
    display: inline-block;
    width: 25%;
}

.imageprice {
    width: 100%;
    max-width: 250px;
    padding-right: 5%;
    padding-left: 5%;
}

.textprice {
    text-transform: uppercase;
    text-align: center;
}

form {
    background-color: #acd5e7;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: 0 0 5px 2px;
    min-width: 142px;
}

ul#breadcrumb {
    list-style: none;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#breadcrumb-5 {
    display: table-cell;
    vertical-align: middle;
    width: 84%;
}

#breadcrumb-5 li {
    list-style: none;
    display: inline;
}

#breadcrumb-5 li a {
    text-decoration: none;
    text-transform: lowercase;
    padding: 0px;
    color: #fff;
}

#breadcrumb-5 li a:hover {
    text-decoration: none;
    text-transform: lowercase;
    background: none;
    color: #000;
}

#breadcrumb-5 li a:active {
    color: #80d8e1;
    text-decoration: underline;
}

.pricetwo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1%;
}

footer {
    padding-top: 1%;
    margin-top: 1%;
    padding-bottom: 1%;
    color: #fff;
    float: left;
    width: 100%;
}

#pricetable {
    border: 1px solid #eee;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

#pricetable td {
    border: 1px solid #dddddd;
}

.pricetext {
    display: inline-block;
    width: 70%;
}

.mobiltop {
    display: none;
}

.tel {
    margin-right: 70px;
    float: right;
}

.mainfooter {
    display: table;
    width: 100%;
}


/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--white);
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* Nav menu */
.menu {
    margin-top: 0px;
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0px;
}

.menu a {
    display: block;
    padding: 10px 12.5% 10px 12.5%;
text-align: center;
    color: var(--white);
    text-transform: uppercase;
}

.menu a:hover {
    background-color: var(--gray);
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

.hamb {
    cursor: pointer;
    float: right;
    padding: 20px 10px;
    background-color: #00000061;
    border-radius: 10px;
    display: block;
    margin-right: 10px;
    position: absolute;
    right: 1%;
    z-index: 2;
}

/* Style label tag */

.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: var(--white);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.side-menu {
    display: none;
}

.side-menu:checked ~ nav {
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}
#navbar {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        text-align: center;
        background-color: #33ADFF;
      }
      #navbar li { display: inline; }
      #navbar a {
        color: #fff;
        padding: 1% 2%;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        width: 100px;
      }
      #navbar a:hover {
        background-color: #0066FF;
      }
@media (min-width: 1060px) {
    .onas {
        margin-top: 33px;
    }

    .nav {
        max-height: none;
min-width: 47%;
        left: 7.5%;
        position: relative;
        float: right;
        width: fit-content;
        float: left;
    }

    .tel {
        margin-right: 3%;
    }

    .menu li {
        float: left;
        background-color: #a26a46;
        min-width: 25%;
    }

    .menu a:hover {
        background-color: #D1B9AE;
    }

    .hamb {
        display: none;
    }

    .dostavkah1 {
        position: absolute;
        top: 10%;
        right: 5%;
    }
}

@media (max-width: 1060px) {
    .kolonkiabout {
        width: 50%;
    }

    .nav {
        background-color: rgb(50, 50, 50);
    }
}

@media (max-width: 700px) {
    .pricetext {
        display: block;
        width: 100%;
    }

    .forms {
        display: block;
        width: 100%;
    }

    .footer {
        display: block;
        float: left;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .pricetext {
        display: block;
        width: 100%;
    }

    .forms {
        display: block;
        width: 100%;
    }

    .kolonkiabout {
        width: 100%;
    }

    h1 {
        font-size: 30px;
        margin-top: 16%;
    }

    .dostavkah1 {
        top: 15%;
        text-align: center;
    }

    .dostavkah2 {
        top: 4%;
        text-align: center;
    height: 100%;
    width: 45%;
    text-align: center;
    margin-top: 15%;
    }

    h3 {
        font-size: 19px;
    }

    .forms {
        display: block;
        width: 100%;
    }

    .nav {
        left: 0px;
        background-color: rgb(50, 50, 50);
    }

    .transfertext {
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .pricetwo {
        display: block;
    }

    .telicon img {
        margin-top: 8px;
    }

    .pricetwo {
        display: block;
    }

    .imgprice {
        display: inline-block;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .imgfooter {
        max-width: 50px;
    }

    h1 {
        font-size: 30px;
        margin-top: 16%;
    }

    .dostavkah1 {
        top: 15%;
        text-align: center;
    }

    .dostavkah2 {
        top: 4%;
        text-align: center;
height: 100%;
    width: 45%;
    text-align: center;
    margin-top: 15%;
    }

    h3 {
        font-size: 19px;
    }

    .forms {
        display: block;
        width: 100%;
    }

    .nav {
        left: 0px;
        background-color: rgb(50, 50, 50);
    }

    footer {
        display: block;
        float: left;
    }

    .tabletel {
        display: none;
    }

    .telicon {
        display: block;
    }

    .logo {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .mobiltop {
        display: block;
    }

    .osnovatop {
        display: none;
    }

    .mobiltopimg {
        margin-top: 17%;
    }

    form {
        margin-left: 25%;
        margin-right: 25%;
    }

    .service-tab {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    #contact {
        position: relative;
        z-index: 2;
        background: #1ecaff;
        margin-left: 1%;
        margin-top: 1%;
        padding-left: 1%;
        padding-right: 1%;
        width: 100%;
    }

    .none {
        margin-left: 0px;
        margin-right: 0px;
    }

    .transfer {
        margin-top: 0px;
        right: 0px;
        left: 3%;
    }

    .transfertext {
        margin-top: 0px;
    }
}