body,
header {
    background: #111
}

.nav_bg,
.nav_window {
    transition: .3s;
    height: 100%
}

.nav_link a,
.nav_pages a {
    transition: color .3s;
    text-decoration: none
}

.footer_value,
.nav_link a,
.nav_pages a,
.services_left_block {
    text-decoration: none
}

.about_us h2,
.about_us h3,
.footer_name,
.nav_link span,
.portfolio h3 {
    font-style: italic
}

.partners,
.services {
    overflow: hidden
}

h4,
p {
    line-height: 150%
}

*,
body {
    font-family: Gilroy, sans-serif;
    font-weight: 400
}

.loader {
    position: relative;
    width: 200px;
    height: 200px;
    border: 4px solid #240229;
    border-radius: 100px;
    -webkit-box-shadow: -5px -5px 5px rgba(255, 255, 255, .1), 10px 10px 10px rgba(0, 0, 0, .4), inset -5px -5px 5px rgba(255, 255, 255, .2), inset 10px 10px 10px rgba(0, 0, 0, .4);
    box-shadow: -5px -5px 5px rgba(255, 255, 255, .1), 10px 10px 10px rgba(0, 0, 0, .4), inset -5px -5px 5px rgba(255, 255, 255, .2), inset 10px 10px 10px rgba(0, 0, 0, .4)
}

.loader:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    background: #282828;
    border-radius: 100px;
    border: 2px solid #240229;
    -webkit-box-shadow: inset -2px -2px 5px rgba(255, 255, 255, .2), inset 3px 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, .2), inset 3px 3px 5px rgba(0, 0, 0, .5)
}

