body {
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a, a:VISITED {
    color: #000000;
    text-decoration: none;
}

a:HOVER {
    color: #C64D00;
    text-decoration: underline;
}

input[type=text], input[type=password], input[type="reset"], input[type="submit"], html input[type="button"], textarea, button {
    -webkit-appearance: none;
    border-radius: 0;
}

.bold, .caption, .form_button, .th, .button, .errMess, .subTitle, .subSubTitle {
    font-weight: bold;
}

.item-197, .item-207, .item-218 {
    float: left;
}

.item-218 .l3.wSubs > li > a {
    font-weight: bold;
}

.item-218 ul {
    margin-left: 10px !important;
}

.hand {
    cursor: pointer;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.maxWidth50 {
    max-width: 50px;
}

.maxWidth100 {
    max-width: 100px;
}

.maxWidth150 {
    max-width: 150px;
}

.maxWidth200 {
    max-width: 200px;
}

.maxWidth250 {
    max-width: 250px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth350 {
    max-width: 350px;
}

.maxWidth400 {
    max-width: 400px;
}

.maxWidth450 {
    max-width: 450px;
}

.maxWidth500 {
    max-width: 500px;
}

.maxWidth600 {
    max-width: 600px;
}

.width600 {
    max-width: 600px;
}

.width700 {
    max-width: 700px;
}

.width800 {
    max-width: 800px;
}

.width900 {
    max-width: 900px;
}

.caption {
    padding-right: 5px;
}

.center, .errMess {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.noStyle {
    border-width: 0px;
    background-color: transparent;
}

.text9 {
    font-size: 70%;
}

.text10 {
    font-size: 80%;
}

.text11, .caption, input, select, textarea {
    font-size: 90%;
}

.text12, .infoTable, .th, .button, .errMess, a {
    font-size: 100%;
}

.text13 {
    font-size: 95%;
}

.text14 {
    font-size: 100%;
}

.text-xs {
    font-size: 80%;
}

.text-sm {
    font-size: 90%;
}

.text-md {
    font-size: 115%;
}

.text-lg {
    font-size: 130%;
}

.noStyle {
    background-color: transparent;
    border-width: 0px;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.red {
    color: #ff0000;
}

.grey {
    color: grey;
}

.maroon {
    color: #880000;
}

.orange {
    color: #C64D00;
}

.underlined {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.notBold {
    font-weight: normal;
}

.autoCenter {
    margin: 0px auto;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.errMess {
    color: maroon;
}

@media (max-width: 600px) {
    .whiteBack .container-fluid {
        padding: 0 !important;
    }

    .whiteBack #blogPosts.container-fluid {
        padding: 0 10px !important;
    }

}

.hidden, #mxcpr {
    display: none;
}

.breadcrumb {
    text-transform: uppercase;
}

.sitka-modal > span:first-child {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase;
    line-height: 35px;
}

.sitka-modal > h4 {
    font-size: 100%;
    margin: 20px 0;
    padding: 0;
}

.sitka-modal .shop {
    float: left;
    background: none;
    color: black;
}


.sitka-modal .cart {
    float: right;
}

.sitka-modal a:hover {
    text-decoration: underline;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

input[type=text], input[type=password], select, textarea {
    border: 1px solid darkgray;
    margin: 1px;
    padding: 5px 10px;
}

.postuplenie p input, textarea {
    width: 100%;

}

.postuplenie div input {
    padding: 6px;
    background: #C64D00;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}
/*------------------- fix mobile scrollbar begin-------------------------------*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px !important;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #999999 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4) !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4) !important;

}

::-webkit-scrollbar-thumb:window-inactive {
    background: #999999 !important;
}

/*-------------------------- fix mobile scrollbar end-----------------------*/

.uk-text-danger {
    color: #e61717 !important;;
}

.majc .majc__result {
    border-top: 2px solid #C64D00;
}

.majc .majc__btn {
    border: #C64D00;
    background-color: #C64D00;
}

.majc .majc__btn:hover {
    border: #F86508;
    background-color: #F86508;
}