/* reset css */

html,
body,
div,
span,
applet,
object,
iframe,

blockquote,
pre,
a,
abbr,
acronym,
address,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

 HTML5 display-role reset for older browsers 

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}




blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* fonts */

@font-face {
    font-family: "ProximaNovaReg";
    src: url('../fonts/ProximaNovaCond-Regular.eot');
    src: local('../fonts/ProximaNovaCond Regular'), local('../fonts/ProximaNovaCond-Regular'),
    url('../fonts/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/ProximaNovaCond-Regular.woff') format('woff'),
    url('/fonts/ProximaNovaCond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* specification */

a {
        font-family: ProximaNovaReg, Arial, Tahoma, sans-serif;
}

body {
    font-family: ProximaNovaReg, Arial, Tahoma, sans-serif;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.padding {
    padding-top: 13px;
}

table {
    display: table;
    border: 1px solid black;
}

th {
    text-align: left;
    background: #ccc;
    padding: 5px;
    border: 1px solid black;
}

td {
    padding: 5px;
    border: 1px solid black;
}


/* header section */

.header {
    padding-top: 10px;
}

.header-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center;
}

.header-logo,
.header-adress,
.header-phone,
.header-name {
    flex: 2 1;
}

.header-phone {
    margin-top: 5px;
}

.header-adress {
    padding-top: 10px;
    position: relative;
}

.header-adress:before {
    position: absolute;
    content: "";
    background: url(../images/location.png);
    width: 50px;
    height: 50px;
    left: 10px;
}


.header-name__title {
    text-align: center;
}

.header-name__link {
    text-decoration: none;
    line-height: 31px;
    color: #113e6f;
    font-weight: bold;
    font-size: 22px;

}

.header-name__text {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 14px;
    letter-spacing: normal;
}

.header-nav {
    margin-top: 10px;
    height: 50px;
    background-color: #1a0904;
}

.header-menu {
    list-style-type: none;
}

.header-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    line-height: 50px;
}

.header-menu__link {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s ease;
    padding: 0 20px;
    font-weight: bold;
}

.header-block__tel {
    margin-top: -20px;
    width: 400px;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    color: #113e6f;
}

.header-menu__link:hover {
    background: orange;
}

.header-burger {
    position: absolute;
    right: 5%;
    display: none;
    top: 5%;
    z-index: 999;
    color:
}

.mobile {
    width: 100%;
    height: 500px;
    height: 100%;
    background: rgba(255, 0, 0, 1);
    position: absolute;
    top: 0;
    transform: translateY(-1000px);
    transition: transform 1s ease;
    display: none;
    text-align: center;
    color: white;
}

.active {
    transform: translateY(0);
    display: block;
}

.mobie-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.mobile-logo {
    margin: 5px auto;
}

.mobile-name__link {
    color: white;
    text-decoration: none;

}

.mobile-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-menu__link {
    color: white;
    text-decoration: none;
    margin: 10px;
    display: block;
    width: 97%;
    height: 30px;
    line-height: 30px;
    border: 1px solid white;
    transition: all 1s ease;

}

.mobile-menu__link:hover {
    background: white;
    color: red;
}

.mobile-logo__img {
    width: 40px;
    height: 40px;
}

.mobile-adress,
.mobile-name,
.mobile-phone {
    font-size: 14px;
}

.mobile-phone {
    margin-top: 5px;
}

.mobile-call__link {
    color: white;
}

.mobile-menu__list {
    list-style-type: none;
}


/* main-section */

.main {
    height: 370px;
    width: 100%;
    background: url(../images/mainbg.png) no-repeat;
    background-size: cover;
}

.main__title {
    font-size: 40px;
    color: #cccccc;
    text-align: center;
    width: 800px;
    margin: 0px auto;
    font-weight: bold;
    padding-top: 40px;
}

.main-list {
    list-style-type: none;
}

.fa-check {
    padding-right: 20px;
    color: orange;
}

.main-plus {
    width: 680px;
    margin: 0 auto;
    color: white;
    padding-top: 50px;
}

.main-plus__text1 {
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
}

.main-plus__text2 {
    padding: 5px;
    font-size: 20px;
}


.main-plus__text3 {
    padding: 5px;
    font-size: 20px;
}


/* offers section */

.offers__title {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #113e6f;

}

.offers-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
}