.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-image: -o-linear-gradient(315deg, #4e4aff 0, #d560df 33%, #ff829a 66%, #ffe299 100%);
    background-image: linear-gradient(-225deg, #4e4aff 0, #d560df 33%, #ff829a 66%, #ffe299 100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
    -webkit-animation: .5s linear infinite animate;
    animation: .5s linear infinite animate
}

.nav_link a,
.nav_pages a,
header {
    position: relative
}

.nav_acc a,
.nav_link a::after,
.nav_pages a.active::after,
.nav_pages a::after,
.services h3 span {
    background: linear-gradient(98.14deg, #4e4aff 0, #d560df 35.68%, #ff829a 59.99%, #ffe299 98.45%)
}

@keyframes animate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222
}

.preloader.done {
    animation: .5s opa
}

@keyframes opa {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

header {
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 99
}

.container-fluid {
    max-width: 1920px;
    padding: 0 50px
}

.nav_open_btn {
    border: none;
    background: 0 0;
    transition: .3s
}

.main_sircle:hover .play_svg,
.nav_open_btn:hover,
.portfolio_image:hover img {
    transform: scale(1.1)
}

.nav_window {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    opacity: 1
}

.nav_window.active {
    display: block
}

.nav_bg {
    width: 100%;
    background: rgba(17, 17, 17, .01);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    opacity: 0
}

.marquee2:hover .main_right_img,
.marquee3:hover .main_right_img,
.marquee4:hover .main_right_img,
.marquee:hover .main_right_img,
.nav_window.active .nav_bg,
.portfolio_image:hover .portfolio_image_link,
.services .services_block:hover h3 span,
.services .services_block:hover p,
.video_block.active {
    opacity: 1
}

.nav_block {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background: #111;
    right: -100vw;
    transform-origin: right;
    transition: .6s;
    padding: 33px 60px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.nav_footer,
.nav_pages {
    flex-direction: column;
    display: flex
}

.nav_window.active .nav_block {
    right: 0
}

.nav_pages {
    align-items: start;
    gap: 53px
}

.nav_pages a {
    font-weight: 400;
    font-size: 40px;
    color: rgba(255, 255, 255, .3)
}

.nav_link a::after,
.nav_pages a.active::after,
.nav_pages a::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    bottom: 0;
    transform-origin: left;
    transition: transform .25s
}

.footer_value:hover,
.nav_pages a.active,
.nav_pages a:hover,
.porftolio_filter:hover,
.portfolio_link:hover {
    color: #fff
}

.footer_value:hover:after,
.nav_link a:hover:after,
.nav_pages a.active::after,
.nav_pages a:hover:after,
.porftolio_filter:hover:after,
.portfolio_link:hover:after {
    transform: scaleX(1)
}

.nav_footer {
    align-items: flex-start;
    gap: 40px
}

.about_left,
.nav_link {
    flex-direction: column
}

.nav_link {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.nav_link span {
    font-weight: 500;
    font-size: 24px;
    color: #fff
}

.main_title h1,
.nav_link a {
    font-weight: 700;
    color: #fff
}

.nav_link a {
    font-size: 36px;
    text-align: center
}

.nav_acc {
    display: flex;
    align-items: center;
    gap: 50px
}

.main_sircle,
.nav_acc a {
    border-radius: 50%;
    position: relative;
    justify-content: center;
    display: flex
}

.nav_acc a {
    width: 50px;
    height: 50px;
    align-items: center
}

.nav_acc a::after,
.porftolio_filter.disabled::after {
    content: none
}

.main_left_block::after,
.nav_acc a::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0
}

.about_left>*,
.about_right>*,
.nav_acc a svg,
.services_left_block>*,
.services_right_block>* {
    z-index: 2;
    position: relative
}

.nav_acc a::before {
    width: 100%;
    left: 0;
    border-radius: 50%;
    background: #7851f6;
    z-index: 1;
    opacity: 1;
    transition: .3s
}

.form_btn:hover::before,
.marquee2:hover .main_right_opacity,
.marquee3:hover .main_right_opacity,
.marquee4:hover .main_right_opacity,
.marquee:hover .main_right_opacity,
.nav_acc a:hover::before,
.services .services_block:hover h3 span.bg {
    opacity: 0
}

@media (max-width:1920px) {

    .nav_footer,
    .nav_link {
        gap: 10px
    }

    .nav_pages {
        gap: 35px
    }

    .nav_link span {
        font-size: 20px
    }

    .nav_link a,
    .nav_pages a {
        font-size: 30px
    }

    .nav_block {
        width: 40%;
        padding: 33px 60px 25px 50px
    }

    .nav_acc a {
        width: 35px;
        height: 35px
    }

    .nav_acc a svg {
        transform: scale(.9)
    }
}

@media (max-width:1400px) {
    .nav_footer {
        gap: 0
    }

    .nav_link {
        gap: 5px
    }

    .nav_pages {
        gap: 20px
    }

    .nav_link span {
        font-size: 18px
    }

    .nav_link a,
    .nav_pages a {
        font-size: 24px
    }

    .nav_link a {
        margin-top: -10px
    }

    .nav_block {
        width: 50%;
        padding: 25px 50px 25px 40px
    }

    .nav_acc a {
        width: 35px;
        height: 35px;
        margin-top: 0
    }

    .nav_acc a svg {
        transform: scale(.9)
    }
}

@media (max-width:1000px) {

    .nav_footer,
    .nav_link {
        gap: 5px
    }

    .nav_pages {
        gap: 20px
    }

    .nav_link span {
        font-size: 18px
    }

    .nav_link a,
    .nav_pages a {
        font-size: 24px
    }

    .nav_link a {
        margin-top: -10px
    }

    .nav_block {
        width: 70%;
        padding: 25px 50px 25px 40px
    }

    .nav_acc a {
        width: 35px;
        height: 35px;
        margin-top: 0
    }

    .nav_acc a svg {
        transform: scale(.9)
    }

    #nav_open_btn svg,
    .header_logo svg {
        width: 70px;
        height: auto
    }

    #nav_close_btn svg {
        width: 30px;
        height: auto
    }

    header {
        height: 70px
    }

    .container-fluid {
        padding: 0 20px
    }
}

@media (max-width:700px) {

    .nav_footer,
    .nav_link {
        gap: 5px
    }

    .nav_pages {
        gap: 18px
    }

    .nav_link span {
        font-size: 16px
    }

    .nav_link a,
    .nav_pages a {
        font-size: 20px
    }

    .nav_link a {
        margin-top: -10px
    }

    .nav_block {
        width: 95%;
        padding: 25px 10px 25px 40px
    }

    .nav_acc a {
        width: 35px;
        height: 35px;
        margin-top: 0
    }

    .nav_acc a svg {
        transform: scale(.9)
    }
}

.main_left_block {
    padding: 80px 150px 0 0;
    position: relative
}

.main_left_block::after {
    right: 0;
    width: 2000px;
    background: linear-gradient(270deg, #7851f6 0, #5025dd 100%)
}

.main_title {
    padding-top: 100px;
    position: relative
}

.main_title h1 {
    font-size: 150px;
    line-height: 81.5%;
    letter-spacing: -.03em;
    position: relative;
    z-index: 2;
    max-width: 740px;
    white-space: nowrap;
}

.about_us h2,
.services h2 {
    line-height: 81.5%;
    letter-spacing: .1em
}

.main_title .quotes {
    content: url('../img/“.svg');
    width: 275.4px;
    height: 207.52px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.main_subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: .8;
    position: relative;
    z-index: 2;
    max-width: 510px;
    margin-top: 20px
}

.main_right_block {
    height: 100%
}

.main_right_block img {
    height: 180px;
    width: auto
}

.main_sircle {
    width: 230px;
    height: 230px;
    background: #fff;
    margin: 0 -115px 50px;
    z-index: 2;
    align-items: center;
    cursor: pointer
}

.main_sircle .play_svg {
    transition: 250ms
}

.main_sircle_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main_sircle_text svg {
    animation: 15s linear infinite rotating
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.main_right_wrapper {
    position: relative;
    display: inline-block
}

.main_right_img {
    opacity: 0;
    transition: .3s
}

.main_right_opacity {
    position: absolute;
    left: 0;
    opacity: 1;
    transition: .3s
}

.about_left,
.about_right,
.footer_value,
.form_btn,
.services_left_block {
    position: relative
}

.partners,
footer {
    background: rgba(34, 34, 34, .5);
    padding: 50px 0
}

.form_btn,
.form_input {
    border-radius: 100px;
    height: 100px
}

.partners {
    backdrop-filter: blur(50px)
}

.partners img {
    transition: .3s;
    transform: scale(.9)
}

.partners img:hover {
    transform: scale(1)
}

.about_us h2 {
    font-weight: 600;
    font-size: 48px;
    color: #7851f6
}

.about_us h3 {
    font-weight: 700;
    font-size: 36px;
    color: #fff
}

.about_us p {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    margin: 0
}

.about_left {
    max-width: 637px;
    display: flex;
    gap: 15px;
    padding: 100px 160px 130px 0
}

.about_right,
.services_left {
    display: flex;
    flex-direction: column
}

.about_left::before,
.services_left_block::before {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    background: #222;
    opacity: .5;
    backdrop-filter: blur(50px)
}

.about_right {
    flex-grow: 1;
    gap: 15px;
    padding: 100px 0 130px 50px
}

.about_right::before,
.services_right_block::before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 2000px;
    background: #222;
    opacity: .5;
    backdrop-filter: blur(50px)
}

@media (max-width:1600px) {
    .main_title h1 {
        font-size: 109.693px;
        max-width: 540px
    }

    .main_right_block img {
        height: 135px;
        width: auto
    }

    .main_subtitle {
        font-size: 16px
    }

    .about_left,
    .about_right {
        display: flex;
        position: relative
    }

    .about_us h2 {
        font-size: 40px
    }

    .about_us h3 {
        font-size: 30px
    }

    .about_us p {
        font-size: 20px
    }

    .about_left {
        max-width: 483px;
        flex-direction: column;
        gap: 10px;
        padding: 50px 43px 63px 0
    }

    .about_right {
        flex-direction: column;
        flex-grow: 1;
        gap: 25px;
        padding: 50px 0 43px 50px
    }
}

@media (max-width:1300px) {

    .about_left,
    .about_right {
        display: flex;
        position: relative
    }

    .about_us h2 {
        font-size: 40px
    }

    .about_us h3 {
        font-size: 24px
    }

    .about_us p {
        font-size: 16px
    }

    .about_left {
        max-width: 483px;
        flex-direction: column;
        gap: 10px;
        padding: 50px 43px 63px 0
    }

    .about_right {
        flex-direction: column;
        flex-grow: 1;
        gap: 15px;
        padding: 50px 0 43px 50px
    }
}

@media (max-width:769px) {

    .about_left,
    .about_right {
        display: flex;
        position: relative
    }

    .about_left {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        gap: 0;
        padding: 50px 43px 63px 20px
    }

    .about_right {
        flex-direction: column;
        flex-grow: 1;
        gap: 15px;
        padding: 50px 0 43px 20px
    }

    .about_us .container-fluid {
        padding: 0
    }

    .about_us .about_right h3 {
        font-size: 20px;
        max-width: 300px
    }
}

.services_left {
    gap: 30px;
    width: 100%
}

.services_left_block,
.services_right {
    flex-direction: column;
    gap: 30px;
    display: flex
}

.services_left_block {
    padding: 100px 50px 140px 0;
    flex-grow: 1
}

.services h2 {
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    opacity: .5;
    margin-bottom: 140px
}

.form h2,
.portfolio h1,
.services h3 span {
    letter-spacing: -.03em
}

h4,
p {
    opacity: .8
}

.services h3 {
    height: 172px
}

.services h3 span {
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    transition: 250ms;
    position: absolute;
    opacity: 0
}

.services h3 span.bg {
    background: linear-gradient(98.14deg, #4e4aff 0, #4e4aff 35.68%, #4e4aff 59.99%, #4e4aff 98.45%);
    opacity: 1
}

.services p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    opacity: .8;
    transition: 250ms
}

.form h2,
.form_btn span {
    font-weight: 700;
    color: #fff
}

.services .second h2 {
    margin-bottom: 0
}

.services_left_block.second {
    padding: 100px 50px 50px 0
}

.services_right {
    flex-grow: 1;
    width: 100%
}

.services_right_block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 100px 0 50px 50px;
    position: relative;
    text-decoration: none;
    flex-grow: 1
}

@media (max-width:1600px) {
    .services_left_block {
        padding: 50px 50px 75px 0
    }

    .services h2 {
        font-size: 24px
    }

    .services h3 {
        height: 144px
    }

    .services h3 span {
        font-size: 80px
    }

    .services p {
        font-size: 20px
    }
}

@media (max-width:1300px) {
    .services_left_block {
        padding: 50px 50px 75px 0
    }

    .services h2 {
        font-size: 20px
    }

    .services h3 {
        height: 108px
    }

    .services h3 span {
        font-size: 60px
    }

    .services p {
        font-size: 16px
    }
}

.form {
    background: rgba(34, 34, 34, .5);
    backdrop-filter: blur(90px);
    padding: 120px 0
}

.form h2 {
    font-size: 96px;
    line-height: 90%
}

.portfolio h1,
.portfolio h3,
a.portfolio_image_link {
    line-height: 81.5%
}

.form_input {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(90px) !important;
    padding: 0 40px;
    border: none;
    max-width: 432px;
    width: 100%;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important
}

.portfolio_block,
footer {
    backdrop-filter: blur(90px)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input:-webkit-autofill {
    transition: 5000s ease-in-out
}

.form_input::placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.form_btn {
    padding: 0 87px;
    display: flex;
    align-items: center;
    border: none;
    background: linear-gradient(98.14deg, #4e4aff 0, #d560df 35.68%, #ff829a 59.99%, #ffe299 98.45%)
}

.form_btn span {
    z-index: 2;
    font-size: 20px
}

.form_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: #7851f6;
    z-index: 1;
    opacity: 1;
    transition: .3s
}

.footer_value::after,
.porftolio_filter.active::after,
.porftolio_filter::after,
.portfolio_link::after {
    height: 3px;
    background: linear-gradient(98.14deg, #4e4aff 0, #d560df 35.68%, #ff829a 59.99%, #ffe299 98.45%);
    bottom: 0;
    transition: transform .25s
}

@media (max-width:1600px) {
    .form h2 {
        font-size: 80px
    }

    .form {
        padding: 80px 0;
        z-index: 2
    }

    .form_input {
        padding: 0 28px;
        height: 70px
    }

    .form_input::placeholder {
        font-weight: 400;
        font-size: 18px;
        color: #fff
    }

    .form_btn {
        padding: 0 45px;
        height: 70px
    }
}

@media (max-width:1400px) {
    .form h2 {
        font-size: 70px
    }
}

@media (max-width:1200px) {
    .form h2 {
        font-size: 56px
    }
}

.footer_name {
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.footer_value,
.portfolio h1,
h4 {
    font-weight: 700
}

.footer_value {
    color: #fff;
    font-size: 36px;
    line-height: 119%;
    transition: color .3s
}

.footer_value::after,
.porftolio_filter::after,
.portfolio_link::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: left
}

.portfolio_left_block::before,
.portfolio_right_block::before {
    content: '';
    width: 50vw;
    background: #222;
    opacity: .5;
    backdrop-filter: blur(50px);
    z-index: 0
}

.footer_text {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    opacity: .5
}

.circle {
    border-radius: 50%;
    position: absolute;
    width: 735.39px;
    height: 735.39px;
    background: linear-gradient(143.15deg, #6100ff 8.37%, rgba(0, 255, 255, 0) 91.49%);
    filter: blur(150px)
}

.porftolio_filter,
.portfolio_image {
    position: relative
}

.angle {
    background: linear-gradient(98.14deg, #4e4aff 0, #d560df 35.68%, #ff829a 59.99%, #ffe299 98.45%), linear-gradient(180deg, #0075ff 0, rgba(0, 163, 255, 0) 100%) !important
}

.circle:first-child {
    left: 138px;
    top: 403px
}

.circle:nth-child(2) {
    left: 309.9px;
    top: 444px
}

.circle:nth-child(3) {
    left: 19.319999999999993px;
    top: 1976.46px;
    display: none
}

.circle:nth-child(4) {
    left: -153.18px;
    top: 1908px;
    display: none
}

.circle:nth-child(5) {
    left: 1504.95px;
    top: 2317.95px
}

.circle:nth-child(6) {
    left: 1460px;
    top: 2816px
}

.circle:nth-child(7) {
    left: 305px;
    top: 2849px
}

.circle:nth-child(8) {
    left: 20%;
    top: 90%
}

.portfolio {
    overflow-x: hidden
}

.portfolio h1 {
    font-size: 96px;
    color: #fff
}

.portfolio h3 {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: .1em;
    color: #fff;
    opacity: .5
}

.porftolio_filter,
a.portfolio_image_link {
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    text-decoration: none
}

.porftolio_filter.active::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    transform-origin: left
}

.porftolio_filter.disabled {
    opacity: .5;
    cursor: default
}

.portfolio_image {
    height: 500px;
    overflow: hidden;
    transition: .6s
}

.portfolio_image img {
    margin-right: -15px;
    transition: .6s;
    object-fit: cover
}

.portfolio_image_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    opacity: 0;
    transition: .6s
}

.portfolio_left_block {
    position: relative;
    padding: 50px 50px 50px 0
}

.portfolio_left_block>*,
.portfolio_right_block>* {
    position: relative
}

.portfolio_left_block::before {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.portfolio_right_block {
    position: relative;
    padding: 50px 0 50px 50px
}

.portfolio_right_block::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

h4 {
    font-size: 32px;
    color: #fff
}

.portfolio_link,
p {
    font-weight: 400;
    color: #fff
}

p {
    font-size: 20px;
    max-width: 560px
}

.portfolio_link {
    font-size: 24px;
    position: relative;
    text-decoration: none
}

.portfolio_block {
    background: rgba(34, 34, 34, .5);
    border-radius: 30px;
    padding: 50px 90px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
    height: 100%
}

#tab-smm .col-xl-6 {
    margin-top: 100px
}

.phone_img {
    margin-top: -130px
}

.portfolio_tab {
    display: none;
    transition: .3s;
    opacity: 0
}

.portfolio_tab.default,
.portfolio_tab:target {
    display: flex;
    opacity: 1
}

.video_block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: .6s
}

.video_block #player {
    width: 100%;
    height: 100%
}

.video_block .nav_open_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 2
}

