@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "YU Buyan";
  src: url("/fonts/YUBuyan-Bold.woff2") format("woff2"), url("/fonts/YUBuyan-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background: url(../img/pattern.jpeg) repeat;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1178px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

h1 {
  font-family: "YU Buyan", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 59px;
  font-weight: bold;
  line-height: 98.3%;
  letter-spacing: 5%;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 39px;
  }
}
h1 small {
  display: block;
  color: rgb(255, 255, 255);
  font-family: "Manrope";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: none;
}
@media (max-width: 768px) {
  h1 small {
    font-size: 16px;
    padding-top: 10px;
  }
}

h2 {
  font-family: "YU Buyan", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 59px;
  font-weight: bold;
  line-height: 98.3%;
  letter-spacing: 5%;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    padding: 0 20px;
  }
}
h2 small {
  display: block;
  color: rgb(255, 255, 255);
  font-family: "Manrope";
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: none;
}
@media (max-width: 768px) {
  h2 small {
    font-size: 16px;
    padding-top: 10px;
  }
}
h2.marker-center:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/marker.svg) 0 0 no-repeat;
  position: absolute;
  top: -80px;
  left: calc(50% - 16px);
}
@media (max-width: 768px) {
  h2.marker-center:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 5px;
  }
}
h2.marker-left {
  text-align: left;
}
h2.marker-left:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/marker.svg) 0 0 no-repeat;
  position: absolute;
  top: -50px;
  left: 0;
}
@media (max-width: 1200px) {
  h2.marker-left:before {
    left: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  h2.marker-left:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 5px;
  }
}
h2.left-align {
  text-align: left;
}

.parallax {
  position: relative;
}

.items__inner {
  position: absolute;
  height: 100vh;
  width: 100%;
}

