@font-face {
    font-family: 'Legan';
    src: url('../fonts/legan/Legan.eot');
    src: url('../fonts/legan/Legan.eot?iefix') format('eot'),
    url('../fonts/legan/Legan.woff') format('woff'),
    url('../fonts/legan/Legan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

body{
    min-width: 320px;
}

.container {
    max-width: 1240px;
}

.header {
    z-index: 1111;
    transition: top 0.25s;
}

.header.fixed-header {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(103, 103, 103, 0.25);
    top: 0;
}

.header.fixed-header .logo {
    top: 0;
    transition: top 0.25s;
}

.header__container {
    max-width: 1380px;
}

.section__container {
    max-width: 1135px;
}

.icons {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.icons_phone {
    background-image: url(../images/icons-phone.svg);
}

.icons_send {
    background-image: url(../images/icons-send.svg);
}

.section__main {
    min-height: 750px;
    background-size: cover !important;
    padding-top: 200px;
}

.title {
    font-family: 'Legan', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 90px;
    color: #0D2E8C;
}

.title-h2 {
    font-family: 'Legan', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 56px;
    color: #0D2E8C;
    line-height: 60px;
    margin: 0;
}

.text {
    font-family: 'Legan', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #3F3636;
}

.product.row {
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 42px;
}

.product__item {
    padding: 45px 55px;
    border: 1px solid #E0E0E0;
}

.product__col {
    padding-left: 9px;
    padding-right: 9px;
}

.product__brand {
    position: absolute;
    top: 15px;
    left: 15px;
}

.product__name {
    font-family: 'Legan', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #1A1616;
    line-height: 32px;
}

.btn-default {
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 281px;
    line-height: 40px;
    min-height: 45px;
    background: #9B3108;
    border-radius: 20px;
    transition: background 0.25s, color 0.25s;
}

.btn-default:hover {
    background: #631C00;
    color: #fff;
    text-decoration: none;
}

.btn-links {
    font-size: 17px;
    color: #191616;
    text-align: center;
    width: 281px;
    line-height: 40px;
    min-height: 45px;
    cursor: pointer;
}

.btn-links circle {
    transition: fill 0.25s;
}

.btn-links:hover circle {
    fill: #631C00;
}

.btn-offset {
    margin-top: 40px;
}

.description {
    font-family: 'Legan', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 38px;
    color: #0D2E8C;
    padding: 48px 0 57px;
}

.footer {
    padding: 66px 0 0px;
}

.contact__item a{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #221717;
    white-space: nowrap;
}

.bg-2:before {
    width: 557px;
    height: 308px;
    content: '';
    display: block;
    background: url(../images/bg-2.png) no-repeat;
    position: absolute;
    top: -20px;
    left: 25px;
    z-index: -1;
}

.mb-section {
    margin-bottom: 75px;
}

.menu-hover {
    display: none;
    position: absolute;
    top: 43px;
    background: #fff;
    box-shadow: 0 2px 3px 0px #ccc;
    padding: 3px 5px;
    width: 100%;
    z-index:1;
}

.hover:hover .menu-hover {
    display: block;
}

.section__products{
        z-index: 99;
    position: relative;
}

.section__text {
    font-size: 17px;
    line-height: 24px;
    color: #524949;
}

.label {
    font-family: 'Montserrat-MediumItalic', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.bg-1:before{
    width: 435px;
    height: 525px;
    content: '';
    display: block;
    position: absolute;
    left: -71%;
    top: -130px;
    background: url(../images/bg-1.png) no-repeat 50%;
    z-index: -1;
}

@media (min-width: 1440px) {
    .section__main {
        background: url(../images/bg-main.jpg) no-repeat 50%;
    }
}

@media (min-width: 768px) and (max-width: 1440px){
    .section__main {
        background: url(../images/bg-main-1440.jpg) no-repeat 50%;
    }
}

@media (min-width: 574px) and (max-width: 768px){
    .section__main {
        background: url(../images/bg-main-768.png) no-repeat 50%;
    }
}


@media (min-width: 1200px) {
    .header__top {
        padding-top: 33px;
        align-items: flex-start;
    }

    .logo {
        top: 20px;
        position: relative;
        transition: top 0.25s;
    }

    .header.fixed-header .logo img {
        width: 145px;
        transition: width 0.25s;
    }

    .header.fixed-header .header__top {
        padding: 7px;
        align-items: center;
        transition: padding 0.25s;
    }

    .section__products_offset {
        padding: 60px 0 65px;
    }
.header-mob{
    display: none;
}
}

@media (max-width: 1200px) {
    .header {
        left: 0;
        background: #fff;
        box-shadow: 0px 4px 4px rgba(103, 103, 103, 0.25);
        padding: 7px 15px;
    }

    .logo img {
        max-width: 111px;
    }

    .bg-2:before {
        width: 290px;
        height: 160px;
        background-size: contain;
    }

    .footer {
        padding: 28px 0 0px;
    }

    .product__item {
        padding: 45px 25px 32px;
    }

    .product__name {
        font-size: 23px;
        line-height: 28px;
    }

    .product__col {
        padding-bottom: 12px;
    }

    .product.row {
        padding: 0;
        margin: 0;
    }

    .btn-header {
        font-family: 'Montserrat-SemiBold', sans-serif;
        white-space: nowrap;
    }

    .borders-left:before {
        width: 2px;
        height: 20px;
        display: block;
        content: '';
        background: #E3E3E3;
    }

    .icons_arrow {
        width: 24px;
        height: 24px;
        background: url(../images/arrow.png) no-repeat 50%;
    }

    .header-mob {
        background: #fff;
        position: fixed;
        left: -100%;
        width: 100%;
        z-index: 1;
        height: 100vh;
        z-index:111;
        padding-top: 110px;
        transition: 0.25s left;
    }

    .header-mob.open {
        left: 0;
    }

    .description {
        padding: 30px 0 40px;
    }

    .section__products_offset {
        padding: 0 0 60px;
    }



    .bg-2:before {
        top: 64px;
        left: 53px;
    }
           .title{
      
        max-width: 545px;
    margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .section__img {
        width: 100%;
    }

    .title-h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .description {
        font-size: 23px;
        line-height: 28px;
        padding-left:15px;
        padding-right:15px;
    }

    .mb-section {
        margin-bottom: 40px;
    }

    .flex-column-reverses {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .footer {
        padding: 24px 0 0px;
    }

    .bg-2:before {
        width: 332px;
        height: 183px;
        background-size: contain;
        top: 40px;
        left: -10px;
    }

}



@media (max-width:575px) {
    .title{
        font-size: 15vw;
      
    }
    .section__main {
        background: url(../images/bg-main-320.jpg) no-repeat 50%;
            padding-top: 110px;
    }
}


.video__img{
    min-width: 148px;
}

.video__item{
    padding: 28px;
    border: 1px solid #E0E0E0;
}

@media (min-width: 768px) {
    .video__body {
        padding-left: 18px;
    }
}

.video__body p{
    font-size: 28px;
    line-height: 32px;
    font-family: 'Legan', serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 15px;
}

.video__body .btn-default{
    width: 140px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons_play{
    width: 16px;
    height: 16px;
    background-image: url(../images/icons-play.svg);
}