@font-face {
    font-family: "OSCond";
    src: url("../fonts/OpenSans-CondBold.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "OSCond";
    src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf) format("truetype");
    font-weight: normal;
}


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #2B323C;;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.hystmodal__close, .modal-content-base-close {
    font-family: "OSCond", sans-serif;
    padding: 0px 10px;
    padding-bottom: 2px;
    border-radius: 0 0 5px 5px;
}

.modal-content-base .modal-content-base-close {
    position: absolute;
    right: 0;
}

.services-modal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.services-modal h2:first-of-type, .services-modal-bottom {
    display: block;
    width: 100%;
}

.services-modal span, .services-modal h2 {
    font-family: "OSCond", sans-serif;
    color: #4E545C;
    font-size: 36px;
}

.services-modal h3 {
    font-family: "OSCond", sans-serif;
    color: #4E545C;
    font-size: 34px;
}

.services-modal-right span {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

.services-modal p {
    color: #4E545C;
    font-size: 16px;
}

.services-modal-left p{
    text-align: justify;
}

.services-modal-left ul{
    color: #4E545C;
    padding-left: 18px;
}

.services-modal-right p {
    font-size: 14px;
}

.services-modal-left, .services-modal-right {
    box-sizing: border-box;
}

.services-modal-left {
    margin-top:10px;
    width: 67%;
    height: 480px !important;
    overflow-y: scroll;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-modal-right {
    width: 30%;
}

.services-form-column {
    display: flex;
    flex-flow: column nowrap;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 5px;
}

.services-form-column label {
    font-family: "OSCond", sans-serif;
    color: #4E545C;
    font-size: 19px;
    font-weight: 300;
}

.services-modal-bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.services-modal-bottom .price {
    width: 82%;
    margin-top: 0;
}

.services-modal-bottom .price .total-price {
    font-size: 24px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 10px;
}

.services-modal-bottom .custom-button.send-app {
    line-height: 41px;
    height: 41px;
}

.services-modal-bottom .custom-button {
    height: 46px;
}

.services-modal .contact-form {
    margin-top: 0;
}

.services-modal .services-form-column input {
    width: 18px;
    height: 18px;
}

.services-modal .services-form-column input[type="checkbox"] {
    accent-color: #36AA00;
    border: 5px solid red;
    margin-right: 9px;
}

.services-input-wrap {
    display: flex;
    flex-flow: row nowrap;
}

.services-input-wrap input, .services-input-wrap .status-select-custom-select-trigger, .services-input-wrap .status-select-custom-select, .services-input-wrap .email-input {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin-top: 15px;
}

.services-input-wrap .status-select-custom-select-trigger {
    margin-top: 0;
}

.services-input-wrap-left, .services-input-wrap-right {
    display: flex;
    flex-flow: column nowrap;
}

.services-input-wrap-left {
    width: 40%;
}

.services-input-wrap-right {
    margin-left: 15px;
    width: 60%;
}

.noise-background {
    position: relative !important;
}

.noise-background::before {
    pointer-events: none !important;
    content: "" !important;
    background-image: url('../img/noise.gif') !important;
    opacity: 0.05 !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    z-index: 1 !important;
}

input, button, textarea, select {
    outline: none;
    border: none; 
    z-index: 10;
}

input::placeholder {
    color: #ffffff;
}

input:focus::placeholder {
    opacity: 0;
}

strong {
    font-weight: bold;
}

a, li {
    z-index: 10 !important;
}

.title {
    font-family: "OSCond", sans-serif;
    color: white;
    z-index: 12;
}

i {
    font-style: normal;
    font-size: 14px;
    color: white;
    display: inline-block;
    margin-left: 10px;
}

.menu-btn-hov {
    display: none;
    color: #FF0000;
}

.wrap {
    margin: 0 auto;
    padding-bottom: 25px;
    max-width: 1478px;
    padding-right: 15px;
    padding-left: 15px
}

body {
    background-color: rgb(5, 6, 14);
    font-family: "Open Sans", sans-serif;
    color: white;
}

.custom-button {
    background: rgb(208,27,27);
    background: linear-gradient(180deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

.custom-button:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgb(253,116,88);
    background: linear-gradient(180deg, rgba(253,116,88,1) 0%, rgba(208,27,27,1) 100%);
}

#imageModal .modal-header .custom-button {
    font-family: "OSCond", sans-serif;
    border-radius: 0 0 0 0;
    height: 24px;
    line-height: 13px;
    font-size: 16px;
    background: none;
    background-color: #eb2a2a;
    position: relative;
    font-weight: 100;
}

#imageModal .modal-header .custom-button.modal-tab-active {
    /* margin-right: 10px; */
    background: linear-gradient(180deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
}

.modal-logo-wrap img {
    width: 100%;
    max-width: 70px;
    height: auto;
    position: absolute;
    top: -3px;
    z-index: 1200;
}

.navbar {
    width: 100%;
    height: 110px;
    padding-top: 0;
}

.navbar .custom-container {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1478px;
    margin: 0 auto;
}

.logowrap {
    z-index: 10;
}

.logowrap img {
    margin-top: 100px;
    height: 271;
    width: 168px;
    display: block;
}

.nav-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-grow: 1;
}

.nav-menu ul {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 0;
}

.nav-menu-trible ul{
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-menu ul li, .nav-menu-trible ul li {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
}

.nav-menu a, .nav-menu-trible a {
    color: rgba(224, 224, 224, .7);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.nav-menu a:hover, .nav-menu-trible a:hover {
    color: rgba(224, 224, 224, 1);
}

.nav-contact {
    display: flex;
    /* flex-flow: row wrap; */
    align-items: center;
}

.nav-contact a {
    display: block;
    height: 36px;
    overflow: hidden;
}

.scale-anim {
    transition: transform 0.3s ease;
}

.nav-contact .scale-anim:hover {
    transform: scale(1.2);
}

.nav-contact img {
    margin-right: 7px;
}

.nav-call {
    font-weight: bold;
    font-size: 16px;
}

.banner-wrap {
    z-index: 10;
    width: 100%;
    background-color: gray;
    /* background-image: url("../img/banner-0man.png"); */
    background-image: url("../img/bg_with_no_mouse.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mouse{
    position: absolute;
    top: 180px;
    right: 230px;
    z-index: 9;
    width: 370px;
}

.sasha {
    position: absolute;
    top: 47px;
    right: 70px;
    opacity: 0;
    transition: opacity 1s ease-in; 
    transform: scale(1.3);
    max-width: 400px;
    z-index: 2;
}

.sasha2 {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
}

.sasha.loaded {
    opacity: 1;
}

.sasha_half.loaded {
    opacity: 1;
}

.banner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 622px;
}

.banner h1 {
    font-size: 36px;
    margin-top: 70px;
    margin-left: 15%;
    width: 750px;
}

.banner .bio {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 15px;
    padding: 20px 32px;
    max-width: 1150px;
    font-size: 18px;
    z-index: 10;
}

.some-uses .bio{
    display:none
}

.get-consult {
    height: 50px;
    line-height: 50px;
    border: 1px solid rgb(255, 255, 255, .5);
    /* margin-left: 25px; */
}

.consult-form {
    /* width: 100% */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.consult-form a, input {
    margin-right: 23px;
    width: 276px;
}

.consult-form input {
    display: block;
    height: 50px;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid rgb(255, 255, 255, .5);
    border-radius: 10px;
    padding: 0 15px;
    text-align: center;
    color: rgb(255, 255, 255, 1);
    letter-spacing: 2px;
    font-size: 18px;
}

.consult-form .user-name{
    text-align: left;
    padding-left: 32px;
}

.consult-form input:hover {
    border-color: rgb(255, 255, 255, 1);;
}

.user-name {
    letter-spacing: 1px !important;
}

.some-uses .title {
    font-size: 48px;
}

.some-uses .explain {
    max-width: 1234px;
    font-size: 20px;
    text-transform: uppercase;
}

.cards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.c-card {
    background-color: none;
    box-sizing: border-box;
    flex: 0 0 30%;
    min-width: 445px;
    min-height: 370px;
    width: 33%;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}

.c-card .num {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: -1;
    transition: fill 0.3s ease;
    transition: top 0.3s ease;
}

.c-card:hover .num {
    fill: url(#hover-gradient);
}

.card-inner {
    padding: 5px 15px;
    background-color: #2B323C;
    border-radius: 15px;
    border: 1px solid #E8E8E9;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-hdr {
    display: flex;
    flex-flow: row wrap;
    height: 65px;
    align-items: center;
}

.card-hdr h3 {
    font-family: "OSCond", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
}

.card-hdr img {
    margin-right: 10px
}

.card-inner p {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    height: 190px;
}

.card-inner .card-button-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.card-inner a {
    color: white;
    text-align: center;
    line-height: 34px;
    display: block;
    border: 2px solid white;
    border-radius: 10px;
    width: 138px;
    height: 40px;
    background: rgb(78,84,92);
    background: linear-gradient(90deg, rgba(78,84,92,1) 0%, rgba(134,134,134,1) 100%);
    margin-right: 285px;
}

.namedroping {
    position: relative;
    background-image: url('../img/imgpsh_fullsize_anim.png');
    background-position: 50% 50%;
    height: 622px;
}

.namedroping-container{
    position: relative;
    height: 622px;
    max-width: 1478px;
    margin: 0 auto;
}



.stack-list {
    position: relative;
    margin-top: -200px;
    z-index: 10;
}

.stack-list.wrap{
    padding-bottom: 0;
}

.stack-card {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: white;
    border-radius: 15px;
    /* padding: 45px 35px; */
    padding: 45px 32px 45px 35px;
}

.stack-item {
    flex: 0 0 45%;
}

.web-stack h2 {
    font-family: "OSCond", sans-serif;
    color: #4E545C;
}

.web-stack p {
    color: #19202A;
    font-weight: normal;
    line-height: 39px;
}

.top-side {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* margin-bottom: 150px; */
}

.swiper {
    width: 100%;
}

.custom-slide-wrapper {
    margin: 40px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.project-card {
    position: relative;
    max-height: 450px;
    max-width: 400px;
    margin-bottom: 100px;
    flex: 0 0 25%;
    transition: transform 0.3s ease;
    z-index: 10;
}

.project-card:hover {
    transform: scale(1.1);
}

.project-card p, img {
    display: block;
}

.project-card p {
    font-family: "OSCond", sans-serif;
    font-size: 21px;
    font-weight: lighter;
    margin-top: 30px;
    color: white;
    max-width: 400px;
}

.project-card a:focus {
    outline: none;
    border: none;
}

.project-card a:hover {
    text-decoration: none;
}

.hovered-card img {
    width: 100%;
}

.hovered-card p {
    box-sizing: border-box;
    display: block;
    margin-top: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%) !important;
    border-radius: 0 0 20px 20px;
    font-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    width: 130px !important;
    height: 80px !important;
    background-color: #34485C 50% !important;
    border: 1px solid white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-button-prev {
    border-radius: 90px 0 0 90px;
    left: 10px !important;
}

.swiper-button-next {
    border-radius: 0 90px 90px 0;
    right: 10px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
}

.swiper-button-next:hover {
    background: rgb(208,27,27) !important;
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%) !important;
}

.swiper-button-prev:hover {
    background: rgb(253,116,88) !important;
    background: linear-gradient(90deg, rgba(253,116,88,1) 0%, rgba(208,27,27,1) 100%) !important;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination span {
    width: 50px; 
    height: 40px;
    border-radius: 20px; 
    background: rgb(78,84,92);
    background: linear-gradient(90deg, rgba(78,84,92,1) 0%, rgba(134,134,134,1) 100%);
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer; 
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: rgb(208,27,27) !important;
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%) !important;
}

.iti__country-name {
    color: black !important;
}

.card-hovered .card-inner {
    transition: background-color 0.4s ease;
}

.card-hovered:hover .card-inner {
    background-color: white;
    color: black;
}

.card-hovered .card-inner a {
    background: rgb(208,27,27) !important;
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%) !important;
    margin-right: 265px;
    padding: 0 20px;
}

.card-hovered .card-inner .card-arrow {
    margin: 8px;
    margin-right: 2px;
    display: inline !important;
    color: #D01B1B;
}

.card-arrow {
    height: auto !important
}

/* --- Общие стили для модального окна --- */
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: 4% auto;
    max-width: 1480px;
    height: 80%;
    max-height: 756px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: none;  
    max-width: 100vw;
}

/* --- Стили для десктопа --- */

.modal-content-base {
    display: flex;
    flex-direction: row;
    height: 100%; 
}

/*МОНИТОР СТИЛИ*/
.left-side {
    flex: 0 0 66%; /* 60% ширины */
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-monitor {
    pointer-events: none;
    padding: 0 11px;
}

.slider-arrow {
    color: white;
    text-align: center;
    position: absolute;
    height: calc(100% - 27px);
    z-index: 5500;
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-top: 20%;
}

.slider-arrow:hover {
    cursor: pointer;
    background-clip: content-box !important;
}

.slider-arrow .slider-arrow-item {
    display: none;
}

.slider-arrow:hover .slider-arrow-item {
    display: block;
}

.slider-arrow-left {
    left: 25px;
    align-items: flex-start;
}

.slider-arrow-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-arrow-left:hover::before {
    opacity: 1;
}

.slider-arrow-right {
    right: 25px;
    align-items: flex-end;
}

.slider-arrow-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-arrow-right .slider-arrow-item {
    margin-right: 10px;
    background: rgb(208,27,27);
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 0 90px 90px 0;
}
.slider-arrow-left .slider-arrow-item {
    margin-left: 10px;
    background: rgb(208,27,27);
    background: linear-gradient(270deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 90px 0 0 90px;
}

.slider-arrow-item {
    width: 44px;
    height: 27px;
    background: rgb(208,27,27);
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 0 90px 90px 0;
    line-height: 27px;
    margin-top: 40%;
    font-size: 13px;
}

#imageContainer {
    box-sizing: border-box;
    flex-grow: 1;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    overscroll-behavior: contain;
    background-size: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*МОНИТОР СТИЛИ*/
    margin: 35px 11px;
    margin-bottom: 0;
    max-height: 60%;
    border: 20px solid gray;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
}

#imageContainer::-webkit-scrollbar {
    display: none;
}

#imageContainer img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    cursor: pointer;
    position: absolute;
    /* opacity: 1; */
}

@keyframes slideIn {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideInLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

#imageContainer img.active {
    animation: slideIn 0.5s ease-in-out forwards;
}

#imageContainer img.prev-active {
    animation: slideInLeft 0.5s ease-in-out forwards;
}

#progressWrapper {
    display: flex;
    gap: 5px;
    padding: 10px;
    background: #f5f5f5;
    max-width: 100vw;
    background: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.progress-bar {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    height: 7px;
    background: #FFA491;
    border-radius: 5px;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #FF4018;
}


#textContainer {
    flex: 0 0 34%; /* 40% ширины */
    padding: 20px;
    padding-top: 35px;
    overflow-y: auto;
    color: black;
}

