/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: Hurme;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
@font-face {
  font-family: 'Hurme';
  src:url('../fonts/HurmeGeometricSans1 Light.eot');
  src:url('../fonts/HurmeGeometricSans1 Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/HurmeGeometricSans1-Light.woff') format('woff'),
  url('../fonts/HurmeGeometricSans1-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, 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: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   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,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.header-top-block{
  background: #97be56;
  width: 100%;
  height: 15px;
}
.header-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 150px 20px 50px;
}
.header-container .mobile-menu-dropdown-container{
  display: none;
}
.logo-block {
  width: 300px;
  height: 100px;
}
.logo-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tm-breadcrumb ul li a:hover{
  color:#FFFFFF!important;
}
.menu-container{
  display: flex;
  align-items: center;

}
.tm-prodetails-description ul li span{
  color: black;

}
.tm-product-image img{
  object-fit: cover!important;
}
.tm-product-title{
  text-align: center!important;
}
.tm-product-title a:hover{
  color: rgb(46,167,255)!important;
}
.mobile-menu-block{
  display: none;
}
.tm-preloader{
  background:rgb(46,167,255)!important;
}
#scroollUp{
  background:rgb(46,167,255)!important;
}

.menu-item{
  padding: 10px 20px;
}
.menu-item a{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.menu-item  :hover{
  color:rgb(46,167,255);
}
.slick-slide{
 /* height: 138px !important;*/
}
.banner-root{

  /*padding: 0 20px;*/
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  /*-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);*/
}
.tm-breadcrumb-area{
  background: linear-gradient(180deg, rgb(92 187 255) 0%, rgb(179 223 255) 52%, rgb(92 187 255) 100%) !important;
}
.sticky .header-top-block{
  height: 5px;
}
.sticky .header-container{
  padding-top: 10px;
  padding-bottom:10px ;
}
.sticky .logo-block{
  height: 75px;
  width: 250px;
}
.banner-wrapper{
  background: rgb(46,167,255);
  background: linear-gradient(180deg, rgb(92 187 255) 0%, rgb(179 223 255) 52%, rgb(92 187 255) 100%);

  padding: 100px 50px 100px 100px;
}
.banner-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-container .image-block{
  max-width: 600px;
  max-height: 600px;
}
.light-text-item p{
  font-size: 46px;
  margin: 0;
  line-height: unset;
  color: #4f5058;
  font-family: "Roboto", sans-serif;
}
.link-text-item p{
  color: #4f5058;
  font-family: "Roboto", sans-serif;

}
.link-text-item a {
  color: #4f5058;
  font-weight: 800;
  margin: 0 0 0 5px;
  text-decoration: unset;
  font-family: "Roboto", sans-serif;
}
.link-text-item  :hover a{
  color: #92bb4f;
}
.bold-text-item p{
  font-size: 46px;
  margin: 0;
  line-height: unset;
  font-weight: 800;
  color: #4f5058;
  font-family: "Roboto", sans-serif;


}
.home-product-root{
  padding: 50px 150px;
}
.home-product-detail-root{
  position: relative;
  overflow: hidden;
}
.home-product-detail-root .home-product-detail-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 50px;
  /*position: relative;*/

}
.home-product-radil-right-container{
  position: absolute;
  top: 0;
  left: 0;
opacity: 0.4;
  height: 100%;
}
.home-product-radil-container{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transform: rotate(180deg);
  opacity: 0.4;

}
.home-product-detail-wrapper .home-product-detail-background-container{
  position: absolute;
  max-width: 33%;
  top: -21px;
  left: -71px;


}
/*.home-product-detail-wrapper .home-product-detail-background-container  :hover{
  !*transform: rotate(90deg);*!
  transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(90deg);
  transition: 0.9s;
  transition-timing-function: linear;
}*/
.home-product-detail-wrapper .home-product-detail-image-container .image-item{

  width: 50%;
  height: 500px;

}
.home-product-detail-wrapper .home-product-detail-image-container{
  width: 50%;
  position: relative;
 
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product-detail-wrapper .home-product-detail-right-background-container{
  position: absolute;
  max-width: 30%;
  top: 0;
  right: 17%;
}

.home-product-detail-wrapper .home-product-detail-text-container{
  width: 50%;
  z-index: 1;
}
.home-product-detail-wrapper .home-product-detail-text-container .title-block h3{
  color:rgb(46,167,255) ;
  font-family: "Roboto", sans-serif;
}
.home-product-detail-wrapper .home-product-detail-text-container .text-block{
  width: 66%;
}
.home-product-detail-wrapper .home-product-detail-text-container .text-block .title-item p{
 color: #92bb4f;
  font-family: "Roboto", sans-serif;
}
.home-product-detail-wrapper .home-product-detail-text-container .text-block .text-item p{
color: #999999;
  font-family: "Roboto", sans-serif;

}
.home-product-detail-wrapper .home-product-detail-text-container .text-block .text-item a{
   color:rgb(46,167,255) !important;
   text-decoration: none !important;;
    font-family: "Roboto", sans-serif;
  
}
.home-product-detail-wrapper .home-product-detail-text-container .text-block .text-item a:hover{
  color:rgb(46,167,255) !important;
  
 
}
.home-product-detail-right-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 20px 0;
}
.home-product-detail-right-wrapper .home-product-detail-background-container{
  position: absolute;
  max-width: 33%;
  top: -21px;
  left: -71px;

}
.home-product-detail-right-wrapper .home-product-detail-image-container .image-item{

  width: 50%;

}
.home-product-detail-right-wrapper .home-product-detail-image-container{
  width: 50%;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0,0,0);
}
.home-product-detail-right-wrapper .home-product-detail-right-background-container{
  position: absolute;
  max-width: 30%;
  top: -30px;
  right: 17%;
  transition: 0.9s;
}
/*.home-product-detail-right-wrapper .home-product-detail-right-background-container :hover{
  transform: scaleX(1) scaleY(1) translateX(0px) translateY(0px) rotate(90deg);
  transition: 0.9s;
  transition-timing-function: linear;
}*/

