@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fafff3;
  font-family: "Montserrat", sans-serif;
  /*cursor: url("../img/iconmonstr-cursor-30-120.png"), auto;*/
  color: #4a5844;
}

.col-full {
  max-width: 1920px;
  margin: 0 auto;
}

li,
a {
  list-style: none;
  text-decoration: none;
}

.lang-item a
{
  color:#ffffff;
  padding:0px;
  width:20px;
  height: auto;
  /*text-decoration: underline;*/
}

.current-lang a
{
  text-decoration: underline;
}

.blockgr div p a
{
  color:#ffffff;
}

.lang-item a:hover
{
  color:#ffffff;
  padding:0px;
  width:20px;
  height: auto;
}

.lang-item-ru::after
{
  content: "/ ";
  color:#ffffff;
}

.lang-item-ru
{
  margin-left: 20px;
}

.lang-item
{
  padding:0px;
}

/* header start 
==============================*/
header {
}

header .logo img {
}



header .wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

header .wraperm {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  height: 753px;
}

header .wrapermas {
  display: flex;
  justify-content: center;
  /*align-items: center;
  height: 500px;*/
}



header .blockgr {
  width: 50%;
  text-align: center;
  background-color:#4a922a;
}

header .blockgr:nth-child(1) {
  padding-left: 10%;
  height: 500px;
  display: flex;
  align-items: center;
}

header .blockgree {
  width: 50%;
  text-align: center;
  background-color:#27500c;
}

header .blockgree:nth-child(1) {
  padding-left: 10%;
  height: 500px;
  display: flex;
  align-items: center;
}

header .blockgree:nth-child(2) {
  background-color: #27500c;
  height: 500px;
  /*display: flex;*/
  justify-content: center;
  /*align-items: center;*/
  padding-right: 10%;
  padding-top:6%;
}

header .block1 {
  width: 40%;
  text-align: center;
}

header .block1:nth-child(1) {
  padding-left: 10%;
  height: 900px;
  /*display: flex;
  align-items: center;*/
  margin-top:2%;
}

header .block {
  width: 50%;
  text-align: center;
}

header .block:nth-child(1) {
  padding-left: 10%;
  height: 200px;
  display: flex;
  align-items: center;
}

header .block1 {
  width: 40%;
  text-align: center;
}

header .block1:nth-child(1) {
  padding-left: 10%;
  height: 900px;
  /*display: flex;
  align-items: center;*/
  margin-top:2%;
}

header .block2 {
  width: 60%;
  text-align: center;
}

header .block2:nth-child(1) {
  padding-left: 10%;
  height: 753px;
  display: flex;
  align-items: center;
}


header .block2:nth-child(2) {
  background-color: #4a922a;
  height: 753px;
  /*display: flex;*/
  justify-content: center;
  /*align-items: center;*/
  padding-right: 10%;
  padding-top:6%;
}

header .block2 nav {
  display: flex;
  align-items: center;
}

header .block2 nav ul {
  display: flex;
}

header .block2 nav ul a {
  color: white;
  text-transform: uppercase;
  margin: 0 1em;
}

