:root {
  --theme-brown: #8C6D5A;
  --theme-beige: #F6F1E9;
}

* {
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.bd-non-checked {
  background: url(/images/logos/worldwide_light.svg) no-repeat left top;
}

.ibm-plex-sans-100 {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ibm-plex-sans-700 {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.raleway-100 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.alice-regular {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #2B3036;
}

.bd-beige {
  background: var(--theme-beige);
}

.bd-brown {
  background: #5b463a;
}

.bd-whyus {
  background: url("/images/whyus.png") no-repeat center center/cover;
}

.bd-about {
  background: url("/images/about.jpg") no-repeat center center/cover;
}

.btn {
  border-radius: 4px;
}

.btn-primary {
  font-family: "IBM Plex Sans", sans-serif;
  background: #5B463A;
  border: 1px solid #5B463A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible {
  color: #fff;
  background-color: #6A5144;
  border-color: #6A5144;
}
.btn-primary:focus, .btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(106, 81, 68, 0.2117647059);
}
.btn-primary:active {
  color: #fff;
  background-color: #4A382F !important;
  border-color: #4A382F !important;
}
.btn-primary:disabled {
  color: #fff;
  background-color: #C8BEB6;
  border-color: #C8BEB6;
  opacity: 1;
}

.btn-check + .btn:hover {
  color: #fff;
  background-color: var(--theme-brown);
  border-color: var(--theme-brown);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: var(--theme-brown);
  border-color: var(--theme-brown);
}

.btn-check:focus-visible + .btn {
  border-color: var(--theme-brown);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(230, 225, 217, 0.4784313725);
}

.btn-outline-primary {
  border-color: var(--theme-brown);
  color: var(--theme-brown);
  font-family: "IBM Plex Sans", sans-serif;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:focus-visible {
  color: #fff;
  background-color: #6A5144;
  border-color: #6A5144;
}
.btn-outline-primary:active {
  color: #fff;
  background-color: #4A382F !important;
  border-color: #4A382F !important;
}
.btn-outline-primary:disabled {
  color: #C8BEB6;
  background-color: transparent;
  border-color: #C8BEB6;
  opacity: 1;
}

h1 {
  font-size: 56px;
  font-family: "Alice", serif;
  color: #1F2328;
}

h2, .h2 {
  font-size: 56px;
  font-family: "Alice", serif;
  color: #1F2328;
}

.modal-title {
  color: #1F2328;
  font-family: "Alice", serif;
  font-size: 36px;
}

.form-control, .form-select {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #1F2328;
}

.form-control:focus, .form-select:focus {
  border-color: #E6E1D9;
  box-shadow: 0 0 0 0.25rem rgba(230, 225, 217, 0.4784313725);
}

.btn-close:focus {
  box-shadow: unset;
}

.accordion-item {
  border: 1px solid #E6E1D9 !important;
}

.accordion-button {
  color: #2B3036;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background: var(--theme-beige);
  color: #2B3036;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-button::after {
  background-image: url("/images/icons/arrow-down.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/images/icons/arrow-down.svg");
}

#services, #whyus, #works, #steps, #faq, #connect, footer {
  margin-top: 120px;
}

#about {
  padding-top: 60px;
  padding-bottom: 60px;
}
#about .info {
  width: 16px;
  height: 16px;
  color: #5B463A;
}
.flickity-page-dots {
  bottom: 30px;
}

.flickity-page-dots .dot {
  width: 15px;
  height: 5px;
  background: #E1DBD6;
  border-radius: 2px;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: var(--theme-brown);
  width: 30px;
}