.home-product-detail-right-wrapper .home-product-detail-text-container{
  width: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-product-detail-right-wrapper .home-product-detail-text-container .title-block h3{
  color: #ed6e42;
  font-family: "Roboto", sans-serif;
}
.home-product-detail-right-wrapper .home-product-detail-text-container .text-block .title-item p{
  color: #92bb4f;
  font-family: "Roboto", sans-serif;
}
.home-product-detail-right-wrapper .home-product-detail-text-container .text-block .text-item p{
  color: #999999;
  font-family: "Roboto", sans-serif;

}
.banner-product-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: transform 1000ms cubic-bezier(.19,1,.22,1),opacity 1000ms cubic-bezier(.19,1,.22,1);
}
.banner-product-block{
  width: 24%;
  transition: 0.9s;
  max-height: 530px;
  height: 530px;

}
.banner-product-block .image-item{
  width: 100%;
  height: 100%;
}
.banner-product-block .image-item img{
  width: 100%;
  height: 100%;
  object-fit: cover!important;
}
.banner-product-block .text-block {
 display: flex;
 align-items: center;
 justify-content: center;

}
.banner-product-block .text-block span{
  color:rgb(46,167,255) ;
  font-weight: 800;
  font-family: "Roboto", sans-serif;

}



.banner-product-block:hover .image-block{
  transform: rotate(45deg);
  transition: 0.9s;
}

