@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar { 
    width: 8px;
    height: 12px;
    background-color: #000;
}
::-webkit-scrollbar-thumb { 
    background: #fff;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

input {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 200%;
    color: #000;
    scroll-behavior: smooth;
}

section {
    position: relative;
    padding-bottom: 170px;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End Slider */
.slick-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: -130px;
    right: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.slick-next:before {
    content: url(../img/slick-next.png);
    transform: rotate(-45deg);
}

.slick-prev {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: -130px;
    right: 105px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.slick-prev:before {
    content: url(../img/slick-prev.png);
    transform: rotate(-45deg);
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


.header {
    position: relative;
    padding: 22px 0;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff91;
}

.header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    color: #000;
}

.menu {
    display: flex;
    /*gap: 100px;*/
}

.menu__list {
    display: none;
    /*gap: 50px;
    padding-left: 100px;*/
}

.menu__list__items__link {
    position: relative;
    color: #000;
    padding: 10px 0;
    font-size: 20px;
    line-height: normal;
    transition: 0.3s all;
}

.menu__list__items__link:hover:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.hero__bg {
    position: relative;
    background-image: url(../img/hero__bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 100px;
    border-radius: 50px;
}

.hero__bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba();
    border-radius: 50px;
}

.hero__box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
}

.hero__box h1 {
    position: relative;
    display: flex;
    font-size: 70px;
    font-weight: 400;
    line-height: 120%;
}

.hero__box p {
    display: flex;
    font-size: 36px;
    font-weight: normal;
}

.hero__link {
    position: absolute;
    left: 12%;
    bottom: -65px;
}

.hero__link__img {
    width: 130px;
    height: 130px;
    transition: 0.3s all;
}

.hero__link__img:hover {
    transform: rotate(45deg);
}

.about__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 70px;
}

.about__box__items {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}

.about__box__title {
    max-width: 757px;
}

.about__box__title h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 100%;
}

.about__box__content {
    display: flex;
    /*height: 100%;*/
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
}

.about__box__link {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: #000;
    padding: 24px 48px;
    max-width: 290px;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.work__box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 34px 0;
}

.work__box__items{
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.work__box img{
    border-radius: 8px;
}

.work__box__items--mt {
    margin-top: -147px;
}

.work__box__content {
    display: grid;
    gap: 30px;
    padding-top: 30px;
}

.work__box__link {
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}

.work__box__content p {
    line-height: 160%;
}

.work__row {
    display: grid;
    grid-template-columns: auto 61%;
    gap: 70px;
    padding-top: 50px;
}

.work__row img{
    border-radius: 8px;
}

.products__head {
    display: grid;
    grid-template-columns: auto 61%;
    gap: 70px;
    align-items: flex-end;
    padding-bottom: 70px;
}

.products__head__title {
    color: #000;
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
}

.products__head__content {
    font-size: 27px;
    font-weight: 300;
    line-height: 156%;
}

.products__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.products__box__items {
    position: relative;
}

.products__box__items--dnone {
    display: none;
}

.products__box__img {
    border-radius: 8px;
}

.products__box__items span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    padding: 55px 35px 35px 35px;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    border-radius: 8px;
    transform: translate3d(0px, 75px, 0px);
    transition: transform 300ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.products__box__items:hover span {
    transform: translate3d(0px, 0px, 0px);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.products__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
    gap: 70px;
}

.products__footer__more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 303px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    transition: 0.3s all;
}

.products__footer__more:hover {
    text-decoration: underline;
}

.products__footer__more--dn {
    display: none;
}

.products__footer__more img {
    transition: 0.3s all;
}

.products__footer__more:hover img {
    transform: rotate(45deg);
}

.tech__box {
    display: grid;
    grid-template-columns: auto 49%;
    gap: 70px;
}

.tech__box__title {
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
    padding: 0 0 50px;
}

