
@media screen and (max-width: 1550px) {
	.header__middle {
	    padding: 0 0 3px 0;
	    margin: 0 30px 0 0;
	}

	.header__nav ul {
		gap: 20px;
	}

	.header__nav ul li a {
		font-size: 18px;
		line-height: 23px;
	}

	.header__logo a img {
		width: 250px;
	}

	.header__contacts__number {
		font-size: 20px;
		line-height: 34px;
	}

	.header__contacts__number span {
		font-size: 26px;
	}

	.header__btn {
		width: 250px;
		font-size: 13px;
		line-height: 16px;
	}

	.work h1 {
		font-size: 54px;
		line-height: 70px;
	}

	.work h5 {
		font-size: 24px;
		line-height: 35px;
	}

	.work__absolute {
		top: -172px;
		max-width: 800px;
	}

	.work__gradient {
		left: -260px;
	}

	.work {
		padding: 100px 0 0 0;
	}

	.about__text {
		margin: 0 50px 0 0;
	}

	.stages__border {
		padding: 80px 30px 90px 30px;
	}
}

@media screen and (max-width: 1400px) {
	.stages__text h4 {
	    font-weight: 100;
	    font-size: 80px;
	    line-height: 62px;
	    color: #AF1E23;
	}

	.stages__text h3 {
	    font-weight: 100;
	    font-size: 18px;
	    line-height: 23px;
	    color: #000303;
	    margin: 0 0 0 15px;
	}
}

@media screen and (max-width: 1300px) {
	.header__nav ul li a {
		font-size: 16px;
		line-height: 21px;
	}

	.header__contacts__number {
		font-size: 18px;
		line-height: 30px;
	}

	.header__contacts__number span {
		font-size: 24px;
	}

	.header__btn span {
	    display: flex;
	    height: 25px;
	    width: 1px;
	    background: #fff;
	    margin: 0 10px;
	}

	.header__btn {
        width: 220px;
        font-size: 11px;
        line-height: 14px;
        height: 40px;
    }

    .header__logo a img {
    	width: 220px;
    }

    .work__absolute {
        top: -159px;
        max-width: 700px;
    }

    .about__text {
	    margin: 0 30px 0 0;
	}

	.footer__doc__block {
		margin: 0 150px 0 0;
	}
}

@media screen and (max-width: 1250px){
	
}


/* стили для md-устройств */
@media screen and (max-width: 1200px) {
	.cookies-popup {
		width: auto;
		left: 30px;
		right: 30px;
		transform: translateX(0);
	}
}	


@media screen and (max-width: 1050px) {
	

  
}