.home-gallery-root{
  padding: 50px;
  margin:  50px 0 0;

}
.home-gallery-root .home-gallery-wrapper{
  display: flex;
  align-items: flex-start;
}
.home-gallery-root .home-gallery-wrapper .gallery-left-container.image-item{
  width: 33%;
}
.home-gallery-root .home-gallery-wrapper .gallery-right-container{
  width: 66%;
  margin: 0 0 0 20px;

}
.home-gallery-root .home-gallery-wrapper .gallery-left-container{
  width: 34%;

}
.home-gallery-root .home-gallery-wrapper .gallery-right-container .right-top-block{
 display: flex;
  align-items: flex-start;

}
.home-gallery-root .home-gallery-wrapper .gallery-right-container .right-top-block .image-item {
  margin: 0 0 0 10px;

}
.home-gallery-root .home-gallery-wrapper .gallery-right-container .right-top-block  :first-child{
  margin: 0;

}
.home-gallery-root .home-gallery-wrapper .gallery-right-container .right-bottom-block{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 10px 0 0;
}
.home-gallery-root .home-gallery-wrapper .gallery-right-container .right-bottom-block .image-item{
  width: 33%;
}
.footer-root{
  background: #32414a;
}
.copy-right-container{
  background: #212d36;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.copyright-item{
  margin: 0 auto;
  max-width: 1200px;
}
.copyright-item p {
  color: #FFFFFF;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}
.footer-top-wrapper{
  padding:70px 50px 50px 50px;

}
.footer-top-wrapper .top-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}
.footer-top-wrapper .top-container .input-block{
  display: flex;
  align-items: center;

}
.tm-product-imagelink{
  max-height: 451px;
  height: 451px;
}
.footer-top-wrapper .top-container .input-block .input-item{
  border-radius: unset!important;

}
.footer-top-wrapper .top-container .text-item p{
  margin: 10px 0 0;
  color: white;
  line-height: unset;
  font-family: Hurme;
}

.footer-top-wrapper .top-container .input-block input{
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  height: 44px;
  background-color: white;
  -webkit-appearance: unset;
  outline-offset: unset!important;
  border-radius: unset!important;


}

.footer-top-wrapper .top-container .input-block input:focus-visible{
  border: none;
  -webkit-appearance: textfield;
  outline-offset: 0;

}