.tech__box__content {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    gap: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.tech__box__content ul {
    padding-left: 30px;
}

.tech__box__content ul li {
    list-style: disc;
}

.projects__head__title {
    display: block;
    padding-bottom: 70px;
    max-width: 755px;
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
}

.projects__box {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.projects__box__items {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.contact__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__head__title {
    font-size: 70px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 70px;
}

.contact__head__subtitle {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
}

.form {
    display: grid;
    grid-template-columns: auto 66%;
    gap: 48px;
}

.form__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form__column--gap{
    gap: 32px;
}

.form__column__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form__column__items--row{
    flex-direction: row;
    font-size: 20px;
    align-items: center;
}

.form__column__label {
    font-size: 16px;
    line-height: normal;
}

.form__column__input {
    border-radius: 8px;
    border: 1px solid #C0C0C0;
    padding: 22px 5px;
    max-width: 100%;
    color: #000;
    font-family: 'Gilroy';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form__column__bnt {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: #000;
    padding: 24px 48px;
    max-width: 290px;
    color: #fff;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 200%;
    font-weight: 600;
    cursor: pointer;
}

.form__items__link{
    color: #000;
}

.contact {
    padding-bottom: 100px;
}

.footer {
    border-top: 1px solid #C0C0C0;
    padding: 50px 0;
}

.footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer__box__items {
    display: flex;
    flex: 1;
}

.footer__box__items__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__box__items__row__link {
    display: flex;
}

.footer__box__items__logo {
    max-width: 243px;
}

.footer__box__items__link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.icon {
    width: 24px;
    height: 24px;
}

.from__error {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #008000;
    padding-bottom: 15px;
}

.error {
    color: #e3201b;
}

.policy__box {
    max-width: 1345px;
}

.policy__box h1 {
    font-size: 70px;
    padding: 100px 0;
    line-height: 100%;
    text-align: center;
}

.policy__box h2,
.policy__box h3 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.policy__box h3 {
    padding-top: 20px;
}

.policy__box p {
    padding-bottom: 10px;
}

.policy__box ul {
    padding-bottom: 10px;
    padding-left: 25px;
}

.policy__box ul li {
    list-style: disc;
}

.policy__box a {
    color: #1a73e8;
    text-decoration: revert;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 30, 27, 0.70);
    z-index: 9999;
}
.modal__link{
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal--open{
    display: block;
}
.modal__body{
    position: relative;
    margin: auto;
    margin-top: 15px;
    background-color: #FFF;
    padding: 20px;
    width: 70%;
    max-width: 1920px;
    height: 90vh;
    overflow-y: scroll;
}
.modal__body__content h6{
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 20px;
    padding-top: 15px;
}
.modal__body__content h6:first-child{
    padding-top: 0;
}
.modal__body__content p{
    padding-bottom: 15px;
    line-height: 160%;
}
.modal__body__content ul{
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 160%;
}
.modal__body__content ul li{
    list-style: disc;
    padding-bottom: 10px;
    line-height: 160%;
}

.form__items__icon{
    display: flex;
    flex: 0 0 26px;
    height: 26px;
    width: 26px;
}

.watsapp{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 8;
    padding-bottom: 0;
}

.watsapp__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(3.125rem, 2.2917rem + 2.3148vw, 4.375rem);
    height: clamp(3.125rem, 2.2917rem + 2.3148vw, 4.375rem);
    border-radius: 8px;
    background-color: #000;
}

.watsapp__link__icon{
    width: 70%;
    height: 70%;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #F7F7F7;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:before{
  color: #000;
}

@media (min-width: 1500px) {

    .hero__link__img {
        width: 200px;
        height: 200px;

    }

    .work__box__items--mt {
        margin-top: -155px;
    }

    .products__head__content {
        font-size: 32px;
    }

    .tech__box__title {
        padding: 0px 0 70px;
    }

    .tech__box__content {
        line-height: 160%;
    }

    .footer__box__items__link {
        font-size: 16px;
    }
}

@media (max-width: 1290px) {
    .work__box__items--mt {
        margin-top: -140px;
    }
}

@media (max-width: 1199px) {
    section {
        padding-bottom: 165px;
    }

    .menu {
        gap: 20px;
    }

    .menu__list {
        gap: 20px;
        padding-left: 20px;
    }

    .hero__box p {
        font-size: 30px;
    }

    .hero__link__img {
        width: 105px;
        height: 105px;
    }

    .work__box__link {
        font-size: 26px;
    }

    .work__box__items--mt {
        margin-top: -125px;
    }

    .products__head__content {
        font-size: 22px;
    }

    .products__box {
        gap: 20px;
    }

    .tech__box__title {
        padding-bottom: 40px;
    }

    .tech__box__content {
        font-size: 20px;
        gap: 40px;
    }

    .contact__head__subtitle {
        font-size: 30px;
    }

    .hero__box h1,
    .about__box__title h2,
    .products__head__title,
    .tech__box__title,
    .projects__head__title,
    .contact__head__title {
        font-size: 58px;
    }

    .products__head,
    .projects__head__title {
        padding-bottom: 58px;
    }

    .products__footer {
        padding-top: 70px;
    }

    .form__column__bnt {
        padding: 24px 40px;
    }

    .products__box__items span {
        transform: translate3d(0px, 0px, 0px);
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    }

    .policy__box h1 {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    /* Menu mobile*/

    .menu__list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 999;
        width: 100%;
        max-width: 420px;
        height: 100vh;
        background-color: #0e0e17;
        transform: translate3d(420px, 0px, 0px);
        transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
        gap: 0px;
    }

    .menu__list__link {
        color: #fff;
        padding: 0;
    }

    .menu__list--active {
        transform: translate3d(0px, 0px, 0px);
        padding: 30px 0 0 30px;
        writing-mode: horizontal-tb;
    }

    .menu__btn {
        position: relative;
        width: 25px;
        height: 25px;
        background-color: transparent;
        cursor: pointer;
        padding-right: 15px;
    }

    .menu__btn--close {
        position: absolute;
        right: 15px;
        top: 0;
        border-radius: 50%;
        background-color: #fff;
        z-index: 1000;
    }

    .menu__btn__element,
    .menu__btn__element:before,
    .menu__btn__element:after {
        position: absolute;
        top: 80%;
        margin-top: -1px;
        left: 50%;
        margin-left: -10px;
        width: 20px;
        height: 2px;
        background-color: #000;
    }

    .menu__btn__element:before,
    .menu__btn__element:after {
        content: '';
        display: block;
        transition: 0.5s;
    }

    .menu__btn__element:before {
        transform: translateY(-8px);
    }

    .menu__btn__element:after {
        transform: translateY(8px);
    }

    .menu__btn__element--close {
        height: 0;
    }

    .menu__btn__element--close:before {
        transform: rotate(45deg);
        background-color: #1F1E1B;
    }

    .menu__btn__element--close:after {
        transform: rotate(-45deg);
        background-color: #1F1E1B;
    }

    .menu__list__items--mobile {
        display: flex;
    }

    .menu__btn--close .menu__btn__element {
        top: 50%;
    }

    .menu__list__items .menu__list__items__link {
        color: #fff;
        font-size: 20px;
    }

    /* Menu mobile */

    .hero__bg {
        padding: 110px 0 100px;
    }

    .hero__box p {
        font-size: 24px;
    }

    .hero__link {
        position: absolute;
        left: 12%;
        bottom: -50px;
    }

    .hero__link__img {
        width: 85px;
        height: 85px;
    }

    .slick-prev,
    .slick-next {
        top: -110px;
    }

    .products__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .tech__box {
        grid-template-columns: auto 47%;
        gap: 50px;
    }

    .work__box__items--mt {
        margin-top: -93px;
    }

    .work__box__link {
        font-size: 22px;
    }

    .products__head__content {
        font-size: 20px;
    }

    .contact__head__subtitle {
        font-size: 24px;
    }

    .form {
        grid-template-columns: auto 62%;
        gap: 20px;
    }

    .form__column__bnt {
        padding: 24px 18px;
    }

    .form__column__input {
        padding: 12px 5px;
    }

    .footer__box {
        flex-wrap: wrap;
        gap: 20px 10px;
    }

    .footer__box__items {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .products__footer {
        padding-top: 57px;
    }

    .hero__box h1,
    .about__box__title h2,
    .products__head__title,
    .tech__box__title,
    .projects__head__title,
    .contact__head__title,
    .policy__box h1 {
        font-size: 48px;
    }

    .icon {
        width: 38px;
        height: 38px;
    }

    .modal__body{
        width: 100%;
    }
}

@media (max-width: 767px) {
    section {
        padding-bottom: 140px;
    }

    .about__box {
        gap: 40px;
    }

    .about__box__content {
        gap: 0px;
    }

    .work__box__content--mw {
        max-width: 100%;
    }

    .work__box__items--mt {
        margin-top: 0;
    }

    .products__head,
    .tech__box {
        grid-template-columns: auto;
        gap: 40px;
    }

    .products__box__items span {
        padding: 15px 25px 25px 25px;
    }

    .products__footer {
        gap: 40px;
    }

    .form {
        grid-template-columns: auto;
        gap: 20px;
    }

    .form__column--mobile {
        padding-top: 0;
    }

    .footer__box__items {
        flex: 0 0 47%;
        max-width: 47%;
        justify-content: flex-start;
    }

    .form__column__input {
        max-width: 767px;
        width: 100%;
    }

    .policy__box h1 {
        padding: 0px 0 40px;
    }

    .policy__box ul {
        padding-left: 19px;
    }
}

@media (max-width: 575px) {
    section {
        padding-bottom: 100px;
    }

    .logo {
        max-width: 200px;
    }

    .menu__list__items__link {
        font-size: 16px;
    }

    .hero__bg {
        padding: 40px 0;
    }

    .hero__box h1,
    .about__box__title h2,
    .products__head__title,
    .tech__box__title,
    .projects__head__title,
    .contact__head__title,
    .policy__box h1 {
        font-size: 39px;
    }

    .hero__link__img {
        width: 70px;
        height: 70px;
    }

    .hero__link {
        bottom: -35px;
    }

    .products__head {
        padding-bottom: 40px;
    }

    .products__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .products__footer {
        padding-top: 40px;
    }

    .form__column--mobile {
        padding-top: 0;
    }

    .slick-prev,
    .slick-next {
        top: -80px;
    }

    .projects__head__title {
        padding-bottom: 40px;
    }

    .footer__box__items {
        flex: 0 0 97%;
        max-width: 97%;
    }

    .logo {
        max-width: 150px;
    }

    .policy__box h2,
    .policy__box h3 {
        font-size: 22px;
    }

    .contact__head__title {
        padding-bottom: 40px;
    }

    .work__box__items{
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 475px) {
    .projects__head__title{
        padding-bottom: 90px;
    }
}

@media (max-width: 374px) {
    .logo {
        max-width: 100px;
    }

    .hero__box h1,
    .about__box__title h2,
    .products__head__title,
    .tech__box__title,
    .projects__head__title,
    .contact__head__title,
    .policy__box h1 {
        font-size: 32px;
    }

    .contact__head__subtitle {
        font-size: 20px;
    }

    .about__box__link {
        padding: 24px 20px;
    }
}