@import "fonts.css";
@import "template.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "gallery.css";
@import "reviews.css";

/**/

input:focus,
button:focus,
a:focus {
    outline: none;
}


/*шапка*/

.head {
    margin: 10px 0;
}

.head .block {
    margin-top: 30px;
}

.head .block,
.head .linia {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.head .linia:nth-child(1) {
    margin-right: 5px;
}

.head .linia p {
    margin: 0;
    color: #404040;
}

.head .phone {
    font-size: 20px;
    line-height: 1;
}

.head .phone a {
    font-size: 15px;
    color: #517849;
}

.head .mail {
    margin: 30px 10px 0;
}

.head .mail a {
    font-size: 18px;
    color: #404040;
}


/*меню*/

.navigation {
    height: 40px;
    box-shadow: 3px 3px 5px rgba(190, 151, 5, 0.52) inset;
    background: #fcdc65;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation ul li {
    position: relative;
}

.navigation ul li a {
    color: #404040;
}

.navigation>ul {
    text-align: center;
}

.navigation>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 55px;
}

.navigation>ul>li>a {
    text-transform: uppercase;
    color: #404040;
    font-size: 22px;
    padding: 0 10px;
    text-decoration: none;
    line-height: 40px;
    display: block;
}

.navigation>ul>li:hover>a,
.navigation>ul>li.header-nav__active>a {
    color: #fff;
    background: #517849;
    box-shadow: 3px 3px 5px rgba(33, 61, 28, 0.52) inset;
}

.navigation>ul>li>ul {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 15px;
    width: 250px;
    background: #fcdc65;
    display: none;
    text-align: left;
    z-index: 3;
}

.navigation>ul>li:hover>ul {
    display: block;
}

.navigation>ul>li>ul>li {
    margin: 5px 0;
}


/*слайдер*/

