/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 сент. 2021 г., 20:13:51
    Author     : egiscore
*/
table {border-collapse:collapse;border-spacing:0;}
.text table {width:100%; text-align:left; margin:10px 0;}
.text tr td, .full-text table tr {padding:15px !important; border:2px solid #fff; font-size: 14px;}
.text th {background-color:#3c6695; color: #fff; padding:15px !important;} 
/*.text tr:first-child {background-color: rgba(0,0,0,.075)!important; color: #000!important;}*/

.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, .full-text button:not(.color-btn):not([class*=fr]), .full-text input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
    padding: 0 30px;
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #3c6695;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-color: #FFF;
    border: 0;
}

textarea {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 10px;
    color: #000000;
    background-color: #f8f8f8;
    border-radius: 4px;
    border-color: transparent;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    font-family: 'Montserrat';
}

input[type="text"], input[type="email"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    color: #000000;
    background-color: #f8f8f8;
    border-radius: 4px;
    border-color: transparent;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    font-family: 'Montserrat';
}

.documents div {
    padding: 20px 0 20px 0;
    vertical-align: top;
    text-align: center
}
.documents div img {
    margin: 0 0 20px 0;
}

.price-bg {
    background: url('img/documents.jpg') no-repeat bottom center;
    background-size: cover;
    height: 200px;
    width: 100%;
}
.grecaptcha-badge {
    visibility: hidden;
}
strong {
    font-weight: 600;
}
.row-1 {
    background-color:#76A0D3;
}
.row-2 {
    background-color:#BDE3FB;
}

.content a {
    outline: none!important;
    text-decoration: none;
    border-bottom: dotted 1px #4d3bfe;
    color: #4d3bfe; /*#1a0680*/
}
.content a:hover {
    text-decoration: none;
    border-bottom: dotted 1px transparent;
    color: #4d3bfe;
}
.active .wrapper {
    background: #FFF!important;
    padding: 20px 35px 50px 10px !important;
    margin: 0!important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.overlay {
    background: #000;
    top:0;
    z-index: 1022;
    opacity: 0.7;
    position: fixed
}
.text-primary {
    color: #1a0680!important;
}
body {
    font-family: "Montserrat";
    font-size: 15px;
}
.no-scroll-visible::-webkit-scrollbar {
    width: 0;
}
.no-scroll-visible {
    -ms-overflow-style: none;
}
.no-scroll-visible {
    overflow: -moz-scrollbars-none;
}

.pagination {
    margin: 15px 0 60px 0;
}
.pagination .current {
    background: #4d3bfe;
    color: #fff;
}
.page-numbers {
    padding: 8px 13px 8px 13px;
    background: #ddd;
    color: #000;
    margin: 2px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 2px;
}
.page-numbers:hover {
    background: #4d3bfe;
    color: #fff!important;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(img/grayscale.svg#greyscale); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(1);
}

#mask {
    background-color:rgba(0,0,0,.3);
    height:100%;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}

.bg-success {
    background: #198754;
    background: -webkit-gradient(linear,left top,right top,from(#198754),to(#116a41));
    background: -webkit-linear-gradient(left,#198754 0,#116a41 100%);
    background: -o-linear-gradient(left,#198754 0,#116a41 100%);
    background: linear-gradient(to right,#198754 0,#116a41 100%);
}

.form-background {
    background: #1a0680;
    background: -webkit-gradient(linear,left top,right top,from(#1a0680),to(#4d3bfe));
    background: -webkit-linear-gradient(left,#1a0680 0,#4d3bfe 100%);
    background: -o-linear-gradient(left,#1a0680 0,#4d3bfe 100%);
    background: linear-gradient(to right,#1a0680 0,#4d3bfe 100%);
}

.btn-warning {
    background: #1a0680;
    background: -webkit-gradient(linear,left top,right top,from(#ffc107),to(#fdd355));
    background: -webkit-linear-gradient(45deg,#ffc107 0,#fdd355 100%);
    background: -o-linear-gradient(45deg,#ffc107 0,#fdd355 100%);
    background: linear-gradient(45deg,#ffc107 0,#fdd355 100%);
}

.btn-danger {
    background: #bb2d3b;
    background: -webkit-gradient(linear,left top,right top,from(#bb2d3b),to(#f14354));
    background: -webkit-linear-gradient(45deg,#bb2d3b 0,#f14354 100%);
    background: -o-linear-gradient(45deg,#bb2d3b 0,#f14354 100%);
    background: linear-gradient(45deg,#bb2d3b 0,#f14354 100%);
}
.content .list1 {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.content .list1 li {
    position: relative;
    padding-left: 1.5em;
    padding-top: 0.6em;
}
.content .list1 li:before {
    position: absolute;
    top: 1.1em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4d3bfe;
    border-radius: 0%;
}
.content .list2 li a{
    text-decoration: none!important;
    border-bottom: transparent!important
}
.content .list2 li{
    padding-left: 3px!important;
}
.content .list2 li:before {
    top: 1.3em!important;
    width: 7px!important;
    height: 7px!important;
    border: none!important;
}
.content .list2 li:before {
    position: absolute;
    top: 1.1em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4d3bfe;
    border-radius: 50%;
}

/*
.text-success {color: #0dc143!important;}
.bg-success {background-color: #0dc143!important;}
.btn-success {background-color: #0dc143!important;}

.content .text-primary {
    position: relative;
    color: #204566;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1c0e7d), to(#4d3bfe));
    background: linear-gradient(to right, #1c0e7d 1%, #4d3bfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 300;
}*/
.form-control, .btn {
    font-size: 13px;
}

.bg-light {
    background: #fefefe !important;
}
.bg-secondary {
    background: #fafafa !important;
}
.content {
    min-height: 800px;
}
/*.main {background: url('img/body.jpg') no-repeat; background-position: center; background-attachment: fixed}*/
h1 {
    font-weight: 500;
    font-size: 38px;
}
h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 40px 0 20px 0;
}
h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 10px 0 !important;
}
h4 {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}
h5 {
    position: relative;
    font-size: 17px;
    color: #204566;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000), to(#333));
    background: linear-gradient(to right, #000 1%, #333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0px;
    font-weight: 700;
}

.products .card:hover {
    -webkit-box-shadow: 0px 0px 21px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 21px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 21px -2px rgba(34, 60, 80, 0.2);
}
.card-title a:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #777), to(#000));
    background: linear-gradient(to right, #777 1%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-link {
    font-size: 11px
}
.category-link:hover {
    background: #ddd!important;
    color: #000!important;
}
.breadcrumbs, .breadcrumbs span:first-child  a:first-child {
    padding-left: 0!important;
}
.breadcrumbs span {
    color: #4d3bfe;
}
.breadcrumbs, .breadcrumbs a {
    color: #4d3bfe;
    font-size: 13px;
    border-bottom: none;
    padding: 0 0px 0 5px;
    font-weight: 400;
}
.breadcrumbs i {
    padding: 0 7px 0 7px;
    font-size: 11px;
}
.breadcrumbs a:first-child {
    margin-left: 0;
    color: #4d3bfe !important;
    text-decoration: none;
    font-size: 13px;
}
.breadcrumbs .breadcrumb_last {
    color: #999;
    font-size: 13px;
}


/*.form-control::-webkit-input-placeholder { color: #0d6efd; }  
//.form-control:-moz-placeholder { color: #0d6efd; } 
//.form-control::-moz-placeholder { color: #0d6efd; }  
//.form-control:-ms-input-placeholder { color: #0d6efd; } 
//.form-control::-ms-input-placeholder { color: #0d6efd; } */

.mega-menu-link {
    font-weight: 500!important;
}

#sidebarMenu .nav-link {
    color: #000;
}
#sidebarMenu .nav-link .nav-link-text {
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}
#sidebarMenu .nav-link:hover .nav-link-text {
    border-bottom: 1px dotted #4d3bfe!important;
    text-decoration: none;
}
#sidebarMenu .active .nav-link .nav-link-text {
    border-bottom: 1px dotted #000!important;
    text-decoration: none;
}
#sidebarMenu .active .nav-link .nav-link-text {
    font-weight: 600!important;
    color: #000;
}
#sidebarMenu .subcategories .active a {
    border-bottom: 1px dotted #000!important;
    text-decoration: none;
    font-weight: 600!important;
}
.mega-current-menu-item, .mega-current-menu-parent {
    border-bottom: 2px solid #4d3bfe!important;
    text-decoration: none;
}
.mega-sub-menu .mega-current-menu-item {
    border-bottom: 1px solid #4d3bfe!important;
}

blockquote, q {
    quotes:none;
}
blockquote {
    background: #def9e5;
    background: -webkit-gradient(linear,left top,right top,from(#def9e5),to(#effbce));
    background: -webkit-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: -o-linear-gradient(left,#def9e5 0,#effbce 100%);
    background: linear-gradient(to right,#def9e5 0,#effbce 100%);
    padding: 20px 15px 10px 30px;
    margin: 35px 0 45px 0;
    width: 100%;
    color: #000;
    line-height: 22px;
    border: solid 0px #cedbcf;
    border-radius: 4px;
}
blockquote > ul li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
blockquote > ul li:before {
    position: absolute;
    top: .5em;
    left: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4d3bfe;
    border-radius: 50%;
}

.blockquote > ol li {
    position: relative;
    padding-left: 2em;
    margin-top: .7em;
    margin-bottom: .7em;
}
blockquote > ol {
    counter-reset: section;
    padding-left: 40px;
}
blockquote > ol.contents li:before {
    display: none
}
blockquote > ol.contents li {
    list-style:upper-roman;
    margin-left:20px;
    margin-top:0;
    margin-right:0;
    margin-bottom:5px;
}
blockquote > ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 70px;
    font-weight: 700;
    color: #4d3bfe;
}
blockquote h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.regions, .categories {
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    list-style: none;
    font-size: 12px;
    font-size: 11px;
}
.categories li {
    line-height: 32px;
}
.regions-fuel {
    column-width: 21%;
    column-count: 4;
    column-gap: 4%;
    list-style: none;
}
.npz {
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
    list-style: none;
}

.footer {
    font-size: 12px;
}
.footer a {
    border-bottom: none;
    padding-bottom: 1px;
}
.footer a:hover {
    text-decoration: none;
}

.footer li {
    padding-top: 5px;
}
.footer .menu-item a {
    color: #fff;
    font-size: 12px;
}

.menu-footer a {
    color: #999!important;
    text-decoration: none;
}

.text h1 {
    margin-top: 0;
}
.text ul {
    list-style-image: url('img/arrow_left[b].png');
}
.text ul ul {
    list-style-image: url('img/arrow_down[b].png');
}
.text ol ul {
    padding-left: 60px;
}

.text ol {
    counter-reset: point;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 17px;
}
.text ol > li {
    padding: 0 0 10px 0;
}
.text ol > li::before {
    content: counter(point);
    counter-increment: point 1;
    width: 22px;
    display: inline-block;
    background: #CCC;
    color: #000;
    font-size: 13px;
    position: relative;
    text-align: center;
    margin-right: 7px;
    line-height: 22px;
}


ol.commentlist {
    list-style:none !important;
    margin:0 0 1em;
    padding:0;
    text-indent:0;
    counter-reset: none !important;
}
ol.commentlist li {
    font-size: 16px;
}
ol.commentlist li:before {
    content: '' !important;
    counter-increment: none !important;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
/*ol.commentlist div.comment-author.vcard .photo {display: none;}
ol.commentlist .children div.comment-author.vcard .photo {display: inherit;}*/

ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
    border-bottom:1px dotted #666;
    padding:1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
    font-size:12px;
    font-weight: bold;
}
ol.commentlist li.comment div.vcard cite.fn {
    font-style:normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
    border:3px solid #fff;
    float:right;
    margin:0 0 1em 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
    font-size:12px;
}
ol.commentlist li.comment div.comment-meta a {
    color:#ccc;
}
ol.commentlist li.comment p {
    font-size:12px;
    margin:0 0 1em;
}
ol.commentlist li.comment ul {
    font-size:12px;
    list-style:square;
    margin:0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
    font-size:16px;
}
ol.commentlist li.comment div.reply a {
    font-weight:bold;
}
ol.commentlist li.comment ul.children {
    list-style:none;
    margin:1em 0 0;
    text-indent:0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
    border-left:5px solid #555;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-3 {
    border-left:5px solid #999;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-4 {
    border-left:5px solid #bbb;
    margin:0 0 .25em .25em;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
    background:#fff;
}
ol.commentlist li.odd {
    background:#f6f6f6;
}
ol.commentlist li.parent {
    border-left:0px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}