@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.eot');
    src: local('☺'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.eot');
    src: local('☺'), url('../fonts/WorkSans-Medium.woff') format('woff'), url('../fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}

html {
    height: 100%
}

body {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    background-color: #ffffff;
    color: #00199A;
    position: relative
}

header {
    padding: 20px 0
}

header, footer {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10;
    transition: transform 0.3s ease-in-out
}

header {
    top: 0;
    padding: 20px 0 0
}

footer {
    bottom: 0
}

.hide-header {
    transform: translateY(-100%)
}

.hide-footer {
    transform: translateY(100%)
}

.header-nav {
    display: flex;
    justify-content: center
}

.nav-list {
    display: flex;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 10px 20px;
    align-items: center
}

.nav-list li {
    margin: 0 15px
}

.nav-list a {
    text-decoration: none
}

.divider {
    border-left: 1px solid #e0e0e0;
    height: 25px
}

.first_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 20px;
    background-color: #ffffff
}

main.works {
    padding: 120px 20px 0
}

.intro {
    text-align: center;
    max-width: 545px
}

.intro h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px
}

.intro p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px
}

.profile-pic {
    width: 299px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}

.portfolio-section {
    padding: 115px 0
}

.section_cv {
    padding-top: 81px
}

.main_page-links {
    padding: 100px 0 25px
}

.main_page-links li {
    padding-right: 50px
}

.main_page-links li a {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px
}

.main_page-links li:last-child {
    margin-left: auto;
    padding-right: 0
}

.image-pr {
    max-width: 100%;
    height: auto
}

.kitty-youtube-wrapper {
    width: 100%;
    height: 700px;
    padding-bottom: 20px
}

.youtube-frame {
    width: 100%;
    height: 100%
}

a {
    color: #00199A
}

a:hover, a:visited, a:active {
    color: #00199A;
    text-decoration: none
}

.profile-image {
    width: 40%;
    background-image: url('path/to/your-image.jpg');
    background-size: cover;
    background-position: center
}

.content {
    padding: 20px
}

#header {
    transition: ease-in-out 0.3s;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 3;
    overflow-y: auto
}

#header * {
    transition: ease-in-out 0.3s
}

#header {
    margin: 0;
    padding: 0
}

#header h1 a, #header h1 a:hover {
    line-height: 1;
    display: inline-block
}

#header h2 {
    margin-top: 20px
}

#header h2 span {
    border-bottom: 1px solid #18d26e;
    padding-bottom: 6px
}

#header img {
    padding: 0;
    margin: 0
}

#header .social-links {
    margin-top: 40px;
    display: flex
}

#header .social-links a {
    display: flex;
    opacity: 0.5;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    margin-right: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.main-icon {
    width: 26px;
    height: 26px
}

.ri-menu, .ri-close {
    position: relative;
    z-index: 1
}

.ri-menu::after, .ri-close:after {
    position: absolute;
    font-family: 'Work Sans';
    z-index: 2;
    top: 0;
    right: 0
}

.ri-menu::after {
    content: 'menu';
    color: #000000
}

.ri-close:after {
    content: 'close';
    color: #000000
}

#header.header-tops {
    position: relative
}

#header.header-tops:not(.header-tops.header-top)::before {
    content: "";
    position: fixed;
    background: url(../img/bg.jpg) top left no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1
}

video.tata {
    width: 100%;
    height: 100%
}

.nav-menu {
    margin-top: 25px
}

.nav-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.header-tops .nav-menu li:last-child {
    margin-left: 30px
}

.header-tops.header-top .nav-menu li+li {
    margin-left: 30px
}

.nav-menu a {
    display: block;
    position: relative
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
    text-decoration: none
}

.cont div.showhide {
    line-height: 30px
}

.cont .read-m {
    position: relative;
    display: inline-block;
    padding: 15px 0 15px;
    cursor: pointer
}

.cont .read-m::after {
    content: "";
    display: flex;
    width: 100%;
    height: 1px;
    background-color: #00199A;
    transition: width 0.4s
}

.showhide_auto {
    height: auto !important
}

.showhide_cut {
    height: 185px !important
}

.fade:not(.show) {
    opacity: 1
}

.fade {
    height: 185px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    background: -webkit-linear-gradient(#00199a, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9999;
    border: 0;
    background: none;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #000000;
    font-style: initial
}

.mobile-nav {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    overflow-y: auto;
    background: rgba(9, 9, 9, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    padding: 10px 20px;
    outline: none
}

.block-allign {
    margin-right: 15px;
    margin-left: 15px
}

.mobile-nav a:hover, .mobile-nav li:hover>a {
    text-decoration: none
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

#header.header-top {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #000000
}

#header.header-top .social-links, #header.header-top h2 {
    display: none
}

#header.header-top h1 {
    margin: 0 auto 0 0
}

