@font-face {
    font-family: 'Optima';
    src: url('../fonts/Optima.eot');
    src: url('../fonts/Optima.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calligraph';
    src: url('../fonts/Calligraph.eot');
    src: url('../fonts/Calligraph.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calligraph.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AGOptimaCyrBoldBold';
    src: url('../fonts/AGOptimaCyrBoldBold.eot');
    src: url('../fonts/AGOptimaCyrBoldBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AGOptimaCyrBoldBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

p, ul {
    margin: 0;
}

a:focus,
button:focus,
.btn:focus {
    outline: none;
}

button::-moz-focus-inner,
.btn::-moz-focus-inner {
    border: 0;
}


/*-------#global css-------*/

/*---main css---*/
.screen {
/ / position: absolute;
    display: none;

    top: 0;
    left: 0;
    /*width: 1920px;*/
    width: 100%;
    height: 1080px;

    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    /*	position: static !important;*/

    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    transform-style: flat !important;
}

.screen.active {
    display: block;
}

.screen.default {
    position: absolute !important;
    width: 100%;
    height: 100%;
}

.screen .element {
    position: absolute !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;

    /*transition: tramsform 0.2s linear;*/
}

.element img[style] {
    top: 0 !important;
    left: 0 !important;
}

.btn {
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    cursor: pointer;
}

.btn:hover {
    background-color: #ce230c !important;
    color: #fff !important;
}

/*--#main css---*/

/*---Age screen---*/
.screen.screen_age {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 8000;
    background: url(../img/2500/tree-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.screen.screen_age .logo {
    width: 326px;
    height: 88px;
    background-image: url(../img/2500/logo.png);
    position: relative !important;
}

.screen.screen_age .attention {
    font-size: 63px;
    font-family: Calligraph;
    color: #ce230c;
    text-align: center;
    position: relative !important;
}

.screen.screen_age .attention:before,
.screen.screen_age .attention:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #ce230c;
}

.screen.screen_age .attention:before {
    left: -16%;
}

.screen.screen_age .attention:after {
    right: -3%;
}

.screen.screen_age .attention-description {
    max-width: 620px;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    color: #020202;
    line-height: 1.6em;
    text-align: center;
    position: relative !important;
    padding: 0 10px;
}

.screen.screen_age .separator {
    display: grid;
    grid-template-columns: 180px 180px;
    gap: 20px;
    text-align: center;
    position: relative !important;
}

.screen.screen_age .separator .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ce230c;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
    border: 3px solid #ce230c;
    text-decoration: none;
}

.screen.screen_age .special-separator {
    display: none;
    top: 50%;
    left: 50%;
    margin: 205px 0 0 -270px;
    width: 540px;
    height: 70px;
    text-align: center;
}

.screen.screen_age .special-separator .preloader {
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
    margin-left: -30px;
    background: url(../img/2500/ajax-loader.gif) 50% 50% no-repeat;
}

.screen.screen_age .special-separator .btn {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    padding: 3% 0;
    color: #ce230c;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
    border: 3px solid #ce230c;
    text-decoration: none;
}

.screen.screen_age .special-separator .btn:last-child {
    margin-left: 10%;
}

/*--#Age screen---*/


/*---About screen---*/
.screen.screen_about {
    background: url(../img/2500/tree-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.screen.screen_about .logo {
    top: 50%;
    left: 50%;
    width: 326px;
    height: 88px;
    margin: -344px 0 0 -163px;
    background: url(../img/2500/logo.png) 50% 50% no-repeat;
}

.screen.screen_about .name {
    top: 50%;
    left: 50%;
    width: 174px;
    height: 64px;
    margin: -234px 0 0 -87px;
    font-size: 63px;
    font-family: Calligraph;
    color: #ce230c;
    letter-spacing: -0.03em;
    text-align: center;

    /*text-shadow: 0px 0px 1px rgba(206, 35, 12, 0.5);*/
}

.screen.screen_about .name:before,
.screen.screen_about .name:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #ce230c;
}

.screen.screen_about .name:before {
    left: -22%;
}

.screen.screen_about .name:after {
    right: -22%;
}

.screen.screen_about .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 976px;
    height: 476px;
    margin: -100px 0 0 -488px;
    text-align: center;
    line-height: 1.2em;
    font-size: 40px;
    font-family: Optima;
}

.screen.screen_about .call-to-action {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 30px;
    margin: 336px 0 0 -90px;
    color: #5a442b;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
}

.screen.screen_about .call-to-action .row {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin: 0 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/2500/icon-controls.png) -110px 0 no-repeat;
    cursor: pointer;
}

/*---#About screen---*/

/*---Contact screen---*/
.screen.screen_contacts .info {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(../img/2500/tree-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.screen.screen_contacts .info .title {
    left: 50%;
    top: 50%;
    width: 848px;
    margin: -180px 0 0 -424px;
    font-size: 58px;
    font-family: Optima;
    color: #020202;
    text-transform: uppercase;
    text-align: center;
}

.screen.screen_contacts .info .name {
    top: 50%;
    left: 50%;
    width: 346px;
    height: 64px;
    margin: -104px 0 0 -173px;
    font-size: 63px;
    font-family: Calligraph;
    color: #ce230c;
    letter-spacing: -0.03em;
    text-align: center;
}

.screen.screen_contacts .info .name:before,
.screen.screen_contacts .info .name:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #ce230c;
}

.screen.screen_contacts .info .name:before {
    left: -12%;
}

.screen.screen_contacts .info .name:after {
    right: -12%;
}

.screen.screen_contacts .info .address {
    top: 50%;
    left: 50%;
    text-align: center;
    width: 640px;
    height: 120px;
    margin: 50px 0 0 -320px;
    line-height: 1.3em;
    font-size: 26px;
    font-family: Optima;
}

.screen.screen_contacts .info .btn {
    left: 50%;
    top: 50%;
    width: 240px;
    height: 60px;
    margin: 200px 0 0 -120px;
    line-height: 60px;
    color: #ce230c;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
    border: 3px solid #ce230c;
    text-decoration: none;
    vertical-align: middle;
}

/*--#Contact screen---*/


/*---ProductLinesScreen---*/
.screen.screen_lines .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url(../img/2500/bg-bottle-1.jpg) 50% 50% no-repeat;*/
    background-size: cover;
}

.screen.screen_lines .table {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 292px;
    /*height: 20%;*/
    background: url(../img/2500/table-bg.jpg) 50% 0 no-repeat;
    background-size: cover;

    /*	bottom: 0;
            left: 0;*/
}

.screen.screen_lines .products {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;

    /*transition: all 0.5s ease;*/
}

.screen.screen_lines .products.show {
    /*width: 35%;*/
    height: 100%;
    cursor: default;
    /*background-color: rgba(255, 0, 0, 0.4);*/

    /*	-webkit-transform: scale(1.5);
               -moz-transform: scale(1.5);
                    -ms-transform: scale(1.5);
                            transform: scale(1.5);*/

}

.screen.screen_lines .products.deactive {
    width: 22%;
    height: 100%;
    /*background-color: rgba(255, 255, 0, 0.4);*/
}

.screen.screen_lines .products:after {
    content: "";
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease;

}

.screen.screen_lines .products.show:after {
    background-color: rgba(0, 0, 0, 0.0);
    z-index: -1
}

.screen.screen_lines .products .bottle {
    position: absolute;
    /*	width: 273px;
            height: 969px;*/
    background-size: contain;
    /*transition: all 0.5s ease;*/
}

.screen.screen_lines .products .bottle.unuse {
    display: none;
}

.screen.screen_lines .products .bottle.hide {
    visibility: hidden;
}

.screen.screen_lines .products.deactive .bottle { /*width: 208px; height: 738px;*/
    z-index: 10;
}

.screen.screen_lines .products.deactive .bottle.center { /*width: 231px; height: 819px;*/
    z-index: 20;
}

.screen.screen_lines .products.show .bottle { /*width: 247px; height: 878px;*/
    z-index: 30;
}

.screen.screen_lines .products.show .bottle.center { /*width: 273px; height: 969px;*/
    z-index: 40;
}

.screen.screen_lines .products .info {
    position: absolute;
    z-index: 500;
    top: 50%;
    left: 0;
    height: 270px;
    width: 100%;
    margin-top: -76px;
    background: url(../img/2500/tree-bg.jpg) 50% 50% no-repeat;
    text-align: center;

    display: none;
}

.screen.screen_lines .products.show .info {
    display: block;
}

.screen.screen_lines .products .info.hide {
    display: none;
}

.screen.screen_lines .products.show .title,
.screen.screen_lines .products.show .subtitle {
    display: none;
}

.screen.screen_lines .products .info .type {
    position: relative;
    z-index: 20;
    display: block;
    font-size: 62px;
    margin-top: 40px;
    font-family: Optima;
    color: #020202;
    text-transform: uppercase;

    /*text-shadow: 0px 0px 1px rgba(2, 2, 2, 0.5);*/
}

.screen.screen_lines .products .info .name {
    position: relative;
    z-index: 20;
    font-size: 62px;
    font-family: Calligraph;
    text-align: center;
    color: #ce230c;
    white-space: nowrap;
    /*text-shadow: 0px 0px 1px rgba(206, 35, 12, 0.5);*/
}

.screen.screen_lines .products .info .name:before,
.screen.screen_lines .products .info .name:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #ce230c;
}

.screen.screen_lines .products .info .name:before {
    left: -34px;
}

.screen.screen_lines .products .info .name:after {
    right: -34px;
}

.screen.screen_lines .products .info .more {
    position: relative;
    z-index: 20;
    display: block;
    width: 150px;
    padding: 10px;
    margin: 40px auto 0;
    background-color: #b19c82;
    border: 3px solid #fff;
    color: #fff;
    font-size: 20px;
    font-family: AGOptimaCyrBoldBold;
    cursor: pointer;
}

.screen.screen_lines .products .info .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/2500/tree-bg.jpg) 50% 50% no-repeat;
}

