/*
Theme Name: osushuvach
*/

body {
color: #404040;
}

.container {
  max-width: 1040px;
  margin: 0px auto;
}

.top-header {
 padding: 10px 0;
 
}

.header-contact,
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.header-contact a,
.footer-contact a {
  font-size: 15px;
  /* font-family: "Alegreya Sans", sans-serif; */
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  transition: color 0.2s;
}

.header-contact a:hover,
.footer-contact a:hover {
  color: #2590ec;
}

.title {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 75px;
  font-weight: 300;
  text-align: center;
  color: #2590ec;
  text-transform: uppercase;
  padding: 80px 0;
}


.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 4px double #e1e1e1;
  border-bottom: 4px double #e1e1e1;
  padding: 10px 20px;
  background-color: #2590ec;
}

.main-menu a {
  display: block;

  font-size: 16px;
  font-family: "Merriweather", sans-serif;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  line-height: 1.5;
  color: #e1e1e1;
  transition: color 0.2s;
  
}

.main-menu a:hover {
  color: #333;
}

/*header*/
/*use-info*/
.use-info-box {
  font-family: "Merriweather", serif;
  padding: 50px 0 0 0;
}

.use-info__title {
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 32px;
  margin-bottom: 30px;
}

.use-info__content {
  display: flex;
}

.use-info__content-left,
.use-info__content-right {
  flex: 50%;
  text-align: center;
  padding: 20px;
}

.use-info__content-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Alegreya Sans", sans-serif;
}

.use-info__content-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #404040;
  padding: 0 20px;
}

.product {
  padding: 50px 0;
}
.product-slider {
  width: auto;
  height: 600px;
  margin: 0px auto;
  margin-bottom: 50px;
}

.product-slider.slider-2 {
  width: auto;
}

.product-slide {
height: 600px;
}

.product-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}


.prev {
content:"";
width:40px;
height: 40px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -10px;
background: url(img/left-arrow.svg);
z-index: 10;
}

.next {
width:40px;
height: 40px;
position: absolute;
top: 50%;
right: 0px;
margin-top: -10px;
background: url(img/right-arrow.svg);
z-index: 10;
}

.prev:hover,
.next:hover {
 transform: scale(1.1);
 transition: all 0.2s;
}

.product {
  padding: 50px 0;
}

.product-info__title {
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 32px;
  margin-bottom: 30px;
}

.product-info__table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  border: 1px solid #e1e1e1;
}
.product-info__item {
  width: 100%;
}
.product-info__thead {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: "Alegreya Sans", sans-serif;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
}

.product-info__item:not(:first-child) .product-info__thead {
  border-top: 1px solid #e1e1e1;
}
.product-info__tbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.product-info__row {
  display: flex;
  justify-content: space-between;
}

.product-info__item:first-child .product-info__tbody .product-info__row:not(:last-child),
.product-info__item:last-child .product-info__tbody .product-info__row:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.product-info__cell {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #404040;
  padding: 0 20px;
}
.product-info__cell.name {
  flex: 70%;
display: flex;
align-items: center;
}
.product-info__cell.value {
  flex: 30%;
  border-left: 1px solid #e1e1e1;
  text-align: center;
display: flex;
align-items: center;
}

/** about-info **/
.about-info-box {
  font-family: "Merriweather", serif;
  padding: 50px 0 0 0;
}

.about-info {
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.about-item {
  display: flex;
  flex-direction: column;
}

.about-item-title {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 32px;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  background-color: #2590ec;
}

.about-item-content {
  display: flex;
}

.about-item-content-left,
.about-item-content-right {
  flex: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-item-text {
  flex: 1 1 auto;
  padding: 0 20px;
}

.about-item-text p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
  font-family: "Merriweather", serif;
}

.about-item-content-right {
  border-left: 1px solid #e1e1e1;
}

.about-item-subtitle {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-family: "Alegreya Sans", sans-serif;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.about-info .about-item:not(:first-child) .about-item-title {
  border-top: 1px solid #e1e1e1;
}

.about-item-img {
padding: 0 5px 30px;
}

.about-item img {
  width: 100%;
}

/** about-info **/

.footer {
  padding: 50px 0;
}

@media screen and (max-width: 967px) {
  .container {
    padding: 0 10px;
  }

  .title {
    font-size: 50px;
    padding: 50px 0;
  }

  .main-menu {
  flex-wrap: wrap;
}

.main-menu__item {
  flex: 20%;
}

.header-contact,
.footer-contact {
flex-wrap: wrap;
padding: 0 10px;
}


@media screen and (max-width: 481px) {
 .about-item-content {
flex-direction: column;
}

.main-menu__item {
  flex: 100%;
}

.use-info__content {
 flex-direction: column;
}

.about-item-content-right {
 border-left: none;
}

.about-item-content-right .about-item-subtitle {
border-top: 1px solid #e1e1e1;
}

.about-item-subtitle {
  border-bottom: none;
}



.main-menu a {
 font-size: 20px;
}

.product-slider {
    height: 400px;
}

.product-slide {
    height: 400px;
}

.product-info__thead {
padding: 10px 30px;
}


