@import "bootstrap-grid.min.css";
@import "owl.carousel.min.css";
@import "animate.css";
@import "fonts.css";

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*::-webkit-scrollbar {
    background: #6a5839;
    width: 7px;
}
*::-webkit-scrollbar-thumb {
    background: #50442f;
}

.item-page h1 {
    color: #d20905;
    font-size: 55px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 15;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.item-page h2 {
    color: #d20905;
    font-size: 45px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 15;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3 {
    color: #d20905;
    font-size: 25px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

div#content_prem {
    width: 100%;
    height: 370px;
    background-color: #fff;
    border-top: 1px solid;
    /*border-bottom: 1px solid;*/
    margin-top: 50px;
    margin-bottom: 30px;
}

div#content_prem h2 {
    color: #d20905;
    font-size: 36px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 15;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}


#PopupFormSF { 
display: none; 
}

#PopupFormSF.active { 
display: block; 
}

#PopupFormSF.active { 
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
background-color: rgba(0, 0, 0, 0.8); 
z-index: 999; 
padding: 30px 0; 
} 

#PopupFormSF.active form {
    margin: -18px 0;
    width: 375px;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 16px;
    margin: 0px auto;
    border: 0px #816c48 solid;
}

#PopupFormSF.active #modal_close {
    position: relative;
    margin: 0px auto 0 auto;
    width: 30px;
    height: 30px;
    top: 14px;
    right: -181px;
    cursor: pointer;
    display: block;
    background: #816c48;
    color: #FFF;
    border: 2px solid;
    padding-right: 5px;
    padding-left: 6px;
    padding-top: 1px;
    font-family: Arial;
    padding-bottom: 11px;
    border-radius: 50%;
    box-shadow: 0 0 8px #092400;
    font-size: 23px;
    /* transform: translateX(195px); */
}

  #PopupFormSF.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    padding: 5px 0;
}



#PopupFormSF.active #modal_close {

    right: -187px;
}

.sf2-body h2 {
    color:#816c48;
}

#simpleForm2_100_ostavte_vash_nomer_elem {
    font-family: Arial;
    width: 100%;
    height: 25px;
    background: #ffffff;
    border: 2px solid #ababab;
    font-size: 16;
    font-weight: 100;
}

.sf2-body a {
    color: #816c48;
    cursor: pointer;
    text-decoration: none;
}






div#content_prem ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#content_prem ul li {
    float: left;
    width: 260px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 15px;
    list-style: none;
}

div#content_prem ul li img {
    margin: 22px 0 0 49px;
    display: block;
    margin-bottom: 30px;
}

.centr {
    width: 1166px;
    margin: 0 auto;
    text-align: center;
}

.item-page {
    padding: 0px 25px 0px 100px;
}

img {
    vertical-align: middle;
}
a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
button {
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
}
.container {
    max-width: 1170px;
}
/* bg-color */
.bg-blue {
    background-color: #1a7fc1;
}
.bg-green {
    background-color: #3fa41d;
}
.bg-red {
    background-color: #c02122;
}
.bg-orange {
    background-color: #e17700;
}
.bg-pink {
    background-color: #b56e93;
}
/* color */
.red {
    color: #d20905;
}
/* btn */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 55px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:5px;
}
.btn-red {
    border: 1px solid #d20905;
    color: #d20905;
}
/* header */
.header {
    position: relative;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: url(../img/header/background.png) no-repeat center/cover;
}

.header-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: url(../img/header/background-2.png) no-repeat center/cover;
}
.header-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: url(../img/header/background-3.png) no-repeat center/cover;
}

.header-bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: url(../img/header/background-4.png) no-repeat center/cover;
}

.header-bg5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100vh;
    background: url(../img/header/background-5.png) no-repeat center/cover;
}


