* {
  margin: 0;outline: none; 
  padding: 0;    -webkit-print-color-adjust: exact;
    box-sizing: border-box;  }
html * {
    -webkit-print-color-adjust: exact;
    box-sizing: border-box;

}
html {height: 100%; overflow-x:hidden}
body { font-family: 'Conv_ProximaNova-Regular'; background:#fbfafa;background-position:50% 0; color:#333;font-size:16px; 
 }

a {color:#000;outline: none;text-decoration:none ;-webkit-transition:all 0.4s ease;
                   -moz-transition:all 0.4s ease;
                    -ms-transition:all 0.4s ease;
                     -o-transition:all 0.4s ease;
                        transition:all 0.4s ease; 
}
a:hover { text-decoration:none;color:#333;
}
img { border: none;
}
input[type="submit"] {cursor: pointer;}
p { padding:0px;}
input, button {outline:none; border:none;-webkit-transition:all 0.4s ease;
                   -moz-transition:all 0.4s ease;
                    -ms-transition:all 0.4s ease;
                     -o-transition:all 0.4s ease;
                        transition:all 0.4s ease;}

header {height: 80px;background:#fff;}

.topbar {height: 570px;overflow: hidden;margin-bottom: 0px}
.topbar .bg {height: 1086px;background:url(../images/header-bg.jpg) no-repeat center top fixed;}


.place_logo {width: 260px;height: 80px;background: #0071c5;float: left}
.place_logo::before {background-color: #0071c5;
    content: '';
    height: 100%;
    left: -1000%;
    position: absolute;
    width: 1000%;
    z-index: -1;}

.place_logo::after {
    border-color: #0071c5 transparent transparent transparent;
    border-style: solid;
    border-width: 78px 42px 0 0;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    right: -42px;
    width: 0;
}

.place_logo {
    background-color: #0071c5;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    ms-flex-direction: column;
    position: relative;
    webkit-box-direction: normal;
    webkit-box-orient: vertical;
    webkit-flex-direction: column;
    z-index: 2;
}

.place_logo a {     font-family: 'Conv_ProximaNova-Bold'; font-size: 23px;text-transform: uppercase;color: #FFF;padding-top: 12px}
.place_logo a span { font-family: 'Conv_ProximaNova-Regular'; font-size: 14px;text-transform: none;display: block;margin-top: -5px}

nav {float: right;}
nav li {list-style: none;display: inline-block;vertical-align: top;margin-right: 35px;line-height: 78px}
nav li a {color: #333;text-transform: uppercase;font-size: 15px; font-family: 'Conv_ProximaNova-Bold';}
nav li a:hover {color: #0071c5;}

.topbar h1 { font-family: 'Conv_Gilroy-ExtraBold';font-size: 37px;line-height: 47px;text-align: center;color: #fff;padding: 100px 150px 0;margin: 0}
.topbar h2 { font-family: 'Conv_Gilroy-Light';color: #fff;font-size: 21px;line-height: 25px;text-align: center;padding: 50px 100px 0}

#q_search {width: 520px;margin: 60px auto 0;position: relative;}
#q_search input {width: 86%;height: 55px;background:#fff;border-radius: 4px;float: left;padding: 0 15px;color: #545454;font-size: 16px}
#q_search button {
    height: 56px;
    width: 79px;
    float: right;
    background: #0071c5;
    border-radius: 4px;
    line-height: normal;
    position: absolute;
    right: 0;
    top: -1px;
}

#q_search .exm {font-style: italic;font-size: 15px;margin-top: 10px;color: #fff;display: block;}


.leftbar {width: 290px;float: left}
.leftbar .category{background:#0071c5;margin-bottom: 40px}

.leftbar .category ul li {list-style: none;}
.leftbar .category  ul li a {padding: 12px 20px;  font-family: 'Conv_ProximaNova-Bold'; font-size: 14px;text-transform: uppercase;color: #fff;display: block;position: relative;}
.leftbar .category  ul li a:hover,.leftbar .category  ul li a.active {background-color: #333}
.leftbar  .category ul li ul {background:#000;padding: 20px;display: none;}
.leftbar  .category ul li ul li a {padding: 10px 0px;text-transform: none;position: relative;}
.leftbar .category  ul li ul li a:hover {background: none;color: #0071c5}
.leftbar .category ul li a.sub-open.current {background-color: #000}
.leftbar .category ul li a.sub-open.current:after {
    content: "\f106";  
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;position: absolute;right: 15px;top: 25px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.leftbar .category ul li a.sub-open:after {
    content: "\f107";  
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;position: absolute;right: 15px;top: 25px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

.popular-drivers {margin-bottom: 40px}
.leftbar h3,.mainbar h3 {color: #333;font-size: 22px;padding-bottom: 15px;  font-family: 'Conv_ProximaNova-Bold';margin: 0}
.popular-drivers ul li {list-style: none;display: block;,margin-bottom: 30px}
.popular-drivers ul li .image {width: 72px;display: inline-block;vertical-align: top;margin-bottom: 20px}
.popular-drivers ul li .image img {max-width: 100%;border: 1px #ccc solid;}
.popular-drivers ul li .desc {width: 66%;display: inline-block;vertical-align: top;margin-left: 20px;margin-top: 0px;margin-bottom: 20px}
.popular-drivers ul li .desc .names a {color: #0071c5;font-size: 17px; font-family: 'Conv_ProximaNova-Bold';line-height: 24px;}
.popular-drivers ul li .desc .names a:hover{color: #333}

.popular-drivers ul li .desc .names {margin-bottom: 5px}
.popular-drivers ul li .desc .date {color: #616161;font-size: 13px;}

.popular-drivers ul li:last-child .image {margin-bottom: 0}

.last-comments ul li {list-style: none;display: block;,margin-bottom: 30px}
.last-comments ul li .link a {color: #0071c5;font-size: 17px; font-family: 'Conv_ProximaNova-Bold';}
.last-comments ul li .comm {color: #4c4b4b;font-size: 15px;margin: 5px 0}
.last-comments ul li .author a{color: #000; font-family: 'Conv_ProximaNova-Bold';}
.last-comments ul li .author {font-size: 15px}


.mainbar {width: 820px;float: right}
.mainbar .tovar {background:#fff;box-shadow: 0 0 20px rgba(0,0,0,.08);margin-bottom: 40px}
.mainbar .tovar .image {
    width: 307px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    line-height: 231px;
}
.mainbar .tovar .image img {max-height: 231px;}
.mainbar .tovar .desc {
       width: 511.999px;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    margin-left: -4px;
}
.mainbar .tovar .desc .title a { font-family: 'Conv_ProximaNova-Bold';font-size: 18px;}
.mainbar .tovar .desc .title {margin-left: 20px}
.mainbar .tovar .desc .opis {    padding-right: 20px;margin-left: 20px;color: #474747;font-size: 15px;line-height: 22px;margin-top: 10px;height: 119px; text-align: justify;}
.mainbar .tovar .bottom {
    background: #333333;
    height: 60px;
    color: #fff;
    line-height: 60px;
    padding: 0 0 0 20px;
}
.mainbar .tovar .desc .opis  p {padding: 0;margin: 0}
.mainbar .tovar .bottom .list {float: left;margin-right: 20px}
.mainbar .tovar .bottom .list i {margin-right: 6px}

.mainbar .tovar .bottom a.link { font-family: 'Conv_ProximaNova-Bold';height: 60px;padding: 0 13px;background:#0071c5;color: #fff;float: right;text-transform: uppercase;font-size: 14px}


.article {background:#0071c5;padding: 60px 0 30px}
.article h3{color: #fff;font-size: 24px;padding-bottom: 26px;  font-family: 'Conv_ProximaNova-Bold';margin: 0}

.article ul li {background:#02518b;width: 275px;display: inline-block;vertical-align: top;margin: 0 7px 25px}
.article ul li img {max-width: 100%}
.article ul li .title {padding: 15px}
.article ul li .title a { font-family: 'Conv_ProximaNova-Bold';font-size: 16px;color: #fff}

.article ul li:hover {background-color: #333}

.article ul li:nth-child(4),
.article ul li:nth-child(8) {margin: 0 0 25px 7px}


footer {background-color: #333333;padding: 30px 0}

footer a.logo {     font-family: 'Conv_ProximaNova-Bold'; font-size: 23px;text-transform: uppercase;color: #FFF;padding-top: 12px;}
footer a.logo span { font-family: 'Conv_ProximaNova-Regular'; font-size: 14px;text-transform: none;display: block;margin-top: -5px}
footer .copy {color: #fff;font-size: 14px;margin-top: 25px}
footer .soc {color: #fff; font-family: 'Conv_ProximaNova-Bold'; text-align: right}
footer .soc ul li {list-style: none;display: inline-block;vertical-align: top;margin-right: 10px}
footer .soc ul li a {color: #fff;font-size: 16px}
footer .soc span {display: block;margin-bottom: 10px}

footer .soc ul li:last-child {margin-right: 0}
footer .soc ul li a:hover {color: #0071c5}


.fon {background:url(../images/fon.jpg) no-repeat center top;padding-top:50px}

.pages-numbers {
    text-align: center;
    float: left;
    width: 89.5%;
}
.pages-numbers span, .pages-numbers a,.pages-prev span,.pages-prev a, .pages-next span, .pages-next a {padding: 8px 12px; background:#333;color: #fff;font-size: 16px;display: inline-block;vertical-align: top;margin: 0 5px}
.pages-numbers span, .pages-numbers a:hover,.pages-prev a:hover {background-color: #0071c5}

.paginator {margin: 50px 0}

.pages-prev {float: left}
.pages-next {float: right;}

.mobile-panel {display: none}


.no-pc {display: none}
.fullstory .image {
    width: 250px;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    text-align: center;
    background: #fff;
}
.fullstory .image img {max-width: 100%}
.fullstory .desc {width: 64%;float: right;}
.fullstory .desc ul li {list-style: none;display: block;font-size: 16px;line-height: 32px;color:#333}
.fullstory .desc ul li b { font-family: 'Conv_ProximaNova-Bold'; }
.fullstory .desc ul li  a { font-family: 'Conv_ProximaNova-Bold';color: #0071c5;text-decoration: underline;}

.fullstory .desc ul li i.yes {color: green}
.fullstory .desc ul li i.no {color: red}

.fullstory #content  a {color: #0071c5}

.fullstory #content {font-size: 16px;line-height: 26px;color: #333;margin-top: 20px}
.fullstory #content p {padding-bottom: 30px;margin: 0}
.fullstory #content .quote { font-family: 'Conv_ProximaNova-Bold';margin: 0px auto 30px;background:#0071c5;padding: 30px 30px 30px 100px;color: #fff;font-size: 16px;line-height: 26px;position: relative;}
.fullstory #content .quote:before{
    content: "\f10d"; position: absolute;left: 25px;top: 30%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;font-size: 42px
}

.fullstory h1 {color: #333;font-size: 22px;padding-bottom: 33px;  font-family: 'Conv_ProximaNova-Bold';margin: 0}
.fullstory #content h2 {padding: 20px 0;margin: 0}
.fullstory #content h3 {padding: 20px 0;margin: 0}
.fullstory ul.screen li {list-style: none;display: inline-block;vertical-align: top;margin-right: 20px;margin-bottom: 20px}
.fullstory ul.screen li {width: 160px}
.fullstory ul.screen li img {max-width: 100%;box-shadow: 0 0 20px rgba(0,0,0,.08);}

.fullstory .download {
    background-color: #f1f0f0;
    padding: 30px 30px 0 30px;
    margin: 40px auto 30px;
}
.fullstory .download ul li {list-style: none;display: block;line-height: 35px}
.fullstory .download ul li a {font-size: 17px;color: #0071c5;  font-family: 'Conv_ProximaNova-Bold';}
.fullstory .download ul  {padding: 0 0 30px 0;margin: 0}

.fullstory #content ul li {list-style: none;display: block;font-size: 16px;line-height: 30px}
.fullstory #content ul {padding: 0 0 0px 20px;border-left: 3px solid #0071c5;margin: 0 0 30px 0}

.fullstory #content ol li {;font-size: 16px;line-height: 30px}
.fullstory #content ol {padding: 0 0 0px 25px;margin: 0 0 30px 0}

.fullstory ul#recommend li{background:#fff;width: 260px;display: inline-block;vertical-align: top;padding: 0 15px}
.fullstory ul#recommend li img {max-width: 100%}
.fullstory ul#recommend li .title {padding: 15px}
.fullstory ul#recommend li .title a { font-family: 'Conv_ProximaNova-Bold';font-size: 16px;color: #333}

.fullstory ul#recommend li:hover {background-color: #333}
.fullstory ul#recommend li:hover .title a  {color: #fff}
.fullstory ul#recommend li:nth-child(2) {margin:0 0px;}
.fullstory ul#recommend li .image {text-align: center;float: none;width: 100%}

.comments ul li {list-style: none;display: block;box-shadow: 0 0 20px rgba(0,0,0,.08);background-color: #fff;padding: 30px;margin-bottom: 30px}
.comments ul li .ava {width: 100px;float: left}
.comments ul li .ava img {max-width: 100%}
.comments ul li .info {width: 80%;float: right;}
.comments ul li .info .top {color: #000000;font-size: 14px}
.comments ul li .info .top a { font-family: 'Conv_ProximaNova-Bold';font-size: 18px;padding-right: 10px}
.comments ul li .info .text {padding-top: 20px;color: #000;font-size: 16px;line-height: 30px}


.comments ul li ul.dopmenu li {
    margin: 0;
    display: inline-block;
    box-shadow: none;
    padding: 20px 25px 0 0;
}

.comments ul li ul.dopmenu li a {color: #0071c5}

.addcomment li {list-style: none}


select {background-color: #eee;border: 1px #ccc solid;padding: 0 10px;height: 40px}


.bbcodes {background-color: #0071c5;padding: 8px 14px;font-family: 'Conv_ProximaNova-Bold';font-size: 14px;text-transform: uppercase;color: #fff;}


.addcomment .btn-big {background-color: #0071c5;padding: 12px 14px;font-family: 'Conv_ProximaNova-Bold';font-size: 14px;text-transform: uppercase;color: #fff;border-radius: 0;margin-bottom: 50px}


.desc-cat {font-size: 16px;line-height: 30px;margin-bottom: 50px}

#content.nomar {margin: 0}

/* --- Информация об ошибках --- */
.berrors {
    background: #ffe6dd;
    border: 1px solid #f0c4b5;
    color: #553c33;
    padding: 20px 25px;
    margin-bottom: 25px;
    height: 1%;
    border-radius: 2px;
    box-sizing: border-box;
}

.speedbar {margin-bottom: 30px}

.speedbar a{color: #0071c5}


.rate {
    margin-left: 17px;
    margin: 5px 0 15px 17px;
}

.cat-24 {display:none!important;}

#searchtable {margin-bottom:20px}
#searchtable input[type="text"] {height:50px;width:50%!important;box-shadow:inset 0 2px 8px rgba(0,0,0,.1);border:1px #ccc solid;padding:0 15px}

.ds-down {
    font-family: "Open Sans",sans-serif;
    line-height: 1;
    margin-top: 16px;
    max-width: 447px;
    margin-left: auto;
    margin-right: auto;
}

.ds-down a:hover {
    background: url(https://windows-driver.com/templates/windows-driver/img/tor.png) no-repeat 20px 50% #08dc8e;
}

.ds-down span {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: block;
    opacity: 1;
    text-transform: none;
    padding: 5px 0 0;
}

.ds-down .yab span {
    font-size: 10px;
    padding: 0;
    color: #b5b5b5;
}

.ds-down .yab {
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ds-down a {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background: url(https://windows-driver.com/templates/windows-driver/img/tor.png) no-repeat 20px 50% #02b875;
    border: 0 solid #fff;
    border-radius: 15px;
    color: #fff;
    height: 74px;
    width: 440px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px #000;
    box-shadow: 0 1px 2px #000;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none!important;
    padding: 13px 10px 13px 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
