html,
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Circe;
  font-weight: normal;
  color: #fff;
  background: #001338;
  font-size: 18px;
  overflow: hidden;
}

/* Scrollbar */
::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px
}

::-webkit-scrollbar-track {
  background-color: #011c42;
  box-shadow: 0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1CC8FF;
  box-shadow: 0px 1px 1px #fff inset;
  background-image: url('https://yraaa.ru/_pu/24/59610063.png');
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 7px;
  height: 0px
}

::-webkit-scrollbar {
  width: 11px;
}

/* Scrollbar end */
.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

header {
  position: relative;
}

header::before {
  content: url(../img/hbefore.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.header__grid {
  display: flex;

  padding-top: 19px;
  align-items: center;
}

.header__nav {
  justify-self: flex-end;
  margin-left: auto;
  margin-right: 23px;
}

.header__logo {
  font-size: 64px;
  color: #1CC8FF;
  font-weight: bold;
}

.header__logo span {
  font-size: 36px;
}

.main__nav {
  display: flex;
  align-items: center;
}

.main__nav li:not(:last-child) {
  margin-right: 33px;
}

.dropdown__open {
  position: relative;
  z-index: 60;
}

.dropdown__btn {
  position: relative;
  display: flex;
  align-items: center;
  background: #1cc8ff;
  background: linear-gradient(90deg, #1cc8ff 0%, #1c77ff 100%);
  padding: 16px 63px 10px 51px;
  border-radius: 15px;
  z-index: 40;
}

.dropdown__btn img {
  margin-right: 6px;
}

.dropdown__menu {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  position: absolute;
  background: #1cc8ff;
  background: linear-gradient(90deg, #1cc8ff 0%, #0a71cf 100%);
  line-height: 23px;
  font-size: 14px;
  padding: 37px 0 20px 28px;
  transition: all 0.5s ease-out;
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  top: 30px;
  border-radius: 0 0 15px 15px;
  z-index: 20;
}

.dropdown__open:hover>.dropdown__menu {
  opacity: 1;
  pointer-events: all;
  position: absolute;
  max-height: 700px;
  transition: all 0.5s ease-in;
}

.dropdown__menu li:not(:last-child) {
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 22px;
}

.top__head-grid {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
}

.h2 {
  font-size: 43px;
  font-weight: 900;
  line-height: 63px;
  margin-top: -24px;
  display: block;
}

.h3 {
  font-size: 24px;
  font-weight: 900;
  padding-top: 6px;
  padding-bottom: 30px;
  color: #1CC8FF;
}

.top__head-right img {
  position: relative;
  left: -94px;
  z-index: -2;
}

.top__pref-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.top__pref-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  background-color: #334260;
  padding: 23px 48px 10px 48px;
  line-height: 23px;
}

.top__pref-item img {
  padding-bottom: 17px;
}

.sec__title {
  font-size: 36px;
  font-weight: 900;
  position: relative;
}

.our__prod {
  padding: 130px 0;
  position: relative;
}

.our__prod::before {
  content: url(../img/obefore.png);
  position: absolute;
  z-index: -1;
  top: -800px;
  left: -176px;
}

.our__prod .container>.sec__title {
  padding-bottom: 24px;
}

.our__prod .container>.sec__title::before {
  content: url(../img/ourprod.svg);
  position: absolute;
  bottom: -19px;
  z-index: -1;
}

.our__prod-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.our__prod-item {
  width: calc(50% - 10px);
  background-color: #0B5B88;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

.our__prod-item:last-child {
  width: 100%;
}

.our__prod-img {
  width: 292px;
  height: 285px;
  overflow: hidden;
  border-radius: 0 0 15px 0;
}

.our__prod-item:first-child img {
  left: -90px;
  position: relative;
  top: -15px;
}

.our__prod-item:nth-child(2) .our__prod-img {
  width: 332px;
}

.our__prod-item:nth-child(2) img {
  left: -54px;
  position: relative;
  top: -15px;
}

.our__prod-item:nth-child(3) img {
  left: 24px;
  position: relative;
  top: 20px;
}

.our__prod-item:nth-child(4) img {
  left: 24px;
  position: relative;
  top: 55px;
}

.our__prod-item span {
  align-self: flex-end;
  padding-left: 27px;
  padding-bottom: 14px;
  font-size: 24px;
  line-height: 35px;
}

.our__prod-item:nth-child(5) .our__prod-img {
  width: 100%;
  max-width: 717px;
}

.our__prod-item:nth-child(5) img {
  left: -7px;
  position: relative;
  top: -15px;
}

.our__prod-item:hover {
  background: linear-gradient(256.43deg, #1CC8FF 0%, #0A71CF 98.97%);
}

/*end our prod sec */
/*our mission sec */
.our__mission .container>.sec__title {
  padding-bottom: 40px;
  color: #1CC8FF;
}

.our__mission .container>.sec__title::before {
  content: url(../img/ourmis.svg);
  position: absolute;
  bottom: 23px;
  z-index: -1;
}

.our__mission-row {
  display: flex;
  height: 367px;
}

.our__mission-text {
  font-size: 25px;
  line-height: 35px;
}

.our__mission-image {
  margin-left: -169px;
  position: relative;
  left: 109px;
  top: -152px;
}

/*our mission sec end */
/*our priority sec */
.our__priority .container>.sec__title {
  padding-bottom: 36px;
  color: #1CC8FF;
}

.our__priority .container>.sec__title::before {
  content: url(../img/opri.svg);
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

.our__priority-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.our__priority-item {
  display: flex;
  width: calc(50% - 10px);
  height: 234px;
  background-color: #344968;
  border-radius: 0 15px 15px 15px;
  transition: background-color 0.5s eease;
  position: relative;
  cursor: pointer;
}

.our__priority-item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0%;
  background-color: #1CC8FF;
  position: absolute;
  border-radius: 0 15px 15px 15px;
  opacity: 1;
  z-index: 10;
  transition: all 0.5s ease;
}

.our__priority-icon {
  padding: 33px;
  background-color: #1CC8FF;
  width: 115px;
  height: 115px;
  box-sizing: border-box;
  border-radius: 0 15px 15px 15px;
  margin-right: 37px;
  z-index: 20;
}

.our__priority-text {
  padding-top: 39px;
  padding-right: 30px;
  line-height: 26px;
  z-index: 20;
}

.our__priority-text span {
  line-height: 35px;
  display: block;
  padding-bottom: 15px;
  font-size: 24px;
}

.our__priority-item:hover::before {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.our__priority-item:hover>.our__priority-text {
  color: #001338;
}

/*our priority sec end */
/*our trust sec */
.ourtrust__sec .container>.sec__title {
  padding-bottom: 40px;
  color: #1CC8FF;
}

.ourtrust__sec .container>.sec__title::before {
  content: url(../img/ourtrust.svg);
  position: absolute;
  bottom: 1px;
  z-index: -1;
}

.ourtrust__sec {
  padding-top: 130px;
}

.ourtrust__sec-row {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  align-items: center;
}

.ourtrust__sec-left {
  width: calc(50% - 23px);
  font-size: 24px;
  line-height: 35px;
}

.ourtrust__sec-right {
  width: calc(50% - 23px);
  padding: 23px;
  background: linear-gradient(256.43deg, #1CC8FF 0%, #0A71CF 98.97%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  line-height: 26px;
  box-sizing: border-box;
}

.ourbrand__row {
  background: #FFFFFF;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding: 37px;
  gap: 60px 0;
  position: relative;
  margin-top: 23px;
}

.ourbrand__row::after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  margin: 0 auto;
  background: #001338;
  opacity: 0.2;
  border-radius: 15px;
  margin-top: 27px;
}

.ourbrand__item {
  margin-right: 63px;
}

.ourbrand__item img {
  filter: grayscale(1);
  transition: filter 0.5s ease;
}

.ourbrand__item:hover img {
  filter: grayscale(0);
}

/*our trust sec end */
/*contact sec */
.contact__sec .container>.sec__title {
  padding-bottom: 40px;
  color: #1CC8FF;
}

.contact__sec .container>.sec__title::before {
  content: url(../img/contact.svg);
  position: absolute;
  bottom: 24px;
  z-index: -1;
}

.contact__sec {
  padding-top: 140px;
}

.contact__map {
  position: relative;
}

.flayer__map {
  position: relative;
  left: 110px;
  top: -210px;
  z-index: 100;
  pointer-events: none;
  touch-action: none;
}

.tlayer__map {
  position: absolute;
  top: -9px;
  opacity: 50%;
  z-index: -1;
  left: 103px;
  z-index: 20;
}

.thlayer__map {
  position: absolute;
  top: -118px;
  opacity: 50%;
  z-index: -1;
  left: 452px;
  z-index: 20;
}

.tlayer__map>.active__map {
  position: absolute;
  z-index: 50;
  top: -39px;
  left: -39px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tlayer__map:hover>.active__map {
  opacity: 1;
}

.thlayer__map>.active__map {
  position: absolute;
  left: -85px;
  top: 42px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thlayer__map:hover>.active__map {
  opacity: 1;
}

.contact__row {
  display: flex;
}

.contact__adress {
  width: 25%;
  margin-left: auto;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}

.bot__phone {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}

.order__btn {
  position: relative;
  color: #1CC8FF;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  font-size: 24px;
  margin-top: 24px;
}

.order__btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 73px;
  top: -6px;
  border: 1px solid #1CC8FF;
  box-sizing: border-box;
  filter: drop-shadow(7px 7px 10px #1CC8FF);
  border-radius: 15px;
}

.adress_row {
  margin-top: -330px;
  position: relative;
  z-index: 100;
  max-width: 800px;
}

.adress_row p {
  line-height: 26px;
}

.adtitle {
  font-size: 36px;
  font-weight: 900;
  line-height: 53px;
  color: #1CC8FF;
  padding-bottom: 35px;
}

.adress__tilte {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 7px;
}

.adress__tilte img {
  margin-right: 24px;
}

.adress__tilte span {
  font-size: 24px;
}

.aditem {
  margin-bottom: 19px;
  cursor: pointer;
  opacity: .4;
  transition: opacity .3s ease;
}

.aditem:hover {
  opacity: 1;
}

.adress__three {
  position: relative;
}

.hkmap__box {
  position: absolute;
}

.hkmap__box {
  position: absolute;
  left: 452px;
  bottom: 34px;
}

.hkmap__box::before {
  content: url("../img/activemap.png");
  position: absolute;
  opacity: 0;
  top: -95px;
  left: -49px;
  transition: opacity .3s ease;
}

.aditem:hover>.hkmap__box:before {
  opacity: 0.5;
  transition: opacity .3s ease;
}

.opone {
  opacity: 1;
}

.tlayer__map>.active__map.opone {
  opacity: 1;
}

.thlayer__map>.active__map.opone {
  opacity: 1;
}

/* footer */
footer {
  background-color: #1CC8FF;
  color: #001338;
  margin-top: 100px;
}

footer a:hover {
  text-decoration: underline;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  padding-top: 62px;
  line-height: 24px;
  padding-bottom: 50px;
}

.footer__col {
  width: 33%;
}

.footer__col:nth-child(2) {
  position: relative;
}

.footer__col:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(135% - 18px);
  background: #005BAC;
  top: -53px;
  left: -20px;
}

.footer__col:nth-child(2)::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(135% - 18px);
  background: #005BAC;
  top: -53px;
  right: -20px;
}

.footer__col:last-child {
  margin-left: 50px;
}

.footer__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 12px;
}

.mobile__menu {
  display: none;
  z-index: 999;
}

.contact__sec .container>.sec__title br {
  display: none;
}

/* single page */
.single__top-grid {
  display: grid;
  grid-template-columns: 55% 35%;
  gap: 90px;
  align-items: center;
  padding-top: 85px;
  position: relative;
  min-height: 411px;
}

.single__h1 {
  font-size: 48px;
  font-weight: 900;
  color: #1CC8FF;
  line-height: 70px;
  padding-bottom: 16px;
}

.single__top-grid p {
  max-width: 633px;
  line-height: 26px;
}

.top__image-cont {
  display: flex;
  justify-content: center;
  position: relative;
}

.single__top-grid {
  display: grid;
  grid-template-columns: 55% 54%;
  gap: 1px;
  align-items: center;
  padding-top: 85px;
  position: relative;
  min-height: 411px;
}

.single__top-image {
  background: url(../img/pimage.png) no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x: 38%;
}

.pimage {
  display: none;
  position: absolute;
  bottom: -129px;
  right: 0px;
  z-index: -1;
}

/* .top__image-cont::before {
  content: url(../img/pimage.png);
  position: absolute;
  z-index: -1;
  top: 0;
  right: -6%;
} */

.single__top-row {
  padding-top: 100px;
  display: flex;
  gap: 20px;
  position: relative;
}

.single__top-row p {
  line-height: 26px;
}

.single__top-lplate {
  background: linear-gradient(256.43deg, #1CC8FF 0%, #0A71CF 98.97%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 45px 20px 46px 25px;
  width: calc(50% - 10px);
}

.single__top-rplate {
  background: linear-gradient(256.43deg, #1CC8FF 0%, #0A71CF 98.97%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 45px 20px 46px 25px;
  width: calc(50% - 10px);
}

.plate__title {
  font-size: 35px;
  line-height: 53px;
  font-weight: 700;
  padding-bottom: 11px;
}

.product__sec {
  position: relative;
}

.product__sec::before {
  content: url(../img/pbefore.png);
  position: absolute;
  z-index: -1;
  bottom: -500px;
}

.product__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 51px;
}

.product__item {
  display: flex;
  flex-direction: column;
  padding: 40px 29px 29px 29px;
  background-color: #0B5B88;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
  min-height: 379px;
  transition: all .3s ease;
}

.product__item:hover {
  background: linear-gradient(256.43deg, #1CC8FF 0%, #0A71CF 98.97%);
  box-shadow: 0px 0px 30px #1CC8FF;
  border-radius: 15px;
}

.product__item p {
  margin-top: auto;
  line-height: 26px;
}

.product__item img {
  width: 100%;
  object-fit: contain;
  padding-bottom: 23px;
  max-height: 240px;
}

/* catalog page */
.catalog__sec {
  padding-top: 134px;
}

.catalog__sec-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 18px;
}

.catalog__item {
  background: #FFFFFF;
  border-radius: 15px;
  position: relative;
  display: flex;
  padding: 60px 14px;
  max-height: 194px;
  box-sizing: border-box;
}

.catalog__item-hov {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #C4C4C4;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.catalog__item-hov img {
  margin-left: 9px;
}

.catalog__item:hover>.catalog__item-hov {
  opacity: 0;
  transition: opacity .3s ease;
}

.item__img {
  width: 100%;
  object-fit: none;
  max-height: 85px;
}

.obfc {
  object-fit: contain;
}

.sec__item-title {
  font-size: 43px;
  font-weight: 900;
  line-height: 63px;
  color: #1CC8FF;
  padding-bottom: 19px;
}

.sec__item-desc p {
  max-width: 448px;
}

hr.cat__hr {
  margin: 64px 0;
  border-color: #1CC8FF;
}

/*popup*/
.popup__order {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: opacity .3s ease;
}

.showmepopup {
  opacity: 1;
  pointer-events: all;
  transition: opacity .3s ease;
}

.popup__overlay {
  width: 100vw;
  height: 100vh;
  background: #000000c9;
  z-index: -1;
  position: absolute;
}

.popup__body {
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  background: linear-gradient(256.43deg, #1CC8FF 0%, #095296 98.97%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  display: flex;
  max-width: 1180px;
  width: 100%;

}

label {
  font-size: 14px;
  line-height: 20px;
}

.popup__body-image img {
  position: relative;
  left: -65px;
  margin-right: -136px;
}

.form__group {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;

}

.popup__body-form {
  width: 62%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.popup__order h1 {
  font-size: 48px;
  text-align: center;
  padding: 100px 50px;
}

input,
textarea {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  border: none;
}

input:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}

input {
  line-height: 36px;
  padding-left: 20px;
}

textarea {
  padding: 20px;
}

.df {
  display: flex;
  gap: 6px;
}

.w50 {
  width: calc(50% - 3px);
}

/*mobile */
.mobile__menu-btn {
  position: fixed;
  top: 20px;
  right: 0;
  background-color: #1cc8ff;
  padding: 12px;
  border-radius: 15px 0 0 15px;
}

input[type="submit"] {
  background: linear-gradient(270deg, #1CC8FF 0%, #1C77FF 100%);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 7px 7px 10px #1CC8FF;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  padding: 10px 80px;
  cursor: pointer;
}

.closebtn {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* English fix */
section.top__head.ensec>.container>.top__head-grid>.top__head-left>.h2 {
  font-size: 41px;
}

.our__prod.ensec .container>.sec__title::before {
  content: url(../img/ourproden.svg)
}

.our__mission.ensec .container>.sec__title::before {
  content: url(../img/oprien.svg)
}

.our__priority.ensec .container>.sec__title::before {
  content: url(../img/ourvalue.svg)
}

.ourtrust__sec.ensec .container>.sec__title::before {
  content: url(../img/trusted.svg)
}

.contact__sec.ensec .container>.sec__title::before {
  content: url(../img/contacts.svg)
}

ul.language__select {
  display: flex;
  justify-content: center;
  background: #1cc5ff;
  align-items: center;
  padding: 10px 0 10px 18px;
  border-radius: 9px;
}

ul.language__select li {
  margin-right: 20px;
}

.language__select-mobile {
  display: none;
}

ul.language__select li>a img {
  max-width: 31px;
}

@media (max-width: 768px) {
  ul.language__select {
    display: none;
  }

  .language__select-mobile {
    display: flex;
    position: absolute;
    left: 20px;
    top: 55px;
    flex-direction: column;
  }

  ul.language__select-mobile li>a>img {
    width: 37px !important;
    margin-bottom: 9px;
  }

  .container {
    padding: 0 13px;
    box-sizing: border-box;
  }

  .mobile__menu {
    display: block;
  }

  .header__nav {
    display: none;
  }

  .header__logo {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .top__head-grid {
    grid-template-columns: 100%;
  }

  .top__head-left img {
    width: 100%;
    margin-bottom: 15px;
  }

  .top__head-left {
    line-height: 25px;
  }

  .h2 {
    font-size: 38px;
    line-height: 58px;
  }

  .top__head-right img {
    left: -124px;
  }

  header::before {
    display: none;
  }

  .h3 {
    line-height: 35px;
  }

  .top__pref-grid {
    grid-template-columns: 1fr;
  }

  .top__pref-item {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    text-align: left;
    padding: 9px;
    justify-content: normal;
  }

  .top__pref-item br {
    display: none;
  }

  .top__pref-item img {
    padding-bottom: 5px;
    margin-right: 22px;
  }

  .our__prod::before {
    display: none;
  }

  .our__prod .container>.sec__title::before {
    display: none;
  }

  .our__prod-item {
    width: 100%;
  }

  .our__prod-item span {
    align-self: flex-start;
    padding-left: 9px;
    padding-bottom: 14px;
    font-size: 24px;
    line-height: 35px;
    padding-top: 10px;
  }

  .our__prod-img {
    width: 271px;
    height: 188px;
  }

  .our__prod-item:first-child img {
    left: -100px;
    top: -62px;
    transform: scale(0.65);
  }

  .our__prod-item:nth-child(2) img {
    left: -106px;
    position: relative;
    top: -54px;
    transform: scale(0.65);
  }

  .our__prod-item:nth-child(3) img {
    left: -29px;
    position: relative;
    top: -30px;
    transform: scale(0.8);
  }

  .our__prod-item:nth-child(4) img {
    left: -24px;
    position: relative;
    top: -7px;
    transform: scale(0.8);
  }

  .our__prod-item:nth-child(5) {
    height: 293px;
    position: relative;
  }

  .our__prod-item:nth-child(5) .our__prod-img {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .our__prod-item:nth-child(5) img {
    left: -129px;
    position: relative;
    top: 27px;
    transform: scale(0.7);
  }

  .our__mission .container>.sec__title::before {
    content: '';
    background-image: url(../img/ourmis.svg);
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 81px;
    display: block;
    background-size: 100% 100%;
  }

  .our__mission .container>.sec__title {
    line-height: 55px;
  }

  .our__mission-row {
    flex-wrap: wrap;
  }

  .our__mission-text {
    font-size: 16px;
    line-height: 23px;
    max-width: 79%;
  }

  .our__mission-image {
    margin-left: -169px;
    position: relative;
    left: 158px;
    top: -215px;
    transform: scale(0.5);
  }

  .ourtrust__sec {
    padding-top: 50px;
  }

  .our__priority .container>.sec__title::before {
    display: none;
  }

  .our__priority-item {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }

  .ourtrust__sec .container>.sec__title::before {
    content: '';
    background-image: url(../img/ourtrust.svg);
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 81px;
    display: block;
    background-size: 100% 100%;
  }

  .ourtrust__sec-left,
  .ourtrust__sec-right {
    width: 100%;
  }

  .ourbrand__row {
    padding: 25px;
    gap: 0;
  }

  .ourbrand__item {
    width: 50%;
    margin-right: 0;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ourbrand__item:nth-child(1) {
    order: 1;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(2) {
    order: 2;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(3) {
    order: 3;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(4) {
    order: 4;
    transform: scale(0.8);
  }

  .ourbrand__item:nth-child(5) {
    order: 5;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(6) {
    order: 6;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(7) {
    order: 9;
    align-self: center;
    width: 80%;
    height: 100%;
  }

  .ourbrand__item:nth-child(8) {
    order: 8;
    transform: scale(0.7);
  }

  .ourbrand__item:nth-child(9) {
    order: 7;
    transform: scale(0.7);
  }

  .ourbrand__row::after {
    display: none;
  }

  .contact__sec {
    padding-top: 0;
  }

  .contact__sec .container>.sec__title::before {
    content: '';
    background-image: url(../img/contact.svg);
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 81px;
    display: block;
    background-size: 100% 100%;
  }

  .contact__sec .container>.sec__title {
    line-height: 53px;
  }

  .contact__sec .container>.sec__title br {
    display: block;
  }

  .contact__row {
    flex-direction: column-reverse;
  }

  .contact__adress {
    width: 100%;
    margin-left: inherit;
  }

  .contact__map {
    position: relative;
    width: 100%;
    transform: scale(0.5);
    left: -146px;
    top: -55px;
  }

  .hkmap__box {
    position: relative;
    left: -15px;
    bottom: 0;
    transform: scale(0.9);
    display: none;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__col {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer__col:last-child {
    margin-left: inherit;
  }

  .footer__col:nth-child(2)::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -25px;
  }

  .footer__col:nth-child(2)::after {
    width: 100%;
    height: 1px;
    left: 0;
    right: inherit;
    top: inherit;
    bottom: -25px;
  }

  .mobile__menu-body {
    width: 100vw;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    background: #001338;
    overflow: auto;
    right: -1000px;
    transition: right .5s ease;
  }

  .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .mobile__menu-body .header__logo {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 50px;
  }

  .mobile__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 55px;
    font-size: 24px;
  }

  .mobile__catalog {
    display: flex;
    flex-direction: column;
    line-height: 35px;
    padding: 30px 18px;
    background: linear-gradient(90deg, #1CC8FF 0%, #0A71CF 98.97%);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 15px;
  }

  .mobile__catalog a:not(:last-child) {
    margin-bottom: 30px;
  }

  .mobile__nav p {
    font-size: 18px;
  }

  .mobile__nav>.bot__phone {
    font-size: 24px;
    line-height: 26px;
  }

  .mobile__order {
    border: 1px solid #1CC8FF;
    box-sizing: border-box;
    border-radius: 15px;
    color: #1CC8FF;
    width: calc(100vw - 30px);
    text-align: center;
    height: 73px;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .mactive {
    right: 0;
    transition: right .5s ease;
  }

  .single__top-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .top__image-cont img {
    width: 100%;

  }

  .top__image-cont::before {
    display: none;
  }

  .single__top-image {
    background: url(../img/pimage.png) no-repeat;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-x: 62%;
    background-position-y: 45%;
    background-size: 112%;
    padding-bottom: 111px;
  }

  .single__top-row {
    flex-wrap: wrap;
  }

  .single__top-lplate {
    width: 100%;
  }

  .single__top-rplate {
    width: 100%;
  }

  .product__row {
    grid-template-columns: 1fr 1fr;
  }

  .product__item {
    min-height: auto;
    font-size: 14px;
  }

  .product__sec::before {
    display: none;
  }

  .single__top-image {
    display: flex;
    flex-direction: column-reverse;
  }

  .single__h1 {
    padding-bottom: 68px;
  }

  .catalog__sec {
    padding-top: 50px;
  }

  .catalog__sec-item {
    grid-template-columns: 1fr;
  }

  .popup__body-image img {
    position: absolute;
    z-index: -1;
  }

  .df {
    flex-direction: column;
  }

  .w50 {
    width: 100%;
  }

  .popup__body {
    left: 0;
    transform: none;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 15px;
    width: 90%;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }

  .popup__body-form {
    width: 100%;
    box-sizing: border-box;
    padding-top: 150px;
  }

  input[type="text"],
  textarea {
    background: #fff;
  }

  .popup__body-image img {
    width: 100%;
    left: 0;
  }

  .closebtn {
    right: 20px;
    top: 20px;
  }

  input[type="submit"] {
    margin: 0 auto;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */