@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype'),
        url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    position: relative;
    overflow-x: hidden;
    color: rgb(38, 38, 38);
}

html,

ul,
li {
    display: block
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button,
blockquote,
cite {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.container {
    position: relative
}

a,
a:hover,
a:active {
    text-decoration: none
}

a:hover,
a:hover span {
    color: #0056b3
}

a,
button,
input {
    transition: all .5s ease
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none
}

a,
a:hover,
a:active {
    text-decoration: none
}

a,
button,
input {
    transition: all .5s ease
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
    outline: none
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

label.error {
    margin: 0;
    display: none !important
}

#name-error,
#tel-error,
#plan_form__inp_user-error,
#plan_form__inp_tel-error {
    position: absolute;
    top: 190px;
    background: #fff;
    left: 155px;
    width: 210px;
    padding: 3px;
    display: none !important
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 1000
}

.error {
    border: 1px solid red !important
}

.valid {
    border: 1px solid #F2F2F2 !important
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 16px;
    color: #272727;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: all .3s ease;
}

.btn span {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50px;
    transition: all .3s ease
}



.menu {
    margin-left: 55px;
}

.menu__burger {
    width: 50px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    flex-wrap: wrap;
    display: none;
    margin-top: -5px;
}

.menu__burger_fixed {
    position: fixed;
    right: 30px;
    top: 30px
}

.menu_close {
    margin-left: auto;
    width: 30px;
    position: relative;
    height: 20px;
}

.menu__burger_fixed span {
    background: #272727;
    width: 110%
}

.menu__line {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #272727;
    margin-bottom: 7px;
    transition: all .5s ease
}

.menu__line_sec {
    margin-bottom: 7px
}

.overlayMenu ul li.social___menu {
    justify-content: space-between;
    width: 200px;
    margin-top: 50px
}

.menu__text {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    color: #272727;
    text-align: center;
    line-height: 1em;
    display: block
}

.menu__line_third {
    margin-bottom: 0;
    width: 36px;
}

.line__transform_first {
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    background: #272727;
}

.line__transform_second {
    position: absolute;
    transform: rotate(-45deg);
    background: #272727;
    top: 7px
}

.line__transform_third {
    opacity: 0
}

.overlay {
    position: fixed;
    width: 520px;
    top: 0;
    bottom: 0;
    right: -520px;
    z-index: 100;
    background-color: #fff;
    transition: all .6s ease;
    box-shadow: 5px 0 16px rgba(0, 0, 0, 0.2);
}

.open_menu {
    right: 0;
    width: 520px;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 600
}

.open_menu .mob_menu li {
    display: block;
    -webkit-animation: fadeInRight .4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    animation: fadeInRight .4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.overlay.open_menu .mob_menu li:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.overlay.open_menu .mob_menu li:nth-of-type(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open_menu .mob_menu li:nth-of-type(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open_menu .mob_menu li:nth-of-type(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open_menu .mob_menu li:nth-of-type(6) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay.open_menu .mob_menu li:nth-of-type(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay.open_menu .mob_menu li:nth-of-type(8) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlayMenu {
    position: absolute;
    text-align: left;
    top: 5vw;
    left: 40%;
    margin-left: -90px;
    width: 180px;
    width: auto
}

.overlayMenu ul.mob_menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 100%;
    width: 300px
}

.overlayMenu ul.mob_menu li {
    display: block;
    position: relative;
    opacity: 0;
    width: 100%
}

.overlayMenu ul.mob_menu li a {
    display: block;
    color: #272727;
    text-align: left;
    text-decoration: none;
    font-size: 32px;
    padding: 3px 0;
    margin: 8px 0;
    transition: .2s;
    font-weight: 700
}

.overlayMenu ul.mob_menu li a:hover,
.overlayMenu ul.mob_menu li a:active,
.overlayMenu ul.mob_menu li a:focus {
    padding-right: 10px;
    color: #272727;
}

.locked {
    overflow: hidden
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px
    }

    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 50px
    }

    100% {
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

header {
    background: #fff;
    height: 100vh;
    position: relative;
}

.header_anim {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.header__top {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header__top_fixed {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #F2F2F2;
    box-shadow: 0 4px 20px rgba(22, 0, 85, 0.2)
}

.logo {
    display: flex;
    width: 105px;
}

.logo_popup {
    display: none;
}

.logo__img {
    width: 100%;
    height: auto;
    align-self: flex-start;
}

.nav__list {
    display: flex;
}

.nav {
    margin-left: auto;
    margin-right: 92px;
}

.nav__item {
    padding: 0 20px;
    overflow: hidden;
}

.nav__link {
    font-weight: 600;
    font-size: 16px;
    color: #272727;
    position: relative;
}

.nav__link:hover {
    color: #272727;
}


.nav__link::after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    background: #F3E200;
    transform: translateX(-150px);
    transition: all .3s ease;

}

.nav__link:hover::after {
    transform: translateX(0px);
}

.head__btn {
    box-shadow: 0px 0px 0px 4px #fff, 0px 5px 16px rgba(0, 0, 0, 0.1);
    width: 157px;
    height: 42.73px;
    margin-right: 60px;
    background: #fff;
}

.head__btn_offer {
    display: none;
}

.head__btn:hover {
    box-shadow: 0px 0px 0px 4px #fff, 0px 5px 20px rgba(0, 0, 0, 0.4);
}

.lang {
    height: 17px;
    transition: all .3s ease;
    overflow: hidden;
    width: 37px;
    background: url(../img/icon_arrow_lang.svg) no-repeat 100% 5px;
}

/* .lang::after{
    content: '';
    position: absolute;
    right: 0;
    top:5px;
    width: 12px;
    height: 7px;
    background: url(../img/icon_arrow_lang.svg) no-repeat center center;
    transition: all .3s ease;
}
.lang:hover::after{
    transform: rotate(180deg);
} */
.lang:hover {
    height: 35px;
}

.lang__link {
    display: block;
    height: 17px;
    width: 17px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
    opacity: 0.5;
    transition: all .3s ease;
}

.lang__link:hover {
    color: #272727;
    opacity: 1;
}

.menu__burger {}


.header__row {
    margin: 0;
}


.header__top_content {
    display: flex;
    justify-content: flex-end;
    align-items: center
}


.overlayMenu ul li a.social__link:hover {
    padding-left: 0
}


.header__main {
    padding-top: 28vh;
    height: 100%;
    position: relative;
    z-index: 5;
}


h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.6em;
    color: #272727;
    position: relative;
    max-width: 745px;
    margin-bottom: 12vh;
    z-index: 10;
}

h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -70px;
    left: -84px;

}

h1 span {
    position: relative;
}

h1 span::after {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    background: #F3E200;
    width: 100%;
    bottom: 7px;
    left: 0;
    z-index: -1;
}


.offer__title {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 40px;
}

.offer__row {
    display: flex;
    flex-wrap: wrap;
}

.offer__item {
    width: 20%;
    padding-right: 69px;
}

.offer__img {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 21px;
    z-index: 10;
}

.offer__img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #F3F3F3;
    z-index: 1;
}

.offer__img img {
    position: relative;
    z-index: 3;
}

.offer__line {
    border: 2px solid #F3E200;
    margin-bottom: 20px;
}

.offer__text {
    font-weight: normal;
    font-size: 16px;
}

.img_block {
    position: absolute;
    right: -173px;
    top: 0;
    z-index: 1;
}

/* 
*************
portfolio
****************

*/
.portfolio {
    padding-top: 80px;
    position: relative;
}

.portfolio::after {
    content: '';
    display: block;
    width: 610px;
    height: 610px;
    position: absolute;
    right: -305px;
    top: 40px;
    background: #F3F3F3;
    opacity: 0.5;
    border-radius: 50%;
}

section h2,
footer h2 {
    font-weight: 600;
    font-size: 44px;
    color: #272727;
    position: relative;
    line-height: 1.1em;
}

.portfolio__title {
    margin-bottom: 90px;
}

.portfolio__title::after {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -65px;
    left: -84px;
}

.portfolio__block {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* margin-left: 40px; */
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
}

.portfolio__container {
    padding-left: 40px;
    margin-bottom: 90px;
}

.portfolio__img {
    border-radius: 5px;
    max-width: 458px;
    height: auto;
    transform: translate3d(-40px, -30px, 0);
    box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.15);
}

.portfolio__content {
    padding-right: 29px;
    padding-top: 30px;

}

.portfolio__subtitle {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}

.portfolio__link {
    font-weight: normal;
    font-size: 14px;
    color: #5D75F5;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.portfolio__link:hover {
    color: #5D75F5;
}

.portfolio__link::after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #F3E200;
    width: 100%;
    bottom: 3px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}

.portfolio__link:hover::after {
    opacity: 1;
}

.portfolio__list {
    display: flex;
    justify-content: space-between;
}

.portfolio__item {
    margin-right: 14px;
}

.portfolio__item:last-child {
    margin-right: 0;
}

.portfolio__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 20px;
}

.portfolio__info {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    position: relative;
    width: max-content;
    z-index: 2;
}

.portfolio__info::after {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    background: #F3E200;
    width: 100%;
    bottom: 7px;
    left: 0;
    z-index: -1;
    transition: all .3s ease;
}

.portfolio__describe {
    font-weight: normal;
    font-size: 14px;
}

.portfolio__info span {
    font-size: 36px;
}

/* 
**********
soon
************

*/
.soon__block {
    display: flex;
    align-items: center;
    padding: 35px 60px 35px 80px;
    background: #272727;
    border-radius: 5px;
    justify-content: space-between;
}

.soon__text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
}

