@import url("reset.css");
@import url("fonts.css");
html, body{
    font-family: "clearsans-regular", sans-serif;
    font-size: 16px;
    background: #f2f2f2;
}
h1,h2,h3,h4,h5{
    font-family: "roboto-regular", sans-serif;
    font-weight: bold;
}
.a{
    color: #000;
}
.app-wrap{
    max-width: 1366px;
    margin: 0 auto;
    background: #fff;
    min-width: 360px;
}
/*--------------------------------------------------HEADER--------------------------------------------------------------------*/
.header{
    padding-left: 63px;
    padding-right: 63px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrap-logo{
    padding-right: 65px;
}
.wrap-form{
    display: flex;
    align-items: center;
}
.wrap-form > form{
    margin-right: 25px;
}
.wrap-phone{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}
.wrap-phone-prod{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}
.wrap-phone-prod p{
    font-family: "roboto-regular";
    font-size: 18px;
    font-weight: bold;
}
.wrap-phone-prod > img{
    margin-right: 10px;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color:#000;
    background: #ccc;
    padding: 10px 20px;
    border: none;
}
.btn-orange{
    color: #fff;
    background: #ff4d00;
}
.btn-formular{
    font-family: "roboto-regular", sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 18px; 
    padding-right: 20px;
    line-height: 18px;
}
.btn-formular > img{
    margin-right: 10px;
}

.wrap-form > form  select{
    border: 1px solid #000;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 13px;
    font-size: 18px;
}
.wrap-phone > img{
    margin-right: 10px;
}
.wrap-phone p{
    font-family: "roboto-regular";
    font-size: 18px;
    font-weight: bold;
}
.wrap-phone p > span{
    font-weight: normal;
}
.wrap-phone p.first-phone{
    margin-right: 20px;
}
/*--------------------------------------------------------------------TOP-MENU--------------------------------------------------*/
.nav{
    background: #6666cc;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 999999;
    position: relative;
}

.nav ul{
    margin: 0; padding: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 54px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-right: 44px;
}
.nav ul li{
    list-style-type: none;
}
.nav ul li a{
    text-decoration: none;
    color: #fff;
    font-family: "roboto-regular";
    font-size: 20px;
    line-height: 20px;
}

/*------------------------------------------------------SLIDER--------------------------------------------*/
.slider-top{
    margin-top: -52px;
}
.bx-pager{
    display: none;
}

/*---------------------------------------------------OFFERS---------------------------------------------*/
.offers{
    padding: 60px 63px;
}
.offers h1, .description h1{
    font-size: 36px;
    border-bottom: 7px solid #ff4d00;
    display: inline-block;
    margin-bottom: 50px;
}
.wrap-offers-items{
    display: flex;
    justify-content: space-between;
}
.offers-item{
    max-width: 377px;
}
.offers-item p{
    border-bottom: 4px solid #6666cc;
    font-size: 20px;
    font-family: "roboto-regular";
    font-weight: bold;
    padding: 15px 0;
    padding-left: 63px;
}

/*---------------------------------------------------OPTIONS-----------------------------------------*/

.options{
    padding-top:87px;
    padding-left: 63px;
    padding-right: 63px;
    background: url('/images/bg-options.jpg') no-repeat;
    background-size:cover;
    background-position:center;
    padding-bottom: 110px;
}
.wrap-options-items{
    display: flex;
    
}
.options-item{
    color: #fff;
    max-width: 327px;
    margin-right: 115px;
}
.options-item:last-child{
    margin-right: 0;
}
.options-item img{
    margin-bottom: 65px;
    height: 59px;
}
.options-item h2{
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

/*------------------------------------------DESC-------------------------------------------*/
.description{
    padding: 40px 63px;
}
.desc-center{
    padding-left: 189px;
    padding-right: 271px;
    padding-bottom: 50px;
}
.wrap-desc-text{
    display: flex;
    padding-left: 85px;
    align-items: flex-start;
    margin-bottom: 45px;
    padding-right: 85px;
}
.wrap-desc-text img{
    margin-right: 20px;
}
.wdti-title{
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 16px;
}
.wdti-text{
    font-size: 16px;
   
}
.desc-list{
    background: #e0e0e0;
    margin-left: 85px;
    margin-right: 85px;
    padding-bottom: 46px;
}
.dl-title{
    font-weight: bold;
    padding-top: 37px;
    padding-left: 105px;
    padding-bottom: 45px;
}
.wrap-desc-list{
    display: flex;
    padding-left: 83px;
    
}
.wrap-desc-list ul{
    margin: 0; padding: 0;
}
.wrap-desc-list ul:first-child{
    margin-right: 85px;
}
.wrap-desc-list ul li{
    margin-bottom: 15px;
    list-style-type: none;
}
.wrap-desc-list ul li:last-child{
    margin-bottom: 0;
}

.wrap-desc-list ul li::before {
    
    content: "\2022";  
    color: #6666cc; 
    font-weight: bold; 
    display: inline-block; 
    margin-right: 16px;
    font-size: 20px; 
    
}

/*-----------------------------------------------FORM-----------------------------------------------*/
.mail-form{
    background: #ff4d00;
    padding: 65px 253px;
}
.block-form h1{
    color: #fff;
    display: inline-block;
    font-size: 36px;
    border-bottom: 7px solid #fff;
    margin-bottom: 50px;
}
.first-row{
    display: flex;
    justify-content: space-between;
}
.first-row div{
    width: 275px;
}
.first-row div input{
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
}
.first-row div input::placeholder{
    color: #000;
    font-size: 18px;
}

.two-row textarea{
    width: 100%;
    min-height: 157px;
    padding-left: 20px;
    padding-top: 15px;
    border: none;
    margin-top: 20px;
    resize: none;
}

.two-row textarea::placeholder{
    color: #000;
    font-size: 18px;
}

.block-form button{
    margin-top: 40px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #6666cc;
    padding: 15px 105px;
}
.error{
    color: #fff;
    padding-top: 10px;
}

#message-warning,
#message-success {
	display: none;
	
	border-radius: 3px;
	padding: 24px;
	margin-bottom: 36px;
	width: 100%;
}

#message-warning {
	color: #fff;
}