#textContainer img {
    max-width: 100%;
}

.mac-interface {
    display: none;
    width: 105%;
    margin: 0 -10px;
}

#picturesButton {
    margin-right: 7px;
}

.textContainer_mobile {
    display: none;
}

.textContainer_decstop {
    display: block;
}

.modal-text-article {
    font-family: "OSCond";
    color: #666;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

#textContainer {
    overflow-y: scroll;
    position: relative;
}

.modal-text-img {
    width: 100%;
    margin-top: 20px;
}

.modal-img-desc {
    display: flex;
    flex-flow: row nowrap;
}

.modal-img-desc .modal-desc-name, .modal-mini-text {
    display: flex;
    flex-direction: column;
    width: 50%;
    color: #666;
    font-size: 14px;
}

.modal-img-desc .modal-desc-name span, .modal-img-desc .modal-desc-name a, #textContainer .modal-text p,  #textContainer .modal-text-list li{
    font-size: 13px;
    color: #333;
}

.modal-img-desc .modal-desc-name a {
    color: #ED1C24;
}
#textContainer .modal-text {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

#textContainer .modal-text p {
    margin-bottom: 0;
}

#textContainer .modal-text-line {
    display: block;
    color: transparent;
    min-width: 6px;
    background-color: #C4C4C4;
    margin: 10px 15px 10px 0px;
}

