@font-face {
    font-family: 'Arial';
    src: url('Arial-ItalicMT.eot');
    src: url('Arial-ItalicMT.eot?#iefix') format('embedded-opentype'),
        url('Arial-ItalicMT.woff2') format('woff2'),
        url('Arial-ItalicMT.woff') format('woff'),
        url('Arial-ItalicMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Verdana';
    src: url('Verdana-Bold.eot');
    src: url('Verdana-Bold.eot?#iefix') format('embedded-opentype'),
        url('Verdana-Bold.woff2') format('woff2'),
        url('Verdana-Bold.woff') format('woff'),
        url('Verdana-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('Verdana.eot');
    src: url('Verdana.eot?#iefix') format('embedded-opentype'),
        url('Verdana.woff2') format('woff2'),
        url('Verdana.woff') format('woff'),
        url('Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('Arial-BoldMT.eot');
    src: url('Arial-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('Arial-BoldMT.woff2') format('woff2'),
        url('Arial-BoldMT.woff') format('woff'),
        url('Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('ArialMT.eot');
    src: url('ArialMT.eot?#iefix') format('embedded-opentype'),
        url('ArialMT.woff2') format('woff2'),
        url('ArialMT.woff') format('woff'),
        url('ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Arial';
    color: #fff;
}
.colont {
    background: #54555a;
}
.colont .nav-link {
    color: #fff;
    text-decoration: underline;
     font-weight: bold;
    font-style: normal;
}
.colont .active {
    color: #f28427; 
}
.colont .nav-link:hover:not(.active) {
    color: #dbdbdb;
}
.contact {
    background: #3b3c3c;
}
.bg-nav {
    background: #0c0c1c; 
}
.a-color a {
    color: #fff;
    font-family: 'Verdana';
    font-weight: bold;
    font-style: normal;
}
.a-color a:hover, .a-color li:active {
    background: #313131;
}
.a-color .active {
    color: #f28427;
}
nav.bg-nav {
    padding-left: 220px;
}
.bg-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.64)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.bg-nav .active {
    color: #f28427;
}

.uptolike-buttons {
    padding-right: 190px;
}
.bg-header {
    background: url(../images/Collage.jpg) no-repeat center;
    background-size: cover;
    /*max-width: 100%;*/
}
h1 {
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Verdana';
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    padding: 40px 0 40px 140px;
    margin-top: 80px;
    margin-bottom: 540px;
    text-align: left;
}
.about {
    background-color: #15151f;
    background-image: url(../images/engine-min.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.about a {
    color: #fff;
} 
.about h2 {
    padding-bottom: 30px;
    font-weight: bold;
    font-style: normal;
    }
.about p {
    font-size: 24px;
    margin-bottom: 30px;
}
.about a, .ass a, .submit-b {
    letter-spacing: 3px;
    font-family: 'Verdana';
}
.about a, .submit-b {
    font-size: 24px;
}
.ass a, .submit-b {
    font-weight: bold;
    font-style: normal;
}
.about a {
    text-decoration: underline;
}
.ass a {
    font-size: 22px;
    background: #f06424;
    color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.64);
}
.ass a:hover {
    background: #f28427;
    text-decoration: none;
}
.submit-b {
    background: #f28427;
    border: none;
    color: #000;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(49, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 5px 0px rgba(49, 50, 50, 0.75);
    box-shadow:         0px 10px 5px 0px rgba(49, 50, 50, 0.75);
}
.submit-b:hover {
    background: #f06424;
}
.assort h2 {
    font-size: 36px;
    margin-top: 40px;
}
.assort h2, .s-page h2 {
    font-family: 'Verdana';
    font-weight: bold;
    font-style: normal;
    color: #f06424;
}
.s-page h2 {
    font-size: 30px;
}
.assort p {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    color: #000;
}
 .a-block {
    border: 1px #615f5f solid;
}
.a-block:hover {
    border: 2px #f28427 solid;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.45);
}
.contactin {
    background: url(../images/Aparts-bg-min.jpg) no-repeat;
    background-size: cover;
}
.contactin p, .contactin h3 {
    font-size: 30px;
}
.contactin p:first-of-type {
    margin-top: 30px;
}
.bld, .obld {
    font-weight: bold;
    font-style: normal;
}
.obld {
    color: #f06424;
}
.contactin h3 {
    font-family: 'Verdana';
    font-weight: bold;
    font-style: normal;
}
input.form-control-lg, textarea.form-control-lg {
    border-radius: 0;
    background: #e8e8e8;
}
footer {
    background: #000;
    padding: 30px 0;
}
footer h4, footer li a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    
}
footer li a, .breadcrumb-item.active {
    color: #f28427;
}
footer .uptolike-buttons {
    padding: 30px 0 0;
}
footer .active {
    color: #b5b5b4;
}
footer a:hover:not(.active) {
    color: #f06424;
}
.mt {
    margin-top: 12px;
}
img[alt="Лого"] {
    margin-top: -20px;
} 
nav .breadcrumb {
    background-color: transparent;
}
.breadcrumb-item a {
    color: #000;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
    content: ">";
    display: inline-block;
    padding-right: 0.5rem;
}
.s-page article {
    color: #000;
}
.s-page article p {
    font-size: 18px;
}
.brand {
    border: 1px #f28427 solid;
}
.btn-group-lg {
    width: 100%;
}
.btn-group-vertical a.btn {
    border-radius: 0;
}
.btn-group-vertical.btn-group-lg .btn-secondary.disabled  {
    background: #fff;
    color: #f28427;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #f28427;
  border-color: #545b62;
}
.btn-secondary {
    background: #3c3c3c;
}
.btn-group-lg .btn {
    border: 0;
    font-family: 'Verdana';
    font-weight: bold;
    font-style: normal;
}
article a {
    color: #f06424;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}
article a:hover {
    color: #f28427;
}
.expl {
    font-weight: normal;
    font-style: italic;
}
a[href$=".pdf"]:before {
    content: "";
    background-image: url(../images/pdf.png);
}
a[href$=".zip"]:before, a[href$=".rar"]:before {
    content: "";
    background-image: url(../images/zip.png);
}
a[href$=".zip"]:before, a[href$=".pdf"]:before {
    float: left;  
    width: 24px; height: 24px;
    position: relative;
    margin-right: 6px;
    margin-top: 2px;
}
@media (min-width: 1100px) {
    .contactin p.vt {
        margin-top: 80px;
    }
    .vp {
        padding: 100px 0;
    } 
}
@media (max-width: 1234px) {
    nav.bg-nav {
    padding-left: 15%;
}
    h1 {
    /*font-size: 48px;*/
    padding-left: 60px;
    /*margin-top: 80px;*/
    margin-bottom: 400px;
}
}
@media (max-width: 1100px) {
    .vp {
        padding: 50px 0;
    }
}
@media (max-width: 1030px) {
    nav.bg-nav {
        padding-left: 10%;
    }
    h1 {
    margin-bottom: 300px;
        margin-top: 60px;
        font-size: 42px;
        width: 90%;
}
}
@media (max-width: 1024px) {
    body {
        text-align: center;
        justify-content: center;
    }
    .a-block:hover {
       -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.64);
}
}
@media (max-width: 992px) {
    p.text-right {
    text-align: center !important;
}
    h1 {
    margin-bottom: 250px;
        margin-top: 40px;
        font-size: 38px;
        padding-left: 30px;
}
}
@media (max-width: 768px) {
    h1 {
        margin-bottom: 150px;
        font-size: 36px;
        margin-top: 20px;
        width: 99%;
        
        
}
}
@media (max-width: 576px) {
    img[alt="Лого"] {
    margin-top: 40px;
    margin-bottom: 20px;    
} 
    h1 {
            font-size: 30px;
        margin-bottom: 120px;
        margin-top: 0;
        padding: 5px;
        width: 90%;
        }
    }

@media (max-width: 420px) {
    img[src*="Redat"], img[src*="CADDB"] {
        width: 100%;
        height: auto;
    }
    h1 {
            font-size: 28px;
        margin-bottom: 70px;
        }
}
@media (max-width: 366px) {
    h1 {
        font-size: 24px;
        margin-bottom: 60px;
        width: 80%;    }
    .ass a {
        font-size: 18px;
    }
}

    