@media (max-width:1600px) {

    .footer_name,
    .porftolio_filter,
    .portfolio h3,
    .portfolio_image_link a {
        font-size: 24px
    }

    .footer_value {
        font-size: 30px
    }

    footer .nav_acc a {
        width: 50px;
        height: 50px
    }

    footer .nav_acc svg {
        transform: scale(1)
    }

    .portfolio_image {
        height: 400px
    }

    .portfolio h1 {
        font-size: 80px
    }

    .portfolio_block {
        padding: 50px 50px 0
    }
}

@media (max-width:1400px) {
    .portfolio_image {
        height: 320px
    }

    .portfolio h3 {
        font-size: 22px
    }

    .portfolio h1 {
        font-size: 70px
    }

    .porftolio_filter {
        font-size: 20px
    }
}

@media (max-width:1000px) {
    .main_title h1 {
        font-size: 80px;
        max-width: 540px
    }

    .main_right_block img {
        height: 110px;
        width: auto
    }

    .main_left_block {
        padding: 80px 50px 0 0;
        position: relative
    }

    .main_title {
        padding-top: 60px
    }

    .main_subtitle {
        font-size: 16px;
        max-width: 350px
    }

    .main_sircle_text svg {
        padding: 5px
    }

    .main_sircle {
        width: 150px;
        height: 150px;
        margin: 0 -75px 20px
    }

    .services_left_block {
        padding: 50px 50px 0 0
    }

    .services_right_block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 100px 0 50px 50px
    }

    .services h2 {
        font-size: 20px;
        margin-bottom: 60px
    }

    .services h3 {
        height: 86.4px
    }

    .services h3 span {
        font-size: 48px
    }

    .services p {
        font-size: 16px
    }

    .portfolio h1 {
        font-size: 66px
    }

    .portfolio h3 {
        font-size: 18px
    }

    .portfolio .container-fluid {
        padding: 0
    }

    .portfolio_left_block::before,
    .portfolio_right_block::before {
        width: 100vw
    }

    .portfolio_left_block,
    .portfolio_right_block {
        padding: 40px 20px
    }

    .portfolio_image {
        height: 190px
    }
}