.items__layer {
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media (max-width: 768px) {
  .items__layer {
    overflow-x: hidden;
  }
}
.items__layer .items__item {
  position: absolute;
}
.items__layer:nth-child(1) {
  z-index: 1;
}
.items__layer:nth-child(1) .items__item {
  top: -750px !important;
  left: -200px !important;
}
.items__layer:nth-child(1) .items__item img {
  width: 1670px;
}
.items__layer:nth-child(2) {
  z-index: 0;
}
.items__layer:nth-child(2) .items__item {
  position: absolute;
  top: -50px !important;
  left: auto !important;
  right: -50px;
}
.items__layer:nth-child(2) .items__item img {
  width: 915px;
}
@media (max-width: 768px) {
  .items__layer:nth-child(2) .items__item img {
    width: 450px;
  }
}
.items__layer:nth-child(3) .items__item {
  position: absolute;
  top: -550px !important;
  left: auto !important;
  right: -650px;
}
.items__layer:nth-child(3) .items__item img {
  width: 1625px;
}
@media (max-width: 768px) {
  .items__layer:nth-child(3) .items__item img {
    width: 800px;
  }
}
.items__layer:nth-child(4) .items__item {
  top: 750px !important;
  left: -250px !important;
}
@media (max-width: 768px) {
  .items__layer:nth-child(4) .items__item {
    display: none;
  }
}
.items__layer:nth-child(4) .items__item img {
  width: 741px;
}
.items__layer:nth-child(5) .items__item {
  position: absolute;
  top: 1700px !important;
  left: auto !important;
  right: -700px;
}
@media (max-width: 768px) {
  .items__layer:nth-child(5) .items__item {
    display: none;
  }
}
.items__layer:nth-child(5) .items__item img {
  width: 1380px;
}
.items__layer:nth-child(6) .items__item {
  position: absolute;
  top: 100px !important;
  left: auto !important;
  right: calc(50% - 569px);
}
@media (max-width: 768px) {
  .items__layer:nth-child(6) .items__item {
    display: none;
  }
}
.items__layer:nth-child(6) .items__item img {
  width: 549px;
}
.items__layer:nth-child(7) .items__item {
  position: absolute;
  top: 570px !important;
  left: calc(50% - 676px) !important;
  transform: rotate(1deg);
}
@media (max-width: 1200px) {
  .items__layer:nth-child(7) .items__item {
    display: none;
  }
}
.items__layer:nth-child(8) {
  z-index: 1;
}
@media (max-width: 768px) {
  .items__layer:nth-child(8) {
    display: none;
  }
}
.items__layer:nth-child(8) .items__item {
  top: 1950px !important;
  left: calc(50% - 800px) !important;
}
.items__layer:nth-child(8) .items__item img {
  width: 1270px;
}

header {
  position: relative;
  z-index: 9;
  margin-bottom: 187px;
}
@media (max-width: 768px) {
  header {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
  }
}
header:before {
  content: "";
  width: 1px;
  height: 100vh;
  left: 0;
  top: 0px;
  border-right: 1px dashed #fff;
  position: fixed;
}

@media (max-width: 768px) {
  .header-content {
    display: flex;
    justify-content: center;
  }
}

.logo-block {
  display: inline-block;
  padding: 37px 13px 15px 13px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .logo-block {
    padding: 15px 30px;
  }
}

.logo {
  color: rgb(20, 67, 114);
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  .logo {
    font-size: 18px;
    line-height: 24px;
  }
}

.main-welcome {
  margin-bottom: 225px;
  position: relative;
  z-index: 7;
}
.main-welcome__content {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .main-welcome__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .main-welcome {
    margin-bottom: 50px;
  }
}

.airplane {
  position: absolute;
  right: -20px;
  top: -200px;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .airplane {
    top: -136px;
    right: auto;
    left: -93px;
    transform: rotate(-32deg);
    display: block;
  }
}
.airplane img {
  width: 548px;
}
@media (max-width: 768px) {
  .airplane img {
    width: 160px;
  }
}

.route {
  position: absolute;
  right: -211px;
  top: 53px;
  z-index: 0;
  overflow: hidden;
  height: 4980px;
}
@media (max-width: 1280px) {
  .route {
    display: none;
  }
}

@media (max-width: 768px) {
  .try-swiper {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.swiper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.swiper-slide {
  width: calc(25% - 18px);
}
@media (max-width: 768px) {
  .swiper-slide {
    width: 217px;
  }
}

.try {
  position: relative;
  z-index: 9;
  margin-bottom: 220px;
}
@media (max-width: 1200px) {
  .try {
    margin-bottom: 100px;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: transparent;
  transition: 0.5s;
  margin: 0 5px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 18px;
  height: 18px;
}

.try-item {
  border-radius: 20px;
  padding: 26px 26px 26px 26px;
  background: rgba(255, 255, 255, 0.23);
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.try-item__icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .try-item__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.try-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.try-item__title {
  display: block;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 8%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .try-item__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.try-item p {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 992px) {
  .try-item p {
    font-size: 14px;
  }
}

.bottom-route {
  position: absolute;
  right: -143px;
  top: calc(100% - 82px);
}
@media (max-width: 1200px) {
  .bottom-route {
    display: none;
  }
}

.company {
  position: relative;
  z-index: 9;
  min-height: 1350px;
  margin-bottom: 396px;
}
.company:before {
  content: "";
  width: 10px;
  height: calc(100% - 1300px);
  background: url(../img/route-repeat.png) 0 0 repeat-y;
  position: absolute;
  right: -111px;
  top: 1211px;
}
@media (max-width: 1200px) {
  .company:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .company {
    min-height: auto;
    margin-bottom: 100px;
  }
}

.company-item {
  background: url(../img/company-bg.png) 50% 285% no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company-item {
    margin-bottom: 10px;
  }
}
.company-item__head {
  padding: 25px 46px 0 46px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(172, 195, 208);
}
@media (max-width: 768px) {
  .company-item__head {
    padding: 10px;
    flex-direction: column;
  }
}
.company-item__head-item {
  width: calc(33.3333333333% - 6px);
  display: flex;
  align-items: center;
  padding: 17px 10px;
  border-radius: 10px 10px 0px 0px;
  background: rgb(255, 255, 255);
  color: rgb(77, 81, 89);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .company-item__head-item {
    border-radius: 8px;
    font-size: 12px;
    padding: 6px;
    width: 100%;
    margin-bottom: 4px;
  }
  .company-item__head-item:last-child {
    margin-bottom: 0;
  }
}
.company-item__head-item .icon {
  display: block;
  margin-right: 8px;
}
.company-item__head-item .icon img {
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.company-item__about {
  padding: 0 45px 0 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(172, 195, 208);
  position: relative;
}
@media (max-width: 992px) {
  .company-item__about {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .company-item__about {
    flex-direction: column;
    padding: 0;
  }
}
.company-item__about:before {
  content: "";
  position: absolute;
  left: -4px;
  top: calc(50% - 15px);
  width: 16px;
  height: 29px;
  background: url(../img/card-triangle.svg);
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .company-item__about:before {
    top: 46px;
  }
}
.company-item__about:after {
  content: "";
  position: absolute;
  right: -4px;
  top: calc(50% - 15px);
  width: 16px;
  height: 29px;
  background: url(../img/card-triangle.svg);
}
@media (max-width: 768px) {
  .company-item__about:after {
    top: 46px;
  }
}
.company-item__logo {
  width: 186px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .company-item__logo {
    width: 100px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .company-item__logo {
    width: 100%;
    height: 122px;
    border-bottom: 1px dashed rgb(172, 195, 208);
    margin-right: 0;
  }
}
.company-item__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.company-item__text {
  width: calc(100% - 300px);
}
@media (max-width: 768px) {
  .company-item__text {
    width: 100%;
    padding: 13px 15px;
  }
}
.company-item__text p {
  color: rgb(77, 81, 89);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .company-item__text p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.company-item__btn {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .company-item__btn {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .company-item__btn {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 22px;
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 480px) {
  .company-item__btn .btn {
    width: 100%;
  }
}
.company-item__services {
  display: flex;
  width: 100%;
  justify-content: stretch;
  border-bottom: 1px dashed rgb(172, 195, 208);
  background: #fff;
}
.company-item__part {
  display: flex;
  width: 100%;
  justify-content: stretch;
  padding: 25px 45px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .company-item__part {
    flex-direction: column;
    padding: 20px 15px;
  }
}

.btn {
  position: relative;
  height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border: 2px solid rgb(0, 132, 213);
  border-radius: 60px;
  background: rgb(0, 132, 213);
  color: rgb(255, 255, 255);
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.5s;
}
.btn .icon {
  position: absolute;
  left: 20px;
  display: block;
  margin-right: 5px;
  opacity: 0;
  transition: 0.5s;
}
.btn .icon img {
  width: 14px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.btn:hover {
  background: #fff;
  color: rgb(0, 132, 213);
}
.btn:hover .icon {
  opacity: 1;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  height: 52px;
  padding: 0 30px;
  background: #fff;
  color: rgb(20, 67, 114);
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn-white:hover {
  color: #fff;
  background: rgb(20, 67, 114);
}
.btn-white:hover .icon svg {
  color: #fff;
}
.btn-white .icon {
  display: block;
  margin-right: 12px;
}
.btn-white .icon svg {
  display: block;
  width: 20px;
  height: 20px;
  color: rgb(20, 67, 114);
  transition: 0.5s;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed rgb(172, 195, 208);
  padding: 20px 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .service-item {
    padding: 10px;
  }
}
.service-item:last-child {
  border-right: 0;
}
.service-item .icon {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 768px) {
  .service-item .icon {
    margin-bottom: 0;
  }
}
.service-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service-item__title {
  display: block;
  color: rgb(77, 81, 89);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 768px) {
  .service-item__title {
    display: none;
  }
}

.part-item {
  width: 100%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .part-item {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .part-item:last-child {
    margin-bottom: 0;
  }
}
.part-item small {
  display: block;
  color: rgb(146, 162, 173);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .part-item small {
    margin-bottom: 0;
  }
}
.part-item span {
  position: relative;
  display: block;
  color: rgb(77, 81, 89);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .part-item span {
    padding-left: 0;
    font-size: 12px;
    text-align: right;
  }
}
.part-item span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(0, 138, 217);
  position: absolute;
  left: 0px;
  top: 9px;
}
@media (max-width: 768px) {
  .part-item span:before {
    display: none;
  }
}

.reliably {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  margin-bottom: 356px;
}
@media (max-width: 1200px) {
  .reliably {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 56px;
  }
}
.reliably__title {
  max-width: 430px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1200px) {
  .reliably__title {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .reliably__title h2 {
    text-align: center;
  }
}
.reliably__slider {
  position: relative;
  z-index: 9;
}
@media (max-width: 1200px) {
  .reliably__slider {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .reliably__slider {
    width: calc(100% + 30px);
    margin: 0 -30px;
  }
}

.island-bg {
  position: absolute;
  width: 940px;
  height: 924px;
  top: -500px;
  right: -100px;
  padding-top: 220px;
  background: url(../img/island-2.png) 50% 0 no-repeat;
  background-size: 940px auto;
}
@media (max-width: 1200px) {
  .island-bg {
    top: 0;
    width: 100%;
    right: 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .island-bg {
    background-size: 524px auto;
    height: 514px;
    padding-top: 131px;
  }
}

.reliably-swiper {
  width: 480px;
  height: 480px;
}
@media (max-width: 768px) {
  .reliably-swiper {
    width: 100%;
    height: 322px;
    padding: 0 60px;
  }
}
@media (min-width: 769px) {
  .reliably-swiper .swiper-slide {
    opacity: 0 !important;
  }
  .reliably-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .reliably-swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
.reliably-swiper .swiper-button-next {
  left: 0 auto;
  right: 25px;
  top: calc(50% - 5px);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: 0.5s;
  border: 0;
}
@media (max-width: 768px) {
  .reliably-swiper .swiper-button-next {
    display: none;
  }
}
.reliably-swiper .swiper-button-next:before, .reliably-swiper .swiper-button-next:after {
  display: none;
}
.reliably-swiper .swiper-button-next:hover {
  opacity: 1;
}
.reliably-swiper .swiper-button-prev {
  right: auto;
  left: 25px;
  top: calc(50% - 5px);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: 0.5s;
  opacity: 0.7;
  transform: rotate(-180deg);
}
@media (max-width: 768px) {
  .reliably-swiper .swiper-button-prev {
    display: none;
  }
}
.reliably-swiper .swiper-button-prev:before, .reliably-swiper .swiper-button-prev:after {
  display: none;
}
.reliably-swiper .swiper-button-prev:hover {
  opacity: 1;
}

.reliably-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 480px;
  height: 480px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .reliably-item {
    width: 262px;
    height: 262px;
    padding-bottom: 30px;
  }
}
.reliably-item__stars {
  display: block;
  position: absolute;
  right: 36px;
  top: 36px;
}
@media (max-width: 375px) {
  .reliably-item__stars {
    right: 18px;
    top: 18px;
  }
}
.reliably-item__stars img {
  width: 72px;
  height: 72px;
}
@media (max-width: 768px) {
  .reliably-item__stars img {
    width: 36px;
    height: 36px;
  }
}
.reliably-item__logo {
  width: 254px;
  height: 177px;
  display: block;
  margin: 0 auto 5px;
}
@media (max-width: 768px) {
  .reliably-item__logo {
    width: 146px;
    height: 102px;
  }
}
.reliably-item__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
}
.reliably-item p {
  max-width: 275px;
  color: rgb(77, 81, 89);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .reliably-item p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}
.reliably-item__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.reliably-item__btn .btn .icon {
  width: 14px;
  height: 12px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .reliably-item__btn .btn {
    height: 38px;
    font-size: 12px;
  }
}

.swiper-pagination2 {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .swiper-pagination2 {
    display: flex;
  }
}

.adress-item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.23);
  margin-bottom: 14px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  padding: 5px 25px;
}

footer {
  margin-top: -300px;
}

.footer-top {
  width: 100%;
  height: 910px;
  background: url(../img/footer-top.png) 50% 0 repeat-x;
  padding-top: 700px;
}

.footer-main {
  position: relative;
  margin-top: -50px;
  background: url(../img/footer-pattern.jpeg) 50% 0 repeat;
  padding-bottom: 30px;
}
.footer-main:before {
  content: "";
  width: 100%;
  height: 143px;
  background: url(../img/footer-center.png) 50% 0 repeat-x;
  background-size: auto 143px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 0;
}

.footer-logo-block {
  display: flex;
  justify-content: center;
  margin-bottom: 46px;
}

.footer-logo {
  background: rgb(180, 152, 130);
  padding: 12px 20px;
  color: rgb(255, 255, 255);
  font-family: "Rubik", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 53px;
  letter-spacing: 0%;
}

.footer-text {
  max-width: 830px;
  margin: 0 auto 45px;
  position: relative;
  z-index: 9;
  padding: 0 15px;
}
.footer-text p {
  color: rgb(96, 84, 74);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 184.2%;
  letter-spacing: 0%;
  text-align: center;
}

.copy {
  position: relative;
  color: rgb(96, 84, 74);
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 184.2%;
  letter-spacing: 0%;
  text-align: center;
}
.copy:before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  top: -20px;
  left: calc(50% - 40px);
  background-color: rgb(192, 161, 133);
}

.wrapper {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}