.screen.screen_lines .products.show .info:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -47px;
    width: 94px;
    height: 126px;
    background: url(../img/2500/category-info-leaf-top.png) 0 0 no-repeat;
    background-size: contain;
}

.screen.screen_lines .products.show .info:after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 50%;
    margin-left: -110px;
    width: 260px;
    height: 136px;
    background: url(../img/2500/category-info-leaf-bottom.png) 0 0 no-repeat;
    background-size: contain;
}

.screen.screen_lines .products .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 70px;
    margin: -60px 0 0 0;
    font-size: 62px;
    font-family: Optima;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 200;
}

.screen.screen_lines .products .subtitle {
    position: relative;
    top: 50%;
    font-size: 62px;
    font-family: Calligraph;
    text-align: center;
    color: #b29c82;
    z-index: 200;
    white-space: nowrap;
}

.screen.screen_lines .products .subtitle:before,
.screen.screen_lines .products .subtitle:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #b29c82;
}

.screen.screen_lines .products .subtitle:before {
    left: -34px;
}

.screen.screen_lines .products .subtitle:after {
    right: -34px;
}

.screen.screen_lines .products-1 {
    background: url(../img/2500/bg-1.jpg) 0 0 no-repeat;
    background-size: cover;
}

.screen.screen_lines .products-2 {
    background: url(../img/2500/bg-2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.screen.screen_lines .products-3 {
    background: url(../img/2500/bg-3.jpg) 0 0 no-repeat;
    background-size: cover;
}

.screen.screen_lines .products-4 {
    background: url(../img/2500/bg-4.jpg) 0 0 no-repeat;
    background-size: cover;
}

.screen.screen_lines .products-5 {
    background: url(../img/2500/bg-5.jpg) 0 0 no-repeat;
    background-size: cover;
}

/*--#ProductLinesScreen---*/


/*---ProductLineScreen---*/
.screen.bottles-2,
.screen.bottles-3,
.screen.bottles-4,
.screen.bottles-5 {
    display: none;
}

.screen.screen_bottles .leaf {
    position: absolute;
}

.screen.screen_bottles .leaf-1 {
    width: 116px;
    height: 179px;
    background: url(../img/2500/leaf-1.jpg) 50% 50% no-repeat;
    background-size: contain;
}

.screen.screen_bottles .leaf-2 {
    width: 281px;
    height: 171px;
    background: url(../img/2500/leaf-2.jpg) 50% 50% no-repeat;
    background-size: contain;
}

.screen.screen_bottles .leaf-3 {
    width: 329px;
    height: 114px;
    background: url(../img/2500/leaf-3.jpg) 50% 50% no-repeat;
    background-size: contain;
}

.screen.screen_bottles .leaf-4 {
    width: 173px;
    height: 216px;
    background: url(../img/2500/leaf-4.jpg) 50% 50% no-repeat;
    background-size: contain;
}

.screen.screen_bottles .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/2500/bg-bottle-1.jpg) 0 0 no-repeat;
    background-size: cover;
}

