@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
html a {
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
input:focus {
  border: 0;
  outline: 0;
}

button:focus {
  outline: 0;
}

* {
  -webkit-locale: auto;
  white-space: normal;
}

body {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #486AD0;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
button,
textarea {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

b {
  font-weight: 700;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

.container {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.big-container {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

/*------------------------Grid Style------------------------*/
.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-none {
  display: none;
}

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

.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col-lg-4-8,
.col-lg-6,
.col-lg-4 {
  grid-gap: 30px;
}

.col-lg-4-8 {
  grid-template-columns: 1fr 2fr;
}

.col-lg-6 {
  grid-template-columns: repeat(2, 1fr);
}

.col-lg-4 {
  grid-template-columns: repeat(3, 1fr);
}

.gap-0 {
  grid-gap: 0;
}

/*------------------------Indentation------------------------*/
.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

/*------------------------Font & Text------------------------*/
.font-s-14 {
  font-size: 14px !important;
}

.font-s-18 {
  font-size: 18px !important;
}

.font-s-24 {
  font-size: 24px !important;
}

.font-s-36 {
  font-size: 36px !important;
}

.font-s-42 {
  font-size: 42px !important;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-700 {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

@media (max-width: 1070px) {
  .col-lg-4-8,
  .col-lg-6,
  .col-lg-12 {
    grid-template-columns: 1fr;
  }
  .col-md-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-md-12 {
    grid-template-columns: 1fr;
  }
  .md-d-none {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-md-6,
  .col-md-12 {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 12px;
  }
  .sm-d-none {
    display: none;
  }
}
/*------------------------Global------------------------*/
.title-box {
  font-size: 48px;
  line-height: 59px;
}

.title-box-s {
  font-size: 42px;
  line-height: 51px;
}

.wrapper.w-page {
  margin-top: 105px;
}

/*------------------------Preloader------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loaded {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}

.hide-preloader {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  pointer-events: none;
  visibility: hidden;
}

/*------------------------Button------------------------*/
.btn {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  font-weight: 500;
  border: 0;
}

.btn-orange {
  background: #fac45e;
  color: #000;
}
.btn-orange:hover {
  color: #000;
  background: #ffb221;
}

.btn-big {
  font-weight: bold;
  font-size: 18px;
  padding: 19px 48px;
}

.btn-small {
  padding: 14px 48px;
}

/*------------------------Form------------------------*/
input {
  border: none;
  border-bottom: 1px solid #000;
  height: 26px;
}
input:hover, input:focus {
  border-bottom: 1px solid #486ad0;
}

textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #000;
  border-radius: 5px;
  resize: none;
  padding: 16px;
}
textarea:hover, textarea:focus {
  border-color: #486ad0;
}

label {
  font-size: 14px;
}

/*------------------------Navigation------------------------*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 18px 30px;
  z-index: 9997;
  border-bottom: 1px solid #000000;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.navbar .nav-menu {
  gap: 80px;
}
.navbar .nav-menu li {
  position: relative;
}
.navbar .nav-menu li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #000;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.navbar .nav-menu li a.active {
  color: #486ad0;
}
.navbar .lang {
  position: relative;
}
.navbar .lang:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #000;
  bottom: -27px;
  left: -50px;
}
.navbar .lang li {
  margin: 0 24px;
}
.navbar .lang li a.active {
  color: #486ad0;
}
.navbar .burger {
  position: absolute;
  right: 12px;
  top: 29px;
  display: none;
  cursor: pointer;
}
.navbar .burger div {
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .burger div.line2 {
  margin: 8px 0;
}

.mobile-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  z-index: 9996;
  padding: 137px 12px 48px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu.active {
  top: 0;
  opacity: 1;
}
.mobile-menu .nav-menu,
.mobile-menu .lang,
.mobile-menu .fast-link {
  display: block;
}
.mobile-menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.mobile-menu .lang li {
  margin: 0 24px;
}
.mobile-menu .lang li a.active {
  color: #486ad0;
}
.mobile-menu .nav-menu li {
  margin: 48px 0;
}
.mobile-menu .nav-menu li a {
  font-size: 18px;
}
.mobile-menu .nav-menu li a.active {
  color: #486ad0;
}
.mobile-menu .fast-link {
  font-size: 14px;
}
.mobile-menu .fast-link li {
  margin: 24px 0;
}
.mobile-menu .fast-link li:last-child {
  margin: 24px 0 0;
}

/*------------------------Section------------------------*/
.section {
  margin: 144px 0;
}
.section.section-bg {
  padding: 144px 0;
}
.section .what-box {
  margin: 96px 0 0;
}

.sticky-box {
  position: relative;
}
.sticky-box h2 {
  position: sticky;
  top: 89px;
}

/*------------------------Header------------------------*/
.header {
  position: relative;
  background: #f5f8ff;
  border-radius: 50px;
  margin-top: 128px;
}
.header #anim-text {
  min-height: 118px;
}
.header #anim-text span {
  visibility: hidden;
}
.header .header-item {
  margin-right: -186px;
}
.header .header-info {
  padding: 96px 0;
}
.header .header-info .fast-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 11px 16px;
  background: #fff;
}
.header .header-info .fast-link li {
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.header .header-info .fast-link li:after {
  content: "|";
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .header-info .fast-link li:last-child:after {
  display: none;
  content: "";
  margin: 0;
}
.header .header-info .more-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .head-poster img {
  display: block;
  border-radius: 100px 50px 50px 100px;
  width: 610px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

/*------------------------Speeadbar------------------------*/
.speedbar {
  padding: 32px 0 24px;
}
.speedbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.speedbar ul li {
  position: relative;
}
.speedbar ul li:not(a):after {
  content: "/";
  margin: 0 5px;
}
.speedbar ul li:not(a):last-child:after {
  content: "";
}
.speedbar ul li a {
  color: #486ad0;
}

/*------------------------Conrols Section------------------------*/
.control-section .title-box {
  margin-bottom: 96px;
}
.control-section .control-items .item {
  border: 1px solid #000000;
  border-radius: 20px 20px 10px 10px;
  border-top: 0;
}
.control-section .control-items .item .poster {
  margin: 0 -1px;
}
.control-section .control-items .item .poster img {
  border-radius: 10px 10px 0 0;
}
.control-section .control-items .item .info {
  border-top: 0;
  padding: 24px;
}
.control-section .control-items .item.item-services {
  padding: 48px;
  grid-column-start: 2;
  grid-column-end: 4;
  border: 1px solid #000000;
  border-radius: 10px;
}
.control-section .control-items .item.item-services .title {
  font-size: 24px;
  margin: 0 0 48px;
}
.control-section .control-items .item.item-services ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  margin: 24px 0;
  padding-right: 35px;
}
.control-section .control-items .item.item-services ul li a:after {
  content: "→";
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
}

/*------------------------Works Section------------------------*/
.works-section {
  background: #000000;
  color: #fff;
}
.works-section .works-items {
  margin: 128px 0 48px;
}
.works-section .works-items .item {
  margin-bottom: 96px;
}
.works-section .works-items .item .title {
  opacity: 0.5;
}
.works-section .works-items .item .info {
  line-height: 29px;
}

/*------------------------Collapse------------------------*/
.collapse {
  border-top: 1px solid #000;
}
.collapse .collapse-item {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
.collapse .collapse-item .collapse-head {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.collapse .collapse-item .collapse-head:hover {
  color: #486ad0;
}
.collapse .collapse-item .collapse-head .title {
  font-size: 24px;
  margin-right: 35px;
}
.collapse .collapse-item .collapse-head .arrow {
  position: absolute;
  top: 5px;
  right: 0;
}
.collapse .collapse-item .collapse-head:hover .arrow svg path {
  stroke: #486ad0;
}
.collapse .collapse-item .collapse-body {
  overflow: hidden;
  height: 0;
}
.collapse .collapse-item .collapse-body .project-poster img {
  border-radius: 10px;
}
.collapse .collapse-item .collapse-body.active {
  margin-top: 24px;
}
.collapse .collapse-item .collapse-body p:not(:last-child) {
  margin-bottom: 24px;
}
.collapse .collapse-item.active .collapse-head .title {
  color: #486ad0;
}
.collapse .collapse-item.active .collapse-head .arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.collapse .collapse-item.active .collapse-head .arrow svg path {
  stroke: #486ad0;
}
.collapse .collapse-item.active .collapse-body {
  height: auto;
  margin-top: 24px;
}

/*------------------------Contact Section------------------------*/
.contact-section {
  background: #f5f8ff;
}
.contact-section .contact-forms {
  background: #fff;
  border-radius: 5px;
  padding: 48px;
}
.contact-section .contact-forms .title {
  font-size: 24px;
}
.contact-section .contact-forms .send-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.informer .b-title {
  font-size: 18px;
  margin: 48px 0 24px;
}
.informer .info-item {
  margin: 24px 0;
  line-height: 20px;
}
.informer .info-item:first-child {
  margin-top: 0;
}
.informer .info-item:last-child {
  margin-bottom: 0;
}
.informer .info-item p {
  font-weight: 400;
}
.informer.normal-line .info-item {
  line-height: 26px;
}

/*------------------------Project Section------------------------*/
.project-section .title-box-s {
  margin-bottom: 52px;
}

/*------------------------Pages------------------------*/
.section-page {
  padding: 0 0 144px;
}

.contact-page .contact-box {
  padding-top: 79px;
}

.services-page .services-item {
  margin-bottom: 96px;
}
.services-page .services-item:last-child {
  margin-bottom: 0;
}

.global-contact {
  padding: 144px 0;
}

.about-page .about-box .about-poster img {
  border-radius: 10px;
}
.about-page .about-info {
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 30px;
}
.about-page .about-info .all-info .content {
  margin-top: 48px;
  font-weight: 400;
}
.about-page .about-info .all-info .content p {
  margin-bottom: 28px;
  font-size: 18px;
}
.about-page .about-info .all-info .content p:last-child {
  margin-bottom: 0;
}
.about-page .about-info .all-info .content .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px 0 24px;
}
.about-page .about-info .all-info .content .user-info img {
  display: block;
  width: 96px;
  height: 96px;
  margin-right: 24px;
}
.about-page .about-info .all-info .content .user-info .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.about-page .about-info .contact-info .informer {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 48px 48px 80px;
}

/*------------------------Page 404------------------------*/
.page-404 {
  padding: 224px 0 144px;
  text-align: center;
  background: #f5f8ff;
}
.page-404 img {
  max-width: 540px;
  width: 100%;
}

/*------------------------Footer------------------------*/
.footer {
  position: relative;
  background: #000000;
  padding-top: 48px;
}
.footer:before {
  content: "";
  background: url(../images/assets/footer.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  height: calc(100% - 49px);
  width: 360px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footer .footer-wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
}
.footer .footer-info {
  position: relative;
  background: #fac45e;
  padding: 48px 48px 48px 0;
  border-radius: 0 50px 0 0;
}
.footer .footer-info:after {
  content: "";
  background: #fac45e;
  position: absolute;
  height: 100%;
  width: 500%;
  top: 0;
  left: -500%;
}
.footer .footer-info .informer .b-title {
  margin-top: 0;
}
.footer .footer-menu {
  margin: 48px 0 48px 125px;
}
.footer .footer-menu .footer-link {
  grid-gap: 100px;
}
.footer .footer-menu .footer-link ul li {
  color: #fff;
  margin: 0 0 8px;
}
.footer .footer-menu .footer-link ul li a {
  color: #fff;
  font-weight: 400;
}
.footer .footer-menu .footer-logo {
  margin-top: 48px;
}

@media (max-width: 1900px) {
  .footer:before {
    background: transparent;
  }
}
@media (max-width: 1370px) {
  .navbar .nav-menu {
    gap: 48px;
  }
  .navbar .lang:after {
    left: -24px;
  }
}
@media (max-width: 1170px) {
  .navbar {
    padding: 18px 18px;
  }
  .navbar .lang li {
    margin: 0 12px;
  }
  .navbar .nav-menu {
    gap: 18px;
  }
  .navbar .lang:after {
    left: -12px;
  }
}
@media (max-width: 1070px) {
  .title-box,
  .title-box-s {
    font-size: 36px;
    line-height: 44px;
  }
  .section {
    margin: 48px 0;
  }
  .section.section-bg {
    padding: 48px 0;
  }
  .navbar .nav-menu {
    gap: 35px;
  }
  .navbar .lang:after {
    left: -25px;
  }
  .navbar .burger {
    display: block;
  }
  .toggle .line1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        -ms-transform: rotate(-45deg) translate(-7px, 7px);
            transform: rotate(-45deg) translate(-7px, 7px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
        -ms-transform: rotate(45deg) translate(-7px, -7px);
            transform: rotate(45deg) translate(-7px, -7px);
  }
  .mobile-menu {
    visibility: visible;
  }
  .header {
    border-radius: 0;
    margin-top: 79px;
  }
  .header .header-info {
    padding: 58px 0;
  }
  .header .header-info .info {
    margin: 48px 0;
  }
  .header .header-item {
    margin-right: 0;
    grid-gap: 0;
  }
  .header .head-poster {
    margin: 0 -12px;
  }
  .header .head-poster img {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  .control-section .control-items .item.item-services {
    grid-column-start: initial;
    grid-column-end: initial;
    padding: 24px;
  }
  .control-section .control-items .item.item-services .title {
    font-size: 18px;
    margin: 0 0 24px;
  }
  .control-section .control-items .item.item-services ul li a {
    font-size: 16px;
  }
  .head-poster[data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 768px) {
  .header .header-info .fast-link {
    display: none;
  }
  .section.section-bg {
    text-align: center;
  }
  .header .header-info .info {
    margin: 0;
  }
  .works-section .works-items {
    margin: 48px 0;
  }
  .works-section .works-items .item {
    margin-bottom: 48px;
  }
  .footer .footer-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer .footer-menu {
    margin: 0 0 48px;
    grid-row: 1;
  }
  .footer .footer-menu .footer-link {
    grid-gap: 48px;
  }
  .footer .footer-info {
    border-radius: 0;
    margin: 0 -12px;
    padding: 48px 12px;
  }
  .footer .footer-info:after {
    display: none;
  }
  .global-contact {
    padding: 48px 0;
  }
  .about-page .about-info {
    grid-template-columns: 1fr;
  }
}