.offers-block {
    flex: 1 1;
    border: 1px solid #e8e6e6;
    margin: 20px;
}

.offers-block__text {
    padding-top: 20px;
    width: 300px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: justify;
    line-height: 21px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
}

.offers-block__title {
    font-weight: bold;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* advantages section */

.advantages__title {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #113e6f;
}

.advantages-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.advantages-block {
    flex: 1 1;
}

.advantages-block__text {
    text-align: center;
    position: relative;
    padding: 20px;
    width: 300px;
    margin: 0 auto;
    color: #333333;
}


.advantages-block__text:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/advantage-checked.png) no-repeat;
    left: 0px;
}


/* equp section */

.equp__title {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #113e6f;
}

.equp-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.equp-block {
    border: 1px solid #e8e6e6;
    margin: 50px;
    padding-bottom: 50px;
}

.equp-block__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    padding: 20px;

}

.equp-block__item {
    color: red;
    text-align: right;
    margin-left: 100px;
}

.equp-block__text {
    padding: 10px;
    width: 400px;
    margin: 0 auto;
    color: black;
    text-align: left;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}

/* rail section */

.rail__title {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 40px;
    width: 900px;
    text-transform: uppercase;
    color: #113e6f;
    margin: 0 auto;
}

.rail-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.rail-block {
    margin: 50px;
    padding-bottom: 50px;
    border: 1px solid #e8e6e6;
}

.rail-block__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    padding: 20px;

}

.rail-block__item {
    color: red;
    text-align: right;
    margin-left: 30px;
}

.rail-block__text {
    padding: 10px;
    width: 400px;
    margin: 0 auto;
    color: black;
    text-align: left;
    font-weight: 400;
    font-style: italic;
}

.rail-block__title {
    text-align: center;
    margin: 30px auto 10px;
    font-size: 20px;
}


/* price section */

.price__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
}

.price-table {
    text-align: center;
    margin: 0 auto;
}

table {
    margin: 0 auto;
}


/* brands section */

.brands {
    margin-top: 150px;
}

.brands__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
    text-transform: uppercase;
    color: #113e6f;
}


.brands-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;

}


.brands-block {
    flex: 1 1;
    text-align: center;
    margin: 30px;
}

/* dop section */

.dop__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
    text-transform: uppercase;
    color: #113e6f;
}


.dop-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.dop-block {
    margin: 50px;
    padding-bottom: 50px;
    border: 1px solid #e8e6e6;
}

.dop-block__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}

.dop-block__item {
    color: red;
    text-align: right;
    margin-left: 30px;
}

.dop-block__text {
    padding: 10px;
    width: 400px;
    margin: 0 auto;
    color: black;
    text-align: left;
    font-weight: 400;
    font-style: italic;
}

.dop-block__title {
    text-align: center;
    margin: 30px auto 10px;
    font-size: 20px;
}

.dop-button {
    text-align: center;
    margin-top: 50px;
}

.dop-button__btn {
    padding: 10px 60px;
    border: 1px solid red;
    text-decoration: none;
    color: red;
    transition: all 1s ease;
}

.dop-button__btn:hover {
    background: red;
    color: white;
}


/* footer section */

.footer {
    height: 250px;
    background: gray;
    color: white;
}

.footer-block__name {
    margin-top: -2px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: normal;
    word-spacing: 0px;
c
}

.footer-block__offers {
    text-decoration: none;
    line-height: 31px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 0px;
    line-height: 10px;

}

.footer-block__tel {
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    color: white;
}


.footer-nav {
    margin-top: 10px;
    height: 50px;
    background-color: #1a0904;
}

