@media all and (max-width: 1365px) {
	html, body {
		font-size: 16px;
		line-height: 20px;
	}	
	h1, .h1 {
		font-size: 50px;
		line-height: 56px;
	}
	h2, .h2 {
		font-size: 28px;
		line-height: 32px;
	}
	h3, .h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.burger {
		display: flex;
	}	
	.topMenu {
		display: none;
	}
	.main {
		background-image: url(../images/imgMain-middle.jpg);
	}
	.mainPromo {
		max-width: 580px;
	}
	.mainPromo .slogan {
		padding: 20px 0;
		font-size: 24px;
		line-height: 28px;
	}
	.mainPlus__item {
		padding: 40px 30px;
	}
	.mainPlus__item .h3 {
		max-width: 240px;
	}
	.aboutTeam__title, .numberPlus__item-val {
		font-size: 60px;
		line-height: 60px;
	}
	.numberPlus__item-text {
		min-height: 60px;
	}
	.title {
		font-size: 46px;
		line-height: 50px;
	}
	.services__item {
		padding: 40px 30px;
		gap: 20px;
	}
	.services__item-img {
		max-width: 140px;
	}
	.services__item-plus ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.operations__item-info {
		padding: 40px 30px 20px 30px;
	}
	.operations__item-img {
		max-width: 160px;
	}
	.steps__item {
		padding: 30px;
	}
	.faq-item {
		padding: 20px 30px;
	}
	.decisions, .bottomForm {
		padding: 50px 30px;
	}
	.decisions p {
		max-width: 55%;
	}
	.bottomForm__info {
		max-width: 380px;
	}
	.bottom__menu {
		gap: 100px;
	}	
}