.screen.screen_bottles .table {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 292px;
    /*height: 20%;*/
    background: url(../img/2500/table-bg.jpg) 50% 0 no-repeat;
    background-size: cover;

    /*	bottom: 0;
            left: 0;*/
}

.screen.screen_bottles .bottle {
    position: absolute;
    z-index: 100;
    /*	width: 251px;
            height: 885px;*/
    background-size: contain;
    cursor: pointer;
}

.screen.screen_bottles .bottle.unuse {
    display: none;
}

/*.screen.bottles .bottle.bottle-1 {background-image: url(../img/2500/bottle.png); background-position: 50% 50%; background-repeat: no-repeat;}
.screen.bottles .bottle.bottle-2 {background-image: url(../img/2500/bottle.png); background-position: 50% 50%; background-repeat: no-repeat;}
.screen.bottles .bottle.bottle-3 {background-image: url(../img/2500/bottle.png); background-position: 50% 50%; background-repeat: no-repeat;}
.screen.bottles .bottle.bottle-4 {background-image: url(../img/2500/bottle.png); background-position: 50% 50%; background-repeat: no-repeat;}
.screen.bottles .bottle.bottle-5 {background-image: url(../img/2500/bottle.png); background-position: 50% 50%; background-repeat: no-repeat;}*/
.screen.screen_bottles.bottles-1 .bg {
    background-image: url(../img/2500/bg-1.jpg);
}