.soon__text_big {
    font-size: 44px;
}

.soon__text_small {
    margin-bottom: -18px;
}

/* 
**********
about
************
*/

.about {
    padding-top: 213px;
    position: relative;
    padding-bottom: 160px;
}

.about__title {
    margin-bottom: 70px;
}

.about__title::after {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -65px;
    left: -84px;
}

.about_col_left {
    width: 750px;
}

.about__offer {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.about__text {
    display: flex;
    margin-bottom: 50px;
}

.about__text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
}

.about__text p:first-child {
    width: 40%;
    margin-right: 25px;
}

.about__text p:last-child {
    width: 57%;
}

.about__subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.about__list {
    display: flex;
    justify-content: space-between;
}

.about__group {
    width: 360px;
    position: relative;
}

.about__item {
    padding-left: 16px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    padding-right: 56px;
    background: #fff url(../img/bg_item.png) no-repeat center center /cover;
    cursor: pointer;
}

.about__item_open {
    z-index: 15;
}


.about__img {
    width: 59px;
    height: 59px;
    position: relative;
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.about__img img {
    position: relative;
    z-index: 5;
}

.about__img::after {
    width: 59px;
    height: 59px;
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
    background: #F3F3F3;
    border-radius: 50%;
}

.about__line {
    height: 51px;
    width: 1px;
    background: #272727;
    opacity: 0.1;
    margin-right: auto;
    position: relative;
}


.about__name {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    z-index: 5;
}

.about__name::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f3e200;
    z-index: -1;
}