#header.header-top .container {
    display: flex;
    align-items: center
}

#header.header-top .nav-menu {
    margin: 0
}

.header-tops .hello-link {
    display: none
}

.header-tops.header-top .hello-link {
    display: block
}

.section-title-main {
    display: flex;
    justify-content: space-between;
    padding-top: 120px
}

.section-title-main h2 {
    font-weight: 400;
    text-align: left;
    height: 100%;
    color: #00199A;
    padding-right: 20px
}

.section-title h3 {
    font-weight: 400
}

.section-title p {
    margin: -15px 0 15px 0;
    font-weight: 300;
    line-height: 39px;
    text-indent: 25px
}

.section_description {
    padding-top: 20px
}

.section_description p {
    font-weight: 400;
    line-height: 28px
}

.figma {
    font-weight: 400;
    line-height: 39px;
    text-indent: 0;
    display: flex;
    padding: 25px 0 0 0
}

.figma a {
    padding: 0
}

.figma a:first-child {
    margin-right: 50px
}

.figma div {
    display: inline-flex
}

.img-projects {
    padding-top: 30px;
    line-height: 0
}

.about-me {
    margin-bottom: 40px
}

.about-me .content ul {
    list-style: none;
    padding: 0
}

.about-me .content ul li {
    padding-bottom: 10px
}

.about-me .content ul i {
    font-size: 20px;
    padding-right: 2px
}

.about-me .content p:last-child {
    margin-bottom: 0
}

.about-me__top {
    font-weight: 400;
    color: #00199A;
    line-height: 42px
}

.about-me__bottom {
    padding-bottom: 40px;
    color: #00199A;
    margin: 0
}

.main_page {
    padding-bottom: 75px
}

.main_page-right {
    text-align: right;
    padding-bottom: 70px
}

.project-top {
    padding: 0 0 100px
}

.portfolio .portfolio-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.portfolio .portfolio-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

.portfolio-item__text {
    display: flex;
    height: 100%;
    padding: 15px 0 5px 0
}

.portfolio-item__text p, .head_underline {
    position: relative;
    font-weight: 400;
    line-height: 39px;
    color: #00199A;
    margin: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%
}

.portfolio-item__text p::after, .head_underline::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #00199A;
    transition: width 0.4s
}

.head_underline::after {
    bottom: 5px
}

.bold-link {
    font-weight: 500
}

.portfolio-item:hover p::after, li:hover .head_underline::after {
    width: 100%
}

.button-back {
    padding-left: 15px
}

.button-back .back_totop {
    font-weight: 400
}

.button-back .back_totop::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00199A;
    transition: width 0.4s
}

.button-back .back_totop:hover::after {
    width: 0%
}

.link-footer {
    text-decoration: none;
    position: relative;
    width: auto
}

.link-footer::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #00199A;
    transition: width 0.4s
}

.link-footer:hover::after {
    width: 0%
}

.accordion__item {
    background: #fffffe;
    border-bottom: 1px solid #E9E9E9
}

.accordion__item.open-accordion .accordion__header {
    border-bottom: 1px solid #E9E9E9
}

.accordion__header {
    position: relative;
    padding: 17px 0;
    font-weight: 500;
    cursor: pointer
}

.accordion__header::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    background: url("../img/minus.svg") no-repeat center;
    background-size: contain;
    transition: all .2s ease
}

.accordion__header::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/minus.svg") no-repeat center;
    background-size: contain;
    transition: all .4s ease
}

.accordion__header-about {
    color: #565656;
    font-size: 14px
}

.accordion__body {
    display: none;
    padding: 20px 10px 10px 0;
    line-height: 30px
}

.accordion__body.opened {
    display: block
}

.accordion__body-exp:not(:last-child), .accordion__body-educ:not(:last-child) {
    border-bottom: 1px solid #E9E9E9
}

.accordion__body-educ:not(:first-child) {
    padding-top: 20px
}

.accordion__body-exp {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    padding: 20px 0 15px
}

.block_left {
    width: 125px
}

.block_left p {
    font-weight: 500
}

.experience_link {
    text-decoration: none;
    position: relative;
    width: auto
}

.experience_link::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #00199A;
    transition: width 0.4s
}

.experience_link:hover::after {
    width: 0%
}