/* стили для sm-устройств */
@media screen and (max-width: 1024px) {
	.header__middle {
		display: none;
	}

	.header__logo a img {
		width: 190px;
	}

	header {
		padding: 25px 0;
	}

	.header__contacts__number {
		font-size: 12px;
		line-height: 15px;
	}

	.header__contacts__number span {
		font-size: 20px;
	}

	.header__btn {
        width: 220px;
        font-size: 12px;
        line-height: 15px;
        height: 39px;
    }

    .header__btn span {
    	height: 20px;
    }

    .header__btn svg {
    	width: 14px;
    	height: 15px;
    }

    .header__social ul li {
    	margin: 0 0 9px 0;
    }

    .header__social ul li a svg {
    	width: 24px;
    	height: 24px;
    }

    .work h1 {
    	font-size: 38px;
    	line-height: 46px;
    	margin-bottom: 15px;
    	max-width: 450px;
    }

    .work h5 {
    	font-size: 14px;
    	line-height: 21px;
    	margin-bottom: 40px;
    }

    .work__btn {
    	height: 43px;
    	font-size: 12px;
    	line-height: 15px;
    	width: 250px;
    }

    .work__btn img {
    	width: 10px;
    }

    .work p {
    	font-size: 11px;
    	line-height: 17px;
    }

    .work__restagle {
	    background: #000303;
	    width: 1px;
	    height: 50px;
	    opacity: 0.3;
	    margin: 0 25px 0 25px;
	}

	.work__absolute {
        top: -113px;
        max-width: 500px;
    }

    .work {
        padding: 60px 0 0 0;
    }

    h2 {
    	font-size: 29px;
    	line-height: 37px;
    }

    body {
    	font-size: 12px;
    	line-height: 17px;
    }

    .about__top p {
    	margin-top: 30px;
    }

    .about__text h3 {
    	font-size: 36px;
    	line-height: 40px;
    }

    .about__text p {
    	font-size: 13px;
    	line-height: 16px;
    }

    .about__text h3 b {
	    font-size: 20px;
	    position: relative;
	    top: -13px;
	    line-height: 20px;
	}

	.about__icon {
		top: 25px;
		right: 25px;
	}

	.about__icon img {
		width: 42px;
	}

	.about__btn {
	    position: absolute;
	    z-index: 1;
	    width: 225px;
	    height: 43px;
	    border-radius: 100px;
	    bottom: 29px;
	    left: 26px;
	    background: #fff;
	    font-weight: 500;
	    font-size: 12px;
	    line-height: 15px;
	    color: #AF1E23;
	    letter-spacing: 0.11em;
	    text-transform: uppercase;
	}

	.about__img {
		border-radius: 40px;
		height: 370px;
	}

	.about {
		padding: 90px 0 60px 0;
		border-radius: 0 0 40px 40px;
	}

	.equipment__left p {
		line-height: 21px;
	}

	.equipment__top {
		margin: 15px 0 0 0;
	}

	.equipment__italic p {
		font-size: 9px;
		line-height: 12px;
	}

	.equipment__left {
		max-width: 400px;
	}

	.equipment__italic {
		max-width: 400px;
	}

	.equipment__slider {
		margin: 25px 0 0 0;
	}

	.equipment__card {
		border-radius: 30px;
		padding: 20px 20px;
	}

	.equipment__img {
		height: 200px;
	}

	.equipment__info {
		padding: 20px 0 0 0;
	}

	.equipment__title h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.equipment__title p {
		font-size: 11px;
		line-height: 14px;
	}

	.equipment__list li {
		padding: 12px 0 0 0;
	}

	.equipment__list li h4 {
		font-size: 9px;
		line-height: 11px;
	}

	.equipment__list li p {
		line-height: 15px;
	}

	.equipment__metal {
		margin: 20px 0 0 0;
		gap: 4px;
	}

	.equipment__metal li {
		padding: 4px 14px;
		font-size: 8px;
		line-height: 10px;
	}

	.equipment__navigation {
		margin: 40px 0 0 0;
	}

	.equipment {
		padding: 80px 0;
	}

	.stages__relative {
		margin: 0 -30px;
	}

	.stages__relative:before {
		left: 25px;
		right: 25px;
	}

	.stages__border {
		padding: 50px 20px;
	}

	.stages__title {
		max-width: 260px;
	}

	.stages__wrap {
		margin: 0 -10px;
	}

	.stages__block {
		padding: 40px 10px 0 10px;
	}

	.stages__text h4 {
		font-size: 56px;
		line-height: 44px;
	}

	.stages__text h3 {
        font-weight: 100;
        font-size: 11px;
        line-height: 14px;
        color: #000303;
        margin: 0 0 0 5px;
    }

    .stages__text p {
    	margin: 20px 0 0 0;
    	max-width: 144px;
    	font-size: 10px;
    	line-height: 18px;
    }

    .stages__btn {
    	height: 43px;
    	font-size: 12px;
    	line-height: 15px;
    }

    .stages__btn img {
    	width: 10px;
    	margin: 0 0 0 15px;
    }

    .stages__subtitle {
	    font-weight: 200;
	    font-size: 12px;
	    line-height: 19px;
	    color: #000303;
	    opacity: 0.7;
	    max-width: 350px;
	    margin: 30px auto 0 auto;
	    text-align: center;
	}

	.stages {
		margin-bottom: 90px;
	}

	.application {
		margin-bottom: 100px;
	}

	.application__input {
		height: 51px;
		padding: 0 23px;
		font-size: 13px;
		line-height: 16px;
	}

	.application__form__block {
		padding: 10px 5px 0 5px;
	}

	.application__form__wrap {
		margin: -10px -5px 0 -5px;
	}

	.application__wrap {
		margin: 25px 0 0 0;
	}

	.application__textarea {
	    height: 100px;
	    resize: none;
	    padding: 15px 23px;
	    border-radius: 17px;
	}

	.application__file__icon img {
		width: 24px;
	}

	.application__form__block:nth-of-type(5) {
		width: 100%;
	}

	.application__form__block:nth-of-type(6) {
		width: 100%;
	}

	.application__file {
		padding: 0;
		display: flex;
		align-items: center;
		height: auto;
		background: none;
		box-shadow: none;
		backdrop-filter: blur(0px);
		border: none;
		border-radius: 0;
	}

	.application__file__icon {
	  background: #FFFFFF4D;
	  box-shadow: 0px 4px 20px 0px #0000001A inset;
	  backdrop-filter: blur(10px);
	  border: 1px solid #C7C7C7;
	  border-radius: 18px;
	  height: 75px;
	  align-items: center;
	  margin: 0 20px 0 0;
	  width: 109px;
	}

	.application__file span {
		text-align: left;
	}

	.examples:before {
		display: none;
	}

	.examples__right p {
		font-size: 12px;
		line-height: 15px;
	}

	.examples__right__mobile {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 40px 0 0 0;
	}

	.examples__top .examples__right {
		display: none;
	}

	.examples h2 {
		text-align: center;
	}

	.examples__left {
		max-width: 100%;
		width: 100%;
	}

	.examples__left p {
		text-align: center;
		max-width: 258px;
		margin: 0 auto;
	}

	.examples__top {
		margin: 20px 0 0 0;
	}

	.examples__restagle {
		display: none;
	}

	.examples__right p {
		text-align: center;
		width: 100%;
	}

	.examples__social {
		width: 100%;
		margin: 15px 0 0 0;
		justify-content: center;
	}

	.examples__slider {
		margin: 40px 0 0 0;
	}

	.examples__swiper .swiper-slide {
		min-height: 302px;
	}

	.swiper-slide .examples__img {
	  height: 256px;
	}

	.swiper-slide-next .examples__img {
	  height: 256px;
	}

	.swiper-slide-prev .examples__img {
	  height: 256px;
	}

	.swiper-slide-active .examples__img {
	  height: 302px;
	}

	.examples {
		padding: 60px 0 70px 0;
		background: #fff url(../images/examples2.svg) 100% 50% no-repeat;
		min-height: auto;
	}

	.partners {
		padding: 60px 0;
	}

	.partners p {
		margin: 10px 0 0 0;
	}

	.partners__wrap {
		margin: 0 -10px 0 -10px;
		justify-content: space-around;
	}

	.partners__block {
		width: 20%;
	}

	.partners__img {
		justify-content: center;
	}

	.contacts {
		height: auto;
	}

	.contacts__map {
		position: relative;
		height: 593px;
	}

	.contacts__relative {
		padding: 0;
		margin: -138px 0 0 0;
	}

	.contacts__border {
		width: auto;
		margin: 0 -30px;
		padding: 50px 30px 40px 30px;
	}

	.contacts__info {
		padding: 10px 0 0 0;
	}

	.contacts__pd {
		padding: 35px 0 0 0;
	}

	.contacts__info p {
		font-size: 16px;
		line-height: 20px;
	}

	.contacts__link {
		font-size: 16px;
		line-height: 20px;
	}

	.footer__doc__link {
		font-size: 12px;
		line-height: 15px;
	}

	.footer__doc__block {
		margin: 0 80px 0 0;
	}

	/*Burger*/

    .burger {
        display: flex !important;
    }

    .mt-munu-mb .header-navigation-wr {
        display: block !important;
    }

    .header__logo {
    	padding: 0 0 0 60px;
    }

    .modal-border {
    	border-radius: 30px;
    	padding: 40px 20px 50px 20px
    }

    .modal-close-button {
    	top: 15px;
    	right: 10px;
    }

    .modal-close-button button img {
    	width: 40px;
    }

    .modal__form {
    	margin: 40px auto 0 auto;
    }

    .cookies_wrap p {
    	align-items: flex-start;
    	font-size: 9px;
    	line-height: 12px;
    	width: 51%;
    }

    .cookies_wrap p img {
    	margin: 0 10px 0 0;
    }

    .cookies-popup {
    	left: 0;
    	right: 0;
    	padding: 25px 30px 20px 30px;
    }

    .cookies-popup .ok-btn {
    	height: 39px;
    	font-size: 15px;
    	line-height: 18px;
    }

  
}

