/* toolbar  background: #222;*/

/* menu  background-color: #3a3a3a; */

/* Master3 custom CSS */

/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/* чтобы курсор всегда был на ссылке, а не на вложенных тегах */
svg, path, polyline, rect {
    pointer-events: none;
}

html, body, h1, h2, h3, h4, h5 ,h6, p, a, li {
    font-family: 'Play', sans-serif;
    font-style: normal;
}
html, body, p, a, li {
    font-size: 16px;
    font-weight: 400;
}
h1, h2, h3, h4, h5 ,h6 {
    font-weight: 500;
}



















/* Toolbar */
#toolbar {
    /*background-color: #2d2d2d !important;*/
}

#toolbar * {
    color: #6c6c6c !important;
    text-transform: none !important;
    /*border-bottom: 1px solid #F96D00;*/
}
#toolbar a {
    text-decoration: none;
}

/* Toolbar info */
.toolbar-info div > div {
    color: #999 !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    min-height: 40px !important;
    padding: 8px 15px 8px 0;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}
.toolbar-info div > div:hover {
    color: #F96D00 !important;
}

/* Toolbar Ð¼ÐµÐ½ÑŽ */
.navbar-toolbar > li > a {
    /*display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;*/
    font-weight: normal !important;
    min-height: 40px !important;
    /*padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;*/
}

/*
.uk-navbar-nav>li>a {
    text-transform: none !important;
	color: #999 !important
}*/

/* Ð“Ð»Ð°Ð²Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */
.uk-navbar-nav {
    /*font-weight: bold !important;
	font-size: 0.9rem !important;
    letter-spacing: 1px !important;*/
}
.uk-navbar-nav > li.uk-active > a {
    color: #F96D00;
}

.uk-navbar-nav > li > a {
    color: #fff !important;

    box-shadow:         0px 3px 0px 0px rgba(149, 46, 75, 0) inset !important;
    -moz-box-shadow:    0px 3px 0px 0px rgba(149, 46, 75, 0) inset !important;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(149, 46, 75, 0) inset !important;
    margin: 0 10px;
    padding: 3px;

    /*transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    /*transition: box-shadow 0.5s;*/
}
.uk-navbar-nav > li:hover > a {
    /*border-color: transparent !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.0) !important;*/
}
.uk-navbar-nav:first-child > li:first-child > a {
    /*border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;*/
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:active {
    /*background-color: transparent !important;
    border-left-color: rgba(0, 0, 0, 0.0) !important;
    border-right-color: rgba(0, 0, 0, 0.0) !important;
    border-top-color: rgba(0, 0, 0, 0.0) !important;*/
    box-shadow:         inset 0px 2px 0px 0px rgba(100, 100, 100, 1) !important;
    -moz-box-shadow:    inset 0px 2px 0px 0px rgba(100, 100, 100, 1) !important;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(100, 100, 100, 1) !important;
    margin: 0 10px;
    padding: 3px;
}
.uk-navbar-nav > li.uk-active > a {
    color: #F96D00 !important;
    font-weight: bold !important;

    box-shadow:         0px 2px 0px 0px rgba(100, 100, 100, 1) inset !important;
    -moz-box-shadow:    0px 2px 0px 0px rgba(100, 100, 100, 1) inset !important;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(100, 100, 100, 1) inset !important;
    margin: 0 10px;
    padding: 3px;
}

.uk-navbar-right * {
    text-transform: uppercase;
}

#block-a {
    position: relative
    z-index: 1 !important;
}

#block-b {
    margin-top: -50px !important;
    padding: 0px;
}

/*
#block-b {
    margin-top: -53px !important;
    min-height: 210px !important;
	position: relative;
    z-index: 2 !important;
}
#block-b.uk-section.uk-section-default {
	background: url(http://ligaparts.com.ua/images/welcome-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
*/
#main ul {
    list-style: none;
}
#main ul {
    padding-left: 10px;
}
#main ul li::before {
    content: "\2014";
    color: #f96d00;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: 0em;
}
#main .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h3 {
    font-weight: 600;
}
#main.uk-h3, h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

#block-h * {
    color: #fff;
}
#block-h h4 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
#block-h h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 7px;
    background: #ff8800;
    bottom: 0;
    left: calc(50% - 20px);
}
#block-h ul {
    list-style: none;
}
#block-h ul li::before {
    content: "\2022";
    color: #f96d00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#block-h * .uk-button {
    background-color: #f96d00 !important;
    border-radius: 25px;
    color: #fff;
    font-size: 1.2rem;
}

#main {
    padding-top: 0px !important;
}
/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº ÑÑ‚Ð°Ñ‚ÑŒÐ¸ */
h1.uk-article-title {
    /*overflow: hidden;*/
    background-color: #f96d00;
    border-radius: 0 0 30px;
    /*border-left: 66px solid darkred;*/
    color: #fff;
    display:table-cell;
    /*font-weight: bolder;*/
    font-size: 1.5rem;
    margin-top: -20px;
    padding: 10px 25px 15px 0px;
    position: relative;
    /*text-transform: uppercase;*/
    white-space:nowrap;
}
h1.uk-article-title::before {
    content: "&nbsp;";
    /* border-left: 66px solid green; */
    background-color: #f96d00;
    padding: 10px 0px 15px 0px;
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 1000px;
}



/* ÑÐºÐ»Ð°Ð´ */
.list_attribute {
    display: none !important;
}
/* ÑÑ‚Ð¾Ð¸Ð¼Ð¾ÑÑ‚ÑŒ Ð´Ð¾ÑÑ‚Ð°Ð²ÐºÐ¸ */
.shipping_price {
    display: none !important;
}
.paymform {
    display: block !important;
}

