@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    transition: none;
}
body{
    min-width: 1170px;
    font-family: 'Bitter', serif;
    transition: none;
}
.body{
    margin: 0 auto;
    padding: 0px;
    display: block;
    transition: none;
    overflow-x: hidden;
}
.wrapper{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
h2{
    /*color: #e31e25;*/
    font-size: 2rem;
    font-family: 'Jost', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 15px 0 15px;
}
h3{
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin: 15px 0 15px;
}

/* header */
header{
    background: #fff;
    padding: 15px 15px;
    font-family: 'Jost', sans-serif;
}
header .logo-block{
    text-align: center;
}
header .company-title{
    
}
header .company-title > div:first-child{
    color: #e31e25;
    font-size: 67px;
    font-weight: 400;
    line-height: 48px;
    margin: 20px 0 5px;
}
header .company-title > div.address{
    background: url(img/placeholder.svg) no-repeat left center /16px;
    padding-left: 24px;
    line-height: 20px;
}
header .company-title > div.phone{
    
}
header .company-title > div.phone a{
    position: relative;
}
header .contacts .phone .item a{
    background: url(img/call.svg) no-repeat left center /16px;
    padding-left: 24px;
}
header .contacts .whatsapp .item a{
    background: url(img/whatsapp_2.svg) no-repeat left center /16px;
    padding-left: 24px;
}
header .slogan{
    color: #1e1d19;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 15px;
}
header .contacts .phone{
    margin: 0 0 10px;
}
header .contacts .whatsapp{
    margin: 0 0 5px;
}
header .contacts .email{
    
}
header .contacts .title{
    font-size: 13px;
    color: #666;
}
header .contacts .item{
    line-height: 19px;
}
header .contacts .item a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
header .contacts .item a span{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
header .contacts .item a:focus span,
header .contacts .item a:hover span{
    color: #e31e25;
    border-bottom: 1px solid rgb(227 30 37 / 50%);
    text-decoration: none;
}

h1.logo{
    padding: 0;
    margin: 0;
}
h1.logo > a{
    display: inline-block;
    background: url(img/etalon-logo.png) no-repeat center center /cover;
    width: 100%;
    height: 150px;
    text-indent: -9999px;
}
h1.logo > a:hover{
    text-decoration: none;
}
h1.logo > a:focus{
    outline: none;
    text-decoration: none;
}

/* menu */
.main-menu > div.wrapper:before{
    content: '';
    position: absolute;
    display: block;
    width: 1170px;
    height: 29px;
    margin: 0 auto;
    bottom: 42px;
    left: 91px;
}
.main-menu{
    background: #000;
}
.main-menu ul{
    text-align: center;
}
.main-menu li{
    display: inline-block;
}
.main-menu li a{
    text-align: center;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 24px;
    display: block;
}
.main-menu li a:hover{
    background: none;
    text-decoration: underline;
}
.main-menu li a:focus{
    background: none;
}
.main-menu li ul{
    display: none;
}
.item-206 img{
    position: relative;
    top: -4px;
}

.bx-wrapper .bx-viewport{
    left: 0px;
    box-shadow: none;
    border: none;
    background: #f1f1f1;
}

.breadcrumb{
    padding: 10px 0px;
    margin-bottom: 5px;
}
.breadcrumb .divider{
    display: none;
}
.breadcrumb li a,
.breadcrumb li span{
    color: #000;
    font-size: 12px;
}
.breadcrumb>li+li:before{
    color: #000;
}

.main-slier > div > img{
    
}

.btn-red{
    font-family: 'Jost', sans-serif;
    border: none;
    display: block;
    width: 260px;
    min-width: 260px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 15px auto;
    background: #e31e25;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    /*zoom: 1;*/
    transition: .3s ease all;
}
.btn-red:hover{
    background: #e31e25;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    /*zoom: 1.01;*/
    transition: .3s ease all;
}
.btn-red:after{
    content: '';
    display: block;
    width: 90%;
    height: 20px;
    background: #e31e25;
    position: absolute;
    left: 14px;
    bottom: -8px;
    z-index: 0;
    border-radius: 3px;
    filter: blur(10px);
    opacity: 0.5;
    transition: .3s ease all;
}
.btn-red:hover:after{
    transition: .3s ease all;
    bottom: -15px;
    z-index: 0;
    opacity: 0.2;
    height: 40px;
    filter: blur(20px);
}

/* content-container */
.content-container{
    background: #fff;
    color: #0d1360;
    padding: 50px 0px 0px;
}
.content-container h2{
    text-align: center;
    font-family: 'RoadRadio';
    font-size: 32px;
    text-transform: uppercase;
    padding: 10px 0px 30px;
    margin: 0px;
}

/** about-company **/
.about_block .wrapper .component-wrapper,
.content_block .wrapper{
    padding: 50px 15px;
}
.about-company{
    font-size: 20px;
}

/* certificates-wrapper */
.certificates_block{
    background: #f1f1f1;
}
.certificates-wrapper{
    /*padding: 0px 0px 50px;*/
    padding: 50px 0px;
}
.certificates-wrapper .certificates-slider > div{
    text-align: center;
    background: #f1f1f1;
}
.certificates-wrapper .certificates-slider > div a{
    display: inline-block;
}
.certificates-wrapper .certificates-slider > div img{
    width: 170px;
}

/* catalog-wrapper */
.catalog_block{
    background: #fff;
}
.catalog-wrapper{
    padding: 50px 0px;
}
.catalog-wrapper .item{
    text-align: center;
}
.catalog-wrapper .item .image{
    display: inline-block;
    width: 290px;
    height: 236px;
    background-size: 260px !important;
}


/* price-wrapper */
.price_block{
    background: #f1f1f1;
}
.price-wrapper{
    padding: 50px 0px;
}
.price-wrapper > .item{
    text-align: center;
}
.price-wrapper > .item a{
    display: block;
    color: #0d1360;
    font-family: 'Bitter', serif;
    font-size: 16px;
    padding: 200px 0 0px 0;
    background: url(img/download.svg) no-repeat top 15px center /160px;
}


/* partners-wrapper */
.partners_block{
    background: #fff;
}
.partners-wrapper{
    padding: 50px 0px;
}
.partners-slider div{
    background: #fff;
    text-align: center;
}
.partners-slider div img{
    display: inline-block;
}


/* contacts-wrapper */
.contacts-wrapper{
    background: url(img/feedback_bg.jpg) no-repeat top center;
    background-size: 100%;
    background-attachment: fixed;
    min-height: 565px;
    color: #fff;
    padding: 10px 15px;
}
.contacts-wrapper h2{
    /*text-align: center;
    font-family: 'Bitter', serif;
    font-size: 24px;*/
    padding: 10px 0px 30px;
}
.contacts-wrapper .col-xs-6 p{
    margin: 0px;
}
.contacts-wrapper a{
    color: #fff;
    text-decoration: underline;
}

.rsform{
    /*width: 30%;*/
    margin: 0 auto;
}
.rsform h2{
    text-align: center;
    font-family: 'RoadRadio';
    font-size: 32px;
    text-transform: uppercase;
    padding: 30px 0px 30px;
    margin: 0px;
}
.rsform .col-xs-6:first-child{
    padding-left: 150px;
}
.rsform .col-xs-6:nth-child(2){
    padding-right: 150px;
}
.formResponsive .formHorizontal .formControls{
    margin: 0;
}
.formResponsive input[type="text"], 
.formResponsive input[type="password"]{
    width: 100%;
    padding: 15px 10px;
    font-family: 'Bitter', serif;
    font-size: 14px;
}
.formResponsive textarea{
    width: 100%;
    padding: 7px 10px;
    font-family: 'Bitter', serif;
    font-size: 14px;
    height: 150px;
}
.formResponsive input[type="submit"]{
    display: block !important;
    width: 300px !important;
    min-width: 260px !important;
    padding: 15px 15px !important;
    color: #0d1360 !important;
    text-align: center !important;
    font-family: 'RoadRadio' !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    margin: 15px auto !important;
    background: #c1c4e5 !important;
    border-radius: 4px !important;
    box-shadow: 0px 3px 3px rgba(255,255,255,0.5) inset, 3px 0px 3px rgba(13,19,96,0.2) inset, -3px 0px 3px rgba(13,19,96,0.2) inset, 0px -3px 3px rgba(13,19,96,0.75) inset !important;
    border: none !important;
}
.formResponsive input[type="submit"]:focus{
    outline: none;
}
.rsform-block-submit{
    margin-bottom: 0px;
    height: 70px;
}
.formDescription,
.formResponsive .formHorizontal .formValidation{
    display: none !important;
}


/** contacts-wrapper **/
.contacts-wrapper .phone .item a{
    background: url(img/call.svg) no-repeat left center /16px;
    padding-left: 24px;
}
.contacts-wrapper .whatsapp .item a{
    background: url(img/whatsapp_2.svg) no-repeat left center /16px;
    padding-left: 24px;
}
.contacts-wrapper .email .item a{
    background: url(img/email.svg) no-repeat left center /16px;
    padding-left: 24px;
}
.contacts-wrapper .address{
    margin: 0 0 15px;
}
.contacts-wrapper .phone{
    margin: 0 0 15px;
}
.contacts-wrapper .whatsapp{
    margin: 0 0 15px;
}
.contacts-wrapper .email{
    
}
.contacts-wrapper .title{
    font-size: 13px;
    color: #ccc;
}
.contacts-wrapper .item{
    /*line-height: 16px;*/
}
.contacts-wrapper .item a{
    color: #fff;
    text-decoration: none;
}
.contacts-wrapper .item a span{
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.contacts-wrapper .item a:focus span,
.contacts-wrapper .item a:hover span{
    color: #e31e25;
    border-bottom: 1px solid rgb(227 30 37 / 50%);
    text-decoration: none;
}

/* map-wrapper */
.map-wrapper{
    height: 450px;
    background: #fff url(img/bx_loader.gif) no-repeat center center;
}
.map-wrapper iframe{
    width: 100%;
}

/* footer */
footer{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    background: url(img/feedback_bg.jpg) no-repeat top center;
    background-size: 100%;
    background-attachment: fixed;
}


/* galley */
.gallery{
    text-align: center;
}
.gallery a.gallery-item{
    width: 220px;
    height: 
}


/* slider buttons */
.bx-wrapper .bx-controls-direction a{
    width: 51px;
    height: 51px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
    background: url(img/next-red.svg) no-repeat center center /24px;
    right: -60px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(img/prev-red.svg) no-repeat center center /24px;
    left: -60px;
}
.slider-wrapper .bx-controls-direction a.bx-next{
    background: url(img/next.png) no-repeat center center;
    right: 10px;
}
.slider-wrapper .bx-controls-direction a.bx-prev{
    background: url(img/prev.png) no-repeat center center;
    left: 10px;
}


#totop{
    display: none;
    background: url(img/totop.png) no-repeat center center;
    background-size: 64px;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 15px;
    right: 115px;
    z-index: 9;
    color: transparent;
}


.btn-group .btn{
    width: 100px;
    padding-left: 30px;
    background-position: left 10px center;
}
.btn-group .btn:focus{
    outline: none;
}

/* search results */
#search-searchword{
    width: 520px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
    #search-searchword:focus{
        outline: none;
    }
.btn-group button{
    width: 32px;
    height: 32px;
    background: #ccc url(img/search.png) no-repeat center center;
}
.searchintro{
    margin: 20px 0px;
    text-align: center;
}
#searchForm fieldset{
    margin-bottom: 20px;
}
#searchForm fieldset legend{
    margin: 0;
}
#searchForm .radio, 
#searchForm .checkbox{
    display: inline-block;
    width: 210px;
    margin-left: 20px;
}
.search-result-item{
    margin-bottom: 10px;
}
.ordering-box{
    margin-top: 20px;
}
.result-title a{
    font-size: 18px;
    color: #3e4095;
}


