@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,700|Raleway:200,400,500,600,700|Roboto:400,500,600,700');
.content_wrap {
  padding: 0 60px;
  overflow-x: hidden;
}
* {
  padding: 0;
}
*:focus {
  outline: none;
}
body {
  color: #343940;
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  background: #fafbfd;
}
a {
  font-size: 0.813em;
  color: #343940;
  transition: all 0.15s linear;
}
a:hover {
  color: #009ed9;
}
a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
  outline-offset: unset;
}
h1 {
  font-size: 2.250em;
  font-weight: normal;
  color: #29292b;
  line-height: 1.39;
  letter-spacing: -0.5px;
}
h2 {
  color: #29292b;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 1.125em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
h4 {
  margin: 10px 0;
  font-size: 1.125em;
  color: #29292b;
  font-weight: bold;
}
h5 {
  margin: 5px 0;
  font-size: 0.938em;
  font-weight: bold;
  line-height: 1.33;
  color: #29292b;
}
p {
  font-size: 0.938em;
  line-height: 1.87;
  letter-spacing: 1px;
}
span {
  font-size: 0.813em;
}
.flex {
  display: flex!important;
}
main {
  margin-top: 156px;
}
/* --- HEADER MENU --- */
.burger {
  display: none;
}
.lang_menu {
  display: flex;
  justify-content: center;
  padding: 10px 32px;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
}
.lang_menu a {
  opacity: 0.3;
  color: #403f41;
  margin-right: 7px;
  margin-left: 7px;
  text-decoration: none;
  font-size: 13px;
}
.lang_menu a.current {
  opacity: 1;
}
.mobile .lang_menu {
  padding: 15px 30px;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  border: none;
  border-top: 1px solid rgba(27, 27, 27, 0.06);
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.logo {
  pointer-events: none;
  display: flex;
  z-index: 3;
}
.logo img {
  width: 161px;
  margin-right: 31px;
}
.navbar {
  align-items: normal;
  padding: 0;
  width: 100%;
  padding: 0 60px;
  position: fixed;
  height: 77px;
  top: 0;
  background: #fafbfd;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.navbar .help-btn a {
  z-index: 99;
  font-weight: bold;
  padding: 13px 10px;
  text-decoration: none;
  text-transform: uppercase;
  position: fixed;
  top: 450px;
  right: 0;
  font-size: 0.688em;
  color: white;
  background: #009ed9;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 15px 25px -15px rgba(13, 64, 83, 0.6);
}
.navbar .menu_top {
  z-index: 2;
  align-items: center;
  display: flex;
  flex: 1;
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.navbar .menu_top_right {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.navbar .menu_top_right .info {
  color: #343940;
  font-weight: normal;
  margin-right: 30px;
}
.navbar .menu_top_right .info a {
  display: inline-block;
  text-decoration: underline;
}
.navbar .menu_top_right .info a:hover {
  color: #009ed9;
}
.navbar .menu_top_right .social {
  display: flex;
  text-decoration: none;
  letter-spacing: 4px;
  margin-right: 19px;
}
.navbar .menu_top_right .social .facebook {
  background-image: url(../assets/facebook.svg);
}
.navbar .menu_top_right .social .facebook:hover {
  background-image: url(../assets/facebook-hover.svg);
}
.navbar .menu_top_right .social .instagram {
  margin-left: 10px;
  background-image: url(../assets/instagram.svg);
}
.navbar .menu_top_right .social .instagram:hover {
  background-image: url(../assets/instagram-hover.svg);
}
.navbar .menu_top_right .social a {
  transition: all 0.15s linear;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  width: 22px;
  height: 22px;
  text-decoration: none;
}
.navbar .menu_top_right .search,
.navbar .menu_top_right .cart,
.navbar .menu_top_right .login {
  min-height: 46px;
  max-height: 46px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
  padding: 0 21px;
}
.navbar .menu_top_right .search a,
.navbar .menu_top_right .cart a,
.navbar .menu_top_right .login a {
  text-decoration: none;
  display: inline-flex;
}
.navbar .menu_top_right .search p,
.navbar .menu_top_right .cart p,
.navbar .menu_top_right .login p {
  margin-left: 10px;
}
.navbar .menu_top_right .burger {
  min-width: 35px;
  margin-top: 3px;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
  padding: 0 21px;
}
.navbar .menu_bar {
  display: flex;
  justify-content: center;
  height: 78px;
  align-items: center;
}
.navbar .menu_bar > a {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 0 20px;
  transition: all 0.15s linear;
  text-decoration: none;
  color: #29292b;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar .menu_bar > a.active {
  color: #009ed9;
}
.navbar .menu_bar > a:hover {
  color: #009ed9;
}
/* --- BUTTONS --- */
.black-btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 18px 30px;
  background: #29292b;
  transition: all 0.15s linear;
}
.black-btn:hover {
  text-decoration: none;
  color: white;
  background: #009ed9;
}
.black-btn:focus {
  color: white;
}
.trans-btn {
  text-decoration: none;
  display: inline-block;
  padding: 11px 20px;
  font-size: 0.750em;
  font-weight: bold;
  text-align: center;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.15s linear;
  font-family: 'Barlow Condensed', sans-serif;
  border: solid 1px rgba(41, 41, 43, 0.15);
}
.trans-btn:hover {
  color: white;
  background: #009ed9;
  border: 1px solid transparent;
  text-decoration: none;
}
.trans-blue-btn {
  text-decoration: none;
  text-align: center;
  width: 133px;
  height: 40px;
  color: white;
  display: inline-block;
  padding: 11px 20px;
  font-size: 0.750em;
  font-weight: bold;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.15s linear;
  font-family: 'Barlow Condensed', sans-serif;
  border: solid 1px #009ed9;
}
.trans-blue-btn:hover {
  color: white;
  background: #009ed9;
  border: 1px solid transparent;
  text-decoration: none;
}
.blue-btn {
  line-height: normal;
  cursor: pointer;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 15px 30px;
  background: #009ed9;
  transition: all 0.15s linear;
  border: 1px solid #009ed9;
}
.blue-btn:hover {
  text-decoration: none;
  color: white;
  background: transparent;
  border: 1px solid #009ed9;
}
/* --- Global ---*/
.white-box {
  padding: 40px;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
}
.body-overlay {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(41, 41, 43, 0.1);
  position: fixed;
  height: 100vh;
}
.search-window {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  top: 0;
  width: 100%;
  z-index: 99999999;
  background: #fff;
  position: fixed;
  height: 100vh;
}
.search-window #search {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.search-window #search .textarea {
  text-align: center;
}
.search-window #search input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/assets/search-heavy.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 80px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  border: none;
  border-bottom: 1px solid #009ed9;
}
.search-window #search input[type="search"]::-ms-clear {
  display: none;
}
.search-window #search .floating-label {
  font-size: 15px;
  left: 0;
}
.search-window #search .trans-btn {
  cursor: pointer;
  width: 81px;
  padding: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-transform: capitalize;
}
.search-window #search .trans-btn img {
  padding-right: 7px;
}
.overflow-y {
  overflow-y: hidden;
}
.row {
  justify-content: center;
}
.arrow-right {
  margin-top: 9px;
  width: 8px;
  margin-right: 10px;
  height: 14px;
  float: right;
  background-repeat: no-repeat;
  transition: all 0.15s linear;
  background: url(/assets/tootegrupid/arrow-right.svg);
}
a:hover .arrow-right,
.active .arrow-right {
  background: url(/assets/arrow-right-blue.svg);
}
a.active {
  color: #009ed9;
}
.header_image {
  background: gray;
  border-radius: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_image h4 {
  color: white;
  font-weight: normal;
}
.header_image .slider_text {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.header_image .slider_text h4 {
  margin: 0 20px 0 20px;
  letter-spacing: 1px;
}
.ostukorv {
  border: 1px solid #f6f6f7;
  padding: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: white;
}
.ostukorv h2 {
  margin-top: 0;
  font-weight: 300;
}
.ostukorv .black-btn {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ostukorv .trans-btn {
  border: 1px solid #f6f6f7;
  margin-top: 20px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: normal;
}
/* --- front page content --- */
.home .slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .slider .slick-list {
  border-radius: 10px;
}
.home .slider .slick-dots li {
  color: white;
  opacity: 1;
  background: white;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  padding-left: 3px;
  padding-right: 3px;
  background: #fff;
  margin-top: 1px;
  margin-bottom: 1px;
  margin: 0 5px;
}
.home .slider .slick-dots li button {
  display: none;
}
.home .slider .slick-dots li button::before {
  content: "";
  height: 0;
}
.home .slider .slick-dots li.slick-active {
  overflow: hidden;
  background: #ffffff;
}
.home .slider .slick-dots li.slick-active::before {
  position: absolute;
  display: inline-block;
  height: 2px;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 5s linear 0s;
  -moz-animation: progress 5s linear 0s;
  -ms-animation: progress 5s linear 0s;
  -o-animation: progress 5s linear 0s;
  animation: progress 5s linear 0s;
}
.home .slider .slick-dots li.active ~ li {
  background: none;
}
@-moz-keyframes progress {
  100% {
    right: 0px;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0px;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0px;
  }
}
@-o-keyframes progress {
  100% {
    right: 0px;
  }
}
@keyframes progress {
  100% {
    right: 0px;
  }
}
.home .slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home .slider .slick-dots {
  bottom: 40px;
}
.home .slider .content_inner_wrap {
  width: 100%;
  position: absolute;
}
.home .slider .slick-slider {
  width: 100%;
  height: auto;
}
.home .slider .slick-slider img {
  min-height: 600px;
}
.home .slider_text {
  padding-left: 20px;
  max-width: 484px;
}
.home .slider_text h4 {
  font-weight: 500;
}
.home .slider_text a:last-of-type {
  margin-left: 40px;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.home .slider_text a:last-of-type:hover {
  color: #009ed9;
}
.content_inner_wrap {
  max-width: 1206px;
  margin: 0 auto;
}
.content_inner_wrap.landing {
  max-width: 80%;
}
.content_inner_wrap .logo-slider,
.content_inner_wrap .omadused.on {
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.content_inner_wrap .logo-slider .slick-slide img,
.content_inner_wrap .omadused.on .slick-slide img {
  max-width: 120px;
}
.content_inner_wrap .logo-slider .slick-next,
.content_inner_wrap .omadused.on .slick-next,
.content_inner_wrap .logo-slider .slick-prev,
.content_inner_wrap .omadused.on .slick-prev {
  z-index: 1;
  background: url(/assets/arrow-right.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 36px;
}
.content_inner_wrap .logo-slider .slick-next:before,
.content_inner_wrap .omadused.on .slick-next:before,
.content_inner_wrap .logo-slider .slick-prev:before,
.content_inner_wrap .omadused.on .slick-prev:before,
.content_inner_wrap .logo-slider .slick-next:after,
.content_inner_wrap .omadused.on .slick-next:after,
.content_inner_wrap .logo-slider .slick-prev:after,
.content_inner_wrap .omadused.on .slick-prev:after {
  content: "";
}
.content_inner_wrap .logo-slider .slick-prev,
.content_inner_wrap .omadused.on .slick-prev {
  margin-left: 20px;
  padding-right: 29px;
  border-right: 1px solid rgba(27, 27, 27, 0.06);
  left: 0;
  background: url(/assets/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.content_inner_wrap .logo-slider .slick-next,
.content_inner_wrap .omadused.on .slick-next {
  background-position: center right;
  margin-right: 20px;
  padding-left: 29px;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
  right: 0;
}
.content_inner_wrap .slider_text h4 {
  letter-spacing: 1px;
}
.content_inner_wrap .slider_text .black-btn {
  margin-top: 20px;
}
.content_inner_wrap .slick-list {
  margin: 0 110px;
}
.content_inner_wrap .slick-list .slick-track {
  margin: 40px;
  display: flex;
  align-items: center;
}
.content_inner_wrap .omadused.on .slick-list,
.content_inner_wrap .omadused.on .slick-slide img {
  margin: 0 auto;
}
.content_inner_wrap .tooted {
  display: flex;
  margin-top: 60px;
}
.content_inner_wrap .tooted .a .tootegrupid {
  padding: 13px 0px;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
}
.content_inner_wrap .tooted .a .tootegrupid a {
  font-size: 0.938em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.15s linear;
  padding: 20px 0;
}
.content_inner_wrap .tooted .a .tootegrupid a .arrow-right {
  position: absolute;
  right: 0;
  margin-top: 0;
}
.content_inner_wrap .tooted .a .tootegrupid a:hover {
  color: #009ed9;
}
.content_inner_wrap .tooted .a .tootegrupid a img:first-of-type {
  margin-right: 10px;
  margin-left: 5px;
}
.content_inner_wrap .tooted .a .tootegrupid ul {
  margin-top: 1rem;
}
.content_inner_wrap .tooted .a .tootegrupid ul li {
  padding-left: 6px;
  margin: 0 30px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
  list-style: none;
}
.content_inner_wrap .tooted .a .tootegrupid ul li:last-of-type {
  border: none;
}
.content_inner_wrap .tooted .b .used-products {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade {
  margin-bottom: 20px;
  line-height: 1.38;
  position: relative;
  padding: 25px 30px 40px 30px;
  text-align: center;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
  transition: all 0.15s linear;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade:hover {
  box-shadow: 0 35px 55px -35px rgba(41, 41, 43, 0.3);
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade img {
  background: gray;
  height: 118px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .broneeritud,
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .new,
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .campaign {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
  color: #29292b;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
  margin: 0;
  left: -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 85px;
  width: 90px;
  height: 33px;
  background-color: #e8d600;
  /* text-orientation: sideways; */
  transform: rotate(-90deg);
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .new {
  color: white;
  background: #009ed9;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .campaign {
  color: white;
  background: #eb008b;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade a:first-child {
  text-decoration: none;
  font-size: inherit;
}
.content_inner_wrap .tooted .b .used-products .kasutatud-seade .black-btn {
  margin-top: 20px;
  padding: 16px 30px;
  height: 50px;
  width: 139px;
}
.content_inner_wrap .gray-border {
  margin-left: -10px;
  max-width: 488px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.content_inner_wrap .news-tugi {
  display: flex;
  margin-top: 90px;
  margin-bottom: 100px;
}
.content_inner_wrap .news-tugi .news {
  margin-top: 55px;
}
.content_inner_wrap .news-tugi .news h2 {
  margin-top: 0;
}
.content_inner_wrap .news-tugi .tugi {
  background: #29292b;
  background-image: url(../images/tehniline-tugi-bg.png);
  background-repeat: no-repeat;
  width: 166%;
  height: 100%;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  color: white;
}
.content_inner_wrap .news-tugi .tugi-inner {
  z-index: 3;
  padding: 55px 0 60px 60px;
  padding-bottom: 140px;
  max-width: 60%;
}
.content_inner_wrap .news-tugi .tugi-inner h2 {
  margin-top: 0;
}
.content_inner_wrap .news-tugi .tugi-inner .col-sm-6 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_inner_wrap .news-tugi .tugi-inner p:first-of-type {
  margin-bottom: 48px;
}
.content_inner_wrap .news-tugi .tugi-inner h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.content_inner_wrap .news-tugi .tugi-inner .tugi-kontakt p {
  margin-bottom: 0;
}
.content_inner_wrap .news-tugi .tugi-inner .tugi-kontakt h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
}
.content_inner_wrap .news-tugi .tugi .overlay {
  border-radius: 10px 0 0 10px;
  background: #29292b;
  opacity: 0.93;
  overflow: hidden;
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: 2;
}
.content_inner_wrap .news-tugi .tugi h2 {
  color: white;
}
.content_inner_wrap .news-tugi .tugi::after {
  content: "";
  background: #29292b;
  position: absolute;
  right: 0;
  width: 100%;
}
.content_inner_wrap .news-tugi .news-inner li {
  margin-right: 30px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
  list-style: none;
}
.content_inner_wrap .news-tugi .news-inner li:first-of-type {
  border-top: 1px solid rgba(27, 27, 27, 0.06);
}
.content_inner_wrap .news-tugi .news-inner li a {
  font-size: 0.938em;
  font-weight: 600;
  display: block;
  text-decoration: none;
  transition: all 0.2s linear;
  padding: 24px 0;
}
.content_inner_wrap .news-tugi .news-inner li a img {
  float: right;
  margin-right: 10px;
  margin-top: 12px;
}
.content_inner_wrap .news-tugi .news-inner li a span {
  display: block;
  font-weight: normal;
}
.content_inner_wrap .news-tugi .news-inner .loe {
  text-decoration: underline;
}
.content_inner_wrap .reklaamid {
  display: flex;
  height: auto;
  margin-top: 119px;
}
.content_inner_wrap .reklaamid .reklaam {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 35px 0 60px 45px;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
}
.content_inner_wrap .reklaamid .reklaam .col-xl-7 {
  z-index: 2;
}
.content_inner_wrap .reklaamid .reklaam img {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
.content_inner_wrap .reklaamid .reklaam:nth-of-type(2) {
  margin-left: 30px;
}
.content_inner_wrap .reklaamid .reklaam p {
  margin-bottom: 30px;
}
.content_inner_wrap .reklaamid .reklaam h2 {
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: 20px;
}
.content_inner_wrap .reklaamid .reklaam h2 strong {
  display: block;
}
.content_inner_wrap .social-content {
  margin-top: 100px;
  margin-bottom: 90px;
}
.content_inner_wrap .social-content .social-inner {
  padding: 5% 8%;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
}
.content_inner_wrap .omadused {
  width: 100%;
  margin: 0;
  padding: 64px 0 40px 0;
  border-top: 1px solid rgba(27, 27, 27, 0.06);
  justify-content: space-around;
}
.content_inner_wrap .omadused .col-md-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.content_inner_wrap .omadused .col-md-2 img {
  margin-bottom: 24px;
}
.textarea {
  position: relative;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}
.floating-label.active {
  font-weight: 200;
  top: 12px;
  bottom: 10px;
  left: 18px;
  font-size: 11px;
  opacity: 1;
  font-size: 10px;
}
textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label {
  font-weight: 200;
  top: 12px;
  bottom: 10px;
  left: 18px;
  font-size: 11px;
  opacity: 1;
  font-size: 10px;
}
input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  font-weight: 200;
  top: 12px;
  bottom: 10px;
  left: 18px;
  font-size: 11px;
  opacity: 1;
  font-size: 10px;
}
/* FOOTER */
.error {
  margin-top: -15px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: red;
}
.error.text {
  margin-top: -18px;
}
.footer {
  position: relative;
  background: #29292b;
  opacity: 1;
  overflow: hidden;
  height: 100%;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  padding-bottom: 115px;
}
.footer .row {
  margin: 0;
}
.footer form {
  color: white;
  display: flex;
  flex-direction: column;
}
.footer form .blue-btn {
  font-size: 11px;
  width: 97px;
}
.footer form input[type="email"] {
  height: 58px;
  font-size: 13px;
  padding-left: 16px;
  width: 70%;
  padding-top: 20px;
  margin-bottom: 18px;
}
.footer form textarea {
  resize: none;
  font-size: 14px;
  width: 100%;
  padding: 17px;
  padding-top: 30px;
  height: 140px;
}
.footer form input[type="email"],
.footer form textarea {
  margin-bottom: 20px;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: transparent;
}
.footer form input[type="email"]:focus,
.footer form textarea:focus {
  outline: none;
}
.footer strong:before {
  content: '';
  display: block;
}
.footer p:first-of-type {
  margin-top: 0;
}
.footer p:last-of-type {
  margin: 1.6em 0;
}
.footer .content_inner_wrap {
  margin: 100px 5px 0 5px;
  z-index: 3;
}
.footer .social-icons {
  letter-spacing: 4px;
  margin-bottom: 30px;
  display: flex;
}
.footer .social-icons .facebook.white {
  background-image: url(../assets/facebook-white.svg);
}
.footer .social-icons .facebook.white:hover {
  background-image: url(../assets/facebook-hover.svg);
}
.footer .social-icons .instagram.white {
  margin-left: 10px;
  background-image: url(../assets/instagram-white.svg);
}
.footer .social-icons .instagram.white:hover {
  background-image: url(../assets/instagram-hover.svg);
}
.footer .social-icons a {
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-decoration: none;
}
.footer .social-icons a:hover {
  color: transparent;
}
/* --- TOOTED ---*/
.tooted_page .tooted_accordion {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-right: 10px;
}
.ui-accordion .ui-accordion-content {
  border: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.ui-accordion-content {
  min-height: unset;
}
.ui-accordion .ui-accordion-content {
  overflow: auto;
}
.tooted_accordion {
  margin: 20px 34px;
}
.tooted_accordion .ui-accordion-content span,
.tooted_accordion .accordion-item span {
  width: 100%;
  transition: all 0.15s linear;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin: 9px;
}
.tooted_accordion .ui-accordion-content span:hover,
.tooted_accordion .accordion-item span:hover {
  color: #009ed9;
}
.tooted_accordion h5 {
  transition: all 0.15s linear;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.tooted_accordion h5:focus {
  outline: none;
}
.tooted_accordion .accordion-item {
  margin: 2px 0;
}
.tooted_accordion .header {
  font-weight: 500;
  background: url(/assets/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.tooted_accordion .active.header,
.tooted_accordion .active-header {
  color: #009ed9;
  font-weight: bold;
  background-image: url(/assets/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: right;
}
#tooted {
  padding: 23px 3px;
}
#tooted li {
  padding-left: 6px;
  margin-top: 20px;
}
#tooted li > h5 {
  text-transform: uppercase;
}
#tooted .ui-accordion-content {
  overflow: hidden;
  padding: 1px 10px;
}
#tooted h5 {
  display: flex;
  align-items: center;
}
#tooted h5 .ui-icon {
  order: 1;
}
#tooted h5.ui-accordion-header {
  margin: 7px 0;
  justify-content: space-between;
  color: #343940;
  padding: 0;
  border: none;
  background-color: unset;
  text-transform: inherit;
  transition: all 0.15s linear;
}
#tooted h5.ui-accordion-header.ui-state-active {
  color: #009ed9;
}
#tooted h5.ui-accordion-header:hover {
  color: #009ed9;
}
#tooted h5 img {
  margin-top: -3px;
  padding-right: 10px;
}
.chosen-products {
  text-align: left!important;
}
.chosen-products .filter-overlay {
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  border-radius: 10px 0 10px 10px;
  background-color: #ffffff;
  box-shadow: 0 35px 55px -35px rgba(41, 41, 43, 0.3);
  position: absolute;
  top: 45px;
  width: 96%;
  z-index: 101;
}
.chosen-products .filter-overlay .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding-left: 8px;
}
.chosen-products .filter-overlay .checkbox {
  background-position: center center;
  transition: all 0.15s linear;
  margin-right: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #dce1ea;
}
.chosen-products .filter-overlay .chosen-container-multi .chosen-choices {
  transition: all 0.15s linear;
  padding: 3px 6px;
  border: 1px solid rgba(27, 27, 27, 0.06);
  border-radius: 3px;
  line-height: 3;
  min-height: 46px;
  background: url(/assets/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.chosen-products .filter-overlay .chosen-container .chosen-results li {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 11px 14px;
}
.chosen-products .filter-overlay .chosen-container .chosen-results li.highlighted {
  color: inherit;
  background: none;
}
.chosen-products .filter-overlay .chosen-container .chosen-results li:hover {
  background-color: transparent;
  color: inherit;
  background-image: none;
}
.chosen-products .filter-overlay .chosen-container .chosen-results li.result-selected {
  color: initial;
}
.chosen-products .filter-overlay .chosen-container .chosen-drop {
  border: 1px solid rgba(27, 27, 27, 0.06);
  border-top: 0px solid transparent;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 15px 25px -15px rgba(41, 41, 43, 0.2);
}
.chosen-products .filter-overlay .chosen-container-active {
  transition: all 0.15s linear;
}
.chosen-products .filter-overlay .chosen-container-active.chosen-with-drop .chosen-choices {
  background-image: url(/assets/arrow-up.svg);
  border-bottom: 0px solid transparent;
  border-radius: 3px 3px 0 0;
}
.chosen-products .filter-overlay .chosen-container-active .chosen-choices {
  box-shadow: none;
}
.chosen-products .filter-overlay .row {
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}
.chosen-products .filter-overlay .row .label {
  display: block;
  margin-bottom: 6px;
}
.chosen-products .filter-overlay .range-sliders {
  border-top: 1px solid rgba(27, 27, 27, 0.06);
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.chosen-products .filter-overlay .range-sliders p {
  display: flex;
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 25px;
}
.chosen-products .filter-overlay .range-sliders p input {
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  font-family: 'Raleway', sans-serif;
  margin-left: 10px;
}
.chosen-products .filter-overlay .range-sliders .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  height: 2px;
  margin-bottom: 15px;
  background-color: #e9ebf0;
  border: none;
}
.chosen-products .filter-overlay .range-sliders .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px;
  background-color: #009ed9;
}
.chosen-products .filter-overlay .range-sliders .ui-slider-horizontal .ui-slider-handle {
  cursor: -webkit-grab;
  top: -1em;
  margin-left: -1.1em;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  border: solid 1px #009ed9;
}
.chosen-products .filter-overlay .range-sliders .ui-slider-horizontal .ui-slider-handle:active {
  cursor: -webkit-grabbing;
}
.chosen-products .filter-overlay .producer-checkboxes .blue-btn {
  width: 133px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
}
.chosen-products .filter-overlay .producer-checkboxes .compare,
.chosen-products .filter-overlay .producer-checkboxes span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343940;
  margin-bottom: 30px;
  margin-top: 10px;
  justify-content: flex-start;
  align-items: center;
}
.chosen-products .filter-overlay .producer-checkboxes input[type=checkbox]:checked {
  background: url(/assets/check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #dce1ea;
}
.chosen-products .filter-overlay .producer-checkboxes .checkbox {
  background-position: center center;
  transition: all 0.15s linear;
  margin-right: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #dce1ea;
}
.chosen-products .filter-overlay .producer-checkboxes .checkbox:nth-of-type(2) {
  margin-left: 35px;
}
.chosen-products .filter-overlay .chosen-container.chosen-container-multi {
  width: 100%!important;
}
.chosen-products .filter-overlay .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: -6px;
  right: -6px;
  display: block;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-position: center;
  background-color: black;
  border-radius: 10px;
  background-size: 50%!important;
  background-image: url(/assets/remove.svg) !important;
  background-repeat: no-repeat !important;
  font-size: 1px;
}
.chosen-products .filter-overlay .chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  border-radius: 3px;
  line-height: 1.8;
  padding-left: 10px;
  padding-right: 10px;
  background: #009ed9;
  color: white;
  height: 32px;
  box-shadow: none;
}
.chosen-products .filter-overlay .white-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343940;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  right: 0;
  top: -38px;
  width: 86px;
  height: 40px;
  border-radius: 5px 5px 0 0;
}
.chosen-products .filter-overlay .white-btn img {
  padding-right: 10px;
}
.chosen-products .filter-overlay .white-btn:hover {
  background: inherit;
  border: none;
}
.chosen-products .products-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chosen-products .products-heading .filter {
  cursor: pointer;
  padding: 10px 20px;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
}
.chosen-products h1 {
  font-weight: bold;
  margin: 0;
}
.chosen-products .navigatsioon {
  letter-spacing: 1px;
}
.chosen-products .used-products {
  margin-top: 30px;
}
.chosen-products .reklaamid {
  margin-top: 40px;
}
.chosen-products .reklaamid .reklaam {
  margin: 0 15px;
}
.chosen-products .compare {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.chosen-products .compare .checkbox {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: transparent;
  border: solid 1px #dce1ea;
}
/* --- SINGLE PRODUCT --- */
.tax {
  line-height: 1.38;
  font-weight: normal;
  display: block;
  padding-top: 15px;
  padding-bottom: 65px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.notification-alert {
  cursor: pointer!important;
  font-size: 9px!important;
  padding-left: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: #eb008b;
  background-image: url(/assets/alert-octagon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
}
.product {
  margin: 30px 0 60px 0;
}
.product .row {
  justify-content: flex-start;
}
.product a > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.product .pictures {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: auto;
  height: auto;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.product .pictures a > img {
  width: 100%;
  margin: 0 auto;
}
.product .pictures .zoom {
  pointer-events: none;
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 20px;
}
.product .picture {
  transition: all 0.15s linear;
  cursor: pointer;
  width: 31%;
  display: flex;
  justify-content: center;
  height: auto;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
}
.product .picture a {
  pointer-events: none;
}
.product .picture.active {
  border-color: #e8d600;
}
.product .picture:nth-of-type(2) {
  margin: 0 10px;
}
.product .text {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 0;
}
.product .text .compare {
  margin-top: 20px;
  justify-content: flex-start;
}
.product .text .storage {
  font-size: 11px;
}
.product .text .storage strong {
  color: #11b91a;
}
.product .text p {
  margin-top: 0;
}
.product .text .price {
  letter-spacing: normal;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.product .text .buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product .text .buttons .black-btn {
  cursor: pointer;
  margin-right: 20px;
  padding: 17.5px 30px;
  width: 139px;
  display: inline-block;
}
.product .text .buttons .pdf {
  display: inline-block;
  background: url(/assets/ic-pdf-24.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
/* TABS */
#tabs {
  padding: 15px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  border: none;
}
#tabs .table-responsive {
  margin-left: 10px;
}
#tabs h2 {
  margin-top: 0;
  margin-left: 10px;
}
#tabs .order-table tbody tr {
  transition: all 0.15s linear;
}
#tabs .order-table tbody tr:last-of-type {
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
#tabs .order-table tbody tr .trans-btn {
  margin-right: 10px;
}
#tabs .order-table tbody tr:hover {
  background-color: rgba(27, 27, 27, 0.02);
}
#tabs .order-table tbody tr td .product-name {
  max-width: none;
  margin-bottom: inherit;
}
#tabs .order-table tbody tr td .product-name a:hover {
  color: #009ed9;
}
#tabs .ui-widget-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  background: transparent;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 10px;
}
#tabs .ui-tabs-panel {
  display: none;
  border: 1px solid transparent;
  background: white;
  border-radius: 10px;
  padding: 40px 30px;
}
#tabs .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none;
}
#tabs .ui-tabs-nav .ui-state-active {
  background: transparent no-repeat bottom center;
  border: none;
}
#tabs .ui-tabs-nav .ui-state-default a {
  text-decoration: none;
  color: #343940;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: normal;
  height: 50px;
  padding-bottom: 30px;
  margin-bottom: -10px;
  line-height: 25px;
}
#tabs .ui-tabs-nav .ui-state-active a {
  text-decoration: none;
  font-size: 13px;
  padding: 13px 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #009ed9;
  height: 50px;
  padding-bottom: 30px;
  margin-bottom: -10px;
  line-height: 25px;
  border-radius: 5px 5px 0 0;
  background-color: #ffffff;
}
/* --- KONTAKT --- */
#googlemaps {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#googlemaps h2 {
  margin: 40px 0;
}
#googlemaps .blue-btn {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 11px 20px;
  position: absolute;
  bottom: 100px;
}
#map {
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 560px;
  background: rgba(0, 0, 0, 0.8);
}
.kontakt-andmed {
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.kontakt-andmed .col-xl-6:first-of-type {
  margin-bottom: 30px;
}
.kontakt-andmed .col-xl-6 h3 {
  margin-top: 0;
  line-height: 0;
  font-size: 21px;
  letter-spacing: 1px;
}
.kontakt-andmed .col-xl-6 .kontakt-links {
  display: flex;
  flex-direction: column;
}
.kontakt-andmed .col-xl-6 .trans-btn {
  width: 171px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: unset!important;
}
.kontakt-andmed .col-xl-6 a:last-of-type {
  display: contents;
}
.kontakt-andmed .col-xl-6 p {
  line-height: 1em;
}
.kontakt-andmed .col-xl-6:last-of-type {
  padding-left: 30px;
  border-left: 1px solid rgba(27, 27, 27, 0.06);
  max-height: 104px;
}
.kontakt-andmed .col-xl-6:last-of-type p:last-of-type {
  font-size: 13px;
  margin-top: 0;
}
.team {
  margin-top: -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}
.team h3 {
  font-size: 21px;
}
.team .col-xl-4 {
  margin-top: 60px;
  line-height: 1.38;
}
.team .col-xl-4 span:not(:last-of-type) {
  display: block;
}
.team .col-xl-4 h5 {
  margin-top: 20px;
}
.team .col-xl-4 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
}
/* --- KAUBAMARGID ---*/
.brands_page .tooted .a .tootegrupid a {
  font-weight: bold;
}
.brand-logo {
  width: 115px;
  height: 17px;
  background: url(/images/logo-roland@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* --- TEHNILINE TUGI --- */
.technical-support .row.tooted {
  justify-content: flex-start;
}
.files-section {
  display: none;
}
.white-btn {
  cursor: pointer;
  border: none;
  min-width: 71px;
  height: 36px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #29292b;
  transition: all 0.15s linear;
}
.white-btn:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.dropdown {
  margin-top: 30px;
  margin-bottom: 38px;
  padding: 20px;
  border-radius: 10px;
  background-color: #29292b;
}
.dropdown.files {
  display: flex;
  flex-wrap: wrap;
}
.dropdown.files .group,
.dropdown.files .type {
  padding-left: 0;
  padding-right: 10px;
}
.dropdown.files .type {
  padding-right: 0;
}
.dropdown.files .type select {
  margin-right: 10px;
}
.dropdown.files select {
  width: 100%;
}
.dropdown form {
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown form select {
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  height: 36px;
  letter-spacing: 1px;
  width: 80%;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 14px;
  transition: all 0.15s linear;
  background: transparent url("/assets/arrow-down-white.svg") no-repeat right 11px center;
}
.dropdown form select:focus {
  outline: none;
}
.dropdown form select:hover {
  border-color: white;
}
.dropdown span {
  color: white;
}
.questions {
  margin-top: 20px;
  flex-direction: column;
}
.questions h2 {
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.313em;
}
.questions-inner {
  border: solid 1px #f6f6f7;
  background: white;
  border-radius: 10px;
}
.questions-inner .ui-accordion-content-active {
  margin: 0px;
}
.questions-inner p {
  margin-bottom: 25px;
}
.questions-inner p:first-of-type {
  margin-top: 0;
}
.questions-inner p:last-of-type {
  margin-bottom: 0;
}
.questions-inner ul {
  margin-top: 0;
  padding-left: 16px;
}
.questions-inner ul li {
  transition: all 0.15s linear;
  list-style: none;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.87;
}
.questions-inner ul li:before {
  transition: all 0.15s linear;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #009ed9;
  border-radius: 50%;
  position: absolute;
  margin: 10px 0 0 -16px;
}
.questions-inner h3 {
  transition: all 0.15s linear;
  margin: 0;
  padding: 20px 0px;
  font-weight: 600;
  cursor: pointer;
}
.questions-inner h3.ui-state-active {
  color: #009ed9;
}
.questions-inner h3:not(:first-of-type) {
  border-top: 1px solid rgba(27, 27, 27, 0.06);
}
.questions-inner .header {
  margin-top: 5px;
  margin-right: 10px;
  position: unset;
  float: right;
  width: 12px;
  height: 12px;
  background: url(/assets/plus.svg);
}
.questions-inner .active-header {
  margin-right: 10px;
  margin-top: 10px;
  float: right;
  position: unset;
  width: 12px;
  height: 3px;
  background: url(/assets/minus.svg);
}
/* --- kasutaja --- */
.notification_page .tootegrupid {
  margin-bottom: 30px;
}
.notifications a:last-child {
  display: block;
  margin-top: 30px;
}
.notification {
  margin-top: 12px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 25px;
  border: 1px solid #f6f6f7;
  background: white;
  border-radius: 10px;
  border: solid 5px #eb008b;
}
.notification-buttons {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.notification-buttons img {
  cursor: pointer;
  height: 9px;
  margin-left: 20px;
}
.notification h5 {
  color: #29292b;
  letter-spacing: 0.5px;
}
.notification .trans-btn {
  position: unset!important;
}
.order {
  margin-top: 40px;
}
.order-table {
  margin-left: -10px;
  width: 100%;
  border-collapse: collapse;
}
.order-table th {
  padding-left: 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  color: #29292b;
  padding-bottom: 10px;
}
.order-table th:first-of-type {
  padding-left: 10px;
}
.order-table tbody tr {
  border-top: 1px solid rgba(27, 27, 27, 0.06);
}
.order-table tbody tr td {
  vertical-align: baseline;
  font-size: 13px;
  padding: 15px;
  font-weight: bold;
}
.order-table tbody tr td li {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 0.5px;
}
.order-table tbody tr td .product-name,
.order-table tbody tr td .model {
  padding: 0;
  max-width: 310px;
}
.order-table tbody tr td.model {
  width: 115px;
}
.order-table tbody tr td:last-of-type {
  padding-right: 0;
}
.order-table tbody tr td:first-of-type {
  padding-left: 0;
  margin-left: 10px;
  display: flex;
}
.order-table tbody tr td:first-of-type span {
  display: block;
  cursor: inherit;
  letter-spacing: normal;
  margin: 5px 0 0 0;
  font-size: 11px;
}
.order-table tbody tr td a {
  font-weight: normal;
  font-size: 13px;
}
.order-table tbody tr td .trans-btn {
  font-size: 12px;
  font-weight: bold;
  position: inherit!important;
}
.order span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.manuals {
  padding: 30px;
}
.manuals th {
  padding-right: 15px;
}
.manuals td .trans-btn {
  width: 92px;
}
.manuals td:last-of-type {
  padding-right: 10px!important;
}
/* --- ONEPAGER --- */
.news .tugi-kontakt {
  margin-top: 0;
}
.news p {
  max-width: 485px;
}
.tugi-inner h2:first-of-type {
  margin-bottom: 0;
}
.tugi-inner p:first-of-type {
  margin-top: 10px;
}
.tugi-inner a,
.news-inner a {
  margin-left: 41px;
}
.tugi-kontakt {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tugi-kontakt .technical-support {
  margin-left: 15px;
}
.tugi-kontakt .technical-support p {
  margin: 0;
}
.tugi-kontakt .technical-support h2 {
  margin-bottom: 0;
}
#carousel {
  border-radius: 10px;
  background-image: url(../images/img2@3x.png);
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: unset;
}
.bg {
  border-radius: 10px;
}
#trapezoid {
  border-bottom: 100px solid red;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
}
.hero {
  margin-top: 40px;
  justify-content: center;
}
.hero h1 {
  margin: 0;
}
.hero .hero-img {
  width: 100%;
  margin-top: 10px;
  margin-left: 30px;
  object-fit: contain;
}
.tooted {
  margin: 0 auto;
  max-width: 485px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.tooted p {
  margin-top: 0;
}
#brands-1 {
  margin-top: 23px;
  margin-bottom: 60px;
}
.brands {
  justify-content: flex-start;
}
.brands .brand {
  max-width: 500px;
}
.brands .brand h3 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}
.brands .brand p {
  letter-spacing: normal;
  margin-top: 0;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
}
@media (max-width: 991.98px) {
  #brands-1 {
    margin-top: 23px;
    margin-bottom: 0px;
  }
  .content_inner_wrap .news-tugi {
    margin-top: 50px;
  }
  .brands .brand {
    margin-bottom: 40px;
  }
}
/* --- MOBILE --- */
/* M-MENU */
@media (min-width: 992px) {
  .menu_bar .info {
    display: none;
  }
  .menu_bar .lang_menu {
    display: none;
  }
  .navbar .menu_top_right .login {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .tugi-inner {
    max-width: 520px;
  }
  .home .b .trans-btn {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  .landing.content_inner_wrap {
    max-width: 1206px;
  }
  .home .slider_text {
    padding-left: 0;
  }
}
@media (max-width: 1290px) {
  .menu_top .cart p,
  .menu_top .login p {
    display: none;
  }
  .logo img {
    margin-right: 15px;
    width: 133px;
  }
  .navbar .menu_bar > a {
    margin: 0 18px;
    font-size: 13px;
  }
  .info {
    flex-direction: column;
  }
  .kontakt-andmed .col-sm-6:last-of-type {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .hero .image {
    margin-top: 30px;
    text-align: center;
  }
  .hero .hero-img {
    margin-left: 0;
    max-width: 500px;
  }
  .brands .brand {
    margin-bottom: 40px;
  }
  .content_inner_wrap .reklaamid {
    margin-top: 40px;
  }
  .content_inner_wrap .reklaamid .reklaam {
    min-height: 280px;
    padding: 35px 45px 60px 45px;
  }
  .content_inner_wrap .reklaamid .reklaam .comm-img {
    display: none;
  }
  .content_inner_wrap .reklaamid .reklaam .comm-img-small {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    position: unset;
    width: 240px;
  }
  .technical-support .tootegrupid {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .content_inner_wrap .slick-list {
    margin: 0 100px;
  }
  .home .slider_text {
    text-align: center;
    margin: 0 auto;
  }
  .home .slider_text a:last-of-type {
    margin-top: 30px;
    margin-left: 0px;
    display: block;
  }
  .content_wrap {
    padding: 0 40px;
  }
  body {
    font-size: 0.9em;
  }
  main {
    margin-top: 77px;
  }
  .navbar {
    -webkit-transition: all 0.15s linear;
    width: 100%;
    padding: 0px 40px;
  }
  .navbar.scrolled,
  .navbar.open {
    background-color: white;
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
  }
  .navbar .menu_top {
    border-bottom: 0;
  }
  .navbar .menu_top .lang_menu {
    display: none;
  }
  .navbar .menu_top.open {
    box-shadow: none;
  }
  .navbar .active {
    color: #009ed9;
  }
  .navbar .help-btn a {
    top: unset;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .navbar .info {
    text-align: center;
  }
  .navbar .info .number {
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
  }
  .navbar .burger {
    padding-right: 0!important;
    display: inherit;
    order: 3;
  }
  .navbar .burger img {
    transition: all 0.15s linear;
    cursor: pointer;
  }
  .navbar .menu_top_right .login,
  .navbar .menu_top_right .burger,
  .navbar .menu_top_right .search {
    padding: 0 15px;
    min-height: 35px;
    max-height: 35px;
  }
  .navbar .menu_bar {
    display: none;
    padding: 0 15px;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    flex-direction: column;
  }
  .navbar .menu_bar > a {
    display: table;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .comm-img-small {
    display: none;
  }
  .questions .order .order-table span {
    display: none;
  }
  .files.questions .table span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .content_inner_wrap .social-content {
    margin-right: -20px;
    margin-left: -20px;
  }
  .content_inner_wrap .social-content .col-md-12 {
    padding: 0;
  }
  .content_inner_wrap .social-content .social-inner {
    border-radius: 0;
    padding: 20px 10px;
  }
  .tooted_page #tooted li {
    padding-bottom: 12px;
  }
  .tooted_page #tooted h5 {
    cursor: pointer;
  }
  .tooted_page #tooted .tooted_accordion {
    display: none;
  }
  .tooted_page .reklaamid {
    margin-top: 20px;
  }
  #tabs .ui-tabs-nav .ui-state-active a,
  #tabs .ui-tabs-nav .ui-state-default a {
    padding: 13px 10px 30px 13px;
  }
  .notification_page .tooted_accordion,
  .technical-support .tooted_accordion {
    margin: 20px;
  }
  .tooted_page .tooted_accordion {
    margin-bottom: 0px;
  }
  .files.questions th {
    display: none;
  }
  .files.questions td:not(:first-of-type):not(:last-of-type) {
    border-top: 1px solid rgba(27, 27, 27, 0.06);
  }
  .files.questions span {
    font-size: 13px!important;
    font-weight: normal;
    display: block;
    margin-bottom: 10px!important;
  }
  .files.questions tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .files.questions tr .model {
    padding: 15px;
    margin: 0;
    width: 100%;
    display: block;
  }
  .files.questions .product {
    margin: 0;
  }
  .questions .order th {
    display: none;
  }
  .questions .order td:first-of-type {
    display: block;
  }
  .questions .order td:not(:first-of-type) {
    border-top: 1px solid rgba(27, 27, 27, 0.06);
  }
  .questions .order span {
    margin-left: 0;
    font-size: 13px!important;
    font-weight: normal;
    display: block;
    margin-bottom: 10px!important;
  }
  .questions .order tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
  .questions .order tr .model {
    padding: 15px 15px 15px 0;
    margin: 0;
    width: 100%;
    display: block;
  }
  .questions .order .product {
    margin: 0;
  }
  .chosen-products .filter-overlay {
    right: 2%;
  }
  .ostukorv,
  .header_image {
    padding: 30px;
    display: none;
  }
  .navbar {
    padding: 0 20px;
  }
  .content_inner_wrap .tooted .b {
    padding-right: 15px;
    text-align: center;
  }
  .content_inner_wrap .tooted .b h2 {
    text-align: left;
  }
  .content_inner_wrap .tooted .a {
    padding-left: 15px;
  }
  .content_inner_wrap .tooted .a .tootegrupid {
    margin-bottom: 40px;
  }
  .content_inner_wrap .tooted .a .tootegrupid ul li {
    margin: 0 20px;
  }
  .content_inner_wrap .news-tugi {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid rgba(27, 27, 27, 0.06);
    margin-top: 40px;
  }
  .content_inner_wrap .news-tugi .news {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
  }
  .content_inner_wrap .news-tugi .news .news-inner li {
    margin-right: 0;
  }
  .content_inner_wrap .news-tugi .news .news-inner li .arrow-right {
    margin-right: 0;
  }
  .content_inner_wrap .news-tugi .tugi {
    margin-left: -35px;
    width: 120%;
  }
  .content_inner_wrap .news-tugi .tugi .overlay {
    border-radius: 0;
  }
  .content_inner_wrap .news-tugi .tugi-inner {
    max-width: 500px;
    padding: 40px 20px 40px 20px;
  }
  .content_inner_wrap .news-tugi .tugi-inner .gray-border {
    margin-left: 0;
  }
  .content_inner_wrap .reklaamid .reklaam {
    padding: 20px 5px 40px 5px;
  }
  .content_inner_wrap .social-content {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content_wrap {
    padding: 0 20px;
  }
  .footer form {
    margin-top: 40px;
  }
  .footer form input[type="email"] {
    width: 280px;
    max-width: 100%;
  }
  .footer p {
    margin: 20px 0!important;
  }
  .footer .content_inner_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 660px) {
  .info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #carousel {
    border-radius: 0;
  }
  .product .text {
    padding-left: 0;
    margin-top: 20px;
  }
  .content_inner_wrap .omadused .col-md-2 {
    margin-left: -40px;
  }
  #tabs {
    padding: 0;
  }
  #tabs .ui-tabs-panel {
    border-radius: 0;
    padding: 20px 10px;
  }
  #tabs .ui-tabs-nav .ui-state-active a,
  #tabs .ui-tabs-nav .ui-state-default a {
    display: block;
    padding: 13px 10px;
    border-radius: 0;
  }
  #tabs .ui-widget-header {
    flex-direction: column;
  }
  .home .slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home .slider .content_inner_wrap {
    top: 10px;
  }
  .home .slider .content_inner_wrap h1 {
    line-height: 36px;
  }
  .home .slider .slick-slider img {
    border-radius: 0;
  }
  .home .content_inner_wrap .logo-slider .slick-next,
  .home .content_inner_wrap .logo-slider .slick-prev {
    margin: 0;
  }
  .home .content_inner_wrap .logo-slider .slick-list {
    margin: 0 60px;
  }
  .files.dropdown .group {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .tugi-inner .col-sm-6 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    margin-left: 15px;
  }
  .home .reklaamid .col-sm-6:last-of-type {
    margin-top: 40px;
  }
}