.about__hover {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    margin-top: -3px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 2;
    padding: 24px 17px 14px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    display: none;
}

.about__hover_open {
    z-index: 8;
}


.about_col_right {
    display: flex;
    margin-left: 150px;
    position: relative;
}

.about__logo {
    position: relative;
    z-index: 5;
}

.about_col_right:after {
    content: '';
    display: block;
    width: 926px;
    height: 926px;
    position: absolute;
    right: -661px;
    top: -166px;
    background: #F3F3F3;
    opacity: 0.5;
    border-radius: 50%;
}

.achievement {
    padding-top: 70px;
}

.achievement__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 33px;
}

.achievement__list {
    background: #F3E200;
    box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 55px 32px 50px;
    position: relative;
    z-index: 5;
}

.achievement__item {
    line-height: 1.3em;
    font-weight: 600;
    width: 195px;
}

.achievement__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.achievement__count {
    font-size: 36px;
    margin-bottom: 15px;
}

.achievement__text {
    font-weight: normal;
    font-size: 16px;
}


/* 
********
vacancy
*************
*/

.vacancy {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #F8F8F8;
}

.vacancy__title {
    margin-bottom: 70px;
}

.vacancy__title::after {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -65px;
    left: -84px;
}

.vacancy__slide {
    width: auto;
}