.header-hand {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
.header-hand {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto -14px;
    height: 302px;
    width: 659px;
    background: url(../img/header/hand.png) no-repeat center/100%;
}
.header-top {
    padding-top: 35px;
    position: relative;
    z-index: 111;
}
.nav {
    display: flex;
    align-items: center;
}
.logo {
    margin-right: auto;
}
.nav_phone {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-right: 95px; 
    text-shadow: 1px 1px 2px black, 0 0 1em #f37505;    
}
.i-phone {
    display: inline-block;
    width: 19px;
    height: 28px;
    flex: 0 0 19px;
    background: url(../img/icons/header/phone.png) no-repeat center/100%;
    margin-right: 10px;
}
.menu-burger {
    cursor: pointer;
}
.i-menu {
    display: inline-block;
    width: 26px;
    height: 17px;
    background: url(../img/icons/header/menu.png) no-repeat center/100%;
}
.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    height: 100vh;
    background-color: #6a5839;
    padding-top: 55px;
    padding-left: 35px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-close {
    margin-bottom: 60px;
}
.i-close {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../img/icons/header/close.png);
}
.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.menu.show ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.menu.show ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.menu.show ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.menu.show ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.menu.show ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.menu.show ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.menu.show ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.menu.show ul li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.menu.show ul li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.menu.show ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
.menu ul li a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
}
.menu ul li a span {
    position: relative;
}
.menu ul li a span::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu ul li a:hover span::before {
    width: 100%;
}
.menu ul li a i {
    display: inline-block;
    margin-right: 16px;
    width: 31px;
    height: 24px;
}
.i-home {
    background: url(../img/icons/header/menu/home.png) no-repeat center/24px 21px;
}
.i-company {
    background: url(../img/icons/header/menu/company.png) no-repeat center/31px 21px;
}
.i-product {
    background: url(../img/icons/header/menu/product.png) no-repeat center/18px 24px;
}

.i-product2 {
    background: url(../img/icons/header/menu/product.png) no-repeat center/18px 24px;
}

.i-product3 {
    background: url(../img/icons/header/menu/product.png) no-repeat center/18px 24px;
}


.i-laboratory {
    background: url(../img/icons/header/menu/laboratory.png) no-repeat center/19px 23px;
}
.i-contacts {
    background: url(../img/icons/header/menu/contacts.png) no-repeat center/22px 23px;
}
.i-price {
    background: url(../img/icons/header/menu/price.png) no-repeat center/21px 22px;
}
.i-order {
    background: url(../img/icons/header/menu/order.png) no-repeat center/20px 24px;
}
.header-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-content h1 {
    z-index: 1;
    font-size: 75px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px;
    text-shadow: 1px 1px 2px black, 0 0 1em #f37505;
}


.header-content h2 {
    z-index: 1;
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px;
    text-shadow: 1px 1px 2px black, 0 0 1em #f37505;
}

.header-content p {
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 26px;
   text-shadow: 1px 1px 2px black, 0 0 1em #f37505;
}
.i-heart {
    z-index: 1;
    display: inline-block;
    width: 37px;
    height: 33px;
    background: url(../img/icons/header/heart.png);
}

/* section about */
.slider-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 0 0 auto;
}
.slider-item {
    display: flex;
    flex-direction: column;
}
.slider-item_text {
    padding: 50px 25px 50px 100px;
}
.slider_title h1 {
    color: #d20905;
    font-size: 32px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 0;
    margin-bottom: 43px;
    text-transform: uppercase;
    line-height: 1.1;
}
.slider_title h2 {
    color: #d20905;
    font-size: 28px;
    font-family: 'Adver Gothic', sans-serif;
    margin-top: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.slider_text {
    margin-bottom: auto;
}
.slider_text p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #342823;
}

.slider_text p a {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #d20905;
}


.slider_text p b {
    /*font-size: 18px;*/
}
.slider_image {
    position: relative;
    height: 100%;
}
.slider_image img {
    object-fit: cover;
    height: 100%;
}
.slider_image_number {
    position: absolute;
    left: 88px;
    bottom: 50px;
    font-family: 'Adver Gothic', sans-serif;
    font-size: 45px;
    color: #ffffff;
}

