

@import url('https://web.archive.org/web/20220110110659cs_/https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, #menu, .btn {
    font-family: 'Open Sans', sans-serif;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 2rem;
}

h1 {
    margin-bottom: 2rem;
}

html {
    font-size: inherit;
}

body {
    font-size: 16px;
    max-width: 1280px;
    margin: 0 auto;
}

body, td, input[type=text], textarea {
    line-height: 1.8em;
    color: #444;
}

img {
    max-width: 100%;
}

h2 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: inherit;
    /*  border-bottom: 1px solid #ccc; */
}

.btn {
    border-radius: 8px;
    outline: none !important;
    background-color: #999;
    margin-top: 2px;
}

.btn-link {
    color: #333;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #000;
    border-color: #aaa;
    text-decoration: none;
}

blockquote {
    margin-left: 0;
    padding-left: 1.5em;
    padding-right: 2em;
    border-left: 4px solid #ddd;
    font-style: italic;
    color: #777;
}

pre, code {
    background: #eee;
    border: 1px solid #ddd;
}

pre {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em;
    border-left: 4px solid #ddd;
}

/*********************************************************************
 * 2. Masthead area
 *
 */

#nav {
    min-height: 28px;
}

#nav ul {
    display: none;
}

#nav ul, #nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
    display: inline-block;
}

#nav ul li a {
    color: white;
    display: inline-block;
    margin-right: 1rem;
    padding: .75rem 0 .05rem;
    margin-bottom: .875rem;
    border-color: transparent;
}

#nav ul li a:hover, #nav ul li a:focus {
    border-color: yellow;
}

#nav ul li.current a {
    border-color: rgba(255, 203, 0, 1);
}

/* Main content and sidebar */

.content-block {
    margin-bottom: 1rem;
}

.nav {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.nav .nav {
    padding-left: 1.5em;
    list-style: disc;
}

.nav li {
    margin: 1em 0;
}

.nav-tree li {
    margin-top: 0;
    margin-bottom: 0;
}

.nav a {
    font-weight: bold;
}

.nav-tree li a {
    color: #777;
}

.nav .current > a {
    color: #333;
}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 1em 0.5em 0;
    position: relative;
    top: 0.5em;
    max-width: 50%;
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto;
    position: relative;
    top: 0.5em;
}

figure {
    display: table;
    width: 1px;
    margin: 1em 0;
}

figure img {
    display: table-row;
    margin-bottom: 0.5em;
}

figure figcaption {
    display: table-row;
    font-size: smaller;
    color: #777;
    line-height: 1.4em;
}

#footer {
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: white;
    padding: 4rem 4rem 2rem;
    background-color: #000;
}

#footer a {
    color: #ffcb00;
    border-color: #ffcb00;
}

/* top */

#top {
    height: 160px;
    display: flex;
    align-items: center;
    padding: 0 5%;
    font-family: 'Open Sans', sans-serif;
}

#top .tel {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
}

#top .tel.mobil {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
}

@media only screen and (max-width: 320px) {
    #top .tel.mobil span {
        display: none;
    }
}

#top .teaser {
    margin-bottom: 0;
}

#top .teaser, #top .city {
    line-height: 1;
}

#top .tel span {
    font-weight: 800;
    font-size: 1rem;
}

#nav {
    padding: 0 5%;
    color: white;
    background-color: black;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 58%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 58%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 58%, rgba(0, 0, 0, 0) 84%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    font-family: 'Open Sans', sans-serif;
}

#intro {
    padding: 0 5%;
    color: white;
    background-color: rgba(241, 218, 54, 1);
    background: -moz-linear-gradient(-45deg, rgba(241, 218, 54, 0.65) 0%, rgba(255, 255, 255, 0) 84%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(241, 218, 54, 0.65) 0%, rgba(255, 255, 255, 0) 84%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(241, 218, 54, .65) 0%, rgba(255, 255, 255, 0) 84%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1DA3600', endColorstr='#FFFFFF00', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#extra {
    margin-left: auto;
    text-align: right;
}

#breadcrumbs {
    border-radius: 0 !important;
    font-size: 14px;
    /*text-transform: uppercase;*/
    border-color: rgba(255, 255, 0, 0.20);
    padding: 0 5%;
    background-color: rgba(255, 255, 0, 0.20);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 54%, rgba(241, 218, 54, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 54%, rgba(255, 203, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 54%, rgba(255, 203, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    text-align: right;
    margin-bottom: 0;
}

#breadcrumbs a {
    border-color: rgba(255, 255, 0, 0.20);
}

.page-body {
    margin-bottom: 4rem;
}

.page-summary {
    font-weight: 700;
    margin: 0 0 2em 2em;
}

.page-body a {
    border-bottom: 1px solid #ccc;
}

.text-black {
    color: black;
    font-size: 18px;
}

#edit {
    position: fixed;
    top: 60px;
    left: -24px;
    padding: 5px 12px;
    background: #db1174;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(90deg);
    z-index: 1000;
    /* transform-origin: left top 0; */
}