.vacancy__content {
    padding: 32px 30px 36px 36px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 360px;
    transition: all .3s ease;
}

.vacancy__content:hover {
    color: #fff;
    background: rgb(82, 82, 82);
}


.vacancy__subtitle {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.vacancy__place {
    font-size: 14px;
    opacity: 0.5;
    margin-bottom: 15px;
    transition: all .2s ease;
}

.vacancy__content:hover .vacancy__place {
    color: #F3E200;
    opacity: 1;
}

.vacancy__text {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.vacancy__btn {
    width: 128px;
    height: 40px;
    background: #fff;
    border: 1px solid #272727;
    /* box-shadow: 0px 5px 16px rgba(221, 192, 18, 0.4); */
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    transition: all .3s ease;
}

.vacancy__content:hover .vacancy__btn {
    border-color: transparent;
    ;
}

.vacancy__btn:hover {
    background: #F3E200;
    box-shadow: 0px 5px 16px rgba(243, 226, 0, 0.3);
}

.vacancy__nav {
    display: flex;
    margin-right: 36px;
}

.vacancy__arrow {
    position: static;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    border: 1px solid #272727;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
    transition: all .3s ease;
    outline: none;
}

.vacancy__arrow:hover {
    background: #272727;
}

.vacancy__arrow_prev {
    margin-right: 18px;
}

.vacancy__arrow_prev::after,
.vacancy__arrow_next::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    background: url(../img/aroow_left_bl.svg) no-repeat 33% center;
    transition: all .3s ease;
}

.vacancy__arrow_next::after {
    background: url(../img/aroow_right_bl.svg) no-repeat 70% center;

}

.vacancy__arrow_prev:hover::after {

    background-image: url(../img/aroow_left_wh.svg);
}

.vacancy__arrow_next:hover::after {
    background-image: url(../img/aroow_right_wh.svg);
}

.vacancy_pagination {
    position: static;
    height: 40px;
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet {
    margin: 0;
    margin-right: 15px;
    padding-top: 5px;
    border-bottom: 1px solid #000000;
    width: 35px;
    font-weight: normal;
    font-size: 14px;
    opacity: 0.5;
    background: none;
    border-radius: 0;
    display: block;
    height: 30px;
    text-align: left;
    outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
}

.vacancy__swiper {
    margin-bottom: 17px;
    padding-bottom: 25px;
}

.vacancy__navigation {
    margin-bottom: 70px;
}

.vacancy__demand {
    max-width: 750px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.vacancy__list {
    display: flex;
    flex-wrap: wrap;
}

.vacancy__item {
    width: 50%;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}

.vacancy__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F3E200;

}

/* 
************
technologic
****************

*/
.technologic {
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
}

.technologic__title {
    margin-bottom: 70px;
}

.technologic_circle {
    position: absolute;
    top: 70px;
    right: -238px;
    width: 476px;
}

.technologic_circle span {
    width: 476px;
    height: 476px;
    display: block;
    border-radius: 50%;
    background: #F3F3F3;
    opacity: 0.5;
}

.technologic__title::after {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -65px;
    left: -84px;
}

.technologic__btn {
    font-weight: 600;
    font-size: 18px;
    transition: all .3s ease;
    margin-right: 60px;
    position: relative;
    z-index: 5;
    color: #939393;
}

.technologic__btn::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 4px;
    background: #F3E200;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}

.technologic__btn:last-child {
    margin-right: 0;
}

.btn__active,
.technologic__btn:hover {
    opacity: 1;
    color: #272727;
}

.btn__active::after,
.technologic__btn:hover::after {
    opacity: 1;
}

.btn_row {
    margin-bottom: 30px;
}



.technologic__list {
    margin: 0 -10px;

}

.technologic__item {
    width: 88px;
    padding: 0 10px;
    transition: all .3s ease;
    order: 0;
    margin-bottom: 20px;
}

.technologic__item_disable {
    filter: saturate(0%);
    opacity: 0.5;
    order: 2;
    pointer-events: none;
    animation: itemDisable 1.5s ease forwards;
}

/* @keyframes itemDisable {
    0% {
        
        opacity: 1;
    }
    40%{
        opacity: 0;
        display: block;
        order: 2;
        
    }
    70%{       
        filter: saturate(0%); 
        display: block;
        opacity: 0.5;
    }
    
    100% {
        opacity: 0.5;
        
    }
} */

.filter_all {
    filter: saturate(100%);
    opacity: 1;
    order: 0;
}

.technologic__content {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease;
}

.technologic__item_disable .technologic__content {
    box-shadow: none
}

.technologic__content img {
    display: block;
    /* width: 95%; */
    height: auto;
    max-width: 55px;
    max-height: 44px;
}

.technologic__name {
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    padding-bottom: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.technologic__item:hover .technologic__content {
    transform: scale(1.05);
    z-index: 1;
}

.technologic__item:hover .technologic__name {
    opacity: 1;
    pointer-events: initial;
}

section {
    overflow: hidden;
}

.footer {
    padding-top: 160px;
    padding-bottom: 25px;
    background: #1C1C1B;
    position: relative;
    overflow: hidden;
}

.contact__title {
    color: #fff;
    margin-bottom: 45px;

}

.contact__title::after {
    content: '';
    position: absolute;
    display: block;
    width: 115px;
    height: 112px;
    background: url(../img/before_title_yelow.svg) no-repeat center center;
    top: -65px;
    left: -84px;
}

.contact__place {
    font-weight: 600;
    font-size: 24px;
    color: #F3E200;
    margin-bottom: 25px;
}

.contact__place span {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
}

.contact__street {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
}

.contact__phone {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    z-index: 4;
    display: block;
    margin-bottom: 10px;
    width: max-content;
}

.contact__phone:hover {
    color: #fff;
}

.contact__phone::after,
.contact__email::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 4px;
    background: #f3e200;
    z-index: -1;
    transition: all .3s ease;
}

.contact__phone:hover::after,
.contact__email:hover::after {
    width: 100%;
}

.contact__email {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.5;
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: max-content;
}

.contact__email:hover {
    opacity: 1;
    color: #fff;
}

.contact__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    color: #fff;
}

.contact__text_big {
    margin-top: 70px;
}

.contact__text_small {
    opacity: 0.7;
    font-size: 18px;
    max-width: 480px;
}

.contact__btn {
    width: 194px;
    height: 55px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #272727;
    background: #F3E200;
    box-shadow: 0px 5px 16px rgba(243, 226, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: auto;
}

.contact__btn:hover {
    box-shadow: 0px 5px 16px rgba(243, 226, 0, 0.45);
}

.contact_circle {
    top: 184px;
    right: -425px;
    width: 650px;
}

.contact_circle span {
    background: #F3F3F3;
    opacity: 0.05;
    width: 650px;
    height: 650px;
}

.copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: 100px;
    color: #FFFFFF;
    opacity: 0.5;
}

/* .popup__bg {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.5;
    display: none;
} */

.popup__conteiner {
    z-index: 150;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    /* pointer-events: none; */
    display: none;
}

.popup__title {
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin-bottom: 55px;
}

.popup__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 600px;
}