/*.slider-btn {
    margin-top: 0px;
    margin-bottom: -43px;
} */

.slider-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.prc51 {
color:#000000;
}

.owl-dots {
    display: flex !important;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 50%;
    justify-content: center;
}
.owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid #716042 !important;
    margin-right: 20px;
}
.owl-dot:last-child {
    margin-right: 0;
}
.owl-dot span {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.owl-dot.active span {
    background-color: #d20905;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* section product */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100px;
    background-color: #6a5839;
}
.section-title h3 {
    font-size: 45px;
    color: #ffffff;
    font-family: 'Adver Gothic', sans-serif;
    text-transform: uppercase;
}
.product-grid {
    display: grid;
    margin-bottom: 120px;
    grid-template-columns: repeat(5, 1fr);
}
.product-card {
    position: relative;
}
.product-card_image {
    overflow: hidden;
    position: relative;
    height: 345px;
}
.product-card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product-card_image i {
    display: inline-block;
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.product-card_text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    height: 120px;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
}
.product-card_text span {
    position: relative;
    z-index: 1;
}
.product-card_text::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    background-color: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-card:hover .product-card_text::before {
    top: -100px;
}
.i-premix {
    background: url(../img/icons/products/premix.png) no-repeat center/100%;
}
.i-compound {
    background: url(../img/icons/products/compound.png) no-repeat center/100%;
}
.i-minerals {
    background: url(../img/icons/products/minerals.png) no-repeat center/100%;
}
.i-raw {
    background: url(../img/icons/products/raw.png) no-repeat center/100%;
}
.i-meat-egg {
    background: url(../img/icons/products/meat-egg.png) no-repeat center/100%;
}
.product-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100px;
}
.product-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #816c48;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-buttons a:hover {
    background-color: #6a583a;
}
.product-buttons a i {
    margin-right: 20px;
}
.i-excel {
    width: 39px;
    height: 39px;
    background: url(../img/icons/products/price.png);
}
.i-basket {
    width: 42px;
    height: 41px;
    background: url(../img/icons/products/order.png);
}
.i-partner {
    width: 68px;
    height: 33px;
    background: url(../img/icons/products/partner.png);
}
.slider-right .owl-dots {
    left: initial;
    right: 0;
}

/* contact */
.contact-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.contact-item img {
    width: 100%;

}
.contact-info {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info2 {
    padding-top: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info, .contact-info2,
.contact-info a, .contact-info2 a {
    color: #342823;
    font-size: 18px;
    font-weight: 600;
}

.contact-info_item {
    display: flex;
    margin-bottom: 35px;
}

.contact-info_item i {
    margin-right: 15px;
    width: 29px;
    height: 42px;
}
.i-location {
    background: url(../img/icons/contacts/location.png)no-repeat center / 29px 42px;
}
.i-mobile {
    background: url(../img/icons/contacts/phone.png)no-repeat center / 21px 32px;
}
.i-email {
    background: url(../img/icons/contacts/email.png)no-repeat center / 21px 15px;
}
.contact-social {
    display: flex;
}
.contact-social a:not(:last-child) {
    margin-right: 50px;
}
.contact-social a i {
    display: inline-block;
    width: 65px;
    height: 65px;
}
.i-inst {
    background: url(../img/icons/contacts/instagram.png) no-repeat center/100%;
}
.i-vk {
    background: url(../img/icons/contacts/vk.png) no-repeat center/100%;
}
.i-youtube {
    background: url(../img/icons/contacts/youtube.png) no-repeat center/100%;
}

/* footer */
.footer {
    display: flex;
    align-items: center;
    height: 120px;
    padding-left: 150px;
    background-color: #6a5839;
}
.copyright {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.i-arrow {
    margin-right: 15px;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    background: url(../img/icons/footer/arrow.png);
}

#popup__toggle{

}