.block_center {
    max-width: 24%
}

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

.block_center.present {
    width: 100%
}

.flex-left {
    min-width: fit-content
}

.flex-left, .flex-right {
    margin-bottom: 0
}

.exp_bold {
    font-weight: 500
}

.block_right {
    width: 60%
}

.block_right h2 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px
}

.accordion__body-skill {
    display: flex;
    justify-content: flex-start;
    gap: 0 50px
}

.accordion__body-skill .left {
    width: 40%
}

.accordion__body-skill .left div:first-child, .accordion__body-skill .right div:first-child {
    padding-top: 20px;
    padding-bottom: 20px
}

.accordion__body-skill .right {
    width: 60%
}

.accordion__body-educ .left p, .accordion__body-educ .right p {
    margin-bottom: 0
}

.accordion__body-skill .left h2, .accordion__body-skill .right h2 {
    font-size: 16px
}

.accordion__body-educ:first-child {
    padding-top: 20px
}

.accordion__body-educ {
    display: flex;
    justify-content: flex-start;
    gap: 0 50px
}

.accordion__body-educ {
    padding-bottom: 30px
}

.accordion__body-educ .left {
    width: 40%
}

.accordion__body-educ .right {
    width: 60%
}

.accordion__body-educ .left p, .accordion__body-educ .right p {
    margin-bottom: 0
}

.about_me {
    padding: 30px 0;
    display: flex;
    gap: 0 50px
}

.about_me-left img {
    width: 312px
}

.about_me-header {
    padding-bottom: 16px;
    font-weight: 500
}

.open-accordion .accordion__header::after {
    transform: rotate(0deg)
}

.mobile {
    width: 100%
}

.mobile .main_page-links {
    padding: 0 0 30px
}

.mobile .main_page-links li a {
    font-weight: 400
}

.mobile .mobile-img {
    padding: 20px 0
}

.mobile .button-back {
    padding: 30px 0 30px 55px
}

.footer_mobile {
    padding-bottom: 45px
}

@media (max-width:1023px) {
    .accordion__body-exp {
        flex-wrap: wrap
    }

    .block_left {
        width: 100%
    }

    .block_center {
        max-width: 100%
    }

    .block_right {
        width: 100%
    }
}

footer {
    display: flex;
    justify-content: center
}

.footer-nav {
    display: flex;
    justify-content: center
}

.footer-list {
    display: flex;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 10px 20px;
    align-items: center;
    margin-bottom: 20px
}

.footer-list li {
    margin: 0 15px
}

.footer-list a {
    text-decoration: none
}

.divider {
    border-left: 1px solid #e0e0e0;
    height: 25px
}

@media (min-width:1441px) {
    .container {
        max-width: 1440px
    }

    .kitty-youtube-wrapper {
        height: 813px
    }
}

@media (max-width:1440px) {
    .kitty-youtube-wrapper {
        height: 645px
    }
}

@media (max-width:1300px) {
    .logo-img-main-menu {
        width: 55px;
        height: 55px
    }
}

@media (min-width:1201px) {
    .img-main {
        height: 100%;
        max-width: 450px;
        width: 100%
    }
}

@media (min-width:786px) and (max-width:1200px) {
    .col-kit {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .portfolio-section {
        padding-bottom: 65px
    }
}

@media (max-width:1200px) {
    .nav-item:not(:last-child), .main_page-links li {
        padding-right: 25px
    }

    .section-title-main {
        flex-direction: column;
        padding-top: 15px
    }

    .img-main {
        padding-top: 50px;
        width: 65%
    }

    .main_page-links {
        padding-top: 50px
    }
}

@media (min-width:1024px) {
    #header.header-tops::before {
        background-attachment: fixed
    }
}

@media (max-width:1024px) {
    .kitty-youtube-wrapper {
        height: 545px
    }
}

@media (max-width:992px) {
    .main_page-links li:last-child {
        margin-left: 0;
        padding-right: 25px;
        order: 1
    }

    .experience {
        padding-top: 24px
    }

    .about-me__right {
        padding-top: 40px
    }

    #header .social-links a {
        justify-content: center;
        margin-right: 0
    }

    .portfolio-details .portfolio-info {
        padding-top: 20px
    }

    #header .social-links {
        margin-top: 15px
    }

    #header .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:991px) {
    .section-title.education, .target {
        margin-bottom: 27px
    }
}

@media (min-width:769px) {
    .menu_burger, .footer_mobile {
        display: none
    }

    .cont .read-m {
        display: none
    }

    .project-top-line {
        padding-bottom: 30px
    }
}

