* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

html, body {
  overflow-x: hidden;
  background: #fff;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

html.not-scroll {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
  height: 100vh;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #000;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #000;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

li {
  display: block;
  list-style: none;
}

label {
  display: block;
}

/* Header */
header {
  padding-top: 15px;
  padding-bottom: 30px;
}

.header__logo img {
  width: 120px;
}

.header__menu li {
  padding-left: 25px;
  padding-right: 25px;
}
.header__menu li a {
  font-size: 15px;
  line-height: 135%;
  color: #fff;
  letter-spacing: 2px;
}
.header__menu li a:hover {
  color: #3d1eb5;
}

.header__btn {
  background: #3d1eb5;
  border-radius: 3px;
  padding: 9px 25px;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.header__btn:hover {
  background: #c38611;
}

.header__title {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  font-family: "El Messiri", sans-serif;
  color: #000;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.header__title:before, .header__title:after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #3d1eb5;
  border-radius: 0px 50px;
}
.header__title:after {
  left: auto;
  right: 0;
  border-radius: 50px 0px;
}

/* Banner */
section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.main {
  padding-top: 20px;
}

.main__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main__slide {
  height: 600px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.main__slide:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #003e8d;
  background: -webkit-gradient(linear, right top, left top, from(#003e8d), to(#ca171d));
  background: -o-linear-gradient(right, #003e8d 0%, #ca171d 100%);
  background: linear-gradient(270deg, #003e8d 0%, #ca171d 100%);
  opacity: 0.7;
}

.main__title {
  color: #fff;
  width: 100%;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.main__btn {
  background: #3d1eb5;
  border-radius: 3px;
  padding: 12px 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.main__btn:hover {
  background: #c38611;
}

.dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dots span {
  display: block;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dots span.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

/* WHOLESALE TRADE */
.section__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.section__title h2 {
  position: relative;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  font-family: "El Messiri", sans-serif;
  color: #000;
  padding-left: 73px;
  padding-right: 73px;
  text-align: center;
}
.section__title h2:before, .section__title h2:after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #3d1eb5;
  border-radius: 0px 50px;
}
.section__title h2:after {
  left: auto;
  right: 0;
  border-radius: 50px 0px;
}

.block {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.block:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.block:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #003e8d;
  background: -webkit-gradient(linear, right top, left top, from(#003e8d), to(#ca171d));
  background: -o-linear-gradient(right, #003e8d 0%, #ca171d 100%);
  background: linear-gradient(270deg, #003e8d 0%, #ca171d 100%);
  opacity: 0.7;
}
.block p {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  font-family: "El Messiri", sans-serif;
}

/* Services */
.services__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service {
  width: calc(33.3% - 20px);
  padding: 80px 40px;
  border: 1px solid #3d1eb5;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.service__icon {
  width: 94px;
  height: 94px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: -o-linear-gradient(45deg, #3d1eb5 0%, #c38611 100%);
  background: linear-gradient(45deg, #3d1eb5 0%, #c38611 100%);
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.service__icon img {
  width: 50px;
}

.service__title {
  text-align: center;
  color: #000;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

/* About us */
.about__content {
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.about__content:last-child {
  margin-bottom: 0;
}

.about__info,
.info {
  width: 465px;
}
.about__info p,
.info p {
  color: #000;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.about__info p:last-child,
.info p:last-child {
  margin-bottom: 0;
}
.about__info p b,
.info p b {
  display: block;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #3d1eb5;
}

.info {
  width: 100%;
}

.about__img {
  width: 526px;
}
.about__img img {
  width: 100%;
  border-radius: 10px;
}

/* Reviews */
.reviews__slider {
  width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review {
  background: #3d1eb5;
  padding: 50px 60px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.4;
  height: auto;
}
.review.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.review__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}

.review__text {
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}

/* Contact */
.contact__info {
  margin-bottom: 50px;
}

.contact__info-item {
  margin-bottom: 15px;
}
.contact__info-item img {
  width: 16px;
}
.contact__info-item p {
  width: calc(100% - 30px);
  color: #000;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 1px;
}
.contact__info-item p a {
  color: #000;
  display: inline;
}
.contact__info-item p a:hover {
  color: #3d1eb5;
}

.contact__content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact__map {
  width: 856px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form {
  width: 392px;
  background: #3d1eb5;
  border-radius: 10px;
  padding: 45px;
}

.form__title {
  text-align: center;
  color: #fff;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 120%;
  padding: 15px;
  color: #fff;
  resize: none;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form textarea {
  height: 150px;
}

.form__btn {
  background: #c38611;
  font-size: 14px;
  line-height: 120%;
  padding: 20px;
  color: #fff;
  width: 100%;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
}
.form__btn:hover {
  background: #94660d;
}

/* Footer */
footer {
  padding-top: 15px;
  padding-bottom: 30px;
}

.footer__copy {
  color: #000;
  font-size: 14px;
  line-height: 135%;
}

/* Info */
.back {
  padding-top: 15px;
  padding-bottom: 15px;
}
.back a {
  color: #fff;
  font-size: 16px;
  display: inline;
}
.back a:hover {
  color: #3d1eb5;
}

.info__text p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 160%;
}
.info__text p:last-child {
  margin-bottom: 0;
}
.info__text p a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
.info__text p a:hover {
  color: #003e8d;
}

.name {
  padding-top: 0px;
  padding-bottom: 0px;
}

.name__title {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-size: 60px;
  -webkit-transform: scale(0.5, 1) translate(-50%, 0);
  -ms-transform: scale(0.5, 1) translate(-50%, 0);
  transform: scale(0.5, 1) translate(-50%, 0);
}

.nav__links {
  padding-top: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}

.nav__link {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(20% - 40px);
  margin-bottom: 30px;
  text-align: center;
  color: #3d1eb5;
}
.nav__link:hover {
  color: #c38611;
}

.nav__link-icon {
  width: 94px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: -o-linear-gradient(45deg, #3d1eb5 0%, #c38611 100%);
  background: linear-gradient(45deg, #3d1eb5 0%, #c38611 100%);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.nav__link-icon img {
  max-width: 50px;
  max-height: 50px;
}

.nav__link-title {
  text-align: center;
  display: block;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}