header .block2 nav .search button {
  margin-left: calc(10px - 55%);
  outline: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

header .block2 nav .search {
  position: relative;
}

header .block2 nav .search input {
  position: absolute;
  top: 35px;
  right: 0;
  width: 350px;
  padding: 10px;
  display: none;
  background-color: #fafff3;
}

header .block2 nav .search input.active {
  display: block;
  border:none;
  border-radius:25px;
  text-decoration: none;
}

header .block:nth-child(2) {
  background-color: #4a922a;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10%;
}

header .block nav {
  display: flex;
  align-items: center;
}

header .block nav ul {
  display: flex;
}

header .block nav ul a {
  color: white;
  text-transform: uppercase;
  margin: 0 0.5em;
}

header .block nav .search button {
  margin-left: calc(10px - 55%);
  outline: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

header .block nav .search {
  position: relative;
}

header .block nav .search input {
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  padding: 10px;
  display: none;
  background-color: #fafff3;
}

header .block nav .search input.active {
  display: block;
}

/* Собственно сам слайдер */
.slider{
  max-width: 90%;
  position: relative;
  margin: auto;
  height: 300px;
  margin-bottom: 15px;
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider .item img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border: none !important;
  box-shadow: none !important;
}
/* Кнопки вперед и назад */
.slider .prev, .slider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 110%;
  width: auto;
  margin-top: -19px;
  /*padding: 16px;*/
  left:115px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  color:green;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* При наведении на кнопки добавляем фон кнопок */
.slider .prev:hover,
.slider .next:hover {
  /*background-color: rgba(0, 0, 0, 0.8);*/
}
/* Заголовок слайда */
.slideText {
  position: absolute;
  color: green;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  /* Выравнивание текста по горизонтали и по вертикали
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  /* Тень
  text-shadow: 1px 1px 1px #000, 0 0 1em #000;*/
}

.slideText_small {
  position: absolute;
  color: #000;
  font-size: 14px;
  /* Выравнивание текста по горизонтали и по вертикали
  left: 50%;*/
  top: 50%;
  /*transform: translate(-50%, -50%);*/
  /* Тень
  text-shadow: 1px 1px 1px #000, 0 0 1em #000;*/
}
/* Кружочки */
.slider-dots {
  text-align: center;
}
.slider-dots_item{
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.slider-dots_item:hover {
  text-decoration: underline;
  color:#fff;
}
/* Анимация слайдов */
.slider .item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}


/* banner
=====================*/
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/california-vineyards-santa-barbara.png") no-repeat;
  height: 472px;
}
.banner h1 {
  text-transform: uppercase;
  color: white;
}
/* ====================================== */

/* Хлебные крошки */
ul.breadcrumb {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #4a922a;
  content: "\003E";
}

ul.breadcrumb li a {
  color: #4a922a;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #4a922a;
  text-decoration: underline;
}

/* section
  ========================== */
section {
  padding-left: 10%;
  padding-right: 10%;
}

/* product */
section .product {
  padding-top: 100px;
}

section .product .poduct-content {
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
}

section .img_product {
  width: 39.1304347826%;
  height: 450px;
}

section .summary_product {
  width: 56.5217391304%;
  font-size: 25px;
}

section .summary_product > p {
  padding-bottom: 100px;
}

section .summary_product .details_product > p {
  padding-bottom: 20px;
}

section .summary_product .details_product > p strong {
  padding-right: 10px;
}

/* filter
========================== */
section .filter {
  max-width: 200%;
}

section .filter h2 {
  margin-bottom: 20px;
}

section .filter .col button {
  border: none;
  background: transparent;
  font-size: 20px;
  margin: 50px 0;
}

section .filter button i {
  padding-left: 15px;
  color: #4b932b;
}

input[type="checkbox"] {
  display: none;
}

label {
  color: #63705d;
  cursor: default;
  font-weight: normal;
  line-height: 50px;
  padding: 10px 0;
  vertical-align: middle;
}

label:before {
  content: " ";
  color: #000;
  display: inline-block;
  font: 20px/30px Arial;
  margin-right: 15px;
  position: relative;
  text-align: center;
  text-indent: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #a2c88e;
  border-image: initial;
  vertical-align: middle;
}

input:checked + label:before {
  font-family: FontAwesome;
  content: "V";
  background: #4a922a;
  color: white;
  font-weight: 900;

}

input:disabled + label:before {
  background: #eee;
  color: #aaa;
}

section .filter button[type="submit"] {
  background: #4b932b;
  padding: 20px 50px;
  font-size: 25px;
  margin-top: 68px;
  font-weight: 600;
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}

/* catalog 
======================*/
section .catalog {
  display: flex;
}

section .cart_products {
  margin-left: 10%;
}

section .cart_products .cart_product {
  width: 300px;
  float: left;
  margin-right: 3.8%;
  margin-bottom: 8%;
  text-align: center;
}

section .cart_products .cart_product .cart_img {
  position: relative;
}

section .cart_products .cart_product .cart_img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
section .cart_products .cart_product .cart_title {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 600;
}

section .cart_products .cart_product .cart_description {
  font-size: 20px;
}

/* pagination 
  ===================*/

section .block {
  display: flex;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination a i {
  color: #4a922a;
}

.pagination a.active {
  background-color: #4a922a;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
/* ==================================== */

/* abaut us
====================== */
section .about {
  display: flex;
  width: 100%;
}

section .about:nth-child(2) {
  margin-top: 100px;
}

section .about h2 {
  font-size: 43px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

section .about .col {
  width: 50%;
  font-size: 25px;
  line-height: 1.5;
}

section .about .col:nth-child(1) {
  margin-right: 10%;
}

section .about .col .q {
  color: #4a922a;
  padding: 60px 0;
  border-bottom: 1px solid #4a922a;
  border-top: 1px solid #4a922a;
  margin-top: 80px;
  font-style: italic;
  letter-spacing: 2px;
}

section .about .col .text_img {
  width: 100.7%;
  height: 590px;
  background: #27500c;
  position: relative;
}

section .about .col .text_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section .about .col .text {
  margin-top: 80px;
}
/* ================================ */

/* catalog_downloads 
===============================*/

.catalog_downloads {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 150px;
  margin-bottom: 110px;
  width: 100%;
  display: flex;
}

.catalog_downloads .catalog:nth-child(1) {
  background: #4a922a;
}

.catalog_downloads .catalog {
  height: 200px;
  width: 50%;
  background: #295010;
  display: flex;
}

.catalog_downloads .catalog .col h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: white;
}

.catalog_downloads .catalog .col a {
  color: #aaee8c;
  font-weight: 600;
}

.catalog_downloads .catalog .col {
  width: 200%;
  height: 100%;
  padding: 70px;
  overflow: hidden;
}

.catalog_downloads .catalog .col2 {
  position: relative;
}

.catalog_downloads .catalog .col2 img {
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

/*========================================== */

/* tabs_product */
.tabs_product {
  margin: 150px 0;
  display: flex;
}

.tab {
  float: left;
  width: 25%;
  height: 300px;
}

.tab button {
  display: block;
  position: relative;
  background-color: inherit;
  color: #09090d;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  font-size: 25px;
}

.tab button i {
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #4a922a;
}

.tab button.active i {
  transform: rotate(90deg);
  top: 40%;
  right: 20px;
}

.tabcontent {
  padding: 0px 50px;
  width: 70%;
  border-left: none;
  font-size: 25px;
  margin-bottom: 150px;
  margin-left: 10%;
}

.tabcontent h4 {
  padding: 40px 0;
  color: #4a922a;
}

.tabcontent p {
  padding: 20px 0;
}
/* ==================================== */

/* partner 
===================*/
.partner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #27500c;
  padding-left: 10%;
  padding-right: 10%;
}

.partner img {
  display: flex;
  width: 250px;
  mix-blend-mode: overlay;
  margin: 0 5%;
}
/* ========================== */

/* footer 
==================== */
footer {
  display: flex;
  justify-content: space-between;
  height: 280px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 80px;
  background-color: #4a922a;
}

footer .copy {
  font-size: 22px;
  color: #dbe9d4;
}

footer .email {
  font-size: 30px;
}

footer .email a {
  color: #cfe2c6;
}

footer .email i {
  color: #8cba7f;
  padding-right: 20px;
}
/* =============================== */

/* mobile version */
@media (min-width: 320px) and (max-width: 768px) {
  section .about {
    display: block;
    width: 100%;
  }

  section .about .col {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }

  section .about .col:nth-child(2) {
    margin-top: 50px;
  }

  section .product .poduct-content {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

section .summary_product {
    width: 100%;
}

section .img_product {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
justify-content: center;
}

.tabs_product {
    display: block;
}

.tab {
    width: 100%;
}

.tabcontent {
    padding: 0px 0px;
    width: 100%;
    border-left: none;
    font-size: 25px;
    margin-bottom: 150px;
    margin-left: 0;
}

  ul.breadcrumb {
    text-align: center;
  }

  .catalog_downloads {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 150px;
    margin-bottom: 110px;
    width: 100%;
    display: block;
  }

  .catalog_downloads .catalog {
    width: 100%;
  }

  .catalog_downloads .catalog .col {
    width: 197px;
    height: 100%;
    padding: 55px;
    overflow: hidden;
    padding-right: 160px;
}

  footer {
    display: block;
    }

    footer .email {
        margin-top: 30px;
    }
}


.amazon_scroller{
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.amazon_scroller .amazon_scroller_nav{
  position: absolute;
}
.amazon_scroller .amazon_scroller_nav li{
  cursor: pointer;
  position: absolute;
}
.amazon_scroller .amazon_scroller_mask{
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.amazon_scroller ul{
  padding: 0px;
  margin: 0px;
  float: left;
}
.amazon_scroller ul li{
  padding: 0px;
  margin: 0px;
  margin-left: 50px;
  margin-right: 50px;
  list-style: none;
  float: left;
  text-align: center;
  display:inline;
}
.amazon_scroller ul li a{
  text-decoration: none;
}
.amazon_scroller ul li a:hover{
  text-decoration: underline;
}
.amazon_scroller ul li a img{
  border: none;
}

#under_amazing_scroll
{
  margin-top:20px; height:180px;
}

#our_prod_text
{
  text-align: center; width: 50%; margin-left:25%; margin-top: 3%;
}

#but_all_prod
{
  width: 30%; margin-left: 35%;background-color: #4a922a;text-align: center;padding: 20px; margin-bottom: 50px;
}

.widhimg
{
  width:120%;
}

.under_logo
{
  width:100%; margin-top:100px; position:relative;
}

.read_next
{
  border: 1px solid #8dd070; width: 29%; padding: 20px;
}





@media only screen and (max-width: 600px) {
  header .block
  {
    width:100%:
  }

  .slider
  {
    display:none;
  }

  .slider-dots
  {
    display:none;
  }

  header .wraper
  {
    display: block;
    height: auto;
  }

  header .wraperm
  {
    display:block;
    height: auto;
  }

  header .block {
    width: 100%;
    text-align: center;
  }

  header .block:nth-child(1)
  {
    display: block;
    width: 100%;
    height: 135px;
  }

  header .block nav
  {
    display: block;
    width:100%;
  }

  header .block nav ul
  {
    display: block;
    width:100%;
  }

  header .block:nth-child(2)
  {
    width:100%;
    display: block;
    height: 150px;
    padding-top:20px;

  }

  header .block1 {
    width: 100%;
    text-align: center;
  }

  header .block2 {
    width: 100%;
    text-align: center;
  }

  header .block1:nth-child(1)
  {
    height:135px;
  }

  header .block2:nth-child(2)
  {
    /*height:590px;*/
    height: auto;
  }

  #amazon_scroller3
  {
    display:none;
  }

  header .wrapermas
  {
    display:block;
    height:none;
    /*margin-top:40px;*/
  }

  header .blockgr
  {
    width:100%;
  }

  header .blockgree
  {
    width:100%;
  }

  #under_amazing_scroll
  {
    display:none;
  }

  #our_prod_text
  {
    text-align: center; width: 90%; margin-left:5%; margin-top: 3%;
  }

  #but_all_prod
  {
    width: 60%; margin-left: 20%; margin-top:50px; background-color: #4a922a;text-align: center;padding: 20px; margin-bottom: 50px;
  }

  .widhimg
  {
    width:111%;
  }

  .under_logo
  {
    display:none;
  }

  .read_next
  {
    border: 1px solid #8dd070; width: 90%; text-align: center; padding: 20px;
  }

  header .block2 nav ul {
    display: block;
    width:100%;
    float:left;
    margin-left: 3%;
  }

  header .block2 nav
  {
    display:block;
  }

  .search
  {
    display: none;
  }

  #lang_mo
  {
    padding-left:30%;
    margin-top:20px;
    margin-bottom:20px;
  }

  .lang-item
  {
    padding: 0px;
    width: 15%;
    float: left;

  }

  .lang-item-ru::after
  {
    content: " ";
  }

  .partner
  {
    display:none;
  }

  section .catalog
  {
    display:block;
  }

  section .cart_products .cart_product
  {
    margin-right:0px;
  }

  ul.breadcrumb
  {
    padding-bottom: 0px;
  }




}
