html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Inter", sans-serif;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow-x: hidden;
  padding-top: 115px;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  line-height: 120%;
  font-size: 14px;
  color: #181818;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #282828;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

span.gray {
  color: #84919A;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #1049A9;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@-webkit-keyframes btnBlick {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes btnBlick {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media only screen and (max-width: 1200px) {
  span.pop-up-btn:after, span.pop-up-btn:before,
span.pop-up-btn {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
  }
}
@-webkit-keyframes scaleImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleImg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes animPulse {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes rotateImgBtn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateImgBtn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateWidgetPhone {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateWidgetPhone {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(20deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scaleBtnBorder {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    visibility: visible;
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes scaleBtnBorder {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    visibility: visible;
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0.7);
  }
  70% {
    box-shadow: 0 0 0 35px rgba(40, 204, 254, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0.7);
  }
  70% {
    box-shadow: 0 0 0 35px rgba(40, 204, 254, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 204, 254, 0);
  }
}
button.btn,
p.btn,
a.btn {
  background-color: blue;
  border-radius: 7px;
  height: 40px;
  color: #fff;
  display: flex;
  padding: 0 20px;
  font-size: 14px;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: linear-gradient(#679FD2, 50%, #1049A9);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #679FD2;
  position: relative;
  overflow: hidden;
}
button.btn:after,
p.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 10px;
  height: 150%;
  background-color: #fff;
  transform: rotate(10deg) translateY(-50%);
  -webkit-animation: 4s btnBlick ease-in infinite;
          animation: 4s btnBlick ease-in infinite;
}
button.btn:hover,
p.btn:hover,
a.btn:hover {
  background-image: none;
  background-color: transparent;
  color: #1049A9;
}

.dot-blick {
  position: relative;
}
.dot-blick:before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #08c;
  border-radius: 50%;
  -webkit-animation: 3s blinkDot linear infinite;
          animation: 3s blinkDot linear infinite;
}

h1.page-heading {
  font-weight: bold;
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-top: 40px;
}
h1.page-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1049A9;
  display: inline-block;
  opacity: 0.6;
}
h1.page-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 3000px;
  height: 1px;
  background-color: #1049A9;
  display: inline-block;
  opacity: 0.6;
}

