﻿/* @import url(media.css); */

body {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 8px;
    position: absolute;
}
::-webkit-scrollbar-track-piece {
    background: #fff;
    opacity: .3;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #1f528b;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}



/* SCROOL TO TOP */
.scrollToTop {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    right: 4%;
    bottom: 100px;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.scrollToTop:hover {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}
.scrollToTop i {
    display: inline-block;
    position: absolute;
    font-size: 45px;
    color: #1f528b;
    top: 20%;
    transform: translateX(-50%);
    left: 50%}
.fadeOff {
    opacity: 1;
    visibility: visible;
    z-index: -2;
}




.container-fluid{
    max-width:1920px;
}



.wrapper{
    position:relative;
    z-index:10;
    width:100%;
    min-height:100vh;
    transition:.6s linear;
    box-shadow:1px -5px 100px 9px rgba(0,0,0,0.32);
    transform:translateY(0) scale(1);
    border-radius:0;
    overflow:hidden}

.wrapper.active{
    transform:translateY(600px) scale(.9)}

.wrapper.active-small{
    opacity:0;
    overflow:hidden}




/* HEADER */
.head{
    position:absolute;
    z-index:20;
    width:100%;
    font-family:TTProstoSansRegular,sans-serif}

.head__logo{
    position:absolute;
    left:4%;
    width:204px;
}

.head__logo img{
    width:204px;
    /* oleg max-width:100%;*/
}

.head__nav{
    position:absolute;
    right:0;
    border-radius:40px;
    background:rgba(3,78,161,0.51);
    padding:0;
    margin-bottom:30px;
    margin-top:20px;
    z-index:25;
    margin-right:6%;
}

.head__nav a{
    text-decoration:none}
.head__nav a.active .head__nav__button span:nth-child(1){
    top:8px;opacity:0}
.head__nav a.active .head__nav__button span:nth-child(2){
    transform:rotateZ(45deg)}
.head__nav a.active .head__nav__button span:nth-child(3){
    transform:rotateZ(-45deg)}
.head__nav a.active .head__nav__button span:nth-child(4){
    top:8px;opacity:0}
.head__nav__text{
    display:inline-block;
    height:80px;
    color:#fff;
    vertical-align:middle;
    font-size:12px;
    font-weight:700;
    line-height:80px;
    padding:0 35px;
    text-transform:uppercase}
.head__nav__button{
    display:inline-block;
    height:80px;
    width:80px;
    border-radius:50%;
    position:relative;
    background:#fff;
    vertical-align:middle;
    z-index:100}
.head__nav__button .cont{
    position:relative;
    width:25px;
    margin:auto;
    top:30px}
.head__nav__button .cont span{
    display:block;
    width:100%;
    position:absolute;
    background:#0d55a5;
    height:2px;
    border-radius:2px;
    transition:.3s linear}
.head__nav__button .cont span:nth-child(1){
    top:0}
.head__nav__button .cont span:nth-child(2){
    top:8px}
.head__nav__button .cont span:nth-child(3){
    top:8px}
.head__nav__button .cont span:nth-child(4){
    top:16px}
.head__nav__menu{
    visibility:hidden;
    opacity:0;
    max-height:0;
    z-index:-10;
    transition:.3s linear;
    display:block;
    position:absolute;
    right:0;top:100px;
    margin-right:6%;margin-top:50px}
.head__nav__menu.active{
    visibility:visible;
    opacity:1;
    z-index:10;
    max-height:100vh}
.head__nav__menu ul{
    display:block;text-align:right}
.head__nav__menu ul li{
    display:block}
.head__nav__menu ul li a{
    color:#fff;
    font-size:16px;
    display:block;
    padding:10px 0;
    transition:.3s linear;
    text-transform:uppercase;
    font-weight:700}
.head__nav__menu ul li a:hover{
    text-decoration:none;
    opacity:.7}
















/* */

.stork {
    position: absolute;
    right: 25%;
    top: 150px;
}









/* COMMON SCREENS - BEGIN */
.gallery-all-screen, .employees-all-screen, .news-all-screen, .company-all-screen, .export {
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    box-shadow: none;
    border-radius: 0;
    /*transition: all 1s ease-in-out;*/
    position: relative;
    background-repeat:no-repeat ;
    background-position: center top;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    background-color: #f0f5fa;
    background-image: url(/image/header-bg.jpg);
}



.gallery-navigation-bar, .employees-navigation-bar, .news-navigation-bar, .company-navigation-bar {
    margin-top: 50px;
    font-size: 12px;
    font-family: TTProstoSansBold;
}


.gallery-navigation-bar div, .employees-navigation-bar div, .news-navigation-bar div, .company-navigation-bar div, .contacts-navigation-bar div {
    display: inline;
    margin-left: 3%;
}


.gallery-navigation-bar div a, .employees-navigation-bar div a, .news-navigation-bar div a, .company-navigation-bar div a, .contacts-navigation-bar div a {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
}


.gallery-navigation-bar div a.active, .employees-navigation-bar div .active, .news-navigation-bar div a.active, .company-navigation-bar div a.active, .contacts-navigation-bar div a.active  {
    border: 2px solid #FFF;
    border-radius: 40px;
}


/* COMMON SCREENS - END */










/* FROM INDEX */

/* SLIDER */
.new-slider {
    margin-top: 80px;
}
.slider {
    position: relative;
}
.slider .slide {
    min-height: 600px;
}
.slider .slide img {
    display: block;
    margin: auto;
}
.slider .slide .layer {
    text-align: center;
    width: 100%}
.slider .slide:hover, .slider .slide:active, .slider .slide:focus {
    outline: none;
}
.slider .arrow {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 55px;
    display: block;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    transition: .3s linear;
}
.slider .arrow:hover {
    opacity: .8;
}
.slider .arrow-left {
    left: 15%}
.slider .arrow-right {
    right: 15%}
.slider .slick-dots {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 0;
    height: 50px;
    overflow: hidden;
}
.slider .slick-dots:nth-child(odd) {
    display: none;
    opacity: 0;
}
.slider .slick-dots li {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid rgba(255, 255, 255, 0.51);
    border-radius: 50%;
    margin: 15px;
    transition: .3s linear;
}
.slider .slick-dots li.slick-active {
    background: #fff;
}
.slider .slick-dots li button {
    display: none;
}
.slider.cow-slider .slick-list {
    min-height: 100px;
}
.slider.cow-slider .slide {
    min-height: 0;
}
.slider.cow-slider .arrow {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-size: 24px;
    top: 40%}
.slider.cow-slider .arrow-left {
    left: 0;
}
.slider.cow-slider .arrow-right {
    right: 0;
}
.slider.video-slider .slide {
    transition: .3s linear;
    transform: scale(.97);
}
.slider.video-slider .slide.slick-current {
    transform: scale(1);
}
.video-slider-arrows {
    position: relative;
    margin-top: 60px;
    height: 30px;
}
.video-slider-arrows .arrow {
    position: absolute;
    top: 0;
    font-size: 18px;
    display: block;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    transition: .3s linear;
}
.video-slider-arrows .arrow .here {
    margin: 0 15px;
}
.video-slider-arrows .arrow:hover {
    opacity: .8;
}
.video-slider-arrows .arrow-left {
    left: 5%;
    color: #309549;
}
.video-slider-arrows .arrow-left span:nth-child(2) {
    color: #000;
}
.video-slider-arrows .arrow-right {
    right: 5%;
    color: #309549;
}
.video-slider-arrows .arrow-right span:nth-child(1) {
    color: #000;
}
.you-slide {
    position: relative;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.you-slide__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.you-slide__back__back {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(19, 83, 164, 0.5);
    filter: blur(5px);
    left: 0;
    top: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.you-slide__back__title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-top: 120px;
    text-shadow: 1px 1px #1a1a1a;
}
.you-slide__back__description {
    position: absolute;
    z-index: 2;
    left: 10%;
    bottom: 10%;
    max-width: 500px;
    max-height: 150px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    text-shadow: 0 0 1px #5f5f5f;
}
.you-slide__back__play {
    max-width: 180px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -90px;
    top: 40%}
.you-slide__back__play img {
    max-width: 100%}
.you-slide iframe {
    width: 100%;
    min-height: 900px;
    height: auto;
}














/************************* vidget excursion 2020-01-15 *************************/

.vidget {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 530px;
	z-index: 500;
	width: 325px;
}

.vidget-thanks {
	display: none;
	padding: 50px 25px;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	background: #fff;
}

.vidget-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 62px;
	padding: 0 0 0 25px;
	color: #f7c100;
	font-size: 14px;
	text-decoration: none;
	background: #211c3a;
	border-radius: 20px 20px 0 0;
}

.vidget-top:link, .vidget-top:visited, .vidget-top:hover {
    color: #f7c100;
    text-decoration: none;
}


.vidget-top-icon {margin: 0 15px 0 0;}

.vidget-main {
	display: none;
	padding: 19px 25px 25px;
	background: #fff;
}
.vidget-text {
	margin: 0 0 27px;
	color: #211c3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.vidget-form {
	padding: 15px 15px 15px;
	background: #fff;
	border-top: 2px solid #19c13a;
	box-shadow: 0px 0px 8.9px 1.1px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.vidget-close {
	position: absolute;
	top: 19px;
	right: -36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border: 1px solid #211c3a;
	border-radius: 50%;
	opacity: 0;
}
.vidget-close.vis {opacity: 1;}
.vidget-close svg {
	width: 10px;
	height: 10px;
}

@media screen and (max-width: 1780px) {
	.vidget {
		left: auto;
		margin-left: 0;
		right: 40px;
	}
}
@media screen and (max-width: 576px) {
	.vidget {
		right: 20px;
	}
	.vidget-close {
		top: -35px;
		right: 0px;
	}
}
@media screen and (max-width: 360px) {
	.vidget {
		width: 280px;
	}
	.vidget-top {
		padding: 0 0 0 15px;
		font-size: 14px;
	}
	.vidget-top-icon {
		margin: 0 15px 0 0;
	}
	.vidget-main {
		padding: 19px 15px 25px;
	}
}
/************************* form-block *************************/
.vidget-input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 11px;
	margin: 0 0 15px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
    border: 0;
	border-bottom: 1px solid #19c13a;
}
.vidget-submit {
	display: block;
	width: 100%;
	height: 39px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	background: #19c13a;
    border: 0;
	border-radius: 10px;
	transition: all .3s linear;
}
.vidget-submit:hover {
	background: #0da22a;
}
::-webkit-input-placeholder {color: #7e7e7e;}
:-moz-placeholder {color: #7e7e7e; opacity: 1;}
::-moz-placeholder {color: #7e7e7e; opacity: 1;}
:-ms-input-placeholder {color: #7e7e7e;}
.vidget-input.error, .vidget-textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}





























.pagination {
    display: block;
    margin: auto;
    text-align: center;
    padding: 0;
    margin-top: 2%;
    margin-bottom: 2%}
.pagination li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination li a, .pagination li span {
    display: block;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 0;
}
.pagination li.active a, .pagination li.active span {
    background: #337ab7;
    color: #fff;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.footer {
    background-color: #f5f5f5;
    background-image: url("/image/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 36px 0 20px;
    color: #fff;
    z-index: 1000;
}
.footer p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 400;
}
.footer p i {
    font-size: 18px;
    margin-right: 18px;
}
.footer p a {
    color: #2078ce;
    font-weight: 700;
    transition: .3s linear;
}
.footer__left img:nth-child(1) {
    margin-bottom: 40px;
}
.footer__left a {
    text-decoration: none;
}
.footer__left a img {
    margin-right: 20px;
    margin-bottom: 0 !important;
}
.footer__left a {
    color: #ffc700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.footer__right {
    float: right;
    text-align: right;
}
.footer__right__social {
    margin-bottom: 40px;
}
.footer__right__social ul {
    margin: 0;
    padding: 0;
}
.footer__right__social ul li {
    list-style-type: none;
    display: inline-block;
}
.footer__right__social ul li a {
    display: block;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    line-height: 35px;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: 13px;
    transition: .3s linear;
    margin-left: 15px;
}
.footer__right__social ul li a:hover {
    text-decoration: none;
}
.footer__right__social ul li a.fb i {
    margin-right: 5px;
}
.footer__right__social ul li a.fb:hover {
    background-color: #3d5b99;
}
.footer__right__social ul li a.ok:hover {
    background-color: #fa870d;
}
.footer__right__social ul li a.vk:hover {
    background-color: #507299;
}
.footer__right__social ul li a.insta:hover {
    background-color: #bf8360;
}




.footer__menu li{
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}



        
.img-num-collection{
    color: #ffffff;
    position: absolute;
    bottom: 1%;
    left: 5%;
    font-size: 500%;
    z-index: 3;
    text-shadow: 0 0 2px #5c5c5c;
}
.img-num-collectionsmall{
    color: #ffffff;
    position: absolute;
    bottom: 25%;
    left: 100%;
    font-size: 20%;
}








/* MAIN PAGE - SLIDE GOODS */
.goods-label {
    border-radius: 62px;
    background-color: rgba(8, 90, 169, 0.5);
    text-shadow: none;
    text-align: center;
    padding: 20px 30px 20px;
    display: inline-block;
    margin: 0;
    position: relative;
}
.goods-label h4 {
    font-family: TTProstoSansBold, sans-serif;
    color: #fff;
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.goods-label p {
    font-family: TTProstoSansRegular, sans-serif;
    text-align: center;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.goods-label .link-info {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #1c62b4;
    text-decoration: underline;
    font-size: 80%;
    text-shadow: none;
    font-family: TTProstoSansBold, sans-serif;
    background: transparent;
    cursor: pointer;
    transition: .3s linear;
}
.goods-label .link-info:focus, .goods-label .link-info:active {
    outline: none;
}



.catalog {
    background-image: url("/image/bg-catalog-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.catalog .slick-slider .slick-list {
    min-height: 100px;
    transition: .3s linear;
}
.catalog .slick-slider .slick-slide {
    min-height: 100px;
}
.catalog .approvedByBatya {
    opacity: .5;
    padding-left: 2%;
    position: absolute;
    right: 20%;
    top: 50px;
    transition: .3s linear;
}
.catalog .approvedByBatya img {
    display: inline-block;
}
.catalog .info {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 40%;
    transition: .3s linear;
}
.catalog .brandName {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    margin-top: 150px;
    transition: .3s linear;
}
.catalog__container {
    margin: auto;
    text-align: center;
    overflow: hidden;
    min-height: 100vh;
}
.catalog__container__main {
    display: block;
    position: relative;
}
.catalog__container__main.active {
    z-index: 100;
}
.catalog__container__main .slick-track .slick-slide {
    min-height: 100vh;
    position: relative;
    max-height: 1100px;
}
.catalog__container__main .main-slide {
    margin-top: 130px;
}
.catalog__container__main .main-slide img {
    max-width: 100%}
.catalog__container__main .main-slide .mainEvent {
    min-height: 600px;
}
.catalog__container__main .main-slide .inform-block {
    position: absolute;
    height: 100%;
    top: 0;
    left: 20%;
    color: #fff;
    background: rgba(3, 78, 161, 0.5);
    padding: 0 100px;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -30;
    transition: .3s linear;
    max-width: 600px;
}
.catalog__container__main .main-slide.show .inform-block {
    opacity: 1;
    visibility: visible;
    z-index: 30;
}
.catalog__container__main .main-slide.show .main-stage {
    transform: translateX(20%);
}
.catalog__container__main .main-slide.show .approvedByBatya, .catalog__container__main .main-slide.show .info, .catalog__container__main .main-slide.show .brandName {
    opacity: 0;
}
.catalog__container .arrow {
    background: transparent;
    font-size: 60px;
    line-height: 72px;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    opacity: .6;
    transition: .3s linear;
}
.catalog__container .arrow:hover {
    opacity: 1;
}
.catalog__container .arrow.active.arrow-left {
    left: 10%}
.catalog__container .arrow.active.arrow-right {
    right: 10%}
.catalog__container .arrow-left {
    left: 20%}
.catalog__container .arrow-right {
    right: 20%}
.catalog__container .slick-list {
    overflow: visible;
}
.catalog__container .slick-slider {
    position: relative;
}
.catalog__container__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background-image: url("../image/catalog-bg-milk.png");
}
.catalog__container__thumb .slick-list {
    overflow: visible;
}
.catalog__container__thumb .slick-slide {
    transition: .3s linear;
    position: relative;
    text-align: center;
}
.catalog__container__thumb .slick-slide img {
    margin: auto;
}
.catalog__container__thumb .slick-slide:after {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    bottom: -100px;
    height: 30px;
    background: url("../image/Shadow.png") no-repeat center;
    transition: .3s linear;
}
.catalog__container__thumb .slick-slide.slick-active.slick-center {
    transform: translateY(-20px);
}
.catalog__container__thumb .slick-slide.slick-active.slick-center:after {
    opacity: 1;
    visibility: visible;
    bottom: -40px;
}
.cloud-bird .layer {
    width: 100%;
    text-align: center;
}
.cloud-bird .layer>img {
    position: absolute;
}
.cloud-bird__cloud-left {
    left: 0;
    max-width: 30% !important;
}
.cloud-bird__cloud-right {
    right: 0;
    max-width: 30% !important;
}
.cloud-bird__birds-left {
    left: 20%;
    max-width: 20%}
.cloud-bird__birds-right {
    right: 20%;
    bottom: -280px;
}








.thumbnail {
    margin: 10px;
    padding: 0px;
    border-radius: 10px;
    border: 0px solid #ddd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}
.thumbnail .caption {
    border-radius: 10px;
}

.thumbnail img {
    width: 100%;
    border-radius:  10px 10px 0px 0px ;
}

.caption div{
    padding: 0px;
    min-height: 90px;
}

.caption h3{
    font-size: 20px;
}











/*                                    */    
/*==========  Desktop First  ==========*/
/*                                    */

    
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .slider .first-line {
        display: none;
    }
    .slider .second-line__center {
        display: none !important;
    }
    .you-slide {
        position: relative;
        margin: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .you-slide__back__title {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-top: 100px;
    }
    .you-slide__back__description {
        position: absolute;
        left: 10%;
        bottom: 10%;
        max-width: 500px;
        max-height: 150px;
        overflow: hidden;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
    }
    .you-slide__back__play {
        max-width: 180px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 30%;
    }
    .you-slide__back__play img {
        max-width: 100%}
    .you-slide iframe {
        min-height: 400px;
    }
    .factory {
        margin-left: -530px;
    }
    .wrapper .third-screen {
        background-size: cover;
    }
    .catalog .info {
        left: 50%;
        margin-left: -31px;
        bottom: -120px;
    }
    .lay11 img {
        margin-top: 90%;
        margin-right: 65%}
    .lay10 img {
        margin-top: 95%;
        margin-right: 0;
    }
    .lay9 img {
        margin-top: 85%;
        width: 20%}
    .lay8 img {
        margin-top: 70%}
    .lay7 img {
        margin-top: 65%}
    .lay6 img {
        margin-top: 25%;
        width: 10%;
        margin-right: 85%}
    .lay5 img {
        width: 15%;
        margin-top: 10%;
        margin-left: 60%}
    .lay4 img {
        margin-top: 5%;
        width: 25%;
        margin-right: 40%}
    .heart img {
        margin-top: 13%;
        margin-left: 25%;
        width: 25%}
}






@media only screen and (max-width: 1024px) {
    .img-hood {
        height: 190px !important;
    }
    .excursion__main {
        position: relative;
        z-index: 2;
    }
    .excursion__main:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background-image: url("/image/excursion/Excur-Bus.png");
        filter: opacity(.1);
    }
    .lay4 img {
        margin-right: 35%;
        margin-top: 2%;
        width: 15%}
}









/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .about-third-screen__top h1, .about-second-screen__top h1 {
        font-size: 50px;
    }
    .head__logo {
        width: 150px;
    }
    .head__nav__text {
        height: 50px;
        line-height: 50px;
    }
    .head__nav__button {
        height: 50px;
        width: 50px;
        border: 1px solid #0d55a5;
        box-shadow: 0px -1px 91px 3px #fcf7fc;
    }
    .head__nav__button .cont {
        top: 15px;
    }
    .scrollToTop {
        height: 50px;
        width: 50px;
    }
    .scrollToTop i {
        padding-bottom: 5%;
        bottom: 10px;
        top: 0 !important;
    }
    .slider .first-line, .slider .second-line, .slider .third-line {
        display: none;
    }
    .video-slider {
        padding-bottom: 50px;
    }
    .video-slider .slide {
        min-height: 100px;
    }
    .video-slider .slick-list {
        min-height: 100px;
    }
    .arrow .here {
        display: none;
    }
    .factory {
        margin-left: -530px;
    }
    .img-hood {
        height: 190px !important;
    }
    .catalog__container__main .inform-block {
        left: 10% !important;
        width: 100%}
}










/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .excursion__main {
        margin-top: 100px;
    }
    .you-slide {
        position: relative;
        margin: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .you-slide__back__title {
        font-size: 24px;
        margin-top: 50px;
    }
    .you-slide__back__description {
        display: none;
    }
    .you-slide__back__play {
        max-width: 120px;
        left: 50%;
        margin-left: -60px;
        top: 20%;
    }
    .you-slide__back__play img {
        max-width: 100%;
    }

    .news-right p, .news-left p {
        display: none;
    }
    .cloud-left, .cloud-right {
        opacity: .5;
    }
    .about-navigation-bar {
        position: relative;
        z-index: 105;
        margin-top: 75px;
    }
    .about-navigation-bar div {
        display: block;
        margin-bottom: 15px;
    }
    .employees-navigation-bar {
        z-index: 105;
        margin-top: 75px;
    }
    .employees-navigation-bar div {
        display: block;
        margin-bottom: 15px;
    }
    .about-third-screen .factory, .about-second-screen .factory {
        margin-left: -540px;
    }
    .gallery-back {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 50px;
    }
    .gallery-navigation-bar {
        margin-top: 100px;
    }
    .img-hood {
        height: 190px !important;
    }
    .img-hood h4 {
        font-size: 16px;
    }
    .img-hood h1 {
        font-size: 28px !important;
    }
    .img-hood h1 small {
        font-size: 18px;
    }
    .gallery-right, .news-right {
        text-align: right;
        width: 49%;
        float: right;
        padding: 0 !important;
    }
    .gallery-right p, .news-right p {
        display: none;
    }
    .gallery-right a:after, .news-right a:after {
        content: "Наступний";
        font-size: 14px;
        color: #A8A9AA;
        margin: 0 10px;
    }
    .gallery-left, .news-left {
        text-align: left;
        width: 49%;
        float: left;
        padding: 0 !important;
    }
    .gallery-left p, .news-left p {
        display: none;
    }
    .gallery-left a:before, .news-left a:before {
        content: "Попереднiй";
        font-size: 14px;
        color: #A8A9AA;
        margin: 0 10px;
    }
    .gallery-slider {
        margin-bottom: 50px;
    }
    .img-gallery-line .video {
        height: auto;
    }
    .video-slider-arrows {
        margin: 15px 0;
    }
    .video-slider-arrows .arrow {
        font-size: 32px;
    }
    .factory {
        margin-left: -520px;
    }
    .approvedByBatya {
        display: none;
    }
    .goods-label {
        padding: 10px 2px 10px;
        width: 100%;
    }
    .goods-label h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .catalog .brandName {
        text-align: center;
        margin-top: 120px;
    }
    .catalog__container__main .main-slide .inform-block {
        width: 100%;
        padding: 0 50px;
        background: #034ea1;
    }
    .catalog__container__main .main-slide .inform-block .exit {
        top: 120px;
    }
    .catalog__container__main .main-slide .inform-block .all-inform {
        margin-top: 120px;
    }
    .catalog__container__main .main-slide .mainEvent {
        min-height: 550px;
    }
    .catalog__container__main .main-slide .mainEvent>div:first-child {
        top: 10px;
    }
    .catalog__container__main .main-slide .brandName .link-info {
        display: none;
    }
    .catalog__container__main .main-slide .brandName .goods-label {
        padding: 10px 2px 10px;
        position: absolute;
        width: 100%;
        left: 0;
        top: -40px;
        background: transparent;
    }
    .catalog__container__main .main-slide .brandName .goods-label h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .catalog__container__main .main-slide.show .main-stage {
        transform: translateX(0);
    }
    .catalog__container__main .arrow-left {
        left: 0;
    }
    .catalog__container__main .arrow-right {
        right: 0;
    }
    .catalog__container__main .arrow.active.arrow-left {
        left: 0;
    }
    .catalog__container__main .arrow.active.arrow-right {
        right: 0;
    }
    .second-screen .slider .slick-slide {
        position: relative;
    }
    .second-screen .slider .slick-slide .carousel-caption {
        position: absolute;
        width: 100%;
    }
    .second-screen .slider .slick-slide .main-stage {
        margin-top: 100px;
    }
}






@media only screen and (max-width: 668px) and (max-height: 376px) {
    .lay11 img {
        width: 12%;
        margin-top: 35%}
    .lay10 img {
        width: 12%;
        margin-top: 35%}
    .lay9 img {
        margin-top: 27%;
        width: 25%}
    .lay8 img {
        margin-top: 25%}
    .lay7 img {
        margin-top: 35%}
    .lay6 img {
        margin-top: 10%;
        width: 7%;
        margin-left: 17%}
    .lay5 img {
        width: 10%;
        margin-top: 5%;
        margin-left: 35%}
    .lay4 img {
        margin-top: 2%;
        width: 15%;
        margin-right: 35%}
    .heart img {
        margin-top: 8%;
        margin-right: 0%;
        width: 18%}
}


@media only screen and (max-width: 600px) {
    .you-slide__back__title {
        font-size: 24px;
        margin-top: 50px;
    }
    .you-slide__back__description {
        display: none;
    }
    .you-slide__back__play {
        max-width: 120px;
        left: 50%;
        margin-left: -60px;
        top: 20%}
    .you-slide__back__play img {
        max-width: 100%}
    .you-slide iframe {
        min-height: 200px;
    }
    .main-navigation-bar a {
        display: block;
        margin: 15px;
    }
    .footer__right {
        text-align: left;
    }
    .footer__right__social {
        margin: 15px 0;
    }
    .footer__right__social ul li a {
        margin-left: 0;
        margin-right: 10px;
    }
    .heart img {
        margin-top: 6%;
        width: 22%;
        margin-left: 3%
    }
}





@media only screen and (max-height: 600px) {
        .head__nav__menu {
        margin-top: 15px;
        margin-right: 0;
        height: 100vh;
        top: 0;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .head__nav__menu ul {
        text-align: center;
        padding-left: 0;
    }
    .head__nav__menu ul li {
        display: inline-block;
        margin-left: 25px;
    }
}











/*                                    */
/*==========  Mobile First  ==========*/
/*                                    */


/* Custom, iPhone Retina */
@media only screen and (min-width: 320px)
/**/

@media only screen and (max-width: 375px) {
    .catalog__container__main .main-slide .inform-block {
    padding: 0 15px;
    }
}    





/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .head__logo {
        left: 25%;
    }

    /* NAVIGATION - MENU: BEGIN */
    .head__nav{
        position:absolute;
        right:0;
        border-radius: 0px;
        background: transparent;
        padding:0;
        margin-bottom:30px;
        margin-top:15px;
        z-index:25;
        margin-right:2%;
    }

    .head__nav a{
        text-decoration:none;
    }
    .head__nav a.active .head__nav__button span:nth-child(1){
        top:8px;
        opacity:0;
        }
    .head__nav a.active .head__nav__button span:nth-child(2){
        transform:rotateZ(45deg);
        }
    .head__nav a.active .head__nav__button span:nth-child(3){
        transform:rotateZ(-45deg);
        }
    .head__nav a.active .head__nav__button span:nth-child(4){
        top:8px;
        opacity:0;
        }
    
    .head__nav__text {
        display: none;
    }
    
  
    
    
    .head__nav__menu {
        margin-top: 60px;
        margin-left: -50%;
        margin-right: 0;
        left: 50%;
    }
    .head__nav__menu ul {
        text-align: center;
        padding-left: 0;
    }
    .head__nav__menu ul li {
        display: block;
        margin-left: 0;
    }
    
    .head__nav__menu ul li a {
        font-size: 13px;
        padding: 6px 0;
    }
    
    .head__nav__text {
        display: none!important;
    }    
    
    
    
    
    
    
    
    
    .head__nav__button {
        height:80px;
        width:80px;
        border: none;
        box-shadow: none;
        }
    
    .head__nav__button{
        display:inline-block;
        border-radius: none;
        position:relative;
        background: transparent;
        vertical-align:middle;
        z-index:100;
        }    
    
    .head__nav__button .cont{
        position:relative;
        width:25px;
        margin:auto;
        top:30px}
    .head__nav__button .cont span{
        display:block;
        width:100%;
        position:absolute;
        background:#FFF;
        height:2px;
        border-radius:2px;
        transition:.3s linear}
    .head__nav__button .cont span:nth-child(1){
        top:0}
    .head__nav__button .cont span:nth-child(2){
        top:8px}
    .head__nav__button .cont span:nth-child(3){
        top:8px}
    .head__nav__button .cont span:nth-child(4){
        top:16px}    
        

    
    
    
    
    
    
    
    
    
    .catalog .info {
        visibility: hidden;
    }    
    
.catalog__container__main .main-slide {
    margin-top: 180px;
}
    
    
    
    
    
.gallery-all-screen, .employees-all-screen, .news-all-screen, .company-all-screen {
        background-image: url(/image/header-mob-bg.jpg);
        background-size: 100%;
}    

.gallery-navigation-bar, .employees-navigation-bar, .news-navigation-bar, .company-navigation-bar, .contacts-navigation-bar {
    margin-top: 150px;
}    
    
.gallery-navigation-bar div a, .employees-navigation-bar div a, .news-navigation-bar div a, .company-navigation-bar div a, .contacts-navigation-bar div a {
    color: #337ab7;
    border-radius: 40px;
}


.gallery-navigation-bar div a.active, .employees-navigation-bar div .active, .news-navigation-bar div a.active, .company-navigation-bar div a.active {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #337ab7;
}
    
    
    
    

    h2 {
        font-size: 24px;
    }

    .contacts__main ul:nth-child(3) li {
        letter-spacing: -0.998px;
    }
    .contacts__main__form--phone, .contacts__main__form--email {
        display: inherit;
        width: 100%}
    .you-slide {
        margin: 0;
    }
    .you-slide__back__title {
        font-size: 18px;
        margin-top: 10px;
    }
    .you-slide__back__description {
        display: none;
    }
    .you-slide__back__play {
        max-width: 60px;
        left: 50%;
        margin-left: -30px;
        top: 30%}
    .you-slide__back__play img {
        max-width: 100%}
    .you-slide iframe {
        min-height: 100px;
    }
    .clouds-and-birds {
        display: none;
    }
    .news-back {
        font-size: 18px;
        margin-top: 50px;
    }

    
    
    
    
    
    
    .about-third-screen__top h1, .about-second-screen__top h1 {
        font-size: 40px;
    }
    .corovka {
        width: 10%}

    .company-left {
        float: left;
    }

    .company-right {
        float: right;
    }


    .footer {
        text-align: center;
    }
    .footer__right {
        text-align: center;
    }

    
    
    .excursion__main__form--phone, .excursion__main__form--email {
        width: 100%;
    }
    .footer__left img:nth-child(1) {
        margin-bottom: 5px;
    }
    .footer__left a img {
        margin-right: 0;
    }
      .footer__left a {
        margin-left: 10px !important;
    }
    
    
    
    .catalog__container__thumb {
        display: none;
    }
    .wrapper .catalog__container__main .slick-track .slick-slide {
        min-height: 300px;
    }
    .wrapper .catalog__container__main .main-slide.show {
        min-height: 1000px;
    }
    .wrapper .second-screen {
        padding-top: 0;
    }
    .wrapper .second-screen .goods-label {
        background: transparent;
        margin-top: 10px;
    }
    
    .goods-label .link-info {
        bottom: -10px;
    }
    
    .wrapper .second-screen .goods-label h4, .wrapper .second-screen .goods-label p {
        color: #333;
    }
    .wrapper .goToCat {
        display: none;
    }
    .wrapper .new-slider {
        margin-top: 0;
    }
    .wrapper .about-third-screen__top h4 {
        display: none;
    }

    
    

    
    
    

    
    
}






@media only screen and (max-width: 375px) {
    .catalog__container__main .main-slide .inform-block {
        padding: 0 15px;
    }
    
    .head__logo {
        left: 22%;
    }
    .head__nav__menu ul li a {
        font-size: 12px;
        padding: 5px 0;
    }    
    .head__nav__menu {
        margin-top: 20px;
    }    
    
    
}


@media only screen and (max-width: 320px) {    
    .head__logo {
        left: 0%;
    }
    .head__nav__menu ul li a {
        font-size: 11px;
        padding: 4px 0;
    }  
    
    .head__nav__menu {
        margin-top: 10px;
    }  
    
}




@media only screen and (max-height: 920px) {
    .catalog__container__main .slick-track .slick-slide {
    min-height: 920px;
    }
    .catalog .info {
        bottom: 10px;
    }
}





