html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #af1311;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}
.clearfloat:after {
  clear: both;
}
/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

hr{
  background: #ededed;
  width: 100%;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 20px 0px;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

/* Scrollbar*/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 50px;
  border: 1px solid transparent;
  height: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Italic.eot');
    src: local('Montserrat Italic'),
		url('../webfonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Italic.woff2') format('woff2'),
        url('../webfonts/Montserrat-Italic.woff') format('woff'),
        url('../webfonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Thin.eot');
    src: local('Montserrat Thin'),
		url('../webfonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Thin.woff2') format('woff2'),
        url('../webfonts/Montserrat-Thin.woff') format('woff'),
        url('../webfonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Regular.eot');
    src: local('Montserrat Regular'),
		url('../webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('../webfonts/Montserrat-Regular.woff') format('woff'),
        url('../webfonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'),
		url('../webfonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../webfonts/Montserrat-SemiBold.woff') format('woff'),
        url('../webfonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ExtraLight.eot');
    src: local('Montserrat ExtraLight'),
		url('../webfonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraLight.woff') format('woff'),
        url('../webfonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-MediumItalic.eot');
    src: local('Montserrat Medium Italic'),
		url('../webfonts/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-MediumItalic.woff') format('woff'),
        url('../webfonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Black.eot');
    src: local('Montserrat Black'),
		url('../webfonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Black.woff2') format('woff2'),
        url('../webfonts/Montserrat-Black.woff') format('woff'),
        url('../webfonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Light.eot');
    src: local('Montserrat Light'),
		url('../webfonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Light.woff2') format('woff2'),
        url('../webfonts/Montserrat-Light.woff') format('woff'),
        url('../webfonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'),
		url('../webfonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../webfonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ThinItalic.eot');
    src: local('Montserrat Thin Italic'),
		url('../webfonts/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ThinItalic.woff') format('woff'),
        url('../webfonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-BoldItalic.eot');
    src: local('Montserrat Bold Italic'),
		url('../webfonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-BoldItalic.woff') format('woff'),
        url('../webfonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-SemiBoldItalic.eot');
    src: local('Montserrat SemiBold Italic'),
		url('../webfonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('../webfonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ExtraLightItalic.eot');
    src: local('Montserrat'),
		url('../webfonts/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('../webfonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'),
		url('../webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('../webfonts/Montserrat-Bold.woff') format('woff'),
        url('../webfonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-LightItalic.eot');
    src: local('Montserrat Light Italic'),
		url('../webfonts/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-LightItalic.woff') format('woff'),
        url('../webfonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-ExtraBoldItalic.eot');
    src: local('Montserrat ExtraBold Italic'),
		url('../webfonts/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('../webfonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-BlackItalic.eot');
    src: local('Montserrat Black Italic'),
		url('../webfonts/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-BlackItalic.woff') format('woff'),
        url('../webfonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Medium.eot');
    src: local('Montserrat Medium'),
		url('../webfonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Montserrat-Medium.woff2') format('woff2'),
        url('../webfonts/Montserrat-Medium.woff') format('woff'),
        url('../webfonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Bold'), local('CormorantGaramond-Bold'),
        url('../webfonts/CormorantGaramond-Bold.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'),
        url('../webfonts/CormorantGaramond-Italic.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Bold Italic'), local('CormorantGaramond-BoldItalic'),
        url('../webfonts/CormorantGaramond-BoldItalic.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Medium Italic'), local('CormorantGaramond-MediumItalic'),
        url('../webfonts/CormorantGaramond-MediumItalic.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Light'), local('CormorantGaramond-Light'),
        url('../webfonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'),
        url('../webfonts/CormorantGaramond-LightItalic.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'),
        url('../webfonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond SemiBold Italic'), local('CormorantGaramond-SemiBoldItalic'),
        url('../webfonts/CormorantGaramond-SemiBoldItalic.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'),
        url('../webfonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'),
        url('../webfonts/CormorantGaramond-Medium.woff2') format('woff2'),
        url('../webfonts/CormorantGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.text, p{
  line-height: 27px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #232323;
  font-weight: 500;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 56px;
}
h3 {
  font-size: 46px;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 36px;
}
h6 {
  font-size: 30px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/
body {
  background: #fff;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 16px;
}
.big-wrapper{
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper{
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-------------- header ---------------*/
header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-main .big-wrapper{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-right{
  margin-left: auto;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/*----------------------- sticky -------------------------*/
header.sticky{
  background: rgba(0, 0, 0, 0.7);
}
header.header-inner.sticky:before{
  opacity: 0;
  visibility: hidden;
}
header.sticky #menu > ul > li{
  padding: 30px 20px;
}
header.sticky .logo a img{
  max-width: 120px;
}
header.sticky .logo{
  width: 120px;
}

/*----------------------- logo -------------------------*/
.logo{
  float: left;
  position: relative;
  width: 158px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}
.logo a{
  display: block;
  position: relative;
}
.logo a img{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/*-------------- language ---------------*/
.languages{
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.languages img{
  margin-right: 6px;
  position: relative;
  top: -1px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
}
.lang-choice{
  position: relative;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 28px;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.lang-choice:before{
  content: '\f0ac';
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  left: 0px;
}
.lang-choice i{
  margin-left: 10px;
  font-size: 12px;
}
.lang-list{
  position: absolute;
  min-width: 135px;
  top: 100%;
  right: 0px;
  display: none;
  z-index: 10;
  background: #222;
  margin: 0px;
  padding: 15px 0px;
  list-style-type: none;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.lang-list li{
  display: block;
}
.lang-list li a{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 5px 20px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
.lang-list li a:hover{
  color: #ecb419;
}

/*----------------------------- menu -------------------------------*/
#menu{
  float: left;
  margin-left: 70px;
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  display: block;
  float: left;
  padding: 42px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
#menu ul li a{
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
#menu > ul:hover > li > a{
  color: rgba(255, 255, 255, .5);
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
  color: #fff;
}
#menu ul li i{
  display: inline-block;
  color: #c0baab;
  position: relative;
  margin-left: 10px;
}
/* submenu */
#menu ul li .submenu-wrap {
  opacity: 0;
  width: 230px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f5f0;
  z-index: 4;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
#menu ul li:hover > .submenu-wrap {
  visibility: visible;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
#menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  padding: 15px;
  display: block;
}
#menu ul li ul li:last-child{
  border-bottom: none;
}
#menu ul li ul li a{
  padding: 8px 10px;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}
#menu ul li ul li ul {
  top: 0;
  left: 100%;
}
#menu ul li ul li:hover ul {
  left: 100%;
  opacity: 1;
}
#menu ul li ul li:hover > a{
  color: #af1311;
}
/* sub submenu */
#menu ul li ul li .submenu-wrap {
  top: -15px;
  left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  opacity: 1;
}

/* mega menu */
#menu ul li.mega-menu{
  position: static;
}
#menu ul li.mega-menu .submenu-wrap {
  right: 0;
  width: auto;
  margin: 0px 20px;
  padding: 20px 10px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
#menu ul li.menu-col-3 .submenu-wrap {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
#menu ul li.menu-col-4 .submenu-wrap {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}
#menu ul li.menu-col-5 .submenu-wrap {
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
}
#menu ul li.menu-col-6 .submenu-wrap {
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
}
#menu ul li.menu-col-7 .submenu-wrap {
  -webkit-columns: 7;
  -moz-columns: 7;
  columns: 7;
}
#menu ul li.mega-menu .submenu-wrap ul{
  margin-bottom: 20px;
  padding: 0 10px;
}
#menu ul li.mega-menu .submenu-wrap ul li{
  padding: 0px;
}
#menu ul li .submenu-wrap ul li.main-cat{
    /*pointer-events: none;*/
}
#menu ul li .submenu-wrap ul li.main-cat a{
  position: relative;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
}

