@charset "utf-8";

*{
    margin: 0px;
    padding: 0px;   
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/MuseoSansLight/MuseoSansLight.woff) format('woff');
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MuseoSansRegular/MuseoSansRegular.woff) format('woff');
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/MuseoSansMedium/MuseoSansMedium.woff) format('woff');
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/MuseoSansBold/MuseoSansBold.woff) format('woff');
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/MuseoSansBlack/MuseoSansBlack.woff) format('woff');
}

:root {
    --font-size: 18px;
}

body {  
    font-family: 'MuseoSans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
    min-width: 1300px;
/*    background: linear-gradient(#77b1f3,#5269ce);*/
    background: #171717;
    font-size: var(--font-size);
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}
p{
    text-align: left;
    margin: 0 0 30px;
    line-height: 1.4em;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration:none;
}
td,tr{
    padding: 6px;
    
}
tr:nth-child(2n) { background-color: #F9F9F9; color: #373535;}
td{
    padding: 8px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
tr:nth-child(2n+1) {
    background-color: #fff;
}
ul,ol{
    padding-left:20px;
}
li,ul{
    margin-bottom:6px;
}
embed{
    margin:6px;
}
img{
    margin:0px;
    border:0;
}
#content_wrap img{
    margin: 5px;
}
.clear{
    clear:both;
}
input:focus, textarea:focus{
    outline: none;
}
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
html,body{
    height: 100%;
}
.content{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
#section0{
    /*background: -webkit-gradient(linear, top left, bottom left, from(#77b1f3), to(#5269ce));
    background: -webkit-linear-gradient(#77b1f3, #5269ce);
    background: linear-gradient(#77b1f3,#5269ce);*/
    background: #171717;
}
#section1{
    /*background: -webkit-gradient(linear, top left, bottom left, from(#5269ce), to(#4c37b7));
    background: -webkit-linear-gradient(#5269ce, #4c37b7);
    background: linear-gradient(#5269ce,#4c37b7);*/
    background: #171717;
}
#section2{
    /*background: -webkit-gradient(linear, top left, bottom left, from(#4c37b7), to(#440f80));
    background: -webkit-linear-gradient(#4c37b7, #440f80);
    background: linear-gradient(#4c37b7,#440f80);*/
    background: #171717;
}
body{
	overflow: hidden;
}
#fullpage, #section0{
	height: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #fff;
}
header{
    position: fixed!important;
    top: 0px;
    z-index: 9999;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    align-items: center;
}
#logo{
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s;
}
#logo b{
	font-weight: 900;
	color: #fff;
}
.head_link{
    font-size: 22px;
    margin-left: 15px;
    transition: 0.3s;
}
.head_link:hover, #head_phone:hover{
	color: #999;
}
#head_phone{
    font-size: 19px;
    transition: 0.3s;
    font-weight: 500;
}
#head_phone{
    font-size: 19px;
    font-weight: 500;
    margin-right: 5px;
}
#left_about{
/*    background: url(../img/alex-profile.png) no-repeat;*/
    width: 313px;
    height: 418px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 25%;
    background-size: contain;
/*    border-radius: 0 0 155px 155px;*/
    overflow: hidden;
}
#left_about:before{
    content: "";
    background: #e8ecf7;
    display: block;
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}
#left_about:after{
    content: "";
    background: url(../img/alex.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom;
}
#wrap_about{
	display: flex;
    justify-content: space-between;
    gap: 30px;
}
#right_about{
    width: 65%;
    margin-right: 5%;
}
#right_about h3{
    color: #999;
}
h1{
	font-size: 96px;
    line-height: 96px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 80px;
}
#social a{
	width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    line-height: 36px;
    box-sizing: border-box;
    text-align: center;
    font-size: 21px;
    margin-top: 10px;
    transition: 0.3s;
}
#social{
    position: fixed;
    left: 17px;
    bottom: 5%;
    z-index: 9;
}
#arrow{
    width: 36px;
    height: 36px;