#textContainer .modal-mini-text {
    width: 85%;
    margin: 34px 0;
}

#textContainer .modal-text-list {
    list-style-type: none;
    padding-left: 0;
}

#textContainer .modal-text-list li {
    position: relative;
}

#textContainer .modal-text-list li::before {
    content: '–';
    left: 0;
    font-size: 25px;
    line-height: 10px;
    margin-right: 15px;
    color: red;
}

.modal-text-bottom-first, .modal-text-bottom-second {
    color: white;
    padding: 10px 0;
    font-family: 'OSCond', sans-serif;
}

#myModal .modal-text-bottom-second {
    color: white;
    padding: 0;
    font-family: 'OSCond', sans-serif;
}

.modal-text-bottom-first p {
    color: #333;
    margin: 0;
}

.modal-text-bottom-second {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.modal-text-bottom-second .nav-call {
    font-family: "Open Sans", sans-serif;
}

.slide-out {
    animation: slideOut 0.5s ease-in-out forwards;
}

.modal-text-bottom-buttons-second-slide {
    display: none;
}

.modal-text-bottom-img {
    display: none;
}

@keyframes slideOut {
0% {
    transform: translateX(-100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}

.slide-in {
    animation: slideIn 0.5s ease-in-out forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {

    #imageModal {
        padding: 0 !important;
    }

    #textContainer {
        overflow-y: unset;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 150px;
        padding-top: 20px;
    }

    .modal-text-article {
        font-size: 24px;
        line-height: 24px;
        width: 70%;
        margin: 0 auto;
    }

    .modal-img-desc .modal-desc-name span, .modal-img-desc .modal-desc-name a, #textContainer .modal-text p, #textContainer .modal-text-list li {
        font-size: 18px;
    }

    #imageModal .modal-text-bottom-second {
        background-color: #333;
    }

    #imageModal .modal-text-bottom-img {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 3000;
        width: 100vw;
    }

    #imageModal .modal-text-bottom, .modal-text-bottom-img {
        background-color: #595959;
    }

    #imageModal .modal-text-bottom-first p {
        color: white;
        font-weight: 100;
        font-size: 0.9rem;
    }

    #imageModal .modal-text-bottom-first, #imageModal .modal-text-bottom-second {
        padding: 10px 20px;
    }

    #imageModal .modal-text-bottom-first{
        height: 50px;
    }

    .modal-content {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }
    .modal-header {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px 0px 10px;
        background: #595959;
        z-index: 1001;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .left-side {
        flex: 0 0 100%;
    }

    #progressWrapper {
        display: none;
        position: absolute;
        bottom: 170px;
        left: 0;
        right: 0;
    }
    #imageContainer {
        display: none;
        flex-grow: 1;
        margin-top: 85px;   
        margin-bottom: 23px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }

    .modal-content-base{
        overflow-y: auto;
    }

    #imageModal .modal-text-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3000;
        width: 100vw;
    }

    .textContainer_mobile {
        display: block;
    }

    .textContainer_decstop {
        display: none;
    }

    .modal-text-bottom-buttons-second-slide {
        justify-content: space-between;
        display: none;
        position: absolute;
        bottom: 105px;
        left: 0;
        z-index: 3000;
        width: 100vw;
        padding: 15px 20px;
        background: #5a5a5a;
    
    }

    .modal-text-bottom-buttons {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width:603px){
    .modal-text-bottom-first{
        height: auto;
    }
}


/* @media screen and (max-width:768px) and (max-height:960px){
    #imageContainer{
        max-height: 1170px !important;
    }
}

@media screen and (max-width:768px) and (max-height:1450px){
    #imageContainer{
        max-height: 1170px !important;
    }
}  */

.contact-wrap{
    max-width: 1478px;
    margin: 40px auto 0px auto;
    padding: 0 15px;
}

.work-time{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.contact-methods{
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: space-between;
}

.contact-methods-mobile{
    display:none;
}

.contact-methods a{
    margin-top: -5px;
}

.service-form{
    display:flex;
    max-height: 620px;
}

.page-indicator .active{
    text-decoration: none;
    color: #ffffff;
    background: rgb(255, 163, 144);
    /* background: linear-gradient(180deg, rgba(253,116,88,1) 0%, rgba(208,27,27,1) 100%); */
}

.services label{
    display: flex;
    align-items: center;
    color:black;
    font-family: "OSCond", sans-serif;
    font-size: 22px;
    font-weight: 100;
    cursor: pointer;
}

.services input{
    margin-right: 20px;
    width: 24px;
    height: 24px;
    color: #EFEFEF;
    border: solid 1px #4E545C;
    border-radius: 0;
}

.contact-info a, .phone-btn, .whatsapp-btn, .telegram-btn{
    display:flex;
    align-items: center;
    height: 40px;
}

.whatsapp-btn, .telegram-btn{
    font-size: 18px;
    width: 150px;
}

.phone-btn{
    font-size: 21px
}

.contact-info img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.contact-info a{
    padding: 0px 30px 0px 10px;
    font-size: 18px;
}

.contact-info .whatsapp-btn, .contact-info .telegram-btn{
    text-decoration: none;
}

.contact-info .whatsapp-btn:hover, .contact-info .telegram-btn:hover{
    color:white
}

.phone-btn img, .whatsapp-btn img, .telegram-btn img {
    margin-right: 10px;
}

.phone-btn{
    /* text-align: center; */
    line-height: 36px;
    padding: 10px 40px 10px 10px;
}

.services{
    display:flex;
    min-height: 350px;
    margin-top: 30px;
}

.services .first-services-column,
.services .second-services-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 350px;
    align-content:baseline;
}

.left-side-form img{
    max-width: none;
    margin-left: -200px;
    
}

.right-side-form{
    width: 100%;
    margin-left:100px
}

.form-red-title{
    color:#ed2224 !important;
    font-weight: normal !important;
    font-size: 40px !important;
    margin-bottom: 0px;
}

.service-form p, .contact-form-modal-overlay p, .form-slide-right-content.for-card{
    font-family: "OSCond", sans-serif;
    color:#4E545C;
    font-size:26px;
    font-weight: 100;
}

.services input[type="checkbox"] {
    accent-color: #ED1C24;
}

.contact-content{
    margin-top:30px;
    border-radius:15px;
    padding: 25px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.contact-methods p, .contact-methods-mobile p{
    font-family: "OSCond", sans-serif;
    font-size: 30px;
    color:#ffffff;
    margin-bottom:0
}

.right-side-of-contact-methods{
    display:flex;
    width: 560px;
    justify-content: space-between;
}

a.custom-button.next-btn.disabled {
    /* background-color: #cccccc; Серый фон */
    /* color: #666666; Темно-серый текст */
    opacity: 0.6; /* Полупрозрачность */
    cursor: not-allowed; /* Курсор "запрещено" */
  }

.whatsapp-btn{
    background: #36AA00;
    background: linear-gradient(180deg, rgba(54,170,0,1) 0%, rgb(155, 248, 111) 100%);
	border-radius:10px;
	cursor:pointer;
	color:#ffffff;
    /* text-align: center; */
    line-height: 36px;
    padding: 0px 10px;
}

.whatsapp-btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgb(54,170,0);
    background: linear-gradient(180deg, rgb(155, 248, 111) 0%, rgba(54,170,0,1) 100%);
}

.telegram-btn{
    background: #18a3e3;
    background: linear-gradient(180deg, rgba(24,163,227,1) 0%, rgba(129,215,255,1) 100%);
	border-radius:10px;
	cursor:pointer;
	color:#ffffff;
    line-height: 36px;
    padding: 0px 10px;
}