.footer-flex {
    padding-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer-block {
    flex: 1 1;
    text-align: center;
}

.footer-block__link {
    color: white;
    text-decoration: none;
    text-align: center;

}

.footer-block__link:hover {
    color: black;
}

.footer-block__tel {
    padding-bottom: 20px;
    font-size: 30px;
}

.fa-phone {
    margin-right: 30px;
    color: white;
}

.fa-phone1 {
    color: white;
    font-size: 30px;
}

.footer-block__text {
    letter-spacing: normal;
}


/* contacts page */

.contact__title {
        text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
    text-transform: uppercase;
    color: #113e6f;
}

.contact__list {
    list-style-type: none;
    text-align: center;
}

.contact__item {
    padding: 10px;
    text-align: center;
}

.contact__img {
    display: block;
    text-align: center;
    margin: 30px auto;
    width: 100%;
}


/* spectehnika page */


.tehnica__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
    text-transform: uppercase;
    color: #113e6f;  
}

.tehnica__text {
    padding-top: 20px;
    width: 1000px;
    margin: 0 auto;
}


.tehnica-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.tehnica-block {
    flex: 1 1;
    margin: 10px;
    border: 1px solid #e8e6e6;
}

.tehnica__btn {
    height: 30px;
    border: 1px solid red;
    color: red;
    transition: all 1s ease;
    text-decoration: none;
    display: block;
    margin: 0 auto 20px;
    width: 200px;
    line-height: 30px;
}

.tehnica__btn:hover {
    background: red;
    color: white;

    
}

.tehnica-block__title {
    padding-top: 20px;
    padding-bottom: 10px;
}

.tehnica-block__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 200px;
    margin: 0 auto 20px;
}


.car1-flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
    flex-direction: row;
}

.car1-block {
flex: 1 1;
    margin: 40px auto;
    padding-left: 20px;
}

.car1-img {
flex: 1 1;
    margin: 20px auto;
}
.car1__title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    margin: 20px auto 50px;
    text-transform: uppercase;
    color: #113e6f;  
}

.car1-block__item {
    list-style-type: none;
}

.car1-block__img {
   max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;

}


