.wlink {
    color: white;
    text-decoration: none;
}

.wlink:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
}
html, body, div, ul, li {
    box-sizing: border-box;
    margin: 0;
}
body {
    overflow: hidden;
}

.content-wrap {
    position: relative;

    height: 100%;
}

.clearfix {

}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 1440px) {

    .services-info-first-step-list .sifsl-item {
    width: 25%;
}

}

/* ======== OVERLAY LEVELS ===========
splash-screen - 40

===================================*/

.ru,
.en {
    color: grey !important;
}
.main-page-wrap .ru,
.main-page-wrap .en {
    color: grey !important;
}

.show-ru .ru,
.show-en .en {
    color: black !important;
}
.show-ru .main-page-wrap .ru,
.show-en .main-page-wrap .en {
    color: white !important;
}

.about-page-wrap,
.services-page-wrap,
.portfolio-page-wrap,
.portfolio-inside-page-wrap,
.contacts-page-wrap {
    display: none;
    opacity: 0;
    transition: 0.7s;
}

.about-page-content .header-menu-btn-list-mobile,
.services-page-content .header-menu-btn-list-mobile,
.portfolio-page-content .header-menu-btn-list-mobile,
.portfolio-inside-page-content .header-menu-btn-list-mobile,
.contacts-page-content .header-menu-btn-list-mobile {
    border: 2px solid black;
}
.about-page-content .header-menu-btn-list-mobile div,
.services-page-content .header-menu-btn-list-mobile div,
.portfolio-page-content .header-menu-btn-list-mobile div,
.portfolio-inside-page-content .header-menu-btn-list-mobile div,
.contacts-page-content .header-menu-btn-list-mobile div {
    background: #000000;
}

.page-hover-block {
    position: absolute;
    bottom: 0;
    height: 100%;
    height: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    transition: 0.7s;
}

.header-menu-btn-list-mobile {
    align-items: center;
    position: absolute;
    right: 0;
    top: 30px;
    height: 45px;
    width: 45px;
    padding: 11px 14px;
    display: none;
    flex-direction: column;
    justify-content: center;
    border: 2px solid white;
}
.bar1, .bar2, .bar3 {
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    background-color: #fff;
    transition: 0.4s;
}
.bar3 {
    margin-bottom: 0;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

/* ============= LOAD SCREEN WITH NUMBERS ================== */
.content-wrap .splash-screen-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 0;
    bottom: 0;

    height: 100%;
    width: 100%;

    background: white;
    z-index: 40;
    transition: 1s;

}

.content-wrap .splash-screen-wrap .splash-screen-load-box {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;

    min-width: 300px;

    font-size: 170px;
    font-family: 'Futura PT Light';
    color: #f6f6f6;
}
.content-wrap .splash-screen-wrap  .main-page-linear-gradient {
    position: absolute;
    bottom: -48px;

    width: 100%;
    height: 25px;

    background: linear-gradient(to top, black , white);
    transform: translateY(-24px);
}
/* -------- animation ------------*/
.content-wrap .splash-screen-wrap .splash-screen-load-box .load-animation-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
}
.load-animation-wrap .load-animation {
    padding: 5px;

    width: 50px;
    height: 50px;

    background: white;
}
.load-animation-wrap .load-animation .load-animation-parts {
    position: relative;

    padding: 6px;

    width: 100%;
    height: 100%;

    background: #f6f6f6;
    overflow: hidden;
}

.load-animation-wrap .load-animation .load-animation-parts div {
    background: black;
    transition: 1.5s;
    animation-iteration-count: 2;
}

.load-animation-wrap .load-animation .load-animation-parts div:first-child {
    position: absolute;
    left: 50%;
    top: 0;

    height: 6px;
    width: 0;
    /*width: 50%;*/

    transition: 0.8s;
}
.load-animation-wrap .load-animation .load-animation-parts div:nth-child(2) {
    position: absolute;
    right: 0;
    top: 6px;

    width: 6px;
    height: 0;
    /*height: 100%;*/
}
.load-animation-wrap .load-animation .load-animation-parts div:nth-child(3) {
    position: absolute;
    right: 6px;
    bottom: 0;

    height: 6px;
    width: 0;
    /*width: 100%;*/
}
.load-animation-wrap .load-animation .load-animation-parts div:nth-child(4) {
    position: absolute;
    left: 0;
    bottom: 6px;

    width: 6px;
    height: 0;
    /*height: 100%;*/
}
.load-animation-wrap .load-animation .load-animation-parts div:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;

    height: 6px;
    width: 0;
    /*width: 50%;*/

    transition: 0.7s;
}
.load-animation-wrap .load-animation .load-animation-parts div:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 0;
    /*height: 100%;*/

    transition: 0.5s;
    background: black;
}
.load-animation-wrap .load-animation .load-animation-parts div:last-child {
    height: 100%;
    width: 100%;

    background: white;
}
/* ========================================================= */

/* ==================== HEADER MENU ======================= */
.header-menu-wrap {
    padding: 40px 40px 0;
}
.header-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;

}
.header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_white.png');
    background-repeat: no-repeat;
}

.header-menu-btn-list {
    display: flex;
    justify-content: flex-end;

    max-height: 35px;
    padding: 0;
    margin: 0;

    list-style: none;
}
.header-menu-btn-list .header-menu-btn-item {
    display: inline-flex;
    flex-direction: column;

    height: 40px;

    padding-left: 45px;

    color: white;
    font-size: 15px;
    font-family: "Futura PT Heavy";

    cursor: pointer;
    overflow: hidden;
    transition: 2s;
    opacity: 0;
    letter-spacing: 1px;
}
.header-menu-btn-list .header-menu-btn-item:nth-child(2) {
    opacity: 1;
}
.header-menu-btn-list .header-menu-btn-item span {
    transition: 0.3s;
}
.header-menu-btn-list .header-menu-btn-item span:first-child {
    /*margin-bottom: 20px;*/
    transform: translateY(10px);
}
.header-menu-btn-list .header-menu-btn-item span:last-child {
    opacity: 0;
    color: #ff560f;
    transform: translateY(20px)
}

.header-menu-btn-list .header-menu-btn-item:hover span:first-child {
    transform: translateY(-10px);
    opacity: 0;
}
.header-menu-btn-list .header-menu-btn-item:hover span:last-child {
    opacity: 1;
    transform: translateY(-10px);
}

.header-menu-btn-list .header-menu-btn-item:last-child {
    position: relative;
}
.services-page-wrap .header-menu-btn-list .header-menu-btn-item:last-child span,
.about-page-wrap .header-menu-btn-list .header-menu-btn-item:last-child span,
.portfolio-page-wrap .header-menu-btn-list .header-menu-btn-item:last-child span,
.portfolio-inside-page-wrap .header-menu-btn-list .header-menu-btn-item:last-child span,
.contacts-page-wrap .header-menu-btn-list .header-menu-btn-item:last-child span {
    color: black;
}
.header-menu-btn-list .header-menu-btn-item:last-child span {
    transform: translateY(0) !important;
    color: white;
    opacity: 1 !important;
    height: auto;
    overflow: visible;
}
.header-menu-btn-list .header-menu-btn-item:last-child span:nth-child(2) {
    position: absolute;
    top: 5px;
    left: 66px;
    overflow: visible;
}
.header-menu-btn-list .header-menu-btn-item:last-child span:nth-child(3) {
    margin-left: 30px;
    opacity: 1;
    color: grey;
}

/* ======================================================== */

/* ================== MAIN BLACK PAGE ===================== */
.main-page-wrap {
    position: absolute;
    /*top: 110%;*/

    width: 100%;
    height: 100%;

    transition: 1s;
    background: black;
    overflow: auto;
    z-index: 2;
}
.main-page-wrap .main-page-content {
    margin: 0 auto;

    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
}

.main-page-wrap .main-page-body {
    width: 100%;
    padding: 150px 0 0 0;
}

.main-page-body .main-page-body-animation {
    margin: 0 auto;
    /*margin-bottom: 115px;*/

    /*width: 475px;*/
    /*height: 475px;*/

    /*border-radius: 100%;*/
    /*background: #ff560f;*/
}
.main-page-wrap .main-page-body .main-page-body-statement {
    display: inline-block;
    color: #5f5e5f;
    font-family: "Futura PT Book";
    padding: 0 40px 40px;
}

#svg {
    transform: rotate(-90deg);
    min-width: 417px;
}
#svg circle {
    stroke-dashoffset: 1520;
    transition: stroke-dashoffset 1.5s linear;
    /*stroke: #666;*/
    stroke-width: 5px;
}
#svg #bar {
    stroke: #ff560f;
}
#cont {
    display: flex;
    justify-content: center;

    margin: 0 auto;
    margin-bottom: 115px;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;
}
#cont:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    box-shadow: inset 0 0 1em black;
    content: attr(data-pct)"%";
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
    text-shadow: 0 0 0.5em black;
}
.circle-text-wrap {
    display: flex;
    justify-content: center;

    position: absolute;
    top: 13px;

    width: 449px;
    height: 449px;

    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
}

.circle-animation-background {
    position: absolute;
    top: 13px;

    width: 449px;
    height: 449px;
    border-radius: 100%;

    transition: 3s;
    opacity: 0;
    background: #ff560f;
    z-index: 1;
}
.circle-text-wrap .circle-text-content {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;

    position: relative;

    height: 100%;

    padding-left: 50px;

    text-align: center;
    font-size: 50px;
    font-family: "Futura PT Heavy";
    line-height: 50px;
    color: white;
}
.circle-text-wrap .circle-text-content .circle-text-item {
    text-align: left;

    opacity: 0;
    transition: 3s;
}

