@font-face {
    font-display: swap;
    font-family: 'Intro';
    src: local('Intro'), 
    url('fonts/Intro-regular.woff') format('woff2'),
    url('fonts/Intro-regular.woff') format('woff'),
    url('fonts/Intro-regular.woff') format('truetype');
    font-weight: normal;
}
@font-face {
    font-display: swap;
    font-family: 'Intro bold';
    src: local('Intro bold'), 
    url('fonts/Intro-bold-caps.woff') format('woff2'),
    url('fonts/Intro-bold-caps.woff') format('woff'),
    url('fonts/Intro-bold-caps.woff') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Intro light';
    src: local('Intro light'), 
    url('fonts/Intro-light.woff') format('woff2'),
    url('fonts/Intro-light.woff') format('woff'),
    url('fonts/Intro-light.woff') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Terminus';
    src: local('Terminus'), 
    url('fonts/TerminusTTF-4.49.3.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'TerminusBold';
    src: local('TerminusBold'), 
    url('fonts/TerminusTTF-Bold-4.49.3.ttf') format('truetype');
}

body {
    background: #000 url('images/bg.png') no-repeat center;
    background-attachment:fixed;
    background-size: cover;
    color: #fff;
    font-family: 'Terminus';
    font-size: 19px;
    padding: 90px 20px 20px 20px;
    position: relative;
    margin: 0;
}

main {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}
.column {
    max-width: 590px;
}
.line__green {
    height: 1px;
    width: 100%;
    background-color: #9eff1f;
    margin: 50px 0;
}
.intro__title {
    font-family: 'TerminusBold';
    color: #9eff1f;
    margin-bottom: 35px;
    font-size: 35px;
    text-transform: uppercase;
}

.bg__icon-top {
    position: absolute;
    right: 50px;
    top: 30px;
    text-align: right;
}
.bg__icon-top img {
    width: 90%;
}

.bg__icon-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.bg__icon-bottom img {
    width: 90%;
}

.info__title {
    background: url('images/name.png') no-repeat left center;
    width: 100%;
    height: 73px;
    margin-bottom: 25px;
}
.info__prof {
    margin-bottom: 70px;
}
.info__desc {
    text-align: justify;
}

ul.green-circle,
ul.green-circle {
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

ul.green-circle li,
ul.green-circle li {
    margin-bottom: 5px;
}
ul.green-circle li:before,
ul.green-circle li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #9eff1f;
    border-radius: 50%;
    margin-right: 10px;
}


.skills__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.skills__item {
    width: 60px;
    height: 60px;
    background: no-repeat center;
    background-size: 50px auto;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 10px;
}

.python {
    background-image: url('images/skills/python.jpg');
}
.php {
    background-image: url('images/php.svg');
}
.javascript {
    background-image: url('images/javascript.svg');
}
.bitrix {
    background-image: url('images/bitrix.svg');
}
.django {
    background-image: url('images/django.svg');
}
.mysql {
    background-image: url('images/mysql.png');
}
.postgresql {
    background-image: url('images/postgresql.png');
}


.connect__item {
    margin-bottom: 20px;
}
.connect__item:last-child {
    margin-bottom: 0;
}

.external-link {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    background: url('images/external-link.svg') no-repeat right center;
    background-size: 15px auto;
}
.external-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.external-link.telegram:before {
    background-image: url('images/telegram.svg');
}
.external-link.phone:before {
    background-image: url('images/phone.svg');
}
.external-link.email:before {
    background-image: url('images/email.svg');
}
.external-link.github:before {
    background-image: url('images/github.png');
    height: 30px;
}

.tabs__content {
    display: none;
}
.tabs__content-bg {
    background-color: #9eff1f;
    margin-bottom: 10px;
    padding: 20px;
}

.tabs__content.active {
    display: block;
}
.tabs__row {
    display: flex;
    justify-content: space-between;
}

.tabs__title {
    padding: 15px 30px;
    font-family: 'TerminusBold';
    text-transform: uppercase;
    cursor: pointer;
}
.tabs__title.active {
    background-color: #9eff1f;
    color: #000;
}

.portfolio .tabs__title {
    width: 50%;
    text-align: center;
}

.tabs-content__bottom {
    display: flex;
    justify-content: flex-end;
}
.tabs__counter {
    margin-right: 15px;
    flex-basis: 10%;
    color: #9eff1f;
    position: relative;
    top: 15px;
}
.owl-custom-nav {
    height: 45px;
    cursor: pointer;
    font-size: 60px;
    color: #fff;
}
.owl-custom-nav:hover {
    color: #9eff1f;
}
.carousel__nav {
    display: flex;
    position: relative;
    top: -3px;
}
.owl-custom-prev {
    margin-right: 15px;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
    display: none;
}
.tabs__desc {
    flex-basis: 90%;
    font-family: 'Terminus';
    height: 150px;
    overflow: auto;
    padding-right: 15px;
    margin-right: 10px;
}
.tabs__desc a {
    color: #9eff1f;
}

.owl-cert {
    padding-right: 30px;
    position: relative;
}

.owl-cert .owl-nav{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.owl-cert .owl-nav span {
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}
.owl-cert .owl-nav span:hover{
    color: #9eff1f;
}
.owl-cert.owl-theme .owl-nav button {
    margin: 0;
    height: 45px;
}
.owl-cert.owl-theme .owl-nav button:hover {
    background: none;
}
.owl-cert .owl-nav .owl-prev {
    display: none;
}
.owl-cert .owl-item img {
    max-height: 180px;
}
.tabs__content .tabs__content-bg,
.tabs__content .owl-carousel .item{
    max-height: 300px;
    overflow: hidden;
}

.item.video {
    position: relative;
}
.item.video a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url('images/video.play.png') no-repeat center;
}
.portfolio-desc__title {
    font-family: "Terminus";
}
.portfolio-desc__block {
    margin-bottom: 5px;
}