/* media queries */

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .equp-block__img,
    .rail-block__img {
        display: block;
        max-width: 400px;
        width: 100%;
        height: auto;
    }
    .price__title {
        width: 800px;
        font-size: 18px;
    }
    .header-phone {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1100px) {
    .header-block__tel {
        font-size: 20px;
        width: 100%;
    }
    .footer-block__icon {
        margin-right: 5px;
    }
    .footer-block__tel {
         font-size: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .header-adress:before {
        left: 0px;
    }
    .offers-flex,
    .equp-flex,
    .rail-flex,
    .dop-flex,
    .brands-flex {
        flex-wrap: wrap;
    }
    .offers-block,
    .equp-block,
    .rail-block,
    .dop-block {
        max-width: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .car1__title {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
    }
    .tehnica__text {
width: 700px;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    .offers__title,
    .advantages__title,
    .equp__title,
    .rail__title,
    .brands__title,
    .dop__title {
        font-size: 30px;
    }
    .rail__title {
        width: 500px;
    }
    .brands__title {
        width: 500px;
    }
    .main__title {
        font-size: 30px;
        width: 600px;
    }
    .header-adress:before {
        display: none;
    }
    .footer-block__link {
        margin-right: 5px;
    }
    .header-block__tel {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .advantages-flex {
        flex-direction: column;
    }
    .header-block__tel {
        font-size: 14px;
    }
    .advantages__title {
        width: 500px;
        margin: 0 auto;
    }
    .car1__title {
        width: 600px;
        font-size: 30px;
    }
    .car1-flex {
        flex-direction: column;
        text-align: center;
    }
    .car1-block {
        padding-left: 0;
    }
}


@media screen and (max-width: 700px) {
    .price__title {
        width: 500px;
    }
    .main-plus {
        text-align: center;
    }
    .header-phone {
        font-size: 14px;
    }
    .footer-flex {
        flex-direction: column;
    }
    .footer {
        height: 350px;
    }
    .footer-block {
        margin: 20px;
    }
    .fa-phone {
        color: white;
        margin-right: 0;
    }
    .footer-block__link {
        margin-right: 0;
    }
    .header-nav {
        display: none;
    }
    .header-burger {
        display: block;
    }
    .header-flex {
        flex-direction: column;
    }
    .header-logo,
    .header-adress,
    .header-phone,
    .header-name {
        margin: 5px;
    }
    table {
        width: 500px;
    }
    .header-block__tel {
       margin-left: 0;
        margin-top: 3px;
        
    }
    .footer {
        height: 410px;
    }
    .header-phone {
        padding-bottom: 50px;
    }
    .tehnica__text {
        width: 400px;
        padding-bottom: 20px;
    }
    .tehnica__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .main-plus {
        width: 400px;
    }
    .advantages__title {
        width: 400px;
        margin: 20px auto;
    }
    .main__title {
        font-size: 20px;
        width: 400px;
    }
    .offers__title,
    .advantages__title,
    .equp__title,
    .rail__title,
    .brands__title,
    .dop__title {
        font-size: 20px;
    }
    .price__title {
        width: 400px;
    }
    table {
        width: 400px;
        font-size: 14px;
    }
        .offers-block {
        max-width: 370px;
    }
    .offers-block__title {
        padding-top: 20px;
    }
    .car1__title {
        width: 400px;
        font-size: 20px;
    }
    .car1-flex {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 480px) {
    .mobile-menu__link {
        width: 95%;
    }
}



@media screen and (max-width: 400px) {

    .equp-block__img,
    .rail-block__img {

        max-width: 250px;
    }
    .equp-block,
    .rail-block,
    .dop-block {
        max-width: 300px;
    }
    .equp-block__text,
    .rail-block__text,
    .dop-block__text {
        width: 250px;
    }
    .advantages__title,
    .equp__title,
    .rail__title,
    .brands__title,
    .dop__title {
        font-size: 16px;
    }
    .rail__title,
    .brands__title {
        width: 300px;
    }
    .dop-block__img {
        display: block;
        max-width: 250px;
    }
    .price__title {
        width: 300px;
    }
    table {
        width: 300px;
    }
    .offers__title {
        font-size: 30px;
    }
    .advantages__title {
        width: 280px;
    }
    .mobile-block__tel {
        color: white;
        margin-top: 10px;
    }
    .car1__title {
        font-size: 16px;
        width: 250px;
    }
}

@media screen and (max-width: 380px) {
    .main__title {
        width: 300px;
    }
    .main-plus {
        width: 300px;
    }
    .main-plus__text1,
    .main-plus__text2,
    .main-plus__text3 {
        font-size: 16px;
    }
    .main {
        height: 350px;
    }
    .equp__title {
        width: 250px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 320px) {

    table {
        font-size: 12px;
    }
    .advantages-block__text {
        width: 280px;
    }
    .offers-block__text {
        padding: 5px 5px 20px;
    }
    .advantages-block__text:before {
        margin-left: 10px;
        left: -:;
        5px;
    }
    .advantages-block__text {
        width: 250px;
        padding-left: 50px;
    }
    .footer {
        height: 410px;
    }

}
.zakaz-tel {
    font-size: 24px;
    width: 320px;
}

.callback-1 {
    background: #E0E6F2;
    padding: 50px 0px;
}
.center {
    text-align: center;
}

.h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h2 {
    font-size: 30px;
}
.zakaz-tel {
    font-size: 24px;
    width: 320px;
}
.kons-btn {
    font-size: 24px;
    min-width: 320px;
    background: #FFBA01;
    border: 2px solid #FFBA01;
}

h1{font-size:39px;text-transform:uppercase;text-align:center;color: #2f2922;}