
/* Сдвигаем весь слайдер вниз на 120px при ширине ≥ 1600px */
@media (min-width: 1600px) {
.swiper,.swiper-wrapper {
    transform: translateY(-55px);
}
}
@media (min-width: 1200px) {
.swiper,.swiper-wrapper {
    transform: translateY(-55px);
}
}

@media all and (max-width: 1700px) {
  .container {
    max-width: 1120px;
  }
  .phone-se img {
    width: 340px;
  }
  .modal-img {
    width: 80px;
    height: 80px;
  }
  .curren-name,
  .modal-title {
    font-size: 16px;
  }
  #servicies-section {
    height: 680px;
  }
  .main-wrapper {
    max-width: 630px;
  }
  .cube-s {
    position: absolute;
    bottom: 30px;
    right: -60px;
  }
  .phone-s {
    right: 260px;
  }
  .services-item {
    width: 178px;
    height: 200px;
  }
  #all-services {
    padding: 50px 0 120px 0;
  }
  .services-item h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: -0.03em;
    color: #fff;
    left: 10px;
    bottom: 10px;
    padding: 5.5px 28px;
  }
  .cube-s svg {
    width: 320px;
  }
  .main-wrapper h1 {
    font-size: 64px;
  }
  .circles {
    width: 375px;
  }
  .main-wrapper > p {
    font-size: 14px;
  }
  #main {
    height: 680px;
    background-image: url(../img/main-t.png);
  }
  .title {
    font-size: 48px;
  }
  .main-services-item {
    width: 273px;
    height: 350px;
    padding: 20px;
  }
  .main-service-wrapper {
    gap: 32px;
  }
  .main-services-item img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
  }
  #main-services {
    padding-top: 60px;
  }
  .main-services-item-text div h5 {
    font-size: 32px;
  }
  .main-services-item-text div p {
    font-size: 14px;
  }
  .s-btn {
    background-image: url(../img/bb-t.png);
  }
  .about-tags p {
    font-size: 14px;
  }
  .about-p p {
    font-size: 14px;
  }
  #about img {
    top: 56%;
  }
  #about {
    padding-top: 97px;
    height: 845px;
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  #form-section {
    padding-top: 100px;
    height: 940px;
  }
  .form {
    max-width: 367px;
  }
  .footer-content {
    padding: 40px 0;
  }
  .footer-nav li a {
    font-size: 14px;
  }
  .footer-content-data div a {
    font-size: 14px;
  }
  .footer-content-data div p {
    font-size: 14px;
  }
  .phone {
    max-width: 303px;
    left: 45%;
  }
  .cube {
    right: 0;
  }
  .cube svg {
    width: 290px;
  }
  .form {
    margin-top: 20px;
  }
  .form > input {
    font-size: 14px;
  }
  .form > input::-moz-placeholder {
    font-size: 14px;
  }
  .form > input::placeholder {
    font-size: 14px;
  }
  .form button {
    /* background-image: url(../img/form-btn-t.png); */
    height: 50px;
  }
}
@media all and (max-width: 1340px) {
  .burger-ul li a {
    color: #333333;
  }
  .burger-btn {
    display: flex;
    background: initial;
    border: none;
    cursor: pointer;
  }
  .burger-btn img {
    width: 40px;
  }
  .header-nav,
  .call-btn {
    display: none;
  }
  .currency-switcher.dtop {
    display: none;
  }
  .currency-switcher.mob {
    margin: 20px 0px 0px 0px;
  }
}
@media all and (max-width: 1199px) {
  .container {
    padding: 0 10px;
  }
  .main-services-items {
    justify-content: center;
  }
  #servicies-section {
    overflow: hidden;
  }
  .phone-se img {
    width: 330px;
  }
}
@media all and (max-width: 991px) {
  .swiper-slide {
    background-repeat: no-repeat;
  }
  .main-wrapper {
    justify-content: space-between;
    height: 70%;
  }
  .slide-01 {
    background-image: url("../img/slide-01-m.png");
    background-size: cover;
    background-position-y: center;
  }
  .slide-02 {
    background-image: url("../img/slide-02-m.png");
    background-size: cover;
    background-position-y: 100%;
  }
  .slide-03 {
    background-image: url("../img/slide-03-m.png");
    background-size: cover;
    background-position-y: center;
  }
  .slide-04 {
    background-image: url("../img/slide-04-m.png");
    background-size: cover;
    background-position-y: center;
  }
  .main-services-items {
    max-width: 768px;
    margin: 0 auto;
  }
  .cube-s {
    display: none;
  }
  #servicies-section {
    height: 800px;
  }
  .servicies-section-service {
    background-image: url(/wp-content/themes/marginplus/assets/img/main-service-m.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-servise-block {
    padding-top: 60px !important;
  }
  .phone-s {
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
  }
  .phone-s img {
    width: 246px;
  }
  .main-services-item {
    width: 370px;
    height: 300px;
  }
  .main-service-wrapper {
    gap: 24px;
  }
  .main-services-item picture img {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
  }
  .s-btn {
    background-image: url(../img/bb-m.png);
  }
  .circles-d {
    display: none;
  }
  .circles-m {
    display: flex;
    max-width: 170px;
    width: 100%;
  }
  #main {
    height: 800px;
    background-image: url(../img/main-m.png);
  }
  .main-wrapper {
    max-width: 345px;
    padding-top: 102px;
    margin: 0 auto;
  }
  #main-services {
    padding-top: 0;
  }
  .main-wrapper h1 {
    font-size: 42px;
    margin-top: 12px;
  }
  .main-wrapper > p {
    margin: 16px 0 20px 0;
  }
  .main-wrapper > p br {
    display: none;
  }
  /* .service-btn {
    display: flex;
    align-items: center;
    padding-left: 100px;
    gap: 10px;
    max-width: 366px;
    width: 100%;
    height: 50px;
    text-decoration: none;
    background-image: url(../img/btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0 0 34px rgba(234, 113, 79, 0.3));
  } */
  .bottom-img {
        position: absolute;
        right: 0;
        top: 100%;
        bottom: -100%;
        width: 100%;
        max-width: 100%;
        left: -5%;
  }