h2.section-heading {
  font-size: 32px;
  font-weight: 200;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
h2.section-heading span {
  font-weight: 600;
}
h2.section-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1049A9;
  display: inline-block;
  opacity: 0.6;
}
h2.section-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 3000px;
  height: 1px;
  background-color: #1049A9;
  display: inline-block;
  opacity: 0.6;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo-block {
  display: flex;
  align-items: center;
  padding: 15px 0 10px;
}
header .container .logo-block a img {
  width: 140px;
}
header .container .address {
  display: flex;
}
header .container .address .mark svg {
  width: 15px;
  height: 15px;
}
header .container .address .mark svg path {
  fill: rgb(16, 73, 169);
}
header .container .address .content {
  margin-left: 20px;
}
header .container .address .content p.address {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
header .container .address .content p.address span {
  font-weight: 600;
  margin-right: 2px;
}
header .container .address .content a {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 2px dotted rgba(16, 73, 169, 0.5);
}
header .container .messangers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .container .messangers p.title {
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
}
header .container .messangers .items {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
header .container .messangers .items a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-right: 5px;
}
header .container .messangers .items a.vb:hover svg path, header .container .messangers .items a.wa:hover svg path, header .container .messangers .items a.tg:hover svg path {
  fill: #fff;
}
header .container .messangers .items a.wa:hover {
  background-color: #25d366;
}
header .container .messangers .items a.vb:hover {
  background-color: #665cac;
}
header .container .messangers .items a.tg:hover {
  background-color: #08c;
}
header .container .messangers .items a.vb svg path {
  fill: #665cac;
}
header .container .messangers .items a.tg svg path {
  fill: #08c;
}
header .container .messangers .items a.wa svg path {
  fill: #25d366;
}
header .container .messangers .items a svg {
  width: 50%;
}
header .container .messangers .items a:last-child {
  margin-right: 0;
}
header .container .phones {
  display: flex;
  align-items: center;
}
header .container .phones .left {
  background-color: #1049A9;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .container .phones .left:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d4ea1;
  opacity: 0.25;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
          animation: animPulse 2s linear infinite;
}
header .container .phones .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .container .phones .right p.title {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  margin-bottom: 2px;
}
header .container .phones .right a {
  font-weight: bold;
  font-size: 14px;
}
header .container .phones .right a:hover {
  color: #cfd825;
}
header .container .have-questions {
  background-color: #1049A9;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
}
header .container .have-questions p {
  color: #fff;
  font-size: 12px;
}
header .container .have-questions p.order-btn {
  font-size: 14px;
  margin-top: 5px;
  border-bottom: 1px dashed #fff;
  font-weight: 600;
  cursor: pointer;
}
header .container .have-questions p.order-btn:hover {
  color: #cfd825;
  border-bottom: 1px dashed #cfd825;
}
header .container nav {
  width: 100%;
  position: relative;
}
header .container nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 1000%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
header .container nav ul {
  display: flex;
  justify-content: space-between;
}
header .container nav ul li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header .container nav ul li.show-mobile {
  display: none;
}
header .container nav ul li.has-child {
  position: relative;
}
header .container nav ul li.has-child:hover ul {
  display: flex;
}
header .container nav ul li.has-child ul {
  position: absolute;
  top: 95%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 30px 10px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
header .container nav ul li.has-child ul li {
  height: 30px;
}
header .container nav ul li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
header .container nav ul li a.catalog-btn {
  display: flex;
  align-items: center;
  background-color: #1049A9;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
header .container nav ul li a.catalog-btn svg.blocks {
  margin-right: 10px;
}
header .container nav ul li a.catalog-btn svg.arrow {
  margin-left: 15px;
}
header .container nav ul li a.catalog-btn:hover {
  color: #fff;
}
header .container nav ul li a:hover {
  color: #1049A9;
}
header .container nav ul li.mobile-menu-btn {
  display: none;
}
header .container nav ul li.mobile-menu-btn a {
  color: #111;
  display: flex;
  align-items: center;
}
header .container nav ul li.mobile-menu-btn a .burger {
  display: flex;
  align-items: center;
  position: relative;
  height: 15px;
  margin-left: 10px;
}
header .container nav ul li.mobile-menu-btn a .burger span {
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #111;
  position: absolute;
  left: 0;
}
header .container nav ul li.mobile-menu-btn a .burger span:first-child {
  top: 0;
}
header .container nav ul li.mobile-menu-btn a .burger span:last-child {
  bottom: 0;
}
header .container nav ul li.lang {
  justify-content: center;
  width: 180px;
  background-color: rgba(0, 0, 0, 0.1);
}
header .container nav ul li.lang a {
  padding: 5px 10px;
  border-radius: 20px;
}
header .container nav ul li.lang a.active {
  background-color: #cfd825;
  font-weight: bold;
}
header .container nav ul span.close {
  position: absolute;
  right: 20px;
  display: none;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
header .container nav ul span.close:after, header .container nav ul span.close:before {
  position: absolute;
  left: 50%;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #222;
  transition: all 0.4s;
  border-radius: 3px;
}
header .container nav ul span.close:after {
  transform: rotate(-45deg);
}
header .container nav ul span.close:before {
  transform: rotate(45deg);
}

section.hero-slider .slider-items {
  position: relative;
}
section.hero-slider .slider-items p.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  cursor: pointer;
}
section.hero-slider .slider-items p.slider-arr.prev {
  left: 60px;
  font-size: 0;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  width: 20px;
  height: 20px;
  transform: rotate(135deg);
}
section.hero-slider .slider-items p.slider-arr.next {
  right: 60px;
  font-size: 0;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
section.hero-slider .slider-items .slider-item {
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
section.hero-slider .slider-items .slider-item video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-slider .slider-items .slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(196, 196, 196, 0) 100%);
}
section.hero-slider .slider-items .slider-item .container {
  height: 100%;
  display: flex;
  align-items: center;
}
section.hero-slider .slider-items .slider-item .container .left {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
section.hero-slider .slider-items .slider-item .container .left h1 {
  font-size: 35px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 30px;
}
section.hero-slider .slider-items .slider-item .container .left h1 span {
  font-weight: bold;
}
section.hero-slider .slider-items .slider-item .container .left p.desc {
  margin: 15px 0 45px;
  color: #fff;
  font-size: 18px;
}
section.hero-slider .slider-items .slider-item .container .left a.btn {
  margin-top: 50px;
}
section.hero-slider .slider-items .slider-item .container .left a.btn:hover {
  color: #fff;
}
section.hero-slider .slider-items .slider-item .container .right {
  width: 50%;
}
section.hero-slider .slider-items ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section.hero-slider .slider-items ul.slick-dots li {
  border: 2px solid #fff;
  background-color: transparent;
  width: 10px;
  height: 10px;
}
section.hero-slider .slider-items ul.slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
}

section.special-conditions {
  margin: 100px 0;
}
section.special-conditions .container p.subtitle {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
section.special-conditions .inner {
  display: flex;
  margin-top: 50px;
}
section.special-conditions .inner .items,
section.special-conditions .inner .item {
  width: 25%;
  height: 350px;
  position: relative;
}
section.special-conditions .inner .items span.icon,
section.special-conditions .inner .item span.icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
section.special-conditions .inner .items span.icon img,
section.special-conditions .inner .item span.icon img {
  width: 50%;
}
section.special-conditions .inner .items.big,
section.special-conditions .inner .item.big {
  background-color: #1049A9;
  padding: 30px 50px 30px 40px;
  display: flex;
  align-items: center;
}
section.special-conditions .inner .items.big p.title,
section.special-conditions .inner .item.big p.title {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}
section.special-conditions .inner .items.big p.title span,
section.special-conditions .inner .item.big p.title span {
  font-weight: 800;
}
section.special-conditions .inner .items .sub-item,
section.special-conditions .inner .item .sub-item {
  height: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
section.special-conditions .inner .items .sub-item span.color-light, section.special-conditions .inner .items .sub-item.color-light,
section.special-conditions .inner .item .sub-item span.color-light,
section.special-conditions .inner .item .sub-item.color-light {
  background-color: #e0effe;
}
section.special-conditions .inner .items .sub-item p.title,
section.special-conditions .inner .item .sub-item p.title {
  width: 75%;
  font-size: 15px;
  font-weight: 400;
}
section.special-conditions .inner .items .sub-item p.title span,
section.special-conditions .inner .item .sub-item p.title span {
  font-weight: 600;
}
section.special-conditions .inner .items .sub-item p.desc,
section.special-conditions .inner .item .sub-item p.desc {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  max-width: 80%;
  color: rgba(0, 0, 0, 0.7);
}
section.special-conditions .inner .items.reverse {
  display: flex;
  flex-direction: column-reverse;
}

section.about-section {
  margin-bottom: 100px;
}
section.about-section .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
section.about-section .inner .img-block {
  width: 25%;
  height: 500px;
  margin-right: 30px;
  overflow: hidden;
}
section.about-section .inner .img-block .img {
  background-position: center center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: 10s scaleImg linear infinite;
          animation: 10s scaleImg linear infinite;
}
section.about-section .inner .desc-info {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.about-section .inner .desc-info h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
section.about-section .inner .desc-info h3 span {
  font-weight: 600;
}
section.about-section .inner .desc-info p.desc {
  font-weight: 300;
  margin-bottom: 40px;
}
section.about-section .inner .desc-info .export img {
  width: 70%;
}
section.about-section .inner .desc-info .export p.desc-export {
  margin-top: 10px;
  font-weight: 200;
}
section.about-section .inner .desc-info .export p.desc-export span {
  font-weight: 600;
}
section.about-section .inner .map-block {
  width: 48%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
section.about-section .inner .map-block .spin-item {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
section.about-section .inner .map-block .spin-item.moldov {
  top: 38%;
  left: 24%;
}
section.about-section .inner .map-block .spin-item.ukraine {
  top: 36%;
  left: 26%;
}
section.about-section .inner .map-block .spin-item.poland {
  top: 33%;
  left: 22%;
}
section.about-section .inner .map-block .spin-item.germany {
  top: 33%;
  left: 17%;
}
section.about-section .inner .map-block .spin-item.bolg {
  top: 39%;
  left: 19%;
}
section.about-section .inner .map-block .spin-item.lit {
  top: 27%;
  left: 21%;
}
section.about-section .inner .map-block .spin-item.kaz {
  top: 35%;
  left: 38%;
}
section.about-section .inner .map-block .spin-item.uzbe {
  top: 40%;
  left: 36%;
}
section.about-section .inner .map-block .spin-item.egypt {
  top: 50%;
  left: 21%;
}
section.about-section .inner .map-block .spin-item.france {
  top: 36%;
  left: 11%;
}
section.about-section .inner .map-block .spin-item.turkey {
  top: 41%;
  left: 27%;
}
section.about-section .inner .map-block .spin-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #0d4ea1;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
          animation: animPulse 2s linear infinite;
  z-index: -1;
}
section.about-section .inner .map-block .spin-item img {
  width: 15px;
}
section.about-section .inner .map-block .spin-item span {
  display: none;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 100;
  border-radius: 5px;
}
section.about-section .inner .map-block .spin-item:hover span {
  display: block;
}

section.our-products {
  margin-bottom: 100px;
}
section.our-products .inner {
  display: flex;
  margin-top: 50px;
}
section.our-products .inner .item {
  width: 33.33333%;
  height: 350px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.our-products .inner .item:hover {
  border: 1px solid #1049A9;
}
section.our-products .inner .item:hover .desc p {
  color: #1049A9;
}
section.our-products .inner .item .desc {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.our-products .inner .item .desc p {
  width: 80%;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}
section.our-products .inner .item .desc p span {
  font-weight: 600;
}
section.our-products .inner .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  z-index: 1;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0.8;
  background-image: linear-gradient(to top, #0d4ea1 0, #12488c 17%, rgba(39, 41, 42, 0) 58%, rgba(40, 40, 40, 0) 100%);
}
section.our-products .inner .item:hover:before {
  opacity: 0;
}
section.our-products .inner .group-items {
  width: 33.33333%;
  height: 350px;
}
section.our-products .inner .group-items a.item {
  width: 100%;
  height: 50%;
}
section.our-products .inner .group-items a.item:last-child {
  background-color: #e0effe;
}
section.our-products .inner .group-items a.item:last-child .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.our-products .inner .group-items a.item:last-child .desc p {
  color: #181818;
}
section.our-products .inner .group-items a.item:last-child .desc p.btn {
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}
section.our-products .inner .group-items a.item:last-child .desc p.btn:hover {
  color: #181818;
}
section.our-products .inner .group-items a.item:last-child:before {
  display: none;
}

section.products-section .container .content-desc {
  margin-top: 50px;
}
section.products-section .container .content-desc p {
  font-size: 16px;
  margin-bottom: 10px;
}
section.products-section .container .content-desc ul {
  margin: 20px 0;
}
section.products-section .container .content-desc ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
section.products-section .container .content-desc ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #1049A9;
}
section.products-section .container .items {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 50px;
}
section.products-section .container .items .item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.products-section .container .items .item .desc {
  width: 45%;
}
section.products-section .container .items .item .desc > a {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
section.products-section .container .items .item .desc .available {
  font-size: 12px;
  color: green;
}
section.products-section .container .items .item .desc .info {
  margin-top: 15px;
}
section.products-section .container .items .item .desc .info p.title {
  font-weight: bold;
  margin-bottom: 5px;
}
section.products-section .container .items .item .desc .info p.value {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
section.products-section .container .items .item .desc .btns {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
section.products-section .container .items .item .desc .btns a.get-price {
  display: inline-block;
  margin-left: 30px;
  font-size: 20px;
  border-bottom: 1px dotted #1049A9;
  color: #1049A9;
  text-align: center;
}
section.products-section .container .items .item .desc .btns a.get-price span {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
}
section.products-section .container .items .item .desc .btns a.get-price span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}
section.products-section .container .items .item a.img {
  width: 50%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
section.products-section .container .items .item a.img:hover {
  transform: scale(1.05);
}
section.products-section .container .items .item a.img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: orangered;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}
section.products-section .container .all-products {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

section.consult-section {
  margin-top: 100px;
}
section.consult-section p.secondary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 15px;
  max-width: 40%;
}
section.consult-section .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
section.consult-section .inner .left {
  display: flex;
  flex-direction: column;
  width: 20%;
}
section.consult-section .inner .left .phones {
  display: flex;
  flex-direction: column;
}
section.consult-section .inner .left .phones a {
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
}
section.consult-section .inner .left .phones a:hover {
  color: #cfd825;
}
section.consult-section .inner .left p.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
section.consult-section .inner .left p.title.online {
  margin-top: 70px;
}
section.consult-section .inner .left p.days {
  font-weight: 300;
}
section.consult-section .inner .left .items {
  display: flex;
  margin-top: 10px;
}
section.consult-section .inner .left .items a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-right: 5px;
}
section.consult-section .inner .left .items a.vb:hover svg path, section.consult-section .inner .left .items a.wa:hover svg path, section.consult-section .inner .left .items a.tg:hover svg path {
  fill: #fff;
}
section.consult-section .inner .left .items a.wa:hover {
  background-color: #25d366;
}
section.consult-section .inner .left .items a.vb:hover {
  background-color: #665cac;
}
section.consult-section .inner .left .items a.tg:hover {
  background-color: #08c;
}
section.consult-section .inner .left .items a.wa svg path {
  fill: #25d366;
}
section.consult-section .inner .left .items a.vb svg path {
  fill: #665cac;
}
section.consult-section .inner .left .items a.tg svg path {
  fill: #08c;
}
section.consult-section .inner .left .items a svg {
  width: 50%;
}
section.consult-section .inner .left .items a:last-child {
  margin-right: 0;
}
section.consult-section .inner .right {
  width: 70%;
  background-color: #e0effe;
  padding: 30px 80px;
}
section.consult-section .inner .right p.title {
  font-weight: 300;
  font-size: 25px;
}
section.consult-section .inner .right p.title span {
  font-weight: 600;
}
section.consult-section .inner .right .inner {
  margin-top: 30px;
}
section.consult-section .inner .right .adv {
  width: 48%;
}
section.consult-section .inner .right .adv ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
section.consult-section .inner .right .adv ul li:last-child {
  margin-bottom: 0;
}
section.consult-section .inner .right .adv ul li img {
  margin-right: 10px;
}
section.consult-section .inner .right .adv ul li p {
  font-weight: 300;
  font-size: 13px;
}
section.consult-section .inner .right .adv ul li p span {
  font-weight: 600;
}
section.consult-section .inner .right form {
  width: 40%;
}
section.consult-section .inner .right form button,
section.consult-section .inner .right form input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 0 30px;
}
section.consult-section .inner .right form button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
}
section.consult-section .inner .right form .agree {
  display: flex;
  align-items: center;
}
section.consult-section .inner .right form .agree input {
  width: 10px;
  margin-right: 10px;
}
section.consult-section .inner .right form .agree label {
  width: 90%;
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

section.testims {
  margin-top: 70px;
}
section.testims.testims-page .container {
  display: block;
}
section.testims.testims-page .container .right {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}
section.testims.testims-page .container .right a.item {
  width: 32%;
}
section.testims .container {
  display: flex;
  justify-content: space-between;
}
section.testims .container .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.testims .container .left h2.section-heading:after, section.testims .container .left h2.section-heading:before {
  display: none;
}
section.testims .container .left p.second {
  margin: 20px 0;
}
section.testims .container .left .bottom p {
  margin: 40px 0;
  width: 50%;
}
section.testims .container .left .bottom p b {
  font-weight: bold;
  font-size: 12px;
}
section.testims .container .right {
  width: 58%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
section.testims .container .right a.item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  width: 48%;
  height: 230px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.testims .container .right a.item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
}
section.testims .container .right a.item:hover p.btn-block {
  transform: scale(1.2);
}
section.testims .container .right a.item p.btn-block {
  background-color: #1049A9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease;
  z-index: 2;
}
section.testims .container .right a.item p.btn-block img {
  width: 40%;
}
section.testims .container .right a.item span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: block;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  color: #fff;
}
section.testims .container.show-mobile-testim-btn {
  display: none;
}

section.news {
  margin: 70px 0;
}
section.news.gallery .inner {
  justify-content: space-between;
}
section.news.gallery .inner a.item {
  width: 32%;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
section.news.gallery .inner a.item p.btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1049A9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.news.gallery .inner a.item p.btn-block img {
  width: 40%;
}
section.news.gallery .inner a.item:hover {
  transform: scale(1.05);
  position: relative;
  z-index: 1;
}
section.news.gallery .inner a.item:before {
  display: none;
}
section.news.gallery .inner a.item video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.news .inner {
  display: flex;
  flex-flow: wrap;
  margin-top: 50px;
}
section.news .inner .item {
  width: 33.33333%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
section.news .inner .item .desc {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.news .inner .item .desc p {
  width: 80%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
section.news .inner .item .desc p.date {
  font-size: 12px;
  margin-bottom: 5px;
}
section.news .inner .item .desc p.more {
  font-size: 12px;
  color: #cfd825;
  margin-top: 5px;
}
section.news .inner .item .desc p span {
  font-weight: 600;
}
section.news .inner .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  z-index: 1;
  height: 100%;
  transition: 0.3s all ease;
  background-image: linear-gradient(to top, #282828 0, rgba(40, 40, 40, 0) 80%, rgba(40, 40, 40, 0) 100%);
}
section.news .inner .item:hover:before {
  background-image: linear-gradient(to top, #0d4ea1 0, #12488c 17%, rgba(39, 41, 42, 0) 98%, rgba(40, 40, 40, 0) 100%);
}
section.news .block-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

footer {
  padding-bottom: 20px;
  background-color: #35343d;
  padding-top: 75px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container .logo a img {
  width: 180px;
}
footer .container .logo p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
footer .menu ul li {
  margin-bottom: 5px;
}
footer .menu ul li a {
  font-size: 14px;
  color: #fff;
}
footer .menu ul li a:hover {
  text-decoration: underline;
}
footer .contacts {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contacts p.sm {
  font-size: 12px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}
footer .contacts p.sm:before {
  content: "";
  position: absolute;
  top: 45%;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: green;
  opacity: 0.6;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-animation: 2s blinkDot ease-in infinite;
          animation: 2s blinkDot ease-in infinite;
}
footer .contacts a.phone {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
footer .contacts a.phone:hover {
  text-decoration: underline;
}
footer .contacts .messangers {
  margin-top: 10px;
}
footer .contacts .messangers a {
  margin-right: 10px;
}
footer .contacts .messangers a.tel svg {
  width: 25px;
  height: 25px;
}
footer .contacts .messangers a.tel svg path {
  fill: #fff;
}
footer .contacts .messangers a:last-child {
  margin-right: 0;
}
footer .contacts .messangers a img {
  width: 25px;
}
footer p.footer-heading {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .rights {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 20px;
}
footer .rights a, footer .rights p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
footer .rights a {
  color: #cfd825;
  text-decoration: underline;
}

.aside-widget {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  z-index: 99;
}
.aside-widget a {
  display: inline-block;
  margin-bottom: 10px;
}
.aside-widget a svg {
  width: 30px;
  height: 30px;
}
.aside-widget a.tg svg path {
  fill: #08c;
}
.aside-widget a.wa svg path {
  fill: #25d366;
}
.aside-widget a:hover {
  transform: scale(1.1);
}
.aside-widget a:last-child {
  margin-bottom: 0;
}

section.breadcrumbs {
  margin: 30px 0 50px;
}
section.breadcrumbs .container ol {
  display: flex;
}
section.breadcrumbs .container ol li {
  margin-right: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-right: 20px;
}
section.breadcrumbs .container ol li:before {
  content: ">>";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 10px;
  font-weight: 600;
}
section.breadcrumbs .container ol li:last-child:before {
  display: none;
}
section.breadcrumbs .container ol li a:hover {
  text-decoration: underline;
}

.fancybox__thumbs {
  display: none !important;
}

span.pop-up-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  bottom: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-color: #1049A9;
  border-radius: 50%;
  letter-spacing: 1px;
  transition: 0.3s all ease;
  z-index: 10;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
span.pop-up-btn svg {
  width: 50%;
  height: 100%;
  -webkit-animation: 3s rotateWidgetPhone linear infinite;
          animation: 3s rotateWidgetPhone linear infinite;
}
span.pop-up-btn svg path {
  fill: #F4ECE6;
}
span.pop-up-btn:hover {
  transform: scale(1.1);
}
span.pop-up-btn:after, span.pop-up-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  height: 100px;
  border: 1px solid #1049A9;
  border-radius: 50%;
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1;
  -webkit-animation: 3s scaleBtnBorder linear infinite;
  animation: 3s scaleBtnBorder linear infinite;
  z-index: -222;
}
span.pop-up-btn:before {
  -webkit-animation: 3s scaleBtnBorder ease-in infinite;
          animation: 3s scaleBtnBorder ease-in infinite;
}
span.pop-up-btn:after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

section.about-page-desc {
  margin: 80px 0;
}
section.about-page-desc .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
section.about-page-desc .container .left {
  width: 60%;
}
section.about-page-desc .container .left .post-date {
  display: flex;
  justify-content: space-between;
}
section.about-page-desc .container .left h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
section.about-page-desc .container .left h2 {
  font-weight: 200;
  margin: 20px 0;
  font-size: 20px;
}
section.about-page-desc .container .left h2 span {
  font-weight: 600;
}
section.about-page-desc .container .left p {
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
section.about-page-desc .container .left p b {
  font-weight: bold;
}
section.about-page-desc .container .left p:last-child {
  margin-bottom: 0;
}
section.about-page-desc .container .left ul {
  margin-bottom: 15px;
}
section.about-page-desc .container .left ul li {
  margin-bottom: 5px;
  font-weight: 200;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
  position: relative;
}
section.about-page-desc .container .left ul li:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
section.about-page-desc .container .left a {
  text-decoration: underline;
}
section.about-page-desc .container .right {
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

section.equipment-item {
  margin-top: 50px;
}
section.equipment-item.crypto .container {
  justify-content: center;
}
section.equipment-item.crypto .container .left {
  width: 100%;
}
section.equipment-item.crypto .container .left h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
section.equipment-item.crypto .container .left .desc {
  margin-bottom: 30px;
}
section.equipment-item.crypto .container .left .slider-img {
  margin: 0 200px;
}
section.equipment-item.crypto .container .left .order-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
section.equipment-item.crypto .container .left .video-block {
  margin: 40px 0 20px;
}
section.equipment-item.crypto .container .left .video-block p.title {
  color: #1049A9;
  font-weight: bold;
  font-size: 25px;
}
section.equipment-item.crypto .container .left .video-block .items {
  margin-top: 20px;
}
section.equipment-item.crypto .container .left .video-block .items a.img {
  display: inline-block;
  width: 200px;
  margin: 0 10px 10px 0;
  height: 120px;
  border-radius: 10px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
section.equipment-item.crypto .container .left .video-block .items a.img p.btn-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1049A9;
  opacity: 0.8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.equipment-item.crypto .container .left .video-block .items a.img p.btn-block img {
  width: 40%;
}
section.equipment-item .container {
  display: flex;
  justify-content: space-between;
}
section.equipment-item .container .left {
  width: 45%;
}
section.equipment-item .container .left .slider-img {
  position: relative;
}
section.equipment-item .container .left .slider-img a.item {
  height: 400px;
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.equipment-item .container .left .slider-img a.item img {
  height: 0;
}
section.equipment-item .container .left .slider-img p.slider-arr {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 9;
}
section.equipment-item .container .left .slider-img p.slider-arr img {
  width: 10px;
}
section.equipment-item .container .left .slider-img p.slider-arr.next {
  right: 0;
}
section.equipment-item .container .left .slider-img.slider-eqv-nav {
  margin-top: 20px;
  position: relative;
}
section.equipment-item .container .left .slider-img.slider-eqv-nav .slick-track {
  position: relative;
  transform: translate3d(0, 0, 0) !important;
}
section.equipment-item .container .left .slider-img.slider-eqv-nav .slick-track a.item {
  height: 80px;
  background-size: contain;
  margin: 0 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}
section.equipment-item .container .left .slider-img.slider-eqv-nav .slick-track a.item.slick-current {
  border: 1px solid #1049A9;
}
section.equipment-item .container .right {
  width: 50%;
}
section.equipment-item .container .right span.available {
  color: green;
  font-size: 12px;
}
section.equipment-item .container .right h1 {
  margin-top: 20px;
  font-size: 30px;
}
section.equipment-item .container .right p.price {
  margin-top: 20px;
  font-size: 20px;
}
section.equipment-item .container .right p.price span {
  opacity: 0.5;
  position: relative;
}
section.equipment-item .container .right p.price span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
section.equipment-item .container .right .desc {
  margin: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
section.equipment-item .container .right .desc p {
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 0;
}
section.equipment-item .equipment-desc {
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 40px;
}
section.equipment-item .equipment-desc .desc {
  min-width: 100%;
}
section.equipment-item .equipment-desc .desc .nav-bar {
  margin-bottom: 40px;
  min-width: 100%;
}
section.equipment-item .equipment-desc .desc .nav-bar ul {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  min-width: 100%;
}
section.equipment-item .equipment-desc .desc .nav-bar ul li span {
  display: inline-block;
  padding: 20px 30px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}
section.equipment-item .equipment-desc .desc .nav-bar ul li span:hover, section.equipment-item .equipment-desc .desc .nav-bar ul li span.active {
  border-bottom: 2px solid #1049A9;
  font-weight: bold;
}
section.equipment-item .equipment-desc .desc .desc-chars,
section.equipment-item .equipment-desc .desc .desc-content {
  display: none;
}
section.equipment-item .equipment-desc .desc .desc-chars.show,
section.equipment-item .equipment-desc .desc .desc-content.show {
  display: block;
}
section.equipment-item .equipment-desc .desc .desc-chars p,
section.equipment-item .equipment-desc .desc .desc-content p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1000px) {
  section.equipment-item.crypto .container .left .slider-img {
    margin: 0;
  }
  section.equipment-item.crypto .container .left h1 {
    font-size: 25px;
  }
  section.equipment-item.crypto .container .left .video-block .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
  }
  section.equipment-item.crypto .container .left .video-block .items a.img {
    width: 100%;
    margin: 0 0 15px;
    height: 18vw;
    border-radius: 5px;
  }
  section.equipment-item.crypto .container .left .video-block {
    margin: 40px 0 0;
  }
  section.equipment-item.crypto .container .left .video-block .items a.img p.btn-block {
    width: 30px;
    height: 30px;
  }
}
section.contact-page .container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 100px;
}
section.contact-page .container .left {
  width: 40%;
}
section.contact-page .container .left h1 {
  font-size: 25px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
section.contact-page .container .left .item {
  margin-bottom: 20px;
}
section.contact-page .container .left .item a:hover {
  text-decoration: underline;
}
section.contact-page .container .left .item p.heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 100;
}
section.contact-page .container .left .item .messanger-items {
  display: flex;
}
section.contact-page .container .left .item .messanger-items a {
  margin-right: 20px;
}
section.contact-page .container .left .item .messanger-items a svg {
  width: 30px;
  height: 30px;
}
section.contact-page .container .left .item .messanger-items a svg path {
  fill: #1049A9;
}
section.contact-page .container .left .item .messanger-items a img {
  width: 30px;
}
section.contact-page .container .left .item .inner {
  display: flex;
  align-items: center;
}
section.contact-page .container .left .item .inner svg {
  width: 15px;
}
section.contact-page .container .left .item .inner svg path {
  fill: #1049A9;
}
section.contact-page .container .left .item .inner .phones {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
section.contact-page .container .left .item .inner .phones a {
  font-weight: bold;
  margin-bottom: 10px;
}
section.contact-page .container .left .item .inner .phones a:last-child {
  margin-bottom: 0;
}
section.contact-page .container .left .item .inner .address {
  margin-left: 20px;
}
section.contact-page .container .right {
  width: 60%;
}

section.contact-form {
  margin-bottom: 75px;
}
section.contact-form .inner {
  background-color: #e9f0f6;
  padding: 30px 50px;
}
section.contact-form .inner p.title {
  font-size: 24px;
  font-weight: 600;
}
section.contact-form .inner p.desc {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 200;
}
section.contact-form .inner form {
  padding-top: 20px;
}
section.contact-form .inner form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.contact-form .inner form .row input {
  height: 50px;
  border-radius: 30px;
  border: none;
  width: 31%;
  padding: 0 30px;
}
section.contact-form .inner form .row textarea {
  width: 66%;
  height: 100px;
  border-radius: 30px;
  resize: none;
  padding: 20px 30px;
  border: none;
  color: rgba(0, 0, 0, 0.8);
}
section.contact-form .inner form .row .btn-row {
  width: 31%;
}
section.contact-form .inner form .row .btn-row button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 0 30px;
  cursor: pointer;
  justify-content: center;
}
section.contact-form .inner form .row .btn-row .agree {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
section.contact-form .inner form .row .btn-row .agree input {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
}
section.contact-form .inner form .row .btn-row .agree label {
  width: 90%;
  font-size: 11px;
  font-weight: 100;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}

.modal-popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -33;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.modal-popup-form.show {
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}
.modal-popup-form.show .inner {
  top: 50%;
}
.modal-popup-form .inner {
  width: 400px;
  padding: 40px 30px 30px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.3s all ease;
}
.modal-popup-form .inner span.modal-close-btn {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 10px;
}
.modal-popup-form .inner span.modal-close-btn img {
  width: 15px;
}
.modal-popup-form .inner p.heading {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.modal-popup-form .inner p.heading b {
  font-weight: bold;
}
.modal-popup-form .inner form {
  margin-top: 30px;
}
.modal-popup-form .inner form input, .modal-popup-form .inner form button {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid transparent;
}
.modal-popup-form .inner form input {
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 20px;
}
.modal-popup-form .inner form input:focus {
  outline: none;
  border: 2px solid #1049A9;
}
.modal-popup-form .inner form button {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #1049A9;
}

.modal-popup-thx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -33;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.modal-popup-thx.show {
  z-index: 9999999;
  opacity: 1;
  visibility: visible;
}
.modal-popup-thx.show .inner {
  top: 50%;
}
.modal-popup-thx .inner {
  width: 400px;
  padding: 40px 30px 30px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.3s all ease;
}
.modal-popup-thx .inner span.modal-close-btn {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 10px;
}
.modal-popup-thx .inner span.modal-close-btn img {
  width: 15px;
}
.modal-popup-thx .inner p.heading {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.modal-popup-thx .inner p.heading b {
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  section.testims.testims-page .container .right a.item {
    width: 100%;
  }
  section.testims .container {
    flex-flow: wrap;
  }
  section.testims .container .left {
    width: 100%;
  }
  section.testims .container .left .top a.btn {
    display: none;
  }
  section.testims .container .left .bottom {
    display: none;
  }
  section.testims .container .right {
    width: 100%;
    margin-top: 10px;
  }
  section.testims .container .right a.item {
    width: 100%;
    margin-bottom: 15px;
  }
  section.testims .container.show-mobile-testim-btn {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  header .container nav ul.show li.has-child {
    display: none;
  }
  header .container nav ul.show li.show-mobile {
    display: block;
  }
  body {
    padding-top: 100px;
    overflow-x: hidden;
  }
  h2.section-heading {
    font-size: 24px;
  }
  h2.section-heading:before, h2.section-heading:after {
    display: none;
  }
  header .container .logo-block {
    padding: 10px 0;
  }
  header .container .logo-block a img {
    width: 100px;
  }
  header .container .address,
header .container .phones,
header .container .messangers {
    display: none;
  }
  header .container .have-questions {
    width: 170px;
    height: 60px;
    margin-right: -20px;
  }
  header .container .have-questions p {
    font-size: 10px;
  }
  header .container .have-questions p.order-btn {
    font-size: 12px;
  }
  header .container nav ul.show {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
  }
  header .container nav ul.show li {
    display: block;
    text-align: center;
  }
  header .container nav ul.show li a {
    font-size: 16px;
    font-weight: 400;
  }
  header .container nav ul.show li.mobile-menu-btn {
    display: none;
  }
  header .container nav ul.show li.lang {
    display: flex;
    margin-top: 70px;
    margin-right: 0;
    width: 100%;
  }
  header .container nav ul.show span.close {
    display: block;
  }
  header .container nav ul li {
    display: none;
  }
  header .container nav ul li.mobile-menu-btn {
    display: flex;
  }
  header .container nav ul li.lang {
    display: flex;
    margin-right: -20px;
    width: 170px;
  }
  header .container nav ul li.lang a {
    font-size: 12px;
  }
  section.hero-slider .slider-items .slider-item .container .left {
    padding-left: 0;
    width: 70%;
  }
  section.hero-slider .slider-items .slider-item .container .left h1 {
    font-size: 30px;
  }
  section.hero-slider .slider-items .slider-item .container .left p.desc {
    font-size: 15px;
  }
  section.special-conditions .container {
    padding: 0;
  }
  section.special-conditions .container h2.section-heading {
    padding-left: 20px;
  }
  section.special-conditions .container p.subtitle {
    font-size: 16px;
    margin-top: 15px;
    padding-left: 20px;
  }
  section.special-conditions .container .inner {
    flex-flow: wrap;
  }
  section.special-conditions .container .inner .item.big {
    width: 100%;
    height: 200px;
    padding: 20px 120px 20px 20px;
  }
  section.special-conditions .container .inner .item.big p.title {
    font-size: 18px;
  }
  section.special-conditions .container .inner .items {
    width: 100%;
  }
  section.special-conditions .container .inner .items.reverse {
    flex-direction: column;
  }
  section.about-section {
    margin-bottom: 50px;
  }
  section.about-section .inner {
    flex-flow: wrap;
  }
  section.about-section .inner .img-block {
    width: 100%;
    margin-right: 0;
    height: 300px;
    margin-bottom: 30px;
  }
  section.about-section .inner .desc-info {
    width: 100%;
  }
  section.about-section .inner .desc-info .top {
    margin-bottom: 40px;
  }
  section.about-section .inner .desc-info .top h3 {
    font-size: 20px;
  }
  section.about-section .inner .desc-info .export img {
    width: 50%;
  }
  section.about-section .inner .map-block {
    margin-top: 30px;
    width: 100%;
    height: 230px;
  }
  section.about-section .inner .map-block .spin-item {
    display: none;
  }
  section.our-products .container {
    padding: 0;
  }
  section.our-products .container h2.section-heading {
    padding-left: 20px;
  }
  section.our-products .container .inner {
    flex-flow: wrap;
    margin-top: 20px;
  }
  section.our-products .container .inner a.item {
    width: 100%;
  }
  section.products-section .container {
    padding: 0;
  }
  section.products-section .container h2.section-heading {
    padding-left: 20px;
  }
  section.products-section .container .content-desc {
    padding: 0 20px;
  }
  section.products-section .container .items {
    margin-top: 40px;
  }
  section.products-section .container .items .item {
    width: 100%;
    flex-direction: column-reverse;
  }
  section.products-section .container .items .item .desc {
    width: 100%;
    margin-top: 20px;
  }
  section.products-section .container .items .item a.img {
    width: 100%;
  }
  section.consult-section {
    margin-top: 70px;
  }
  section.consult-section p.secondary {
    font-size: 14px;
    line-height: 18px;
    max-width: 80%;
  }
  section.consult-section .container .inner {
    flex-flow: wrap-reverse;
  }
  section.consult-section .container .inner .left {
    width: 100%;
    margin-top: 40px;
    padding-left: 10px;
  }
  section.consult-section .container .inner .left p.title.online {
    margin-top: 30px;
  }
  section.consult-section .container .inner .right {
    width: 100%;
    padding: 30px 20px;
  }
  section.consult-section .container .inner .right .inner {
    flex-flow: wrap;
  }
  section.consult-section .container .inner .right .inner .adv {
    width: 100%;
  }
  section.consult-section .container .inner .right .inner form {
    width: 100%;
    margin-top: 30px;
  }
  section.news {
    margin: 70px 0 0;
  }
  section.news .container {
    padding: 0;
  }
  section.news .container h2.section-heading {
    padding-left: 20px;
  }
  section.news .container .content {
    display: flex;
    flex-direction: column-reverse;
  }
  section.news .container .content .inner {
    margin-top: 20px;
    flex-flow: wrap;
  }
  section.news .container .content .inner a.item {
    width: 100%;
  }
  section.news .container .content .block-btn {
    margin-top: 15px;
  }
  footer .container {
    flex-flow: wrap;
  }
  footer .container .logo {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .container .menu {
    width: 50%;
  }
  footer .container .contacts {
    width: 100%;
    margin-top: 30px;
  }
  footer .container.rights {
    flex-flow: wrap;
  }
  footer .container.rights .col {
    width: 100%;
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
  }
  .modal-popup-form .inner {
    width: 80%;
    padding: 25px 30px 20px;
  }
  .modal-popup-form .inner p.heading {
    font-size: 15px;
  }
  .modal-popup-form .inner form {
    margin-top: 20px;
  }
  section.breadcrumbs .container ul {
    flex-flow: wrap;
  }
  section.breadcrumbs .container ul li {
    font-size: 12px;
    padding-right: 15px;
  }
  section.breadcrumbs .container ul li:before {
    font-size: 8px;
  }
  section.about-page-desc .container {
    flex-wrap: wrap;
  }
  section.about-page-desc .container .left {
    width: 100%;
  }
  section.about-page-desc .container .left h1 {
    font-size: 20px;
  }
  section.about-page-desc .container .right {
    display: none;
  }
  section.contact-page .container {
    flex-flow: wrap;
  }
  section.contact-page .container .left {
    width: 100%;
  }
  section.contact-page .container .left .item p.heading {
    font-size: 15px;
  }
  section.contact-page .container .right {
    width: 100%;
  }
  section.contact-form .inner {
    padding: 30px 20px;
  }
  section.contact-form .inner form .row {
    flex-flow: wrap;
  }
  section.contact-form .inner form .row input {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  section.contact-form .inner form .row input:last-child {
    margin-bottom: 0;
  }
  section.contact-form .inner form .row .btn-row,
section.contact-form .inner form .row textarea {
    width: 100%;
  }
  section.contact-form .inner form .row .btn-row {
    margin-top: 20px;
  }
  section.contact-form .inner form .row .btn-row button {
    justify-content: center;
  }
  section.contact-form .inner form .row textarea {
    padding: 20px;
  }
  section.news.gallery .inner {
    flex-flow: wrap;
    margin-top: 30px;
  }
  section.news.gallery .inner a.item {
    width: 100%;
  }
  section.equipment-item .container {
    flex-flow: wrap;
  }
  section.equipment-item .container .left {
    width: 100%;
    margin-bottom: 30px;
  }
  section.equipment-item .container .right {
    width: 100%;
  }
  section.equipment-item .container.equipment-desc {
    padding: 20px 20px 100px;
    margin-bottom: 0;
  }
  section.equipment-item .container .left .slider-img a.item {
    height: 300px;
  }
  section.equipment-item .container .left .slider-img.slider-eqv-nav .slick-track {
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  section.equipment-item .container .left .slider-img.slider-eqv-nav .slick-track a.item {
    display: inline-block;
    min-width: 60px;
    height: 60px;
  }
  span.pop-up-btn {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 30px;
  }
  span.pop-up-btn:after, span.pop-up-btn:before {
    width: 60px;
    height: 60px;
  }
  .aside-widget {
    right: 10px;
    background-color: #cfd825;
    padding: 0;
    border-radius: 40px;
  }
  .aside-widget a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  .aside-widget a:last-child {
    border-bottom: none;
  }
  .aside-widget a svg {
    width: 15px;
    height: 15px;
  }
  .aside-widget a svg path {
    fill: #fff !important;
  }
}
