/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;600;800;900&subset=cyrillic&display=swap');   

@font-face {
  font-family: 'Trajan Pro 3';
  src: url('./fonts/TrajanPro3Bold.eot');
  src: local('Trajan Pro 3 Bold'), local('TrajanPro3Bold'),
      url('./fonts/TrajanPro3Bold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TrajanPro3Bold.woff2') format('woff2'),
      url('./fonts/TrajanPro3Bold.woff') format('woff'),
      url('./fonts/TrajanPro3Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Trajan Pro 3';
  src: url('./fonts/TrajanPro3Regular.eot');
  src: local('Trajan Pro 3 Regular'), local('TrajanPro3Regular'),
      url('./fonts/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TrajanPro3Regular.woff2') format('woff2'),
      url('./fonts/TrajanPro3Regular.woff') format('woff'),
      url('./fonts/TrajanPro3Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
  -webkit-appearance:none;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ul li {
  list-style-image: url(../img/bullet.png);
  margin-bottom: 5px;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*Layout*/
* {
  margin: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1300px;
  font-weight: normal;
}
a,
a:focus,
a:active {
  outline: 0 none!important;
}
a {
  color: #744330;
  text-decoration: underline;
}
.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
}
body.page .entry-content {
  padding: 40px 0;
}
footer {
  padding-top: 25px;
  clear: both;
  float: left;
  font-size: 13px;
  width: 100%;
  background: #fff;
}
footer .copyright {
  text-align: right;
}
footer .copyright a {
  text-transform: none;
  font-style: italic;
  text-transform: uppercase;
}
footer .left,
footer .right {
  float: left;
}
footer .top,
footer .bottom {
  float: left;
  width: 100%;
  clear: both;
}
footer .left {
  width: 794px;
}
footer .left .bottom {
  color: #848484;
  font-size: 12px;
}
footer .left .bottom ul.menu li span {
  padding: 0 14px;
}
footer .left .bottom a {
  color: #848484;
  font-size: 12px;
}
footer .left .top {
  margin-bottom: 32px;
}
footer .left .top .menu {
  margin-top: 5px;
}
footer .right {
  width: 306px;
  color: #848484;
}
footer .right .btn {
  float: right;
}
 
footer .right .top {
  margin-bottom: 22px;
}
footer .right .bottom {
  font-size: 12px;
}
footer ul.menu {
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
footer ul.menu li {
  float: left;
  list-style: none;
}
footer ul.menu li a {
  text-decoration: none;
  color: #231f20;
  text-transform: none;
}
footer ul.menu li a:hover {
  color: #744330;
}
footer ul.menu li span {
  padding: 0 33px;
}
footer ul.menu li:nth-last-child(1) span {
  display: none;
}
footer,
.push {
 
}
.content {
  clear: both;
  float: left;
  width: 100%;
  min-width: 100%;
 
}
header {
  height: auto;
  background: #fff;
  width: 100%;
  min-width: 100%;
}
header a {
  text-decoration: none;
}
header .bottom {
  position: relative;
  padding: 5px 0;
}
header .lang {
  padding-top: 0px;
  position: absolute;
  right: 0;
  top: 0;
}
header .lang a {
  font-size: 12px;
  color: #a5a5a5;
  margin-left: 8px;
  text-transform: uppercase;
}
 
header .lang a.current,
header .lang a:hover {
  color: #744330;
}
header .logo {
  display: inline-block;
  width: 372px;
 
}
 
 
header nav.col {
  width: 667px;
  float: right;
  margin-top: 30px;
}
header nav.col ul {
  float: right;
  margin: 0;
  padding: 0;
}
header nav.col ul li:nth-last-child(1) {
  margin-right: 0;
}
header nav.col ul li {
  list-style: none;
  float: left;
  margin-right: 25px;
  -webkit-transition: all 0 none ease-out;
  -moz-transition: all 0 none ease-out;
  -o-transition: all 0 none ease-out;
  transition: all 0 none ease-out;
}
header nav.col ul li a {
  -webkit-transition: all 0 none ease-out;
  -moz-transition: all 0 none ease-out;
  -o-transition: all 0 none ease-out;
  transition: all 0 none ease-out;
  color: #231f20;
  text-transform: uppercase;
  font-size: 14px;
}
header nav.col ul li:hover,
header nav.col ul li.current-menu-item {
  border-bottom: 2px solid #b3988d;
}
header nav.col ul li:hover a,
header nav.col ul li.current-menu-item a {
  text-decoration: none;
}
header nav.col ul li {
  position: relative;
}
header nav.col ul div ul {
  margin-top: 53px;
}
header nav.col ul div ul li {
  float: none;
  margin-bottom: 24px;
}
header nav.col ul div ul li a {
  position: relative;
  line-height: normal;
  padding-left: 44px;
}
header nav.col ul div ul li a:hover:before {
  content: '§';
  position: absolute;
  color: #b6a492;
  left: 27px;
}
header nav.col ul li:hover div {
  position: absolute;
  display: block;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.29);
}
aside {
  width: 240px;
  float: left;
  margin-left: 50px;
}
/*WP page*/
body.page-template-page-product-php .content .entry-content {
  padding: 0 0 100px 0;
}
section.sidebarleft {
  float: left;
  width: 760px;
  padding-left: 50px;
}
 
article {
  font-size: 20px;
}

article blockquote {
  font-size: 25px;
  padding: 17px 0;
  text-transform: uppercase;
  border-top: 2px solid #96999c;
  border-bottom: 2px solid #96999c;
  position: relative;
}

article blockquote cite {
  font-size: 19px;
  background: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  padding: 5px 0;
  text-transform: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

article blockquote p {
  margin: 0;
}

.page-template-page-contacts-php article.type-page,
.page-template-page-job-php article.type-page {
  padding-right: 0;
}
 
article.type-page 
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #000;
  text-transform: none;
  line-height: 1.3em;
}
article .alignleft {
  float: left;
  padding: 30px 30px 20px 0;
}
article .alignright {
  float: right;
  padding: 30px 0 20px 30px;
}
article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
h1.pagetitle {
  min-width: 320px;
  font-size: 40px;
  padding: 20px 15px;
  background: #96999c;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: -50% auto 10px auto;
}
 
 
.block {
  width: 1286px;
  margin: 0 auto;
  z-index: 1;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.col {
  float: left;
  width: 275px;
}
.readmore {
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  
  font-size: 11px;
}
.noborder {
  border: 0 none!important;
}
.readmore:hover {
  text-decoration: none;
  color: #fff;
}
/*Layout*/
/*Home page*/
/*Slider*/
.tabs_nav {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
.tab-content.default {
  display: block;
}
.tab-content {
  display: none;
  float: left;
  width: 100%;
  margin-top: 22px;
  
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.tab-content p {
  margin: 0;
  line-height: 1.4em;
}
.tab-content .productimage {
  float: left;
  left: -120px;
  margin-top: 25px;
  position: relative;
}
.tab-content .details {
  text-decoration: none;
  width: 100%;
  color: #744330;
  text-transform: italic;
  text-transform: none;
  float: left;
  clear: both;
  font-size: 20px;
  margin-top: 18px;
}
.tab-content .details:hover {
  color: #000;
  text-decoration: none;
}
.centeredtabs {
  float: left;
  width: 100%;
  position: relative;
}
.centeredtabs ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
.centeredtabs ul li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 16px;
  padding: 0;
  position: relative;
  right: 50%;
}
.centeredtabs ul li:nth-child(1) {
  margin-left: 0;
}
.tabs_nav li a {
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: 2px solid #fff;
  color: #231f20;
  min-width: 84px;
  text-align: center;
  display: block;
   height: 34px;
    line-height: 34px;
  padding: 0 22px;
  background: #fff;
  text-transform: uppercase;
}
.tabs_nav li a:hover {
  text-decoration: none;
}
.tabs_nav li a:focus {
  outline: 0 none;
}
.tabs_nav li a.selected {
  width: 132px;
  color: #744330;
  background: url(../img/tab-selected.png) no-repeat;
  position: relative;
  padding: 0;
  border: 0 none;
  height: 47px;
  line-height: 38px;
  cursor: default;
}
.tabs_nav li a.selected .hover {
  opacity: 1;
}
.slick-slide {
  background: #fff;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  height: auto;
  max-width: 100%;
}
.slider {
  margin: 0 auto;
}
.slider-wrap {
  overflow: hidden;
}
.slider .margin-center {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.slick-slide {
  position: relative;
}
.slick-slide .text {
  position: absolute;
  width: 353px;
  top: 25px;
  left: 142px;
  z-index: 9999;
}
.slick-slide .text h2
  {
  color: #231f20;
  font-family: 'PT Serif';
  font-style: italic;
  text-transform: none;
  font-size: 30px;
  text-align: center;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 24px;
}
 
.slick-slide .text .readmore {
  margin-top: 30px;
  height: 39px;
  line-height: 39px;
  min-width: 150px;
  font-size: 12px;
}
/*Banners*/
.collections {
  position: relative;
  border: 1px solid #000000;
  padding: 45px 90px;
}
.collections_h {
  background: #fff;
  padding: 5px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-size: 25px;
  text-transform: uppercase;
}
.collections_row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.collections_row:nth-last-child(1) {
  margin-bottom: 0;
}
.collections_img {
  margin-right: 25px;
}

.feature_row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.feature_row .feature_img {
  margin-right: 25px;
}

.w100 {
  width: 100%;
}
.news {
  margin-top: 55px;
}
.news h2 {
  font-size: 17px;
}
.news .whoweare {
  width: 301px;
  margin-right: 37px;
}
.news .blog {
  width: 301px;
  margin-right: 36px;
}
.news .blog hr {
  height: 1px;
  border: 0 none;
}
.news .blog .readmore {
  padding-left: 0;
}
.news .blog .readmore:hover {
  background: none;
  text-decoration: underline;
}
.news .instagram {
  width: 283px;
}
.news .instagram a {
  width: 137px;
  height: 137px;
  display: block;
  float: left;
  margin: 0 9px 10px 0;
}
.news .instagram a:nth-child(odd) {
  margin: 0 0 10px 0;
}
/*Fonts*/
body,
html {
  color: #231f20;
  font-family: 'Nunito', sans-serif;
}
a {
  color: #744330;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover,
a:active {
  text-decoration: none;
}
.bgheader {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
 
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'gotham_promedium';
}
/*Кнопки*/
.btn {
  display: block;
  float: left;
  text-decoration: none;
   
}
.btn.normal {
  height: 32px;
  line-height: 30px;
  padding: 0 21px;
  font-size: 16px;
}
.btn.brown {
  border: 2px solid #744330;
  color: #744330;background: transparent;
  display: block;
}
.btn.brown:hover {
  color: #fff;
  background: #744330;
  text-decoration: none;
}
.btn.black {
  border: 2px solid #828383;
  color: #fff;
  background: #323232;
  display: block;
  font-style: italic;
  border-radius: 4px;
}
.btn.black:hover {
  color: #fff;
  background: #3d3d3d;
  text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
table tr td {
  padding: 10px;
  border: 1px solid #744330;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
  .form-bg {
    background: #96999c;
 
    padding: 30px 110px;
    border-radius: 4px;
 }
 .form-bg form {
  width: 100%;
 }
 .form-bg .form-row {
  display: flex;
  width: 100%;
 }
form select, form input[type="text"], form textarea, form input[type="password"], form input[type="email"] {
    border: 2px solid #828383;
    height: 53px;
    padding: 0 10px;
    border-radius: 4px;
    width: 100%;
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
}
.form-bg .form-row .w100,
.form-bg .form-row .w50 {
  margin: 0 3px 20px 3px;
  display: flex;
}
 
form select {
    height: 57px;
}
form .btn {
  font-size: 21px;
  margin: 0 auto;
  height: 53px;
  padding: 0 40px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
form label {
    clear: both;
    color: #000;
    float: left;
  
    height: 40px;
    line-height: 40px;
    width: auto;
}
.fileUpload {
  display: inline-block;
  float: left;
  line-height: 55px;
  color: #fff;
  transition: all 0.2s ease-out 0s;
  text-decoration: underline;
  font-style: italic;
  padding: 0 12px;
}
.fileUpload:hover {
  text-decoration: none;
  color:#000;
}

#uploadFile {
  background: none repeat scroll 0 0 #fff;
    border: 2px solid #828383;
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
    height: 53px;
    padding: 0 5px;
    width: 327px;
    float: left;
    border-radius: 4px;
}
.fileUploadwrap {
  clear: both;
}
.btn.normal.fileUpload {
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  height: 55px; width: 500px;
  filter: alpha(opacity=0);
}
.w50 {
  width: 50%;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.w100 {
    width: 100%;
}
form textarea {
  height: 150px;
  resize:none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 10px

}
 


 
form div {
  position: relative;
}
label.error {
  position: absolute; color:red;font-size: 11px;
  color: red;
    font-size: 14px;
    right: 0;
    position: absolute;
    top: 10px;
    width: 200px;
}
form input:focus, textarea:focus {
  border-color: #744330;
}

/*#HP-TEXT*/
.hp-text {
  background: #fbf7f2;
  color:#744330;
  font-style: italic;
}
.hp-text h1 {
  margin-top: 30px;
  font-size: 22px;
}
.hp-text .block {
  min-height: 181px;
  background: url(../img/devider-hp.jpg) center top no-repeat;
}
.hp-text .block .w50 div {
  max-width: 255px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 16px;
  color: #000;
}

.hp-text .block .w50 div.floatright {
    margin-right: 76px;
}


.hp-text .block .w50 div.floatleft {
    margin-left: 76px;
}

/*#CONTACTS*/
.page-template-page-contacts-php {}

.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}

.preloader {
    float: left;
    margin-left: 23px;
    margin-top: 23px;
}
 
.thumbnail {
  text-align: center;
}
.header {
  padding: 75px 0 25px; 
}

.header-absolute {
  background: transparent;
  position: absolute;
  top: 0;
	padding: 75px 0 25px;
  border-bottom: 0 none;
  z-index: 500;
}

.thumbnail-header {
  height: 749px;
  padding: 75px 0 25px;
  background-repeat: no-repeat;
  background-position: top center;
} 

.thumbnail-header.thumbnail-header-tall {
  height: 997px;
  position: relative;
}
.thumbnail-header.thumbnail-header-tall.thumbnail-header-tallest {
  height: 1175px;
  position: relative;
}
.thumbnail-header.thumbnail-header-tall .pagetitle-wrp {
  position: absolute;
  top: 370px;
  width: 100%;
}

.row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .phones{
	color: #7d7d7e;
	font-size: 20px;
	font-family: 'MyriadProLight';
}

.header .right-box .row{
	justify-content: space-between;
}

.top-logo {
  width: 370px;
  height: 208px;
}

a.top-logo-wrp {
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: -45px;
  z-index: 200;
}
a.top-logo-wrp:hover {
  transform: scale(0.9);
}

.nav-menu-top {
	margin-top: 25px;
  position: relative;
}

.nav-menu-top > ul{
	list-style: none;
	padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.nav-menu-top > ul > li {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  height: 100px;
  align-items: center;
}
.nav-menu-top > ul > li:nth-last-child(1) a,
.nav-menu-top > ul > li:nth-child(3) a{
  border-right:0 none;
}
.nav-menu-top > ul > li.logo-li {
  padding: 0;
  min-width: 380px;
}
/* .nav-menu-top > ul > li.logo-li > .top-logo-wrp {
  border: 0 none;
  margin: 0;
  padding: 0;
  min-width: 380px;
}  */


.nav-menu-top > ul > li.logo-li,
.nav-menu-top > ul > li:nth-child(3),
.nav-menu-top > ul > li:last-child{
	border: none;
  margin: 0;
}

.nav-menu-top > ul > li > a {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 1.3rem;
	color: #30343f;
	text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}
.nav-menu-top > ul > li.menu-item-has-children:after {
  opacity: 0;
  transition: all .2s ease-in-out;
  content: '';
  left: 50%;
  top: 75%;
  margin-left: -5px;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 8px solid black;
}
.nav-menu-top > ul > li > .sub-menu {
  max-height: 0;
  padding: 0;
  margin: 0;
  min-width: 315px;
  position: absolute;
  z-index: 10;
  transition: all .2s ease-in-out;
  top: 99%;
  background: rgba(255,255,255,0.7);
  list-style: none;
  list-style-image: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  transform: translateZ(10px);
  -webkit-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 17px 0px rgba(0,0,0,0.25);
}
 
.nav-menu-top > ul > li.menu-item-has-children:hover:after{
  opacity: 1;
  transition: all .2s ease-in-out;
}
.nav-menu-top > ul > li.menu-item-has-children:hover > .sub-menu {
  max-height: 200vh;
  transition: all .2s ease-in-out;
  padding: 45px 0 45px 0;
  overflow:visible
}

.nav-menu-top > ul > li.menu-item-has-children > .sub-menu > li {
  list-style: none;
  display: block;
  padding: 0 40px 0 30px;
  text-align: left;
  margin: 0;
  position: relative;
  transform-style: preserve-3d;
}

.nav-menu-top > ul > li.menu-item-has-children > .sub-menu > li > a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  z-index: 10;
}

.nav-menu-top > ul > li.menu-item-has-children > .sub-menu > li:hover > a{
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  font-weight: 700;
}
.nav-menu-top > ul > li.menu-item-has-children > .sub-menu > li > a {
  list-style: none;
  display: block;
  width: 100%;
  color: #000;
  font-size: 19px;
  font-weight: normal;
  padding: 5px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}

.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  background: rgba(255,255,255,0.7);
  left: 100%;
  top: -5px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  transform: translateZ(-10px);
  width: 295px;
  transition: all .2 ease-in-out;
}
.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  transition: all .2 ease-in-out;
}

.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children:after {
  content: '>';
  color: #888888;
  position: absolute;
  right: 40px;
  top: 22%;
  font-size: 17px;
}

.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu li {
  list-style: none;
  margin-bottom: 5px;
}

.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu li a {
  color: #000;
  font-size: 19px;
  padding: 6px 30px;
  display: block;
}
.nav-menu-top > ul > li > .sub-menu > li.menu-item-has-children > ul.sub-menu li a:hover {
  font-weight: bold;
}
.header {
  min-height: 300px;
}
.header .langs {
  display: flex;
  justify-content: flex-end;
  padding: 0 2.3rem;
}
.header .langs a {
	color: #000000;
	font-size: 16px;
	padding: 0 7px 0 8px;
	display: inline-block;
	text-transform: uppercase;
  border-right: 1px solid #000;
}

.header .langs a.current {
  font-weight: bold;
}

.header .langs a:nth-last-child(1) {
  padding-right: 0;
  border-right: 0 none;
}

.header .langs a.current{
	color: #000000;
}

.slide-one{
	background-position: center center;
	width: 100%;
  height: 100%;
  min-width: 1300px;
  /* display: flex;
  justify-content: stretch; */
  position: relative;
}
.slide-one .block-wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-one .block {
  height: 100%;
}
.slide-one-title {
  position: absolute;
  font-size: 43px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.slick-slide{
	height: auto;
  min-height: 800px;
}

.slider-nav{
 
	line-height: normal;
}

.slider-nav .toggle-one{
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

.slider-nav .toggle-one .toggle-one-img{
	margin-bottom: 30px;
}

.slider-nav .toggle-one .toggle-one-title{
  font-size: 25px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
}
.footer {
  min-width: 100%;
}
.footer .to-feadback .socials {
  padding: 40px 0;
}

.footer .to-feadback a.social {
  text-decoration: none;
  border-bottom: 0 none;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 7px;
}

.footer-top a.social:hover {
  text-decoration: none;
  border-bottom: 0 none;
}

.footer{
	padding: 0;
}

.footer-top{
	padding: 120px 0 0 0;
	text-align: center;
}

.footer-bot {
  background: #96999c;
  padding: 30px 0;
}

.footer .nav-menu{
	margin: 0 0 35px;
}

.footer .nav-menu ul li{
	padding-right: 0;
	margin-right: 0;
	padding: 0 25px;
}

.footer .nav-menu ul li a{
	text-decoration: none;
	font-size: 20px;
}

.footer .to-feadback{
	font-size: 30px;
  text-transform: uppercase;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: 200;
}

.footer .to-feadback a{
	color: inherit !important;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.footer .to-feadback a:hover{
	border-color: transparent;
}

.footer-bottom{
	text-align: center;
	background: #e0dcd4;
	font-size: 24px;
	padding: 40px 0 45px;
}

.footer-bottom a{
	color: inherit !important;
	text-decoration: none !important;
}

.footer-menu {
  list-style: none;
  text-align: center;
  margin: 0;
}

.footer-menu li {
  list-style: none;
  display: inline-block;
}

.footer-menu li a {
  text-decoration: none;
  color: #000;
  padding: 0 15px;
  font-size: 19px;
  display: inline-block;
  border-right: 1px solid #000;
  text-transform: uppercase;
}

.footer-menu li:nth-last-child(1) a {
  border-right: 1px solid transparent;
}

.logos{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.logos br{
	display: none;
	flex-wrap: wrap;
}

.logos img{
	margin-bottom: 15px;
	width: 23%;
	height: auto;
	margin: 0 6px 15px!important;
}

/* article.post-545,article.post-601,article.post-599{
	padding-left: 80px;
	padding-right: 80px;
} */

@media screen and (max-width:1199px){
	.header .phones{
		font-size: 19px;
	}
}

html[lang="en-US"] .natural .block p:first-child{
	position:relative;
	left:-60px;
}

.slogan-wrp {
  position: relative;
}
.slogan {
  background: #96999c;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: -80px;
  z-index: 20;
  position: relative;
  padding: 15px 0;
  font-family: 'Trajan Pro 3', sans-serif;
  font-weight: normal;
  max-width: 1260px;
}
.slogan_top {
  font-size: 45px;
}
.slogan_bot {
   font-size: 34px;
}
.block_text_lg {
  padding: 40px 0 120px 0;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.fs-20 {
  font-size: 20px;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-end {
  justify-content: flex-end;
}

form .btn.btn-right {
  margin: 0 0 0 auto;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products .product { 
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.products-cols {
  width: 80%;
  margin: 0 auto;
}

.products-cols .product { 
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* padding: 40px 0; */
}

.products-cols .product-image {
  margin-left: -90px;
  padding: 45px;
}

.products .product-name {
  text-decoration: none;
  font-weight: 900;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: center;
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 95%;
}

.products .product-image {
  margin-left: -90px;
}

.products.products-cream .product-image {
  margin: 0 0 40px 0;
}


.bg-travi {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -10px -10px;
}

.bg-vanil {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -93px -10px;
}

.bg-vanildervo {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -10px -93px;
}

.bg-zhasmin {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -93px -93px;
}

.bg-citrus {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -176px -10px;
}

.bg-derevo {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -176px -93px;
}

.bg-frukty {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -10px -176px;
}

.bg-fresh {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -10px -259px;
}

.bg-hvoya {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -93px -176px;
}

.bg-liliya {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -176px -176px;
}

.bg-muskus {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -259px -10px;
}

.bg-roza {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -259px -93px;
}

.bg-cveti {
  width: 63px; height: 63px;
  background: url('../img/css_sprites.png') -259px -176px;
}

.bg-email {
  width: 63px; height: 63px;
  background: url('../img/css_sprites_contacts.png') -10px -10px;
  display: inline-block;margin-right: 15px;
}
 
.bg-phone {
  width: 63px; height: 63px;
  background: url('../img/css_sprites_contacts.png') -93px -10px;
  display: inline-block;margin-right: 15px;
}

.aroma-descr-wrp {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}

.aroma-descr {
  width: 100%;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin: 40px 0;
}
.aroma-descr-common-border .aroma-descr {
  border-bottom: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.aroma-descr-common-border .product-bold-text cite {
  bottom: -40px;
}

.aroma-descr h2 {
  background: #fff;
  margin: 0;
  position: absolute;
  top: -16px;
  left: 50%;
  padding: 0 10px;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-family: 'Trajan Pro 3', sans-serif;
}

.aroma-descr-itm {
  margin: 0 35px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.aroma-descr-itm-icon {
  display: inline-block;
}

.aroma-descr-itm-title {
  margin-top: 15px;
}
.aroma-descr-common-border {
  border-bottom: 1px solid #888;
}

.aroma-descr-common-border .product-bold-text {
  border: 0 none;
  margin-top: 0;
}

.d-flex {
  display: flex;
}

.d-flex .col-6 {
  width: 50%;
}

.d-flex .col-6 {
  padding: 0 80px;
}

.d-flex .col-6.p-10 {
  padding: 0 10px;
} 

.contact-info {
  padding-top: 40px;
}
.contact-info a {
  color: #231f20;
}
.contact-col {
  display: flex;
  justify-content: start;
  align-items: center;
}

.product-bold-text {
  font-size: 21px;
  padding: 17px 160px;
  font-style: italic;
  border-top: 2px solid #96999c;
  border-bottom: 2px solid #96999c;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.product-bold-text cite {
  font-size: 19px;
  background: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.text-lowercase {
  text-transform: lowercase!important;
}

.font-weight-normal {
  font-weight:normal!important;
}

.products .product-name .font-weight-normal {font-size: 16px;}

.breadcrumbs {
  padding: 0 22px;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}