@media (min-width:769px) {
    .portfolio-section_title {
        display: none
    }
}

@media (max-width:768px) {
    body {
        background-color: #cccccc
    }

    .mobile {
        background-color: #ffffff;
        border-radius: 32px 32px 0 0
    }

    .portfolio {
        border-radius: 32px 32px 0 0
    }

    header, footer {
        display: none
    }

    .first_page {
        padding: 40px 20px 0;
        justify-content: flex-start;
        border-radius: 32px 32px 0 0
    }

    .intro h1 {
        font-size: 24px;
        line-height: 2px
    }

    .intro p {
        font-size: 20px;
        line-height: 38px;
        padding-top: 10px;
        margin-bottom: 35px
    }

    .profile-pic {
        margin-bottom: 50px
    }

    .portfolio {
        background-color: #ffffff
    }

    .portfolio-section_title {
        display: block;
        font-size: 20px;
        padding: 45px 0 10px
    }

    main.works {
        padding: 0
    }

    .portfolio-section {
        padding-top: 0;
        padding-bottom: 0
    }

    .img-main {
        padding-top: 0
    }

    .img-main {
        width: 100%
    }

    .figma {
        flex-direction: column
    }

    .figma a:first-child {
        margin-right: 0
    }

    .project-top {
        padding: 0;
        background-color: #ffffff;
        border-radius: 32px 32px 0 0
    }

    #targetBlock {
        padding-bottom: 35px
    }

    .mobile-arrow {
        padding: 30px 0 0 0
    }

    .mobile-arrow {
        padding-left: 0
    }

    .accordion__body {
        padding: 0;
        margin-bottom: 20px
    }

    .portfolio-item__text {
        padding: 10px 0 10px 0
    }

    .section-title-main h2 {
        padding-top: 15px;
        margin-bottom: 0
    }

    .section-title h3 {
        line-height: normal;
        padding: 0
    }

    .project-top-line {
        padding-top: 40px
    }

    .nav-item:not(:last-child), .main_page-links li {
        padding-right: 20px
    }

    .kitty-youtube-wrapper {
        height: 410px
    }

    .about-me__right {
        padding-top: 40px
    }

    #header.header-top {
        height: 60px
    }

    .logo-img-main-menu {
        width: 35px;
        height: 35px;
        padding-bottom: 7px !important
    }

    .accordion__body-skill {
        flex-wrap: wrap
    }

    .accordion__body-skill .left, .accordion__body-skill .right {
        width: 100%
    }

    .accordion__body-educ .left, .accordion__body-educ .right {
        width: 100%
    }

    section {
        top: 120px
    }

    .section .container {
        padding: 20px
    }

    section.section-show {
        top: 80px
    }

    .accordion__body-educ {
        flex-wrap: wrap
    }

    .about_me-left img {
        display: none
    }

    .about_me {
        flex-wrap: wrap;
        padding: 17px 0
    }

    .section_cv {
        padding-top: 0
    }
}

@media (max-width:767px) {
    #header.header-tops:not(.header-tops.header-top)::before {
        display: none
    }

    #header h2 {
        margin: 0
    }

    #resume .container, #portfolio .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:576px) {
    .kitty-youtube-wrapper {
        height: 245px
    }

    .contact .info-box {
        margin-bottom: 1.5rem
    }
}

@media (max-width:482px) {
    .mobile-links {
        line-height: 40px
    }
}

@media (max-width:375px) {
    .kitty-youtube-wrapper {
        height: 215px
    }
}

@media (max-width:320px) {
    .kitty-youtube-wrapper {
        height: 183px
    }
}

.menu_burger {
    padding: 20px 24px 20px;
    background-color: #cccccc;
    z-index: 99;
    width: 100%
}

.menu-container {
    display: flex;
    justify-content: end
}

.menu-button {
    cursor: pointer;
    width: 26px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hamburger {
    width: 100%;
    height: 2px;
    background-color: #00199A;
    transition: transform 0.4s ease, opacity 0.4s ease
}

.menu-active .hamburger:nth-child(1) {
    transform: translateY(10px) rotate(45deg)
}

.menu-active .hamburger:nth-child(2) {
    opacity: 0
}

.menu-active .hamburger:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 70px;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease
}

.menu-active .menu-list {
    max-height: 300px;
    padding-bottom: 30px
}

.menu-item {
    text-decoration: none;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff
}

.mobile-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0 20px
}

.footer_mobile {
    background-color: #ffffff
}

.footer_mobile .container {
    background-color: #ffffff
}