header.desktop .contents {
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
header.desktop ._1, header.desktop ._2, header.desktop ._3 {
  min-height: 60px;
}
header.desktop .language {
  background: url("/images/icons/language.svg") no-repeat left center;
}
header.desktop .language .dropdown-toggle {
  border: 0 !important;
}
header.desktop .language .dropdown-menu {
  min-width: unset;
}
header.desktop .language button {
  color: #E1DBD6;
  font-size: 18px;
}
header.desktop .navbar-brand {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
header.desktop .navbar-brand .worldwide {
  color: #5B463A;
}
header.desktop .navbar-brand .by {
  color: #E6E1D9;
}
header.desktop .navbar-brand .image {
  width: 35px;
}
header.desktop .phone {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #5B463A;
  border-bottom: 1px dotted #5B463A;
}
header.desktop .phone:hover {
  border-bottom: 1px dotted transparent;
}
header.desktop .menu-center a {
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: #2B3036;
}
header.desktop .menu-center a.active, header.desktop .menu-center a:hover {
  color: #84583E;
}

header.mobile ._1, header.mobile ._2 {
  min-height: 60px;
}
header.mobile .navbar-brand {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
header.mobile .navbar-brand .worldwide {
  color: #5B463A;
}
header.mobile .navbar-brand .by {
  color: #E6E1D9;
}
header.mobile .navbar-brand .image {
  width: 35px;
  margin-top: -5px;
}
header.mobile .phone {
  color: #5B463A;
  font-size: 24px;
}

.carousel-header .carousel-cell {
  background: rgba(255, 255, 255, 0.9);
}
.carousel-header .carousel-cell.contents {
  height: 100vh;
  min-height: 400px;
  max-height: 1000px;
}
.carousel-header .carousel-cell.contents img {
  width: 220px;
}
.carousel-header .carousel-cell.contents h1 {
  font-family: "Alice", serif;
  font-size: 56px;
  line-height: 56px;
}
.carousel-header .carousel-cell.contents p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
}
@media (max-width: 1199px) {
  .carousel-header .carousel-cell.contents {
    height: calc(100vh - 60px);
  }
  .carousel-header .carousel-cell.contents h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .carousel-header .carousel-cell.contents p {
    font-size: 16px;
  }
  .carousel-header .carousel-cell.contents img {
    width: 170px;
  }
}
@media (max-width: 575px) {
  .carousel-header .carousel-cell.contents {
    flex-direction: column;
  }
}

.icons .block {
  background: #FBF8F3;
  border: 1px solid #E6E1D9;
}
.icons .icon {
  min-height: 50px;
  max-width: 50px;
  border: 1px solid #E6E1D9;
}
.icons .icon.experience {
  background: url("/images/icons/experience.svg") var(--theme-beige) no-repeat center center;
}
.icons .icon.projects {
  background: url("/images/icons/projects.svg") var(--theme-beige) no-repeat center center;
}
.icons .icon.tech {
  background: url("/images/icons/tech.svg") var(--theme-beige) no-repeat center center;
}
.icons .no {
  font-family: "Alice", serif;
  font-size: 36px;
}
.icons .text {
  font-size: 16px;
}

#about .description {
  font-size: 18px;
}

#services .block {
  background: url("/images/logos/worldwide_light.svg") #FBF8F3 no-repeat 10px 10px/30px;
  border: 1px solid #E6E1D9;
  min-height: 214px;
}
#services h3, #services .h3 {
  font-family: "Alice", serif;
  font-size: 24px;
}
#services .description {
  min-height: 100px;
}
#services .link .btn-link {
  border-bottom: 1px dotted var(--theme-brown);
  text-decoration: none;
  color: #5B463A;
}
#services .link .btn-link:hover {
  border-bottom: 1px dotted transparent;
}

.advantages .prices {
  background: url("/images/icons/prices.svg") no-repeat 5px 5px;
}
.advantages .quality {
  background: url("/images/icons/quality.svg") no-repeat 5px 5px;
}
.advantages .speed {
  background: url("/images/icons/speed.svg") no-repeat 5px 5px;
}
.advantages .expertise {
  background: url("/images/icons/expertise.svg") no-repeat 5px 5px;
}
.advantages .support {
  background: url("/images/icons/support.svg") no-repeat 5px 5px;
}
.advantages .advantage {
  font-size: 20px;
  min-height: 35px;
  background-size: 35px;
}

.slider-video {
  height: 100vh;
  min-height: 400px;
  max-height: 1000px;
}

@media (max-width: 1199px) {
  .slider-video {
    height: calc(100vh - 60px);
  }
}
.slider-video video {
  object-fit: cover;
}