.telegram-btn:hover{
    text-decoration: none;
    color: #ffffff;
    background: rgb(24,163,227);
    background: linear-gradient(180deg, rgba(129,215,255,1) 0%, rgba(24,163,227,1) 100%);
}

.work-time a{
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(57, 57, 57) 100%);
    border: 1px solid #656565;
    pointer-events: none;
}

.price-label{
    color:#010101;
    font-family: "OSCond", sans-serif;
    font-weight: 100;
    font-size: 33px;
    margin-right: 20px
}

.price{
    margin-top:25px;
    display:flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.price input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 34px;
    height: 40px;
    background: url('../img/contact-form-img/price-slider-btn.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    border: none;
}

.price input[type="range"]::-moz-range-thumb {
    width: 34px;
    height: 40px;
    background: url('../img/contact-form-img/price-slider-btn.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
    border: none;
}

.price input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 58%;
    height: 1px;
    background: #ED1C24;
    border-radius: 4px;
    outline: none;
}

.total-price{
    color:#ED2224;
    font-family: "OSCond", sans-serif;
    font-size: 30px;
    background-color: #EFEFEF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 2px 27px 2px 27px;
    margin-bottom: 0;
}

.form-slide-left-buttons{
    display: flex;
}

.custom-button.back-btn.second-slide.third-slide{
    margin-right: 10px;
}


.next-btn, .back-btn{
    font-size: 20px;
    padding: 5px 30px;
    height: auto;
}

.slider-controls{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.slider-controls .prev-page:focus, .slider-controls .next-page:focus{
    outline:auto;
}

.page-btn {
    margin-right:10px;
}

.form-slide-buttons{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}

.form-slide-right-content{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.form-slide-right-content p,  .form-slide-right-content.for-card p{
    color: green;
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1;
}

.agent-warning{
    width: 500px;
}

.service-title{
    color:#4E545C !important;
    font-family: "OSCond", sans-serif;
    font-weight: normal !important;
    font-size: 33px !important;
    margin-bottom: 20px;
    line-height: 1 !important;
}

.form-column{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 350px; */
    align-content:baseline;
}

.service-title input[type="checkbox"] {
    accent-color: #36AA00;
    width: 32px;
    height: 32px;
    margin-left: -3px;
}


.contact-form{
    margin-top: 40px;
}

.contact-form input::placeholder {
    color: #666666;
    font-size: 16px
}

.contact-form input, .contact-form textarea, .contact-form select{
    padding: 0 15px;
    /* text-align: center; */
    width: 180px;
    height: 50px;
    background-color: #ededed;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-right: 0;
}

.contact-form input{
    line-height: 50px;
}

.name-input{
    width: 48% !important;
}

.contact-form .email-input, .site-adress-input{
    width: 53% !important;
}

.services-input-wrap .email-input{
    width: 100% !important;
}

.site-adress-input {
    width: 53% !important;
}

.contact-form .phone-input{
    width: 45%;
    text-align: center;
}

.phone-input::placeholder{
    letter-spacing: 2px;
}

.first-line-inputs{
    display:flex;
    justify-content: space-between;
}

.first-line-inputs-left-div, .first-line-inputs-right-div{
    display:flex;
    justify-content: space-between;
    width: 100%;
}

.first-line-inputs-right-div{
    margin-left: 10px;
}

.second-line-inputs{
    display: flex;
    margin-top: 10px;
}

.left-side-of-end-form {
    min-width: 49.5%;
    overflow: hidden;
}

.left-side-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.left-side-title p{
    font-family: "OSCond", sans-serif;
    font-weight: normal;
    font-size: 28px;
    color:#36AA00;
    margin-bottom: 0
}

.left-side-title hr{
    width: 129px;
    border:1px solid #36AA00;
    margin: 0
}

.left-side-content{
    margin-top:20px;
    max-height: 210px;
    /* height: 100%; */
    overflow-y: auto;
}

.left-side-content::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #c4c4c4
}

.left-side-content::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    width: 5px;
    border-radius: 10px;
}

.left-side-content label{
    font-weight: 100 !important;
    font-size: 24px !important;
    display: flex;
    /* align-items: stretch; */
    line-height: 1;
    margin-bottom: 20px !important;
    color: #4E545C;
    font-family: "OSCond", sans-serif;
}

.left-side-content label input[type="checkbox"] {
    accent-color: #36AA00;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-left: 1px;
}

.right-side-of-end-form {
    width: 100%;
    margin-left: 10px;
    margin-top: 5px;
}
    

.contact-form textarea{
    width: 100%;
    height: 200px !important;
    padding: 10px 15px !important;
}

.telegram-btn-mobile, .whatsapp-btn-mobile{
    display:none
}

.inputs-under-any-info{
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin-top: 10px;
}

.input__wrapper {
    width: 45% !important;;
    position: relative;
    text-align: center;
    z-index: 100;
  }
   
  .input__file {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
  }
   
  .input__file-icon-wrapper {
    height: 50px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
   
  .input__file-button-text {
    margin-top: 1px;
    font-size: 14px;
    display: inline-block;
    line-height: 13px;
  }
   
  .input__file-button, .input__file {
    padding: 0 5px;
    justify-content: center;
    width: 100%;
    max-width: 290px;
    height: 50px;
    background-color: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    margin: 0 auto;
    color: #666666;
  }

  .label-for-upload-button hr{
    border: 1px solid red !important;
    margin: 0 !important; 
  }

  .label-for-upload-button{
    margin-top: -5px
  }

  .final-form-buttons {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    width: 55%;
}

.final-form-buttons select, .final-form-buttons button{
    font-size: 16px;
    padding: 5px 25px;
    height: auto;
}

.first-line-inputs select{
    color:#4E545C;
}

.final-form-buttons select{
    width: 205px;
    font-size: 18px;
}

.final-form-buttons select option {
    width: 10px;
  }

.third-line-inputs{
    display: flex;
    margin-top: 30px
}

.price-final-form{
    margin-top:0;
    width: 55%;
    justify-content: space-between;
}

.price-final-form label{
    margin-bottom: 0
}

.price-final-form .total-price{
    width: auto;
}

.contact-methods-mobile-buttons-div{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.status-select-custom-select {
    position: relative;
    user-select: none;
    color:#666666;
    width: 50%;
    height: 50px;
    background-color: #ededed;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-right: 0;
    padding: 0;
  }

  .send-select-custom-select{
    position: relative;
    user-select: none;
    background: linear-gradient(180deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
	border-radius:10px;
	color:#ffffff;
    text-align: center;
    height: 36px;
    line-height: 1;
    width: 45%;
    height: auto;
  }

  .status-select-custom-select-trigger, .send-select-custom-select-trigger {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 50px;
    padding: 12px 20px 12px 15px;
    white-space: nowrap;
    overflow: hidden;     
    text-overflow: ellipsis;
  }

  .send-select-custom-select-trigger{
    user-select: none;
    width: 100%;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
  }

.status-select-custom-options, .send-select-custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;
    background-color: #ededed;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
  }

.status-select-custom-options.open, .send-select-custom-options.open  {
    display: block;
}

.status-select-custom-option, .send-select-custom-option {
    cursor: pointer;
    padding: 6px 10px;;
    border: 1px solid #d9d9d9;
    color:#666666;
    background-color: #ededed;
}

.send-select-custom-option[data-value="whatsapp"]{
    color:white;
    background-color: #36aa00;
    font: under
}

.send-select-custom-option[data-value="telegram"]{
    color:white;
    background-color: #18a3e3;
}
.send-select-custom-option[data-value="email"]{
    color:white;
    background-color: #07f;
}

.send-select-custom-option[data-value="telephone"]{
    color:white;
    background-color: #aa0000;
}


.status-select-custom-option.selected, .send-select-custom-option.selected {
    background: #d9d9d9;
    color:#4E545C;
}

.custom-button.third-slide.submit-btn{
    line-height: 1;
    width: 53%;
    padding: 0 5px
}

.contact-form-modal-overlay, .hystmodal-contact-form-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
    .contact-form-modal-overlay.active {
    display: flex;
}
.contact-form-modal-window {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.contact-form-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.contact-form-modal-overlay p{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.modal-logo-wrap img {
    width: 100%;
    max-width: 70px;
    height: auto;
    position: absolute;
    top: -3px;
    z-index: 1200;
}

.clear-files {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -4px;
    color: #333;
}

.footer .wrap{
    padding-bottom: 0;
}

.footer-content{
    padding: 30px 15px;
}

.footer-items-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer a{
    color:#fff;
    text-decoration: none;
}

.privacy-modal {
    display: none; /* По умолчанию скрыто */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
    overflow:auto;
}

.privacy-modal p {
font-family: "OSCond", sans-serif;
color: black;
font-weight: 100;
}

.privacy-modal-title {
font-family: "OSCond", sans-serif;
color:#4E545C;
font-size:26px;
}

.privacy-modal-content {
background-color: #fff;
margin: 5% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 1240px;
border-radius: 8px;
position: relative;
overflow-y: auto;
max-height: 80vh;
}

.privacy-modal-content i {
    font-style: italic;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin-left: 0;
}

.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
margin-top: -10px;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

.cookie-consent {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #333;
color: #fff;
padding: 15px;
text-align: center;
z-index: 1000;
display: none;
}

.cookie-consent p {
margin: 0;
display: inline;
}

.cookie-consent a {
color: #fff;
text-decoration: underline;
}

.cookie-consent button {
margin-left: 10px;
padding: 5px 10px;
background-color: #fff;
color: #333;
border: none;
cursor: pointer;
}

.error {
    border: 2px solid red;
    outline: none;
}

.status-select-custom-select.error,
.send-select-custom-select.error {
    border: 2px solid red;
}

.left-side-content.error {
    border: 2px solid red;
    /* padding: 5px; */
}

.bright_line{
    width: -webkit-fill-available;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cookies-buttons{
    margin-top:10px;
}

.modal-text-bottom-second .nav-contact{
    width: 100%;
}

.project-arrow {
    text-align: center;
    position: absolute;
    top: 30%;
    cursor: pointer;
    z-index: 10;
}

.project-arrow-left {
    left: 10px;
}

.project-arrow-right {
    right: 10px;
}

/* .project-arrow-item {
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
} */

.project-arrow-right .project-arrow-item {
    background: rgb(208,27,27);
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 0 90px 90px 0;
}
.project-arrow-left .project-arrow-item {
    background: rgb(208,27,27);
    background: linear-gradient(270deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 90px 0 0 90px;
}

.project-arrow-item {
    width: 44px;
    height: 27px;
    background: rgb(208,27,27);
    background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%);
    border-radius: 0 90px 90px 0;
    line-height: 27px;
    margin-top: 40%;
    font-size:13px;
}

.end-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .end-form-modal-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    position: relative;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .end-form-modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
  }
  
  #messageContainer p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .message_success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
  }
  
  .message_error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 4px;
  }

  .hidden_label{
    opacity: 0;
  }

@media screen and (max-width: 1595px) {
    .sasha{
        right: 70px;
    }

    .sasha2{
        right: 0;
    }
}

@media screen and (max-width: 1505px) {
    .wrap{
        padding-left:15px;
        padding-right:15px
    }
}

@media screen and (max-width: 1480px) {
    .modal-text-bottom-second .custom-button {
        font-size: 14px;
    }

    #imageModal {
        padding: 0 15px;
    }
}

@media screen and (min-width: 1505px) {
    .wrap{
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 1440px) {
    .banner .bio{
        width: 70%;
    }

    .c-card{
        min-width: 435px;
    }

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

    /* .project-list{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0 25px;
     
    } */

    .project-card{
        /* margin-right: 50px; */
        transform: scale(0.8); /* Уменьшаем весь элемент в 2 раза */
        transform-origin: center;
        margin-bottom: 0px;
    }

    .project-card:hover {
        transform: scale(1);
    }

    .nav-menu ul {
        width: 97%;
        padding-left: 10px;
    }

    .nav-menu li a {
        font-size: 13px;
    }

    .nav-menu i{
        font-size: 12px !important;
    }

    .nav-contact img {
        height: 32px;
    }

    .modal-text-bottom-second .custom-button {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }

    .sasha{
        overflow: hidden;
        /* top: 140px; */
    }

    .sasha2{
        right: 0;
    }

    .total-price{
        padding: 2px 15px 2px 15px;
        width: auto;
    }

    .phone-btn {
        font-size: 20px;
    }

    .right-side-form{
        margin-left:5px
    }

    .contact-methods p{
        font-size: 30px
    }

    .form-column input {
        margin-right: 10px;
    }

    .services label {
        font-size: 22px;
    }

    .modal-monitor{
        width: 100%;
    }
}

@media screen and (max-width: 1360px){
    
    .cards-list {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        max-height: 450px;
        overflow-x: scroll;
        padding-bottom: 50px;
    }

    .c-card {
        min-width: 445px;
        margin-right: 50px;
    }

    .swiper{
        display: none !important
    }

    .project-list{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0 25px;
     
    }

    .project-card{
        margin-right: 50px;
    }
}

@media screen and (max-width: 1336px) {

    /*МОНИТОР СТИЛИ*/


    .modal-content {
        height: 75%;
    }

    .banner h1 {
        margin-top: 30px;
    }

    .sasha{    
        width: 340px;
        overflow: hidden;
        top: 134px;
        }

    /* .mouse{
        top: 290px;
        right: 170px;
        width: 290px;
    } */

    .get-consult{
        margin-left:0px;
    }

    .consult-form a, input{
        margin-right: 10px;
    }

    .logowrap {
        margin-top: 20px;
        transform: scale(0.8); 
        transform-origin: center; 
        display: block;
        margin-left: -15px
    }

    .consult-form input {
        margin-bottom: 10px;
        width: 23%;
        font-size: 1rem
    }

    .consult-form a {
        width: 235px;
    }

    /* .right-side-of-contact-methods {
        width: 475px;
    } */
}

@media screen and (max-width: 1280px) {

    /*МОНИТОР СТИЛИ*/

    .modal-monitor { 
        width: 100%;
    }

    #imageContainer { 
        width: auto;
    }

    /* .right-side-of-contact-methods{
        display:block;
        width: auto;
    } */

    .left-side-form img{
        margin-left: -300px
    }

    .price-label{
        margin-right: 10px;
    }

    .total-price{
        padding: 5px;
        /* width: 180px; */
        text-align: center;
    }

    .price input[type="range"] {
        width: 57%;
    }

    /* .whatsapp-btn{
        margin-bottom:10px
    } */

    .right-side-form {
        margin-left: 10px;
    }

    .service-title {
        font-size: 30px !important;
        /* margin-bottom: 20px; */
    }

    .services label {
        font-size: 20px;
    }

    .service-title {
        margin-bottom: 0px;
    }

    .form-column{
        justify-content: space-evenly;
    }

    .form-column label{
        line-height: 1
        ;
    }

    .service-form p {
        font-size: 22px
    }
    
    .send-select-custom-select-trigger {
        line-height: 57px;
    }

    .status-select-custom-select-trigger, .send-select-custom-select-trigger {
        height: 57px;
    }

    .left-side-content label{
        font-size: 20px !important;
    }

    .project-arrow{
        top:35%;
    }
}

@media screen and (max-width: 1270px) {
    .modal-text-bottom-second .custom-button{
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
    }

    .services-input-wrap input::placeholder {
        font-size: 14px;
    }

    .services-input-wrap input, .services-input-wrap .status-select-custom-select-trigger, .services-input-wrap .status-select-custom-select, .services-input-wrap .email-input {
        font-size: 14px;
    }

    .services-modal-bottom .custom-button.send-app {
        font-size: 14px;
    }

}

@media screen and (max-width: 1220px) { 
    .form-slide-right-content p{
        width: 250px;
    }
} 

@media screen and (max-width: 1200px) { 
    .modal-content {
        height: 65%;
    }

    #imageContainer {
        width: auto;
    }
} 

@media screen and (max-width: 1080px) {

    .modal-content {
        max-height: 550px;
    }

    .left-side-form{
        display: none;
    }

    .price{
        justify-content: space-between;
    }

    .price, .services {
        margin-top: 0
    }

    .price input[type="range"] {
        width: 60%;
    }

    .right-side-form{
        margin-left: 0px;
    }

    .services-modal .price input[type="range"] {
        width: 50%;
    }

    .right-side-form{
        margin-left: 0px;
    }

    .services-modal-left p {
        font-size: 16px;
    }

    .services-modal-left ul{
        font-size: 16px;
    }

    .services-modal-right p {
        font-size: 12px;
    }

    .services-input-wrap input::placeholder {
        font-size: 11px;
    }

    .services-input-wrap input, .services-input-wrap .status-select-custom-select-trigger, .services-input-wrap .status-select-custom-select, .services-input-wrap .email-input {
        line-height: 11px;
        height: 35px;
        font-size: 11px;
    }

    .services-form-column label {
        font-size: 16px;
    }

    .services-modal-bottom .price .total-price {
        font-size: 20px;
        line-height: 25px;
        padding: 0 15px;
        border-radius: 10px;
        margin-right: 20px;
    }

    .services-modal-bottom .custom-button.send-app {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
    }

    .services-modal span {
        font-size: 25px;
    }

    .services-modal-right span {
        font-size: 20px;
    }

    .services-modal-left {
        padding-top: 10px;
    }
}

@media screen and (max-width: 1024px) {

    /*МОНИТОР СТИЛИ*/

    .banner{
        height: 550px;
    }

    .banner h1 {
        font-size: 30px;
        margin: 0 auto;
        margin-top: 60px;
        text-align: left;
        margin-left: 0;
        width: 630px;
        /* white-space: pre-line; */
    }

    .bio p {
        font-size: 15px;
        line-height: 1.4; 
    }

    .banner .bio {
        width: 70%;
        padding: 15px 20px 5px 20px;
    }

    .some-uses {
        margin-top: 30px;
    }
    
    .some-uses .title {
        font-size: 30px;
    }
    
    .some-uses .explain {
        font-size: 15px;
    }
    
    .cards-list {
        margin-top: -20px;
    }    

    .c-card{
        margin-left:-16px;
        margin-top: 0px;
        margin-right: 20px;
        transform: scale(0.9);
    }

    .consult-form {
        /* margin: 0 auto; */
        /* margin-left: -13%; */
        /* flex-direction: column; */
        /* align-items: center; */
        /* margin-top: 5% */
        flex-wrap: nowrap
    }

    .consult-form input {
        margin-bottom: 10px;
        width: 20%;
        height: 40px;
        font-size: 1rem
    }

    .consult-form a {
        width: 235px;
        height: 40px;
    }

    .consult-form .user-name{
        text-align: left;
        padding-left: 20px;
    }

    .get-consult {
        line-height: 2.5;
        /* margin-top: -20px; */
        margin: 0;
    }

    .stack-list h1{
        font-size: 38px;
    }

    .top-side h1{
        font-size: 34px
    }

    .web-stack{
        margin-top: 0px !important;
    }

    .stack-card {
        flex-direction: column;
        padding: 30px 20px 30px 20px;
    }

    .stack-item h2 {
        font-size: 1.7rem;
    }

    .completed-projects{
        margin-top: 5px;
    }

    .logowrap {
        margin-top: 25px;
        transform: scale(0.55); 
        transform-origin: center; 
        display: block;
        margin-left: -40px
    }

    .logowrap img{
        margin-top: 0;
    }

    .nav-menu ul {
        list-style-type: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 95%;
        margin-bottom: 0;
        padding: 0;
    }
    
    .nav-menu ul li {
        display: inline-block;
        padding: 6px;
        font-size: 20px;
    }
    
    .nav-menu li a {
        color: rgba(224, 224, 224, .7);
        text-decoration: none;
        font-weight: 500;
        display: flex;
        align-items: center;
        font-size: 12px !important
    }

    .nav-menu i{
        font-size: 11px !important;
    }

    .sasha{
        top: 170px;
        width: 265px; 
    }

    .mouse{
        top: 320px;
        right: 150px;
        width: 220px;
    }

    .sasha2{
        top: 50px;
        z-index: 10;
        width: 350px; 
    }

    .project-card{
        margin-bottom: 70px;
    }

    .contact-content{
        padding: 10px
    }

    .contact-info .title{
        font-size: 34px;
    }

    .contact-info a, .phone-btn, .whatsapp-btn, .telegram-btn {
        font-size: 15px;
        height: 32px;
    }

    .contact-methods a{
        margin-top: 0
    }

    .contact-info img, .phone-btn img, .whatsapp-btn img, .telegram-btn img {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }

    .whatsapp-btn, .telegram-btn {
        font-size: 16px;
        width: 130px;
    }

    /* .whatsapp-btn{
        margin-bottom: 5px;
    } */

    .phone-btn {
        padding: 10px 30px 10px 10px;
    }

    .contact-methods p, .contact-methods-mobile p {
        font-size: 22px;
        margin-bottom: 0;
    }

    .form-red-title{
        font-size: 32px !important
    }

    .service-form p{
        font-size: 22px
    }

    .services label{
        font-size: 20px
    }

    .services input {
        margin-right: 14px;
        width: 20px;
        height: 20px;
    }

    .price-label{
        font-size: 26px;
    }

    .price input[type="range"] {
        width: 70%;
    }

    .total-price{
        font-size: 26px
    }

    .service-title {
        font-size: 26px !important;
        margin-bottom: 0px;
    }

    .right-side-of-contact-methods {
        width: 470px;
    }

}

@media screen and (max-width: 960px) {
    .price input[type="range"] {
        width: 60%;
    }

    .services-modal, .services-modal-bottom {
        flex-flow: column nowrap;
        align-items: baseline;
    }

    .services-modal-left, .services-modal-right, .services-modal-bottom .price {
        width: 100%;
    }

    .services-modal-bottom .custom-button.send-app {
        margin-top: 15px;
    }

    .services-modal span, .services-modal-right span {
        font-size: 24px;
    }

    .form-slide-right-content.for-card p{
        margin-top: 10px;
    }

    .services-modal-left {
        /* height: 300px; */
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 911px) {
    .nav-menu-trible{
        display: none !important;
    }
}

@media screen and (max-width: 910px){
    .nav-trible{
        display:block !important;
        position: absolute;
        right: auto;
        left: 120px;
        /* margin-left: 10px; */
    }

    .nav-trible img{
        height: 25px;
    }

    .nav-menu{
        display: none;
    }

    /* попытки содать дропдаун менюшку */
    .nav-menu-trible ul {
        flex-direction: column;
    }

    .nav-menu-trible ul li {
        text-align: left; /* Текст слева */
    }

    .nav-menu-trible ul li a {
        font-size: 14px;
    }

    .nav-menu-trible {
        display: none;
        position: absolute;
        top: 80%;
        left: 10%;
        background-color: #000;
        padding: 20px;
        border-radius: 8px;
        z-index: 1000;
    }

    .nav-menu{
        display: none;
    }
}

@media screen and (max-width: 768px) {

    /*МОНИТОР СТИЛИ*/

    .modal-content-base-close {
        display: none !important;
    }

    .modal-monitor {
        display: none;
    }

    .modal-content, #imageContainer {
        height: 100%;
        max-height: none;
        margin: 0;
        margin-top: 12%;
        border:none;
    }

    #imageContainer{
        border-radius: unset;
        margin-bottom: 195px;
    }

    .modal-content {
        margin-top: 0;
    }

    .slider-arrow {
        display: none;
    }

    .modal-text-bottom-second .custom-button{
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        padding: 0 15px;
    }

    .desktop-title{
        display:none
    }

    .mobile-title{
        display:flex !important
    }

    .some-uses .title{
        margin-top: 20px;
    }

    .c-card .card-inner a {
        background: rgb(208,27,27) !important;
        background: linear-gradient(90deg, rgba(208,27,27,1) 0%, rgba(253,116,88,1) 100%) !important;
        font-size:14px;
        padding: 0 20px
    }

    .c-card:hover .num {
        fill: none;
    }

    .project-card:hover {
        transform: scale(0.9);
    }

    .some-uses .bio{
        position: relative;
        display: block;
        background-color: #2B323C;
        border-radius: 15px;
        /* padding: 20px 32px; */
        padding: 15px 12px 1px 12px;
        max-width: 1150px;
        font-size: 18px;
        z-index: 10;
    }

    .stack-card{
        padding: 15px 12px 20px 12px;
        /* max-width: 1150px; */
        font-size: 18px;
    }

    .web-stack p{
        font-size: 15px;
        line-height: 1.7
    }

    .stack-item h2{
        font-size: 22px
    }

    .bio p {
        line-height: 1.4; 
        /* color: #333 */
    }

    .nav-menu{
        display: none;
    }

    .consult-form .user-name{
        text-align: center;
        padding-left: 0px;
    }

    .card-hdr{
        margin-bottom: 0;
    }

    .card-hdr p{
        font-size:14px
    }

    .num {
        top:60px
    }

    .banner {
        height: 400px;
        justify-content: space-around;
    }
    
    .banner h1 {
        white-space: pre-line;
        font-size: 30px;
        margin-top: 20px;
        /* margin-left: 32px; */
        width: 450px
    }

    .bio {
        display: none;
    }

    .c-card {
        min-width: 325px;
        flex: 0 0 none;
    }

    .card-inner {
        height: 270px;
        min-width: 0;
        width: 347px;
    }

    .card-inner .card-button-wrap{
        justify-content:unset;
    }

    .card-hdr img {
        height: 45px;
    }

    .card-hdr h3 {
        font-size: 19px;
    }

    .card-inner p {
        font-size: 15px;
    }

    .wrap .banner{
        padding-bottom:0;
    }

    .consult-form{
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        margin-top: 5%;
        margin-left: 80px;
        align-items: normal;
    }

    .consult-form input{
        width: 250px;
    }

    .consult-form a{
        width: 250px;
    }

    .sasha{
        right: 37px;
        top: 41px;
        width: 250px;
    }

    .mouse{
        top: 180px;
        right: 150px;
    }
    
    .sasha2{
        top:0px;
        width: 280px;
    }

    .namedroping{
        height: 382px;
    }

    .stack-list{
        margin-top: -150px;
    }

    .stack-list .title{
        margin-bottom: 30px !important;
    }

    .namedroping{
        background-size: cover;
    }

    .user-name{
        padding: 0;
        padding-left: 12px
    }

    .top-side{
        display:none;
    }

    .top-side-mobile{
        display: flex !important
    }


    .work-time {
        display: block;
    }

    .contact-methods {
        display: block;
        margin-top: 10px;
    }

    /* .right-side-of-contact-methods{
        display:flex;
        width: 11%;
    }

    .right-side-of-contact-methods a{
        font-size:0;
    } */

    .phone-btn {
        width: 185px !important;
        padding: 0px 15px 0px 5px !important;
    }

    .right-side-of-contact-methods {
        justify-content:normal;
        margin-top: 5px;
        width: auto;
    }

    .contact-info img {
        margin-right: 5px;
    }

    .whatsapp-btn, .telegram-btn {
        display:none !important;
    }

    .telegram-btn-mobile, .whatsapp-btn-mobile{
        display:flex !important;
        width: auto !important;
        padding: 0 !important;
    }

    .telegram-btn-mobile img, .whatsapp-btn-mobile img{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .whatsapp-btn-mobile{
        margin-left: 10px;

    }

    /* .contact-info{
        display: block;
        width: 360px;
    } */

    .contact-info a{
        justify-content: space-evenly;
        width: 356px;
        padding: 0px 30px 0px 0px;
    }

    .total-price {
        font-size: 22px;
        line-height: 1;
    }

    .price input[type="range"]::-webkit-slider-thumb {
       
        width: 30px;
        height: 36px;
    }
    
    .price input[type="range"]::-moz-range-thumb {
        width: 30px;
        height: 36px;
        background: url('../img/contact-form-img/price-slider-btn.png') no-repeat center;
        background-size: contain;
        cursor: pointer;
        border: none;
    }

    .form-red-title {
        font-size: 26px !important;
    }

    .service-form p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .services label {
        font-size: 18px;
    }

    .services input {
        margin-right: 10px;
        width: 18px;
        height: 18px;
    }

    .services {
        display: flex;
        min-height: 300px;
        margin-top: 10px;
    }

    .next-btn, .back-btn{
        font-size: 14px;
        padding: 2px 20px;
        height: auto;
    }

    .service-title {
        font-size: 23px !important;
    }

    .service-title input[type="checkbox"] {
        accent-color: #36AA00;
        width: 22px;
        height: 22px;
        margin-left: -3px;
    }

    .form-slide-buttons {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-content: center;
        flex-wrap: wrap;
    }

    .form-slide-left-buttons{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .form-slide-right-content,  .form-slide-right-content.for-card {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }

    .form-slide-right-content p{
        border: none;
        width: auto;
    }

    .contact-methods-mobile p {
        font-size: 18px;
    }

    .send-select-custom-select-trigger{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .send-select-custom-option {
        font-size: 14px
    }

    .send-select-custom-select {
        height: 40px;
    }

    /* .send-select-custom-options{
        width: 165px;
        top: auto;
        left: auto;
        right: auto;
    } */

    .left-side-content label input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .left-side-content label {
        font-size: 16px !important;
    }

    .contact-form {
        margin-top: 20px;
    }

    .first-line-inputs {
        flex-direction: column;
    }

    .name-input {
        width: 48% !important;
    }

    .status-select-custom-select {
        width: 50%;
        height: 50px;
    }

    .status-select-custom-select-trigger {
        height: 50px;
    }

    .send-select-custom-option{
        font-size: 14px;
    }

    .first-line-inputs-right-div {
        margin-top: 15px;
        margin-left: 0;
    }

    .contact-form .email-input{
        width: 48% !important;
    }

    .contact-form .phone-input {
        width: 50%;
    }

    .second-line-inputs {
        margin-top: 10px;
        flex-direction: column-reverse;
    }

    .left-side-of-end-form {
        margin-top: 10px;
    }

    .left-side-content {
        margin-top: 10px;
    }

    .right-side-of-end-form {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .inputs-under-any-info {
        margin-top: 10px;
    }

    .site-adress-input{
        width: 53% !important;
    }

    .input__wrapper {
        width: 45% !important;
    }

    .third-line-inputs {
        margin-top: 15px;
    }

    .input__file-button, .input__file {
        width: 100%;
        max-width: none;
    }

    .final-form-buttons select, .final-form-buttons button {
        font-size: 14px;
    }

    .contact-form input::placeholder {
        font-size: 14px
    }

    .status-select-custom-select-trigger {
        font-size: 14px;
    }

    .any-info-input::placeholder{
        font-size: 14px !important
    }

    .services-input-wrap-right .email-input{
        width: 100% !important
    }

    .hystmodal .status-select-custom-select-trigger{
        font-size: 14px 
    }

    .privacy-modal-title {
        font-size:18px;
        line-height: 1px;
      }

    .bright-line-div{
        display:none
    }

    .completed-projects {
        margin-top: 40px;
    }

    .project-card {
        margin-bottom: 10px;
    }
    #imageModal .modal-text-bottom-second .nav-contact{
        justify-content: space-between;
    }
}

@media screen and (max-width: 630px) {
    .banner h1{
        font-size: 24px;
        width: 380px;
    }

    .consult-form{
        margin-top: 5%;
        margin-left: 30px;
    }

    .sasha{
        top: 85px;
        width: 220px;
    }

    .mouse{
        top: 210px;
        right: 130px;
        width: 190px;
    }

    .sasha2{
        width: 230px;
    }

    /* .right-side-of-contact-methods{
        width: auto;
        display: block;
    } */

    .right-side-of-contact-methods a, .phone-btn{
        font-size: 14px;
        display: flex;
    }

    .whatsapp-btn, .telegram-btn{
        margin-right: 5px;
        width: 120px
    }

    .whatsapp-btn img, .telegram-btn img{
        margin-right: 5px
    }

    .price input[type="range"] {
        width: 50%;
    }

    .service-title{
        margin-bottom: 10px
    }

    .hystmodal__window {
        width: 100%;
    }

    .services-modal-left p {
        font-size: 13px;
    }

    .services-modal-left ul{
        font-size: 13px;
    }

    .services-modal-left {
        padding-top: 10px;
    }

    #imageContainer {
        margin-top: 13%;
    }
}

@media screen and (max-width: 525px) {
    .consult-form{
        position: relative;
        flex-direction: row;
        flex-wrap:nowrap;
        /* max-width: 100%; */
        margin-left: auto;
        margin-right: auto;
        gap: 2%;
        margin-top: 37px;
        bottom: 0;
    }

    .consult-form input{
        text-align: left;
        font-size: 10px;
        height: 35px;
        margin: 0;
        min-width: 0;
        max-width: 100%;
        width: 70%;
        padding-left: 12px
    }

    .consult-form .user-name{
        text-align: left;
        padding-left: 12px;
    }

    .consult-form a{
        min-width: 0;
        font-size: 11px;
        width: 70%;
        height: 35px;
        margin:0;
        z-index: 15 !important;
        /* text-align: center; */
        /* white-space: nowrap; */
    }

    .get-consult{
        line-height: 1;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;    
    }

    .navbar{
        height: 70px;
    }

    .logowrap {
        margin-top: 25px;
        transform: scale(0.4); 
        transform-origin: center; 
        display: block;
        margin-left: -50px
    }

    .logowrap img{
        margin-top: 0;
    }

    .bio p{
        font-size: 12px;
    }

    .banner{
        height: 180px;
    }

    .banner-wrap{
        background-color: #000000;
        background-size: cover;
    }

    .namedroping{
        background-size: cover;
    }

    .banner h1{
        white-space: pre-line;
        text-align: left;
        margin: 0;
        font-size: 18px;
        width: 260px;
        margin-top: 40px;
    }

    .banner-wrap .wrap{
        padding-bottom: 0;
    }

    .navbar .nav-contact, .navbar .nav-trible{
        transform: scale(0.8); 
        transform-origin: center;
    }

    .nav-trible{
        left: 100px;
        /* margin-left: 10px; */
    }

    .navbar .nav-contact{
        margin-right: -25px;
        flex-flow: row
    }

    .navbar .nav-call{
        font-size: 15px;
        overflow: hidden;
        padding: 0 10px
    }

    .stack-card .navbar .nav-call{
        font-size: 15px;
    
    }

    .user-name{
        letter-spacing:normal;
    }

    .web-stack p {
        line-height: 20px;
    }

    .some-uses .title, .completed-projects .title{
        font-size: 26px;
    }

    .stack-card{
        padding: 15px 12px 15px 12px;
    }

    .stack-list .title{
        margin-bottom: 20px !important;
        font-size: 30px
    }

    .cards-list{
        margin-top: -50px;
        padding-bottom: 0px;
    }

    .stack-card p{
        font-size: 14px;
    }

    .stack-item h2{
        font-size: 17px
    }

    .custom-button{
        font-size: 16px;
    }

    .project-list{
        margin-top: -60px;
        margin-left: -30px;
        padding: 0;
    }

    .project-card{
        margin-right: -90px;
        transform: scale(0.7); /* Уменьшаем весь элемент в 2 раза */
        transform-origin: center;
    }

    .project-card:hover {
        transform: scale(0.8);
    }

    .c-card{
        transform: scale(0.85);
        margin-right: 10px;
        margin-left: -24px
    }

    .some-uses .explain{
        font-size: 11px
    }

    .sasha{
        display:none;
    }

    .mouse{
        top: 90px;
        right: 110px;
        width: 110px;
    }

    .sasha_half {
        display:flex !important;
        position: absolute;
        right: 0px;
        z-index: 10;
        opacity: 0;
        transition: opacity 1s ease-in; 
        overflow: hidden;
        width: 170px;
    }

    .sasha2{
        width: 200px;
    }

    .top-side-mobile .custom-button{
        margin-top: 0px !important
    }

    .modal-logo-wrap img {
        max-width: 45px;
    }

    .contact-methods-mobile .phone-btn{
        font-size: 14px
    }

    .contact-info .title{
        font-size: 26px
    }

    .contact-info {
        width: 280px;
    }

    .contact-info a, .phone-btn, .whatsapp-btn, .telegram-btn {
        font-size: 12px !important;
        margin-bottom: 0px
    }

    .contact-info a {
        justify-content: space-evenly;
        width: 273px;
        padding: 0px 10px 0px 0px;
    }

    .whatsapp-btn, .telegram-btn{
        width: auto;
    }

    .phone-btn {
        padding: 10px;
    }

    .services {
        flex-direction: column;
        margin-top: 10px;

    }

    .service-form {
        display: flex;
        max-height:none !important;
    }

    .price {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .price input[type="range"] {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .form-column {
        height: 260px;
    }

    .service-title{
        font-size: 18px !important; 
    }

    .form-red-title{
        font-size: 22px !important;
    }

    .price-final-form {
        flex-direction: unset !important;
        align-items: center !important;
    }

    .final-form-buttons {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .third-line-inputs {
        flex-direction: column;
    }

    .modal-text-article {
        font-size: 17px;
        line-height: 17px;
    }

    .modal-img-desc .modal-desc-name span, .modal-img-desc .modal-desc-name a, #textContainer .modal-text p, #textContainer .modal-text-list li {
        font-size: 15px;
    }
    .services-modal .price input[type="range"] {
        width: 100%;
    }

    .phone-btn{
        width: 155px !important;
    }

    .contact-methods p{
        font-size: 18px;
    }

    #imageContainer {
        margin-top: 14%;
    }

    .consult-form input{
        letter-spacing: 0.5px;
    }

    .hidden_label{
        opacity: 1;
        display: none !important;
      }
}

@media screen and (max-width: 470px) {
    .banner h1{
        font-size: 17px;
        
    }

    .consult-form{
        margin-top:40px
    }

    .mouse{
        top: 90px;
        right: 90px;
        width: 110px;
    }

    .sasha2{
        width: 200px;
    }

    #imageModal .modal-header .custom-button {
        height: 25px;
        line-height: 18px;
        font-size: 15px;
        padding: 0 10px;
        font-weight: 100;
    }

    .modal-text-bottom-second .custom-button{
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
    }

    .input__file-icon-wrapper {
        margin-left: -10px;
    }

    .input__file-icon{
        width: 30px;
    }

    .input__file-button-text {
        font-size: 12px;
    }

    #imageContainer{
        margin-top: 15%;
    }

}

@media screen and (max-width: 425px) {

    .service-form p{
        line-height: 1;
    }

    .form-red-title{
        margin-bottom: 10px !important
    }

    .call-or-write-part {
        display: none;
    }

    .call-or-write-full {
        display: block !important
    }

    .contact-form input::placeholder, .any-info-input::placeholder, .status-select-custom-select-trigger,  .status-select-custom-option {
        font-size: 12px !important;
    }

    .page-btn {
        margin-right: 3px;
    }

    .page-indicator .custom-button {
        padding: 0 12px;
    }

    .custom-button.back-btn.second-slide.third-slide {
        margin-right: 0
    }

    .services .first-services-column, .services .second-services-column {
        width: auto;
    }

    #imageContainer{
        margin-top: 15.5%;
    }
}

@media screen and (max-width: 415px) {
    .sasha_half {
        top: 10px;
        width: 160px;
    }

    .mouse{
        top: 120px;
        right: 90px;
        width: 90px;
    }

    .sasha2{
        top:50px;
        width: 180px;
    }
    #imageContainer{
        margin-top: 16%;
    }
}

@media screen and (max-width:400px) {
    .consult-form input{
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 370px) {
    .consult-form{
        margin-top:45px
    }

    .banner h1{
        font-size: 16px;
        /* width: 220px */
    }

    .c-card{
        margin-right: 5px;
    }

    .project-card{
        margin-right: -110px;
    }
}