/* стили для sm-устройств */
@media screen and (max-width: 992px) {
	
}


@media screen and (max-width: 900px) {
	


}


/* Ipad*/ 
@media screen and (max-width: 768px) {
	.work__absolute {
		max-width: unset;
		width: 440px;
	}

	.about__block {
		width: 100%;
		margin: 0;
	}

	.about__block:last-child {
		display: none;
	}

	.about__relative__mobile {
		display: block;
		margin: 20px -25px 0 -25px;
	}

	.about__bottom {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 -5px;
	}

	.about__text {
		margin: 20px 0 0 0;
		padding: 0 5px;
	}

	.about__text:last-child {
		margin: 20px 0 0 0;
	}

	.equipment__swiper .swiper-slide {
		width: 312px;
	}

	.equipment__top .equipment__italic {
		display: none;
	}

	.equipment__italic__mobile {
		display: block;
		margin: 40px 0 0 0;
		max-width: 100%;
	}

	.equipment__left {
		max-width: 100%;
	}

	.application__wrap {
		flex-wrap: wrap;
	}

	.application__block {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.application__restalge {
		margin: 30px 0;
	}

	.examples__swiper .swiper-slide {
		width: 312px;
	}

	.partners__block {
		width: 33.3333333%;
	}

	.footer__wrap {
		flex-wrap: wrap;
	}

	.footer__doc {
		width: 100%;
		flex-wrap: wrap;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
	}

	.footer__doc__block {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.footer__doc__link br {
		display: none;
	}

	.website__development {
		width: 100%;
		flex-wrap: wrap;
	}

	.website__development__icon {
		width: 100%;
		justify-content: center;
		margin: 0 0 15px 0;
	}

	.website__development__title {
		text-align: center;
		width: 100%;
	}

	footer {
		padding: 50px 0;
	}
}


/* Ipad mini*/ 
@media screen and (max-width: 640px) {
	.work {
		padding: 220px 0 0 0;
	}

	.work__flex {
		flex-wrap: wrap;
	}

	.work__block {
		width: 100%;
	}

	.work__restagle {
		display: none;
	}

	.work__btn {
		width: 100%;
	}

	.work h5 br {
		display: none;
	}

	.work p {
		text-align: center;
		margin-top: 20px;
	}

	.header__logo {
		padding: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.burger {
		top: 40px;
	}

	.mt-mobile {
		padding: 166px 0 40px 0;
	}

	.header__right {
		width: 100%;
	}

	.header__contacts {
		width: 100%;
		flex-wrap: wrap;
	}

	.header__contacts__inner {
		width: 100%;
		order: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 20px 0 0 0;
	}

	.header__social {
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		order: 1;
	}

	.header__contacts__number {
		text-align: left;
		order: 2;
	}

	.header__btn {
		margin: 0;
		order: 1;
	}

	.header__contacts__number br {
		display: block;
	}

	.work__absolute {
		top: -166px;
	}

	.work {
		padding: 180px 0 0 0;
	}

	.stages__wrap {
		flex-wrap: wrap;
	}

	.stages__block {
		width: 50%;
	}

	.stages__border {
		background-size: 700px;
	}
}

@media screen and (max-width: 575px) {
  	.application__form__block {
  		width: 100%;
  	}

  	.partners__block {
  		padding: 30px 4px 0 4px;
  	}

  	.partners__wrap {
  		margin: 0 -4px;
  	}

  	.partners__block:nth-of-type(1) .partners__img img {
  		width: 89%;
  	}

  	.partners__block:nth-of-type(2) .partners__img img {
  		width: 80%;
  	}

  	.partners__block:nth-of-type(4) .partners__img img {
  		width: 60%;
  	}
}

/* Galaxy S8+*/ 
@media screen and (max-width: 480px) {
  	.about__img {
  		height: 250px;
  	}

  	.contacts__flex {
  		flex-wrap: wrap;
  	}

  	.contacts__flex__block {
  		width: 100%;
  		margin: 0;
  	}

  	.contacts__socila__list li a img {
  		width: 24px;
  	}

  	.contacts__bottom {
  		padding: 40px 0 0 0;
  	}

  	.cookies_wrap {
  		flex-wrap: wrap;
  	}

  	.cookies_wrap p {
  		width: 100%;
  	}

  	.cookies-popup .ok-btn {
  		margin: 10px auto 0 auto;
  	}
}

/* Galaxy*/ 
@media screen and (max-width: 400px) {
  	h2 {
  		font-size: 27px;
  	}

  	.about__text p {
  		font-size: 12px;
  	}
}


/* Iphone 6.7.8 */ 
@media screen and (max-width: 375px) {
	.header__btn {
		font-size: 10px;
		line-height: 12px;
		width: 180px;
	}
}

/* Iphone 5.5SE */ 
@media screen and (max-width: 320px) {
	
}