.popup__form {
    width: 458px;
    margin: 0 auto;
}

.input__group {
    position: relative;
}

.popup__input {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 38px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #272727;
    margin-bottom: 16px;
    font-family: "Gilroy";
}

.popup__input~span {
    position: absolute;
    left: 38px;
    top: 15px;
    font-weight: normal;
    font-size: 16px;
    color: #BEBEBE;
    font-family: "Gilroy";
    transition: all .3s ease;
    pointer-events: none;
}

/* .popup__input:focus~span,  */

.popup__input~span.fixed_span {
    font-size: 12px;
    color: #272727;
    transform: translate3D(-10px, -28px, 0);
}


.popup__input::placeholder {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #BEBEBE;
    transition: all .3s ease;
}

.popup__input:focus::placeholder {
    font-size: 12px;
    color: #272727;
    transform: translate3D(-10px, -28px, 0);
}

.popup__input:hover::placeholder {
    color: #272727;
}

.popup__input:hover,
.popup__input:active,
.popup__input:focus {
    border: 1px solid #F3E200;
}

.popup__input_massege {
    padding-top: 16px;
    height: 140px;
}

.popup__btn {
    width: 100%;
    height: 50px;
    background: #F3E200;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #272727;
}

.close_popup {
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/icon_close.svg) no-repeat center center;
    cursor: pointer;

}