#message-success {
	color: #fff;
}

#message-warning i,
#message-success i {
	margin-right: 10px;
}

/*-------------------------------------------------------MAPS-----------------------------------------------*/
.maps{
    width: 100%;
    height: 480px;
}

/*--------------------------------------------FOOTER---------------------------------------------*/

.footer{
    background: #2b2b2b;
    padding-top: 40px;
    padding-bottom: 12px;
    padding-left: 63px;
    padding-right: 63px;
    color:#fff;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
}
.footer-item{
    padding-bottom: 20px;
}
.f-title{
    color:#6666cc;
    font-weight: bold;
    text-transform: uppercase;
}

#toTop {
    width:90px;
    height: 90px;
    position: fixed;
    bottom:100px; 
    right:150px;
    cursor:pointer;
    display:none;
    background: url('/images/up-arrow.png') no-repeat;
    z-index: 9999999;
}
.b-menu{
    display: none;
}
.mini-show{
    display: none;
}

/*-------------------------------------------GOODS------------------------------------------------------------*/
.products-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-product-wrap{
    max-width: 33%;
    margin-bottom: 40px;
}
.item-product{
    /*max-width: 350px;*/
}
.article-product{
    border-bottom: 4px solid #6666cc;
    font-size: 20px;
    font-family: "roboto-regular";
    font-weight: bold;
    padding: 15px 0;
}
.name-product a{
    display: block;
    font-size: 20px;
    font-family: "roboto-regular";
    font-weight: bold;
    padding: 15px 0;
    color: #000;
}
.wrap-card-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-card-product > div{
    width: 49%;
}
.card-name-article,.card-name-price{
    border-bottom: 4px solid #6666cc;
    font-size: 20px;
    font-family: "roboto-regular";
    font-weight: bold;
    padding: 15px 0;
}
.desc-product{
    padding: 15px 0;
}
.alert{
    padding: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    z-index: 9999999999999999;
    text-align: center;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-weight: bold;
}
.card-options span{
    font-weight: bold;
}
.popup-gallery{
    margin-top:20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6666cc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #6666cc;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6666cc;
    border-color: #6666cc;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*-------------------------------------------MEDIA------------------------------------------------------------*/
@media screen and (max-width: 1362px)  {
    .first-row div{
        width: 32%;
    }
}
@media screen and (max-width: 1292px)  {
    .offers-item{
        width: 32%;
    }
    .mail-form{
        padding: 65px 200px;
    }
}
@media screen and (max-width: 1204px)  {
    .item-product-wrap{
        max-width: 30%;
    }
}
@media screen and (max-width: 1140px)  {
    .wrap-logo{
        padding-right: 20px;
    }
    .offers-item p{
        padding-left: 0px;
    }
    .header{
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav ul{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px)  {
    .btn-formular{
        display: none;
    }
    .offers-item p{
        padding-left: 25px;
    }
    .desc-center {
        padding-left: 75px;
        padding-right: 105px;
        padding-bottom: 50px;
    }
    .wrap-desc-text{
        padding-left: 0;
        padding-right: 0;
    }
    .desc-list{
        margin-left: 0;
        margin-right: 0;
    }
    .mail-form{
        padding: 65px 100px;
    }
    .footer-item{
        width: 32%;
    }
    .nav ul li a{
        font-size: 18px;
    }
}

@media screen and (max-width: 930px)  {
    .nav ul li a{
        font-size: 16px;
    }
}

@media screen and (max-width: 890px)  {
    .item-product-wrap{
        max-width: 48%;
    }
    .nav ul li a{
        font-size: 14px;
    }
    .offers-item p{
        font-size: 18px;
    }
    .wrap-desc-list{
        padding-left: 40px;
    }
    .options-item{
        width: 32%;
        margin-right: 0;
    }
    .wrap-options-items{
        justify-content: space-between;
    }
    .wrap-desc-list ul:first-child{
        margin-right: 40px;
    }
}

@media screen and (max-width: 800px)  {
    .nav ul li a{
        font-size: 14px;
    }
    .offers-item p{
        font-size: 16px;
    }
    .options-item img {
        margin-bottom: 40px;
    }
    .options-item h2{
        font-size: 18px;
    }
    .wrap-desc-list{
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrap-desc-list ul:first-child{
        margin-right: 20px;
    }
    #toTop{
        right: 40px;
    }
    .wrap-logo{
        padding-right: 5px;
    }
    .wrap-form > form{
        margin-right: 5px;
    }
    .wrap-phone p.first-phone{
        margin-right: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 720px)  {
    .nav{
        display: none; 
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
    }
    .nav ul{
        display: block;
        padding: 25px 25px 40px 25px;
    }
    .nav ul li{
        margin-bottom: 22px;
    }
    .nav ul li a{
        font-size: 20px;
    }
    .slider-top{
        margin-top: 0;
    }
    .header{
        padding: 20px 25px;
        justify-content: space-between;
        align-items: center;
    }
    .wrap-phone{
        display: none;
    }
    .b-menu{
        display: block; cursor: pointer;
    }
    .offers{
        padding: 30px;
    }
    .options{
        padding: 40px 30px;
    }
    .description{
        padding: 30px;
    }
    .desc-center {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .wrap-desc-text{
        flex-wrap: wrap;
    }
    .wrap-desc-text img{
        display: block; margin: 0 auto;
        margin-bottom: 30px;

    }

    .wrap-desc-text .wrap-desc-text-item{
        width: 100%;
    }
    .wrap-desc-list{
        flex-wrap: wrap;
    }
    .wrap-desc-list ul{
        width: 100%;
    }
    .wrap-desc-list ul:first-child{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .mini-show{
        display: block;
    }
    .mini-select{
        border: 1px solid #fff;
        padding-top: 3px;
        padding-bottom: 7px;
        padding-left: 13px;
        font-size: 18px;
        background: #6666cc;
        color: #fff;
        width: 75px;
    }
    .mini-phone > img{
        margin: 0 auto;
        margin-bottom: 18px;
    }
    .mini-phone{
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
    }
    .mini-phone p{
        font-size: 20px;
        font-weight: bold;
    }
    .mini-phone span{
        font-weight: normal;
    }
    .mini-phone .btn-formular{
        margin-top: 35px;
        margin-bottom: 35px;
        cursor: pointer;
        justify-content: center;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .close-bmenu{
        position: absolute;
        top:25px;
        right: 25px;
        cursor: pointer;
    }
    .bx-controls-direction{
        display: none;
    }
    .bx-pager{
        display: block;
        
    }
    .slider-top .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: 10px;
        z-index: 999;

    }
    .slider-top .bx-wrapper .bx-pager{
        color: #fff; text-align: left; padding-left: 25px;
    }
    .slider-top .bx-wrapper .bx-pager.bx-default-pager a{
        background: transparent;
        border: 1px solid #fff;
        width: 15px;
        height: 15px;
        cursor: pointer;
        border-radius: 50%;
    }
    .slider-top .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .slider-top .bx-wrapper .bx-pager.bx-default-pager a.active, 
    .slider-top .bx-wrapper .bx-pager.bx-default-pager a:focus{
        background: #fff;
    }

    .offers .bx-wrapper .bx-pager.bx-default-pager a{
        background: transparent;
        border: 1px solid #6666cc;
        width: 15px;
        height: 15px;
        cursor: pointer;
        border-radius: 50%;
    }
    .offers .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .offers .bx-wrapper .bx-pager.bx-default-pager a.active, 
    .offers .bx-wrapper .bx-pager.bx-default-pager a:focus{
        background: #6666cc;
    }

    .offers .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: -30px;
        z-index: 999;

    }
    .offers .bx-wrapper .bx-pager{
        text-align: left;
    }
    .offers h1{
        margin-bottom: 30px;
    }

    .options .bx-wrapper{
        background: transparent;
    }

    .options .bx-wrapper .bx-pager{
        color: #fff; text-align: left;
    }
    .options .bx-wrapper .bx-pager.bx-default-pager a{
        background: transparent;
        border: 1px solid #fff;
        width: 15px;
        height: 15px;
        cursor: pointer;
        border-radius: 50%;
    }
    .options .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .options .bx-wrapper .bx-pager.bx-default-pager a.active, 
    .options .bx-wrapper .bx-pager.bx-default-pager a:focus{
        background: #fff;
    }
    .options{
        padding-bottom: 140px;
    }
    .options .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: -100px;
        z-index: 999;

    }

}

@media screen and (max-width: 680px)  {
    .mail-form {
        padding: 40px 50px;
    }
    .footer{
        padding-left: 25px;
        padding-right: 25px;
    }
    .wrap-card-product > div{
        width: 100%;
    }

}

@media screen and (max-width: 600px)  {
    .wrap-offers-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .offers-item{
        width: 100%;
    }
    .offers{
        padding-bottom: 50px;
    }
    .dl-title{
        padding-left: 25px;
        padding-bottom: 40px;

    }
    .first-row{
        flex-wrap: wrap;
    }
    .first-row div{
        width: 100%;
        margin-bottom: 17px;
    }
    .first-row div:last-child{
        margin-bottom: 0;
    }
    .footer-wrap{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-item{
        width: 100%;
        margin-bottom: 35px;
    }

    .f-icon,.i-icon{
        display: none;
    }
}

@media screen and (max-width: 480px)  {
    .item-product-wrap{
        max-width: 100%;
    }
    .description{
        padding-right: 0;
    
    }
    .desc-center,.wrap-desc-text-item{
        padding-right: 20px;
        text-align: left;
    }
    .wrap-desc-text{
        justify-content: flex-end;
    }
    .wrap-desc-text img{
        margin-right: 0;
        margin-left: 0;
    }

}