.screen.screen_bottles.bottles-2 .bg {
    background-image: url(../img/2500/bg-2.jpg);
}

.screen.screen_bottles.bottles-3 .bg {
    background-image: url(../img/2500/bg-3.jpg);
}

.screen.screen_bottles.bottles-4 .bg {
    background-image: url(../img/2500/bg-4.jpg);
}

.screen.screen_bottles.bottles-5 .bg {
    background-image: url(../img/2500/bg-5.jpg);
}


.screen.screen_bottles > .prev {
    position: absolute;
    z-index: 120;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../img/2500/icon-controls.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
}

.screen.screen_bottles > .next {
    position: absolute;
    z-index: 120;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../img/2500/icon-controls.png) -54px 0 no-repeat;
    border: 0;
    cursor: pointer;
}

.screen.screen_bottles .subimages {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    list-style: none;
}

.screen.screen_bottles .subimages .item {
    z-index: 130;
}

/*--#ProductLinesScreen---*/


/*---ProductScreen---*/
.screen.screen_bottles .info {
    position: absolute;
    z-index: 200;
    right: -50%;
    height: 100%;
    width: 50%;
    background: url(../img/2500/tree-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;

    transition: all 0.3s ease;
}

.screen.screen_bottles .info.show {
    right: 0;
}

.screen.screen_bottles .info.show ~ .bottle {
    cursor: default;
}

.screen.screen_bottles .leaf_right_top,
.screen.screen_bottles .leaf_left_top,
.screen.screen_bottles .leaf_left_bottom,
.screen.screen_bottles .leaf_right_bottom {
    z-index: 250;
}

.screen.screen_bottles .info .prev,
.screen.screen_bottles .info .next {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    background: url(../img/2500/icon-controls.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
}

.screen.screen_bottles .info .prev {
    top: 50px;
    background-position: -273px 0;
}

.screen.screen_bottles .info .next {
    bottom: 50px;
    background-position: -110px 0;
}

.screen.screen_bottles .info .type {
    top: 50%;
    left: 50%;
    width: 150px;
    height: 30px;
    margin: -155px 0 0 -75px;
    font-family: AGOptimaCyrBoldBold;
    font-size: 30px;
}

.screen.screen_bottles .info .type span {
    position: relative;
}

.screen.screen_bottles .info .type span:before {
    content: "";
    position: absolute;
    width: 62px;
    height: 28px;
    left: -64px;
    background: url(../img/2500/frill.png) 0 0 no-repeat;
}

.screen.screen_bottles .info .type span:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 28px;
    right: -64px;
    background: url(../img/2500/frill.png) 100% 0 no-repeat;
}

.screen.screen_bottles .info .title {
    top: 50%;
    left: 0;
    width: 100%;
    height: 70px;
    margin-top: -120px;
    text-align: center;
    font-size: 63px;
    font-family: Optima;
    white-space: nowrap;
    /* text-shadow: 0px 0px 1px rgba(2, 2, 2, 0.5); */
}

/*.screen.screen_bottles .info .subtitle {
	top: 50%;
	left: 50%;
	width: 170px;
	height: 30px;
	margin: -55px 0 0 -85px;
	font-family: Calligraph;
	font-size: 63px;
	color: #ce230c;
}
.screen.screen_bottles .info .subtitle span {position: relative;}
.screen.screen_bottles .info .subtitle span:before {
	content: "";
    position: absolute;
    width: 30px;
    top: 55%;
	left: -40px;
    border-top: 2px solid  #ce230c;
}
.screen.screen_bottles .info .subtitle span:after {
	content: "";
    position: absolute;
    width: 30px;
    top: 55%;
	right: -40px;
    border-top: 2px solid  #ce230c;
}*/
.screen.screen_bottles .info .subtitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -55px 0 0 0;
    font-family: Calligraph;
    font-size: 63px;
    color: #ce230c;
}