/*    background: url(../img/circle-arrow-down.svg) no-repeat;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 50%;*/
    display: block;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 24px;
    position: fixed;
    bottom: 5%;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s;
}
#arrow svg path{
    transition: 0.3s;
    fill: #fff;
}
#logo:hover{
	color: #999;
}
#logo:hover b{
	color: #fff;
}
#arrow:hover svg path{
	fill: #999;
}
#linkedin:hover{
	color: #0077b5;
	background: #fff;
}
#github:hover{
	color: #1f2328;
	background: #fff;
}
#vertical-slider{
    height: 204px;
    margin: 0;
    margin-top: 84px;
    width: 1px;
    border: 25px solid transparent;
    outline: 15px solid transparent;
    background: transparent;
    border-top: 3px;
    border-bottom: 3px;
    position: relative;
    cursor: pointer;
}
#vertical-slider .ui-slider-pip {
    left: auto;
    right: 20px; 
    z-index: 2;
}
#vertical-slider .ui-slider-pip .ui-slider-label {
    color: #a6a6a6;
    left: 1em;
    margin-top: -0.25em;
    transition: 0.3s;
    font-family: 'MuseoSans'
}                    
#vertical-slider .ui-slider-handle {
	border-radius: 50%;
    height: 15px;
    width: 15px;
    outline: none!important;
    margin-left: 0px;
    border: 0;
    transition: 0.3s;
    background: #fff;
    z-index: 3;
}
#vertical-slider .ui-slider-pip .ui-slider-line {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #171717;
    left: auto;
    right: -24px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
#vertical-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: #fff;
}
#vertical-slider:after{
	content: "";
    width: 1px;
    background: #fff;
    display: block;
    height: 125%;
    margin-left: 1px;
    position: absolute;
    z-index: 1;
    top: -10%;
}
.one_exp{

}
.job_top{
    display: flex;
    gap: 20px;
}
.job_logo.white{
    background: #fff;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job_logo.white img{
    max-width: 60px;
    max-height: 60px;
}
.job_logo img{
    width: auto!important;
    max-height: 75px;
}
.job_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.job_company{
    font-weight: 600;
    margin-bottom: 10px;
}
.job_dates{
	color: #bbbbbb;
    margin: 0 0;
    font-size: 15px;
    line-height: 1.4em;
}
.job_description{
    margin-top: 20px;
}
.job_link{
    margin-top: 30px;
    transition: 0.3s;
}
.job_link:hover{
    color: #999;
}
.job_link i{
	margin-right: 13px;
}
.job_link a{
	
}
#exp_wrap{
	display: flex;
}
#exp_slider{
	margin-left: 40px;
	width: calc(100% - 95px);
}
#section1 h1{
    margin-left: 84px;
}
#exp_wrap_right{
    width: 72.5%;
    margin-right: 5%;
    float: right;
}
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent!important;
    font-size: 24px;
    transition: 0.3s;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover, .fancybox-close-small:hover{
    color: #999!important;
}
.owl-theme .owl-nav{
	text-align: left!important;
}
.one_project{
    display: block;
    width: 394px;
    height: 394px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.one_project img{
    max-width: 102%;
    min-width: 100%;
    min-height: 100%;
    transition: 0.3s;
}
.project_cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.85;
    transition: 0.3s;
}
.title_wrap{
    position: absolute;
    display: block;
    bottom: 40px;
    padding: 0 40px;
    box-sizing: border-box;
}
.title_project{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
.more_project{
    margin-top: 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.more_project svg{
    width: 13px;
}
.more_project svg path{
    fill: #fff;
}
#projects_width_block{
    width: calc((100% - 1260px)/2 + 1260px);
    float: right;
    /*overflow: hidden;*/
}
.one_project:hover img{
    min-width: 115%;
    height: auto;
}
.one_project:hover .project_cover{
	opacity: 0.35;
}
#projects_wrap{
	width: 120%;
}
#projects_nav .owl-next{
	float: right;
}
#projects_nav .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 4px 0px;
}
#projects_nav{
	margin-top: 40px;
}
.more_project span{
    display: inline-block;
    position: relative;
}
.more_project span:after{
    content: "";
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    width: 0;
    transition: 0.3s;
}
.one_project:hover span:after{
    width: 100%;
}
#arrow.bottom{
	transform: rotate(-180deg);
}
#popup_projects{
	display: none;
}
.one_popup{
	background: transparent!important;
	height: 100%;
	width: 100%;
}
.popup_content{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.popup_content .gallery{
    min-height: 50px;
    border-radius: 20px;
}
.left_popup{
	display: flex;
    flex-direction: column;
    height: 100%;
    /*justify-content: space-between;*/
    width: 60%;
}
.fancybox-image{
    border-radius: 20px;
}
.fancybox-navigation .fancybox-button{
    background: transparent;
}
.fancybox-navigation .fancybox-button div{
    border-radius: 50%;
    overflow: hidden;
    background: #1e1e1e;
}
.fancybox-toolbar{
    border-radius: 0 0 0 15px;
    background: #1e1e1e;
    overflow: hidden;
}
.fancybox-navigation .fancybox-button div svg path{
    transition: 0.3s;
}
.popup_content h2{
	font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px
}
.gallery{
    width: 740px;
    max-height: 600px;
    overflow: hidden; 
    margin-bottom: 40px;
    margin-top: 5px;
}
.gallery .owl-nav{
    margin-top: 0!important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.one_gal{
	float: left;
}
.one_gal.item.transparent{
    opacity: 0;
}
.gallery .owl-nav [class*='owl-'] {
    font-size: 35px;
    color: #4c38b8!important;
    transition: 0.3s;
    top: calc(50% - 20px);
    position: absolute;
}
.gallery .owl-prev{
	left: 0;
}
.gallery .owl-next{
	right: 0;
}
.gallery .owl-nav [class*='owl-']:not(.disabled):hover {
    color: #999!important;
}
#exp_slider .owl-prev,
#exp_slider .owl-next,
#projects_nav .owl-prev,
#projects_nav .owl-next{
    width: 22px;
}
#exp_slider .owl-next svg path,
#exp_slider .owl-prev svg path,
#projects_nav .owl-next svg path,
#projects_nav .owl-prev svg path{
    fill: #fff;
    transition: 0.3s;
}
#exp_slider .owl-prev:hover svg path,
#exp_slider .owl-next:hover svg path,
#projects_nav .owl-prev:hover svg path,
#projects_nav .owl-next:hover svg path{
    fill: #999;
}
.project_desc{

}
.project_desc h3{
	font-size: 20px;
    margin-bottom: 15px;
}
.right_popup{
	width: 35%;
}
.one_tool{
	margin-bottom: 10px;
}
.tool_title{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
}
.one_tag{
    border: 2px solid #fff;
    padding: 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    margin: 0 5px 5px 0;
}
.fancybox-bg{
    background: rgba(51,33,142,1)!important;
}
.project_desc p{
	margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.project_link{
    background: #4945e5;
    padding: 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    border-radius: 40px;
    margin-top: 20px;
    transition: 0.3s;
    margin-bottom: 40px;
}
.project_link i{
	display: inline-block;
    margin-right: 7px;
    font-size: 12px;
}
.project_link:hover{
    background: #010101;
    color: #fff;
}
.fancybox-close-small{
    width: 70px!important;
    height: 70px!important;
    transition: 0.3s!important;
    outline: none!important;
}
#typed > *, #right_about h1, #left_about{
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
}
body.loaded #typed > *, body.loaded #right_about h1, body.loaded #left_about{
    transform: translateY(0px);
    opacity: 1;
}
body.loaded #right_about h1, body.loaded #left_about{
    transition-delay: 0.7s;
}
body.loaded #typed > h3{
    transition-delay: 0.8s;
    line-height: 1.5em;
}
body.loaded #typed > .first{
    transition-delay: 0.9s;
}
body.loaded #typed > .second{
    transition-delay: 1.0s;
}
body.loaded #typed > .third{
    transition-delay: 1.1s;
}
body.loaded #typed > .full_list_link{
    transition-delay: 1.2s;
}
#typed h3{
    margin-bottom: 20px;
}