.circle-text-wrap .circle-text-content .circle-text-item:last-child {
    position: absolute;
    left: 23px;
    top: 143px;

    height: 176px;
    width: 20px;

    background-image: url('../img/whoop_symb.png');
    background-repeat: no-repeat;
}
/* ========================================================= */

/* ============== RIGHT BOTTOM DESIGN BLOCK ================ */
.right-bottom-design-block {
    position: fixed;
    right: 0;
    bottom: 0;

    width: 35px;
    height: 245px;

    border-right: 35px solid white;
    border-top: 160px solid transparent;
}
/* ========================================================= */

/* ===================== ABOUT PAGE ======================== */
.about-page-wrap {
    position: absolute;
    /*top: 110%;*/

    width: 100%;
    height: 100%;

    transition: 1s;
    overflow: auto;
    z-index: 2;
}
.about-page-wrap .about-page-inside {
    position: relative;
}
.about-page-wrap .about-page-inside .about-page-grey-line-animation {
    position: absolute;
    left: 0;
    /*top: 215px; +9*/

    width: 0;

    border: 1px solid #e8e7e8;
    transition: 1s;
}
.show-line-animation {
    width: 100% !important;
}
.about-page-wrap .about-page-content {
    position: relative;

    margin: 0 auto;
    padding: 0 40px;

    width: 100%;
    max-width: 1440px;
}

.about-page-wrap .about-page-content .header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_black.png');
    background-repeat: no-repeat;
}
.about-page-wrap .about-page-content  .header-menu-btn-list .header-menu-btn-item {
    color: black;
}

/* ---- right bottom text ---- */
.about-page-wrap .right-bottom-design-block {
    position: absolute;

    bottom: 0;
    right: 0;

    border-right: 35px solid #ff560f;
}
/* --------------------------- */

/* ----- top text ------*/
.about-text-info {
    display: flex;
    justify-content: space-between;

    padding: 80px 40px 0 40px;
}
.about-text-info .about-text-info-first-part {
    width: 100%;
    max-width: 520px;

    font-family: "Futura PT Heavy";
    font-size: 35px;
    text-align: left;
}

.about-text-info .about-text-info-first-part .about-text-first-part-animation {
    opacity: 0;
    transition: 0.5s;
    line-height: 39px;
}

.about-text-info .about-text-info-second-part {
    padding-top: 12px;

    width: 100%;
    max-width: 600px;
}
.about-text-info .about-text-info-second-part .about-list-text {
    padding: 0;
    margin: 0;

    list-style: none;
}
.about-list-text .alt-item {
    display: flex;
    margin-bottom: 30px;
}
.desktop {
    display: flex;
}
.desktop-block {
    display: block;
}
.mobile {
    display: none;
}
.about-list-text .alt-item:last-child {
    margin-bottom: 0;
}
.about-list-text .alt-item .alt-item-title {
    width: 100%;
    max-width: 140px;

    font-size: 17px;
    font-family: "Futura PT Heavy";
    transition: 0.3s;
}
.about-list-text .alt-item .alt-item-info {
    font-size: 17px;
    font-family: "Futura PT Book";
}

.alt-item-title-animation {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}
.alt-item-info-animation {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.animate-about-text {
    transform: translateY(0px);
    opacity: 1;
}

/* ----- about team ------*/

.about-team-wrap {
    padding: 85px 40px 170px 45px;
}
.about-team-wrap .about-team-title {
    position: relative;

    margin-bottom: 30px;

    font-family: "Futura PT Heavy";
    font-size: 35px;
    color: black;
    z-index: 2;
    opacity: 0;
    transition: 1s;
}
.about-team-wrap .about-team-coworkers-list {
    display: flex;
    flex-direction: row;

    padding: 0;
    margin: 0;

    list-style: none;
}
.about-team-coworkers-list .atcl-item {
    max-width: 240px;

    margin-right: 90px;
}
.about-team-coworkers-list .atcl-item .team-coworker-info-wrap {
    position: relative;

    padding-top: 305px;
}
.about-team-coworkers-list .atcl-item .team-coworker-background-animation {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: -6px;
    top: -8px;

    height: 295px;
    width: 295px;

    opacity: 0;
    transition: 2s;
    transition-delay: 0.2s;
}
.about-team-coworkers-list .atcl-item .team-coworker-background-animation .tcba-animation {
    width: 270px;
    height: 270px;

    background: #ff560f;

    border-radius: 100%;
    transition: 0.5s;
    z-index: 1;
}
.about-team-coworkers-list .atcl-item .team-coworker-img-wrap {
    position: absolute;
    right: 0;
    top: 0;
}
.about-team-coworkers-list .atcl-item .team-coworker-img-content {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    /*right: 0;*/
    /*top: 0;*/

    /*height: 275px;*/
    /*width: 275px;*/
    height: 295px;
    width: 295px;

    /*margin-bottom: 35px;*/

    /*background-image: url(../img/test_photo.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/

    -webkit-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0);
    -moz-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0);
    box-shadow: 26px 30px 65px 9px rgba(0,0,0,0);

    overflow: hidden;
    border-radius: 100%;
    transition: 0.2s;
    z-index: 2;
}
.about-team-coworkers-list .atcl-item .team-coworker-img {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;

    height: 92%;
    width: 92%;

    overflow: hidden;
    background: transparent;
    border-radius: 50%;
    transition: 0.5s;
}
.about-team-coworkers-list .atcl-item .team-coworker-img-content img {
    position: absolute;

    height: 295px;
}

.about-team-coworkers-list .atcl-item .team-coworker-img-scale {
    position: absolute;
    right: -2px;
    top: -2px;

    height: 299px;
    width: 299px;

    background: transparent;
    border: 12px solid white;
    transition: 0.5s;
    /* border: 0px solid white; */
    border-radius: 100%;
    z-index: 3;
}
.about-team-coworkers-list .atcl-item .team-coworker-wrap {
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0.8s;
}
.about-team-coworkers-list .atcl-item .team-coworker-name {
    position: relative;

    margin-bottom: 15px;

    font-family: "Futura PT Heavy";
    font-size: 35px;

    transition: 0.1s;
    transition-delay: 0.15s;
    z-index: 3;
}
/*.about-team-coworkers-list .atcl-item .team-coworker-name span:first-child {*/
    /*opacity: 0;*/
    /*transition: 0.5s;*/
    /*transition-delay: 0.5s;*/
/*}*/
/*.about-team-coworkers-list .atcl-item .team-coworker-name span:last-child {*/
    /*opacity: 0;*/
    /*transition: 0.7s;*/
    /*transition-delay: 0.7s;*/
/*}*/

.about-team-coworkers-list .atcl-item .team-coworker-animation .team-coworker-img-content {
    /*-webkit-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.2);*/
    /*-moz-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.2);*/
    /*box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.2);*/

    -webkit-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.23);
    -moz-box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.23);
    box-shadow: 26px 30px 65px 9px rgba(0,0,0,0.23);

    transition: 0.5s;
    transition-delay: 0.1s;
}

.about-team-coworkers-list .atcl-item .team-coworker-animation .tcba-animation {
    transform: scale(2.25);
}
.about-team-coworkers-list .atcl-item .team-coworker-animation  .team-coworker-img {
    height: 100%;
    width: 100%;
}
.about-team-coworkers-list .atcl-item .team-coworker-animation .team-coworker-name {
    color: white;
}
.about-team-coworkers-list .atcl-item .team-coworker-animation .team-coworker-links {
}
.about-team-coworkers-list .atcl-item .team-coworker-animation .team-coworker-name {
    color: white;
}


