html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-family: "GothamPro", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

:focus {
    outline: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input,textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

a {
    text-decoration: none
}

button {
    padding: 0;
    background: none;
    border: none;
    margin: 0
}

/*@font-face {
    font-family: 'OpenSans';
    src: url("../webfonts/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"),url("../webfonts/OpenSansExtraBold.otf") format("opentype"),url("../webfonts/OpenSansExtraBold.woff") format("woff"),url("../webfonts/OpenSansExtraBold.ttf") format("truetype"),url("../webfonts/OpenSansExtraBold.svg#OpenSansExtraBold") format("svg");
    font-weight: 900;
    font-style: normal
}*/

@font-face {
    font-family: 'GothamPro';
    src: url("../webfonts/GothamProRegular.eot?#iefix") format("embedded-opentype"),url("../webfonts/GothamProRegular.otf") format("opentype"),url("../webfonts/GothamProRegular.woff") format("woff"),url("../webfonts/GothamProRegular.ttf") format("truetype"),url("../webfonts/GothamProRegular.svg#GothamProRegular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'GothamPro';
    src: url("../webfonts/GothamProLight.eot?#iefix") format("embedded-opentype"),url("../webfonts/GothamProLight.otf") format("opentype"),url("../webfonts/GothamProLight.woff") format("woff"),url("../webfonts/GothamProLight.ttf") format("truetype"),url("../webfonts/GothamProLight.svg#GothamProLight") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'GothamPro';
    src: url("../webfonts/GothamProBold.eot?#iefix") format("embedded-opentype"),url("../webfonts/GothamProBold.otf") format("opentype"),url("../webfonts/GothamProBold.woff") format("woff"),url("../webfonts/GothamProBold.ttf") format("truetype"),url("../webfonts/GothamProBold.svg#GothamProBold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'GothamPro';
    src: url("../webfonts/GothamProMedium.eot?#iefix") format("embedded-opentype"),url("../webfonts/GothamProMedium.otf") format("opentype"),url("../webfonts/GothamProMedium.woff") format("woff"),url("../webfonts/GothamProMedium.ttf") format("truetype"),url("../webfonts/GothamProMedium.svg#GothamProMedium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'GothamPro';
    src: url("../webfonts/GothamProBlack.eot?#iefix") format("embedded-opentype"),url("../webfonts/GothamProBlack.otf") format("opentype"),url("../webfonts/GothamProBlack.woff") format("woff"),url("../webfonts/GothamProBlack.ttf") format("truetype"),url("../webfonts/GothamProBlack.svg#GothamProBlack") format("svg");
    font-weight: 900;
    font-style: normal
}

.loader {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 999999;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.loader._portfolio {
    background-color: #fff
}

.loader span {
    position: relative;
    display: block;
    width: 50%;
    height: 2px
}

.loader__logo {
    max-width: 150px;
    width: 100%;
    margin-left: -75px;
}

.loader__logo svg .cls-1 {
    font-size: 60px;
}

.loader__logo svg .cls-2 {
    font-size: 50px;
}

.loader__logo .a {
    fill: #fff
}

.loader__wrapper {
    width: 100px;
    height: 100px;
    margin-right: -200px;
    margin-top: -98px;
    overflow: hidden;
}

.line-01 {
    background: #746fc0;
    -webkit-transform: rotate(-52deg) translate(0, 25px);
    -ms-transform: rotate(-52deg) translate(0, 25px);
    transform: rotate(-52deg) translate(0, 25px);
    -webkit-animation: line-01 1s ease-in infinite;
    animation: line-01 1s ease-in infinite;
}

.line-02 {
    background: #746fc0;
    -webkit-transform: rotate(-52deg) translate(25px, 20px);
    -ms-transform: rotate(-52deg) translate(25px, 20px);
    transform: rotate(-52deg) translate(25px, 20px);
    -webkit-animation: line-02 .7s ease-in infinite;
    animation: line-02 .7s ease-in infinite
}

.line-03 {
    background: #746fc0;
    -webkit-transform: rotate(-52deg) translate(25px, 33.33333px);
    -ms-transform: rotate(-52deg) translate(25px, 33.33333px);
    transform: rotate(-52deg) translate(25px, 33.33333px);
    -webkit-animation: line-03 1.25s ease-in infinite;
    animation: line-03 1.25s ease-in infinite
}

@-webkit-keyframes line-01 {
    0% {
        -webkit-transform: rotate(-52deg) translate(0, 25px);
        transform: rotate(-52deg) translate(0, 25px)
    }

    25% {
        -webkit-transform: rotate(-52deg) translate(-25px, 25px);
        transform: rotate(-52deg) translate(-25px, 25px)
    }

    30% {
        -webkit-transform: rotate(-52deg) translate(-50px, 25px);
        transform: rotate(-52deg) translate(-50px, 25px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-100px, 25px);
        transform: rotate(-52deg) translate(-100px, 25px)
    }
}

@keyframes line-01 {
    0% {
        -webkit-transform: rotate(-52deg) translate(0, 25px);
        transform: rotate(-52deg) translate(0, 25px)
    }

    25% {
        -webkit-transform: rotate(-52deg) translate(-25px, 25px);
        transform: rotate(-52deg) translate(-25px, 25px)
    }

    30% {
        -webkit-transform: rotate(-52deg) translate(-50px, 25px);
        transform: rotate(-52deg) translate(-50px, 25px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-100px, 25px);
        transform: rotate(-52deg) translate(-100px, 25px)
    }
}

@-webkit-keyframes line-02 {
    0% {
        -webkit-transform: rotate(-52deg) translate(25px, 40px);
        transform: rotate(-52deg) translate(25px, 40px)
    }

    20% {
        -webkit-transform: rotate(-52deg) translate(-25px, 40px);
        transform: rotate(-52deg) translate(-25px, 40px)
    }

    70% {
        -webkit-transform: rotate(-52deg) translate(-40px, 40px);
        transform: rotate(-52deg) translate(-40px, 40px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-100px, 40px);
        transform: rotate(-52deg) translate(-100px, 40px)
    }
}

@keyframes line-02 {
    0% {
        -webkit-transform: rotate(-52deg) translate(25px, 40px);
        transform: rotate(-52deg) translate(25px, 40px)
    }

    20% {
        -webkit-transform: rotate(-52deg) translate(-25px, 40px);
        transform: rotate(-52deg) translate(-25px, 40px)
    }

    70% {
        -webkit-transform: rotate(-52deg) translate(-40px, 40px);
        transform: rotate(-52deg) translate(-40px, 40px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-100px, 40px);
        transform: rotate(-52deg) translate(-100px, 40px)
    }
}

@-webkit-keyframes line-03 {
    0% {
        -webkit-transform: rotate(-52deg) translate(25px, 66.66667px);
        transform: rotate(-52deg) translate(25px, 66.66667px)
    }

    30% {
        -webkit-transform: rotate(-52deg) translate(-50px, 66.66667px);
        transform: rotate(-52deg) translate(-50px, 66.66667px)
    }

    65% {
        -webkit-transform: rotate(-52deg) translate(-66.66667px, 66.66667px);
        transform: rotate(-52deg) translate(-66.66667px, 66.66667px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-80px, 66.66667px);
        transform: rotate(-52deg) translate(-80px, 66.66667px)
    }
}

@keyframes line-03 {
    0% {
        -webkit-transform: rotate(-52deg) translate(25px, 66.66667px);
        transform: rotate(-52deg) translate(25px, 66.66667px)
    }

    30% {
        -webkit-transform: rotate(-52deg) translate(-50px, 66.66667px);
        transform: rotate(-52deg) translate(-50px, 66.66667px)
    }

    65% {
        -webkit-transform: rotate(-52deg) translate(-66.66667px, 66.66667px);
        transform: rotate(-52deg) translate(-66.66667px, 66.66667px)
    }

    100% {
        -webkit-transform: rotate(-52deg) translate(-80px, 66.66667px);
        transform: rotate(-52deg) translate(-80px, 66.66667px)
    }
}

.landscape {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #242424;
    width: 100%;
    z-index: 9995;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.landscape._active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.landscape p {
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landscape p span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px
}

.landscape p svg {
    width: 138px;
    height: auto
}

.landscape p path {
    fill: #fff
}

body,html {
    /* font: 16px GothamPro, Helvetica, Helvetica Neue, Arial; */
    cursor: default;
    font-weight: 300;
    color: #242424;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    position: relative;
    overflow: hidden !important;
}

.container {
    max-width: 1450px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.g_left {
    position: absolute;
    left: 0;
    top: 3vh;
    height: calc(100vh - 4vh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none
}

.g_left__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.g_left__logo {
    margin-bottom: 8vh;
    display: block;
    pointer-events: all;
    width: 162px;
    height: 108px;
    position: relative;
}

.g_left__logo img._hd {
    width: 162px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.g_left__logo svg._hd .cls-1{
    font-size: 3.1rem;
}
.g_left__logo svg._hd .cls-2{
    font-size: 2.5rem;
}
.g_left__logo svg._pc .cls-1{
    font-size: 5.2rem;
}
.g_left__logo svg._pc .cls-2{
    font-size: 4.6rem;
}

.cls-3 {
    fill: url(#logo-linGradient);    
}

.g_left__logo img._pc {
    width: 70px;
    position: absolute;
    top: 0;
    left: 6px;
    transition: all 1s ease;
}

.g_left__logo svg .cls-1{
    font-family: "GothamPro", sans-serif;
    font-weight: 700;
}

.g_left__logo svg .cls-2{
    font-family: "GothamPro", sans-serif;
    font-weight: 300;
}

.g_left__pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 32px;
    margin-bottom: auto;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative
}

.g_left__pager a,.g_left__pager small {
    background-color: #505050;
    width: 15px;
    margin-bottom: 40.6px;
    pointer-events: all;
}

.g_left__pager a._hidden,.g_left__pager small._hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.g_left__pager a._active,.g_left__pager small._active {
    background: #78abf4;
    background: -moz-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #78abf4), color-stop(100%, #a24bda));
    background: -webkit-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -o-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -ms-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: linear-gradient(to bottom, #78abf4 0%, #a24bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78abf4', endColorstr='#a24bda', GradientType=0 );
}

.g_left__pager a._active span,.g_left__pager small._active span {
    color: #fff
}

.g_left__pager a {
    min-height: 30px;
    position: relative;
    z-index: 5;
}

.g_left__pager a:first-of-type {
    margin-bottom: 160px;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s
}

.g_left__pager a:nth-of-type(2)._active span {
    color: #363636;
}

.g_left__pager a span {
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -0.8rem;
    font-weight: 700;
    color: #505050;
    font-size: .8rem;
    line-height: 2;
    -webkit-transition: -webkit-transform .125s;
    transition: -webkit-transform .125s;
    -o-transition: transform .125s;
    transition: transform .125s;
    transition: transform .125s, -webkit-transform .125s;
}

.g_left__pager a:hover span {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.g_left__pager small {
    min-height: 12px;
    width: 12px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 22px;
    cursor: pointer;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
}

.g_left__pager small._current {
    background: #78abf4;
    background: -moz-radial-gradient(center, ellipse cover, #78abf4 0%, #a24bda 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #78abf4), color-stop(100%, #a24bda));
    background: -webkit-radial-gradient(center, ellipse cover, #78abf4 0%, #a24bda 100%);
    background: -o-radial-gradient(center, ellipse cover, #78abf4 0%, #a24bda 100%);
    background: -ms-radial-gradient(center, ellipse cover, #78abf4 0%, #a24bda 100%);
    background: radial-gradient(ellipse at center, #78abf4 0%, #a24bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78abf4', endColorstr='#a24bda', GradientType=1 );
}

.g_left__wrp {
    position: absolute;
    left: 35px;
    top: 0;
    width: 35px
}

.g_right {
    position: absolute;
    right: 0;
    top: 3vh;
    height: calc(100vh - 8vh);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 15px;
    pointer-events: none;
}

.g_right__hamb {
    position: relative;
    z-index: 555;
    pointer-events: all
}

.g_right__hamb._active span {
    color: #242424 !important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.g_right__hamb._active small {
    background-color: #242424 !important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.g_right__hamb._active:hover small:nth-of-type(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.g_right__hamb span {
    line-height: 1.22;
    font-weight: 700;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-right: 20px
}

.g_right__hamb small {
    width: 33px;
    display: block;
    height: 2px;
    background-color: #fff;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-transition: -webkit-transform .16667s;
    transition: -webkit-transform .16667s;
    -o-transition: transform .16667s;
    transition: transform .16667s;
    transition: transform .16667s, -webkit-transform .16667s;
}

.g_right__hamb:hover small:nth-of-type(2) {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

.g_right__portfolio {
    margin-top: auto;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    pointer-events: all;
    overflow: hidden;
    width: 10px;
    -webkit-perspective: 55px;
    perspective: 55px;
    margin-right: -4px;
}

.g_right__portfolio span {
    display: block;
    -webkit-transition: -webkit-transform .375s;
    transition: -webkit-transform .375s;
    -o-transition: transform .375s;
    transition: transform .375s;
    transition: transform .375s, -webkit-transform .375s
}

.g_right__portfolio span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(30px) rotateX(-80deg);
    transform: translateY(30px) rotateX(-80deg)
}

.g_right__portfolio:hover span:last-of-type {
    -webkit-transform: translateY(-30px) rotateX(80deg);
    transform: translateY(-30px) rotateX(80deg)
}

.g_right__portfolio:hover span:first-of-type {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.g_right__portfolio:hover:before {
    background-color: #78abf4;
}

.g_right__portfolio:after {
    background-color: #78abf4
}

.g_right__portfolio:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 30px;
    color: #78abf4;
    background: #78abf4;
    background: -moz-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #78abf4), color-stop(100%, #a24bda));
    background: -webkit-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -o-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -ms-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: linear-gradient(to bottom, #78abf4 0%, #a24bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78abf4', endColorstr='#a24bda', GradientType=0 );
    right: 0;
    top: -.1rem
}

.g_body {
    height: 100vh;
    padding: 5vh 0
}

.g_menu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none
}

.g_menu__container {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.g_menu__body {
    position: absolute;
    right: -100%;
    top: 0;
    width: 35%;
    height: 100vh;
    background-color: #fff;
    padding: 13vh 5vw 60px 60px;
    pointer-events: all;
    -webkit-box-shadow: -10px 0 15px -7px rgba(54,54,54,0.1);
    box-shadow: -10px 0 15px -7px rgba(54,54,54,0.1);
}

.g_menu__body:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 100%;
    left: 100%;
    top: 0;
}

.g_menu__body nav a {
    font-weight: 700;
    color: #222;
    font-size: 2.6rem;
    text-transform: uppercase;
    display: block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    overflow: hidden;
}

.g_menu__body nav a span {
    display: inline-block
}

.g_menu__body nav a:hover {
    -webkit-transform: translateX(14px) !important;
    -ms-transform: translateX(14px) !important;
    transform: translateX(14px) !important
}

.g_menu__body nav a:not(:last-of-type) {
    margin-bottom: 1.2vh;
}

.g_menu__item {
    margin-top: 50px;
    overflow: hidden;
}

.g_menu__item p {
    font-weight: 400;
    color: #915ab5;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.g_menu__item a {
    padding-left: 33px;
    font-weight: 700;
    color: #282828;
    font-size: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 213px;
    perspective: 213px;
    text-transform: uppercase;
}

.g_menu__item a span {
    display: block;
    -webkit-transition: .375s;
    -o-transition: .375s;
    transition: .375s
}

.g_menu__item a span:first-of-type {
    position: absolute;
    top: 0;
    left: 33px;
    -webkit-transform: translateY(105%) rotateX(-80deg);
    transform: translateY(105%) rotateX(-80deg)
}

.g_menu__item a:hover span:last-of-type {
    -webkit-transform: translateY(-105%) rotateX(80deg);
    transform: translateY(-105%) rotateX(80deg)
}

.g_menu__item a:hover span:first-of-type {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.g_menu__item a b {
    color: #78abf4
}

.g_menu__social {
    position: absolute;
    right: 0;
    top: 150px;
    width: 370px;
    -webkit-transform: rotate(90deg) translateY(-170px) translateX(200px);
    -ms-transform: rotate(90deg) translateY(-170px) translateX(200px);
    transform: rotate(90deg) translateY(-170px) translateX(200px)
}

.g_menu__social a {
    font-weight: 700;
    color: #242424;
    font-size: 1.5rem;
    position: relative
}

.g_menu__social a small {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    overflow: hidden
}

.g_menu__social a i {
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #242424;
    left: 100%;
    margin-left: 11px;
    bottom: 8px;
    pointer-events: none
}

.g_menu__social a:not(:last-of-type) {
    margin-right: 17vh
}

.g_btn:before {
    content: '';
    position: absolute;
    font-size: 1.225rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0
}

.g_btn._done span {
    color: transparent !important
}

.g_btn._done:before {
    opacity: 1
}

#fp {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

#fp .swiper-wrapper,#fp .swiper-slide {
    -webkit-transform-style: flat;
    transform-style: flat
}

#fp>.swiper-wrapper {
    will-change: transform
}

.g_aside {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 999
}

.g_aside._active {
    z-index: 9999
}

.g_aside._active .g_right__portfolio {
    display: none
}

.g_aside__container {
    max-width: 1815px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.g_aside._portfolio svg._hd {
    width: 120px;
}

.g_aside._portfolio svg .cls-1{
    font-size: 3.6rem;
}

.g_aside._portfolio svg .cls-2{
    font-size: 3.3rem;
}

.g_aside._portfolio .cls-1,
.g_aside._portfolio .cls-2 {
    fill: #363636
}

.g_aside._portfolio .b {
    fill: #363636
}

.g_aside._portfolio .g_right__hamb span {
    color: #242424
}

.g_aside._portfolio .g_right__hamb small {
    background-color: #242424
}

.g_aside__bg {
    display: block
}

.s_first {
    color: #fff;
    position: relative;
    background-color: #242424;
    background: url(../images/main__bg.jpg);
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

.s_first__txt {
    max-width: 600px;
    position: relative;
    z-index: 2
}

.s_first__txt h1 {
    font-weight: 300;
    color: transparent;
    font-size: 1.83rem;
    text-transform: uppercase;
    line-height: 1;
}

.s_first__txt h1 strong {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 7.5rem;
    line-height: 0.88;
    margin-bottom: 27px;
    margin-top: 20px;
    margin-left: -5px;
}

.s_first__txt h1 strong span.glitch {
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    font-size: 8.9rem;
    display: block;
    position: relative;
    margin-left: -2px;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.s_first__txt h1 strong span.glitch span {
    display: inline-block
}

.s_first__txt h1 strong small.glitch {
    position: relative;
    display: block;
    font-size: 8.9rem;
}

.s_first__txt h1 strong small.glitch span {
    display: inline-block;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
}

.s_first__txt h1>span {
    display: block;
    color: #fff;
    line-height: 1.2;
}

.s_first__txt h2 {
    display: none
}

.s_first__txt .bot {
    -webkit-clip-path: inset(58% 0 0 0);
    clip-path: inset(58% 0 0 0)
}

.s_first__txt .top {
    -webkit-clip-path: inset(0 0 41%);
    clip-path: inset(0 0 41%)
}

.s_first__txt .redShadow {
    text-shadow: -3px 0 rgb(162, 75, 218)
}

.s_first__txt .greenShadow {
    text-shadow: -4px 0 rgb(149, 102, 225)
}

.s_first__txt .glitch>span {
    position: absolute;
    left: 0;
    top: 0
}

.s_first__txt p {
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.s_first__txt_btn_wrp {
    margin-top: 4vh;
    padding-top: 10px;
    overflow: hidden
}

.s_first__txt .g_btn {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    -o-border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    border-image-slice: 1;
    height: 85px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 25px 4px;
    position: relative;
    width: 370px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s_first__txt .g_btn small {
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff;
}

.s_first__txt .g_btn i {
    content: '';
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff;
}

.s_first__txt .g_btn span {
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.s_first__txt .g_btn span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.s_first__b {
    max-width: calc(100% - 600px);
    position: relative;
    z-index: 0;
}

.s_first__b:before {
    content: '';
    position: absolute;
    background-image: url(../images/lion.png);
    background-repeat: no-repeat;
    width: 2000px;
    height: 2243px;
    z-index: -1;
    left: -772px;
    bottom: -1260px;
    transform: scale(.9);
}

.s_first__b_hex {
    position: absolute;
    top: 22px;
    left: 74px
}

.s_first__b_hex polygon {
    fill: transparent;
    stroke-width: 3px;
    stroke: #43cbff;
    opacity: 0
}

.s_first__popup {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4vh;
    display: none;
    overflow: auto
}

.s_first__popup._visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.s_first__popup_close {
    position: absolute;
    right: -16vw;
    top: 24px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_first__popup_wrp {
    width: 600px;
    position: relative;
    max-height: 100%;
    padding-top: 2%;
    padding-bottom: 2%
}

.s_first__popup_logo {
    text-align: center;
    margin-bottom: 9vh;
    min-height: 92px
}

.s_first__popup_logo img,
.s_second__popup_logo img,
.s_third__popup_logo img,
.s_conf__popup_logo img {
    width: 162px;
}

.s_first__popup_logo svg,
.s_second__popup_logo svg,
.s_third__popup_logo svg,
.s_conf__popup_logo svg {
    width: 130px;
}

.s_first__popup_logo svg .cls-1,
.s_second__popup_logo svg .cls-1,
.s_third__popup_logo svg .cls-1,
.s_conf__popup_logo svg .cls-1 {
    font-size: 3.6rem
}

.s_first__popup_logo svg .cls-2,
.s_second__popup_logo svg .cls-2,
.s_third__popup_logo svg .cls-2,
.s_conf__popup_logo svg .cls-2 {
    font-size: 3rem
}

.s_first .letter {
    z-index: -2
}

.s_first__lines {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 0;
    padding-left: 37px
}

.s_first__lines_container {
    max-width: 1815px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.s_first__lines span {
    height: 0;
    will-change: height;
    width: 1px;
    position: absolute;
    bottom: 0;
    will-change: height;
    background-color: rgba(255,255,255,0.15) !important;
}

.s_first__lines span:nth-of-type(1) {
    left: 39px;
}

.s_first__lines span:nth-of-type(2) {
    left: 26%
}

.s_first__lines span:nth-of-type(3) {
    left: 49%
}

.s_first__lines span:nth-of-type(4) {
    left: 72.7%
}

.s_first__lines span:nth-of-type(5) {
    left: 99.9%
}

.s_benefits {
    color: #fff;
    background-color: #242424;
    z-index: 0
}

.s_benefits__wrp {
    width: 100%;
    min-height: 650px;
    z-index: 2
}

.s_benefits__s_title {
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2vh;
    margin-top: 7vh;
}
.s_benefits__items__wrp {

}
.s_benefits__item {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    margin-top: 7vh;
    float: left;
}

.s_benefits__anim_icon {
    display: block;
    overflow: hidden;
    height: 391px;
    margin-top: -155px;
    transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.s_benefits__anim_icon:hover {
    transform: scale(1.05);
}

.s_benefits__item .s_benefits__anim_icon svg{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: scale(1.2);
}

#anim_icon__rocket svg{
    transform: scale(1.13)  translateY(17px);
}
#anim_icon__paper svg{
    transform: scale(1.15) translateY(20px);
}

.s_benefits__item .s_benefits__title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 3.4vh;
    text-transform: uppercase;
}
.s_benefits__item .s_benefits__title span {
    font-size: 2.3rem;
}
.s_benefits__item .s_benefits__desc {
    font-size: 1rem;
    line-height: 1.9;
    padding: 0 15px;
    max-width: 382px;
    text-transform: uppercase;
    margin: 0 auto;
}

.s_benefits__lines {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    height: 0;
    padding-left: 37px;
}

.s_benefits__lines_container {
    max-width: 1815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.s_benefits__lines span {
    position: absolute;
    height: 100vh;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.13) !important;
    opacity: 0;
    transition: all 1.5s ease;
}

.s_benefits__lines span:nth-of-type(1) {
    left: 39px;
}

.s_benefits__lines span:nth-of-type(2) {
    left: 24.1%;
}

.s_benefits__lines span:nth-of-type(3) {
    left: 50%;
}

.s_benefits__lines span:nth-of-type(4) {
    left: 75.7%;
}

.s_benefits__lines span:nth-of-type(5) {
    left: 99.9%
}

.s_benefits__linesBot_container {
    max-width: 1815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.s_benefits__linesBot span {
    height: 0;
    width: 1px;
    position: absolute;
    bottom: 0;
    will-change: height;
    background-color: rgba(255,255,255,0.13)
}

.s_benefits__linesBot span:nth-of-type(1) {
    left: 36px
}

.s_benefits__linesBot span:nth-of-type(2) {
    left: 26%
}

.s_benefits__linesBot span:nth-of-type(3) {
    left: 49%
}

.s_benefits__linesBot span:nth-of-type(4) {
    left: 72.7%
}

.s_benefits__linesBot span:nth-of-type(5) {
    left: 99.9%
}

.s_second {
    color: #242424;
    background-color: #fff;
    z-index: 0
}

.s_second__wrp {
    width: 100%;
    min-height: 650px;
    z-index: 2
}

.s_second__left {
    max-width: 100%;
    margin-left: 140px;
}

.s_second__left h2 {
    line-height: 1.08;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.s_second__left h2 b {
    font-weight: 700;
}

.s_second__left h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 8.5rem;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: block;
    padding-top: 10px;
    line-height: 1;
    margin-bottom: 23px;
    margin-top: 10px;
    margin-left: -4px;
}

.s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
    font-size: 7.5rem;
}
.s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
    font-size: 7.4rem;
}
.s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
    font-size: 8.7rem;
}
.s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
    font-size: 7rem;
}
.s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
    font-size: 7rem;
}

.s_second__left p {
    font-weight: 300;
    font-size: 1.26rem;
    line-height: 1.3;
    text-transform: uppercase;
    max-width: 800px;
}

.s_second__left p:not(:last-of-type) {
    margin-bottom: 6px
}

.s_second__left p b {
    border-bottom: 2px solid #78abf4;
    padding-bottom: 2px
}

.s_second__left p small {
    font-size: 1.2rem
}

.s_second__left .g_btn {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    -o-border-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    border-image-slice: 1;
    height: 85px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 25px 4px;
    position: relative;
    width: 380px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5vh;
}

.s_second__left .g_btn small {
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff;
}

.s_second__left .g_btn i {
    content: '';
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff
}

.s_second__left .g_btn span {
    font-weight: 500;
    color: #242424;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.s_second__left .g_btn span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.s_second__left_item {
    display: none;
    min-height: 490px;
    padding-bottom: 70px;
}

.s_second__left_itemrow {
    position: relative;
}
.s_second__left_itemrow .g_btn {
    margin-top: auto;
    margin-bottom: auto;
}

.s_second__left_itemrow ul{
    right: 38%;
    position: absolute;
    bottom: -5px;
}

.s_second__left_itemrow ul li {
    font-weight: 700;
    font-size: 1.1rem
}

.s_second__left_itemrow ul li:not(:last-of-type) {
    margin-bottom: 16px
}

.s_second__left_itemrow ul li span {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px
}

.s_second__left_itemrow ul li small {
    color: #a072e5;
}

.s_second__right {
    margin-left: -34.1%;
    min-width: 350px;
    z-index: 1;
}

.s_second__right_pager a {
    font-weight: 900;
    color: #525252;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-left: 14px;
}

.s_second__right_pager a small {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 0.3rem;
    background-color: #505050;
    border-radius: 50%
}

.s_second__right_pager a span {
    -webkit-transition: -webkit-transform .16667s;
    transition: -webkit-transform .16667s;
    -o-transition: transform .16667s;
    transition: transform .16667s;
    transition: transform .16667s, -webkit-transform .16667s;
    display: inline-block
}

.s_second__right_pager a:hover span {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}

.s_second__right_pager a:not(:last-of-type) {
    margin-bottom: 15px;
}

.s_second__right_pager a b {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    background-color: #78abf4;
    left: -20px;
    opacity: 0;
    z-index: 55;
    top: 4px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.s_second__right_pager a i {
    position: absolute;
    height: 1px;
    width: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.2);
    top: 10px
}

.s_second__arr {
    margin-bottom: 9vh;
    display: none !important;
}

.s_second__arr_left,.s_second__arr_right {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .16667s;
    -o-transition: .16667s;
    transition: .16667s
}

.s_second__arr_left {
    margin-right: 50px
}

.s_second__arr_left:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.s_second__arr_right:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}
.s_second__right_pager {
    margin-bottom: -1vh;
}

.s_second__popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4vh;
    display: none;
    overflow: auto
}

.s_second__popup._visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.s_second__popup_close {
    position: absolute;
    right: -16vw;
    top: 24px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_second__popup_wrp {
    width: 600px;
    position: relative;
    max-height: 100%;
    padding-top: 2%;
    padding-bottom: 2%
}

.s_second__popup_logo {
    text-align: center;
    margin-bottom: 9vh
}

.s_second__popup .s_third__left_fields {
    margin-right: 0;
    margin-bottom: 2vh
}

.s_second__popup_upload {
    position: relative
}

.s_second__popup_upload ._upload_close {
    position: absolute;
    left: 0;
    top: -13px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: pointer;
}

.s_second__popup_upload ._upload_close:hover path {
    fill: #43cbff
}

.s_second__popup_upload ._upload_close._active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-15deg);
    z-index: 999;
}

.s_second__lines {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    height: 0;
    padding-left: 37px
}

.s_second__lines_container {
    max-width: 1815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.s_second__lines span {
    height: 0;
    width: 1px;
    background-color: rgba(26,26,26,0.1);
}

.s_second__lines span:nth-of-type(4) {
    margin-right: 60px
}

.s_second__linesBot {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 0;
    padding-left: 37px
}

.s_second__linesBot_container {
    max-width: 1815px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.s_second__linesBot span {
    height: 0;
    width: 1px;
    position: absolute;
    bottom: 0;
    will-change: height;
    background-color: rgba(26,26,26,0.1);
}

.s_second__linesBot span:nth-of-type(1) {
    left: 39px;
}

.s_second__linesBot span:nth-of-type(2) {
    left: 26%
}

.s_second__linesBot span:nth-of-type(3) {
    left: 49%
}

.s_second__linesBot span:nth-of-type(4) {
    left: 72.7%
}

.s_second__linesBot span:nth-of-type(5) {
    left: 99.9%;
}
.s_second__bg {
}
.s_second__bg_n {
    position: absolute;
    font-weight: 900;
    opacity: 0.7;
    color: #f8f8f8;
    line-height: 0.9;
    font-size: 9rem;
    text-transform: uppercase;
    top: 35%;
    left: 29%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s_second__bg_n._current {
    opacity: 1
}

.s_second__bg_n .bot {
    -webkit-clip-path: inset(58% 0 0 0);
    clip-path: inset(58% 0 0 0)
}

.s_second__bg_n .top {
    -webkit-clip-path: inset(0 0 41%);
    clip-path: inset(0 0 41%);
}

.s_second__bg_n>span {
    position: absolute;
    left: 0;
    top: 0;
}

.s_third {
    color: #fff;
    background-color: #242424
}

.s_third .g_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.s_third h2 {
    line-height: 1.08;
    font-size: 2.4rem;
    text-transform: uppercase;
    max-width: 850px;
    margin-bottom: 5vh;
}

.s_third h2 strong {
    font-weight: 700;
    color: #6e93fc;
    background-image: -webkit-linear-gradient(141deg, #43cbff 15%, #c02cf7 81%);
    background-image: -o-linear-gradient(141deg, #43cbff 15%, #c02cf7 81%);
    background-image: linear-gradient(-51deg, #43cbff 15%, #c02cf7 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.s_third__body {
    width: 100%
}

.s_third__left {
    max-width: 620px;
    width: 100%
}

.s_third__left_row {
    margin-bottom: 5vh
}

.s_third__left p {
    color: #efefef;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .7px;
}

.s_third__left_fields {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 70px;
    padding-top: 15px
}

.s_third__left_fields .g_input {
    position: relative;
    z-index: 0
}

.s_third__left_fields .g_input:not(:last-of-type) {
    margin-bottom: 73px
}

.s_third__left_fields .g_input input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    font-size: 1.3rem;
    letter-spacing: 2px;
    color: #fff
}

.s_third__left_fields .g_input input._active,.s_third__left_fields .g_input input:focus {
    border-bottom-color: #fff
}

.s_third__left_fields .g_input input._active+p,.s_third__left_fields .g_input input:focus+p {
    -webkit-transform: translateY(-20px) translateX(-30px) scale(0.9);
    -ms-transform: translateY(-20px) translateX(-30px) scale(0.9);
    transform: translateY(-20px) translateX(-30px) scale(0.9);
    opacity: 0.5
}

.s_third__left_fields .g_input input._error {
    border-color: #43cbff
}

.s_third__left_fields .g_input p {
    position: absolute;
    left: 30px;
    bottom: 13px;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
}

.s_third__left_check>div {
    margin-left: 25px
}

.s_third__left_check>div:not(:last-of-type) {
    margin-bottom: 12px;
}

.s_third__left_check p {
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 10px 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
}

.s_third__left_check label {
    font-size: .8rem;
    letter-spacing: .7px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
}

.s_third__left_check input {
    position: absolute;
    left: -999px;
    top: -99px;
    font-size: 0.0001px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01)
}

.s_third__left_check input:checked+label small svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.s_third__left_check small {
    min-width: 20px;
    height: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
    border: 2px solid rgba(255,255,255,0.2);
    position: relative;
}

.s_third__left_check small svg {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    position: absolute;
    top: -1px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    left: 0;
    opacity: 0;
}

.s_third__left_textarea {
    position: relative;
    z-index: 0;
    margin-bottom: 5vh
}

.s_third__left_textarea p {
    position: absolute;
    left: 30px;
    top: 14px;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 400;
}

.s_third__left_textarea textarea {
    border: 2px solid rgba(255,255,255,0.1);
    width: 100%;
    background: none;
    min-height: 12vh;
    padding: 15px 25px;
    font-size: 1.2rem;
    letter-spacing: 1px
}

.s_third__left_textarea textarea._active,.s_third__left_textarea textarea:focus {
    border-color: #fff
}

.s_third__left_textarea textarea._active+p,.s_third__left_textarea textarea:focus+p {
    -webkit-transform: translateY(-40px) translateX(-31px) scale(0.9);
    -ms-transform: translateY(-40px) translateX(-31px) scale(0.9);
    transform: translateY(-40px) translateX(-31px) scale(0.9);
    opacity: 0.5
}

.s_third__left .g_btn {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    -o-border-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    border-image-slice: 1;
    height: 80px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 25px 4px;
    position: relative;
    width: 330px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s_third__left .g_btn small {
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff
}

.s_third__left .g_btn i {
    content: '';
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff
}

.s_third__left .g_btn span {
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
}

.s_third__left .g_btn span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.s_third__right {
    margin-left: 153px
}

.s_third__tels {
    margin-bottom: 7vh
}

.s_third__tels_tel {
    font-weight: 700;
    color: #fffefe;
    font-size: 1.875rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2vh;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 278px;
    perspective: 278px
}

.s_third__tels_tel span {
    display: block;
    -webkit-transition: .375s;
    -o-transition: .375s;
    transition: .375s
}

.s_third__tels_tel span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(105%) rotateX(-80deg);
    transform: translateY(105%) rotateX(-80deg)
}

.s_third__tels_tel:hover span:last-of-type {
    -webkit-transform: translateY(-105%) rotateX(80deg);
    transform: translateY(-105%) rotateX(80deg)
}

.s_third__tels_tel:hover span:first-of-type {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.s_third__tels_call {
    font-weight: 700;
    color: #78abf4;
    font-size: 1.125rem;
    text-transform: uppercase;
    position: relative;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.s_third__tels_call:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: -6px;
    background-color: #78abf4;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    pointer-events: none;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
}

.s_third__tels_call:hover:before {
    width: 45%
}

.s_third__net {
    margin-bottom: 9vh
}

.s_third__net a {
    font-weight: 800;
    color: #fffefe;
    font-size: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 278px;
    perspective: 278px
}

.s_third__net a:first-of-type {
    margin-bottom: 3vh
}

.s_third__net a span {
    display: block;
    -webkit-transition: .375s;
    -o-transition: .375s;
    transition: .375s
}

.s_third__net a span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(105%) rotateX(-80deg);
    transform: translateY(105%) rotateX(-80deg)
}

.s_third__net a:hover span:last-of-type {
    -webkit-transform: translateY(-105%) rotateX(80deg);
    transform: translateY(-105%) rotateX(80deg)
}

.s_third__net a:hover span:first-of-type {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.s_third__copyright p {
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
}

.s_third__copyright p:not(:last-of-type) {
    margin-bottom: 16px
}

.s_third__copyright p strong {
    color: #668bc8;
    background-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 81%);
    background-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 81%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
}

.s_third__copyright p span {
    cursor: pointer;
    border-bottom: 1px solid #5a5a5a;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.s_third__copyright p span:hover {
    color: #fff;
    border-color: #fff
}

.s_third__popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4vh;
    display: none;
    overflow: auto
}

.s_third__popup._visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.s_third__popup_close {
    position: absolute;
    right: -16vw;
    top: 24px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_third__popup_wrp {
    width: 520px;
    position: relative;
    text-align: center;
    max-height: 100%;
    padding-top: 2%;
    padding-bottom: 2%
}

.s_third__popup_logo {
    text-align: center;
    margin-bottom: 9vh
}

.s_third__popup .s_third__left_fields {
    margin-right: 0;
    margin-bottom: 2vh
}

.s_third__popup button {
    margin-left: auto;
    margin-right: auto
}

.s_third__lines {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 100vh;
    height: 0;
    padding-left: 37px
}

.s_third__lines_container {
    max-width: 1815px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.s_third__lines span {
    height: 0;
    width: 1px;
    background-color: rgba(255,255,255,0.05);
    will-change: height;
    margin-left: 2px;
}

.s_third__lines span:nth-of-type(4) {
    margin-right: 60px
}

.s_third__social {
    position: absolute;
    right: 0;
    bottom: 100vh;
    z-index: 3;
    -webkit-transform: rotate(90deg) translateY(-247px) translateX(450px);
    -ms-transform: rotate(90deg) translateY(-247px) translateX(450px);
    transform: rotate(90deg) translateY(-247px) translateX(450px);
    width: 509px;
    pointer-events: all
}

.s_third__social a {
    font-weight: 700;
    color: rgba(255,255,255,0.1);
    font-size: 1.2rem;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.s_third__social a:hover {
    color: #fff
}

.s_third__social a small {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    overflow: hidden
}

.s_third__social a i {
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: rgba(255,255,255,0.1);
    left: 100%;
    margin-left: 11px;
    bottom: 8px;
    pointer-events: none
}

.s_third__social a:not(:last-of-type) {
    margin-right: 18vh
}

.s_conf__popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4vh;
    display: none;
    overflow-y: auto;
    overflow-x: hidden
}

.s_conf__popup._visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.s_conf__popup_close {
    position: absolute;
    right: 3vw;
    top: 24px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_conf__popup_wrp {
    max-width: 1220px;
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.s_conf__popup_txt h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
}

.s_conf__popup_txt strong {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}

.s_conf__popup_txt p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #eee;
    text-align: left;
}

.s_conf__popup_logo {
    text-align: center;
    margin-bottom: 3vh
}

.s_conf__popup .s_third__left_fields {
    margin-right: 0;
    margin-bottom: 2vh
}

.s_conf__popup button {
    margin-left: auto;
    margin-right: auto
}

.s_works {
    position: relative
}

.s_works__wrp {
    height: 100vh;
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto
}

.s_works__head {
    margin-top: 170px;
    margin-bottom: 10vh;
}

.s_works__head a {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 1rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.s_works__head a:not(:last-of-type) {
    margin-right: 4%;
}

.s_works__head a span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: inline-block
}

.s_works__head a small {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-right: 16px;
    margin-bottom: 2px;
}

.s_works__head a:hover small {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: rgb(137, 93, 183);
}

.s_works__head a:hover span {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.s_works__head a._current small {
    background-color: #895db7;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.s_works__slider_wrp {
    max-width: 100%;
    overflow: visible
}

.s_works__item {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: right;
    min-width: 550px;
}

.s_works__item.swiper-slide-active {
    z-index: 55
}

.s_works__item:first-of-type {
    margin-left: -220px
}

.s_works__item_img {
    width: 250px;
    height: 360px;
    margin-left: auto;
    position: relative;
    z-index: 5;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
    border: 2px solid rgba(0, 0, 0, .1);
}

.s_works__item_img:hover {
    background-size: 110%
}


.portfolio-gallery .s_works__item_img img {
    display: none;
}

.portfolio-gallery .s_works__item_img {
    display: none;
}

.portfolio-gallery .s_works__item_img:first-child {
    display: inline-block;
}

.s_works__item_rec {
    width: 365px;
    height: 210px;
    border-bottom: 2px solid #242424;
    border-top: 2px solid #242424;
    border-right: 2px solid #242424;
    position: absolute;
    right: 0;
    top: 120px;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
}

.s_works__item_rec:before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #242424;
    height: 28px;
    top: 0;
    left: 0
}

.s_works__item_rec:after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #242424;
    height: 28px;
    bottom: 0;
    left: 0
}

.s_works__item_txt {
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 320px;
    white-space: nowrap;
    top: 45px;
    -webkit-transform: translateZ(130px);
    transform: translateZ(130px)
}

.s_works__item_txt a {
    font-weight: 700;
    color: #242424;
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    position: relative
}

.s_works__item_txt ul li {
    font-weight: 700;
    color: #242424;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    margin-right: 25px
}

.s_works__item_txt ul li:not(:last-of-type) {
    margin-bottom: 5px
}

.s_works__item_txt ul li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background-color: #242424;
    right: -25px;
    top: 5px
}

.s_works__bottom {
    margin-top: auto;
    margin-bottom: 9vh
}

.s_works__bottom .g_btn {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    -o-border-image: -o-linear-gradient(141deg, #78abf4 15%, #a24bda 100%);
    border-image: linear-gradient(-51deg, #78abf4 15%, #a24bda 100%);
    border-image-slice: 1;
    height: 70px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 25px 4px;
    position: relative;
    width: 320px;
    max-width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_works__bottom .g_btn small {
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff
}

.s_works__bottom .g_btn i {
    content: '';
    position: absolute;
    top: 50%;
    right: -32px;
    width: 47px;
    margin-top: -1px;
    height: 2px;
    background-color: #43cbff
}

.s_works__bottom .g_btn span {
    font-weight: 500;
    color: #242424;
    font-size: 1rem;
    text-transform: uppercase
}

.s_works__bottom .g_btn span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.s_works__arr {
    width: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s_works__arr_left,.s_works__arr_right {
    cursor: pointer;
    -webkit-transition: .16667s;
    -o-transition: .16667s;
    transition: .16667s
}

.s_works__arr_left:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.s_works__arr_right {
    margin-top: -1px
}

.s_works__arr_right:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.s_works__back {
    width: 310px;
    text-align: right
}

.s_works__back_btn {
    font-weight: 500;
    color: #242424;
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    pointer-events: all;
    display: inline-block;
    overflow: hidden;
    -webkit-perspective: 55px;
    perspective: 55px;
    padding-right: 25px;
}

.s_works__back_btn span {
    display: block;
    -webkit-transition: -webkit-transform .375s;
    transition: -webkit-transform .375s;
    -o-transition: transform .375s;
    transition: transform .375s;
    transition: transform .375s, -webkit-transform .375s
}

.s_works__back_btn span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(30px) rotateX(-80deg);
    transform: translateY(30px) rotateX(-80deg)
}

.s_works__back_btn:hover span:last-of-type {
    -webkit-transform: translateY(-30px) rotateX(80deg);
    transform: translateY(-30px) rotateX(80deg)
}

.s_works__back_btn:hover span:first-of-type {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.s_works__back_btn:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 30px;
    background: rgba(67,202,255,1);
    background: -moz-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,202,255,1)), color-stop(100%, rgba(152,8,204,0.81)));
    background: -webkit-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -o-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: -ms-linear-gradient(top, #78abf4 0%, #a24bda 100%);
    background: linear-gradient(to bottom, #78abf4 0%, #a24bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43caff', endColorstr='#9808cc', GradientType=0 );
    right: 0;
    top: -.3rem
}

.s_works__bg {
    position: absolute;
    font-weight: 700;
    opacity: 0.7;
    color: #f8f8f8;
    line-height: 0.9;
    font-size: 15.625rem;
    text-transform: uppercase;
    top: 18%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s_works__bg._current {
    opacity: 1
}

.s_works__bg .bot {
    -webkit-clip-path: inset(58% 0 0 0);
    clip-path: inset(58% 0 0 0)
}

.s_works__bg .top {
    -webkit-clip-path: inset(0 0 41%);
    clip-path: inset(0 0 41%)
}

.s_works__bg>span {
    position: absolute;
    left: 0;
    top: 0
}

#filter_mix .mix{
    display: block;
}
#filter_mix .mix.hide{
    display: none;
}



textarea {
    color: #fff
}

.cls-1 {
    stroke-miterlimit: 10;
    fill: url(#linear-gradient);
    stroke: url(#linear-gradient-2)
}

.cls-1 {
    fill: #fff;
}

.cls-2 {
    fill: #fff
}

.NFI-wrapper {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: visible !important;
    position: relative
}

.NFI-wrapper .NFI-filename {
    border: none;
    font-size: 1em;
    padding-left: 16px !important;
    padding-right: 0;
    position: absolute;
    z-index: 5;
    right: 0;
    top: -10px;
    display: inline-block;
    width: calc(100% - 33px);
    height: 36px;
    visibility: hidden;
    font-size: 0.9rem;
    background-color: #2c2c2c;
    color: #fff
}

.NFI-wrapper .NFI-filename._active {
    visibility: visible
}

.NFI-wrapper .NFI-button {
    background-color: transparent;
    margin-top: 0;
    position: relative;
    z-index: 5;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    font-weight: 700;
    color: #fff;
    font-size: 0.875rem;
    padding-left: 45px;
    text-transform: uppercase;
}

.NFI-wrapper .NFI-button span {
    display: inline-block;
    -webkit-transition: .16667s;
    -o-transition: .16667s;
    transition: .16667s
}

::-webkit-file-upload-button {
    cursor: pointer !important
}

@supports (-ms-ime-align: auto) {
    .s_third__tels_tel {
        -webkit-perspective: none;
        perspective: none
    }

    .s_third__net a {
        -webkit-perspective: none;
        perspective: none
    }
}

@media only screen and (max-width: 1700.5px) {
    body,html {
        font-size:15px
    }

    .g_menu__container,.g_aside__container {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    .g_aside._portfolio .g_left__logo img._hd {
        width: 130px;
    }

    .s_works__wrp {
        max-width: 1430px
    }

    .s_second__lines_container,.s_first__lines_container,.s_second__linesBot_container,.s_third__lines_container {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    .container {
        max-width: 1000px
    }

    .s_second__left {
        /* max-width: 700px; */
        margin-left: 0;
    }

    .s_second__right {
        margin-left: -19.3%;
    }

    .s_second__left_itemrow ul {
        right: 31%;
    }

    .s_second__left_slider .swiper-wrapper .s_second__left_item h3 {
        font-size: 6rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
        font-size: 6rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
        font-size: 5.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 6rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 5.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
        font-size: 5.5rem;
    }

    .s_second__left h2 {
        font-size: 2.5rem
    }

    .s_second__wrp {
        min-height: 520px
    }

    .s_second__linesBot span:nth-of-type(4) {
        left: 68.25%
    }

    .s_second__lines span:nth-of-type(4) {
        margin-right: 142px
    }

    .g_left__pager small {
        margin-bottom: 21px;
    }

    .s_works__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .s_works__item_txt ul li:before {
        top: .2rem;
    }
    .s_benefits__anim_icon {
        margin-top: -110px;
        height: 270px;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.3);
    }
    #anim_icon__rocket svg{
        transform: scale(1.3)  translateY(13px);
    }
    .s_benefits__lines span:nth-of-type(1) {
        left: 60px;
    }
    .s_third__tels_tel {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 1510.5px) {
    body,html {
        font-size:14px
    }

    .container {
        max-width: 900px
    }

    .s_first__txt {
        max-width: 550px
    }

    .s_second__left {
        /* max-width: 600px */
    }

    .s_second__right {
        margin-left: -22.8%;
    }

    .s_second__left_itemrow ul {
        right: 29%;
    }

    .s_second__left h2 {
        font-size: 2.5rem
    }

    .s_second__left_item {
        min-height: 400px;
        margin-bottom: 50px;
    }

    .s_second__right_pager {
        margin-bottom: -1vh;
    }

    .s_second__linesBot span:nth-of-type(4) {
        left: 68.25%
    }

    .s_second__lines span:nth-of-type(4) {
        margin-right: 124px
    }

    .s_works__wrp {
        max-width: 1240px
    }

    .g_left__logo svg._hd {
        width: 106px;
    }

    .g_left__logo svg._hd .cls-1{
        font-size: 4.8rem;
    }
    
    .g_left__logo svg._hd .cls-2{
        font-size: 4.4rem;
    }

    .g_left__pager small {
        margin-bottom: 19.1px;
    }
    .g_aside._portfolio svg .cls-1{
        font-size: 4.2rem;
    }

    .g_aside._portfolio svg .cls-2{
        font-size: 3.8rem;
    }
    .s_second__left_itemrow .g_btn {
        width: 300px;
        height: 70px;
    }
    .s_benefits__anim_icon {
        height: 240px;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.4);
    }
    #anim_icon__rocket svg{
        transform: scale(1.3)  translateY(13px);
    }
    .s_benefits__s_title {
        margin-top: 20vh
    }
    .second_pattern_bg img{
        width: 160px;
    }
}

@media only screen and (min-width: 1301px) {
    ._tb,._pc,._mb {
        display:none
    }
    .s_first__b:before {
        content: '';
        left: -710px;
        bottom: -1293px;
        transform: scale(.9);
    }
}

@media only screen and (max-width: 1300.5px) {
    .s_second__left h3 {
        font-size: 5.5rem;
    }

    .s_second__linesBot span:nth-of-type(4) {
        left: 69.2%
    }

    .s_second__lines span:nth-of-type(4) {
        margin-right: 102px
    }

    ._hd,._tb,._mb {
        display: none
    }
    .g_left {
        top: 2vh;
        height: calc(100vh - 2vh)
    }

    .g_left__logo ._hd {
        display: block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: -999px;
        top: -999px;
        font-size: .01em
    }

    .g_left__pager {
        margin-bottom: 1vh
    }

    .g_right {
        top: 0;
        height: calc(100vh - 4vh)
    }

    .s_works__wrp {
        max-width: 1170px
    }

    .s_works__head a:not(:last-of-type) {
        margin-right: 37px
    }
    .s_benefits__anim_icon {
        height: 240px;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.4);
    }
    #anim_icon__rocket svg{
        transform: scale(1.3)  translateY(13px);
    }
    .s_benefits__s_title {
        margin-top: 15vh;
    }
    .second_pattern_bg img{
        width: 150px;
    }
    .s_first__popup_logo img,
    .s_second__popup_logo img,
    .s_third__popup_logo img,
    .s_conf__popup_logo img {
        width: 125px;
    }
    .g_left__logo img._pc {
        width: 55px
    }
}

@media only screen and (max-width: 1220.5px) {
    .container {
        max-width:860px
    }

    .s_first__b {
        -webkit-transform: scale(0.75) translateX(40px) !important;
        -ms-transform: scale(0.75) translateX(40px) !important;
        transform: scale(0.75) translateX(40px) !important;
    }

    .s_benefits__s_title {
        margin-top: 15vh;
    }

    .s_second__left {
        /* max-width: 570px */
    }

    .s_second__right {
        margin-left: -24.1%;
    }

    .s_second__left_itemrow ul {
        right: 29%;
    }
    .s_second__right_pager a {
        font-size: 1.1rem;
    }

    .s_second__lines span:nth-of-type(4) {
        margin-right: 69px
    }

    .s_second__linesBot span:nth-of-type(4) {
        left: 70.61%
    }

    .s_second__bg_n {
        left: auto;
        right: 2%
    }

    .s_second__bg_n>span {
        left: auto;
        right: 0
    }

    .s_third__right {
        margin-left: 70px;
        margin-right: -30px
    }

    .s_third__left_fields {
        margin-right: 40px
    }

    .g_menu__body {
        width: 50%
    }

    .g_menu__social {
        right: 10px
    }

    .s_works__wrp {
        max-width: 1000px
    }

    .s_works__head a {
        font-size: 1rem
    }

    .s_works__head a:not(:last-of-type) {
        margin-right: 29px
    }

    .s_works__head a small {
        margin-right: 13px
    }
    .g_left__pager small {
        margin-bottom: 18.1px;
    }
}

@media only screen and (max-width: 1040.5px) {
    body,html {
        font-size:12px
    }

    .container {
        max-width: 700px
    }

    .g_left__pager small {
        margin-bottom: 16px;
    }

    .s_first__b {
        -webkit-transform: scale(0.6) translateY(-100px) translateX(40px) !important;
        -ms-transform: scale(0.6) translateY(-100px) translateX(40px) !important;
        transform: scale(0.6) translateY(-100px) translateX(40px) !important;
    }

    .s_first__txt {
        max-width: 470px
    }

    .s_second__left {
        /* max-width: 500px */
    }

    .s_second__left .g_btn {
        width: 250px;
        padding: 4px 15px;
    }

    .s_second__left h3 {
        margin-left: -2px;
        font-size: 6.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
        font-size: 7.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
        font-size: 7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 8.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 6rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
        font-size: 4.7rem;
    }

    .s_second__right {
        margin-right: -50px
    }
    .s_second__right {
        margin-left: -23.6%;
    }
    .s_second__left_itemrow ul {
        right: 26%;
    }

    .s_third__left_check p {
        padding-left: 0
    }

    .s_third__left_check>div {
        margin-left: 0
    }

    .s_third__right {
        margin-right: -65px;
        margin-left: 50px
    }

    .g_menu__body {
        width: 65%
    }

    .g_input p {
        left: 20px !important
    }

    .g_input input:focus+p,.g_input input._active+p {
        -webkit-transform: translateY(-20px) translateX(-20px) scale(0.9) !important;
        -ms-transform: translateY(-20px) translateX(-20px) scale(0.9) !important;
        transform: translateY(-20px) translateX(-20px) scale(0.9) !important
    }

    .s_works__wrp {
        max-width: 880px
    }

    .s_works__head {
        margin-left: 20px
    }

    .s_works__head a {
        margin-right: 0 !important
    }

    .s_works__item_txt ul li:before {
        top: .17rem
    }

    .s_works__bottom .g_btn {
        width: 280px
    }

    .s_works__arr {
        display: none !important
    }
    .s_benefits__item {
        margin-top: 15vh;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.5);
    }
    #anim_icon__rocket svg{
        transform: scale(1.5)  translateY(13px);
    }
    #anim_icon__paper svg{
        transform: scale(1.3)  translateY(13px);
    }
    .s_benefits__s_title {
        margin-top: 15vh;
    }
}

@media only screen and (max-width: 870.5px) {
    .container {
        max-width:100%
    }

    .s_first .letter {
        display: none
    }

    .s_first__b {
        -webkit-transform: scale(0.6) translateY(-120px) translateX(-120px) !important;
        -ms-transform: scale(0.6) translateY(-120px) translateX(-120px) !important;
        transform: scale(0.6) translateY(-120px) translateX(-120px) !important;
        opacity: .3;
    }

    .s_first__txt {
        max-width: 450px
    }

    .s_first__txt h2 {
        display: block
    }

    .s_first__txt h1 strong i {
        background: none;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: none
    }
    
    .s_benefits {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .s_benefits__s_title {
        margin-top: 80vh;
        margin-bottom: 7vh;
    }
    .s_benefits__item {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 3vh;
    }
    .s_benefits__item:last-child {
        margin-bottom: 13vh;
    }
    .s_benefits__item .s_benefits__anim_icon img{        
        margin: 0 auto 1vh;
        width: 100px;
        height: 150px;
    }
    .s_benefits__item .s_benefits__desc {
        max-width: 300px;
        margin: 0 auto;
    }

    .s_second__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .s_second__right {
        max-width: 500px;
        margin-right: 0;
        width: 100%;
        min-width: auto;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 3vh;
    }

    .s_second__right_pager {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .s_second__right_pager {
        margin-bottom: 3vh;
    }

    .s_second__right_pager a._current small {
        background-color: #895db7;
    }

    .s_second__right_pager a small {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

    .s_second__right_pager a span {
        display: none
    }

    .s_second__left p b {
        padding-bottom: 0
    }

    .s_second__left_item {
        min-height: auto;
    }

/*     .s_second__arr {
        display: none !important
    } */

    .s_second__arr_right {
        margin-left: 20px
    }

    .s_second__bg {
        display: none
    }

    .g_left {
        top: 10px;
        height: auto
    }

    .g_left__pager a,.g_left__pager small {
        display: none
    }

    .g_left__logo {
        margin-bottom: 0;
        margin-top: 0
    }

    .g_left__logo ._hd {
        position: static;
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0;
        font-size: 1rem;
    }
    .g_left__logo img._hd,
    .g_aside._portfolio img._hd {
        width: 90px !important;
    }
    .g_left__logo svg._hd,
    .g_aside._portfolio svg._hd {
        width: 90px;
    }
    .g_left__logo svg._hd .cls-1,
    .g_aside._portfolio svg._hd .cls-1{
        font-size: 5rem;
    }
    
    .g_left__logo svg._hd .cls-2,
    .g_aside._portfolio svg._hd .cls-2{
        font-size: .4.6rem;
    }

    .g_left__logo ._pc {
        display: none
    }

    .g_right__portfolio {
        -webkit-transform: rotate(-90deg) translateX(80px) translateY(50px) !important;
        -ms-transform: rotate(-90deg) translateX(80px) translateY(50px) !important;
        transform: rotate(-90deg) translateX(80px) translateY(50px) !important;
        padding-left: 26px;
        margin-bottom: 30px;
    }

    .g_right__portfolio span:first-of-type {
        left: auto;
        right: 25px
    }

    .g_right__portfolio:before {
        right: auto;
        left: 0
    }

    .g_right__hamb {
        margin-top: 6px
    }

    .g_body {
        padding-top: 120px
    }

    .g_menu__body_wrp {
        padding-right: 20px
    }

    .g_menu__social a small {
        position: static
    }

    .g_menu__social a i {
        width: 30px !important
    }

    .s_third {
        overflow-y: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .s_third__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s_third__right {
        margin-left: 0;
        margin-top: 60px;
        margin-bottom: 10px;
        max-width: 450px
    }

    .s_third__copyright p {
        font-size: 1.05rem;
    }

    .s_third__social {
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px
    }

    .s_third__social a i {
        display: none
    }

    .s_third__social a:not(:last-of-type) {
        margin-right: 0
    }

    .s_third__social a small {
        position: static;
        width: auto
    }

    .s_third .g_body {
        height: auto
    }

    .s_third__lines_container {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .s_first__popup_close,.s_second__popup_close,.s_third__popup_close {
        right: 0
    }

    .g_aside__bg {
        display: block;
        position: absolute;
        width: calc(100% + 40px);
        z-index: -1;
        height: 87px;
        left: -20px;
        pointer-events: none;
        border-bottom: 1px solid rgba(255,255,255,0)
    }

    .s_works {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0
    }

    .s_works__head {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: auto;
        margin-bottom: 30px;
        padding: 0 20px
    }

    .s_works__head a {
        position: relative
    }

    .s_works__head a span {
        position: absolute;
        white-space: nowrap;
        left: 6px;
        bottom: 19px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }

    .s_works__head a._current span {
        opacity: 1
    }

    .s_works__head a small {
        width: 12px;
        height: 12px
    }

    .s_works__slider_wrp {
        margin-top: auto
    }

    .s_works__wrp {
        padding-top: 115px;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0
    }

    .s_works__bottom {
        /* display: none !important */
        margin-bottom: 0;
    }
    .s_first__txt .g_btn {
        height: 60px;
        width: 300px;
    }
    .s_second__arr {
        display: block !important;
    }
    .s_second__left h2 br{
        display: none;
    }
    .s_benefits__lines_container {
        display: none;
    }
    .s_benefits__anim_icon {
        height: 300px;
        max-width: 350px;
        margin: -110px auto 0;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.4);
    }
    #anim_icon__rocket svg{
        transform: scale(1.4) translateY(13px);
    }
    .second_pattern_bg {
        display: none;
    }
    .s_first__popup_logo img,
    .s_second__popup_logo img,
    .s_third__popup_logo img,
    .s_conf__popup_logo img {
        width: 100px;
    }
}

@media only screen and (max-width: 740.5px) {
    .s_first__b {
        right: 230px;
        -webkit-transform: scale(0.6) translateY(-50px) translateX(200px) !important;
        -ms-transform: scale(0.6) translateY(-50px) translateX(200px) !important;
        transform: scale(0.6) translateY(-50px) translateX(200px) !important;
    }

    .s_first__txt {
        max-width: 450px
    }

    .g_menu {
        right: -20px
    }

    .g_menu__body {
        width: calc(100% + 20px);
        right: -110%;
        padding-left: 25px
    }

    .s_third h2 {
        font-size: 2.7rem
    }

    .s_third h2 strong {
        white-space: nowrap
    }

    .s_third__right {
        margin-right: 0
    }

    .s_first__popup_wrp,.s_second__popup_wrp,.s_third__popup_wrp {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: auto;
        height: auto;
        max-height: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
        margin-bottom: -25px
    }

    .s_first__popup_close,.s_second__popup_close,.s_third__popup_close {
        right: 20px
    }

    .s_first__popup_logo,.s_second__popup_logo,.s_third__popup_logo {
        margin-bottom: 3vh
    }

    .s_first__popup_logo svg,.s_second__popup_logo svg,.s_third__popup_logo svg {
        max-width: 150px;
        margin-left: -20px
    }

    .s_conf__popup_logo {
        margin-bottom: 3vh
    }

    .s_conf__popup_logo svg {
        max-width: 150px;
        margin-left: -20px
    }

    .s_works__item {
        min-width: 220px;
    }

    .s_works__item_img {
        width: 165px;
        height: 236px;
    }

    .s_works__item_rec {
        -webkit-transform: rotate(90deg) rotateZ(0);
        -ms-transform: rotate(90deg) rotate(0);
        transform: rotate(90deg) rotateZ(0);
        top: -58px;
        left: -6px;
        width: 235px;
    }

    .s_works__item_rec:before,.s_works__item_rec:after {
        height: 20px
    }

    .s_works__item_txt {
        -webkit-transform: rotate(-90deg) rotateZ(0);
        -ms-transform: rotate(-90deg) rotate(0);
        transform: rotate(-90deg) rotateZ(0);
        right: 134px;
        top: 61px;
        width: 131px;
        height: 78px;
        text-align: center;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .s_works__item a {
        font-size: 1.35rem;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .s_works__item ul li {
        font-size: 1rem;
        text-align: left
    }

    .s_works__item ul li:before {
        top: 6px;
        right: auto;
        left: -15px;
        width: 5px;
        height: 5px
    }

    .s_works__bg {
        display: none
    }

    .g_right__portfolio {
        margin-bottom: 125px;
        margin-right: -8px;
        font-size: 1.2rem;
    }
    .s_first__popup_logo svg, .s_second__popup_logo svg, .s_third__popup_logo svg {
        width: 100px;
        margin-bottom: 4vh;
    }

}

@media only screen and (max-width: 550.5px) {
    .g_right__portfolio {
        bottom:0;
        -webkit-transform: rotate(-90deg) translateX(10px) translateY(60px) !important;
        -ms-transform: rotate(-90deg) translateX(10px) translateY(60px) !important;
        transform: rotate(-90deg) translateX(10px) translateY(60px) !important
    }

    .s_first__txt h1 {
        font-size: 2.5rem
    }

    .s_first__txt h1 strong {
        font-size: 6.5rem
    }

    .s_first__txt h1 strong span.glitch,
    .s_first__txt h1 strong small.glitch {
        font-size: 7rem;
    }

    .s_second__left {
        max-width: calc(100% - 20px)
    }

    .s_second__left h3 {
        font-size: 5.6rem
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
        font-size: 5.1rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
        font-size: 5.1rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 8.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 5.1rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
        font-size: 3.4rem;
    }

    .s_second__left p {
        font-size: 1.15rem;
    }

    .s_second__left h3 small {
        font-size: 4.8rem;
    }

    .s_second__left h2 {
        font-size: 2.1rem
    }

    .s_second__wrp {
        min-height: 0;
        padding-top: 70px;
        margin-top: 0;
    }

    .s_second__right {
        max-width: calc(100% - 40px);
        bottom: 0
    }

    .s_second__popup_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .s_second__popup_upload {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 40px
    }

    .s_third .g_body {
        padding-top: 110px;
        padding-right: 0
    }

    .s_third h2 {
        font-size: 2.2rem
    }

    .s_third__left_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .s_third__left_fields {
        width: 100%
    }

    .s_third__left_check {
        width: 100%;
        margin-top: 30px
    }

    .s_third__left_check p {
        padding-left: 20px
    }

    .s_third__left_check>div {
        margin-left: 20px
    }

    .s_third__left .g_btn {
        width: 270px
    }

    .s_third__social {
        bottom: 50px
    }

    .s_third__right {
        margin-right: 30px
    }

    .g_body {
        padding-top: 40px
    }

    .g_menu__item p {
        font-size: 1.2rem;
        margin-bottom: 5px
    }

    .s_works__item:first-of-type {
        margin-left: 0
    }

    body,html {
        font-size: 12px
    }

    .g_menu__social {
        top: 50px
    }
}

@media only screen and (max-width: 450.5px) {
    .g_btn {
        height:60px !important;
        width: 250px !important
    }

    .s_first__txt h1 {
        font-size: 2.2rem
    }

    .s_first__txt h1 strong {
        font-size: 5.8rem
    }

    .s_first__txt h1>span {
        font-size: 1.45rem;
    }
    .s_first__txt h1>span br {
        display: none;
    }

    .s_first__txt h1 strong span.glitch {
        font-size: 6.8rem
    }
    
    .s_first__txt h1 strong small.glitch {
        font-size: 5.3rem
    }

    .s_first__txt p {
        font-size: 1.35rem
    }

    .s_first__txt p br {
        display: none;
    }

    .s_first__b {
        -webkit-transform: scale(0.5) translateY(110px) translateX(190px) !important;
        -ms-transform: scale(0.5) translateY(110px) translateX(190px) !important;
        transform: scale(0.5) translateY(110px) translateX(190px) !important;
    }

    .s_benefits__s_title {
        font-size: 2rem;
        margin-top: 102vh;
    }

    .s_second__left {
        max-width: calc(100% - 5px)
    }

    .s_second__left h3 {
        font-size: 4rem;
        margin-left: 0;
        margin-bottom: 8px;
        margin-top: 12px;
    }

    .s_second__left h3 small {
        font-size: 3.8rem;
    }

    .s_second__left h2 {
        font-size: 1.8rem;
        margin-bottom: -15px
    }

    .s_second__left p {
        font-size: 1.1rem;
    }

    .s_third h2 {
        font-size: 1.9rem
    }

    .g_right__hamb {
        margin-top: -3px
    }

    .g_aside__bg {
        height: 75px
    }

    .g_right__portfolio {
        -webkit-transform: rotate(-90deg) translateX(0px) translateY(60px) !important;
        -ms-transform: rotate(-90deg) translateX(0px) translateY(60px) !important;
        transform: rotate(-90deg) translateX(0px) translateY(60px) !important
    }

    .g_menu__body {
        right: -117%
    }

    .g_menu__body_wrp {
        height: calc(100vh - 90px);
        margin-top: 10px
    }

    .g_menu__body nav a {
        font-size: 2rem !important
    }

    .g_menu__item {
        margin-top: 15px !important
    }

    .s_third__left_fields .g_input:not(:last-of-type) {
        margin-bottom: 50px
    }

    body,html {
        font-size: 11px
    }
    .s_first__txt .g_btn {
        padding: 4px 20px;
    }
    .s_first__txt .g_btn span {
        font-size: 1.1rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(2) h3 {
        font-size: 4.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
        font-size: 4rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
        font-size: 3.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 8.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 3.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
        font-size: 2.6rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(7) h3 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 370.5px) {
    .s_first__txt h1 {
        font-size:1.9rem
    }

    .s_first__txt h1 strong {
        font-size: 5.1rem;
        margin-bottom: 10px
    }

    .s_first__txt h1 strong span.glitch {
        font-size: 5.8rem;
    }
    .s_first__txt h1 strong small.glitch {
        font-size: 4.55rem;
    }

    .s_first__txt p {
        font-size: 1.25rem;
        margin-top: 13px;
    }

    .s_first__txt p br {
        display: none
    }

    .s_benefits__s_title {
        font-size: 1.8rem;
        margin-top: 122vh;
        margin-bottom: 20vh;
    }
    .s_benefits__item {
        margin-bottom: 20vh;
    }

    .s_second__left {
        max-width: 100%
    }

    .s_second__left h3 {
        font-size: 3.2rem;
    }

    .s_second__left h3 small {
        font-size: 3rem;
    }

    .s_second__left h2 {
        font-size: 1.5rem;
        margin-bottom: -15px
    }

    .s_second__left p {
        font-size: 1.2rem
    }

    .s_second__arr_left {
        margin-right: 30px
    }

    .s_second__arr_right {
        margin-left: 0px
    }

    .s_second__right_pager svg {
        margin-top: 2px;
        width: 21px
    }

    .s_third .g_body {
        padding-top: 90px
    }

    .s_third h2 {
        font-size: 1.65rem
    }

    .g_btn {
        width: 230px !important;
        height: 50px !important
    }

    .g_btn span {
        font-size: 1rem !important
    }

    .g_btn i,.g_btn small {
        width: 25px !important;
        right: -17px !important
    }

    .g_left__logo img._hd,
    .g_aside._portfolio img._hd {
        width: 75px !important;
    }
    .g_left__logo svg._hd,
    .g_aside._portfolio svg._hd {
        width: 75px;
    }

    .g_aside__bg {
        height: 70px
    }

    .g_body {
        padding-top: 20px
    }

    .g_menu__item a {
        font-size: 1.2rem;
        padding-left: 15px
    }

    .g_menu__item a span:first-of-type {
        left: 15px
    }

    .g_menu__social {
        right: -2px
    }

    .s_first__popup_logo svg,.s_second__popup_logo svg,.s_third__popup_logo svg {
        max-width: 120px;
        margin-top: -5px
    }

    body,html {
        font-size: 10px
    }

    br {
        display: none
    }

    .s_second h2 b {
        white-space: nowrap
    }
    .s_benefits__anim_icon {
        height: 254px;
        margin: -183px auto 0;
    }
    .s_benefits__item .s_benefits__anim_icon svg{
        transform: scale(1.4);
    }
    #anim_icon__rocket svg{
        transform: scale(1.4) translateY(13px);
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(1) h3,
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(2) h3,
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(8) h3 {
        font-size: 3.5rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(3) h3 {
        font-size: 3.2rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(4) h3 {
        font-size: 3rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 8.7rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(5) h3 {
        font-size: 3.2rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(6) h3 {
        font-size: 2.37rem;
    }
    .s_second__left_slider .swiper-wrapper .s_second__left_item:nth-child(7) h3 {
        font-size: 3.7rem;
    }
    .s_works__item_img {
        height: 200px;
        width: 165px;
    }
    .s_works__bottom {
        margin-top: 5px;
    }
    .s_works__bottom .g_btn {
        padding: 0 25px;
    }
}

@media only screen and (max-height: 840.5px) and (max-width: 1700.5px) {
    .g_menu__body nav a {
        font-size:2rem !important
    }
}

@media only screen and (max-height: 800.5px) {
    .g_menu__item {
        margin-top:20px
    }
}

@media only screen and (max-height: 700.5px) and (max-width: 870.5px) {
    .s_third__social {
        bottom:80px
    }
}

@media only screen and (max-height: 700.5px) and (max-width: 550.5px) {
    .s_third__social {
        bottom:-70px
    }

    .s_works__wrp {
        padding-top: 150px;
    }
}

@media only screen and (max-height: 500.5px) and (max-width: 550.5px) {
    .s_third__social {
        bottom:-130px
    }

    .s_works__item_img {
        height: 200px
    }

    .g_menu__body {
        height: 100vh
    }

    .g_menu__body_wrp {
        height: auto
    }

    .g_menu__body nav a {
        font-size: 1.6rem !important
    }

    .g_menu__item {
        margin-top: 10px !important
    }

    .g_menu__item a {
        font-size: 1rem
    }

    .g_menu__item p {
        font-size: 1rem;
        margin-bottom: 0
    }

    .g_menu__social a {
        font-size: 1.3rem
    }

    .s_second__left_item {
        padding-bottom: 15px
    }

    .s_second__left_item p {
        line-height: 1.3
    }

    .s_second__left_item p b {
        padding-bottom: 0
    }
}

@media only screen and (max-height: 600.5px) and (max-width: 550.5px) {
    .g_right__portfolio {
        display:none
    }
}

@media only screen and (max-height: 740.5px) and (min-width: 870.5px) {
    .g_menu__body {
        padding-top:7vh
    }

    .g_menu__body_wrp {
        height: auto
    }

    .g_menu__body nav a {
        font-size: 2.4rem !important
    }

    .g_menu__item p {
        font-size: 1.2rem;
        margin-bottom: 0
    }

    .g_menu__item a {
        font-size: 1.4rem
    }

    .g_menu__social a {
        font-size: 1.4rem
    }

    .g_right {
        position: fixed;
        height: 100%;
        margin-right: 30px
    }

    .g_right__portfolio {
        margin-bottom: 60px
    }

    .s_third__social {
        -webkit-transform: rotate(90deg) translateY(-247px) translateX(400px);
        -ms-transform: rotate(90deg) translateY(-247px) translateX(400px);
        transform: rotate(90deg) translateY(-247px) translateX(400px)
    }
    .s_second__arr {
        display: none !important;
    }
}

@media only screen and (max-height: 900.5px) and (min-width: 870.5px) {
    .s_works__head {
        margin-top:140px;
        margin-bottom: 10px
    }

    .g_menu__body {
        padding-top: 6vh
    }

    .g_menu__item {
        margin-top: 25px
    }

    .g_menu nav a {
        font-size: 2.7em !important
    }
}

@media only screen and (max-height: 800.5px) and (min-width: 870.5px) {
    .s_works__head {
        margin-top:130px;
        margin-bottom: 0
    }

    .s_works__item {
        min-width: 436px
    }

    .s_works__item_txt {
        right: 240px
    }

    .s_works__item_rec {
        top: 80px;
        width: 296px
    }

    .s_works__item_img {
        width: 187px;
        height: 328px;
    }

    .s_works__item a {
        font-size: 1.35rem;
        margin-bottom: 10px;
        background-color: #fff
    }

    .s_second__right_pager a:not(:last-of-type) {
        /* margin-bottom: 23px */
    }

    .g_left__pager small {
        margin-bottom: 26px;
    }
}

@media only screen and (max-height: 800.5px) {
    .g_left__pager small {
        margin-bottom: 17px;
    }
}

@media only screen and (min-height: 800.5px) {
    .s_second__arr {
        display: none !important;
    }
}


@media only screen and (max-height: 800.5px) and (max-width: 1220.5px) {
    .g_left__pager small {
        margin-bottom: 16px;
    }
}

@media only screen and (max-height: 770.5px) {
    body,html {
        font-size:12px
    }

    .s_first__popup_logo,.s_second__popup_logo,.s_third__popup_logo {
        margin-bottom: 3vh
    }

    .s_first__popup_logo svg,.s_second__popup_logo svg,.s_third__popup_logo svg {
        max-width: 130px;
    }

    .s_second .g_body {
        height: auto
    }

    .s_second__left_item {
        padding-bottom: 15px;
        margin: 0;
        min-height: 350px;
    }

    .s_third .g_body {
        height: auto
    }
}

@media only screen and (max-height: 770.5px) and (max-width: 800px) {
    .s_second__left_item {
        padding-bottom: 15px;
        margin: 0;
        min-height: 200px;
    }
}

@media only screen and (max-height: 550.5px) and (max-width: 800px) {
    .s_second__left_item {
        min-height: auto;
    }
}

@media only screen and (min-height: 970.5px) {
    .s_third__social a:not(:last-of-type) {
        margin-right:145px
    }
}

@media only screen and (max-height: 568px) and (max-width: 320px) {
    .s_second__left p,
    .s_second__left p small {
        text-transform: none;
        font-size: 1.1rem;
    }
    .s_second__left h3 {
        font-size: 2rem !important;
    }
    .s_works__wrp {
        padding-top: 80px;
    }
    .s_works__item_txt {
        height: 78px;
        /* width: 169px; */
        justify-content: normal !important;
    }
    .s_works__item_rec {
        top: -17px;
    }
    .s_works__item a {
        margin-bottom: 0;
    }
    .s_works__item ul{
        margin-top: 15px;
    }
    .s_works__bottom .g_btn {
        height: 43px !important;
    }
}


@media screen and (device-aspect-ratio: 2 / 3) {
    select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"] {
        font-size:16px
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {
    select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"] {
        font-size:16px
    }
}

@media screen and (device-aspect-ratio: 375 / 667) {
    select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"] {
        font-size:16px
    }
}

@media screen and (device-aspect-ratio: 9 / 16) {
    select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"] {
        font-size:16px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,textarea,input {
        font-size:16px
    }
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px
}

::-webkit-scrollbar-track {
    background-color: #242424;
    border-left: 2px solid #ddd
}

::-webkit-scrollbar-thumb {
    background: #242424;
    border-left: 4px solid transparent;
    border-left-color: #43cbff
}

::-webkit-scrollbar-thumb:hover {
    background-color: #43cbff
}

::-webkit-scrollbar-thumb:active {
    background-color: #43cbff
}

._flex_sb_fs,.s_first__lines,.s_second__lines,.s_second__linesBot,.s_third__body,.s_third__left_row,.s_third__lines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

._flex_sb_fe,.s_second__wrp,.s_works__item_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

._flex_sb_c,.s_second__left_itemrow,.s_second__popup_btns,.s_works__bottom,.s_works__arr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex_sb_s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

._flex_sa_fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

._flex_sa_fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._flex_sa_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex_c_fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

._flex_c_fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._flex_c_c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex_fs_c,.g_right__hamb,.g_body,.s_second__arr,.s_third__left_check label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._flex_fs_fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

._flex_fs_s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

._flex_fs_fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._flex_fe_fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._flex_fe_s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

._flex_fe_fe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._flex_fe_fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

@media only screen and (min-width: 1500.5px) {
.s_first__b:before {
        content: '';
        left: -690px;
        bottom: -1323px;
        transform: scale(1);
    }
}

@media only screen and (min-width: 1700.5px) {
.s_first__b:before {
        content: '';
        left: -392px;
        bottom: -1323px;
        transform: scale(1.2);
    }
}