.screen.screen_bottles .info .subtitle > span {
    position: absolute;
    right: 50%;
}

.screen.screen_bottles .info .subtitle > span > span {
    position: relative;
    left: 50%;
}

.screen.screen_bottles .info .subtitle > span > span {
}

.screen.screen_bottles .info .subtitle > span > span:before {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    left: -40px;
    border-top: 2px solid #ce230c;
}

.screen.screen_bottles .info .subtitle > span > span:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    right: -40px;
    border-top: 2px solid #ce230c;
}

.screen.screen_bottles .info .description {
    top: 50%;
    left: 50%;
    width: 750px;
    height: 200px;
    margin: 30px 0 0 -375px;
    text-align: center;
    font-size: 26px;
    font-family: Optima;
    color: #020202;
}

.screen.screen_bottles .info .more {
    left: 50%;
    top: 50%;
    width: 240px;
    height: 60px;
    margin: 210px 0 0 -120px;
    line-height: 60px;
    color: #ce230c;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
    border: 3px solid #ce230c;
    text-decoration: none;
    vertical-align: middle;
}

.screen.screen_bottles .info .more.hide {
    display: none;
}

/*--#ProductScreen---*/


/*---Factories---*/
.screen.screen_factories {
    background: url(../img/2500/bg-map.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.screen.screen_factories .title {
    left: 50%;
    top: 50%;
    width: 848px;
    margin: -180px 0 0 -424px;
    font-size: 58px;
    font-family: Optima;
    color: #020202;
    text-transform: uppercase;
    text-align: center;
}

.screen.screen_factories .name {
    top: 50%;
    left: 50%;
    width: 200px;
    height: 64px;
    margin: -120px 0 0 -100px;
    font-size: 58px;
    font-family: Calligraph;
    color: #ce230c;
    letter-spacing: -0.03em;
    text-align: center;
}

.screen.screen_factories .name:before,
.screen.screen_factories .name:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 55%;
    border-top: 2px solid #ce230c;
}

.screen.screen_factories .name:before {
    left: -12%;
}

.screen.screen_factories .name:after {
    right: -12%;
}

.screen.screen_factories .list {
    position: absolute;
    z-index: 200;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -440px;
    width: 882px;
    height: 142px;
}

.screen.screen_factories .list .item {
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
}

.screen.screen_factories .list .item:hover {
    opacity: 1;
}

.screen.screen_factories .list .item-1 {
    width: 204px;
    height: 100%;
    margin-right: 60px;
    background: url(../img/2500/factories/factory-1.png) 0 0 no-repeat;
}

.screen.screen_factories .list .item-2 {
    width: 303px;
    height: 100%;
    margin-right: 75px;
    background: url(../img/2500/factories/factory-2.png) 0 0 no-repeat;
}

.screen.screen_factories .list .item-3 {
    width: 222px;
    height: 100%;
    background: url(../img/2500/factories/factory-3.png) 0 0 no-repeat;
}

/*--#Factories---*/


/*---Menu---*/
.back-icon {
    position: fixed;
    z-index: 610;
    top: 50px;
    left: 100px;
    width: 50px;
    height: 50px;
    background: url(../img/2500/button-back.png) 0 0 no-repeat;
    cursor: pointer;
    background-size: contain;
    border: 0;

    display: none;
}

.back-icon.show {
    display: block;
}

.menu-icon {
    position: fixed;
    z-index: 610;
    top: 50px;
    left: 40px;
    width: 50px;
    height: 50px;
    background: url(../img/2500/icon-controls.png) -165px 0 no-repeat;
    cursor: pointer;
}

.menu-icon.show {
    background-position: 0 0;
}

.menu {
    position: absolute;
    z-index: 600;
    left: -400px;
    top: 0;
    width: 345px;
    height: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    background: url(../img/2500/bg-simple.jpg) 0 0 no-repeat;

    transition: all 0.3s ease;
}

.menu.show {
    left: 0;
}

.menu .wrap {
    position: absolute;
    top: 50%;
    margin-top: -233px;
    height: 466px;
    width: 100%;
}

.menu .wrap .logo {
    position: absolute;
    left: 70px;
    width: 200px;
    height: 156px;
    background-image: url(../img/2500/logo-menu.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.menu .wrap .list {
    position: absolute;
    top: 195px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-family: AGOptimaCyrBoldBold;
}

.menu .wrap .list .item {
    padding-bottom: 1em;
}

.menu .wrap .list .link {
    position: relative;
    color: #020202;
}

.menu .wrap .list .link.active {
    color: #ce230c;
    text-decoration: none;
}

.menu .wrap .list .link.active:before,
.menu .wrap .list .link.active:after {

}

.menu .wrap .list .link.active:before,
.menu .wrap .list .link.active:after {
    content: "";
    position: absolute;
    width: 30px;
    top: 46%;
    border-top: 2px solid #ce230c;
}

.menu .wrap .list .link.active:before {
    left: -40px;
}

.menu .wrap .list .link.active:after {
    right: -40px;
}

/*--#Menu---*/


/*---popup---*/
.popup {
    /*display: none;*/
    position: fixed;
    z-index: 3000;
    width: 1000px;
    height: 738px;
    top: 50%;
    left: 50%;
    margin: -369px 0 0 -500px;
    background: url(../img/2500/popup-bg.png) 50% 50% no-repeat;
    background-size: contain;
    opacity: 0;

    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all 0.3s ease;
}

.popup .close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: url(../img/2500/icon-controls.png) -218px 0 no-repeat;
}

.popup .limiter {
    height: 100%;
    padding: 190px 120px 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.popup .wrapper .scroller {
    overflow-y: scroll;
    height: 100%;
}

.popup .wrapper .scroller .container {
    padding-right: 20px;
}

.popup .wrapper .scroller .scroller__bar {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 10px;
    background-color: #ce230c;
    border-radius: 3px;
}

.popup .wrapper .scroller .scroller__bar_cover {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #b8a180;
    opacity: 0.5;
    border-radius: 3px;
}

/*.popup .wrapper .scroller .scroller__bar[style*="height: 0px;"] ~ .scroller__bar_cover {display: none;}*/
.overlap {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;

    transition: all 0.5s ease;
}

/*.popup.hide {display: none;}*/
.popup.show,
.popup.show ~ .overlap {
    display: block !important;
}

.popup.show.anim-in {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.popup.show.anim-out {
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.popup.show ~ .overlap.anim {
    opacity: 0.4;
}

.popup > .title {
    position: absolute;
    top: 90px;
    left: 100px;
    width: 75%;
    color: #020202;
    font-size: 48px;
    font-family: Optima;
}

.popup .container {
    font-size: 22px;
    font-family: Optima;
    color: #020202;
    padding-top: 20px;
}

.popup .container .title {
    font-size: 42px;
    font-family: Calligraph;
    color: #ce230c;
    padding-bottom: 30px;
}

.popup .container .text {
    font-size: 22px;
    font-family: Optima;
    color: #020202;
    padding-top: 20px;
}

.popup.form-popup {
    padding: 110px 120px 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup.form-popup > .title {
    display: block;
    position: static;
    width: 100%;
    text-align: center;
}

.popup.form-popup form {
    padding-top: 40px;
}

.popup.form-popup form .name,
.popup.form-popup form .mail {
    width: 45%;
}

.popup.form-popup form .name {
    margin-right: 8%;
}

.popup.form-popup form label {
    display: inline-block;
    font-family: Optima;
    font-size: 14px;
    color: #020202;
}

.popup.form-popup form input {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding: 3px 5px;
    background-color: #967957;
    border: 0;
    outline: 2px solid #fff;
    height: 38px;
    font-family: Optima;
    font-size: 16px;
    color: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup.form-popup form .message {
    display: block;
    margin-top: 20px;
}

.popup.form-popup form .message textarea {
    display: block;
    width: 99%;
    height: 160px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding: 3px 5px;
    background-color: #967957;
    border: 0;
    outline: 2px solid #fff;
    font-family: Optima;
    font-size: 16px;
    color: #fff;
    resize: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup.form-popup form .capcha-field,
.popup.form-popup form .capcha {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.popup.form-popup form .capcha .g-recaptcha {
    display: inline-block;
}

.popup.form-popup form .capcha-field {
    margin-right: 8%;
    margin-top: 20px;
}

.popup.form-popup form .btn {
    display: block;
    width: 180px;
    height: 50px;
    margin: auto;
    margin-top: 20px;
    color: #ce230c;
    font-size: 24px;
    font-family: AGOptimaCyrBoldBold;
    text-align: center;
    border: 3px solid #ce230c;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
}

/*--#popup---*/


/*** TooYoung screen ***/
.screen_tooyoung {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 800;
    display: none;
    background-color: #fff;

    text-align: center;
}

.screen_tooyoung span {
    position: relative;
    top: 50%;
    background-color: black;
    color: white;
    padding: 10px;
}


/*------*/
@media screen and (max-width: 1920px) {
    /*---Age screen---*/
    .screen.screen_age .logo {
        width: 236px;
        height: 64px;
    }

    .screen.screen_age .attention {
        width: 234px;
        height: 55px;
        font-size: 53px;
    }

    .screen.screen_age .attention:before {
        left: -13%;
    }

    .screen.screen_age .attention:after {
        right: -13%;
    }

    .screen.screen_age .attention-description {
        max-width: 470px;
        font-size: 18px;
    }

    .screen.screen_age .separator .btn {
        font-size: 18px;
        border: 2px solid #ce230c;
    }

    .screen.screen_age .special-separator {
        width: 410px;
        height: 50px;
        margin: 135px 0 0 -205px;
    }

    .screen.screen_age .special-separator .btn {
        font-size: 18px;
        border: 2px solid #ce230c;
    }

    /*--#Age screen---*/
    /*---About screen---*/
    .screen.screen_about .logo {
        width: 200px;
        height: 60px;
        margin: -280px 0 0 -100px;
    }

    .screen.screen_about .name {
        width: 134px;
        height: 54px;
        margin: -214px 0 0 -67px;
        font-size: 48px;
        font-family: Calligraph;

    }

    .screen.screen_about .name:before,
    .screen.screen_about .name:after {
        content: "";
        position: absolute;
        width: 30px;
        top: 55%;
        border-top: 2px solid #ce230c;
    }

    .screen.screen_about .name:before {
        left: -26%;
    }

    .screen.screen_about .name:after {
        right: -26%;
    }

    .screen.screen_about .text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 976px;
        height: 476px;
        margin: -100px 0 0 -488px;
        text-align: center;
        line-height: 1.2em;
        font-size: 30px;
        font-family: Optima;
    }

    .screen.screen_about .call-to-action {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 180px;
        height: 30px;
        margin: 166px 0 0 -90px;
        color: #5a442b;
        font-size: 24px;
        font-family: AGOptimaCyrBoldBold;
        text-align: center;
    }

    .screen.screen_about .call-to-action .row {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin: 0 0 0 -25px;
        width: 50px;
        height: 50px;
        background: url(../img/2500/icon-controls.png) -110px 0 no-repeat;
        cursor: pointer;
    }

    /*---#About screen---*/
    /*---ProductLinesScreen---*/
    .screen.screen_lines .products .info .type {
        font-size: 36px;
    }

    .screen.screen_lines .products .info .name {
        font-size: 36px;
    }

    .screen.screen_lines .products .info .more {
        margin: 50px auto 0;
    }

    .screen.screen_lines .products .title {
        height: 50px;
        margin: -40px 0 0 0;
        font-size: 36px;
    }

    .screen.screen_lines .products .subtitle {
        font-size: 36px;
    }

    .screen.screen_lines .products .subtitle:before,
    .screen.screen_lines .products .subtitle:after {
        content: "";
        position: absolute;
        width: 30px;
        top: 55%;
        border-top: 2px solid #b29c82;
    }

    .screen.screen_lines .products .subtitle:before {
        left: -34px;
    }

    .screen.screen_lines .products .subtitle:after {
        right: -34px;
    }

    /*--#ProductLinesScreen---*/
    /*---ProductScreen---*/
    .screen.screen_bottles .info .type {
        font-size: 22px;
    }

    .screen.screen_bottles .info .type span {
        position: relative;
    }

    .screen.screen_bottles .info .type span:before {
        top: -5px;
    }

    .screen.screen_bottles .info .type span:after {
        top: -5px;
    }

    .screen.screen_bottles .info .title {
        height: 48px;
        margin-top: -135px;
        font-size: 50px;
    }

    .screen.screen_bottles .info .subtitle {
        height: 30px;
        margin: -85px 0 0 0;
        font-size: 48px;
    }

    .screen.screen_bottles .info .description {
        width: 600px;
        height: 120px;
        margin: 10px 0 0 -300px;
        font-size: 20px;
    }

    .screen.screen_bottles .info .more {
        width: 200px;
        height: 50px;
        margin: 130px 0 0 -100px;
        line-height: 50px;
        font-size: 22px;
    }

    /*--#ProductScreen---*/
    /*---Contact screen---*/
    .screen.screen_contacts .info .title {
        width: 672px;
        margin: -60px 0 0 -337px;
        font-size: 40px;
    }

    .screen.screen_contacts .info .name {
        width: 258px;
        height: 50px;
        font-size: 44px;
        margin: -20px 0 0 -128px;
    }

    .screen.screen_contacts .info .name:before,
    .screen.screen_contacts .info .name:after {
        content: "";
        position: absolute;
        width: 30px;
        top: 55%;
        border-top: 2px solid #ce230c;
    }

    .screen.screen_contacts .info .name:before {
        left: -12%;
    }

    .screen.screen_contacts .info .name:after {
        right: -12%;
    }

    .screen.screen_contacts .info .address {
        width: 490px;
        height: 80px;
        margin: 70px 0 0 -245px;
        line-height: 1.3em;
        font-size: 20px;
        font-family: Optima;
    }

    .screen.screen_contacts .info .btn {
        width: 180px;
        height: 50px;
        margin: 200px 0 0 -90px;
        line-height: 50px;
        font-size: 18px;
    }

    /*--#Contact screen---*/
    /*---Factories---*/
    .screen.screen_factories .title {
        width: 848px;
        margin: -160px 0 0 -424px;
    }

    .screen.screen_factories .name {
        width: 160px;
        height: 50px;
        margin: -100px 0 0 -80px;
        font-size: 48px;
    }

    .screen.screen_factories .name:before,
    .screen.screen_factories .name:after {
        content: "";
        position: absolute;
        width: 30px;
        top: 55%;
        border-top: 2px solid #ce230c;
    }

    .screen.screen_factories .name:before {
        left: -18%;
    }

    .screen.screen_factories .name:after {
        right: -20%;
    }

    .screen.screen_factories .list {
        margin: -40px 0 0 -338px;
        width: 678px;
        height: 110px;
    }

    .screen.screen_factories .list .item-1 {
        width: 155px;
        height: 100%;
        margin-right: 40px;
        background: url(../img/2500/factories/factory-small-1.png) 0 0 no-repeat;
    }

    .screen.screen_factories .list .item-2 {
        width: 232px;
        height: 100%;
        margin-right: 55px;
        background: url(../img/2500/factories/factory-small-2.png) 0 0 no-repeat;
    }

    .screen.screen_factories .list .item-3 {
        width: 172px;
        height: 100%;
        background: url(../img/2500/factories/factory-small-3.png) 0 0 no-repeat;
    }

    /*--#Factories---*/


}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 480px) {
    .progress-button button {
        width: 120px !important;
    }

    .screen.screen_age .separator {
        grid-template-columns: 120px 120px;
    }
}

/*for height*/
@media screen and (max-height: 1080px) {
    .popup {
        width: 1000px;
        height: 738px;
        margin: -369px 0 0 -500px;
    }

    .popup .close {
        top: 60px;
        right: 60px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-height: 768px) {
    .popup {
        width: 678px;
        height: 500px;
        margin: -250px 0 0 -339px;
    }

    .popup .close {
        top: 40px;
        right: 40px;
        width: 50px;
        height: 50px;
    }

    .popup .limiter {
        padding: 130px 70px 90px;
    }

    .popup > .title {
        left: 70px;
        top: 60px;
        font-size: 30px;
    }

    .popup.form-popup {
        padding: 50px 120px 90px;
    }

    .popup.form-popup form {
        padding-top: 10px;
    }

    .popup.form-popup form .message textarea {
        height: 90px;
    }

    .popup.form-popup form .btn {
        margin-top: 10px;
        height: 40px;
        width: 160px;
        font-size: 20px;
    }
}