/* menu */

#backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30000;
    display: none;
    cursor: pointer;
}

#menu {
    z-index: 30001;
    width: 70%;
    max-width: 300px;
    float: left;
    position: fixed;
    min-height: 100%;
    height: 100%;
    left: -70%;
    top: 0;
    transition: left 200ms, box-shadow 200ms;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0;
    box-sizing: border-box;
    color: white;
    background-color: #444;
    padding: 2rem 2rem;
    /*font-family: 'PT Sans', sans-serif;*/
    text-align: center;
}

#menu-brand {
    display: block;
    margin-bottom: 2rem;
}

#menu-brand {
    border: none;
}

#backdrop.active {
    display: block;
}

#menu.active {
    left: 0;
    box-shadow: 5px 0 1px 0 rgba(0, 0, 0, 0.18);
}

#menu a.button {
    background-color: rgba(93, 127, 166, 0.80);
    width: 100%;
    margin-bottom: 1rem;
}

#menu a.button.buy {
    background: rgba(40, 40, 40, .6);
}

#menu ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 24px;
    width: 100%;
}

#menu ul > li {
    display: list-item;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#menu ul > li > a, #menu ul > li > span {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

#menu ul > li > a:focus, #menu ul > li > a:hover, #menu ul > li > span:focus, #menu ul > li > span:hover {
    color: white;
    border-bottom: 1px solid yellow;
}

#menu .tel {
    font-size: 2rem;
    font-weight: 800;
    color: #ffcb00;
}

#menu .tel span {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: white;
    margin-bottom: 5px;
}

#toggle {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    background: #777;
    line-height: 1;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin-left: auto;
}

#toggle svg {
    width: 22px;
    height: 22px;
    fill: #fff2a8;
}

#toggle:hover {
    opacity: .6;
}

/* end menu */

.menu-tel {
    display: none;
    padding: 0 1rem;
    font-size: 3rem;
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
    .align_left, .align_right, .align_center {
        display: block;
        float: none;
        margin: 1em auto;
        max-width: 100%;
    }

    #extra {
        display: none;
    }

    .menu-tel {
        display: block;
    }

    #toggle {
        text-align: right;
    }
}

@media only screen and (min-width: 767px) {
    #toggle {
        margin-left: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    #toggle {
        display: none;
    }

    #nav ul {
        display: block;
    }

    .banner {
        -moz-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
        -webkit-transform: rotate(11deg);
        -o-transform: rotate(11deg);
        transform: rotate(11deg);
    }
}

/* modal */

.modal-content {
    background-color: white;
    border: 1rem solid #aaa;
    border-radius: 8px;
    padding: 2em 4em 3em;
}

.modal-content footer {
    margin-top: 2em;
}

.modal-content .btn {
    border: none;
}

.close {
    font-size: 2rem;
    outline: none !important;
}

.fish {
    display: none;
}

/* end modal */

/* calc */

.frame {
    width: 100%;
}

.price, .count {
    margin-top: 5px;
    font-weight: 400;
}

.value, #pricetext, #counttext {
    float: right;
    position: relative;
    width: auto;
    padding-left: 3px;
}

#pricetext, #counttext {
    width: auto;
}

#result {
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
}

.frame .e-slider-wrap {
    display: block;
    margin-top: 40px;
}

.calc-wrapper {
    font-family: 'Open Sans', sans-serif;
    padding: 0 4rem;
}

.calc-value, .calc-sum {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: normal;
    color: #facc48;
}

.calc-value {
    margin-top: 3rem;
}

.calc-des {
    text-align: center;
    font-size: 18px;
    color: #facc48;
}

.banner-wrapper {
    /* background-image: url('/web/20220110110659im_/https://avtoclub.info/img/back.jpg'); */
    background-size: cover;
}

.jumbotron {
    position: relative;
    opacity: .95;
    background-color: #000000;
    border-radius: 15px;
}

.jumbotron .h2 {
    margin-top: 48px;
    text-align: center;
}

.jumbotron .proc {
    position: absolute;
    top: 15px;
    right: 2rem;
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #8b0000;
    color: yellow;
}

#priceSlider, #countSlider {
    margin-bottom: 2rem;
}

.sale, .calc-sale {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 80px;
/*  color: #860f14; */
    margin: 4rem;
}

.calc-sale {
    color: #ac1823;
}

/* social */