/*main,*/
.my-card {
    background: #f5f5f5 !important;
    color: #666 !important;
    /* box-shadow: 0 5px 15px rgba(0,0,0,.08) !important; */
    padding: 30px 30px !important;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.4);}

/*
.my-bg-1 {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-image: url(../images/bg-che.jpg) !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
*/



.my-bg {
    /*background-image: url(../../../images/broken_noise_pattern.png) !important;*/
    background-color: #3a3a3a;
    color: #999999 !important;
}

.my-bg-1 {
    background: url(../img/bg.png) repeat-x repeat-y !important;
    /*border-bottom: 1px solid rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: center;*/
}
.my-bg-2 {
    background-image: url(../img/bg-r1.jpg) !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.my-bg-3 {
    background-image: url(../img/bg-r2.jpg) !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.my-bg-4 {
    background-image: url(../img/bg-r5.jpg) !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.my-bg-5 {
    background-image: url(../img/bg-code.jpg) !important;
}

.my-bg-fixed {
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.my-bg-light {
    width: 100%;
    background: rgba(255,255,255,0.75) !important;
}
.my-bg-light > * > h2.my-header::before{
    background: #888;
}

.my-bg-dark {
    width: 100%;
    background: rgba(0,0,0,0.75) !important;
    /*color: rgba(255,255,255,0.85) !important;*/
    color: #999 !important;
}
.my-bg-dark > * > h2.my-header::before{
    background: #666;
}
.my-bg-dark > * > h1, .my-bg-dark > * > h2, .my-bg-dark > * > h3 {
    color: rgba(255,255,255,0.85) !important;
}

/* CSS-ÐºÐ»Ð°ÑÑ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° - Ð² Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ°Ñ… Ð¼Ð¾Ð´ÑƒÐ»Ñ Ð² Ð”Ð¶ÑƒÐ¼Ð»Ðµ */
.my-header {
    color: #f96d00 !important;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.my-header::after{
    /*content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border-bottom: 3px solid #F96D00;;
    width: 50px;*/
}

/* Ð¡ÑƒÑ„Ñ„Ð¸ÐºÑ CSS-ÐºÐ»Ð°ÑÑÐ° Ð¼ÐµÐ½ÑŽ - Ð² Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ°Ñ… Ð¼Ð¾Ð´ÑƒÐ»Ñ Ð² Ð”Ð¶ÑƒÐ¼Ð»Ðµ */
.uk-nav.my-menu-class > li > a {
    color: rgba(255, 255, 255, 0.5);
    /*color: #888888;*/
    padding: 0px;
}

.tm-grayscale img {
    -webkit-filter: grayscale(100%) opacity(50%);
    -moz-filter: grayscale(100%) opacity(50%);
    filter: grayscale(100%) opacity(50%);
    transition: all 0.3s ease-in-out;
}
.tm-grayscale img:hover, .tm-grayscale img:focus {
    -webkit-filter: none;
    -moz-filter: none;
    filter:none;
}

#block-k {
    background: #3a3a3a !important;
    color: #9e9e9e;
}
#block-k.uk-section {
    padding-top: 70px;
    padding-bottom: 25px;
}
#block-k ul li {
    text-transform: uppercase;
}



#footer {
    background: #3a3a3a !important;
    border-top: 1px solid #494949 !important;
    color: #9e9e9e;
}
/*
.tm-pos-footer-left.uk-panel {
	color: #9e9e9e;
}*/





/* Liga
 ========================================================================== */
.my-heading-liga2 {
    /*overflow: hidden;*/
    background-color: #f96d00;
    border-radius: 0 40px 0 0;
    /*border-left: 66px solid darkred;*/
    color: #fff;
    display:table-cell;
    font-weight: bolder;
    padding: 10px 25px 15px 0px;
    position: relative;
    /*text-transform: uppercase;*/
    white-space:nowrap;
}
.my-heading-liga2::before {
    content: " ";
    /* border-left: 66px solid green; */
    background-color: #f96d00;
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 1000px;
    padding: 10px 0px 15px 0px;
}




.my-heading-liga11 {
    /*overflow: hidden;*/
    background-color: #f96d00;
    border-radius: 0 30px 0 0;
    /*border-left: 66px solid darkred;*/
    color: #fff;
    content: " ";
    display:table-cell;
    float: right;
    font-weight: bolder;
    padding: 20px 10px 15px 30px;
    position: relative;
    /*text-transform: uppercase;*/
    white-space:nowrap;
}
.my-heading-liga11::before {
    content: " ";
    /* border-left: 66px solid green; */
    background-color: #f96d00;
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 1000px;
    padding: 20px 10px 15px 0px;
}
.my-heading-liga12 {
    background-color: #f96d00;
    color: #fff;
    content: " ";
    display:table-cell;
    /*float: right;*/
    font-weight: bolder;
    padding: 0px 20px 0px 0px;
    position: relative;
    white-space:nowrap;
}
.my-heading-liga12::before {
    content: " ";
    background-color: #f96d00;
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 1000px;
    height: 250px;
    padding: 10px 0px 10px 0px;
}


.my-heading-liga13 {
    background-color: #3a3a3a;
    color: #fff;
    content: " ";
    /*display:table-cell;*/
    float: left;
    /*font-weight: bolder;*/
    padding: 20px 10px 15px 30px;
    position: relative;
}
.my-heading-liga13::before {
    content: " ";
    background-color: #3a3a3a;
    position: absolute;
    top: 0px;
    right: -1000px;
    width: 1000px;
    padding: 20px 10px 15px 0px;
}