.service-btn { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 366px; width: 100%; height: 50px; padding: 0 20px; text-decoration: none; background-color: #F1AB1D; border-radius: 50px; color: #ffffff; font-family: var(--second-family); font-size: 16px; font-weight: 500; line-height: 100%; text-align: center; filter: none; box-shadow: 0 0 20px rgba(241, 171, 29, 0.5), 0 0 40px rgba(241, 171, 29, 0.4); transition: 0.3s ease; } .service-btn:hover { box-shadow: 0 0 25px rgba(241, 171, 29, 0.6), 0 0 50px rgba(241, 171, 29, 0.5); }

  .newButton {
    min-width: 100%;
  }
  .title {
    font-size: 36px;
  }
  .bottom-img {
    position: absolute;
    right: 0;
    /* top: -100%; */
    bottom: -100%;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .services-search input {
    min-width: auto;
  }
  header .container {
    max-width: 100%;
  }
  .container {
    max-width: 375px;
  }
  .policy-wrapper h1 {
    font-size: 32px;
  }
  .policy-wrapper h2 {
    font-size: 22px;
  }
  .policy-wrapper {
    padding: 80px 0 580px 0;
  }
  .policy-wrapper p,
  .policy-wrapper ul li,
  .policy-wrapper ol li {
    font-size: 14px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-item-head .modal-title {
    font-size: 16px;
  }
  .steam-inputs {
    flex-direction: column;
  }
  .modal-item-head-wrapper {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .wrapper-btn-modal button {
    font-size: 14px;
  }
  .modal-item {
    padding: 20px 10px;
  }
  .modal-panel {
    padding: 20px 10px;
    border-radius: 0;
    margin-top: 0;
  }
  .modal-wrapper {
    padding-top: 0;
  }
  .mobile-item {
    display: flex;
  }
  .price-items-game {
    gap: 10px;
  }
  .bottom-img {
        position: absolute;
        right: 0;
        top: 100%;
        bottom: -100%;
        width: 100%;
        max-width: 100%;
        left: -5%;
  }
  .game-prices-item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 10px 7.5px;
    border-radius: 10px;
    background: #25294a;
    cursor: pointer;
  }
  .service-btn-all {
    display: none;
  }
  .services-item {
    width: 173px;
    height: 200px;
  }
  #all-services {
    padding: 10px 0 50px 0;
  }
  .services-item h5 {

    font-weight: 500;
    font-size: 13px;
    line-height: 135%;
    letter-spacing: -0.03em;
    color: #fff;
    left: 10px;
    bottom: 10px;
    padding: 5.5px 22px;
  }
  .main-servise-block h1 {
    margin-top: 0;
  }
  .mobile-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .main-services-item {
    max-width: 370px;
    width: 100%;
    height: 300px;
  }
  .about-tags {
    flex-wrap: wrap;
  }
  #about {
    padding-top: 80px;
    height: 775px;
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  .map-m {
    position: absolute;
    bottom: 24%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .about-p p br {
    display: none;
  }
  .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .copyright div {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .border {
    padding: 20px 0 30px 0;
  }
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-content-data {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer-nav {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-content-data div:nth-child(2) {
    margin-left: 0;
  }
  .footer-content-data div:nth-child(3) {
    margin-top: -8px;
  }
  .footer-content {
    padding: 30px 0 20px 0;
  }
  .cube {
    right: -10%;
    z-index: 100;
    top: 240%;
    pointer-events: none;
  }
  .cube svg {
    width: 220px;
  }
  .form:after {
    content: none;
  }
  #form-section {
    padding-top: 60px;
    height: 1300px;
  }
  .phone {
    max-width: 234px;
    left: 50%;
    top: 170%;
    transform: translate(-50%, -50%);
  }
  .header-wrapper {
    padding: 16px 0;
  }
  .main-servise-block {
    padding-top: 102px !important;
  }
  .phone-se img {
    width: 230px;
  }
}/*# sourceMappingURL=dev-media.css.map */


















@media (max-width: 1700px) {
    .main-services-items .main-services-item:not([style*="display:none"]):last-child img {
        transform: translate(-50%, -95.5%) !important;
    }
}


@media (max-width: 1700px) {
    .main-services-item-text div h5 {
        font-size: 29px;
    }
		.img-nasledie-second {
	    max-width: 60% !important;
	}
}


@media (max-width: 1340px) {
    .burger-ul li a {
        color: #fff;
    }
		.img-nasledie-second {
	    max-width: 60% !important;
	}
}






/* Десктопные стили */
.img-nasledie {
    max-width: 65% !important;
    top: 50% !important;
    position: relative;
}

.img-freefire {
    top: 48% !important;
    position: relative;
}

.img-nasledie-second {
    max-width: 100% !important;
    top: 76% !important;
    position: relative;
}

.img-steam {
    top: 90% !important;
    position: relative;
}


/* 📱 Мобильные экраны до 1200px */
@media (max-width: 1200px) {

    .img-nasledie {
        max-width: 80% !important;
        top: 40% !important;
    }

    .img-freefire {
        top: 35% !important;
    }

    .img-nasledie-second {
		max-width: 100% !important;
        top: 100% !important;
    }

    .img-steam {
        top: 70% !important;
    }
	.img-nasledie-second {
	    /*max-width: 60% !important;*/
	}
}



@media (min-width: 1150px) {
		.img-nasledie-second {
	    max-width: 60% !important;
	}
}

@media (max-width: 991px) {

	.bottom-img {
        position: absolute;
        right: -6px;
        top: 22%;
        bottom: 5%;
        width: 100%;
		        max-width: 56%;
        left: 42%;
    }
	}

@media (max-width: 991px) {
    .main-wrapper h1 {
        font-size: 30px;
        margin-top: 12px;
    }
}


@media (max-width: 750px) {
    .bottom-img {
        position: absolute;
        right: 0px;
        top: 96%;
        bottom: 14%;
        width: 100%;
        max-width: 66%;
        left: 15%;
    }
}



@media (min-width: 1150px) {
    .img-nasledie-second {
        max-width: 60% !important;
    }
	.bottom-img {
    position: absolute;
    right: 0;
    top: 15px;
    max-width: 58%;
    left: 45%;
}
}


@media (min-width: 1500px){
.img-nasledie-second {
    max-width: 60% !important;
    top: 75% !important;
    position: relative;
}
	
	
	.bottom-img {
    position: absolute;
    right: 0;
    top: -2%;
    max-width: 60%;
    left: 45%;
}
}

@media (min-width: 1100px) {
    .bottom-img {
        position: absolute;
        right: 0;
        top: 12%;
        max-width: 55%;
        left: 45%;
    }
	    .img-nasledie-second {
        max-width: 60% !important;
			top: 75% !important;
    }
}
@media (min-width: 1000px) {
    .bottom-img {
        position: absolute;
        right: 0;
        top: 17%;
        max-width: 55%;
        left: 45%;
    }
	    .img-nasledie-second {
        max-width: 60% !important;
			top: 75% !important;
    }
}

@media (min-width: 1700px){
.img-nasledie-second {
    max-width: 60% !important;
    top: 50% !important;
    position: relative;
}
	
.img-fire{
transform: translate(-50%, -52%) !important;
	}
}

@media (min-width: 950px) and (max-width: 1000px) {
    .img-nasledie-second {
        max-width: 60% !important;
        top: 75% !important;
        position: relative;
    }
    .bottom-img {
        position: absolute;
        right: 0;
        top: 20%;
        max-width: 55%;
        left: 45%;
    }
}


@media (min-width: 750px) and (max-width: 991px) {
    .bottom-img {
        position: absolute;
        right: -6px;
        top: 34%;
        bottom: 5%;
        width: 100%;
        max-width: 60%;
        left: 48%;
    }
}




@media (min-width: 1700px) {
    .img-fire {
        transform: translate(-50%, -17%) !important;
    position: absolute;
    top: 50%;
    left: 70% !important;

}
	.img-pubg{
	position: absolute;
    top: 50%;
    left: 69% !important;
    transform: translate(-50%, -21%) !important;
	}
}


@media (min-width: 950px) and (max-width: 1200px) {
.img-fire {
        transform: translate(-50%, -96%) !important;
	}
}
@media (min-width: 120px) and (max-width: 1600px) {
.img-fire {
        transform: translate(-50%, -96%) !important;
	}
}

@media (min-width: 1600px) and (max-width: 1699px) {
.img-fire {
        transform: translate(-50%, -95%) !important;
	}
.img-steam {
        transform: translate(-50%, -95%) !important;
	}
}

@media (min-width: 750px) and (max-width: 949px) {
	.img-fire{
	transform: translate(-50%, -99%) !important;
	}
}

@media (min-width: 120px) and (max-width: 750px) {
    .img-fire {
        transform: translate(-50%, -99%) !important;
    }
}

@media (min-width: 1700px){
.img-steam {
    top: 50% !important;
    position: relative;
}
}

@media (max-width: 1200px) {
    .img-steam {
        top: 90% !important;
    }
}





@media (max-width: 991px) {

  .main-services-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    width: 100%;
  }

  .main-services-item {
    position: relative;
    padding: 20px;
    min-height: 240px;
    border-radius: 18px;
    overflow: visible;
  }

  /* Изображение — как на ПК */
  .main-services-item picture,
  .main-services-item > img {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto !important;
    max-height: 140px !important;
    object-fit: contain;
    pointer-events: none;
  }

  .main-services-item h5 {
    font-size: 15px;
    line-height: 1.22;
    margin-bottom: 2px;
  }

  .main-services-item p {
    font-size: 12px;
    line-height: 1.25;
  }

  .s-btn {
    width: 100%;
    height: 36px;
    font-size: 12px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5fbe7;
    box-shadow: 0 0 20px rgba(245, 251, 231, 0.4),
                0 0 35px rgba(245, 251, 231, 0.3);
  }
	
	.main-services-item picture, .main-services-item > img {
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: auto !important;
        max-height: 140px !important;
        object-fit: contain;
        pointer-events: none;
    }
	    .main-services-item picture img {
        position: absolute;
        top: 100%;
        left: 8%;
        transform: translate(-50%, -100%);
        width: 185%;
    }
	    .img-steam {
        top: 90% !important;
        left: 50% !important;
    }
	    .img-nasledie-second {
        max-width: 300px !important;
        left: 50%  !important;
    }
	
    .main-services-item picture img {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 100%;
    }
}

/* Очень маленькие телефоны */
@media (max-width: 460px) {
	
  .main-services-item {
    min-height: 220px;
    padding: 20px;
  }

  .main-services-item picture,
  .main-services-item > img {
    max-height: 120px !important;
    bottom: -8px;
  }

  .s-btn {
    height: 32px;
    font-size: 11px;
  }
	
	.main-services-item picture, .main-services-item > img {
        position: absolute;
        bottom: 0px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: auto !important;
        max-height: 140px !important;
        object-fit: contain;
        pointer-events: none;
    }
	
	    .main-services-item picture img {
        position: absolute;
        top: 100%;
        left: 8%;
        transform: translate(-50%, -100%);
        width: 185%;
    }
	    .img-steam {
        top: 90% !important;
        left: 50% !important;
    }
	    .img-nasledie-second {
        max-width: 300px  !important;
        left: 50%  !importantT;
    }
}

