body {
    font-family: 'Roboto Condensed', sans-serif;

}

.zak {
    position: fixed;
    top: 88%;
    left: 1%;
    z-index: 100;
    border: 3px solid #ff3800;
    border-radius: 0px;
    background-color: #e32727;
    color: white;
}
.zak:hover {
    color: green;
    background-color: yellow;
}
.submit {
    border: 3px solid #ff3800;
    border-radius: 0px;
    background-color: #ff3800;
    color: white;
}
.submit:hover {
    color: green;
    background-color: yellow;
}

.nav-top {
    height: 50px;
    background-color: black;
    color: orange;
    margin-bottom: 0px;
}
.nav-top p {
    margin-top: 10px;
    font-size: 18px;
}
.nav-top h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
section.one {
    background-color: orange;
}
section {
    /*margin-bottom: 50px;*/
    margin-top: -20px;
}
.products {
    padding-bottom: 50px;
}
h1, h2 {
    text-transform: uppercase;
    color: black;
}
h1 {

    font-size: 8em;
}
h2 {
    margin-top: 0;
}


.navbar {
    background-color: black;
    color: white;
    border-bottom: 1px solid white;
}
.navbar-toggle .icon-bar {
    background-color: white;
}
.navbar a {
    color: orange;
}
.navbar a:hover {
    color: black;
}


.center-img {
    display: block;
    margin: 0 auto;
    width: 450px;
    height: auto;
}

.img-row {
    margin-top: 50px;
}
.name-top {
    padding-top: 70px;

}

.prow {
    margin-bottom: -10px;
    color: black;
}
.snip1401 {
    font-family: 'Playfair Display', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 230px;
    max-width: 415px;
    max-height: 220px;
    width: 100%;
    color: #000000;
    text-align: right;
    font-size: 16px;
    background-color: #000000;
}
.snip1401 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1401 img {
    max-width: 100%;
    backface-visibility: hidden;
}
.snip1401 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #ffffff;
    width: 40%;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}
.snip1401 figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 120px 0;
    border-color: transparent #ffffff transparent transparent;
}
.snip1401:after {
    position: absolute;
    bottom: 50%;
    right: 40%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 120px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1401 h3,
.snip1401 p {
    line-height: 1.5em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
}
.snip1401 h3 {
    margin: 0 0 5px;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 1.4em;
    opacity: 0.75;
}
.snip1401 p {
    font-size: 0.8em;
}
.snip1401 i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-size: 44px;
    color: #ffffff;
    opacity: 0;
}
.snip1401 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.snip1401:hover img,
.snip1401.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.img-hov {
    overflow:hidden;
}
.img-hov {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.img-hov:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.hrone {
    border: none;
    background-color: orange;
    color: orange;
    height: 4px;
    align-content: center;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.hrsecond {
    border: none;
    background-color: black;
    color: black;
    height: 4px;
    align-content: center;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 50px;
}


.third {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.third p {
    font-size: 1.2em;
}
.third span #fa1{
    position: absolute;
    color: orange;
}
.third li {
    font-size: 1.2em;
}
.third span #fa2 {
    float: right;
    /*position: absolute;*/
    color: orange;
}

.second {
    background-color: orange;
    padding-top: 50px;
    padding-bottom: 50px;
}
.second span #fa1{
    position: absolute;
    color: black;
}
.second span #fa2 {
    float: right;
    /*position: absolute;*/
    color: black;
}
.second li{
    font-size: 1.2em;
    color: black;
}
.second h4{
    font-size: 1.5em;
    color: black;
}
.second p{
    font-size: 1.2em;
    color: black;
}
#autocar {
    margin-top: 100px;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


address {
    background-color: #222223;
    color: white;
    margin-bottom: 0px;
}

.addbody {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer {
    height: 40px;
    background-color: black;
}
footer p {
    height: 50px;
    background-color: black;
    margin-bottom: 0px;
    padding-top: 10px;
}