* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  border: 0;
  resize: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

@font-face {
  font-family: "prob";
  src: url(../fonts/Product_Sans_Bold_0.ttf) format("TrueType"); }

@font-face {
  font-family: "proi";
  src: url(../fonts/Product_Sans_Italic_0.ttf) format("TrueType"); }

@font-face {
  font-family: "probi";
  src: url(../fonts/Product_Sans_Bold_Italic_0.ttf) format("TrueType"); }

@font-face {
  font-family: "pror";
  src: url(../fonts/Product_Sans_Regular_0.ttf) format("TrueType"); }

@font-face {
  font-family: "gob";
  src: url(../fonts/FiraGO-Bold.ttf) format("TrueType"); }

@font-face {
  font-family: "gosm";
  src: url(../fonts/FiraGO-SemiBold.ttf) format("TrueType"); }

@font-face {
  font-family: "gom";
  src: url(../fonts/FiraGO-Medium.ttf) format("TrueType"); }

@font-face {
  font-family: "gor";
  src: url(../fonts/FiraGO-Regular.ttf) format("TrueType"); }

@font-face {
  font-family: "arial";
  src: url(../fonts/bpg_arial_2009.ttf) format("TrueType"); }

@font-face {
  font-family: "monm";
  src: url(../fonts/Montserrat-Medium.ttf) format("TrueType"); }

@font-face {
  font-family: "dejr";
  src: url(../fonts/BPG_2017_DejaVuSans.ttf) format("TrueType"); }

@font-face {
  font-family: "dejc";
  src: url(../fonts/dejavu_sans_caps.ttf) format("TrueType"); }

@font-face {
  font-family: "rob";
  src: url(../fonts/Roboto-Regular.ttf) format("TrueType"); }

@font-face {
  font-family: "robb";
  src: url(../fonts/Roboto-Bold.ttf) format("TrueType"); }

@font-face {
  font-family: "robblack";
  src: url(../fonts/Roboto-Black.ttf) format("TrueType"); }

@font-face {
  font-family: "ing";
  src: url(../fonts/bpg_ingiri_arial.ttf) format("TrueType"); }

@font-face {
  font-family: "ave";
  src: url(../fonts/Avenir-Black.ttf) format("TrueType"); }

@font-face {
  font-family: "sf";
  src: url(../fonts/SF-Pro-Display-Regular.otf) format("OpenType"); }

main {
  min-height: calc(100vh - 149px); }

button {
  cursor: pointer; }