@media (max-width:768px) {

    .main .container-fluid,
    .services .container-fluid {
        padding: 0
    }

    .main_left_block {
        padding: 30px 20px 100px;
        position: relative
    }

    .main_title {
        padding-top: 70px
    }

    .main_title h1 {
        font-size: 67px
    }

    .main_title .quotes {
        width: 246px;
        height: 185px
    }

    .main_subtitle {
        font-size: 14px;
        max-width: 350px
    }

    .main_sircle {
        width: 150px;
        height: 150px;
        margin: -75px auto
    }

    .main_sircle>svg {
        transform: scale(.8)
    }

    .main_right_block img {
        height: 65px;
        width: auto
    }

    .main_right_img,
    .services .services_block h3 span {
        opacity: 1
    }

    .marquee .main_right_opacity,
    .marquee2 .main_right_opacity,
    .marquee3 .main_right_opacity,
    .marquee4 .main_right_opacity {
        opacity: 0
    }

    .partners {
        padding: 25px 0
    }

    .partners img {
        transition: .3s;
        transform: scale(.7)
    }

    .partners img:hover {
        cursor: pointer;
        transform: scale(.8)
    }

    .services_left_block,
    .services_left_block.second,
    .services_right_block {
        padding: 50px 0 43px 20px
    }

    .services .second h2,
    .services h2 {
        margin-bottom: 80px !important
    }

    .services h3 span.bg {
        background: linear-gradient(98.14deg, #4e4aff 0, #4e4aff 35.68%, #4e4aff 59.99%, #4e4aff 98.45%);
        opacity: 0
    }

    .footer_name,
    .footer_value,
    .portfolio h4 {
        font-size: 24px
    }

    footer .nav_acc a {
        width: 50px;
        height: 50px
    }

    footer .nav_acc svg {
        transform: scale(1)
    }

    .footer_text {
        font-size: 14px
    }

    .bg,
    .circle {
        display: none
    }

    .portfolio_block {
        padding: 50px 36px 0 30px;
        border-radius: 0
    }

    .phone_img {
        margin-top: -170px;
        max-width: 50%;
        float: right
    }

    .video_block .nav_open_btn svg {
        width: 30px;
        height: auto
    }

    .video_block .nav_open_btn {
        top: 30px;
        right: 15px
    }
}