::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F3E200;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #c1c1c1
}

.close_city {
    right: 37px;
    top: 37px
}

@media screen and (max-width: 1600px) {
    .header__main {
        padding-top: 25vh;
    }

    h1 {
        margin-bottom: 10vh;
    }


}

@media screen and (max-width: 1400px) {
    .header__main {
        padding-top: 20vh;
    }

    h1 {
        margin-bottom: 8vh;
    }

    .img_block {
        top: -100px;
    }

    h1::before,
    .portfolio__title::after,
    .about__title::after,
    .vacancy__title::after,
    .technologic__title::after,
    .contact__title::after {
        top: -50px
    }

    .about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer {
        padding-top: 100px;
    }

}

@media screen and (max-width: 1199px) {

    h1 {
        font-size: 42px;
        line-height: 1.3em;
    }

    h1::after {
        bottom: 11px;
    }

    .portfolio__img {
        width: 415px;
    }

    .portfolio__item:first-child,
    .portfolio__item:nth-child(2) {
        width: 45%;
        margin-bottom: 15px;
    }

    .portfolio__item:last-child {
        width: 100%;
    }

    .portfolio__list {
        flex-wrap: wrap;
    }

    .portfolio__content {
        padding-bottom: 30px;
    }

    .soon__block {
        padding: 30px 20px;
    }

    .soon__text_big {
        margin-right: 25px;
    }

    .soon__text_small {
        margin-left: 25px;
    }

    .about__title {
        margin-bottom: 50px;
    }

    .about_col_left {
        width: 550px;
    }

    .about__text p:first-child {
        margin-right: 0;
        width: 50%;
    }

    .about__text p:last-child {
        width: 50%;
    }

    .about__text p {
        padding-right: 20px;
    }

    .about__list {
        flex-wrap: wrap;
    }

    .about__group {
        margin-bottom: 20px;
    }

    .about__hover {
        background: #fff;
    }

    .about_col_right:after {
        top: -89px;
    }




}

