@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 79px 0px 0px 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 770px) {
  .wrapper {
    padding: 62px 0px 0px;
  }
}

.container {
  padding: 0px 0px;
  width: 1216px;
  margin: auto;
}
@media (max-width: 1270px) {
  .container {
    padding: 0px 20px;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .container {
    padding: 0px 10px;
  }
}

.body.no-scroll {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  z-index: 3000;
}

.main-header__body {
  padding: 11px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header__menu {
  display: flex;
  align-items: center;
}

.main-header__menu-item {
  margin: 0px 20px 0px 0px;
}
.main-header__menu-item:last-child {
  margin: 0;
}

.main-header__menu-link {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #151515;
  transition: 0.3s all;
}
.main-header__menu-link:hover {
  color: #2896C9;
}

.main-header__phone {
  display: flex;
  align-self: center;
}
.main-header__phone:hover .main-header__phone-text {
  color: #2896C9;
}

.main-header__phone-img {
  margin: 0px 8px 0px 0px;
}
.main-header__phone-img .white {
  display: none;
}

.main-header__phone-text {
  font-family: Montserrat;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #151515;
  transition: 0.3s all;
}

.main-header__burger {
  display: none;
  cursor: pointer;
}

.main-header__burger-img {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__burger-img span {
  display: block;
  width: 20px;
  height: 3px;
  background: #2896C9;
  position: relative;
}
.main-header__burger-img span::before, .main-header__burger-img span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2896C9;
}
.main-header__burger-img span::before {
  top: -6px;
}
.main-header__burger-img span::after {
  bottom: -6px;
}

@media (max-width: 1180px) {
  .main-header__body {
    justify-content: normal;
  }
  .main-header__logo {
    flex: auto;
  }
  .main-header__menu {
    display: none;
  }
  .main-header__phone {
    margin: 0px 15px 0px 0px;
  }
  .main-header__phone-img {
    margin: 0px 0px 0px 0px;
  }
  .main-header__phone-text {
    display: none;
  }
  .main-header__burger {
    display: block;
  }
}
@media (max-width: 770px) {
  .main-header__logo .logo__img {
    width: 40px;
    height: 40px;
  }
  .main-header__logo .logo__img img {
    width: 20px;
  }
  .main-header__logo .logo__content {
    width: 50px;
  }
  .main-header__logo .logo__text img {
    width: 100%;
    height: 100%;
  }
}
.smartphone-header {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 1s all;
  transition-timing-function: ease;
}
.smartphone-header.active {
  right: 0;
}
.smartphone-header .container {
  height: 100%;
}

.smartphone-header__body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.smartphone-header__exit {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 24px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.smartphone-header__exit-img {
  width: 30px;
  height: 4px;
  background: #151515;
  transform: rotate(45deg);
}
.smartphone-header__exit-img span {
  width: 100%;
  height: 100%;
  display: block;
  background: #151515;
  transform: rotate(90deg);
}

.smartphone-header__menu-item {
  margin: 0px 0px 30px;
}
.smartphone-header__menu-item:last-child {
  margin: 0;
}

.smartphone-header__menu-link {
  text-align: center;
  display: block;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  transition: 0.3s all;
}
.smartphone-header__menu-link:hover {
  color: #2896C9;
}

.logo {
  display: inline-block;
}

.logo__body {
  display: flex;
  align-items: center;
}

.logo__img {
  margin: 0px 10px 0px 0px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #2896C9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo__text:nth-child(1) {
  margin: 0px 0px 5px;
}

/* Слайдер */
.slick-slider {
  position: relative;
}
.slick-slider .slick-list.draggable {
  overflow: hidden;
}
.slick-slider .slick-prev.slick-arrow,
.slick-slider .slick-next.slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44.55px;
  height: 44.55px;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  background: transparent url("../themes/sultan-logistics/assets/img/icon/arrow-mobile.svg") center/17px 17px no-repeat;
  transition: 0.3s all;
  font-size: 0;
}
.slick-slider .slick-prev.slick-arrow:hover,
.slick-slider .slick-next.slick-arrow:hover {
  border: 1px solid #2896C9;
  background: transparent url("../themes/sultan-logistics/assets/img/icon/arrow-mobile-active.svg") center/17px 17px no-repeat;
}
.slick-slider .slick-prev.slick-arrow {
  left: -50px;
}
.slick-slider .slick-next.slick-arrow {
  right: -50px;
  transform: rotate(180deg);
}
.slick-slider .slick-dots {
  padding: 45px 0px 0px;
  display: flex;
  justify-content: center;
}
.slick-slider .slick-dots li {
  margin: 0px 10px 0px 0px;
}
.slick-slider .slick-dots li.slick-active button {
  width: 70px;
  opacity: 1;
}
.slick-slider .slick-dots button {
  width: 10px;
  height: 2px;
  background: #151515;
  opacity: 0.5;
  transition: 0.3s all;
  font-size: 0;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
/* Лента слайдов */
.slick-track {
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.title {
  margin: 0px 0px 0px;
  font-family: Montserrat;
  font-size: 45px;
  line-height: 57px;
  font-weight: 600;
  color: #151515;
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -20px;
  width: 40px;
  height: 4px;
  background: #2896C9;
}
@media (max-width: 770px) {
  .title {
    font-size: 25px;
    line-height: 30px;
  }
  .title::before {
    bottom: -10px;
    width: 30px;
    height: 3px;
  }
}

.social {
  display: block;
  position: fixed;
  right: 13px;
  bottom: 12px;
  z-index: 2000;
}

.social__body__watshapp-img {
  width: 70px;
}
.social__body__watshapp-img img {
  width: 100%;
}
@media (max-width: 770px) {
  .social__body__watshapp-img {
    width: 50px;
  }
}

.content-fullscreen {
  position: relative;
  z-index: 1;
}
.content-fullscreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.7;
  z-index: -1;
}

.content-fullscreen__body {
  height: calc(100vh - 79px);
  display: flex;
  align-items: center;
}
@media (max-width: 770px) {
  .content-fullscreen__body {
    height: calc(100vh - 62px);
  }
}

.content-fullscreen__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.content-fullscreen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-fullscreen__content {
  z-index: 2;
}

.content-fullscreen__title {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-size: 63px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
}

.content-fullscreen__subtitle {
  margin: 0px 0px 30px;
  font-family: Montserrat;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #BABABA;
}

.content-fullscreen__submit-fullscreen {
  padding: 15px 55px;
  border: 2px solid #2896C9;
  background: #2896C9;
  display: inline-block;
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.content-fullscreen__submit-fullscreen:hover {
  background: transparent;
  color: #2896C9;
}

.content-fullscreen__sroll {
  position: absolute;
  right: 80px;
  bottom: 120px;
  transform: rotate(90deg);
}

.content-fullscreen__sroll-text {
  font-family: Montserrat;
  line-height: 30px;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.content-fullscreen__sroll-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
}
.content-fullscreen__sroll-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #fff;
}

@media (max-width: 770px) {
  .content-fullscreen__title {
    margin: 0px 0px 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .content-fullscreen__subtitle {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-fullscreen__submit-fullscreen {
    font-size: 14px;
  }
  .content-fullscreen__sroll {
    position: absolute;
    right: 40px;
    bottom: 40px;
    transform: rotate(0deg);
  }
}
.magic-forms .alert.alert-success.alert-dismissible {
  margin: 0px 0px 10px;
}
.magic-forms .alert.alert-success.alert-dismissible .close {
  display: none;
}
.magic-forms .alert.alert-success.alert-dismissible p {
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: green;
}
@media (max-width: 770px) {
  .magic-forms .alert.alert-success.alert-dismissible p {
    font-size: 14px;
  }
}
.magic-forms .alert.alert-danger.alert-dismissible {
  margin: 0px 0px 10px;
}
.magic-forms .alert.alert-danger.alert-dismissible .close {
  display: none;
}
.magic-forms .alert.alert-danger.alert-dismissible h4,
.magic-forms .alert.alert-danger.alert-dismissible li {
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: #2896C9;
}
@media (max-width: 770px) {
  .magic-forms .alert.alert-danger.alert-dismissible h4,
  .magic-forms .alert.alert-danger.alert-dismissible li {
    font-size: 14px;
  }
}

.magic-forms.modifications-one .alert.alert-success.alert-dismissible p {
  text-align: start;
  font-size: 16px;
}
@media (max-width: 770px) {
  .magic-forms.modifications-one .alert.alert-success.alert-dismissible p {
    font-size: 14px;
  }
}
.magic-forms.modifications-dwo .alert.alert-success.alert-dismissible p {
  color: #39ff2d;
}

.fancybox__container {
  z-index: 4000;
}

.fullscreen-home {
  height: calc(100vh - 79px);
  position: relative;
}
.fullscreen-home .container {
  height: 100%;
}
@media (max-width: 770px) {
  .fullscreen-home {
    height: calc(100vh - 62px);
  }
}

.fullscreen-home__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fullscreen-home__img::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #30303080;
}
.fullscreen-home__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullsreen-home__body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fullsreen-home__content {
  margin: -70px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fullsreen-home__logo-img {
  margin: 0px 0px 35px;
  max-width: 400px;
}
.fullsreen-home__logo-img img {
  max-width: 100%;
}

.fullsreen-home__text-img {
  max-width: 397px;
}
.fullsreen-home__text-img img {
  width: 100%;
}

.fullsreen-home__scroll {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 5px;
  color: #fff;
}

@media (max-width: 1100px) {
  .fullsreen-home__logo-img {
    margin: 0px 0px 20px;
    max-width: 140px;
  }
  .fullsreen-home__text-img {
    max-width: 300px;
  }
}
@media (max-width: 770px) {
  .fullsreen-home__logo-img {
    margin: 0px 0px 15px;
    max-width: 100px;
  }
  .fullsreen-home__text-img {
    max-width: 200px;
  }
  .fullsreen-home__scroll {
    bottom: 40px;
  }
}
.why-home__body {
  padding: 90px 0px;
}

.why-home__title {
  margin: 0px 0px 60px;
}

.why-home__row {
  margin: 0px -16px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

.why-home__column {
  margin: 0px 16px;
  padding: 50px 22px 50px 25px;
  border: 1px solid #DEDEDE;
}

.why-home__column-img {
  margin: 0px 0px 17px;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.why-home__column-img img {
  max-height: 100%;
  max-width: 100%;
}

.why-home__column-title {
  margin: 0px 0px 17px;
  font-family: Montserrat;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.why-home__column-text {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 24px;
  color: #424B5A;
}

@media (max-width: 1180px) {
  .why-home__row {
    margin: 0px -10px;
  }
  .why-home__column {
    margin: 0px 10px;
  }
}
@media (max-width: 1100px) {
  .why-home__body {
    padding: 35px 0px;
  }
  .why-home__row {
    margin: 0px -10px;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
  .why-home__column {
    padding: 30px 15px;
    margin: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .why-home__row {
    margin: 0px;
    grid-template: repeat(4, 1fr)/repeat(1, 1fr);
  }
  .why-home__title {
    margin: 0px 0px 30px;
  }
  .why-home__column {
    margin: 0px 0px 10px;
  }
  .why-home__column-img {
    max-width: 70px;
  }
  .why-home__column-title {
    font-size: 18px;
    line-height: 24px;
  }
  .why-home__column-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.services-home__body {
  padding: 0px 0px 90px;
}

.services-home__title {
  margin: 0px 0px 80px;
}

.services-home__row {
  margin: 0px -16px;
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  grid-template-areas: " column_1 column_3 " " column_2 column_3 ";
}

.services-home__column {
  padding: 0px 16px;
  width: 100%;
}
.services-home__column:nth-child(1) {
  grid-area: column_1;
}
.services-home__column:nth-child(1) .services-home__column-content {
  background: linear-gradient(72.01deg, #560101 2.04%, rgba(68, 12, 12, 0) 77.56%);
}
.services-home__column:nth-child(2) {
  padding: 32px 16px 0px;
  grid-area: column_2;
}
.services-home__column:nth-child(2) .services-home__column-content {
  background: linear-gradient(72.01deg, #560101 2.04%, rgba(68, 12, 12, 0) 77.56%);
}
.services-home__column:nth-child(3) {
  grid-area: column_3;
}
.services-home__column:nth-child(3) .services-home__column-content {
  background: linear-gradient(34.51deg, #560101 -0.48%, rgba(68, 12, 12, 0) 67.81%);
}

.services-home__column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  transition: 0.3s all;
}
.services-home__column-body:hover {
  transform: scale(1.04);
}

.services-home__column-img {
  width: 100%;
  height: 100%;
}
.services-home__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-home__column-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}

.services-home__column-title {
  font-family: Montserrat;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.services-home__column-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  min-width: 24px;
  min-height: 3px;
  border-radius: 5px;
  background: #fff;
}

@media (max-width: 1000px) {
  .services-home__row {
    grid-template: repeat(3, 1fr)/repeat(1, 1fr);
    grid-template-areas: "column_1" "column_2" "column_3";
  }
  .services-home__row {
    margin: 0;
  }
  .services-home__column {
    max-height: 500px;
  }
  .services-home__column:nth-child(1) {
    padding: 0px 0px 20px;
  }
  .services-home__column:nth-child(2) {
    padding: 0px 0px 20px;
  }
  .services-home__column:nth-child(3) {
    padding: 0px;
  }
}
@media (max-width: 770px) {
  .services-home__body {
    padding: 0px 0px 50px;
  }
  .services-home__title {
    margin: 0px 0px 30px;
  }
  .services-home__column {
    max-height: 500px;
  }
  .services-home__column:nth-child(1) {
    padding: 0px 0px 10px;
  }
  .services-home__column:nth-child(2) {
    padding: 0px 0px 10px;
  }
  .services-home__column-content {
    padding: 30px 15px;
  }
  .services-home__column-title {
    font-size: 25px;
    line-height: 30px;
  }
  .services-home__column-title::before {
    bottom: -10px;
  }
}
.contact-home {
  position: relative;
  background: linear-gradient(85.74deg, rgba(99, 0, 0, 0.9) 1.08%, rgba(74, 5, 5, 0) 67.97%);
}

.contact-home__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-home__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-home__body {
  margin: 0px 0px 90px;
  padding: 110px 0px;
}

.contact-home__form {
  width: 550px;
}

.contact-home__title {
  margin: 0px 0px 40px;
  color: #fff;
}

.contact-home__text {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

.contact-home__form-inputs {
  margin: 0px 0px 15px;
  display: flex;
  justify-content: center;
}
.contact-home__form-inputs input:nth-child(1) {
  margin: 0px 15px 0px 0px;
  flex: 1 1 55%;
}
.contact-home__form-inputs input:nth-child(2) {
  flex: 1 1 45%;
}

.contact-home__form-input {
  padding: 16px 18px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-home__form-input::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}
.contact-home__form-input::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.contact-home__form-textarea {
  margin: 0px 0px 30px;
  padding: 16px 18px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-home__form-textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}
.contact-home__form-textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.contact-home__form-link {
  padding: 15px 60px;
  border: 2px solid #2896C9;
  background: #2896C9;
  transition: 0.3s all;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.contact-home__form-link:hover {
  background: transparent;
  color: #2896C9;
}

@media (max-width: 770px) {
  .contact-home__body {
    margin: 0px 0px 50px;
  }
  .contact-home__form {
    width: 100%;
  }
  .contact-home__title {
    margin: 0px 0px 30px;
  }
  .contact-home__text {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-home__form-inputs {
    flex-direction: column;
  }
  .contact-home__form-inputs input:nth-child(1) {
    margin: 0px 0px 15px;
  }
  .contact-home__form-input {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-home__form-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-home__body {
  padding: 0px 0px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-home__img {
  flex: 1 0 50%;
  width: 100%;
}
.about-home__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-home__content {
  flex: 1 0 50%;
  padding: 0px 0px 0px 100px;
}

.about-home__title {
  margin: 0px 0px 50px;
}

.about-home__text {
  margin: 0px 0px 30px;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 28px;
  color: #777777;
}

.about-home__submit-link {
  padding: 14px 60px;
  border: 2px solid #2896C9;
  background: #2896C9;
  display: inline-block;
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.about-home__submit-link:hover {
  background: transparent;
  color: #2896C9;
}

@media (max-width: 1000px) {
  .about-home__content {
    padding: 0px 0px 0px 50px;
  }
}
@media (max-width: 770px) {
  .about-home__body {
    padding: 0px 0px 50px;
    flex-direction: column;
  }
  .about-home__img {
    margin: 0px 0px 20px;
  }
  .about-home__content {
    padding: 0;
  }
  .about-home__title {
    margin: 0px 0px 30px;
  }
  .about-home__text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-home__submit-link {
    font-size: 14px;
  }
}
.direction-home__body {
  padding: 0px 0px 90px;
}

.direction-home__title {
  margin: 0px 0px 70px;
}

.direction-home__row {
  margin: 0px -16px;
  display: flex;
}

.direction-home__column {
  padding: 0px 16px;
  flex: 1 0 33.3333%;
  width: 100%;
}

.direction-home__column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.direction-home__column-body:hover .direction-home__column-title {
  margin: 0px 10px 0px 0px;
}

.direction-home__column-img {
  width: 100%;
  height: 100%;
}
.direction-home__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.direction-home__column-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}

.direction-home__column-title {
  margin: 0px 2px 0px 0px;
  padding: 13px 17px;
  max-width: 260px;
  width: 100%;
  position: relative;
  transition: 0.3s all;
  z-index: 1;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #151515;
}
.direction-home__column-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}

.direction-home__column-icon {
  min-width: 33px;
  height: 36px;
  background: #2896C9;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .direction-home__row {
    margin: 0;
    flex-direction: column;
  }
  .direction-home__column {
    margin: 0px 0px 20px;
    padding: 0px 0px 0px;
  }
  .direction-home__column-body {
    overflow: hidden;
  }
  .direction-home__column-img {
    max-height: 500px;
  }
}
@media (max-width: 770px) {
  .direction-home__title {
    margin: 0px 0px 30px;
  }
  .direction-home__body {
    padding: 0px 0px 50px;
  }
  .direction-home__column {
    margin: 0px 0px 10px;
  }
  .direction-home__column-content {
    padding: 10px;
  }
  .direction-home__column-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.mobile-home__body {
  padding: 0px 0px 90px;
}

.mobile-home__title {
  margin: 0px 0px 60px;
}

.mobile-home__row {
  margin: 0px -16px;
  position: relative;
}
.mobile-home__row .slick-list.draggable {
  overflow: hidden;
}
.mobile-home__row .slick-prev.slick-arrow,
.mobile-home__row .slick-next.slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 44.55px;
  height: 44.55px;
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  background: transparent url("../themes/sultan-logistics/assets/img/icon/arrow-mobile.svg") center/17px 17px no-repeat;
  transition: 0.3s all;
  font-size: 0;
}
.mobile-home__row .slick-prev.slick-arrow:hover,
.mobile-home__row .slick-next.slick-arrow:hover {
  border: 1px solid #2896C9;
  background: transparent url("../themes/sultan-logistics/assets/img/icon/arrow-mobile-active.svg") center/17px 17px no-repeat;
}
.mobile-home__row .slick-prev.slick-arrow {
  left: -50px;
}
.mobile-home__row .slick-next.slick-arrow {
  right: -50px;
  transform: rotate(180deg);
}
.mobile-home__row .slick-dots {
  padding: 45px 0px 0px;
  display: flex;
  justify-content: center;
}
.mobile-home__row .slick-dots li {
  margin: 0px 10px 0px 0px;
}
.mobile-home__row .slick-dots li.slick-active button {
  width: 70px;
  opacity: 1;
}
.mobile-home__row .slick-dots button {
  width: 10px;
  height: 2px;
  background: #151515;
  opacity: 0.5;
  transition: 0.3s all;
  font-size: 0;
}

.mobile-home__column {
  margin: 0px 16px;
  width: 100%;
  max-height: 300px;
}

.mobile-home__column-img {
  width: 100%;
  height: 100%;
}
.mobile-home__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1400px) {
  .mobile-home__row .slick-prev.slick-arrow,
  .mobile-home__row .slick-next.slick-arrow {
    display: none;
  }
}
@media (max-width: 770px) {
  .mobile-home__body {
    padding: 0px 0px 50px;
  }
  .mobile-home__title {
    margin: 0px 0px 30px;
  }
  .mobile-home__row .slick-dots {
    padding: 20px 0px 0px;
  }
}
.client-home__body {
  padding: 0px 0px 90px;
}

.client-home__title {
  margin: 0px 0px 40px;
}

.client-home__row {
  margin: 0px -16px;
}
.client-home__row .slick-list.draggable {
  overflow: hidden;
}
.client-home__row .slick-dots {
  padding: 45px 0px 0px;
  display: flex;
  justify-content: center;
}
.client-home__row .slick-dots li {
  margin: 0px 10px 0px 0px;
}
.client-home__row .slick-dots li.slick-active button {
  width: 70px;
  opacity: 1;
}
.client-home__row .slick-dots button {
  width: 10px;
  height: 2px;
  background: #151515;
  opacity: 0.5;
  transition: 0.3s all;
  font-size: 0;
}

.client-home__column {
  padding: 0px 16px;
  width: 100%;
}

.client-home__column-body {
}
.client-home__column-img {
	height: 100px;
	border: 1px solid #DADADA;
	padding: 20px;
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 770px) {
  .client-home__body {
    padding: 0px 0px 50px;
  }
  .client-home__title {
    margin: 0px 0px 30px;
  }
  .client-home__row .slick-dots {
    padding: 20px 0px 0px;
  }
}
.content-about__body {
  padding: 70px 0px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-home__column-img img {
	max-width: 100%;
	max-height: 100%;
}

.content-about__img {
  flex: 1 0 50%;
}
.content-about__img img {
  width: 100%;
  
}

.content-about__content {
  flex: 1 0 50%;
  padding: 0px 0px 0px 130px;
}

.content-about__title {
  margin: 0px 0px 60px;
}

.content-about__text {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.content-about__text ul {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	padding-left: 30px;
}

.content-about__text li {
	list-style: disc;
}

@media (max-width: 1000px) {
  .content-about__content {
    padding: 0px 0px 0px 40px;
  }
}
@media (max-width: 770px) {
  .content-about__body {
    padding: 50px 0px;
    flex-direction: column;
  }
  .content-about__img {
    margin: 0px 0px 30px;
  }
  .content-about__content {
    padding: 0;
  }
  .content-about__title {
    margin: 0px 0px 30px;
  }
  .content-about__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.indicator-about {
  position: relative;
}

.indicator-about__fullscreen {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 300%;
  height: 300%;
  transform: rotate(10deg);
  background: #F6F6F6;
  z-index: -1;
  transform: skew(50deg 0deg);
}

.indicator-about__body {
  padding: 0px 0px 90px;
  display: flex;
  justify-content: space-between;
}

.indicator-about__title-content {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.indicator-about__subtitle {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-size: 24px;
  color: #999999;
}

.indicator-about__row {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.indicator-about__column {
  padding: 0px 45px 0px 0px;
  width: 330px;
}
.indicator-about__column:last-child {
  padding: 0;
}

.indicator-about__column-img-background {
  margin: 0px 0px 30px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.indicator-about__column-img-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2896C9;
  opacity: 0.5;
}

.indicator-about__column-img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #2896C9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.indicator-about__column-title {
  margin: 0px 0px 20px;
  padding: 20px 0px 0px;
  border-top: 1px solid #D3D3D3;
  font-family: Montserrat;
  font-size: 72px;
  font-weight: 300;
}

.indicator-about__column-subtitle {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 34px;
  color: #858585;
}

@media (max-width: 1150px) {
  .indicator-about__body {
    flex-direction: column;
  }
  .indicator-about__title-content {
    margin: 0px 0px 70px;
  }
  .indicator-about__row {
    margin: 0px -22px;
  }
  .indicator-about__column {
    padding: 0px 22px;
    width: 100%;
  }
  .indicator-about__column:last-child {
    padding: 0px 22px;
  }
}
@media (max-width: 770px) {
  .indicator-about__body {
    padding: 0px 0px 50px;
  }
  .indicator-about__title-content {
    margin: 0px 0px 40px;
  }
  .indicator-about__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .indicator-about__column {
    padding: 0px 0px 30px;
    width: 100%;
  }
  .indicator-about__column:last-child {
    padding: 0px;
  }
  .indicator-about__column-img-background {
    margin: 0px 0px 10px;
  }
  .indicator-about__column-title {
    padding: 10px 0px 0px;
    font-size: 35px;
  }
  .indicator-about__column-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.history-about__body {
  padding: 0px 0px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-about__content {
  flex: 1 0 50%;
  padding: 0px 130px 0px 0px;
}

.history-about__title {
  margin: 0px 0px 60px;
}

.history-about__text {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 28px;
  color: #777777;
}

.history-about__img {
  flex: 1 0 50%;
}
.history-about__img img {
  width: 100%;
}

@media (max-width: 1000px) {
  .history-about__content {
    padding: 0px 50px 0px 0px;
  }
}
@media (max-width: 770px) {
  .history-about__body {
    padding: 0px 0px 50px;
    flex-direction: column;
  }
  .history-about__content {
    order: 2;
    padding: 0;
  }
  .history-about__title {
    margin: 0px 0px 30px;
  }
  .history-about__text {
    font-size: 14px;
    line-height: 20px;
  }
  .history-about__img {
    order: 1;
    margin: 0px 0px 30px;
  }
}
.certificates-about__body {
  padding: 0px 0px 90px;
}

.certificates-about__title {
  margin: 0px 0px 60px;
}

.certificates-about__row {
  margin: 0px -6px;
}

.certificates-about__column {
  padding: 0px 6px;
}

.certificates-about__column-body {
  border: 10px solid #151515;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.certificates-about__column-img {
  width: 100%;
  height: 100%;
}
.certificates-about__column-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 770px) {
  .certificates-about__body {
    padding: 0px 0px 50px;
  }
  .certificates-about__title {
    margin: 0px 0px 30px;
  }
}
.content-services__body {
  padding: 90px 0px;
}

.content-services__row {
  margin: 0px 0px 90px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-services__row:last-child {
  margin: 0;
}
.content-services__row.convert .content-services__img {
  order: 2;
}
.content-services__row.convert .content-services__content {
  padding: 0px 110px 0px 0px;
  order: 1;
}
.content-services__row span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-25%);
  display: block;
  z-index: -1;
}

.content-services__img {
  flex: 1 0 50%;
}
.content-services__img img {
  width: 100%;
}

.content-services__content {
  flex: 1 0 50%;
  padding: 0px 0px 0px 110px;
}

.content-services__title {
  margin: 0px 0px 60px;
}

.content-services__text {
  font-family: Montserrat;
  font-size: 20p;
  line-height: 28px;
  color: #777777;
}

@media (max-width: 1000px) {
  .content-services__row.convert .content-services__content {
    padding: 0px 50px 0px 0px;
  }
  .content-services__content {
    padding: 0px 0px 0px 50px;
  }
}
@media (max-width: 770px) {
  .content-services__body {
    padding: 50px 0px;
  }
  .content-services__row {
    margin: 0px 0px 50px;
    flex-direction: column;
  }
  .content-services__row.convert .content-services__img {
    order: 1;
  }
  .content-services__row.convert .content-services__content {
    padding: 0;
    order: 2;
  }
  .content-services__img {
    margin: 0px 0px 20px;
  }
  .content-services__content {
    padding: 0;
  }
  .content-services__title {
    margin: 0px 0px 30px;
  }
  .content-services__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-services {
  position: relative;
}
.contact-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.7;
  z-index: -1;
}

.contact-services__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.contact-services__fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-services__body {
  margin: 0px 0px 90px;
  padding: 110px 0px;
}

.contact-services__form {
  width: 600px;
}

.contact-services__title {
  margin: 0px 0px 40px;
  color: #fff;
}

.contact-services__text {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
}

.contact-services__form-inputs {
  margin: 0px 0px 15px;
  display: flex;
  justify-content: center;
}
.contact-services__form-inputs input:nth-child(1) {
  margin: 0px 15px 0px 0px;
  flex: 1 1 55%;
}
.contact-services__form-inputs input:nth-child(2) {
  flex: 1 1 45%;
}

.contact-services__form-input {
  padding: 16px 18px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-services__form-input::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}
.contact-services__form-input::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.contact-services__form-textarea {
  margin: 0px 0px 30px;
  padding: 16px 18px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}
.contact-services__form-textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #fff;
}
.contact-services__form-textarea::placeholder {
  text-transform: uppercase;
  color: #fff;
}

.contact-services__form-link {
  padding: 15px 60px;
  border: 2px solid #2896C9;
  background: #2896C9;
  transition: 0.3s all;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.contact-services__form-link:hover {
  background: transparent;
  color: #2896C9;
}

@media (max-width: 770px) {
  .contact-services__body {
    margin: 0px 0px 50px;
  }
  .contact-services__form {
    width: 100%;
  }
  .contact-services__title {
    margin: 0px 0px 30px;
  }
  .contact-services__text {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-services__form-inputs {
    flex-direction: column;
  }
  .contact-services__form-inputs input:nth-child(1) {
    margin: 0px 0px 15px;
  }
  .contact-services__form-input {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-services__form-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.content-contact__body {
  padding: 70px 0px;
}

.content-contact__title {
  margin: 0px 0px 50px;
}

.content-contact__content {
  display: flex;
}

.content-contact__info {
  margin: 0px 55px 0px 0px;
  padding: 65px 50px;
  width: 385px;
  background: #F5F5F5;
}

.content-contact__info-column {
  margin: 0px 0px 30px;
  padding: 0px 0px 30px;
  border-bottom: 1px solid #C2C2C2;
}
.content-contact__info-column:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.content-contact__info-title {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-weight: 300;
}

.content-contact__info-subtitle {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 28px;
  color: #151515;
  transition: 0.3s all;
}
.content-contact__info-subtitle:hover {
  color: #2896C9;
}

.content-contact__form {
  padding: 65px 80px;
  width: 100%;
  background: #F5F5F5;
}

.content-contact__form-title {
  margin: 0px 0px 60px;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 28px;
  color: #151515;
  position: relative;
}
.content-contact__form-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 55px;
  height: 1px;
  background: #151515;
}

.content-contact__form-inputs {
  margin: 0px 0px 10px;
  display: flex;
}
.content-contact__form-inputs input:nth-child(1) {
  margin: 0px 10px 0px 0px;
  flex: 1 1 55%;
}
.content-contact__form-inputs input:nth-child(2) {
  flex: 1 1 45%;
}

.content-contact__form-input {
  padding: 22px 18px;
  width: 100%;
  display: inline-block;
  border: 1px solid #C2C2C2;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  color: #151515;
}

.content-contact__form-submit {
  margin: 30px 0px 0px;
}

.content-contact__form-link {
  padding: 14px 46px;
  border: 2px solid #0093E0;
  background: #0093E0;
  cursor: pointer;
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.content-contact__form-link:hover {
  background: transparent;
  color: #0093E0;
}

@media (max-width: 1000px) {
  .content-contact__content {
    flex-direction: column;
  }
  .content-contact__info {
    margin: 0;
    width: 100%;
    order: 2;
  }
  .content-contact__form {
    margin: 0px 0px 30px;
    order: 1;
  }
}
@media (max-width: 770px) {
  .content-contact__body {
    padding: 50px 0px;
  }
  .content-contact__info {
    padding: 40px 20px;
  }
  .content-contact__info-column {
    margin: 0px 0px 15px;
    padding: 0px 0px 15px;
  }
  .content-contact__info-title {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-contact__info-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .content-contact__form {
    margin: 0px 0px 20px;
    padding: 40px 20px;
  }
  .content-contact__form-title {
    margin: 0px 0px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .content-contact__form-title::before {
    width: 30px;
    bottom: -10px;
  }
  .content-contact__form-input {
    padding: 10px 20px;
    font-size: 14px;
  }
  .content-contact__form-link {
    font-size: 14px;
  }
}
.map-contact__body {
  padding: 0px 0px 70px;
}

.map-contact__title {
  margin: 0px 0px 50px;
}

.map-contact__map iframe {
  width: 100%;
  max-height: 400px;
}

@media (max-width: 770px) {
  .map-contact__body {
    padding: 0px 0px 50px;
  }
  .map-contact__title {
    margin: 0px 0px 30px;
  }
}
.content-request {
  position: relative;
  z-index: 1;
}
.content-request::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 316px;
  background: #151515;
  opacity: 0.7;
  z-index: -1;
}

.content-request__body {
  padding: 100px 0px 70px;
}

.content-request__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 316px;
  overflow: hidden;
  z-index: -2;
}
.content-request__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-request__title {
  margin: 0px 0px 50px;
  font-family: Montserrat;
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.content-request__form {
  padding: 65px 60px 75px;
  background: #F5F5F5;
}

.content-request__form-title {
  margin: 0px 0px 50px;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 30px;
  color: #151515;
  position: relative;
}
.content-request__form-title::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -20px;
  width: 60px;
  height: 1px;
  background: #151515;
}

.content-request__form-row {
  margin: 0px 0px 50px;
}
.content-request__form-row:nth-child(2) {
  margin: 0px -10px 30px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}
.content-request__form-row:nth-child(2) input {
  margin: 0px 10px 20px;
}
.content-request__form-row:nth-child(4) {
  margin: 0px -10px 50px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}
.content-request__form-row:nth-child(4) input {
  margin: 0px 10px;
}
.content-request__form-row:nth-child(6) {
  margin: 0px -10px 50px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}
.content-request__form-row:nth-child(6) input {
  margin: 0px 10px;
}
.content-request__form-row:nth-child(8) {
  margin: 0px -10px 50px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}
.content-request__form-row:nth-child(8) .content-request__form-select {
  margin: 0px 10px;
}

.content-request__form-input {
  padding: 15px 20px;
  border: 1px solid #848484;
  background: transparent;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  color: #151515;
}

.content-request__form-select {
  position: relative;
}
.content-request__form-select::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 19px;
  width: 16px;
  height: 8px;
  background: url("../themes/sultan-logistics/assets/img/icon/arrow-select.svg") 0 0/100% 100% no-repeat;
}

.content-request__form-select-body {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #848484;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  color: #151515;
}

.content-request__form-submit {
  display: flex;
  align-items: center;
}

.content-request__form-link {
  margin: 0px 30px 0px 0px;
  padding: 14px 40px;
  border: 2px solid #0093E0;
  background: #0093E0;
  cursor: pointer;
  transition: 0.3s all;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.content-request__form-link:hover {
  background: transparent;
  color: #0093E0;
}

.content-request__form-message {
  width: 450px;
  font-family: Montserrat;
  color: #777777;
}

@media (max-width: 1000px) {
  .content-request__form-row:nth-child(2), .content-request__form-row:nth-child(4), .content-request__form-row:nth-child(6) {
    margin: 0px 0px 50px;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .content-request__form-row:nth-child(2) input, .content-request__form-row:nth-child(4) input, .content-request__form-row:nth-child(6) input {
    margin: 0px 0px 20px;
    width: 100%;
  }
  .content-request__form-row:nth-child(2) input:last-child, .content-request__form-row:nth-child(4) input:last-child, .content-request__form-row:nth-child(6) input:last-child {
    margin: 0;
  }
  .content-request__form-row:nth-child(8) {
    margin: 0px 0px 50px;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .content-request__form-row:nth-child(8) .content-request__form-select {
    margin: 0px 0px 20px;
  }
  .content-request__form-row:nth-child(8) .content-request__form-select:last-child {
    margin: 0;
  }
}
@media (max-width: 770px) {
  .content-request__body {
    padding: 50px 0px;
  }
  .content-request__title {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 30px;
  }
  .content-request__form {
    padding: 40px 20px;
  }
  .content-request__form-title {
    margin: 0px 0px 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .content-request__form-title::before {
    width: 30px;
    bottom: -10px;
  }
  .content-request__form-row:nth-child(2), .content-request__form-row:nth-child(4), .content-request__form-row:nth-child(6) {
    margin: 0px 0px 30px;
  }
  .content-request__form-row:nth-child(2) input, .content-request__form-row:nth-child(4) input, .content-request__form-row:nth-child(6) input {
    margin: 0px 0px 10px;
    width: 100%;
  }
  .content-request__form-row:nth-child(2) input:last-child, .content-request__form-row:nth-child(4) input:last-child, .content-request__form-row:nth-child(6) input:last-child {
    margin: 0;
  }
  .content-request__form-row:nth-child(8) {
    margin: 0px 0px 30px;
  }
  .content-request__form-row:nth-child(8) .content-request__form-select {
    margin: 0px 0px 10px;
  }
  .content-request__form-row:nth-child(8) .content-request__form-select:last-child {
    margin: 0;
  }
  .content-request__form-input {
    padding: 10px 20px;
    font-size: 14px;
  }
  .content-request__form-select::before {
    top: 17px;
    right: 10px;
  }
  .content-request__form-select-body {
    padding: 10px 20px;
    font-size: 14px;
  }
  .content-request__form-submit {
    flex-direction: column;
    align-items: start;
  }
  .content-request__form-link {
    order: 2;
  }
  .content-request__form-message {
    margin: 0px 0px 10px;
    width: 100%;
    order: 1;
    font-size: 14px;
    line-height: 20px;
  }
}
.footer {
  background: #ECECEC;
  z-index: 1000;
}

.main-footer__body {
  padding: 50px 0px 65px;
  display: flex;
  justify-content: space-between;
}

.main-footer__menu {
  display: flex;
}

.main-footer__menu-row {
  margin: 0px 70px 0px 0px;
}
.main-footer__menu-row:last-child {
  margin: 0;
}
.main-footer__menu-row:nth-child(2) {
  max-width: 295px;
}

.main-footer__menu-title {
  margin: 0px 0px 20px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #151515;
}

.main-footer__menu-item {
  margin: 0px 0px 10px;
}
.main-footer__menu-item:last-child {
  margin: 0;
}

.main-footer__menu-link {
  font-family: Montserrat;
  color: #151515;
  transition: 0.3s all;
}
.main-footer__menu-link:hover {
  color: #2896C9;
}

.main-footer__icons {
  display: flex;
}

.main-footer__icons-img {
  margin: 0px 20px 0px 0px;
  min-width: 40.83px;
  height: 40.83px;
  border: 3px solid #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  transition: 0.3s all;
}
.main-footer__icons-img:last-child {
  margin: 0;
}
.main-footer__icons-img:nth-child(1) span {
  width: 23px;
  height: 22px;
  background: url("../themes/sultan-logistics/assets/img/icon/instagram.svg") 0 0/100% 100% no-repeat;
  transition: 0.3s all;
}
.main-footer__icons-img:nth-child(1):hover {
  border: 3px solid #2896C9;
}
.main-footer__icons-img:nth-child(1):hover span {
  background: url("../themes/sultan-logistics/assets/img/icon/instagram-active.svg") 0 0/100% 100% no-repeat;
}
.main-footer__icons-img:nth-child(2) span {
  width: 23px;
  height: 23px;
  background: url("../themes/sultan-logistics/assets/img/icon/whatsapp.svg") 0 0/100% 100% no-repeat;
  transition: 0.3s all;
}
.main-footer__icons-img:nth-child(2):hover {
  border: 3px solid #2896C9;
}
.main-footer__icons-img:nth-child(2):hover span {
  background: url("../themes/sultan-logistics/assets/img/icon/whatsapp-active.svg") 0 0/100% 100% no-repeat;
}

@media (max-width: 830px) {
  .main-footer__body {
    flex-direction: column;
  }
  .main-footer__menu {
    margin: 0px 0px 30px;
    flex-direction: column;
  }
  .main-footer__logo {
    margin: 0px 0px 30px;
  }
  .main-footer__menu-row {
    margin: 0px 0px 20px;
  }
}
.politics-footer__body {
  padding: 18px 0px 26px;
  border-top: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.politics-footer__logo {
  font-family: Montserrat;
  display: flex;
  flex-wrap: wrap;
  color: #818181;
}
.politics-footer__logo span {
  display: block;
}
.politics-footer__logo a {
  padding: 0px 5px 0px;
  display: block;
  color: #fff;
}
.politics-footer__logo img {
  padding: 2px 3px 0px 0px;
}

.politics-footer__socila {
  display: flex;
}

.politics-footer__social-img {
  margin: 0px 5px 0px 0px;
  width: 32px;
  height: 32px;
  border: 2px solid #151515;
  border-radius: 50%;
  background: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.politics-footer__social-img:last-child {
  margin: 0;
}
.politics-footer__social-img img:last-child {
  display: none;
}
.politics-footer__social-img:hover {
  background: transparent;
}
.politics-footer__social-img:hover img:nth-child(1) {
  display: none;
}
.politics-footer__social-img:hover img:nth-child(2) {
  display: block;
}

@media (max-width: 800px) {
  .politics-footer__body {
    padding: 10px 0px;
  }
}