@charset "utf-8";
/*
    Михаил Бабидов
    skype: compo_life
*/
html {
    font-size: 18px;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Ubuntu', sans-serif;
    color: #171717;
}

img {max-width: 100%;}
b {font-weight: 700;}
.text-black {color: #000000;}
.no-margin-last-child > *:last-child {margin-bottom: 0;}
.rounded-xl {border-radius: 0.5rem;}
.rounded-xxl {border-radius: 1rem;}

.border-reset {border-color: inherit !important;}
.border-2x {border-width: 2px !important;}
.border-3x {border-width: 3px !important;}
.border-4x {border-width: 4px !important;}
.border-5x {border-width: 5px !important;}

.font-weight-100 {font-weight: 100 !important;}
.font-weight-200 {font-weight: 200 !important;}
.font-weight-300 {font-weight: 300 !important;}
.font-weight-400 {font-weight: 400 !important;}
.font-weight-500 {font-weight: 500 !important;}
.font-weight-600 {font-weight: 600 !important;}
.font-weight-700 {font-weight: 700 !important;}
.font-weight-800 {font-weight: 800 !important;}
.font-weight-900 {font-weight: 900 !important;}

.bg-image {background-size: cover; background-position: center center;}
.bg-image-top {background-position: center top;}
.bg-image-bottom {background-position: center bottom;}
.bg-image-fixed {background-attachment: fixed;}

.font-iskra {font-family: 'Iskra', 'Ubuntu', sans-serif;}

.btn-danger {
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.30) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.30) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.30) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.30) 100%);
    border: none;
}
.bg-mosaic {
    background: url("../img/mosaic.jpg") #f1f1f1;
}
.em {
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-style: italic;
}
ul.list-check,
ul.list-plus,
ul.list-minus {
    list-style: none;
    padding: 0;
}
ul.list-check li,
ul.list-plus li,
ul.list-minus li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1rem;
}
ul.list-check.mb-sm li,
ul.list-plus.mb-sm li,
ul.list-minus.mb-sm li {
    margin-bottom: 0.5rem;
}
ul.list-check li:before {
    content: "√";
    color: var(--success);
    position: absolute;
    font-size: 1.35em;
    font-weight: 700;
    left: 0;
}
ul.list-plus li,
ul.list-minus li {
    padding-left: 1em;
}
ul.list-plus li:before,
ul.list-minus li:before {
    content: "+";
    color: var(--success);
    position: absolute;
    font-weight: 700;
    left: 0;
}
ul.list-minus li:before {
    content: "-";
    color: var(--danger);
}
.wrapper {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-color: #000;
    opacity: 0.5;
}
.wrapper ~ * {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 935px;
    }
}

.timer-after {
    display: none;
}

#scr1 {
    background-image: url("../img/scr1.jpg");
}
#scr1 h1 {
    font-size: 2.8rem;
}
#scr1 .container {
    max-width: 1360px;
}

#footer {
    background-image: url("../img/scr-footer.png");
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
    #scr1 {
        background-image: url("../img/sm-scr1.jpg");
        background-position: center top;
        min-height: 0 !important;
    }
    .bg-image.bg-image-fixed {
        background-attachment: scroll;
    }
}