i {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

body.shmactive {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.logo {
  width: 150px; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1220px;
  margin: 0 auto;
  height: 85px;
  background-color: white; }

.burger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .burger p {
    font-family: 'dejc';
    font-size: 12px;
    color: #ED3833;
    margin-left: 9px; }

.burger-span span {
  height: 2px;
  border-radius: 2px;
  display: block;
  background-color: #ED3833; }
  .burger-span span:nth-child(1) {
    width: 8px; }
  .burger-span span:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 11px; }
  .burger-span span:nth-child(3) {
    width: 16px; }

.burger-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hedtel {
  font-family: 'robb';
  font-size: 13px;
  color: #0A080B;
  margin-left: 74px; }
  .hedtel:hover {
    color: #ED3833; }
  .hedtel i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 12px; }

.search-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 72px; }
  .lang a {
    font-family: 'robb';
    font-size: 13px;
    color: #B1B1B1; }
    .lang a:first-child {
      margin-right: 18px; }
    .lang a.active {
      color: #0A080B; }
    .lang a:hover {
      color: #0A080B; }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'dejc';
  font-size: 12px;
  color: #0A080B;
  cursor: pointer; }
  .search:hover i {
    color: #EB272C; }
  .search:hover p {
    color: #EB272C; }
  .search i:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .search p {
    margin-left: 11px; }

.footer {
  width: 100%;
  height: 64px;
  background-color: #0A080B; }

.footertel {
  margin-left: initial;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.all-right {
  width: 1220px;
  position: relative;
  background-color: #0A080B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto; }
  .all-right p {
    color: white;
    font-family: 'dejr';
    font-size: 12px; }

.search-pop {
  width: 100vw;
  height: 100%;
  background-color: rgba(10, 8, 11, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .search-pop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.search-pop-form {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px; }
  .search-pop-form .xx {
    font-size: 20px;
    color: white;
    position: absolute;
    top: -56px;
    right: -56px;
    cursor: pointer; }
    .search-pop-form .xx:hover {
      color: #ED3833; }
  .search-pop-form input {
    border-radius: 5px 0 0 5px;
    width: 442px;
    height: 49px;
    background-color: white;
    color: #474747;
    font-family: 'arial';
    padding-left: 20px;
    font-size: 14px; }
  .search-pop-form button {
    height: 49px;
    width: 88px;
    background-color: #F4E5C2;
    border-radius: 0 5px 5px 0; }
    .search-pop-form button:hover div {
      color: #EB272C; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 32px; }
  .pagination li:not(:last-child) {
    margin-right: 15px; }
  .pagination li:last-child:hover a, .pagination li:first-child:hover a {
    background-color: white;
    color: #236A53; }
  .pagination a {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: solid 1px #ACACAC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'prob';
    font-size: 17px;
    color: #ACACAC; }
    .pagination a:hover, .pagination a.active {
      color: white;
      background-color: #236A53;
      border: solid 1px #236A53; }

.container {
  width: 1220px;
  background-color: #F8F8F8;
  margin: 0 auto;
  position: relative; }

.container-h1 {
  margin-left: 40px;
  margin-top: 35px;
  font-family: 'dejc';
  font-size: 18px;
  color: #B20000;
  margin-bottom: 25px; }

.bred {
  height: 50px;
  width: calc(100% - 80px);
  border-bottom: white solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  .bred ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .bred ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .bred ul li:after {
        content: '';
        background-color: #EB272C;
        display: block;
        margin-left: 10px; }
      .bred ul li a {
        font-size: 12px;
        color: #303030;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .bred ul li a i {
          margin-left: 8px;
          margin-top: 2px; }
        .bred ul li a p {
          font-family: 'arial';
          font-size: 12px;
          color: #303030;
          white-space: nowrap; }
      .bred ul li span {
        font-family: 'arial';
        font-size: 12px;
        opacity: .5;
        color: #303030;
        white-space: nowrap; }
        .bred ul li span i {
          margin-left: 8px;
          margin-top: 2px; }

.soc {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  top: 234px;
  left: -27px; }
  .soc a {
    font-family: 'sf';
    font-size: 16px;
    color: #ED3833;
    position: relative; }
    .soc a::before {
      content: '';
      display: block;
      position: absolute;
      width: 28px;
      height: 28px;
      z-index: -1;
      border-radius: 50%;
      bottom: 3px;
      left: -14px; }
    .soc a:first-child {
      color: red;
      right: 76px; }
      .soc a:first-child:before {
        background-color: #FFF1F1; }
    .soc a:last-child {
      color: #3B5998; }
      .soc a:last-child:before {
        background-color: #ECF2FF; }

.soc-cont {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  top: 275px;
  left: -18px; }
  .soc-cont a {
    font-family: 'arial';
    font-size: 15px;
    color: #3B5998;
    position: relative;
    width: 116px;
    height: 32.5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 4px; }
    .soc-cont a i {
      margin-right: 8px; }
    .soc-cont a::after {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 10px;
      z-index: -2;
      border-radius: 50%;
      bottom: 39px;
      left: -26px;
      color: #3B5998;
      background-color: #ECF2FF; }
    .soc-cont a::before {
      content: '';
      display: block;
      position: absolute;
      width: 28px;
      height: 28px;
      z-index: -1;
      border-radius: 50%;
      bottom: 16px;
      left: -16px;
      color: #3B5998;
      background-color: #ECF2FF; }

.xxxx {
  position: fixed;
  top: 36px;
  left: -500px;
  z-index: 12;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-family: 'dejc';
  color: white;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .xxxx:hover {
    color: #ED3833; }
  .xxxx.active {
    left: 62px; }
  .xxxx i {
    font-size: 16px;
    margin-right: 11px; }

.menubck {
  width: 2000px;
  height: 0px;
  background-color: black;
  position: fixed;
  top: -900px;
  right: calc(100% - 530px);
  z-index: 10;
  border-radius: 50%;
  opacity: .88;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .menubck.active {
    width: 2000px;
    height: 2000px; }

.menuclick {
  cursor: pointer; }

.menu-ul {
  max-height: auto;
  overflow-y: auto;
  width: 250px;
  position: fixed;
  top: 153px;
  left: -500px;
  z-index: 11;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s; }
  .menu-ul.active {
    left: 62px;
    max-height: 500px; }
  .menu-ul > li {
    margin-bottom: 34px; }
    .menu-ul > li img {
      cursor: pointer; }
    .menu-ul > li img.rotate {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .menu-ul > li a {
      font-family: 'dejc';
      font-size: 12px;
      color: #C3C3C3; }
      .menu-ul > li a.active {
        color: white; }
      .menu-ul > li a:hover {
        color: white; }

.drop-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: 0px;
  overflow: hidden; }
  .drop-nav.active {
    margin-top: 20px;
    height: auto; }
  .drop-nav li {
    margin-left: 15px;
    margin-bottom: 8px; }
    .drop-nav li.active {
      margin-bottom: 8px; }
    .drop-nav li a {
      font-size: 11px; }

.drop-li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 120px; }
  .drop-li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .drop-li div img {
      margin-left: 7px; }
    .drop-li div > a {
      position: relative; }

::-webkit-scrollbar {
  width: 2px;
  position: absolute;
  left: 0; }

::-webkit-scrollbar-track {
  background: none;
  width: 2px;
  position: absolute;
  left: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  width: 2px; }

/* Handle on hover */
.index-slider {
  width: 1220px;
  margin: 0 auto;
  height: 512px;
  height: 85vh;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
  margin-bottom: 37px; }
  .index-slider .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .index-slider .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.burtebi {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .burtebi .swiper-pagination-bullet {
    background-color: #B9B9B9;
    opacity: 1;
    height: 10px;
    width: 10px;
    margin: 0 7.5px !important; }
    .burtebi .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: white;
      width: 17px;
      height: 10px;
      border-radius: 6px; }

.index-skuder-info {
  position: absolute;
  bottom: 102px;
  left: 55px;
  border-radius: 10px;
  width: 294px;
  height: 187px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .index-skuder-info h2 {
    margin-top: 19px;
    line-height: 24px;
    color: #ED3833;
    margin-bottom: 16px;
    max-height: 43px;
    overflow: hidden;
    font-family: 'dejc';
    padding: 0 16px; }
  .index-skuder-info p {
    line-height: 18px;
    color: #474747;
    margin-bottom: 16px;
    max-height: 56px;
    overflow: hidden;
    font-family: 'arial';
    padding: 0 16px;
    font-size: 12px; }
  .index-skuder-info a {
    width: 100%;
    height: 37px;
    background-color: #F9F3EC;
    font-family: 'dejc';
    color: #302C2D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px; }
    .index-skuder-info a:hover {
      background-color: #ED3833;
      color: white; }

.knockout {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 54px;
  width: 77px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

#knockout-text text {
  font-family: 'robblack';
  font-size: 40px; }

.meoretext {
  display: none; }

.aqticebi-slider-box {
  width: 100%;
  padding-left: calc((100% - 1220px)/2);
  background-color: #F1F1F1;
  height: 367px;
  position: relative;
  overflow: hidden; }
  .aqticebi-slider-box > h2 {
    font-family: 'dejc';
    color: #B20000;
    font-size: 18px;
    margin-bottom: 30px;
    padding-top: 31px; }

.swiper-button-nextp {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc((100% - 1220px)/2); }
  .swiper-button-nextp.swiper-button-disabled {
    opacity: 0.5; }

.swiper-button-prevp {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: calc((100% - 1146px)/2); }
  .swiper-button-prevp.swiper-button-disabled {
    opacity: 0.5; }

.aqcia-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .aqcia-slider .swiper-slide {
    width: 220px;
    height: 245px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .aqcia-slider .swiper-slide .aqcia-xat {
      width: 100%;
      height: 207px;
      background-color: white;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .aqcia-slider .swiper-slide:hover {
      background-color: #236A53; }
      .aqcia-slider .swiper-slide:hover h2 {
        background-color: #236A53;
        color: white; }
    .aqcia-slider .swiper-slide a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .aqcia-slider .swiper-slide img {
      width: 90%;
      height: 133px;
      -o-object-fit: contain;
      object-fit: contain;
      margin-top: 17px; }
    .aqcia-slider .swiper-slide span {
      width: 108px;
      height: 29px;
      background-color: #ED3833;
      display: block;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: 'arial';
      color: white;
      font-size: 12px;
      margin-top: -29px;
      position: relative; }
      .aqcia-slider .swiper-slide span:before {
        content: '';
        display: block;
        background-color: #ED3833;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        position: absolute;
        height: 6px;
        width: 15px;
        left: -14px;
        top: 0px;
        z-index: 5; }
      .aqcia-slider .swiper-slide span:after {
        content: '';
        display: block;
        background-color: #ED3833;
        -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
        clip-path: polygon(0 100%, 0 0, 100% 100%);
        position: absolute;
        height: 6px;
        width: 15px;
        right: -14px;
        top: 0px;
        z-index: 5; }
  .aqcia-slider h2 {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'dejc';
    color: #0A080B;
    font-size: 12px;
    background-color: #F8F8F8;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    padding: 0 10px; }

.partners-slider-box {
  width: 100%;
  background-color: white;
  margin: 0 auto;
  width: 1220px;
  height: 270px;
  position: relative; }
  .partners-slider-box > h2 {
    font-family: 'dejc';
    color: #B20000;
    font-size: 18px;
    margin-bottom: 47px;
    padding-top: 57px; }

.swiper-button-nextp1 {
  cursor: pointer;
  position: absolute;
  top: 160px;
  right: -43px; }
  .swiper-button-nextp1.swiper-button-disabled {
    opacity: 0.5; }

.swiper-button-prevp1 {
  cursor: pointer;
  position: absolute;
  top: 160px;
  left: -43px; }
  .swiper-button-prevp1.swiper-button-disabled {
    opacity: 0.5; }

.partners-slider {
  overflow: hidden;
  height: 85px;
  padding-top: 5px; }
  .partners-slider .swiper-slide {
    width: 140px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .partners-slider .swiper-slide:first-child {
      margin-left: 3px; }
    .partners-slider .swiper-slide a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .partners-slider .swiper-slide:hover {
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.205);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.205); }
    .partners-slider .swiper-slide img {
      max-width: 111px;
      max-height: 60px;
      -o-object-fit: contain;
      object-fit: contain; }

.about {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px; }
  .about p {
    font-size: 13px;
    font-family: 'arial';
    color: #474747;
    margin-bottom: 23px;
    padding-left: 40px;
    padding-right: 40px; }
  .about img {
    max-width: 395px;
    max-height: 264;
    -o-object-fit: cover;
    object-fit: cover; }
    .about img:nth-child(even) {
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
      border-radius: 15px 0 0 15px; }
    .about img:nth-child(odd) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      border-radius: 0 15px 15px 0px; }
  .about ol,
  .about ul {
    margin-bottom: 23px;
    padding-left: 40px;
    padding-right: 40px; }
    .about ol li,
    .about ul li {
      font-size: 13px;
      font-family: 'arial';
      color: #474747;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 23px; }
      .about ol li:before,
      .about ul li:before {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background-color: #474747;
        margin-right: 34px; }

.back-pro {
  width: 107px;
  height: 37px;
  border-radius: 19px;
  border: solid 1px #E5E5E5;
  font-size: 12px;
  font-family: gor;
  color: #303030;
  position: absolute;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 80px;
  left: 50px; }
  .back-pro i {
    margin-right: 10px; }

.prod-h1 {
  text-align: center;
  margin-bottom: 33px;
  margin-left: initial; }

.katalogi {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px; }

.katalogi-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (270px)[4];
  grid-template-columns: repeat(4, 270px);
  grid-auto-rows: 258px;
  grid-gap: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.katalogi-item {
  width: 270px;
  height: 258px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  padding: 8px;
  position: relative; }
  .katalogi-item:hover .dp {
    opacity: 0; }
  .katalogi-item:hover .k-item-in {
    border: solid 1px black; }
    .katalogi-item:hover .k-item-in .dd figure {
      z-index: 22;
      opacity: 1;
      width: 100%;
      top: 0;
      right: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.65); }
      .katalogi-item:hover .k-item-in .dd figure p {
        font-size: 12px;
        margin-bottom: 12px; }

.k-item-in {
  border: solid 1px white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px;
  height: 100%; }
  .k-item-in > h2 {
    font-size: 16px;
    font-family: 'arial';
    color: #303030;
    margin-top: 24px; }

.dp {
  position: absolute;
  width: 45px;
  height: 45px;
  border-bottom-left-radius: 2px;
  background-color: #ED3833;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  display: none; }

.dd {
  display: block;
  width: 234px;
  height: 166px;
  position: relative; }
  .dd > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px; }
  .dd > figure {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45px;
    height: 45px;
    border-bottom-left-radius: 2px;
    background-color: #ED3833; }
    .dd > figure p {
      font-size: 0px;
      font-family: 'dejc';
      color: white;
      margin-bottom: 0px; }

.aqciebis-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (270px)[4];
  grid-template-columns: repeat(4, 270px);
  grid-auto-rows: 325px;
  grid-gap: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.aqciebis-item {
  width: 270px;
  height: 319px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  position: relative;
  text-align: center; }
  .aqciebis-item a {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .aqciebis-item a:last-child {
    width: 100%;
    height: 100%;
    width: 166px;
    height: 34px;
    min-height: 34px;
    background-color: #F8F8F8;
    border-radius: 5px;
    font-family: 'dejc';
    font-size: 10px;
    color: #302C2D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .aqciebis-item a:last-child:hover {
      color: white;
      background-color: #236A53; }
  .aqciebis-item img {
    width: 100%;
    height: 163px;
    -o-object-fit: contain;
    object-fit: contain; }
  .aqciebis-item span {
    width: 108px;
    height: 29px;
    background-color: #ED3833;
    display: block;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'arial';
    color: white;
    font-size: 12px;
    margin-top: -6px;
    position: relative;
    opacity: 0; }
    .aqciebis-item span.active {
      opacity: 1; }
    .aqciebis-item span:before {
      content: '';
      display: block;
      background-color: #ED3833;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      position: absolute;
      height: 6px;
      width: 15px;
      left: -14px;
      top: 0px;
      z-index: 5; }
    .aqciebis-item span:after {
      content: '';
      display: block;
      background-color: #ED3833;
      -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
      clip-path: polygon(0 100%, 0 0, 100% 100%);
      position: absolute;
      height: 6px;
      width: 15px;
      right: -14px;
      top: 0px;
      z-index: 5; }
  .aqciebis-item h2 {
    font-family: 'gosm';
    color: #0A080B;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 28px;
    color: #585858; }

.contact-containter {
  background-color: initial;
  padding-left: calc((100% - 1220px)/ 2);
  width: 100%; }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 250px);
  min-height: 568px; }
  .contact iframe {
    width: 100%; }

.contact-bred {
  border: initial;
  width: 1220px;
  margin: initial;
  padding-left: 40px;
  background-color: #F8F8F8; }

.contact-form {
  width: 586px;
  min-width: 586px;
  height: 568px;
  background-color: #F2F2F2;
  padding: 0 30px;
  position: relative; }
  .contact-form h2 {
    font-family: 'dejc';
    font-size: 18px;
    color: #8B8B8B;
    padding-top: 37px;
    margin-bottom: 46px; }

.contact-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px; }
  .contact-adress a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-family: 'pror';
    color: #303030; }
    .contact-adress a:first-child {
      margin-right: 50px; }
    .contact-adress a:last-child i {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .contact-adress a i {
      margin-right: 10px;
      width: 30px;
      height: 30px;
      background-color: #236A53;
      border-radius: 3px;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 12px; }

.input-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .input-div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
    .input-div div.text-area-div {
      width: 100%;
      margin-bottom: 24px; }
    .input-div div span {
      font-size: 11px;
      font-family: 'dejc';
      color: #303030;
      margin-bottom: 11px; }
    .input-div div input {
      width: 250px;
      height: 43px;
      border-radius: 6px;
      background-color: white;
      font-size: 13px;
      font-family: 'arial';
      color: #303030;
      padding-left: 15px; }
    .input-div div textarea {
      width: 100%;
      height: 90px;
      padding-top: 10aspx;
      border-radius: 6px;
      background-color: white;
      font-size: 13px;
      font-family: 'arial';
      color: #303030;
      padding-left: 15px;
      padding-top: 10px; }

.submit {
  width: 106px;
  height: 34px;
  border-radius: 3px;
  background-color: #ED3833;
  color: white;
  font-family: 'dejc';
  font-size: 12px;
  float: right; }

.done {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F2F2F2;
  z-index: 2;
  display: none; }
  .done.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .done h2 {
    line-height: 37px;
    font-size: 18px;
    font-family: 'dejc';
    max-width: 262px;
    color: #707070;
    opacity: .8;
    text-align: center;
    margin-bottom: 114px; }
  .done .new-form {
    width: 144px;
    height: 34px;
    border-radius: 3px;
    background-color: #ED3833;
    color: white;
    font-family: 'dejc';
    font-size: 12px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.search-result {
  font-size: 14px;
  font-family: 'arial';
  color: #262626;
  position: absolute;
  right: 40px;
  top: 88px; }
  .search-result span {
    color: #236A53; }

.sasoplo-tab {
  position: absolute;
  right: 40px;
  top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sasoplo-tab li:not(:first-child) {
    margin-left: 78px; }
  .sasoplo-tab a {
    font-size: 12px;
    font-family: 'gosm';
    color: #666666;
    opacity: .5; }
    .sasoplo-tab a:hover, .sasoplo-tab a.active {
      opacity: 1;
      color: #ED3833; }

.telfix {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  right: 9px;
  top: 43vh;
  background-color: #ED3833;
  border-radius: 18px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  display: none; }
  .telfix > img {
    width: 38px;
    height: 38px; }
  .telfix:hover {
    width: 157px;
    -webkit-animation: none;
    animation: none; }
  .telfix span {
    font-size: 13px;
    font-family: 'pror';
    margin-right: 3px;
    color: white;
    white-space: nowrap; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 57, 51, 0.9);
    box-shadow: 0 0 0 0 rgba(237, 57, 51, 0.9); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(206, 58, 53, 0);
    box-shadow: 0 0 0 10px rgba(206, 58, 53, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(155, 49, 46, 0);
    box-shadow: 0 0 0 0 rgba(155, 49, 46, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 57, 51, 0.9);
    box-shadow: 0 0 0 0 rgba(237, 57, 51, 0.9); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(206, 58, 53, 0);
    box-shadow: 0 0 0 10px rgba(206, 58, 53, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(155, 49, 46, 0);
    box-shadow: 0 0 0 0 rgba(155, 49, 46, 0); } }

.sasoplo {
  width: 1220px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 100px; }

.table2-scroll {
  overflow-x: scroll !important;
  max-width: 300px !important; }
  .table2-scroll::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    position: absolute;
    left: 0; }
  .table2-scroll::-webkit-scrollbar-thumb {
    background: #5ad142;
    width: 2px; }
  .table2-scroll table {
    max-width: 300px !important;
    margin-top: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    .table2-scroll table th {
      font-size: 14px !important;
      font-family: "gob" !important;
      color: white !important;
      background-color: #959595 !important;
      padding: 10px 10px; }
      .table2-scroll table th span,
      .table2-scroll table th p {
        font-family: "gob" !important;
        color: white !important;
        font-size: 12px !important;
        color: white !important;
        width: 100%; }
    .table2-scroll table tr:first-of-type td {
      font-size: 14px !important;
      font-family: "gob" !important;
      color: white !important;
      background-color: #959595 !important;
      padding: 10px 10px; }
      .table2-scroll table tr:first-of-type td span,
      .table2-scroll table tr:first-of-type td p {
        font-family: "gob" !important;
        font-size: 14px !important;
        width: 100%;
        color: white !important; }
    .table2-scroll table td {
      background-color: #dcdcdc !important;
      padding: 8px 10px !important;
      font-family: "dejc" !important;
      font-size: 12px !important;
      text-align: center !important;
      line-height: 18px !important;
      min-width: 100px; }
      .table2-scroll table td span,
      .table2-scroll table td p {
        font-family: "dejc" !important;
        width: 100% !important;
        height: 100% !important;
        font-size: 12px !important;
        display: block; }

.table-scroll {
  width: 100% !important;
  overflow-x: scroll !important; }
  .table-scroll::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    position: absolute;
    left: 0; }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #5ad142;
    width: 2px; }
  .table-scroll table {
    width: 100% !important;
    margin-top: 40px;
    margin: 0 !important;
    padding: 0 !important; }
    .table-scroll table th {
      font-size: 14px !important;
      font-family: "gob" !important;
      color: white !important;
      background-color: #990000 !important;
      padding: 10px 10px !important; }
      .table-scroll table th span,
      .table-scroll table th p {
        font-family: "gob" !important;
        font-size: 12px !important; }
    .table-scroll table tr:first-of-type td {
      background-color: #990000 !important;
      color: white !important;
      font-family: "gob" !important;
      font-size: 14px !important; }
      .table-scroll table tr:first-of-type td span,
      .table-scroll table tr:first-of-type td p {
        font-family: "gob" !important;
        font-size: 14px !important;
        color: white !important; }
    .table-scroll table td {
      background-color: #dcdcdc !important;
      padding: 8px 10px !important;
      font-family: "dejc" !important;
      font-size: 12px !important;
      text-align: center !important;
      line-height: 18px !important; }
      .table-scroll table td span,
      .table-scroll table td p {
        font-family: "dejc" !important;
        font-size: 12px !important; }
      .table-scroll table td:first-child {
        color: white !important;
        background-color: #959595 !important; }
        .table-scroll table td:first-child span,
        .table-scroll table td:first-child p {
          font-family: "dejc" !important;
          font-size: 12px !important;
          color: white !important; }
      .table-scroll table td span,
      .table-scroll table td p {
        font-family: "dejc" !important;
        font-size: 12px !important;
        color: black !important; }

.sasoplo-info {
  position: relative; }
  .sasoplo-info h2 {
    font-family: 'gob';
    font-size: 32px;
    color: #262626;
    margin-bottom: 25px;
    padding-right: 90px; }
  .sasoplo-info p {
    font-family: 'arial';
    font-size: 12px;
    color: #474747;
    line-height: 24px; }

.maragshiaraa,
.maragshia {
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .maragshiaraa span,
  .maragshia span {
    margin-left: 10px;
    font-family: 'arial';
    font-size: 14px;
    color: #295F4E; }

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px; }
  .price .old {
    margin-right: 30px; }
    .price .old span {
      text-decoration: line-through;
      color: #FFA6A3; }
  .price p {
    font-family: 'gom';
    font-size: 14px;
    color: #707070; }
    .price p span {
      font-family: 'gosm';
      color: #ED3833; }

.sasoplo-info-sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  width: calc(100% - 400px); }

.gallery-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: 75vh; }
  .gallery-top iframe {
    height: 100%;
    width: 100%; }
  .gallery-top .swiper-button-prev.swiper-button-black {
    left: 0;
    border-top-right-radius: 3px; }
  .gallery-top .swiper-button-next.swiper-button-black {
    right: 0;
    border-top-left-radius: 3px; }
  .gallery-top .swiper-button-next.swiper-button-black,
  .gallery-top .swiper-button-prev.swiper-button-black {
    bottom: 0;
    height: 56px;
    width: 56px;
    background-color: white;
    top: initial;
    background-size: 12px; }
    .gallery-top .swiper-button-next.swiper-button-black.swiper-button-disabled,
    .gallery-top .swiper-button-prev.swiper-button-black.swiper-button-disabled {
      display: none; }
  .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.gallery-thumbs {
  min-width: 96px;
  width: 96px;
  height: 325px;
  padding-right: 11px !important;
  margin-left: 16px !important; }
  .gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gallery-thumbs .swiper-slide {
    min-width: 73px;
    width: 73px;
    height: 51px !important;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px; }
    .gallery-thumbs .swiper-slide svg {
      width: 100%;
      height: 100%;
      padding: 12px;
      background-color: rgba(0, 0, 0, 0.39);
      position: absolute; }
    .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
      width: 85px;
      height: 59px !important; }
    .gallery-thumbs .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 3px; }

.swiper-container-vertical > .swiper-scrollbar {
  opacity: 1 !important;
  background: initial !important;
  right: -3px !important; }
  .swiper-container-vertical > .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #B1B1B1;
    border-radius: 5px;
    width: 1.5px; }

@media only screen and (min-width: 1480px) {
  .burger p {
    font-size: 16px; }
  .search {
    font-size: 13px; }
  .lang a,
  .hedtel {
    font-size: 14px; }
  .container,
  .sasoplo,
  .partners-slider-box,
  .header {
    width: 80%; }
  .aqticebi-slider-box {
    padding-left: 10%; }
  .index-slider {
    height: 650px;
    height: 85vh;
    width: 80%; }
  .contact-bred {
    width: 100%; }
  .contact-containter {
    padding-left: initial; } }

@media only screen and (min-width: 1880px) {
  .katalogi-list,
  .aqciebis-list {
    -ms-grid-columns: (270px)[5];
    grid-template-columns: repeat(5, 270px); } }

.onclickclose {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none; }
  .onclickclose.active {
    display: block; }

.sasoplo.sasoploin {
  margin-top: 60px; }

.back-pro.forr {
  top: 60px;
  left: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.test-slider-box {
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  .test-slider-box.active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .test-slider-box.active .team-n, .test-slider-box.active .team-p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .test-slider-box.active .cancel {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .test-slider-box.active .swiper-container.gg-top {
      opacity: 1;
      display: block;
      height: 85vh;
      max-height: 760px;
      padding-top: 40px; }
      .test-slider-box.active .swiper-container.gg-top .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }

.full {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #B20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 55;
  top: 20px;
  right: 20px;
  display: none; }
  .full:hover {
    background-color: #007615; }
  .full .a {
    fill: white; }

.swiper-container.gg-top {
  height: 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  width: 80%; }
  .swiper-container.gg-top .swiper-slide {
    position: relative;
    overflow: hidden; }
    .swiper-container.gg-top .swiper-slide .iframe-div {
      padding-top: 56.25%; }
    .swiper-container.gg-top .swiper-slide iframe {
      top: 0;
      left: 0;
      position: absolute;
      height: 100%;
      width: 100%; }

.cancelshik {
  font-size: 16px;
  font-family: dejr;
  color: white;
  position: absolute;
  top: 0px;
  z-index: 55;
  right: 0;
  cursor: pointer; }

.team-p, .team-n {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #E5E2E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 27px); }
  .team-p i, .team-n i {
    color: #2A1334;
    font-size: 15px; }
  .team-p:hover, .team-n:hover {
    background-color: #F7E3E9; }
    .team-p:hover i, .team-n:hover i {
      color: #DA1F37;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.team-p {
  left: 2%; }

.team-n {
  right: 2%; }

.team-n, .team-p {
  display: none; }