.footer-top-wrapper .top-container .input-block .button-item{
  padding: 11px 15px;
  cursor: pointer;
  background: rgb(46,167,255);
  max-height: 44px;

}
.footer-top-wrapper .top-container .input-block .button-item span{
  font-size: 14px;

}
.footer-top-wrapper .bottom-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0px 50px;
}
.footer-top-wrapper .bottom-container .text-block .title-item h3 {
  color:rgb(46,167,255);
  font-family: Hurme;
}
.footer-top-wrapper .bottom-container .text-block .text-item p {
  color: #ffffff;
  font-family: Hurme;
}
.footer-top-wrapper .bottom-container .text-block .text-item{
  margin: 5px 0 0;
}
.footer-top-wrapper .bottom-container .text-block .text-item a {
  color: #ffffff;
  text-decoration: unset;
  font-family: Hurme;

}
.footer-top-wrapper .bottom-container .text-block .text-item a:hover{
  color:rgb(46,167,255)
}
.footer-bottom-wrapper{
  border-top: 1px solid rgb(46,167,255);
  padding: 50px 100px;
}
.footer-bottom-wrapper .footer-bottom-container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-bottom-container .site-map-block{
  display: flex;
  flex-direction: column;

}
.footer-bottom-container .site-map-block  h3{
  color:rgb(46,167,255);
  font-family: Hurme;
}
.footer-bottom-container .site-map-block a{
  font-family: Hurme;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 0 0;
}
.footer-bottom-container .site-map-block  a:hover{
  color:rgb(46,167,255);
}
.footer-bottom-container .social-media-block .title-item h3{
  color:rgb(46,167,255);
  font-family: Hurme;
}
.footer-bottom-container .social-media-block .icon-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-container .social-media-block .icon-block .icon-item{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
.footer-bottom-container .social-media-block .icon-block .icon-item :hover{
  border:1px solid #97be56;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.footer-bottom-container .social-media-block .icon-block .icon-item svg{
  width: 18px;
  height: 18px;

}
.footer-bottom-container .social-media-block .icon-block .icon-item svg path {
  fill: white;
  stroke: white;

}
.tm-contact-block p a :hover{
  color:#97be56 !important; ;

}
img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1200px){
  .home-product-detail-wrapper .home-product-detail-background-container{
    position: absolute;
    max-width: 50%;
    top: 0;
    left: -133px;

  }
  .home-product-detail-wrapper .home-product-detail-image-container .image-item{

    width: 100%;

  }
  .home-product-detail-wrapper .home-product-detail-right-background-container{
    position: absolute;
    max-width: 50%;
    top: 0;
    right: 0;
  }
  .home-product-detail-right-wrapper .home-product-detail-background-container{
    position: absolute;
    max-width: 50%;
    top: 0;
    left: -133px;

  }
  .home-product-detail-right-wrapper .home-product-detail-image-container .image-item{

    width: 100%;

  }
  .home-product-detail-right-wrapper .home-product-detail-right-background-container{
    position: absolute;
    max-width: 50%;
    top: 0;
    right: 0;
  }
  .home-product-radil-right-container{

    left: -50%;


  }
  .home-product-radil-container{

    right: -37%;



  }

}
@media only screen and (max-width: 991px){
  .logo-block{
    width: 150px;
    height: 50px;
  }
  .sticky .logo-block{
    width: 150px;
    height: 50px;
  }
  .header-container{
    padding: 20px;
  }
  .banner-container{
    flex-direction: column;
  }
  .banner-container .image-block{
    width: 80%;
    margin: 20px 0 0;
  }
  .banner-wrapper{
    padding: 20px;
  }
  .home-product-root{
    padding: 20px;
  }
  .home-product-detail-root .home-product-detail-wrapper{
    padding: 20px;
    flex-direction: column;
  }
  .home-product-detail-root .home-product-detail-right-wrapper{
    padding: 20px;
    flex-direction: column-reverse;
  }
  .home-product-detail-image-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-product-detail-wrapper .home-product-detail-text-container{
    width: 100%;
    text-align: center;
  }
  .home-gallery-root{
    padding: 20px;
  }
  .home-product-detail-root.right .home-product-detail-wrapper{
    flex-direction: column-reverse;
  }
  .footer-top-wrapper{
    padding: 20px;
  }
  .footer-top-wrapper .bottom-container{
    padding: 20px;
  }
  .footer-bottom-wrapper{
    padding: 20px;
  }
  .home-product-detail-wrapper .home-product-detail-background-container{
    position: absolute;
    max-width: 50%;
    top: 5%;
    left: 30%;

  }
  .home-product-detail-right-wrapper .home-product-detail-right-background-container{
    position: absolute;
    max-width: 50%;
    top: 5%;
    right: 17%;
  }
  .home-product-radil-right-container{

   display: none;


  }
  .home-product-radil-container{

    display: none;



  }
}

@media only screen and (max-width: 661px){
  .header-container .mobile-menu-dropdown-container{
    display: block;
  }
  .header-container .mobile-menu-dropdown-container svg{
    cursor: pointer;
  }
  .home-product-detail-wrapper .home-product-detail-image-container{
    height: 300px;
  }
  .home-product-detail-right-wrapper .home-product-detail-image-container{
    height: 300px;
  }
  .home-product-detail-right-wrapper .home-product-detail-text-container{
    width: 100%;
    text-align: center;
  }
  .menu-container{
    display: none;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .banner-product-container{
    flex-direction: column;
  }
  .banner-product-block{
    width: 50%;
    margin: 10px 0 0;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    left: 0;
    top: 100px;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: Hurme;
  }
  .dropdown-content a:hover{
    color:#97be56;
  }



  .show {display: block;}
  .show a :hover{
    color: #97be56;
  }
.footer-top-wrapper .top-container{
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-top-wrapper .bottom-container{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-bottom-wrapper .footer-bottom-container{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.copy-right-container{
  padding: 15px 20px;
  text-align: center;
}
}