.slid {
    width: 945px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.slid #slider-1 {
    width: 1920px;
    margin-left: -480px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.slid .slider__caption {
    width: 945px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 440px;
}

.slid .images {
    width: 721px;
    height: 333px;
    background: url('../images/slider_tovar_back.png') no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slid .text p {
    margin: 0;
    line-height: 1;
}

.slid .text {
    width: 458px;
    position: absolute;
    right: 0;
    top: 55px;
    color: #000;
    font-size: 20px;
    text-align: justify;
}

.slid .zag {
    font-size: 49px;
    color: #fff;
    font-family: "NeusaBold";
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px !important;
}

.slid .btn {
    margin-top: 40px !important;
}

.slid .btn a {
    width: 263px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #404040;
    text-decoration: none;
    display: block;
    background: #fcdc65;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out 0s;
}

.slid .btn a:hover {
    background: #527a4a;
    color: #fff;
}

.slid .slider__prev {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/slider_prev.png') no-repeat center;
    bottom: 0;
    right: 50%;
    font-size: 0;
    margin-right: -501px;
}

.slid .slider__next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/slider_next.png') no-repeat center;
    bottom: 0;
    right: 50%;
    font-size: 0;
    margin-right: -560px;
}


/*баннеры*/

.banners {
    margin-top: 45px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.banners a {
    text-decoration: none;
}

.banners .block {
    width: 220px;
    height: 244px;
    margin: auto;
    border: 1px solid #5e8257;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    transition: all 0.3s ease-out 0s;
}

.banners .block:last-child {
    margin-right: 0;
}

.banners .block:hover {
    box-shadow: 0px 5px 20px #374734;
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
}

.banners .img {
    height: 182px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.banners .img:after {
    width: 300px;
    height: 300px;
    background: #fcdc65;
    position: absolute;
    top: 380px;
    left: 25px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    content: '';
    transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transition: all 0.3s ease-out 0s;
}

.banners .block:hover .img:after {
    top: -30px;
    left: -40px;
}

.banners .img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.banners .txt {
    position: absolute;
    width: 218px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fcdc65;
    transition: all 0.3s ease-out 0s;
}

.banners .block:hover .txt {
    font-family: "NeusaBold";
}

.banners .txt p {
    width: 228px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    color: #404040;
    font-size: 22px;
    line-height: 1;
}


/*о компании*/

.ab_com {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.ab_com:after {
    background: url(../images/o_komp_back.jpg) no-repeat top center;
    width: 1918px;
    height: 760px;
    content: '';
    position: absolute;
    top: -369px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.ab_com .container {
    position: relative;
    z-index: 1;
}

.ab_com .o_komp {
    text-align: justify;
    color: #fff;
}

.ab_com .o_komp .h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-size: 45px;
    font-family: "NeusaBold";
    margin: 0;
}

.ab_com .btn {
    text-align: center;
    margin-top: 30px;
}

.ab_com .btn a {
    width: 263px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fcdc65;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid #fcdc65;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: auto;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.ab_com .btn a:hover {
    background: #fcdc65;
    color: #232323;
}

.ab_com .block {
    position: relative;
    color: #e7f2e5;
    line-height: 1.3;
    width: 280px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.ab_com .block .img {
    position: absolute;
    left: -50px;
    top: 10px;
    z-index: -1;
}

.ab_com .block .zag {
    font-family: "NeusaBold";
    font-size: 22px;
    color: #fcdc65;
    margin: 0;
}

.ab_com .block p {
    margin: 0;
}

.ab_com .linia {
    display: inline-block;
    vertical-align: top;
    margin: 17px 2px 0;
}


/*партнеры*/

.partners {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    clear: both;
}

.partners p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 17px;
}

.partners img {
    margin: auto;
}

.partners .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 0;
    border: none;
    position: absolute;
    top: 0;
    z-index: 3;
}

.partners .slick-prev {
    background: url('../images/slider_prev.png') no-repeat center;
    left: 0;
}

.partners .slick-next {
    background: url('../images/slider_next.png') no-repeat center;
    right: 0;
}


/*подвал*/

.foot {
    background: #222a21;
    padding: 30px 0;
}

.foot p {
    margin: 0;
}

.foot .yer {
    font-size: 16px;
    color: #fff;
}

.foot .copy {
    font-size: 16px;
    color: #5a6b58;
}

.foot .block,
.foot .linia {
    display: inline-block;
    vertical-align: middle;
}

.foot .linia:nth-child(1) {
    margin-right: 5px;
}

.foot .linia p {
    margin: 0;
}

.foot .phone {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.foot .phone a {
    font-size: 15px;
    color: #fcdc65;
}

.foot .mail {
    margin: 0 10px;
}

.foot .mail a {
    font-size: 18px;
    color: #fff;
}

.foot .locat {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.foot .locat a {
    font-size: 15px;
    color: #fcdc65;
}


/**/

.page-header h1 {
    text-align: center;
    color: #fcdc65;
    font-size: 45px;
    font-family: "NeusaBold";
}


/* доставка */

.delivery {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}


/* .delivery #slider-1 {
    width: 1920px;
    margin-left: -480px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
} */

.delivery .slider__caption {
    width: 945px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 440px;
}

.delivery .slider__item {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.delivery .slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery .images {
    width: 721px;
    height: 333px;
    background: url('../images/slider_tovar_back.png') no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.delivery .text p {
    margin: 0;
    line-height: 1;
}

.delivery .text {
    width: 458px;
    position: absolute;
    right: 0;
    top: 55px;
    color: #000;
    font-size: 20px;
    text-align: justify;
}

.delivery .zag {
    font-size: 49px;
    color: #fff;
    font-family: "NeusaBold";
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px !important;
}

.delivery .btn {
    margin-top: 40px !important;
}

.delivery .btn a {
    width: 263px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #404040;
    text-decoration: none;
    display: block;
    background: #fcdc65;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out 0s;
}

.delivery .btn a:hover {
    background: #527a4a;
    color: #fff;
}

.delivery .slider__prev {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/slider_prev.png') no-repeat center;
    bottom: 0;
    right: 52%;
    font-size: 0;
    /* margin-right: -501px; */
}

.delivery .slider__next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/slider_next.png') no-repeat center;
    bottom: 0;
    right: 46%;
    font-size: 0;
    /* margin-right: -560px; */
}

.deliveryTitle {
    font-size: 20px;
}