.carousel {
    display: flex;
    position: relative;
    gap: 6px;
    width: 100%;
    font-size: var(--font-size);
    line-height: calc(var(--font-size) * 1.5);
}
.carousel .change_outer {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    height: calc(var(--font-size) * 1.5);
    overflow: hidden;
}
.carousel .change_outer .change_inner {
    position: relative;
}
.carousel .change_outer .element {
    display: block;
    font-weight: 700;
}
.full_list_link{
    color: #999;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    justify-content: end;  
    font-size: calc(var(--font-size)* 0.85);  
    transition: 0.3s;
    outline: none;
    user-select: none;
}
.full_list_link:hover{
    color: #fff;
}
#typed p{
    margin-bottom: 20px;
}
#project_dev_skills .popup_content{
    height: auto;
    min-height: calc(100vh - 88px);
}
#project_dev_skills .right_popup{
    width: 100%;
}
#project_dev_skills .right_popup h2{
    line-height: 1.25em;
    margin-bottom: 25px;
}

@media (max-width:1580px){
    :root {
        --font-size: 16px;
    }
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    p{
        font-size: var(--font-size);
    }
    #left_about {
        width: 230px;
        height: 280px;
    }
    #right_about {
        width: 70%;
    }
    .job_title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .one_project {
        width: 340px;
        height: 340px;
    }
    .popup_content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .project_link {
        margin-bottom: 40px;
    }
    #projects_nav {
        margin-top: 0px;
    }
    .one_project {
        width: 305px;
        height: 305px;
    }
    .title_project {
        font-size: 16px;
    }
    .job_description {
        font-size: 16px;
    }
    #exp_wrap_right {
        width: 77.5%;
    }

}
@media (max-width:1380px){
    .content {
        width: 1200px;
    }
    #projects_width_block {
        width: calc((100% - 1200px)/2 + 1200px);
    }
    body{
        min-width: 100%;
    }
    #section1 h1 {
        margin-left: 88px;
    }
}
@media (max-width:1200px){
    .content {
        width: 1000px;
    }
    #projects_width_block {
        width: calc((100% - 1000px)/2 + 1000px);
    }
    #exp_wrap_right {
        width: 79%;
    }
    .one_exp {
        font-size: 15px;
    }
    .job_description li{
        margin-bottom: 3px;
    }
    .job_link {
        margin-top: 15px;
    }
}
@media (min-width:1000px){
    .carousel .pre{
        display: flex;
        align-items: baseline;
        gap: 2px;
    }
    .carousel .change_outer{
        height: calc(var(--font-size)* 1.8);
        font-size: calc(var(--font-size)* 1.3);
        line-height: 1.5em;
    }
}
@media (max-width:1000px){
    .content {
        width: calc(100% - 120px);
    }
    #projects_width_block {
        width: calc(100% - 60px);
    }
    #left_about {
        width: 185px;
        height: 240px;
    }
    #right_about {
        width: calc(100% - 220px);
        margin-right: 0;
    }
    #exp_wrap_right{
        width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }
    #section1 h1{
        margin-left: 0;
    }
    #vertical-slider{
        position: absolute;
        right: 0;
        z-index: 100;
    }
    #exp_slider {
        width: calc(100% - 80px);
        margin: 0;
    }
    .gallery {
        width: 100%;
    }
    .project_link {
        white-space: nowrap;
    }
    .iScrollIndicator{
        background: rgba(255, 255, 255, 0.95)!important;
    }
    .carousel{
        display: inline-block;
    }
    .carousel .pre{
        display: inline-block;
        line-height: 1.5em;
    }
    .carousel .change_outer{
        display: inline-block;
        height: calc(var(--font-size)* 1.7);
        font-size: calc(var(--font-size)* 1.2);
        line-height: 1.5em;
        vertical-align: bottom;
    }
}
@media (max-width:768px){
    :root {
        --font-size: 15px;
    }
    #right_header{
        padding-right: 90px;
    }
    #head_phone{
        display: none;
    }
    #social{
        bottom: auto;
        top: 40px;
        right: 60px;
        left: auto;
    }
    #social a {
        display: inline-block;
        margin-left: 5px;
    }
    .head_link {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 21px;
        line-height: 36px;
        text-align: center;
        margin-left: 5px;
    }
    #left_about {
        width: 100px;
        height: 125px;
    }
    #right_about {
        width: calc(100% - 120px);
        margin-right: 0;
    }
    h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    h3{
        font-size: 18px;
    }
    p {
/*        font-size: 15px;*/
        margin-bottom: 15px;
    }
    .popup_content {
        height: 100%;
        display: block;
        width: 100%;
    }
    .left_popup {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .right_popup {
        width: 100%;
    }
    #exp_wrap_right {
        margin-top: 100px;
    }
}
@media (max-width:550px){
    #logo {
        font-size: 20px;
    }
    #right_header{
        left: 15px;
        bottom: calc(5% + 75px);
        position: fixed;
        padding-right: 0;
    }
    .head_link {
        margin-left: 0;
        display: block;
        margin-top: 7px;
        font-size: 15px;
        line-height: 28px;
        width: 30px;
        height: 30px;
    }
    #social{
        left: 15px;
        bottom: 5%;
        top: auto;
        max-width: 30px;
    }
    #social a {
        margin-top: 7px;
        display: block;
        margin-left: 0;
        font-size: 15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    #section0 .content {
        padding: 30px 0px 0;
    }
    #section0 .content, #section1 .content{
        width: calc(100% - 80px);
        padding-left: 40px!important;
    }
    #wrap_about{
        display: block;
    }
    #left_about {
        width: 125px;
        height: 155px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #right_about {
        width: 100%;
    }
    #arrow{
        display: none;
    }
    #exp_slider {
        width: 100%;
    }
    #vertical-slider {
        display: none;
    }
    header{
        padding: 30px 0;
    }
    .full_list_link{
        justify-content: start;
        font-size: var(--font-size);
        margin: 20px 0 0;
    }
}
@media (max-width:410px){
    #right_about h1{
        margin-bottom: 10px;
    }
    /*#left_about {
        display: none;
    }*/
    body{
        min-width: 320px;
    }
}