@media screen and (max-width: 991px) {
    header {
        height: auto;
    }

    .head__btn_top {
        display: none;
    }

    .head__btn {
        width: 210px;
    }

    .head__btn_menu {
        margin-left: auto;
        margin-right: 0;
    }

    .head__btn_offer {
        display: flex;
        margin-bottom: 124px;
    }

    .img_block {
        width: 500px;
        top: 0;
        right: -70px;
    }

    .img_block img {
        width: 100%;
    }

    .offer__item {
        width: 33%;
        margin-bottom: 20px;
    }

    .portfolio__wrap {
        width: 50%;
    }

    .portfolio__img {
        width: 100%;
        transform: translate3d(-30px, -18px, 0);

    }

    .portfolio__content {
        width: 50%;
    }

    .portfolio__container {
        margin-bottom: 50px;
    }

    .about_col_left {
        width: 100%;
    }

    .about_col_right {
        display: none;
    }

    .about__item {

        height: 80px;
        padding-right: 23px;
        background: #fff url(../img/bg_item.png) no-repeat 2px center /cover;
    }

    .about__group {
        width: 290px;
    }

    .achievement__list {
        justify-content: space-around;
        padding: 35px 32px 35px;
    }

    .achievement__item {
        width: 250px;
        margin-bottom: 30px;
    }

    .vacancy {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact__email {
        margin-bottom: 30px;
    }

    .contact__text_big {
        margin-top: 20px;
    }

    .contact__text_small {
        margin-bottom: 30px;
    }

    .copyright {
        margin-top: 50px;
    }

    .technologic__btn {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .nav {
        display: none;
    }

    .lang_top {
        display: none;
    }

    .menu__burger {
        display: flex;
    }

    .overlayMenu {
        left: auto;
        right: 28px;
    }

    .overlayMenu .header__row {
        margin-bottom: 50px;

    }

    .overlayMenu .logo {
        display: none;
    }

    .overlayMenu ul.mob_menu li a {
        text-align: right;
        font-weight: 600;
        font-size: 30px;
        line-height: 2em;
    }

    .lang_menu {
        margin-left: auto;
        margin-bottom: 28px;
    }

    .overlayMenu ul.mob_menu {
        margin-bottom: 25px;
    }

    .offer__item {
        padding-right: 25px;
    }

    .img_block {
        right: -170px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.5em;
    }

    .portfolio__block {
        flex-wrap: wrap;
    }

    .portfolio__wrap {
        width: 100%;

    }

    .portfolio__content {
        width: 100%;
    }

    .offer__img img {}

    .portfolio__container {
        padding: 0;
    }

    .portfolio__block {
        padding: 0 10px 30px;
    }

    .portfolio__img {
        transform: translateY(-30px);
        margin: 0 auto;
        display: block;
        box-shadow: 7px 7px 21px rgba(0, 0, 0, 0.15);
    }

    .portfolio__content {
        padding: 0;
    }

    .about__text {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .about__text p:first-child,
    .about__text p:last-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .achievement__item {
        width: 200px;
    }

    .popup__content {
        width: 500px;
    }

    .popup__title {
        font-size: 40px;
    }

}

@media screen and (max-width: 575px) {
    .overlayMenu .logo {
        display: block;
    }

    .overlay {
        width: 100%;
        right: -100%;
    }

    .open_menu {
        right: 0;
    }

    .overlayMenu {
        width: 92%;
        top: 25px;
        left: auto;
        right: 22px;
    }

    .overlayMenu ul.mob_menu li a {
        line-height: 1.5em;
    }

    .overlayMenu ul.mob_menu {
        margin-right: 0;
    }

    .header__top {
        padding: 25px 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;

    }

    .header__top_fixed {
        padding: 10px 0 10px;
        box-shadow: 0 4px 20px rgba(22, 0, 85, 0.2);
        background: #F2F2F2;
    }

    .header__main {
        padding-top: 150px;
    }

    h1 {
        font-size: 30px;
    }

    .offer__item {
        width: 50%;
        margin-bottom: 35px;
    }

    .portfolio::after {
        display: none;
    }

    .portfolio__container {
        margin-bottom: 90px;
    }

    .soon__block {
        padding: 40px 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .soon__text_small {
        margin: 0;
        margin-top: 50px;
    }

    .soon__text_big {
        margin-right: 0;
        margin-bottom: 35px;
    }

    .vacancy__nav {
        display: none;
    }

    .vacancy__content {
        width: 250px;
        padding: 30px 20px 30px;
    }

    .vacancy__item {
        width: 100%;
    }

    .technologic_circle {
        display: none;
    }

    .technologic__btn {
        margin-right: 10px;
    }

    .btn_row {
        justify-content: space-between;
    }

    .technologic {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .technologic__item {
        width: 77px;
    }

    .technologic__content {
        width: 63px;
        height: 63px;
    }

    .technologic__name {
        top: 59px;
    }

    .contact__email {
        margin-bottom: 45px;
    }

    .popup__content {
        width: 90%;
    }

    .popup__form {
        width: 100%;
    }

    .popup__title {
        font-size: 24px;
    }

    .popup__input_massege {
        height: 80px;
    }

    .popup__conteiner {
        padding-top: 30px;
    }

    .logo_popup {
        display: block;
    }

    .close_popup {
        top: 0;
        right: 25px;
    }

}

@media screen and (max-width: 450px) {
    .technologic__btn {
        margin-right: 0;
    }
}

@media screen and (min-width: 1199px) {
    h1 div {
        display: inline;
    }
}