.about-team-coworkers-list .atcl-item .team-coworker-links {
    position: relative;
    margin-bottom: 50px;

    font-size: 18px;

    z-index: 3;
}
.about-team-coworkers-list .atcl-item .team-coworker-links i {
    margin-right: 20px;

    opacity: 0;
    transition: 0.5s;
}
.about-team-coworkers-list .atcl-item .team-coworker-links i:first-child {
    transition-delay: 0.9s;
}
.about-team-coworkers-list .atcl-item .team-coworker-links i:nth-child(2) {
    transition-delay: 1s;
}
.about-team-coworkers-list .atcl-item .team-coworker-links i:nth-child(3) {
    transition-delay: 1.1s;
}
.about-team-coworkers-list .atcl-item .team-coworker-links i:last-child {
    transition-delay: 1.2s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text {
    font-size: 17px;
    font-family: "Futura PT Book";

}
.about-team-coworkers-list .atcl-item .team-coworker-text span {
    opacity: 0;
    transition: 0.5s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text span:nth-child(1) {
    transition-delay: 1.2s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text span:nth-child(2) {
    transition-delay: 1.3s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text span:nth-child(3) {
    transition-delay: 1.4s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text span:nth-child(4) {
    transition-delay: 1.5s;
}
.about-team-coworkers-list .atcl-item .team-coworker-text span:nth-child(5) {
    transition-delay: 1.6s;
}


.about-team-animation .about-team-title {
    opacity: 1!important;;
}
.about-team-animation .team-coworker-background-animation {
    opacity: 1!important;;
}
.about-team-animation .team-coworker-wrap {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-links i:first-child {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-links i:nth-child(2) {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-links i:nth-child(3) {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-links i:last-child {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-text span:nth-child(1) {
    opacity: 1 !important;
}
.about-team-animation .team-coworker-text span:nth-child(2) {
    opacity: 1 !important;
}
.about-team-animation .atcl-item .team-coworker-text span:nth-child(3) {
    opacity: 1 !important;
}
.about-team-animation .atcl-item .team-coworker-text span:nth-child(4) {
    opacity: 1 !important;
}
.about-team-animation .atcl-item .team-coworker-text span:nth-child(5) {
    opacity: 1 !important;
}
/* ========================================================= */


/* ============== SERVICES PAGE ================ */
.services-page-wrap {
    position: absolute;

    width: 100%;
    height: 100%;

    overflow: auto;
    overflow-x: hidden;
}
.services-page-wrap .services-page-content {
    position: relative;

    margin: 0 auto;

    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
}
.services-page-wrap .services-page-content   .header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_black.png');
    background-repeat: no-repeat;
    z-index: 1;
}
.services-page-wrap .services-page-content .header-menu-btn-list .header-menu-btn-item {
    color: black;
}

.services-page-wrap .services-page-content .services-main-info-wrap {

}
.services-main-info-wrap .services-main-info-content {
    min-height: 756px;
}

.services-main-info-wrap .services-info-first-step-wrap {
    /*display: none;*/
    padding: 175px 40px 0 40px;
    transition: 0.7s;
    /*opacity: 0;*/
}
.services-main-info-wrap .services-info-first-step-wrap .services-info-first-step-list {
    margin: 0 -213px 0px 0;
    padding: 0 0 0 15px;

    list-style: none;
}
.services-info-first-step-list .sifsl-item {
    float: left;
    position: relative;

    max-width: 25%;

    padding-right: 60px;
    margin-bottom: 140px;
}
.services-info-first-step-list .sifsl-item:nth-child(5),
.services-info-first-step-list .sifsl-item:nth-child(6),
.services-info-first-step-list .sifsl-item:nth-child(7),
.services-info-first-step-list .sifsl-item:nth-child(8) {
    margin-bottom: 0;
}

.services-info-first-step-list .sifsl-item .sifsl-item-content {

}
.services-info-first-step-list .sifsl-item .sifsl-item-content:hover .sifsl-item-text {
    opacity: 1;
}
.services-info-first-step-list .sifsl-item .sifsl-item-content:hover .sifsl-item-background-radius {
    opacity: 0;
    transition: 0.5s;
}

.services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-img {
    position: absolute;

    top: 5px;

    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 50px;

    background-repeat: no-repeat;
    background-size: contain;
}
.services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-background-radius-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 33px;
    left: 19px;
}
.sifsl-item-background-radius-wrap .sifsl-item-background-radius {
    position: absolute;

    width: 185px;
    height: 185px;
    border-radius: 100%;
    background: #fffcfa;
    overflow: hidden;
}
.sifsl-item .sifsl-item-img .sifsl-item-img-hover,
.sifsl-item-background-radius-wrap .sifsl-item-background-radius .sifsl-item-background-radius-hover {
    width: 100%;
    height: 0;
    height: 100%;
    background: #fff;
    transition: 1.5s;
}
.sifsl-item .sifsl-item-img .sifsl-item-img-hover {
    transition: 0.3s;
}

.services-info-first-step-list .sifsl-item:nth-child(1) .sifsl-item-content .sifsl-item-img {
    background-image: url('../img/services-digital-strategy.png');
}
.services-info-first-step-list .sifsl-item:nth-child(2) .sifsl-item-content .sifsl-item-img {
    max-width: 53px;
    top: 7px;
    background-image: url('../img/services-web-development.png');
}
.services-info-first-step-list .sifsl-item:nth-child(3) .sifsl-item-content .sifsl-item-img {
    max-width: 48px;
    max-height: 59px;
    top: -4px;
    background-image: url('../img/services-cms.png');
}
.services-info-first-step-list .sifsl-item:nth-child(4) .sifsl-item-content .sifsl-item-img {
    max-width: 60px;
    max-height: 58px;
    background-image: url('../img/services-crm.png');
}
.services-info-first-step-list .sifsl-item:nth-child(5) .sifsl-item-content .sifsl-item-img {
    max-width: 53px;
    max-height: 53px;
    background-image: url('../img/services-e-commerse.png');
}
.services-info-first-step-list .sifsl-item:nth-child(6) .sifsl-item-content .sifsl-item-img {
    max-width: 34px;
    left: 10px;
    background-image: url('../img/services-mobile-development.png');
}
.services-info-first-step-list .sifsl-item:nth-child(7) .sifsl-item-content .sifsl-item-img {
    max-width: 55px;
    max-height: 55px;
    background-image: url('../img/services-ux.png');
}
.services-info-first-step-list .sifsl-item:nth-child(8) .sifsl-item-content .sifsl-item-img {
    max-width: 51px;
    max-height: 60px;
    top: 0;
    max-width: 43px;
    background-image: url('../img/services-design.png');
}


.services-info-first-step-list .sifsl-item:nth-child(1) .sifsl-item-content .sifsl-item-title,
.services-info-first-step-list .sifsl-item:nth-child(5) .sifsl-item-content .sifsl-item-title {
    padding-left: 65px;
}
.services-info-first-step-list .sifsl-item:nth-child(2) .sifsl-item-content .sifsl-item-title,
.services-info-first-step-list .sifsl-item:nth-child(6) .sifsl-item-content .sifsl-item-title {
    padding-left: 80px;
}
.services-info-first-step-list .sifsl-item:nth-child(3) .sifsl-item-content .sifsl-item-title,
.services-info-first-step-list .sifsl-item:nth-child(7) .sifsl-item-content .sifsl-item-title {
    padding-left: 75px;
}
.services-info-first-step-list .sifsl-item:nth-child(4) .sifsl-item-content .sifsl-item-title,
.services-info-first-step-list .sifsl-item:nth-child(8) .sifsl-item-content .sifsl-item-title {
    padding-left: 85px;
}

.services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-title {
    position: relative;

    display: flex;
    align-items: center;

    height: 65px;

    margin-bottom: 30px;
    padding-left: 83px;

    font-family: "Futura PT Heavy";
    font-size: 30px;
    white-space: nowrap;
    line-height: 35px;

    opacity: 0;
    transition: 0.5s;
}
.services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-text {
    position: relative;

    font-family: "Futura PT Book";
    font-size: 17px;

    opacity: 0;
    transition: 0.3s;
}
.services-info-first-step-list .sifsl-item-active .sifsl-item-img-hover,
.services-info-first-step-list .sifsl-item-active .sifsl-item-background-radius-hover {
    height: 0;
}

.services-info-first-step-list .sifsl-item-active .sifsl-item-title {
    opacity: 1 !important;
}



.services-main-info-wrap .services-info-second-step-wrap {
    display: none;
    opacity: 0;
    padding: 175px 40px 0px 40px;
    transition: 0.8s;
}
.services-main-info-wrap {

}
.services-main-info-wrap .services-load-step-animation-wrap {
    display: flex;
    justify-content: center;

    margin: 47px -100% 50px -100%;

    font-family: "Futura PT Book";
    font-size: 17px;
    /*color: #a1a1a1;*/
    color: #dedede;
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-title {
    display: flex;

    margin-bottom: 10px;
}
.services-load-step-animation-wrap .services-load-step-animation-title .services-load-animation-first-step {
    width: 100%;
    text-align: end;
    margin: 0 32px;
}
.services-load-step-animation-wrap .services-load-step-animation-title .services-load-animation-second-step {
    width: 100%;
    text-align: start;
    margin: 0 32px;
}

.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line {
    position: relative;
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    max-width: 663px;
    /*margin: 0 auto;*/
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line:nth-child(2) {
    max-width: 34px;
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line-first {
    position: relative;
    width: 100%;
    height: 4px;
    /*margin: 0 12px 0 0;*/
    background: #f3f3f3;
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line-second {
    position: relative;
    width: 100%;
    height: 4px;
    /*margin: 0 0 0 0;*/
    background: #f3f3f3;
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line-central {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 5px
}
.services-main-info-wrap .services-load-step-animation-wrap .services-load-step-animation-line-central .services-load-step-animation-rotated {
    width: 24px;
    height: 4px;
    background: #f3f3f3;
    transform: rotate(-75deg);
}
.services-load-step-animation-line-first .services-load-step-animation-line-active {
    right: 0;
}
.services-load-step-animation-line-second .services-load-step-animation-line-active {
    left: 0;
}
.services-load-step-animation-wrap .services-load-step-animation-line-active {
    position: absolute;

    height: 100%;
    width: 0;

    transition: 0.7s;
    transition-timing-function: linear;
    background: #000;
}




.services-second-step-text-info {
    display: flex;
    justify-content: space-between;

    padding: 0px;
}

.services-second-step-text-info .services-second-step-text-info-second-part {
    width: 100%;
}
.services-second-step-text-info .about-text-info-second-part {
    padding-top: 12px;

    width: 100%;
    max-width: 600px;
}
.services-second-step-text-info .about-text-info-second-part .about-list-text {
    padding: 0;
    margin: 0;

    list-style: none;
}
.services-second-step-list-text {
    padding: 0;
}
.services-second-step-list-text .ssslt-item {
    display: flex;
    margin-bottom: 50px;
}
.services-second-step-list-text .ssslt-item-active .ssslt-item-title-animation {
    opacity: 1;
    transform: translateY(0);
}
.services-second-step-list-text .ssslt-item:last-child {
    margin-bottom: 0;
}
.services-second-step-list-text .ssslt-item .ssslt-item-title {
    width: 50%;

    font-size: 35px;
    font-family: "Futura PT Heavy";
    transition: 0.3s;
}
.services-second-step-list-text .ssslt-item .ssslt-item-info {
    width: 50%;

    padding: 11px 0 0 15px;

    font-size: 17px;
    font-family: "Futura PT Book";
    line-height: 26px;
}

.ssslt-item-title-animation {
    /*transform: translateY(20px);*/
    /*opacity: 1;*/
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}
.ssslt-item-info-animation {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
}
.animate-about-text {
    transform: translateY(0px);
    opacity: 1;
}


.services-first-step-loading-animation .services-load-animation-first-step {
    color: #a1a1a1;
}

.services-first-step-loading-animation .services-load-step-animation-line-second,
.services-first-step-loading-animation .services-load-step-animation-line-first {
    position: relative;
}
.services-first-step-loading-animation .services-load-step-animation-line-first .services-load-step-animation-line-active {
    right: 0;

    width: 100%;

    background: #000;
}

.services-second-step-loading-animation .services-load-animation-second-step {
    color: #a1a1a1;
}
.services-second-step-loading-animation .services-load-step-animation-line-second {
    position: relative;
}
.services-second-step-loading-animation .services-load-step-animation-line-second .services-load-step-animation-line-active {
    width: 100%;

    background: #000;
}

/* ============================================= */

/* ============== CONTACTS PAGE ================ */
.contacts-page-wrap {
    position: absolute;

    width: 100%;
    height: 100%;

    overflow: auto;
    overflow-x: hidden;
}
.contacts-page-wrap .contacts-page-content {
    position: relative;

    margin: 0 auto;

    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
}
.contacts-page-wrap .contacts-page-content .header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_black.png');
    background-repeat: no-repeat;
}
.contacts-page-wrap .contacts-page-content .header-menu-btn-list .header-menu-btn-item {
    color: black;
}

.contacts-background {
    position: absolute;
    top:120px;
    left: 0;
    width: 100%;
    max-height: 600px;
    height: 100%;
    background-image: url('../img/contacts-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -140px;
}
.contacts-background .contacts-background-gradient {
    width: 100%;
    height: 150px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,0.53)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.53) 47%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}


.contacts-page-content .contacts-form-wrap {
    padding: 330px 0 0 0;
    margin-bottom: 200px;
}
.contacts-form-wrap .contacts-form-content {
    display: flex;
    position: relative;

    width: 100%;
    max-width: 1000px;

    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
}
.contacts-form-content .contacts-form-fields-wrap {
    max-width: 620px;
    padding: 40px 100px 105px 60px;
    /*-webkit-box-shadow: 0px 27px 47px 2px rgba(0,0,0,0.12);*/
    /*-moz-box-shadow: 0px 27px 47px 2px rgba(0,0,0,0.12);*/
    /*box-shadow: 0px 27px 47px 2px rgba(0,0,0,0.12);*/
    -webkit-box-shadow: -2px 38px 77px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 38px 77px 3px rgba(0,0,0,0.16);
    box-shadow: -2px 38px 77px 3px rgba(0,0,0,0.16);
    background: #fff;
}
.contacts-form-content .contacts-form-fields-wrap .contacts-form-title {
    position: relative;
    font-family: "Futura PT Heavy";
    font-size: 40px;
    margin-bottom: 65px;
}
.contacts-form-title .contacts-form-title-img {
    height: 36px;
    width: 60px;
    position: absolute;
    right: -60px;
    top: 10px;

    background-image: url('../img/contacts-message.png');
    background-repeat: no-repeat;

}
.contacts-form-content .contacts-form-fields-wrap form {
    position: relative;
    font-family: "Futura PT Book";
    font-size: 16px;
    color: #cbcbcb;
}
.contacts-form-content .contacts-form-fields-wrap form span {
    margin-bottom: 20px;

    font-size: 16px;
    font-family: "Futura PT Book";
    color: #cbcbcb;
    font-weight: 600;
}
.contacts-form-content .contacts-form-fields-wrap form textarea,
.contacts-form-content .contacts-form-fields-wrap form input {
    border: none;
    padding: 0;
    border-bottom: 2px solid black;
    font-size: 18px;
    font-family: "Futura PT Heavy";
    outline: none;
    color: black;
    line-height: 30px;
}
.contacts-form-content .contacts-form-fields-wrap form textarea {
    overflow:hidden;
    height: auto;
    transition: 0.3s;
    resize: none;
}
.contacts-form-content .contacts-form-fields-wrap form .comment_text_hidden {
    position: relative;
}
.contacts-form-content .contacts-form-fields-wrap form #comment_text_hidden {
    visibility:hidden;
    position: absolute;
    line-height: 30px;
    font-size: 18px;
    font-family: "Futura PT Heavy";
}
.contacts-form-content .contacts-form-fields-wrap form .textarea_behavior {
    border:0;
    width:99%;
    word-wrap: break-word;
}

.contacts-form-content .contacts-form-fields-wrap form textarea::placeholder,
.contacts-form-content .contacts-form-fields-wrap form input::placeholder {
    color: #cbcbcb;
}
.contacts-form-content .contacts-form-fields-wrap form input[type="submit"] {
    border: 0;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #ff560f;
    border-radius: 100%;
    position: absolute;
    right: -80px;
    bottom: -145px;
    background-image: url('../img/contacts-send-icon.png');
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    -webkit-box-shadow: 0px 18px 47px 2px rgba(255, 86, 15,0.2);
    -moz-box-shadow: 0px 18px 47px 2px rgba(255, 86, 15,0.2);
    box-shadow: 0px 18px 47px 2px rgba(255, 86, 15,0.2);
    cursor: pointer;
}

.contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap {
    display: flex;
    flex-direction: column;
}

.contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(1) {
    float: left;

    width: 100%;
    max-width: 150px;
}
.contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(2) {
    float: right;

    width: 100%;
    max-width: 260px;
}
.contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(3) {
    padding-top: 45px;
    width: 100%;
}

.contacts-form-content .contacts-form-info-wrap {
    width: 100%;
    max-width: 320px;
    padding: 40px 20px 0px 60px;
    background: #ff560f;

    -webkit-box-shadow: 28px 38px 77px 3px rgba(255, 86, 15, 0.2);
    -moz-box-shadow: 28px 38px 77px 3px rgba(255, 86, 15, 0.2);
    box-shadow: 28px 38px 77px 3px rgba(255, 86, 15, 0.2);
}
.contacts-form-content .contacts-form-info-wrap .contacts-form-title {
    margin-bottom: 35px;
    font-family: "Futura PT Heavy";
    font-size: 40px;
    color: #fff;
}
.contacts-form-content .contacts-form-info-wrap .contacts-form-text {
    position: relative;
    color: white;
    font-size: 18px;
    font-family: "Futura PT Book";
    font-weight: 500;
    padding-left: 50px;
}
.contacts-form-content .contacts-form-info-wrap .contacts-form-phone,
.contacts-form-content .contacts-form-info-wrap .contacts-form-address {
    margin-bottom: 40px;
}
.contacts-form-content .contacts-form-info-wrap .contacts-form-email {
    margin-bottom: 50px;
}
.contacts-form-info-wrap .contacts-form-links {
    padding-left: 0!important;
}
.contacts-form-info-wrap .contacts-form-links a {
    text-decoration: none;
}
.contacts-form-info-wrap .contacts-form-links i {
    font-size: 23px;
    margin-right: 25px;
    color: #fff;
}
.contacts-form-info-wrap .contacts-form-links i:first-child {
    font-size: 27px;
}
.contacts-form-content .contacts-form-info-wrap .contacts-form-icon {
    background-image: url('../img/contacts-location-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.contacts-form-info-wrap .contacts-form-address .contacts-form-icon {
    background-image: url('../img/contacts-location-icon.png');
    left: 0;
    top: 13px;
    height: 21px;
    width: 21px;
}
.contacts-form-info-wrap .contacts-form-phone .contacts-form-icon {
    background-image: url('../img/contacts-phone-icon.png');
    left: 0;
    top: 10px;
    height: 34px;
    width: 21px;
}
.contacts-form-info-wrap .contacts-form-email .contacts-form-icon {
    background-image: url('../img/contacts-mail-icon.png');
    left: 0;
    top: 5px;
    height: 20px;
    width: 21px;
}
.services-page-wrap .services-page-grey-line-animation {
    position: absolute;
    left: 0;
    /*top: 215px; +9*/

    width: 0;

    border: 1px solid #e8e7e8;
    transition: 1s;
}

/* ============================================= */

/* ============ PORTFOLIO PAGE ================= */
.portfolio-page-wrap {
    position: absolute;

    width: 100%;
    height: 100%;

    overflow: auto;
    overflow-x: hidden;
}
.portfolio-page-wrap .portfolio-page-content {
    position: relative;

    margin: 0 auto;
    padding: 0 40px;

    width: 100%;
    max-width: 1440px;
}

.portfolio-page-wrap .portfolio-page-content .header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_black.png');
    background-repeat: no-repeat;
}
.portfolio-page-wrap .portfolio-page-content .header-menu-btn-list .header-menu-btn-item {
    color: black;
}

.portfolio-list-wrap {
    padding: 100px 40px;
}
.portfolio-list-wrap .portfolio-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-list .portfolio-list-item {
    display: flex;
    margin-bottom: 65px;
}
.portfolio-list-item  .pli-image-wrap {
    width: 646px;
    height: 308px;
    background-image: url('../img/portfolio-test-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.portfolio-list-item  .pli-image-hover-animation {
    position: relative;
    background: white;
    transform: translateY(-10px);
    height:0;
    height: 105%;
    width: 100%;
    transition: 0.7s;
}
.portfolio-list-item  .pli-image-hover-animation .pli-image-hover-linear {
    position: absolute;
    bottom: -33px;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, white, transparent);
    transform: translateY(-24px);

}
.portfolio-list-item .pli-info-wrap {
    width: 100%;
    max-width: 634px;
    padding: 60px 0px 0px 50px;
}
.pli-info-wrap .pli-info-title {
    position: relative;
}
.pli-info-wrap .pli-info-title .pli-info-title-text {
    width: 100%;
    padding-right: 200px;
    font-family: "Futura PT Heavy";
    font-size: 35px;
    line-height: 40px;
    transform: translateY(20px);
    transition: 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
}
.pli-info-wrap .pli-info-title .pli-info-title-website {
    position: absolute;
    top: 14px;
    right: 0;

    font-size: 15px;
    font-family: "Futura PT Book";
    letter-spacing: 16px;
    color: #b5b4b5;

    transform: translateY(20px);
    transition: 0.5s;
    transition-delay: 1s;
    opacity: 0;
}
.pli-info-wrap .pli-info-text {
    font-family: "Futura PT Book";
    font-size: 17px;
    padding: 40px 0;
    color: #8e8d8e;
    max-height: 142px;

    transform: translateY(20px);
    transition: 0.5s;
    transition-delay: 1.3s;
    opacity: 0;
}
.pli-info-wrap .pli-info-links {
    display: flex;
    font-family: "Futura PT Book";
    font-size: 17px;
}
.pli-info-wrap .pli-info-links .pli-info-links-site-wrap {
    min-width: 270px;
}
.pli-info-wrap .pli-info-links .pli-info-links-site {
    display: inline-block;
    position: relative;
}
.pli-info-wrap .pli-info-links .pli-info-links-full {
    position: relative;
}
.pli-info-wrap .pli-info-links .pli-info-hover-animation {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: 0.5s;
    transition-delay: 1.2s;
}
.pli-info-wrap .pli-info-links .pli-info-links-full .pli-info-hover-animation {
    transition-delay: 1.5s;
}
.pli-info-wrap .pli-info-links .pli-info-links-full .pli-info-links-line-animation {
    transition-delay: 1.8s;
}
.pli-info-wrap .pli-info-links .pli-info-links-line-animation {
    width: 100%;
    width: 0;
    transition: 0.8s;
    transition-delay: 1.5s;
    height: 2px;
    background: #ff560f;
}
.pli-info-wrap .pli-info-links a {
    text-decoration: none;
    color: black;
    /*transition: 0.3s;*/
}
.pli-info-wrap .pli-info-links a:hover {
    border-bottom: 2px solid black;
}

.portfolio-list-item-active .pli-info-title-website,
.portfolio-list-item-active .pli-info-text,
.portfolio-list-item-active .pli-info-title-text {
    transform: translateY(0) !important;
    opacity: 1 !important;
}
.portfolio-list-item-active .pli-info-hover-animation {
    width: 0 !important;
}
.portfolio-list-item-active .pli-info-links-line-animation {
    width: 100% !important;
}
.portfolio-list-item-active .pli-image-hover-animation {
    height: 0 !important;
}

.portfolio-page-wrap .portfolio-page-grey-line-animation {
    position: absolute;
    left: 0;
    /*top: 215px; +9*/

    width: 0;

    border: 1px solid #e8e7e8;
    transition: 1s;
}
/* ============================================= */

/* ============ PORTFOLIO INSIDE PAGE ================= */

.portfolio-inside-page-wrap {
    position: absolute;

    width: 100%;
    height: 100%;

    overflow: auto;
    overflow-x: hidden;
}
.portfolio-inside-page-wrap .portfolio-inside-page-content {
    position: relative;

    margin: 0 auto;
    padding: 0 40px;

    width: 100%;
    max-width: 1440px;
}

.portfolio-inside-page-wrap .portfolio-inside-head-image {
    height: 645px;
    position: absolute;
    width: 100%;

    background-image: url('../img/portfolio-inside-head.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.portfolio-inside-page-wrap .portfolio-inside-page-content .header-menu-wrap {
    /*position: absolute;*/
    /*width: 100%;*/
}
.portfolio-inside-page-wrap .portfolio-inside-page-content .header-menu-logo-wrap {
    width: 71px;
    height: 71px;

    background-image: url('../img/logo_black.png');
    background-repeat: no-repeat;
}
.portfolio-inside-page-wrap .portfolio-inside-page-content .header-menu-btn-list .header-menu-btn-item {
    color: black;
}

.portfolio-inside-page-wrap .portfolio-inside-page-content  .portfolio-inside-head-wrap {
    padding: 140px 40px 0;
}

.portfolio-inside-head-wrap .portfolio-inside-head-title {
    font-size: 35px;
    font-family: "Futura PT Heavy";
    margin-bottom: 50px;
}
.portfolio-inside-head-title .portfolio-inside-head-title-website {
    float: right;
    margin-top: 15px;

    font-size: 15px;
    font-family: "Futura PT Book";
    letter-spacing: 12px;
}

.portfolio-inside-head-wrap .portfolio-inside-head-title-text {
    margin-bottom: 65px;

    font-size: 17px;
    font-family: "Futura PT Book";
}

.portfolio-inside-head-wrap  .portfolio-inside-head-task-wrap {
    max-width: 940px;
    margin: 0 auto;
}

.portfolio-inside-head-task-wrap .portfolio-inside-head-task,
.portfolio-inside-head-task-wrap .portfolio-inside-head-solution {
    padding: 40px 51px 40px 59px;
}
.portfolio-inside-head-task-wrap .portfolio-inside-head-task {
    background: white;
    -webkit-box-shadow: 0px 25px 77px 3px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 25px 77px 3px rgba(0,0,0,0.13);
    box-shadow: 0px 25px 77px 3px rgba(0,0,0,0.13);
}
.portfolio-inside-head-task-wrap .portfolio-inside-head-solution {
    background: #ff560f;
    color: white;
    -webkit-box-shadow: 0px 25px 77px 3px rgba(255, 86, 15, 0.2);
    -moz-box-shadow: 0px 25px 77px 3px rgba(255, 86, 15, 0.2);
    box-shadow: 0px 25px 77px 3px rgba(255, 86, 15, 0.2);
}

.portfolio-inside-head-task-wrap .portfolio-inside-head-task-title,
.portfolio-inside-head-task-wrap .portfolio-inside-head-solution-title {
    font-size: 40px;
    font-family: "Futura PT Heavy";
    margin-bottom: 40px;
}
.portfolio-inside-head-task-wrap .portfolio-inside-head-solution-text,
.portfolio-inside-head-task-wrap .portfolio-inside-head-task-text {
    font-size: 17px;
    font-family: "Futura PT Book";
}


.portfolio-inside-part-title {
    padding: 45px 40px;
    font-size: 35px;
    font-family: "Futura PT Heavy";
    z-index: 1;
    position: relative;
}
.portfolio-inside-third-part-wrap,
.portfolio-inside-four-part-wrap,
.portfolio-inside-second-part-wrap,
.portfolio-inside-first-part-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
    position: relative;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: "Futura PT Book";
}
.portfolio-inside-page-content .portfolio-inside-numbering {
    position: absolute;
    font-size: 175px;
    font-family: "Futura PT Book";
    color: #fafafa;
    top: 107px;
    left: 80px;
    z-index: 0;
}
.portfolio-inside-first-part-wrap .portfolio-inside-numbering  {
    top: 4px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-one {

}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-one,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-two,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-three,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-four {
    width: 49%;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-three,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-four {
    height: 330px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-three {
    margin-top: 80px;
    padding-right: 20px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-four img,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-three img {
    max-width: 100%;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-four {
    margin-top: 120px;
    padding-left: 20px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-five {
    position: absolute;
    left: 33%;
    top: 730px;
    padding-right: 57px;
}

.portfolio-inside-first-part-wrap .portfolio-inside-first-part-six {
    padding-top: 118px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-seven {
    padding-top: 80px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-seven {
     padding-top: 320px;
}

.portfolio-inside-first-part-wrap .portfolio-inside-first-part-six,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-seven,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-eight,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-nine,
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-ten {
    max-width: 420px;
    width: 100%;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-eight {
    padding-top: 365px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-ten {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 284px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-nine {
    padding-top: 75px;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-two {
    padding: 60px 0 0 0;
}
.portfolio-inside-first-part-wrap .portfolio-inside-first-part-ten img {
    max-width: 100%;
}
.portfolio-inside-first-part-wrap .portfolio-inside-part-block-title {
    font-family: "Futura PT Heavy";
    font-size: 25px;
    margin-bottom: 22px;
}
.portfolio-inside-first-part-six {
    padding-top: 118px;
}

.portfolio-inside-first-part-block-wrap {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    max-width: 33%;
    padding-right: 57px;
}

.portfolio-inside-first-part-block-wrap-one {
    order: 1;
}
.portfolio-inside-first-part-block-wrap-two {
    order: 3;
}
.portfolio-inside-first-part-block-wrap-three {
    order: 2;
}

.portfolio-inside-second-part-wrap .portfolio-inside-second-part-block {
    width: 33%;
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: "Futura PT Book";
}
.portfolio-inside-second-part-wrap .portfolio-inside-second-part-one,
.portfolio-inside-second-part-wrap .portfolio-inside-second-part-two {
    width: 49%;
}
.portfolio-inside-second-part-wrap .portfolio-inside-second-part-two {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 60px 0 0 0;
}

.portfolio-inside-second-part-wrap .portfolio-inside-second-part-three {
    margin-top: 110px;
    width: 100%;
}
.portfolio-inside-second-part-imgs-wrap {
    display: flex;
    margin-right: -40px;
}
.portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img {
    padding-right: 40px;
    width: 33%;
}
.portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img img {
    height: 250px;
    width: 100%;
}
.portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img-text {
    padding-top: 15px;
    font-family: "Futura PT Book";
    font-size: 17px;
}
.portfolio-inside-second-part-wrap .portfolio-inside-second-part-four {
    width: 100%;
}
.portfolio-inside-second-part-four .portfolio-inside-second-part-four-title {
    font-family: "Futura PT Heavy";
    font-size: 25px;
    text-align: center;
    margin-bottom: 35px;
}
.portfolio-inside-second-part-four .portfolio-inside-second-part-four-img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.portfolio-inside-second-part-four .portfolio-inside-second-part-four-img img {
    max-width: 100%;
}

.portfolio-inside-second-part-five {
    position: relative;
    width: 100%;
    min-height: 550px;
    padding-right: 475px;
    margin-top: 75px;
    display: inline-table;
}
.portfolio-inside-second-part-five .portfolio-inside-second-part-five-title {
    font-family: "Futura PT Heavy";
    font-size: 25px;
    text-align: center;
    text-align: left;
    margin-bottom: 35px;
}
.portfolio-inside-second-part-five .portfolio-inside-second-part-five-text {
    font-family: "Futura PT Book";
    font-size: 17px;
}

.portfolio-inside-second-part-five-img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 426px;
}
.portfolio-inside-second-part-five-img img {
    max-width: 100%;
}



.portfolio-inside-second-part-five-service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 80px 0 0 0 ;
    margin-right: -80px;

    list-style: none;
}
.portfolio-inside-second-part-five-service .pispfs-item {
    position: relative;

    max-width: 49%;
    min-height: 125px;

    padding-right: 60px;
}

.portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-img {
    position: absolute;

    top: 5px;

    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 50px;

    background-repeat: no-repeat;
    background-size: contain;
}
.portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-background-radius-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
}

.pispfs-item-background-radius-wrap .pispfs-item-background-radius {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: #fffcfa;
    overflow: hidden;
}
.pispfs-item .pispfs-item-img .pispfs-item-img-hover,
.pispfs-item-background-radius-wrap .pispfs-item-background-radius .pispfs-item-background-radius-hover {
    width: 100%;
    height: 0;
    height: 100%;
    transition: 1.5s;
}
.pispfs-item .pispfs-item-img .pispfs-item-img-hover {
    transition: 0.3s;
}

.portfolio-inside-second-part-five-service .pispfs-item:nth-child(3),
.portfolio-inside-second-part-five-service .pispfs-item:nth-child(4) {
    margin-top: 40px;
}

.portfolio-inside-second-part-five-service .pispfs-item:nth-child(1) .pispfs-item-content .pispfs-item-img {
    top: 36px;
    left: 40px;
    background-image: url('../img/services-digital-strategy.png');
}
.portfolio-inside-second-part-five-service .pispfs-item:nth-child(2) .pispfs-item-content .pispfs-item-img {
    max-width: 53px;
    top: 40px;
    left: 40px;
    background-image: url('../img/services-web-development.png');
}
.portfolio-inside-second-part-five-service .pispfs-item:nth-child(3) .pispfs-item-content .pispfs-item-img {
    max-width: 48px;
    max-height: 59px;
    top: 30px;
    left: 40px;
    background-image: url('../img/services-cms.png');
}
.portfolio-inside-second-part-five-service .pispfs-item:nth-child(4) .pispfs-item-content .pispfs-item-img {
    max-width: 60px;
    max-height: 58px;
    top: 35px;
    left: 36px;
    background-image: url('../img/services-crm.png');
}


.portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-title {
    padding-left: 65px;
}

.portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-title {
    position: relative;

    display: flex;
    align-items: center;

    padding-left: 150px;
    margin-bottom: 20px;

    font-family: "Futura PT Heavy";
    font-size: 25px;
    white-space: nowrap;

    transition: 0.5s;
}
.portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-text {
    position: relative;

    font-family: "Futura PT Book";
    font-size: 17px;
    padding-left: 150px;

    transition: 0.3s;
}
.portfolio-inside-second-part-five-service .pispfs-item-active .pispfs-item-img-hover,
.portfolio-inside-second-part-five-service .pispfs-item-active .pispfs-item-background-radius-hover {
    height: 0;
}

.portfolio-inside-second-part-five-service .pispfs-item-active .pispfs-item-title {
    opacity: 1 !important;
}


.portfolio-inside-third-part-wrap .portfolio-inside-third-part-block {
    width: 33%;
    margin-top: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: "Futura PT Book";
}

.portfolio-inside-third-part-wrap .portfolio-inside-third-part-one,
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-two {
    width: 49%;
}
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-two {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 60px 0 0 0;
}
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-three {
    width: 66%;
    padding-right: 40px;
}
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-four {
    width: 33%;
}

.portfolio-inside-third-part-wrap .portfolio-inside-third-part-four img,
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-three img {
    max-width: 100%;
    max-height: 330px;
    height: 100%;
}

.portfolio-inside-third-part-wrap .portfolio-inside-third-part-four-text,
.portfolio-inside-third-part-wrap .portfolio-inside-third-part-three-text {
    margin-top: 20px;

    font-size: 17px;
    font-family: "Futura PT Book";
}
.portfolio-inside-third-part-wrap  .portfolio-inside-third-part-five {
    margin-top: 70px;
    width: 100%;
    font-size: 17px;
    font-family: "Futura PT Book";
}
.portfolio-inside-third-part-wrap  .portfolio-inside-third-part-five .portfolio-inside-third-part-five-text {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    text-align: justify;
}

.portfolio-inside-third-part-wrap  .portfolio-inside-third-part-six {
    width: 100%;

}


.portfolio-inside-third-part-six-service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 80px 0 0 0 ;
    margin-right: -80px;

    list-style: none;
}
.portfolio-inside-third-part-six-service .pitpss-item {
    position: relative;

    max-width: 33%;
    width: 100%;
    min-height: 125px;

    padding-right: 40px;
}

.portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-img {
    position: absolute;

    top: 5px;

    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 50px;

    background-repeat: no-repeat;
    background-size: contain;
}
.portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-background-radius-wrap {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
}

.pitpss-item-background-radius-wrap .pitpss-item-background-radius {
    font-size: 66px;
    font-family: "Futura PT Heavy";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: #ff560f;
    color: #fff;
    overflow: hidden;
}
.pitpss-item .pitpss-item-img .pitpss-item-img-hover,
.pitpss-item-background-radius-wrap .pitpss-item-background-radius .pitpss-item-background-radius-hover {
    width: 100%;
    height: 0;
    height: 100%;
    transition: 1.5s;
}
.pitpss-item .pitpss-item-img .pitpss-item-img-hover {
    transition: 0.3s;
}

.portfolio-inside-third-part-six-service .pitpss-item:nth-child(1) .pitpss-item-content .pitpss-item-img {
    top: 36px;
    left: 40px;
    background-image: url('../img/services-digital-strategy.png');
}
.portfolio-inside-third-part-six-service .pitpss-item:nth-child(2) .pitpss-item-content .pitpss-item-img {
    max-width: 53px;
    top: 40px;
    left: 40px;
    background-image: url('../img/services-web-development.png');
}
.portfolio-inside-third-part-six-service .pitpss-item:nth-child(3) .pitpss-item-content .pitpss-item-img {
    max-width: 48px;
    max-height: 59px;
    top: 30px;
    left: 40px;
    background-image: url('../img/services-cms.png');
}

.portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-title {
    padding-left: 65px;
}

.portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-title {
    position: relative;

    display: flex;
    align-items: center;

    padding-left: 150px;
    margin-bottom: 35px;

    font-family: "Futura PT Heavy";
    font-size: 25px;
    white-space: nowrap;

    transition: 0.5s;
}
.portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-text {
    position: relative;

    font-family: "Futura PT Book";
    font-size: 17px;
    padding-left: 150px;

    transition: 0.3s;
}
.portfolio-inside-third-part-six-service .pitpss-item-active .pitpss-item-img-hover,
.portfolio-inside-third-part-six-service .pitpss-item-active .pitpss-item-background-radius-hover {
    height: 0;
}

.portfolio-inside-third-part-six-service .pitpss-item-active .pitpss-item-title {
    opacity: 1 !important;
}



.portfolio-inside-four-part-wrap .portfolio-inside-four-part-block {
    width: 33%;
    margin-top: 100px;
    padding-right: 114px;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-family: "Futura PT Book";
}

.portfolio-inside-four-part-wrap .portfolio-inside-four-part-one,
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-two {
    width: 49%;
}
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-two {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 60px 0 0 0;
}

.portfolio-inside-four-part-wrap .portfolio-inside-four-part-img {
    width: 35px;
}
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-img img {
    width: 100%;
}
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 70px;
    font-family: "Futura PT Heavy";

}
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-title span {
    color: #ff560f;
    font-family: "Futura PT Heavy";
}
.portfolio-inside-four-part-wrap .portfolio-inside-four-part-text {
    font-size: 17px;
    font-family: "Futura PT Book";
}


.portfolio-inside-four-part-three .portfolio-inside-four-part-title span:first-child {
    font-size: 70px;
    font-family: "Futura PT Heavy";
}
.portfolio-inside-four-part-three .portfolio-inside-four-part-title span:last-child {
    font-size: 40px;
}

.portfolio-inside-four-part-five .portfolio-inside-four-part-title span:nth-child(4),
.portfolio-inside-four-part-five .portfolio-inside-four-part-title span:nth-child(1) {
    font-size: 70px;
    font-family: "Futura PT Heavy";
}
.portfolio-inside-four-part-five .portfolio-inside-four-part-title .percent,
.portfolio-inside-four-part-five .portfolio-inside-four-part-title .percent {
    font-size: 40px;
    transform: translateX(-10px);
}
.portfolio-inside-four-part-five .portfolio-inside-four-part-title span:nth-child(3) {
    font-size: 40px;
}

.portfolio-inside-footer-wrap {
    margin-top: 150px;
    background: #ff560f;
    margin-right: -100%;
    margin-left: -100%;
    padding: 90px 0 215px 0;
}
.portfolio-inside-footer-wrap .portfolio-inside-footer-text-wrap {
    font-size: 40px;
    font-family: "Futura PT Heavy";
    margin-bottom: 25px;
    text-align: center;
    color: white;
}
.portfolio-inside-footer-wrap .portfolio-inside-footer-btn {
    display: flex;
    justify-content: center;
    font-family: "Futura PT Book";
    font-size: 38px;
    text-decoration: underline;
    color: #000;
}

/* ==================================================== */

/* MEDIA 768*/
@media only screen and (max-width: 1180px) {

    .services-main-info-wrap .services-main-info-content {
        margin-top: 80px;
    }

    .about-list-text .alt-item .alt-item-title {
        min-width: 130px;
    }

    .about-text-info .about-text-info-first-part {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-page-wrap .main-page-body {
        padding: 0;
        margin-top: 50px;
    }

    .main-page-body .main-page-body-animation {
        margin-top: 50px;
    }

    .header-menu-wrap {
        padding: 0;
    }
    .header-menu-logo-wrap {
        position: absolute;
        top: 30px;
        height: 45px !important;
        width: 45px !important;
        background-size: contain;
    }
    .header-menu-btn-list {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        height: 0;
        /*height: 710px;*/
        transition: 0.5s;
    }
    .header-menu-btn-list .header-menu-btn-item {
        font-size: 25px;
        margin-bottom: 50px;
        padding-left: 0px;
    }
    .header-menu-btn-list .header-menu-btn-item:last-child {
        margin-bottom: 0;
        height: 80px;
    }
    .header-menu-btn-list .header-menu-btn-item:hover span:last-child {
        transform: translateY(-25px);
    }
    .header-menu-btn-list-mobile {
        display: flex;
    }
    .header-menu-btn-list {
        max-height: 645px;
    }

    .portfolio-inside-third-part-wrap, .portfolio-inside-four-part-wrap, .portfolio-inside-second-part-wrap, .portfolio-inside-first-part-wrap {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .portfolio-inside-page-wrap .portfolio-inside-page-content .portfolio-inside-head-wrap {
        padding: 95px 0 0;
    }
    .portfolio-inside-page-wrap .portfolio-inside-page-content {
        max-width: 435px;
    }
    .portfolio-inside-head-wrap .portfolio-inside-head-title {
        font-size: 24px;
    }
    .portfolio-inside-head-task-wrap .portfolio-inside-head-task,
    .portfolio-inside-head-task-wrap .portfolio-inside-head-solution {
        padding: 29px 31px;
    }
    .portfolio-inside-head-title .portfolio-inside-head-title-website {
        font-size: 15px;
        float: left;
        margin-top: 20px;
    }
    .portfolio-inside-head-wrap .portfolio-inside-head-title-text {
        font-size: 15px;
    }
    .portfolio-inside-head-task-wrap .portfolio-inside-head-task-title,
    .portfolio-inside-head-task-wrap .portfolio-inside-head-solution-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .portfolio-inside-head-task-wrap .portfolio-inside-head-solution-text,
    .portfolio-inside-head-task-wrap .portfolio-inside-head-task-text {
        font-size: 15px;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-one,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-two,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-three,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-four {
        width: 100%;
    }
    .portfolio-inside-part-title {
        font-size: 25px;
        text-align: center;
        padding: 75px 0 55px 0;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-two {
        padding: 0;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-block {
        font-size: 15px;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-four,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-three {
        margin-top: 30px;
        padding: 0;
        height: auto;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-four {
        margin-top: 20px;
    }

    .portfolio-inside-first-part-block-wrap {
        width: 100%;
        max-width: 100%;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-block {
        position: relative;
        left: 0;
        top: 0;

        width: 100%;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-five {
        max-width: 300px;
        margin-top: 40px;
        margin-bottom: 40px;

        padding: 0;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-six,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-seven,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-eight,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-nine,
    .portfolio-inside-first-part-wrap .portfolio-inside-first-part-ten {
        max-width: 100%;
        padding: 0;
    }
    .portfolio-inside-first-part-block-wrap {
        padding: 0;
    }
    .portfolio-inside-first-part-block-wrap-three {
        order: 5;
        margin-top: 35px;
    }
    .portfolio-inside-first-part-wrap .portfolio-inside-part-block-title {
        font-size: 18px;
        margin: 15px 0 15px 0;
    }
    .portfolio-inside-second-part-wrap .portfolio-inside-second-part-one,
    .portfolio-inside-second-part-wrap .portfolio-inside-second-part-two {
        width: 100%;
        margin: 0;
        position: relative;
    }
    .portfolio-inside-second-part-wrap .portfolio-inside-second-part-two {
        padding: 0;
        top: 0;
        font-size: 15px;
    }
    .portfolio-inside-second-part-imgs-wrap {
        flex-direction: column;
        margin-right: 0;
    }
    .portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img {
        width: 100%;
        padding:30px 0 0 ;
    }
    .portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img:first-child {
        padding: 0;
    }
    .portfolio-inside-second-part-imgs-wrap .portfolio-inside-second-part-img-text {
        font-size: 15px;
        padding-top: 5px;
    }
    .portfolio-inside-second-part-wrap .portfolio-inside-second-part-three {
        margin-top: 45px;
    }
    .portfolio-inside-second-part-wrap .portfolio-inside-second-part-four {
        margin-top: 70px;
    }

    .portfolio-inside-second-part-five {
        padding: 0;
        margin-top: 10px;
    }
    .portfolio-inside-second-part-five-img {
        position: relative;
        width: 100%;
    }
    .portfolio-inside-second-part-five .portfolio-inside-second-part-five-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .portfolio-inside-second-part-five .portfolio-inside-second-part-five-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .portfolio-inside-second-part-five-service {
        padding-top: 35px;
        margin-right: 0;
        flex-direction: column;
    }
    .portfolio-inside-second-part-five-service .pispfs-item {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(3),
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(4) {
        margin-top: 0;
    }
    .pispfs-item-background-radius-wrap .pispfs-item-background-radius {
        height: 75px;
        width: 75px;
    }
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(4) .pispfs-item-content .pispfs-item-img,
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(3) .pispfs-item-content .pispfs-item-img,
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(2) .pispfs-item-content .pispfs-item-img,
    .portfolio-inside-second-part-five-service .pispfs-item:nth-child(1) .pispfs-item-content .pispfs-item-img {
        top: 19px;
        left: 24px;
        max-height: 35px;
    }
    .portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-text,
    .portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-title {
        padding-left: 95px;
        font-size: 18px;
    }
    .portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-title {
        margin-bottom: 10px;
    }
    .portfolio-inside-second-part-five-service .pispfs-item .pispfs-item-content .pispfs-item-text {
        font-size: 14px;
    }

    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-one, .portfolio-inside-third-part-wrap .portfolio-inside-third-part-two {
        width: 100%;
        margin: 0;
        position: relative;
        padding: 0;
        top: 0;
    }
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-four,
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-three {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-four-text, .portfolio-inside-third-part-wrap .portfolio-inside-third-part-three-text {
        margin-top: 10px;
        font-size: 15px;
    }
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-five {
        font-size: 15px;
    }
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-five .portfolio-inside-third-part-five-text {
        max-width: 295px;
    }
    .portfolio-inside-third-part-wrap .portfolio-inside-third-part-six {
        margin-top: 55px;
    }
    .portfolio-inside-third-part-six-service {
        flex-direction: column;
        padding: 0;
        margin-right: 0;
    }
    .portfolio-inside-third-part-six-service .pitpss-item {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .portfolio-inside-third-part-six-service .pitpss-item:last-child {
        margin-bottom: 0;
    }
    .pitpss-item-background-radius-wrap .pitpss-item-background-radius {
        width: 75px;
        height: 75px;
        font-size: 35px;
    }
    .portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-text,
    .portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-title {
        padding-left: 90px;
        font-size: 18px;
        margin-top: 10px;
    }
    .portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-title {
        margin-bottom: 10px;
    }
    .portfolio-inside-third-part-six-service .pitpss-item .pitpss-item-content .pitpss-item-text {
        margin-top: 0;
        font-size: 15px;
    }
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-one,
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-two {
        width: 100%;
        padding: 0;
        position: relative;
        margin-top: 50px;
    }
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-two {
        margin-top: 25px;
        font-size: 15px;
    }
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-block {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
        top: 0;
    }
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-title {
        margin-top: 0;
    }
    .portfolio-inside-four-part-wrap .portfolio-inside-four-part-text {
        font-size: 15px;
    }
    .portfolio-inside-footer-wrap {
        margin-top: 50px;
        padding: 50px 0 120px 0;
    }
    .portfolio-inside-footer-wrap .portfolio-inside-footer-btn,
    .portfolio-inside-footer-wrap .portfolio-inside-footer-text-wrap {
        font-size: 30px;
    }
    .portfolio-inside-footer-text-wrap .portfolio-inside-footer-text {
        max-width: 260px;
        margin: 0 auto;
    }

    .portfolio-inside-page-content .portfolio-inside-numbering {
        top: -25px;
    }

    .contacts-form-wrap .contacts-form-content {
        max-width: 355px;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .contacts-form-content .contacts-form-info-wrap {
        max-width: 355px;
        padding: 30px;
    }
    .contacts-form-content .contacts-form-fields-wrap {
        padding: 35px 30px 35px 30px;
    }
    .contacts-form-content .contacts-form-fields-wrap .contacts-form-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contacts-form-content .contacts-form-fields-wrap form span {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap {
        margin-bottom: 20px;
    }
    .contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(1) {
        max-width: 100%;
    }
    .contacts-form-content .contacts-form-fields-wrap form textarea, .contacts-form-content .contacts-form-fields-wrap form input {
        font-size: 15px;
    }
    .contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(3) {
        padding: 0 65px 0 0;
    }
    .contacts-form-content .contacts-form-fields-wrap form .contacts-form-input-wrap:nth-child(2) {
        float: none;
        max-width: 100%;
    }
    .contacts-form-content .contacts-form-fields-wrap form input[type="submit"] {
        right: -38px;
        bottom: -22px;
        width: 70px;
        height: 70px;
    }
    .contacts-form-content .contacts-form-info-wrap .contacts-form-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .contacts-form-info-wrap .contacts-form-address .contacts-form-icon {
        height: 25px;
        width: 25px;
    }
    .contacts-form-info-wrap .contacts-form-email .contacts-form-icon {
        height: 23px;
        width: 27px;
        top: 2px;
    }
    .contacts-form-content .contacts-form-info-wrap .contacts-form-phone, .contacts-form-content .contacts-form-info-wrap .contacts-form-address {
        margin-bottom: 20px;
    }
    .contacts-form-content .contacts-form-info-wrap .contacts-form-text {
        padding-left: 40px;
    }
    .contacts-background {
        background-position: 50% -110px;
    }
    .contacts-form-content .contacts-form-info-wrap {
        -webkit-box-shadow: -5px 38px 77px 3px rgba(255, 86, 15, 0.2);
        -moz-box-shadow: -5px 38px 77px 3px rgba(255, 86, 15, 0.2);
        box-shadow: -5px 38px 77px 3px rgba(255, 86, 15, 0.2);
    }

    /* r=195cx=206cy=204 height=409 width=409*/
    .circle-animation-background {
        top: 9px;
        width: 392px;
        height: 392px;
    }
    .portfolio-page-wrap .portfolio-page-content {
        max-width: 395px;
        padding: 40px 30px 0;
    }
    .portfolio-list-item .pli-image-wrap {
        max-width: 100%;
        max-height: 170px;
    }
    .portfolio-list-wrap {
        padding: 80px 0;
    }
    .portfolio-list-item .pli-info-wrap {
        padding: 0;
    }
    .pli-info-wrap .pli-info-title .pli-info-title-text {
        padding: 0;
        font-size: 24px;
        line-height: normal;
        padding: 30px 0 0 0;
    }
    .pli-info-wrap .pli-info-title .pli-info-title-website {
        position: relative;
        letter-spacing: 0px;
        color: #000;
        font-family: "Futura PT Heavy";
        font-size: 15px;
    }
    .pli-info-wrap .pli-info-text {
        padding: 0 0 40px 150px ;
        font-size: 15px;
    }
    .portfolio-list .portfolio-list-item {
        flex-direction: column;
    }
    .pli-info-wrap .pli-info-title .pli-info-title-website {
        top: 20px;
    }
    .pli-info-wrap .pli-info-links {
        display: none;
    }
    .circle-text-wrap {
        top: -16px;
    }


    .services-main-info-wrap .services-load-step-animation-wrap {
        display: none;
    }
    .services-page-wrap .services-page-content {
        max-width: 395px;
        padding: 40px 30px 0;
        margin-bottom: 140px;
    }
    .services-main-info-wrap .services-info-first-step-wrap {
        padding: 15px 0 0 0;
        display: block !important;
        opacity: 1 !important;

    }
    .sifsl-item-background-radius-wrap .sifsl-item-background-radius {
        width: 125px;
        height: 125px;
    }
    .services-info-first-step-list .sifsl-item {
        float: none;
        max-width: 100%;
        margin-bottom: 35px !important;
        padding-right: 0;
    }
    .services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 13px;
        padding-left: 65px !important;
    }
    .services-info-first-step-list .sifsl-item .sifsl-item-content .sifsl-item-text {
        opacity: 1;
        padding-left: 65px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(2) .sifsl-item-content .sifsl-item-img {
        max-height: 35px;
        top: 16px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(1) .sifsl-item-content .sifsl-item-img {
        max-height: 44px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(3) .sifsl-item-content .sifsl-item-img {
        max-height: 40px;
        top: 10px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(4) .sifsl-item-content .sifsl-item-img {
        max-height: 35px;
        top: 17px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(5) .sifsl-item-content .sifsl-item-img {
        max-height: 35px;
        top: 15px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(6) .sifsl-item-content .sifsl-item-img {
        max-height: 46px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(7) .sifsl-item-content .sifsl-item-img {
        max-height: 40px;
        top: 17px;
    }
    .services-info-first-step-list .sifsl-item:nth-child(8) .sifsl-item-content .sifsl-item-img {
        max-height: 40px;
        top: 9px;
    }
    .services-main-info-wrap .services-info-first-step-wrap .services-info-first-step-list {
        margin-right: 0;
        padding-left: 0;
    }
    .services-info-first-step-list .sifsl-item:last-child {
        margin-bottom: 0;
    }
    .ssslt-item-info-animation,
    .ssslt-item-title-animation {
        transform: translateY(0px) !important;
        opacity: 1 !important;
    }
    .services-main-info-wrap .services-info-second-step-wrap {
        opacity: 1 !important;
        display: block !important;
        padding: 65px 0 0 0;
    }
    .services-second-step-list-text .ssslt-item {
        flex-direction: column;
    }
    .services-second-step-list-text .ssslt-item .ssslt-item-title {
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .services-second-step-list-text .ssslt-item .ssslt-item-info {
        padding: 0;
        width: 100%;
    }


    .desktop,
    .desktop-block {
        display: none !important;
        opacity: 1 !important;
    }
    .mobile {
        display: flex !important;
        opacity: 1 !important;
    }
    .about-page-wrap .about-page-content {
        max-width: 395px;
        padding: 40px 30px 0;
    }
    .about-text-info {
        padding: 50px 0 0 0;
        justify-content: inherit;
        flex-direction: column;
    }
    .about-text-info .about-text-info-first-part {
        font-size: 24px;
    }
    .about-list-text .alt-item .alt-item-title {
        font-size: 15px;
    }
    .about-list-text .alt-item .alt-item-info {
        font-size: 15px;
    }
    .about-team-wrap {
        padding: 100px 0 0 0;
    }
    .about-team-coworkers-list .atcl-item {
        max-width: 100%;
    }
    .about-team-coworkers-list .atcl-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about-team-wrap .about-team-coworkers-list {
        flex-direction: column;
    }
    .about-team-wrap .about-team-title {
        font-size: 24px;
        margin-bottom: 75px;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-info-wrap {
        padding-top: 295px;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-name {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-links {
        margin-bottom: 35px;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-text {
        font-size: 17px;
        position: relative;
        z-index: 2;
    }
    .alt-item-title-animation {
        transform: translateY(0px) !important;
        opacity: 1 !important;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-background-animation {
        opacity: 1 !important;
    }
    .about-team-coworkers-list .atcl-item .team-coworker-wrap {
        opacity: 1 !important;
    }
    .about-team-wrap .atcl-item  .team-coworker-links i {
        opacity: 1 !important;
    }
    .about-team-wrap .atcl-item .team-coworker-text span {
        opacity: 1 !important;
    }

    .header-menu-btn-list .header-menu-btn-item:last-child span:nth-child(2) {
        top: 16px;
        left: 68px;
    }

    .portfolio-page-grey-line-animation,
    .services-page-grey-line-animation,
    .about-page-grey-line-animation {
        display: none !important;
    }
}

@media only screen and (max-width: 440px) {
    .circle-animation-background {
        width: 350px;
        height: 350px;
    }
    .circle-animation-background {
        top: 11%;
    }
}

.header-menu-btn-item a {
    color: black;
    text-decoration: none;
}

.main-m a {
    color: white;
    text-decoration: none;
}

.header-menu-btn-item a:hover {
    color: #ff5614;
}

.header-menu-btn-item .menu-selected a {
    color: gray !important;
}

.selected {
    color: #ff5614 !important;
}
/* ==================================================== */