.social {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.social > li {
    display: inline-block;
    margin-bottom: 1rem;
}

.social > li > a {
    color: white !important;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 100%;
    background: #5e81a8;
    margin-left: .65rem;
    font-size: 1.75em;
    text-align: center;
    line-height: 3rem;
    padding: 0;
    display: inline-block;
}

.social > li > a.gp {
    background-color: #d44132;
}

.social > li > a.fb {
    background-color: #3B5998;
}

.social > li > a.tlg {
    background-color: #0088cc;
}

.social > li > a.inst {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

/* end */

.logo-link {
    border-bottom: none;
}

.sidebar {
    padding: 48px;
}

.sidebar a {
    border-bottom: 1px solid #cccc;
}

.widget {
    margin-bottom: 24px;
}

.widget h4 {
    margin-bottom: 18px;
}

.widget p {
    line-height: 1.2;
    /*font-size: 14px;*/
}

.foot-p {
    line-height: 1.2;
    font-size: 14px;
}

.foot-p-center {
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
}

.footer-p {
    padding: 32px 0;
    font-size: 15px;
    background-color: #333;
    line-height: 1.2;
    color: #fff
}

.background-f {
    padding: 32px 0;
    font-size: 15px;
    background-color: yellow;
    line-height: 1.2;
    color: #fff
}

.row.info {
    font-size: 14px;
    margin-top: 32px;
    border-top: 1px solid #333;
    padding-top: 16px;
}

.target {
    padding: 0 0;
}

.sales {
    font-size: 14px;
}

.phone {
    font-size: 18px;
}

.banner-block {
    flex-grow: 1;
    line-height: 1;
    text-align: center;
    padding: 1rem;
}

.banner-block p {
    margin-bottom: 0;
}

.color-h2 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    font-weight: 800;
    color: #8b0000;
}

.color-h3 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #8b0000;
}

.questions {
    margin-right: auto;
    margin-left: auto;
}

.questions-box {
    background: #e8e8e8;
    -webkit-border-radius: 30px;
    border-radius: 10px;
    line-height: 24px;
    font-size: 16px;
    max-width: 980px;
    margin: 0 auto 30px;
}

.questions-box-1 {
    background: #e9ecef;
    -webkit-border-radius: 30px;
    border-radius: 15px;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
    max-width: 640px;
    margin: 0 auto 30px;
}

.questions-box-head {
    background: url('/web/20220110110659im_/https://avtoclub.info/svg/overflow.svg') no-repeat, #e8e8e8;
    background-position: calc(100% - 40px) center;
    color: #fff;
}

.questions-box-head-1 {
    background: url('/web/20220110110659im_/https://avtoclub.info/svg/overflow.svg') no-repeat, #e9ecef;
    background-position: calc(100% - 40px) center;
    color: #8b0000;
}

.questions-box-head {
    -webkit-border-radius: 30px;
    border-radius: 10px;
    padding: 18px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.questions-box-head-1 {
    -webkit-border-radius: 30px;
    border-radius: 10px;
    padding: 18px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.questions-box-body {
    padding: 40px;
}

.questions {
    padding: 2rem 0 2rem;
}

.questions h2 {
    text-align: center;
    margin-bottom: 45px;
}

.questions-box-head {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.questions-box-head {
    background: url('/web/20220110110659im_/https://avtoclub.info/svg/overflow.svg') no-repeat, #595959;
    background-position: calc(100% - 40px) center;
    color: #fff;
}

.questions-box-head:hover {
    cursor: pointer;
    background-color: #333;
}

.questions-box-head.active {
    background: url('/web/20220110110659im_/https://avtoclub.info/svg/hidden.svg') no-repeat, #222;
    background-position: calc(100% - 40px) center;
    color: #ccc;
}

.questions-box-head.active:hover {
    background-color: #000;

    cursor: pointer;
}

.questions-box-head ~ .questions-box-body {
    display: none;
}

.questions-box-body {
    color: #333;
    padding: 40px;
}

.questions-box-body a {
    color: #009EE3;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.questions-box-body a:hover {
    color: #2F2483;
}

.requirements {

    font-size: 1.75rem;
    padding: 1rem 1rem 1rem;
    background-color: #777777;
    line-height: normal;
}

.requirements .requirement {
    cursor: pointer;
    padding: 2rem 3rem 2rem;
    margin-bottom: 2rem;
    text-align: center;
    background: url('/web/20220110110659im_/https://avtoclub.info/svg/overflow.svg') no-repeat, #777777;
    background-position: calc(100% - 40px) center;
}

.get-money button.btn {
    background-color: darkred;
    width: 85%;
    margin: 2rem 0 0;
    padding: 2rem;
    color: white;
    font-size: 2rem;
}

.catalog2 {
    background-color: #333;
    padding: 3rem;
    margin-bottom: 2rem;
}

.item-title {
    color: white;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.item-summary {
    font-size: 14px;
    line-height: 1.4;
    height: 100px;
    overflow: hidden;
}

.item-url {
    font-size: 14px;
    color: white;
    text-decoration: underline;
}

.item-url:hover, .item-title:hover {
    color: #b8b8b8;
}

/*
     FILE ARCHIVED ON 11:06:59 Jan 10, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:30:00 Dec 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.629
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 20.896
  LoadShardBlock: 276.279 (3)
  PetaboxLoader3.datanode: 323.165 (4)
  load_resource: 276.421
  PetaboxLoader3.resolve: 54.066
*/