@media all and (max-width: 1023px) {
	.main {
		padding: 300px 0 40px 0;
		background-image: url(../images/imgMain-mob.jpg );
		background-size: auto;
	}	 
	.mainPlus {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 40px;
	}
	.aboutTeam {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		padding: 40px 0;
	}
	.aboutTeam__title {
        font-size: 46px;
        line-height: 50px;
    }
	.numberPlus__item-val {
        font-size: 46px;
        line-height: 50px;
    }
	.numberPlus__item-text {
		padding: 10px 20px;
		margin-top: 10px;
	}
	.services, .operations {
		grid-template-columns: repeat(1, 1fr);
	}
	.operations__item h3 {
		max-width: 320px;
	}
	.operations__item p {
		max-width: 520px;
	}
	.aboutPlus {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		padding: 40px 0;
	}
    .aboutPlus__text {
        padding-top: 0;
		padding-bottom: 420px;
		font-size: 28px;
        line-height: 32px;
    }
	.aboutPlus__text:before {
        width: 440px;
        height: 440px;
        bottom: 0;
        right: 50%;
        margin-right: -220px;
    }
	.aboutPlus__list {
		padding: 0;
	}
	.steps {
		grid-template-columns: repeat(1, 1fr);
	}
	.steps__item {
		min-height: 140px;
		padding: 20px;
	}
	.steps__item:before {
		top: 0;
		font-size: 140px;
		line-height: 140px;
	}
	.decisions:before {
		background-size: auto 60%;
	}
	.bottomForm {
		display: block;
	}	
	.bottomForm__form {
        max-width: 100%;
		margin-top: 20px;
    }
	.form-button .buttonSubmit {
		width: 100%;
	}
	.bottom {
		display: block;
	}	
	.bottom__menu {
		margin-top: 40px;
		gap: 120px;
	}
	.stages {
		display: block;
	}	
	.stages__item {
		margin: 0 auto;
	}	
	.stages__line {
		width: 1px;
		height: 20px;
		margin: 5px auto;
	}	
	.plus__item {
		min-height: 0;
		padding: 20px;
	}
	.plus__item:after {
		font-size: 120px;
		line-height: 120px;
	}
}
@media all and (max-width: 767px) {
	h1, .h1 {
		font-size: 30px;
		line-height: 36px;
	}
	h2, .h2 {
		font-size: 24px;
		line-height: 30px;
	} 
	h3, .h3 {
        font-size: 22px;
        line-height: 26px;
    }
	h4, .h4 {
		font-size: 20px;
		line-height: 24px;
	}
	h5, .h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.wp {
		padding: 0 20px;
	}	
	.section {
		padding-top: 40px;
	}
	.title {
        font-size: 32px;
        line-height: 36px;
		margin-bottom: 20px;
    }
	.sectionTeam {
		background-image: url(../images/fon1-mob.jpg);
	}
	.topBtns {
		gap: 12px;
	}
	.topBtns .btnSmall {
		display: none;
	}
	.topBtns .btnTme {
    	width: 30px;
    	height: 30px;
	}
	.burger {
		width: 30px;
		height: 30px;
	}
    .main {
        padding: 240px 0 20px 0;
        background-size: auto 240px;
    }
	.mainPromo .slogan {
        font-size: 18px;
        line-height: 20px;
    }
	.mainPlus__item {
        min-height: 220px;
		padding: 30px 20px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
    }
	.mainPlus__item:nth-child(1):before, .mainPlus__item:nth-child(2):before {
		width: 100%;
		height: 200px;
		right: -20px;
		background-size: auto 100%;
		background-position: bottom right;
	}
	.course {
		gap: 5px;
	}
	.aboutTeam__title {
		font-size: 30px;
        line-height: 32px;
    }
	.numberPlus {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.numberPlus__item-text {
        min-height: 0;
        padding: 0;
        margin-top: 5px;
        background: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
    }
	.services__item {
		padding: 30px 20px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
    }
	.operations__item {
		gap: 30px;
		padding: 30px 20px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.operations__item h3 {
        max-width: 180px;
    }
	.operations__item-info {
		padding: 0;
	}	
	.operations__item-btn {
		padding: 0;
	}	
	.sectionPlus {
		background-image: url(../images/fon2-mob.jpg);
	}
	.aboutPlus__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.aboutPlus__list-item {
		min-height: 160px;
	}
	.aboutPlus__text {
		padding-bottom: 320px; 
	}
	.aboutPlus__text:before {
        width: 360px;
        height: 360px;
        bottom: 0;
        right: auto;
        margin-right: 0;
        left: 50%;
        margin-left: -160px;
    }
	.faq-item {
        padding: 20px;
		margin: 0 0 10px 0;
    }
	.faq-item_title:after {
        width: 30px;
        height: 30px;
    }
	.faq-item_title {
        min-height: 30px;
        padding-right: 40px;
    }
	.decisions {
		padding: 40px 20px 300px 20px;
		margin: 0 -20px;
		background-image: url(../images/fon3-mob.jpg);
		background-position: center bottom;
		-webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
	}
	.decisions h2 {
		max-width: 360px;
	}
	.decisions p {
        max-width: 100%;
    }
	.decisions:before {
		display: none;
	}	
	.decisions .btnBig {
		margin-top: 30px;
	}
	.bottomForm {
		padding: 40px 20px;
		background-image: url(../images/fon4-mob.png);
		background-position: center bottom;
		background-size: auto;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}	
	.footer {
		padding: 40px 0;
		margin-top: 40px;
	}
	.bottomPhone, .bottomBtn {
		margin-top: 20px;
	}
	.bottomPhone .phone {
        font-size: 24px;
        line-height: 24px;
    }
	.bottom__menu {
        margin-top: 20px;
        gap: 20px;
    }
	.bottom__menu-item {
		width: 100%;
	}	
	.bottom__menu-item .copyright {
		max-width: 100%;
		margin-top: 20px;
	}
	.plus {
		gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}
	.content {
		padding-top: 20px;
	}
	.content h1, .content h2, .content h3, .content p, .content ul, .content ol {
		margin-bottom: 20px;
	}
	.stages {
		margin: 40px 0;
	}	
	.stages__item {
		width: 120px;
		height: 120px;
		padding: 0 10px;
	}
	.stages__item span {
		font-size: 12px;
		line-height: 16px;
	}
	.stages__center {
		width: 160px;
		height: 160px;
	}
	.stages__center span {
		padding-top: 65px;
		font-size: 16px;
		background-size: 60px;
	}	
	.plus {
		margin-bottom: 40px;
 	}
	.plus__item {
	    gap: 10px;
	}
	.plus__item p {
		margin-bottom: 0;
	}	
	.plus__item:after {
        font-size: 100px;
        line-height: 100px;
    }
	.table {
		gap: 20px;
	}	
	.table__row {
		display: block;
	}	
	.table__tdLeft {
		margin-bottom: 10px;
	}	
}