/*------------------------- Buttons in site -------------------------*/
.btn{
  display: inline-block;
  position: relative;
  background: #af1311;
  min-width: 170px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 30px;
  border: 1px solid transparent;
  margin-top: 35px;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.btn:hover{
  background: #232323;
}
.btn-transp{
  border: 1px solid #d6cfc9;
  background: transparent;
  color: #af1311;
}
.btn-transp:hover{
  border: 1px solid transparent;
  background: #af1311;
  color: #fff;
}
.btn-grey{
  background: #e6e0db;
  color: #af1311;
}
.btn-grey:hover{
  background: #af1311;
  color: #fff;
}

.btn-place{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-green {
background:#729b15;
}
.btn-green:hover{
  background: #af1311;
  color: #fff;
}

/*------------------------ banner --------------------------*/
.b-wrap{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.b-image{
  height: 100vh;
}
.b-image picture{
  display: block;
  height: 100%;
}
.b-image img{
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban-text-wrap{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.8);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  z-index: 1;
}
.ban-text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  margin-top: 20px;
  z-index: 2;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban-text:before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: url('../images/watermark.png') no-repeat center center;
  background-size: cover;
  width: 266px;
  height: 194px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.ban-title{
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.35);
  letter-spacing: 4px;
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ban-text .text{
  margin-top: 10px;
  line-height: normal;
  font-size: 80px;
  font-weight: bold;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.35);
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ban-text .btn-transp{
  border: 1px solid #fff;
  color: #fff;
}
.ban-text .btn-transp:hover{
  border: 1px solid transparent;
}
.fade .slick-dots{
  position: absolute;
  bottom: 20px;
  width: auto;
  right: calc(50% - 685px);
}
.fade.slick-slider .slick-slide{
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------- title in site --------------------------------------*/
.title{
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.suptitle{
  color: #af1311;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.title .text{
  margin: 40px auto 0px;
  max-width: 740px;
  text-align: center;
  position: relative;
  padding-bottom: 155px;
  background: url('../images/small_grape.png') no-repeat center bottom;
}

/*---------------------------------------- section categories --------------------------------------*/
.vinprom{
  padding: 110px 0px;
  background: url('../images/body_bgr.jpg') no-repeat;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.vinprom .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vinprom .title{
  text-align: left;
  margin-bottom: 85px;
  opacity: 0;
  transform: translateX(-20px);
}
.vinprom h2{
  line-height: 62px;
}
.vinprom .text{
  margin-top: 30px;
}
.float-r{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 125px;
  box-sizing: border-box;
}
.float-l{
  width: 50%;
  box-sizing: border-box;
}
.float-l .vinprom-image{
  float: right;
  position: relative;
}
.float-l .vinprom-image:before{
  content: '';
  position: absolute;
  bottom: 65px;
  left: -108px;
  background: url('../images/rounding-flag.png') no-repeat;
  background-size: cover;
  width: 146px;
  height: 146px;
  z-index: 1;
}
.float-l .vinprom-image:after{
  content: '';
  position: absolute;
  bottom: 65px;
  left: -108px;
  background: url('../images/rounding-text.png') no-repeat;
  background-size: cover;
  width: 146px;
  height: 146px;
  z-index: 1;
  animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
  0% { 
    transform: rotate(0);
  }
  100% { 
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% { 
    transform: rotate(0);
  }
  100% { 
    transform: rotate(360deg);
  }
}

.view {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 0px;
  opacity: 0;
}

/*---------------------------------------- section parallax --------------------------------------*/
.parallax{
  position: relative;
  padding: 70px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.parallax:before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  right: 0px;
  background: rgba(0,0,0,0.2);
  z-index: 0;
}
.parallax:after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 70%;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  z-index: 0;
}
.parallax .wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  position: relative;
  z-index: 1;
}
.parallax h2{
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.parallax-info{
  opacity: 0;
  transform: translateY(20px);
}

/*---------------------------------------- section our brands --------------------------------------*/
.our-brands{
  padding: 90px 0px;
  background: #f8f5f0 url('../images/body_bgr.jpg') no-repeat;
  background-position: 0px 50%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.our-brands .wrapper{
  position: relative;
  z-index: 2;
}
.products-wrap{
  margin: 0px -15px;
}
.product-box {
  display: inline-table;
  vertical-align: top;
  width: 25%;
  padding: 0px 15px;
  margin-right: -4px;
  margin-bottom: 85px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.pr-image{
  position: relative;
  overflow: hidden;
}
.pr-image > a{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: 400px;
  box-sizing: border-box;
}
.pr-image img {
  display: inline-block !important;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.pr-info{
  padding-top: 20px;
}
.pr-title {
  display: block;
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #232323;
  font-weight: 600;
}
.short-description{
  display: block;
  font-size: 14px;
  color: #232323;
}
.slick-slider .product-box{
  width: auto;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
}
.our-brands-slider .slick-prev,
.our-brands-slider .slick-next{
  top: 39%;
}

.grape-move{
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: 0;
}
.leaf-move{
  position: absolute;
  top: 160px;
  left: 0px;
  z-index: 0;
}

/*------------------------------------- section about us -----------------------------------*/
.about-us{
  position: relative;
  padding: 90px 0px;
  color: #fff;
  background: url(../images/about_us_bgr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.about-us .wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
  position: relative;
  z-index: 1;
}
.about-us h1{
  color: #fff;
}
.about-us .text{
  column-count: 2;
  column-gap: 100px;
}

/*----------------------- circle count statistic ---------------------*/
.statistic{
  padding: 50px 0px;
  overflow: hidden;
}
/*circle-progress--------*/
.count-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.count-flex-item {
  position: relative;
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.count-flex-item figure{
  margin-right: 20px;
}
.count-inner{
  margin-bottom: 15px;
}
.circle{
  width: 218px;
  height: 55px;
  position: relative;
}
.circle strong{
  color: #232323;
  position: absolute;
  top: 0px;
  left: 0;
  margin: auto;
  font-size: 72px;
  line-height: 55px;
  display: block;
  font-weight: bold;
}
.circle strong i{
  font-style: normal;
}
.circle span{
  font-size: 30px;
  margin-left: 8px;
}
.count-text {
  display: block;
  color: #666666;
  font-size: 18px;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 16px;
}

/*---------------------------------------- section index news --------------------------------------*/
.index-news{
  padding: 90px 0px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.index-news:after{
  content: '';
  position: absolute;
  top: -295px;
  right: 0px;
  width: 283px;
  height: 450px;
  background: url('../images/grape.png') no-repeat;
  background-size: cover;
  z-index: 0;
  box-sizing: border-box;
}
.index-news .title{
  text-align: left;
}
.blog-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px;
}
.blog-item{
  width: 50%;
  margin-bottom: 60px;
  padding: 0px 33px;
  box-sizing: border-box;
}
.blog-item figure{
  overflow: hidden;
}
.blog-item figure a{
  display: block;
  position: relative;
  overflow: hidden;
	background: #624e35;
}
.blog-item figure a img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  filter: sepia(100%) grayscale(35%);
	opacity: 0.85;
}
.index-news .blog-item figure a img{
  filter: sepia(0%) grayscale(0%);
	opacity: 1;
}
.blog-item:hover figure a img{
  filter: sepia(0%) grayscale(0%);
	opacity: 1;
}
.blog-info{
  padding-top: 30px;
}
.blog-title{
  font-size: 28px;
  text-transform: none;
  font-family: 'Cormorant Garamond', 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #232323;
}
.blog-title a{
  color: #232323;
}
.blog-item:hover .blog-title a{
  color: #af1311;
}
.blog-info .text{
  margin-top: 20px;
  max-height: 90px;
  overflow: hidden;
}

.slick-slider .blog-item{
  width: auto;
  margin-bottom: 20px;
}
.news-slider{
  float: right;
  position: relative;
  width: calc(50% + 645px);
  z-index: 1;
  box-sizing: border-box;
}
.news-slider .slick-list{
  margin: 0 -33px;
}
.news-slider .slick-prev{
  top: -80px;
  left: 1200px;
}
.news-slider .slick-next{
  top: -80px;
  right: auto;
  left: 1250px;
}

/*---------------------------------------- section our history --------------------------------------*/
.our-history{
  padding: 90px 0px;
  background: url('../images/history_bgr.jpg') no-repeat left top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.our-history .wrapper{
  min-height: 480px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.our-history-quote{
  width: 50%;
}
.our-history-quote h5{
  margin-bottom: 35px;
  opacity: 0;
  transform: translateX(20px);
}
.our-history-quote .more{
  opacity: 0;
  transform: translateX(20px);
  animation-delay: 0.2s;
}
.more{
  display: inline-block;
  position: relative;
  color: #af1311;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 40px;
  padding-left: 85px;
}
.more:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 70px;
  height: 1px;
  background: #af1311;
  -webkit-transition: all ease .35s;
  -moz-transition: all ease .35s;
  transition: all ease .35s;
}
.more:hover{
  padding-left: 0px;
  padding-right: 52px;
}
.more:hover:before{
  width: 0px;
}

/*------------------------------------ footer ----------------------------------*/
footer{
  padding: 140px 0px 80px;
  background: #222222 url('../images/footer_bgr.jpg') no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 630px;
  box-sizing: border-box;
}
.author {position: absolute; bottom: 0;right: 0; z-index: -1;}
/*----------------------- footer flex ------------------------*/
.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.flex-item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
}

.footer-title{
  margin-bottom: 25px;
  color: #fff;
  font-weight: bold;
}

/*---------- footer logo -----------*/
.footer-logos-wrap{
  position: absolute;
  top: 95px;
  left: calc(50% - 220px);
  width: 440px;
  text-align: center;
  z-index: 1;
}
.footer-logo{
  text-align: center;
}

.rights{
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  margin-top: 80px;
}

/*--------------- socials -----------------*/
.socials{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.socials a{
  display: inline-block;
  color: #f9f8f4;
  font-size: 0px;
  margin-right: 50px;
  box-sizing: border-box;
}
.socials a i:before{
  font-size: 30px;
}
.socials a:last-of-type{
  margin-right: 0px !important;
}
.socials a:hover{
  color: #f7cb42;
}

/*---------- footer menu -----------*/
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  margin-bottom: 10px;
}
.footer-menu ul li a{
  font-size: 14px;
  color: rgba(255, 255, 255, .9);
}
.footer-menu ul li a:hover{
  color: #f7cb42;
}
.flex-item:nth-child(2n) .footer-menu{
  text-align: right;
}

/*---------- footer contacts -----------*/
.footer-contacts{
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, .9);
}
.footer-contacts a{
  color: rgba(255, 255, 255, .9);
}
.footer-contacts a:hover{
  color: #f7cb42;
}

.footer-contacts ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-contacts ul li{
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 10px;
  padding-left: 27px;
  line-height: 24px;
}
.footer-contacts ul li a{
  color: rgba(255, 255, 255, .9);
}
.footer-contacts ul li a:hover{
  color: #f7cb42;
}
.li-address:before, .li-phone:before, .li-email:before{
  content: '';
  font-family: 'Font Awesome 6 Pro';
  font-size: 16px;
  color: #fff;
  width: 18px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
.li-address:before{
  content: '\f3c5';
}
.li-phone:before{
  content: '\f095';
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); 
}
.li-email:before{
  content: '\f0e0';
}

/*--------------- page top button -----------------*/
.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  z-index: 100;
}
.page-top:hover{
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*------------------------ breadcrumb ----------------------------*/
.breadcrumb{
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.5px;
  color: #fff;
}
.breadcrumb span{
  display: inline-block;
}
.breadcrumb a{
  position: relative;
  color: #fff;
  display: inline-block !important;
  width: auto !important;
}
.breadcrumb *+*:before {
  content: "–";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 13px;
  line-height: 10px;
  margin: 0px 6px;
}

/*------------------------------------------------ page inside -------------------------------------------*/
.ban-wrap-inner{
  overflow: hidden;
  position: relative;
  height: 430px;
  background: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  box-sizing: border-box;
}
.ban-inner-text{
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 33px 0px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.35)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.ban-inner-text h1, .ban-inner-text h2{
  color: #fff;
}
.ban-image{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  opacity: 0.85;
}
.ban-image img{
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-inner:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 180px;
  background: rgba(0,0,0,0.45);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.45)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-inner.in-details{
  background: rgba(0, 0, 0, 0.7);
}
.header-inner.in-details:before{
  display: none;
}
.content{
  background: #f8f5f0 url('../images/body_bgr.jpg');
  position: relative;
  overflow: hidden;
  padding: 80px 0px 40px;
}
.content:before{
  content: '';
  position: absolute;
  top: 25px;
  right: 30px;
  width: 283px;
  height: 450px;
  background: url(../images/grape.png) no-repeat;
  background-size: cover;
  z-index: 0;
  box-sizing: border-box;
}
.content.in-details{
  padding: 185px 0px 0px;
}
.content.in-details:before{
  display: none;
}
.text-module{
  margin-bottom: 40px;
}
.main-part{
  float: left;
  width: 73%;
  padding-right: 50px;
  box-sizing: border-box;
}
.sidebar{
  float: right;
  width: 27%;
  box-sizing: border-box;
}
.sidebar-title{
  margin-bottom: 30px;
  font-size: 24px;
}
.sidebar-border{
  border: 2px solid #F3F3F3;
  padding: 35px 30px;
  margin-bottom: 40px;
}

/*---------------------------------------- news --------------------------------------*/
.grid-sizer, .grid-item {
  width: 50% !important;
}

.one-new{
  margin-bottom: 80px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
article.one-new:last-child{
  margin-bottom: 0px;
}
.one-new figure{
  width: 45%;
  padding-right: 45px;
  position: relative;
  box-sizing: border-box;
}
.one-new figure a{
  display: block;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.one-new figure a img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
/*
.one-new figure:hover img {
  -webkit-transform: scale3d(1.06,1.06,1);
  transform: scale3d(1.06,1.06,1);
}*/
.one-new-info{
  width: 55%;
  webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  box-sizing: border-box;
}
.one-new-title{
  margin-bottom: 25px;
}
.one-new-title a{
  color: #232323;
}
.one-new-title:hover a{
  color: #af1311;
}
/*
article.one-new:nth-of-type(2n){
  flex-direction: row-reverse;
}
article.one-new:nth-of-type(2n) figure{
  padding-right: 0px;
  padding-left: 45px;
}*/

/*-------- date ----------- */
.date{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  color: #a4a4a4;
}
.date i{
  margin-right: 7px;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-top: 40px;
  padding-bottom: 80px;
}
.pagination ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  margin: 6px;
  font-size: 18px;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  color: #000;
  min-width: 12px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination a:visited:hover {
  border-bottom: 1px solid #000;
}
.pagination a.currentpage {
  cursor: default;
  border-bottom: 1px solid #000;
}
.pagination a.disablelink,
.pagination a.prevnext {
  color: #9f9f9f;
  cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
  color: #9f9f9f;
  background: transparent;
  border-color: transparent;
}

/*---------------------------------- sidebar menu -------------------------------------*/
.sidebar-menu .cd-accordion-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-menu .cd-accordion-menu a {
  position: relative;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  padding: 16px 26px 16px 0px;
  box-shadow: inset 0 -1px #f3f3f3;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sidebar-menu .cd-accordion-menu li:last-child a{
  box-shadow: none;
}
.sidebar-menu .cd-accordion-menu a:hover{
  color: #000;
}
.sidebar-menu .cd-accordion-menu li.sidebar-current > a{
  color: #000;
}
.sidebar-menu .cd-accordion-menu label {
  height: 50px;
  width: 26px;
}
.sidebar-menu .cd-accordion-menu label:before{
  color: #000;
}
.sidebar-menu .cd-accordion-menu > li > ul{
  padding-top: 10px;
}
.sidebar-menu .cd-accordion-menu ul a {
  box-shadow: none;
  padding: 9px 26px 9px 20px;
  color: #333;
  text-transform: none;
  font-size: 14px;
}
.sidebar-menu .cd-accordion-menu ul label{
  height: 34px;
}
.sidebar-menu .cd-accordion-menu ul ul a {
  padding-left: 40px;
}
.sidebar-menu .cd-accordion-menu ul ul ul a {
  padding-left: 50px;
}

.sidebar .some-form .btn{
  margin-top: 10px;
  display: block;
}

/*----------------------------------------------- news details --------------------------------------------*/
.heading{
  margin-bottom: 40px;
  text-transform: none;
}
.simple-image{
  margin-bottom: 50px;
  text-align: center;
}
.simple-image img{
  max-width: none;
  width: 100%;
}
.in-center{
  text-align: center;
  margin-bottom: 30px;
}
.intfig{
  position: relative;
}
.intfig figcaption{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255,255,255,0.5);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: normal;
  color: #444;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.intfig:hover figcaption{
  opacity: 1;
  visibility: visible;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px 0px 0px 20px;
  list-style-type: none;
}
.text ul li{
  position: relative;
}
.text ul li:before{
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  font-size: 6px;
  position: relative;
  font-weight: bold;
  color: #666666;
  top: -4px;
  margin-right: 8px;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 30px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 10px 15px;
  background: transparent;
  font-size: 16px;
  color: #232323;
  border: none;
  border-bottom: 3px solid #af1311;
  overflow: hidden;
  text-align: left;
}
table td{
  background: #f6f3ee;
  display: table-cell;
  padding: 10px 15px;
  border: none;
  font-size: 15px;
}
table tr:nth-of-type(odd) td{
  background: #ede7dd;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
  margin: 20px -33px 0;
  padding: 0px;
  list-style-type: none;
}
.simple-gallery li{
  display: inline-table;
  vertical-align: top;
  width: 33.3333%;
  padding: 33px;
  margin-right: -4px;
  box-sizing: border-box;
}
.simple-gallery li a{
  display: block;
}
.simple-gallery li img{
  max-width: none;
  width: 100%;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  font-weight: normal;
  box-sizing: border-box;
}
.nl_osn a {
  text-decoration: none;
}
.tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 5px;
  border-bottom: 1px solid #ede7dd;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  box-sizing: border-box;
}
.tr:hover {
  background: #ede7dd;
  color: #000;
}
.download1 {
  width: 72%;
  color: #222;
  webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.tr-right{
  width: 28%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
a.pdf,
a.pdf:visited {
  display: block;
  font-size:12px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 12px;
  display: table-cell;
  top: 3px;
  position: relative;
  color: #fff;
  background: #af1311;
}
a.pdf:hover{
  color: #fff;
  background: #232323;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 0px auto 40px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  height: 0;
  border: 1px solid #ccc;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
  margin-top: 30px;
  position: relative;
}
.tagsContainer::before{
  content: '\f02c';
  font-family: 'Font Awesome 6 Pro';
  font-size: 16px;
  color: #000;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}
.tagsContainer .tag-filter {
  display: inline-block;
  padding: 7px 12px;
  background: #232323;
  color: #fff;
  margin: 0px 5px 9px 0px;
  font-size: 13px;
}
.tagsContainer .tag-filter:hover {
  background: #444;
}

/*--------------- share -----------------*/
.share-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.share-wrap i{
  color: #444;
  margin-right: 5px;
  font-size: 15px;
}
.share-btns{
  margin-left: 15px;
}
.share-btns  a{
  margin: 3px 0px 0px !important;
  padding: 5px 3px !important;
}

/*------------------------- table data sheet -------------------------*/
.table-data-sheet{
  position: relative;
  line-height: 44px;
}
.table-data-sheet > div{
  padding: 0 10px;
}
.table-data-sheet > div:nth-of-type(even){
  background: #f7f7f7;
}
.table-data-sheet strong{
  display: inline-block;
  width: 250px;
  color: #000;
  font-weight: 600;
}

.attribute-list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.attribute-list li{
  display: block;
  padding: 12px 10px;
}
.attribute-list li:nth-child(even){
  background: #f7f7f7;
}
.attribute-list li:before{
  display: none !important;
}
.attribute-list li strong {
  display: inline-block;
  width: 250px;
  color: #000;
  font-weight: 600;
  vertical-align: top;
}
.attribute-list li span{
  display: inline-block;
  width: calc(100% - 255px);
  vertical-align: top;
}

/*--------------- anchors in text page -----------------*/
.jq-anchors{
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #555;
}
.jq-anchors ul{
  margin: 0px;
}
.jq-anchors ul li{
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.jq-anchors ul li a{
  color: #000;
}
.jq-anchors ul li a:hover{
  color: #ecb419;
}

/*---------------------------------------- section similar news ------------------------------------- */
.similar-news{
  background: #fff;
  position: relative;
  padding: 90px 0px;
  overflow: hidden;
}
.similar-news:before{
  content: '';
  position: absolute;
  top: 160px;
  left: 0px;
  width: 287px;
  height: 281px;
  background: url('../images/leaf.png') no-repeat;
  background-size: cover;
  z-index: 0;
  box-sizing: border-box;
}
.similar-news:after{
  content: '';
  position: absolute;
  top: -295px;
  right: 0px;
  width: 283px;
  height: 450px;
  background: url('../images/grape.png') no-repeat;
  background-size: cover;
  z-index: 0;
  box-sizing: border-box;
}
.similar-news .title{
  text-align: left;
}
.similiar-news-slider{
  float: right;
  position: relative;
  width: calc(50% + 645px);
  box-sizing: border-box;
}
.similiar-news-slider .slick-list{
  margin: 0 -33px;
}
.similiar-news-slider .slick-prev{
  top: -80px;
  left: 1200px;
}
.similiar-news-slider .slick-next{
  top: -80px;
  right: auto;
  left: 1250px;
}

/*---------------------------------------- Products brands details page ------------------------------------- */
.content.in-pr-brand-details{
  padding: 0px;
}
.content.in-pr-brand-details:before{
  display: none;
}
.main-series-info-wrap{
  position: relative;
  overflow: hidden;
}
.main-series-info-wrap:before {
  content: '';
  position: absolute;
  bottom: 26px;
  left: 16px;
  width: 287px;
  height: 281px;
  background: url(../images/leaf.png) no-repeat;
  background-size: cover;
  z-index: 0;
  box-sizing: border-box;
}
.main-series-info{
  position: relative;
  z-index: 2;
  float: left;
  width: 35%;
  min-height: 918px;
  padding: 160px 0px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.main-series-info h1{
  margin-bottom: 50px;
}
.main-series-info .text{
  font-size: 16px;
  line-height: 26px;
}
.main-series-image{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65%;
  z-index: 1;
  box-sizing: border-box;
}
.mask{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1230px;
  z-index: 1;
}
.mask:before{
  content: '';
  position: absolute;
  top: 0px;
  right: 100%;
  bottom: 0px;
  width: 190px;
  background: url('../images/mask2.png') no-repeat right top;
}
.main-series-image figure{
  width: 1230px;
}

.products-slider{
  margin-bottom: 90px;
}
.products-slider .slick-prev,
.products-slider .slick-next{
  top: 39%;
}

.brand-series-list{
  overflow: hidden;
}
.series-one{
  position: relative;
  background: #fff url('../images/bgr1.png') no-repeat right bottom;
  padding: 90px 0px 190px;
  overflow: hidden;
}
article.series-one:nth-of-type(2n){
  background: url('../images/bgr2.png') no-repeat right bottom, url('../images/series_bgr.jpg') no-repeat left top;
  background-size: auto, cover;
}
.series-one .wrapper{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.series-one figure{
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  background: url('../images/grape.png') no-repeat left bottom;
  z-index: 3;
  box-sizing: border-box;
}
.series-one figure a{
  display: block;
}
.series-one-info{
  opacity: 1;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.series-text{
  max-height: 245px;
  overflow-x: auto;
  margin-bottom: 60px;
}
.series-characteristics{
  margin: 0px 0px 70px;
	padding: 0px;
	list-style-type: none;
}
.series-characteristics ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.series-characteristics li{
  background: #f6f3ee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 15px;
  box-sizing: border-box;
}
.series-characteristics li:nth-child(odd){
  background: #ede7dd;
}
.series-characteristics strong{
  font-weight: 500;
  color: #232323;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-right: 10px;
  width: 50%;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.series-characteristics em{
  display: block;
  width: 50%;
  font-size: 14px;
	font-style: normal;
}
.series-one-awards{
  width: 100%;
}
.awards-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding: 0px;
  list-style-type: none;
}
.awards-list li{
  display: block;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
  line-height: 27px;
  font-size: 15px;
  box-sizing: border-box;
}
.year{
  font-size: 16px;
  color: #af1311;
}

.pr-menta .main-series-info-wrap:before{
  background: url(../images/menta.png) no-repeat;
  background-size: cover;
}
#Module-162.series-one{
  background: #fff url('../images/bgr3.png') no-repeat right bottom;
}
#Module-162.series-one figure{
  background: url('../images/menta2.png') no-repeat left bottom;
}
#Module-165.series-one{
  background: #fff url('../images/bgr4.png') no-repeat right bottom;
}
/*---------------------------------------------- About us page ---------------------------------------------------*/
.fig-pos1{
  float: right;
  width: 70%;
  padding: 65px 0px 40px 60px;
  box-sizing: border-box;
}
.fig-pos2{
  width: 30%;
  max-width: 387px;
  padding-bottom: 50px;
  box-sizing: border-box;
}

/*---------------------------------------- Portfolio page ------------------------------------- */
.portfolio-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -33px;
  box-sizing: border-box; 
}
.portfolio-one{
  width: 33.333%;
  position: relative;
  padding: 0px 33px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.portfolio-one figure{
  overflow: hidden;
  position: relative;
}
.portfolio-one figure > a{
  display: block;
  background: #000;
  overflow: hidden;
}
.portfolio-one figure img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale3d(1.01,1.01,1);
  transform: scale3d(1.01,1.01,1);
}
.portfolio-one figure:hover img{
  -webkit-transform: scale3d(1.07,1.07,1);
  transform: scale3d(1.07,1.07,1);
  opacity: 0.8;
}
.portfolio-one figcaption{
  padding: 18px 0px 0px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
.portfolio-one figcaption > div{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.portfolio-one figcaption h3{
  font-size: 25px;
  font-weight: 600;
  width: calc(100% - 40px);
  box-sizing: border-box;
}
.proj-arrow{
  font-size: 22px;
  color: #af1311;
  max-width: 40px;
}

/*---------------------------------------- Portfolio details page ------------------------------------- */
.portfolio-wrap.gal-inside{
  margin-top: 20px;
  margin-bottom: 20px;
}

/*---------------------------------------------- Contacts ---------------------------------------------------*/
.form-flex{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.float-flex {
  -webkit-box-flex: none;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  box-sizing: border-box;
}
.col-2 .float-flex{
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}
.col-3 .float-flex{
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.col-4 .float-flex{
  -webkit-flex: 0 0 23.5%;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
}
.map{
  height: 620px;
  overflow: hidden;
  filter: sepia(100%) grayscale(48%);
  background: #624e35;
  opacity: 0.85;
}
.map iframe{
  opacity: 0.7;
  /*pointer-events: none;*/
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.address{
  float: left;
  width: 35%;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.address a{
  color: #666666;
}
.address a:hover{
  color: #af1311;
}
.address strong{
  color: #232323;
  font-size: 19px;
  font-weight: normal;
}
.address .socials{
  justify-content: flex-start;
}
.address .socials a{
  color: #000;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6cfc9;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
}
.address .socials a i:before{
  font-size: 17px;
}
.address .socials a:hover{
  border: 1px solid #af1311;
  color: #fff;
  background: #af1311;
}
.address .heading, .contact-form .heading{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
.contact-form {
  float: right;
  width: 60%;
  box-sizing: border-box;
}
.input-form{
  position: relative;
}
.input-form .input{
  padding-left: 30px;
}
.input-form:before{
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  top: 14px;
  left: 0px;
  color: #888682;
  font-size: 18px;
  font-weight: 300;
}
.icon-01:before{
  content: '\f007';  /* user icon */
}
.icon-02:before{
  content: '\f023';  /* password icon */
}
.icon-03:before{
  content: '\f095';  /* phone icon */
}
.icon-04:before{
  content: '\f0e0';  /* envelope icon */
}
.icon-05:before{
  content: '\f303';  /* pencil icon */
}
.input{
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #d6cfc9;
  padding: 0px;
  margin-bottom: 30px;
  width: 100%;
  height: 48px;
  color: #000;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
textarea.input{
  height: 115px;
  padding-top: 15px;
  resize: none;
}
.styled-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d6cfc9;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.styled-select select {
  background: transparent;
  width: calc(100% + 30px);
  padding: 0px;
  height: 47px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #000;
  font-size: 16px;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  z-index: 1;
}
.styled-select:after{
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  color: #797979;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.ok, .error {
  display: block;
  font-size: 13px;
  margin: 10px;
}
.error {
  color: #BF1717;
}

.contact-form .btn{
  margin-top: 20px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #888682;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #888682;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #888682;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #888682;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888682;
}

.label{
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
}

.captcha{
  padding-top: 15px;
}
.captcha input {
  width: 190px;
}
.captcha img {
  border: 2px solid transparent;
}
.captcha img:hover{
  border: 2px solid #999;
  opacity: 0.9;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  padding-left: 28px;
  font-size: 15px;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background: transparent;
  border: 1px solid #ccc;
  display:inline-block;
  vertical-align:top;
  width: 20px;
  height: 20px;
  text-align:center;
  font-size: 15px;
  color: #000;
  line-height: 20px;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0px;
  top: -1px;
  font-weight: bold;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
  content: '\f00c';
}
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.4;
}

.radio-custom.radio-inline{
  padding-left:0;
}
.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  padding:2px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #000;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.4;
}

/*-------------------- file upload --------------------*/
.form-t{
  margin-bottom: 15px;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
}
.field1-primary{
  float: left;
  width: calc(100% - 130px);
}
.fileUpload {
  float: left;
  width: 120px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 22px 10px;
  padding: 12px 26px;
  border-radius: 30px;
  border: none;
  background: #afb7be;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
	text-align: center;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.fileUpload:hover{
  background: #222;
  color: #fff;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height:60px;
}

/*-------------------------------------- contacts with more offices ----------------------------*/
.one-contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.one-contact .map{
  width: 50%;
  height: 400px;
}

.contact-form.form-center{
  width: auto;
  float: none;
  padding-top: 40px;
}
.contact-form.form-center .heading{
  text-align: center;
}
.contact-form.form-center .contact-form-center{
  max-width: 900px;
  margin: 0 auto;
}
.contact-form.form-center .btn{
  display: block;
  width: 270px;
  margin: 30px auto;
}

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
  padding: 10px 0px 10px 15px;
  margin: 10px 0px 10px 20px;
  border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
  padding: 6px 0px;
}
.sitemap a {
  color: #000;
}
.sitemap a:hover {
  color: #ecb419;
}

/* error page ---------------------------------------------------------------*/
i.fa-face-confused, i.fa-meh-o{
  margin-right: 20px;
  font-size: 70px;
}
.error-page{
  background: #FBEEED;
  border: 1px solid #F7D8DD;
  padding: 20px 15px;
  color: #d9534f;
}
.error-page h6{
  margin-bottom: 13px;
  color: #d9534f;
  font-size: 22px;
}
.error-page p{
  margin: 0px;
  padding: 0px;
}

/* search results ---------------------------------------------------------------*/
.heading-serach{
  color: #ecb419;
  font-size: 28px;
  margin-bottom: 30px;
}
.search-result-wrap{
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}
.search-result{
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.search-result:last-child{
  border-bottom: none;
}
.search-result h4{
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.search-result h4 a{
  color: #000;
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.search-result h4 a:hover{
  background-size: 0 1px, 100% 1px;
}
.search-result .breadcrumb{
  padding: 0px !important;
  margin: 0px !important;
}
.search-result .breadcrumb a{
  color: #9f9f9f;
}
.search-result .breadcrumb a:hover{
  color: #000;
}

/*----------------------------------------- FAQ page -----------------------------------------*/
.accordion{
  margin-bottom: 25px;
}
.a-btn { 
  width: 100%;
  margin: 0 auto 25px;
  cursor: pointer;
  box-sizing: border-box;
}
.a-btn h3{
  font-size: 22px;
  padding: 17px 50px 17px 0px;
  position: relative;
  border-bottom: 2px solid #222;
  text-transform: none;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 2px;
  background: #bbb;
  margin-top: -1px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 2px;
  height: 20px;
  background: #bbb;
  margin-top: -10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3.selected:after{
  opacity: 0;
  visibility: hidden;
}
.a-btn h3:hover, .a-btn h3.selected{
  color: #ecb419;
}
.a-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
}
.a-content-inner {
  padding: 0px 50px 10px 0px;
}
.a-content-inner h6{
  text-transform: none;
  margin-bottom: 10px;
}
.open {
  height: auto;
}

/*-------------------------------- alerts ------------------------------*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
  border-color: #54a754;
  background: #60c060;
}
.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
/*-------------------- validate error --------------------*/
.error-messages{
  position: absolute;
  top: calc(100% - 10px);
  left: 0px;
  max-width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #808080;
  padding: 8px 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
}
.error-messages:before, .error-messages:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #808080;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 1;
}
.error-messages:after{
  border-bottom: 8px solid #fff;
  top: -7px;
  z-index: 2;
}
.validate-error {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.validate-error:last-child{
  margin-bottom: 0px;
}
.validate-error i{
  color: #D8000C;
  font-size: 24px;
  margin-right: 8px;
}

.input-place.jq-validate-error,
.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before
{
  border:1px solid red;
}

.checkbox-custom .error-messages, .radio-custom .error-messages{
  top: 30px;
}

.display-none {
  display:none;
}

/*--------------------- loading spinner ---------------------*/
.spinner{
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
  z-index: 900000;
}
body.loading .spinner{
  display: block;
}
.mesh-loader {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mesh-loader .circle {
  width: 18px;
  height: 18px;
  position: absolute;
  background: rgba(0,0,0,0.8);
  border-radius: 50%;
  margin: -9px;
  -webkit-animation: mesh 3s ease-in-out infinite;
  animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*---------------------------- cookies ------------------------------*/
.cookies-wrapper{
  position: fixed;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 99900;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  animation-duration:0.8s;
 -webkit-animation-duration:0.8s;
 -moz-animation-duration:0.8s;
 -o-animation-duration:0.8s;
 -webkit-animation-name:slideUp;
 animation-name:slideUp
}
.cookies-wrapper.top{
  bottom: auto;
  top: 15px;
}
.cookies-wrapper.dark{
  background: #222;
  color: rgba(255,255,255,0.6);
}
.cookies-wrapper.dark a{
  color: #fff;
}
.cookies-wrapper.cookie-hidden{
  display: none !important;
}
.cookie-text{
  float: left;
  width: calc(100% - 170px);
  padding: 10px 0px;
  box-sizing: border-box;
}
.cookies-wrapper .btn{
  float: right;
  display: block;
  margin-top: 0px;
  width: 150px;
  min-width: inherit;
  cursor: pointer;
}
@-webkit-keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
@keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  -ms-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
 }
}

/*--------------------- 18 age popup -----------------------*/
#access-policy{
	background: #1a1a1a;
	text-align: center;
	max-width: 540px;
}
.age{
	position: relative;
	font-size: 38px;
	color: #fff;
	text-align: center;
	width: 116px;
	height: 116px;
	line-height: 116px;
	background: #ce1126;
	border-radius: 50%;
	margin: 20px auto;
	font-family: 'robotoMedium', Arial, Helvetica, sans-serif;
}
.access-policy-text{
	font-size: 18px;
  color: #fff;
}
.promo-code {
display: none;
}
/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
  .series-one{background: #fff url('../images/bgr1.png') no-repeat right bottom; background-size: 100% auto;}
  article.series-one:nth-of-type(2n){background: url('../images/bgr2.png') no-repeat right bottom, url('../images/series_bgr.jpg') no-repeat left top; background-size: 100%, cover;}
  #Module-162.series-one{background: #fff url('../images/bgr3.png') no-repeat right bottom; background-size: 100% auto;}
  #Module-165.series-one{background: #fff url('../images/bgr4.png') no-repeat right bottom; background-size: 100% auto;}
}

@media only screen and (max-width: 1500px) {
  .content:before{width: 200px; height: 318px; right: -25px;}
  .content{background: #f8f5f0 url('../images/body_bgr.jpg') -440px top;}
  .main-series-info-wrap:before{width: 200px; height: 196px;}
}

@media only screen and (max-width: 1440px) {
  .our-history{background: url('../images/history_bgr.jpg') no-repeat -165px top; background-size: cover;}
  .grape-move img{max-width: 220px;}
  .grape-move{left: 5px;}
  .leaf-move img{max-width: 160px;}
  .leaf-move{left: -35px;}
}

@media only screen and (max-width: 1366px) {
  .ban-text .text{font-size: 64px;}
  .ban-title{font-size: 24px;}
  .ban-text:before{width: 200px; height: 146px;}
  .mask, .main-series-image figure{width: 890px;}
  .main-series-info{min-height: 680px; padding-top: 120px;}
  .main-series-info h1 img{max-width: 290px;}
  .main-series-info h1{margin-bottom: 35px;}
}

@media only screen and (max-width: 1330px) {
  .news-slider, .similiar-news-slider{width: auto; float: none; padding: 0 20px;}
  .news-slider .slick-next, .similiar-news-slider .slick-next{left: auto; right: 20px;}
  .news-slider .slick-prev, .similiar-news-slider .slick-prev{left: auto; right: 70px;}
  .product-box{width: 33.333%;}
  .simple-image{margin-bottom: 30px;}
  .video{margin-bottom: 30px;}
}

@media only screen and (max-width: 1240px) {
  #menu > ul > li{padding: 36px 16px;}
  header.sticky #menu > ul > li{padding: 30px 16px;}
  #menu{margin-left: 20px;}
  #menu ul li a{font-weight: 500; font-size: 13px;}
  .lang-choice{font-size: 13px; padding-left: 25px;}
  .lang-choice:before{font-size: 17px;}
  .logo a img{max-width: 136px;}
  .vinprom{padding: 90px 0px;}
  h1, h2{font-size: 50px;}
  .vinprom h2{line-height: 56px;}
  .vinprom .title{margin-bottom: 70px;}
  .parallax .wrapper{min-height: 460px;}
  .about-us .wrapper{min-height: inherit;}
  .our-history .wrapper{min-height: 440px;}
  .map{height: 520px;}
  .news-slider .slick-prev, .news-slider .slick-next{top: -70px;}
  .count-flex-item figure img{max-height: 100px;}
  .circle strong{font-size: 62px;}
  .circle span{font-size: 24px;}
  .count-text{margin-top: 10px; font-size: 15px;}
  .circle{width: 200px;}
  .ban-wrap-inner{height: 340px;}
  .ban-inner-text{padding: 20px 0px;}
  .breadcrumb{font-size: 12px;}
  .content{padding: 60px 0px 40px;}
  .title .text{margin-top: 35px;}
  .pr-title{font-size: 29px;}
  .content.in-details{padding-top: 160px;}
  .series-one{padding: 80px 0 130px;}
	.portfolio-one figcaption h3{font-size: 24px;}
}

@media only screen and (max-width: 1100px) {
  #menu{margin-left: 0px;}
	#menu > ul > li{padding: 36px 13px;}
	header.sticky #menu > ul > li{padding: 30px 13px;}
  .ban-text .text{font-size: 60px;}
  .float-l{width: 40%;}
  .float-r{width: 60%; padding-left: 90px;}
  h1, h2{font-size: 40px;}
  h3{font-size: 36px;}
  h4{font-size: 30px;}
  h5 {font-size: 28px;}
  h6 {font-size: 26px;}
  .vinprom h2{line-height: 46px;}
  .float-l .vinprom-image img{max-width: 360px;}
  .float-l .vinprom-image:before, .float-l .vinprom-image:after{width: 100px; height: 100px; left: -50px;}
  .parallax .wrapper{min-height: 380px;}
  .pr-title{font-size: 28px;}
  .our-history .wrapper{min-height: 340px;}
  .more{font-size: 11px; padding-left: 65px;}
  .more:before{width: 50px;}
  .our-history-quote h5{margin-bottom: 25px;}
  .fig-pos1{padding: 40px 0px 20px 50px;}
  .main-series-info{width: 45%;}
  .portfolio-one{margin-bottom: 45px;}
  
  .one-new figure{padding-right: 35px;}
  i.fa-face-confused, i.fa-meh-o{font-size: 54px;}
}

@media only screen and (max-width: 1020px) {
  .logo{width: auto; margin: 10px 0px;}
  header.sticky .logo{width: auto; margin: 5px 0px;}
  header.sticky .logo a img{max-width: 100px;}
  .float-r{width: 55%;}
  .float-l{width: 45%;}
  .parallax{padding-bottom: 40px;}
  .our-brands, .about-us, .our-history, .index-news, .similar-news{padding: 70px 0px;}
  body{font-size: 15px;}
  .text, p{line-height: 25px;}
  .about-us .text{column-gap: 40px;}
  .blog-title{font-size: 26px;}
  .date{font-weight: normal; font-size: 12px; margin-bottom: 10px;}
  .blog-info{padding-top: 25px;}
  .slick-slider .blog-item{margin-bottom: 0px;}
  .map{height: 460px;}
  .content:before{width: 160px; height: 254px; top: 15px; right: -25px;}
  .main-series-info .text{line-height: 25px; font-size: 15px;}
  .series-one{padding: 70px 0px 100px;}
  .heading{margin-bottom: 30px;}

  .address strong{font-size: 16px;}
  .form-t{font-size: 18px;}
  .sidebar-news .one-new figure{width: 110px;}
  .sidebar-news .one-new figure a{height: 88px;}
  .header-top{display: none;}
  #menu{display: none;}
  header .responsive-menu-btn{display: block;}
  .main-part{float: none; width: auto; padding: 0px;}
  .sidebar{float: none; width: auto;}
  .simple-image{float: none; width: auto; margin-right: 0px; text-align: center; max-width: none;}
  .simple-image img{max-width: none; width: 100%;}
  .simple-gallery li{width: 50%;}
	.portfolio-one{width: 50%;}
}

@media only screen and (max-width: 980px) {
  .ban-text .text{font-size: 52px; margin-top: 5px;}
  .ban-title{font-size: 20px;}
  .float-l .vinprom-image img{max-width: 315px;}
  .count-flex-item{width: 50%; justify-content: center; margin-bottom: 25px;}
  .count-flex{justify-content: center;}
  .count-flex-item figure{margin-right: 15px;}
  .statistic{padding: 50px 0px 25px;}
  .blog-item{padding: 0 20px;}
  .blog-wrap, .news-slider .slick-list, .similiar-news-slider .slick-list{margin: 0 -20px;}
  .suptitle{font-size: 11px; margin-bottom: 8px;}
  .product-box{width: 50%; margin-bottom: 65px;}
  .ban-wrap-inner{height: 300px;}
  .header-inner:before{height: 90px;}
  .mask, .main-series-image figure{width: 760px;}
  .main-series-info h1 img{max-width: 240px;}
  .main-series-info{min-height: 560px;}
	
	.simple-gallery li{padding: 20px;}
	.simple-gallery{margin-left: -20px; margin-right: -20px;}
  .address{float: none; width: 100%;}
  .contact-form{float: none; width: auto;}
  .one-contact .map{width: 100%; height: 350px;}
  .a-btn h3{font-size: 20px;}
  .heading-serach{font-size: 22px;}
  .portfolio-one{padding: 0 20px;}
  .portfolio-wrap{margin: 0 -20px;}
}

@media only screen and (max-width: 900px) {
  .footer-logos-wrap{position: relative; top: auto; left: auto; width: auto; margin-bottom: 40px;}
  footer{padding: 70px 0px;}
  .rights{font-size: 13px; margin-top: 35px;}
  .lang-choice{font-size: 12px;}
  .float-r{padding-left: 60px;}
  .vinprom .title{margin-bottom: 45px;}
  .our-history-quote{width: 55%;}
  .title .text{margin-top: 30px; padding-bottom: 135px;}
  .fig-pos1{padding: 30px 0px 20px 35px;}
  
  .one-new{margin-bottom: 50px;}
  .one-new figure{width: 100%; padding: 0px; margin-bottom: 25px;}
  .one-new-info{float: none; width: 100%;}
  /*
  article.one-new:nth-of-type(2n){flex-direction: row;}
  article.one-new:nth-of-type(2n) figure{padding: 0px;}*/
  .address{float: none; width: 100%; margin-right: 0px; margin-bottom: 40px;}
  .map-place{float: none; width: auto;}
  .contact-form{float: none; width: auto;}
  .search-result-wrap{padding: 10px 25px;}
  .tr-right{width: 40%;}
  .download1{width: 60%;}
}

@media only screen and (max-width: 800px) {
  .ban-text .text{font-size: 46px;}
  .ban-title{font-size: 16px;}
  .ban-text:before{width: 160px; height: 117px;}
  h1, h2{font-size: 36px;}
  h3{font-size: 32px;}
  .vinprom h2{line-height: 42px;}
  .float-r{padding-left: 40px; width: 50%;}
  .float-l{width: 50%;}
  .float-l .vinprom-image img{max-width: 260px;}
  .float-l .vinprom-image:before, .float-l .vinprom-image:after{width: 80px; height: 80px; bottom: 25px;}
  .parallax .wrapper{min-height: 300px;}
  .parallax{padding-bottom: 30px;}
  .parallax h2{margin-bottom: 20px;}
  .grape-move img{max-width: 160px;}
  .title{margin-bottom: 35px;}
  .about-us .text{column-count: inherit; column-gap: inherit; text-align: center;}
  .our-history .wrapper{min-height: 260px;}
  .our-history-quote{width: 60%;}
  .our-history-quote h5{margin-bottom: 0px;}
  .blog-title{font-size: 22px;}
  .map{height: 360px;}
  .news-slider .slick-prev, .news-slider .slick-next{top: -55px;}
  .ban-wrap-inner{height: 230px;}
  .breadcrumb{font-size: 11px;}
  .ban-inner-text{padding: 15px 0px;}
  .content{padding: 50px 0px 30px;}
  .title .text{margin-top: 20px;}
  .content:before{top: -60px; width: 140px; height: 223px;}
  .content.in-details{padding-top: 150px;}
  .fig-pos1{float: none; width: auto; padding: 10px 0px 30px;}
  .fig-pos2{float: left; padding: 0px 30px 20px 0px; width: 50%;}
  .main-series-info h1 img{max-width: 200px;}
  .main-series-info h1{margin-bottom: 25px;}
  .series-one figure{width: 45%;}
  .series-one-info{width: 55%;}
  .awards-list li{font-size: 14px; line-height: 22px;}
  .portfolio-one figcaption h3{font-size: 22px;}
  .proj-arrow{font-size: 17px;}
  .portfolio-one{margin-bottom: 35px;}
  .portfolio-one figcaption{padding-top: 15px;}
  
  .pagination{padding-bottom: 60px;}
}

@media only screen and (max-width: 740px) {
  .vinprom h2{font-size: 32px; line-height: normal;}
  h4{font-size: 28px;}
  h5{font-size: 26px;}
  h5{font-size: 24px;}
  .footer-logo img{max-width: 200px;}
  .socials a i:before{font-size: 24px;}
  .socials a{margin-right: 35px;}
  
  .col-3 .float-flex{-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}
  i.fa-face-confused, i.fa-meh-o{font-size: 46px; margin-right: 10px;}
  .a-btn h3{font-size: 18px; font-weight: 600;}
  .a-btn{margin-bottom: 15px;}
}

@media only screen and (max-width: 700px) {
  .blog-title{font-size: 26px;}
  .grid-sizer, .grid-item, .blog-item{width: 100% !important;}
  .blog-item{margin-bottom: 50px;}
  .main-series-info{float: none; width: auto; min-height: inherit; text-align: center; padding: 150px 0px 50px;}
  .main-series-image{position: relative; top: auto; right: auto; width: auto; margin-bottom: 50px;}
  .mask{display: none;}
  .main-series-image figure{width: auto;}
  .series-one figure{float: none; width: 100%; margin-bottom: 50px;}
  .series-one-info{float: none; width: 100%;}
  .series-one{padding: 60px 0px;}
  .series-characteristics{margin-bottom: 50px;}
  .series-text{margin-bottom: 50px;}
  .awards-list li{width: 50%;}
  .portfolio-one figcaption h3{font-size: 26px;}
  .proj-arrow{font-size: 22px;}
  .portfolio-one{margin-bottom: 45px;}
  
  .text-module{margin-bottom: 25px;}
  .search-result{padding: 18px 0px;}
  .portfolio-one{width: 100%;}
  /*cookies*/
  .cookie-text{float: none; width: auto; text-align: center;}
  .cookies-wrapper .btn{float: none; margin: 0px auto;}
}

@media only screen and (max-width: 640px) {
  .logo a img{max-width: 120px;}
  .ban-text .text{font-size: 36px;}
  .ban-title{letter-spacing: 2px;}
  .btn{padding: 12px 20px;}
  .ban-text:before{width: 120px; height: 88px;}
  .vinprom{padding: 70px 0px;}
  .float-l .vinprom-image img{max-width: 220px;}
  .float-r{padding-left: 30px;}
  .vinprom h2{font-size: 28px;}
  .text, p{line-height: 22px;}
  body{font-size: 14px;}
  .pr-title{font-size: 26px;}
  .count-flex-item{margin-bottom: 35px; width: 100%;}
  .statistic{padding: 50px 0 15px;}
  .our-history .wrapper{min-height: inherit;}
  .index-news:after, .similar-news:after{width: 180px; height: 286px; top: -170px;}
  .more{font-size: 10px;}
  .footer-contacts{text-align: center; margin-bottom: 40px;}
  .flex-item:nth-child(2n) .footer-menu{text-align: center;}
  .footer-contacts ul li{padding-left: 0px; line-height: 22px; font-size: 14px;}
  .footer-contacts ul li:before{display: none;}
  .footer-title{margin-bottom: 20px;}
  footer{padding: 60px 0px;}
  .title .text{background: url('../images/small_grape.png') no-repeat center bottom; background-size: 65px auto; padding-bottom: 110px;}
  .content.in-details, .main-series-info{padding-top: 130px;}
  .simple-image{margin-bottom: 20px;}
  .video{margin-bottom: 20px;}
  
  .address strong{font-size: 15px;}
  .form-t{font-size: 17px; margin-bottom: 10px;}
  .download1{width: 100%; margin-bottom: 3px;}
  .tr-right{width: 100%; padding-left: 0px;}
  .error-page h6{font-size: 20px;}
  .heading-serach{font-size: 20px;}
  .flex-item{max-width: none; -webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
	.simple-gallery li{display: block; width: auto; margin-right: 0px; padding: 15px;}
  .simple-gallery{margin: 20px -15px 0px;}
}

@media only screen and (max-width: 600px) {
  .product-box{width: auto; display: block; margin-right: 0px; margin-bottom: 55px;}
}

@media only screen and (max-width: 550px) {
  .logo a img{max-width: 110px;}
  .float-l{width: 100%;}
  .float-l .vinprom-image{float: none; width: 40%}
  .float-l .vinprom-image img{max-width: 100%;}
  .float-l .vinprom-image:before, .float-l .vinprom-image:after{bottom: -65px; left: 20px;}
  .float-r{padding-left: 0px; width: 100%;}
  .float-r .vinprom-image{width: 57%; align-self: flex-end; margin-top: -220px;}
  .vinprom, .our-brands, .about-us, .our-history, .index-news, .similar-news{padding: 60px 0px;}
  .suptitle{font-size: 10px;}
  .parallax{padding: 60px 0 25px;}
  .our-history-quote h5{font-size: 20px; font-weight: 600;}
  .more{margin-top: 30px; padding-left: 35px; letter-spacing: normal;}
  .more:before{width: 25px;}
  .our-history-quote{width: 70%;}
  .blog-title{font-size: 24px;}
  .content.in-details, .main-series-info{padding-top: 125px;}
  .main-series-info{padding-bottom: 40px;}
  .main-series-image{margin-bottom: 40px;}
  .heading{margin-bottom: 25px;}
  .series-characteristics li{padding: 10px;}
  .portfolio-one figcaption h3{font-size: 24px;}
  .proj-arrow{font-size: 17px;}
  .portfolio-one{margin-bottom: 35px;}
  
  .search-result-wrap{padding: 0px 15px;}
  .heading-serach{font-size: 17px;}
  .search-result h4{font-size: 16px;}
  .path{font-size: 13px;}
  table {display: block; overflow-x: auto; white-space: nowrap; width: 100%;}
  .pagination{padding-bottom: 50px;}
  .col-2 .float-flex, .col-3 .float-flex{-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .a-btn h3{font-size: 17px; padding: 13px 50px 13px 0px;}
}

@media only screen and (max-width: 500px) {
  .blog-title{font-size: 23px;}
  .ban-text .text{font-size: 30px;}
  .ban-title{font-size: 13px;}
  .ban-text:before{width: 120px; height: 90px;}
  .ban-text .btn{display: none;}
  h1, h2{font-size: 32px;}
  h3{font-size: 30px;}
  .footer-logo img{max-width: 156px;}
  .blog-item{margin-bottom: 40px;}
  .blog-info{padding-top: 20px;}
  .date{margin-bottom: 8px;}
  .fig-pos2{padding-right: 25px;}
  .series-text, .series-characteristics{margin-bottom: 35px;}
  .awards-list li{width: 100%;}
  .series-one figure img{max-height: 600px;}
  .series-one figure{margin-bottom: 30px; background: url('../images/grape.png') no-repeat left bottom; background-size: 190px auto;}
  .pr-menta .series-one figure{background: url('../images/menta2.png') no-repeat left bottom; background-size: 210px auto;}
  .portfolio-one figcaption h3{font-size: 23px;}
  .ban-text {top: 36%;  }
  .sidebar-border{padding: 27px 20px; margin-bottom: 30px;}
}

@media only screen and (max-width: 460px) {
  .float-r .vinprom-image{margin-top: -175px;}
  .float-l .vinprom-image:before, .float-l .vinprom-image:after{width: 60px; height: 60px; bottom: -45px; left: -15px;}
  .header-inner:before{height: 70px;}
  .ban-wrap-inner{height: 190px;}
  .breadcrumb{font-size: 10px;}
  .ban-inner-text{padding: 12px 0px;}
  .content{padding: 40px 0 20px;}
  
  .tagsContainer .tag-filter{font-size: 12px;}
  .address, .contact-form{margin-bottom: 30px;}
  .a-btn h3{font-size: 16px;}
}

@media only screen and (max-width: 400px) {
  header .responsive-menu-btn{margin-left: 30px;}
  .lang-choice{font-size: 11px; padding-left: 20px;}
  .lang-choice:before{font-size: 14px;}
  .logo a img{max-width: 100px;}
  header.sticky .logo a img{max-width: 80px;}
  .ban-text .text{font-size: 28px;}
  .vinprom .title{margin-bottom: 30px;}
  .grape-move img{max-width: 105px;}
  .title{margin-bottom: 30px;}
  .btn{min-width: inherit; font: 11px;}
  .circle strong{font-size: 50px;}
  .circle span{font-size: 20px;}
  .circle{width: 165px;}
  .our-history{background: url('../images/history_bgr.jpg') no-repeat -220px top; background-size: cover;}
  .index-news:after, .similar-news:after{width: 120px; height: 191px; top: -110px;}
  .float-r .vinprom-image{margin-top: -130px;}
  .ban-wrap-inner{height: 160px;}
  .content.in-details, .main-series-info{padding-top: 115px;}
  .series-one figure img{max-height: 500px;}
}

@media only screen and (max-width: 360px) {
  .wrapper, .big-wrapper{padding: 0 10px;}
  .pr-title{font-size: 24px;}
  h1, h2{font-size: 30px;}
  h3{font-size: 28px;}
  h4{font-size: 27px;}
  .blog-title{font-size: 20px;}
  .our-history-quote h5{font-size: 18px;}
  .portfolio-one figcaption h3{font-size: 20px;}

  .sidebar-news .one-new figure{width: 90px;}
  .sidebar-news .one-new figure a{height: 80px;}
  .sidebar-news .one-new-title{font-size: 15px; line-height: 22px;}
  .contact-form .btn{display: block;}
  .search-result{padding: 13px 0px;}
  .search-result h4{font-size: 14px;}
  .path{font-size: 12px;}
  .heading-serach{font-size: 16px;}
  .captcha input{width: 170px;}
  .input{font-size: 14px;}
  .error-page h6{font-size: 18px;}
}

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