#steps .circle {
  width: 100px;
  height: 100px;
  border: 1px solid #E6E1D9;
  background: #FBF8F3;
  color: #5B463A;
  font-size: 36px;
  font-family: "Alice", serif;
}
#steps .step {
  color: #2B3036;
  font-size: 22px;
  font-family: "IBM Plex Sans", sans-serif;
}
#steps .block::after, #steps .block::before {
  content: "";
  position: absolute;
  top: 50px;
  width: 82px;
  height: 2px;
  background-color: #E6E1D9;
}
#steps .block::before {
  right: 0;
}
#steps .block.first::after {
  content: unset;
}
#steps .block.fifth::before {
  content: unset;
}
@media (max-width: 1399px) {
  #steps .block::after, #steps .block::before {
    width: 65px;
  }
}
@media (max-width: 1199px) {
  #steps .block::after, #steps .block::before {
    width: 46px;
  }
}
@media (max-width: 991px) {
  #steps .block::after, #steps .block::before {
    width: 22px;
  }
}
@media (max-width: 767px) {
  #steps .block::after, #steps .block::before {
    width: 20px;
    top: 35px;
  }
  #steps .circle {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  #steps .block::after, #steps .block::before {
    content: unset;
  }
}

#connect .description {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
}

#mmenu {
  z-index: 9999;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #5B463A;
  width: 30px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  background-color: #5B463A;
}

.hamburger-box {
  width: 30px;
  margin-top: 5px;
}

.mm-menu_offcanvas {
  width: 100%;
  margin-top: 60px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: unset;
  transform: unset;
}

footer a {
  color: #1F2328;
  text-decoration: none;
}
footer .logo {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
}
footer .logo .worldwide {
  color: var(--theme-brown);
}
footer .logo .by {
  color: #E1DBD6;
}
footer .logo .image {
  width: 35px;
}
footer .description {
  color: #E1DBD6;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
footer .row._1 {
  padding-bottom: 30px;
}
footer .row._1 .phone, footer .row._1 .email {
  color: var(--theme-brown);
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
footer .row._1 .phone {
  border-bottom: 1px dotted var(--theme-brown);
}
footer .row._1 .phone:hover {
  border-bottom: 1px dotted transparent;
}
footer .row._1 .email {
  font-size: 16px;
  border-bottom: 1px dotted var(--theme-brown);
}
footer .row._1 .email:hover {
  border-bottom: 1px dotted transparent;
}
footer .row._1 .menu-center a {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
footer .row._1 .menu-center a:hover {
  text-decoration: underline;
}
footer .row._2 hr {
  border-top: 1px solid #D9D9D9;
  opacity: 1;
}
footer .row._3 {
  padding-top: 30px;
  padding-bottom: 60px;
}
footer .row._3 p {
  font-family: "Raleway", sans-serif;
  color: #1F2328;
  font-weight: 600;
}
footer .row._3 a {
  border-bottom: 1px dotted #1F2328;
}
footer .row._3 a:hover {
  border-bottom: 1px dotted transparent;
}
footer .icons i {
  color: var(--theme-brown);
  font-size: 36px;
}

@media (max-width: 1199px) {
  #services .description {
    min-height: 130px;
  }
  footer .row._1 .phone {
    font-size: 16px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
  #about .description {
    font-size: 16px;
  }
  .modal-title {
    font-size: 26px;
  }
  #steps .step {
    font-size: 16px;
  }
  .advantages .advantage {
    font-size: 16px;
  }
  #services, #whyus, #works, #steps, #faq, #connect, footer {
    margin-top: 70px;
  }
  .carousel-header .carousel-cell ._2 img {
    width: 200px;
  }
  .carousel-header .carousel-cell ._1 h1 {
    font-size: 34px;
  }
  .carousel-header .carousel-cell ._1 p {
    font-size: 16px;
  }
  #connect .description {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #whyus .image {
    min-height: 300px;
  }
  #services .description {
    min-height: unset;
  }
}
@media (max-width: 575px) {
  .slider-video {
    min-height: 500px;
    height: unset;
  }
  .carousel-header .carousel-cell {
    min-height: 500px;
  }
  .carousel-header .carousel-cell ._1, .carousel-header .carousel-cell ._2 {
    height: unset;
    min-height: unset;
  }
  .carousel-header .carousel-cell .flex-reverse-mobile {
    flex-direction: column-reverse;
  }
  .flickity-page-dots {
    bottom: 10px;
  }
}

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