@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
   /* background-color: rgb(255, 255, 255);   */
   margin: 0;

}
* {
    scroll-behavior: smooth;
}
body::before,
body::after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
body::after {
    z-index: -2;
    background-image: url(/img/2147875681.jpg);
    background-color: #F6F2F3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        opacity: .1;
}
body::before {
    z-index: -1;
    background-color: rgb(241, 237, 237);
    opacity: .7;
}
img {

        max-width: 100%;
        width: 100%;

}
.hidden {
    display: none!important;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.popup {
    position: relative;
    max-width: 80%;
}
.close-prtf {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #fff;
    cursor: pointer;
}
.close-prtf::before,
.close-prtf::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #fff;
}
.close-prtf::before {
    transform: rotate(45deg);
}
.close-prtf::after {
    transform: rotate(-45deg);
}
.popup img {
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 0 2%;
}
.adobe {
    display: flex;
    flex-basis: 30%;
}
.adobe img{
    width: calc(100% / 6);
}
h2 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
}
.header_horm {
    display: flex;
    border: 1px solid #000;
    border-top: none;
    gap: 68px;
    padding: 2%;

}
.h_form {
    display: flex;
    flex-wrap: wrap;

}
.h_form label{
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;

}
.h_form input {
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 20px 0 20px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
}
.h_form span {
    margin: 19px 0;
}
.sc_l {
    margin: 2% 0 2% 2%;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 42px;
    margin: 0;
    margin-bottom: 6%;

}
.social {

        display: flex;
        justify-content: space-between;
        gap: 20px;

}
.social a img {

    width: 100%;
}
.social a {
    flex-basis: 40%;
}

.section {
    margin: 2%;
}
.cl_2042030624 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 35px;
}
.skills {
    font-weight: 600;
    font-size: 35px;
    text-align: right;
    padding-right: 2%;

}

button.btn {

    background: #000;
    color: #fff;
    padding: 20px 40px;

    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}
button.btn:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    cursor: pointer;
}
.aducation {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-basis: calc(31% - 67px/2);
}
.h_form {
    width: 100%;
}
.h_form__label {
    margin-bottom: 19px;
}
.aduc_img {
    width: unset;
    margin-top: auto;
}
.aducation-form {
    flex-basis: calc(69% - 67px/2);
}
.ta {
    width: 100%;
    height: 500px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    padding: 2%;
    border: none;
}
img.sb_img {
    max-width: 700px;
    height: 400px;
    margin-top: 9%;
}
button.btn,
.btn {
    background: #000;
    color: #fff;
    padding: 20px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4%;
}
a.btn {
    display: inline-block;
    text-decoration: unset;
}
img.ag {
    width: 600px;
    max-width: 600px;
    margin-top: 10%;
}
.sc_l img {
    /* width: 800px; */
    margin-top: 2%;
}

footer {
    background-color: #000;
    color: #fff;
    padding-left: 50px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.h_form.swiper-wrapper {
  flex-wrap: nowrap;
}
.team.swiper-slide {
  margin: 0;
}



.sc_l.team h3 {
    font-size: 24px;
}
.sc_l.team h4 {
    font-size: 26px;
}
.social a {
    flex-basis: 40%;
    width: 40px;
}
.menu {
    position: relative;
    border: 1px solid #000;
    display: flex;
    margin: 2%;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    padding-right: 2%;

}
.menu img {
    width: 350px;
    margin: 2%;
}
.menu ul {
    display: flex;
    align-items: center;
    gap: 50px;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s linear,
                visibility .2s linear,
                background-color .2s linear;
}
.menu ul li {
    text-decoration: none;
    list-style: none;
}
.menu ul a {
    text-decoration: none;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}
.menu ul a:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
}
.btn.menu {
    text-decoration: none;
}
.menu a {
    text-decoration: none;
}
button.btn.menu {
    min-width: 100%;
    
}
.arr_top img {
    position: fixed;
    right: 0.5%;
    bottom: 40px;
    display: block;
    width: 40px !important;
    min-width: 40px !important;
}
.menu__burger {
    display: none;
}
.visible {
    opacity: 1!important;
    visibility: visible!important;
}
.team__nav::after {
    padding: 14px 25px!important;
}
.team__nav.swiper-button-next {
    right: 30px;
}
.team__nav.swiper-button-prev {
    left: 30px;
}
a.menu__link_mob {
    display: none;
}
.social {
    display: flex;
    justify-content: left;
    gap: 15px;
}
.social a {
    flex-basis: unset;
}
.social a img {
    width: 50px;
}
.header_horm.swiper {
    padding: 40px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
    background: #000;
    
    padding: 100%;
    border-radius: 100%;
   
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
    background: #000;
    
    padding: 100%;
    border-radius: 100%;
}
.header__tabs {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.header__tabs-content {
    display: grid;
    gap: 65px;
    grid-template-columns: repeat(3, 1fr);
}
.header__tabs-item {
    cursor: pointer;
}
.header__tabs-item_active {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.header__tabs-img {
    cursor: pointer;
}