body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #262626;
    line-height: 20px;
    padding: 0;
    margin: 0;
    background-color: #d9d9d9;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #007fae;
}

a:visited {
    color: #007fae;
}

a:hover {
    color: #007fae;
}

a:focus {
    box-shadow: #007fae 0 0 9px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.header {
    text-align: center;
}

.cube1x1 {
    height: 30px;
    width: 30px;
    float: left;
}

.text-in-cube {
    /*font-weight: bold;*/
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    color: #262626 !important;
}

.menu-item {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menu-item:active, .menu-item:hover, .menu-item:focus {
    cursor: pointer;
    background-color: #007fae;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.title {
    font-size: 16px;
    line-height: 31px;
    text-align: left;
    text-indent: 16px;
    margin: inherit;
    color: white !important;
}

#footer {
    background-color: #d9d9d9;
    padding: 5px;
    text-align: center;
    border: 3px solid white;
    border-bottom: 0px;
}

table {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    /*font-size: 12px;*/
    color: black;
    text-align: left;
    padding: 0;
}

.gray-bg {
    background-color: #d9d9d9;
}

.white-bg {
    background-color: white;
}

.blue-bg {
    background-color: #007fae;
    background-size: contain;
    color: white !important;
}

.delivery {
    background-color: #c9c9c9;
}

.vertical-3px {
    float: left;
    width: 3px;
    height: 100%;
}

.horizontal-3px {
    width: 100%;
    height: 3px;
}

#content {
    margin: 0px auto;
    width: 921px;
}

#title {
    float: left;
    width: 100%;
    height: 63px;
    background-image: url("nazov.png");
    background-position: center;
    background-repeat: no-repeat;
}

#page {
    background-color: white;
    width: 1029px;
    margin: 0px auto;
}

.additional-line {
    width: 100%;
    height: 30px;
    /*margin-left: -51px;*/
    background-color: #d9d9d9;
    margin-bottom: 10px;
}

.add-func {
    display: none;
}

/* media queries */
@media screen and (max-width: 768px) {
    body {
        margin: auto;
    }

    #page {
        width: 90%;
    }

    #content {
        width: 100%;
    }

    /*.dropbtn{*/
    /*display: block;*/
    /*}*/
    /*#menu {*/
    /*display: none;*/
    /*}*/
}

/* dropdown button with week numbers */
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content li > a, .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    list-style-type: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/* dropdown button with week numbers */

/* Dropdown Button */
.dropbtn-actions {
    padding: 0;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-actions {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-actions {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content-actions li > a, .dropdown-content-actions a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    list-style-type: none;
}

/* Change color of dropdown links on hover */
.dropdown-content-actions a:hover, .dropdown-content-actions a:focus {
    background-color: #f1f1f1
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

ul {
    margin: inherit;
    padding: inherit;
    list-style-type: none;
}

ol {
    padding-right: 40px;
}

.scrollToTop{
    padding:10px;
    text-align:center;
    font-weight: bold;
    text-decoration: none;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
}

:focus:not(.focus-ring) {
    outline: none;
}