/* component-wrapper */
.component-wrapper{
    padding: 15px 30px 30px;
}


/* blog */
.blog{
    
}


/* subcategories */
.subcategories{
    
}
.subcategories .subcat-item{
    font-family: 'Jost', sans-serif;
    height: 350px;
}
.subcategories .subcat-item:hover{
    text-decoration: none;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
    -moz-filter: contrast(1.3);
}
.subcategories .subcat-item .img{
    text-align: center;
    width: 350px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}
.subcategories .subcat-item .img img{
    max-width: 100%;
}
.subcategories .subcat-item .title{
    color: #0d1360;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 30px;
}


.blog .product-item.item{
    font-family: 'Jost', sans-serif;
    height: 350px;
}
.blog .product-item.item:hover{
    text-decoration: none;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
    -moz-filter: contrast(1.3);
}
.blog .product-item.item .img{
    text-align: center;
    width: 350px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}
.blog .product-item.item .img img{
    /*max-height: 150px;*/
    max-width: 100%;
}
.blog .product-item.item .title{
    color: #0d1360;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 30px;
}


/* article */
.article-item .text .no-style{
    background: none !important;
    border: none !important;
    color: #0d1360 !important;
    font-weight: normal !important;
}
.article-item{
    
}
.article-item .intro-image{
    text-align: center;
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.article-item .text table{
    
}
.article-item .text table tr:nth-child(2n-1) td{
    background: rgba(13,19,96,0.1);
}
.article-item .text table tr td{
    border: 1px solid #0d1360;
    padding: 5px;
}
.article-item .text table tr:first-child td,
.article-item .text table tr:first-child:hover td{
    background: #0d1360;
    color: #fff;
    font-weight: bold;
}
.article-item .text table tr:hover td{
    background: #bbb;
}

.metrika{
    margin-top: 10px;
}

.contacts-wrapper div.formBody{
    float: none;
}
.contacts-wrapper .formControls{
    display: block;
    width: 100%;
    margin: 0 0 6px;
}
#Submit{
    width: 300px;
}
#g-recaptcha-28 > div{
    margin: 0 auto;
}

/** gallery_items **/
.gallery_items{
    justify-content: center;
}
.gallery_items .item{
    text-align: center;
}
.gallery_items .item .title{
    margin: 15px 0 0;
    font-weight: 900;
    font-size: 18px
}
.gallery_items .item .info{
    margin: 10px 0 30px;
    font-size: 14px;
}
.gallery_items .item .info p{
    margin: 0;
}
.gallery_items .item .info a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.gallery_items .item .info a:focus span,
.gallery_items .item .info a:hover span{
    color: #e31e25;
    border-bottom: 1px solid rgb(227 30 37 / 50%);
    text-decoration: none;
}