@media (max-width: 600px) {
	.hero__container {
		flex-direction: column;
		gap: 20px;
	}
	.hero {
		height: 100%;
		padding-top: 35px;
	}
	.nav .menu {
		max-height: 0;        
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 0 20px;
	}
	header.active .nav .menu {
		max-height: 300px;
        opacity: 1;
        background: #e1e4e6;
        padding: 30px 0px;
	}
	header .container {
		width: 100%;
		justify-content: space-between;
		gap: 0;
		padding-left: 5%;
	}
	.nav .menu li {
		margin: 10px 0;
		text-align: center;
	}

	.hamburger {
		display: block;
		background: inherit;
		border: none;
		margin-right: 20px
	}
	.header img {
		width: 127px;
	}
	.menu-item a {
    font-size: 16px;
}
	.custom-next img {
		width: 75px;
	}
	.hero__title-main {
		font-size: 42px;
	}
	.hero__subtitle {
		font-size: 20px;
	}
	header {
		position: relative;
		width: 100%;
		top: 0;
		height: 100px;
	}
	.hero__description {
		font-size: 20px;
	}
	.header-block_txt {
		font-size: 14px;
	}
	.hero__title  {
		font-size: 32px;
	}
	.hero__btn {
		width: 335px;
	}
	.hero__column--right {
		padding-left: 0;
	}
	.why-cg-partners__slide {
		padding: 0px;
	}
	.boosting__col_m {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.boosting-desc {
		display: block;
	}
	.boosting-mob {
		display: none;
	}
	.boosting__col:last-child {
		border-right: 1px solid #ADADAD;
	}
	.boosting__col_m img {
		width: 52px;
	}
	.boosting__col--green {
		width: 100%;
	}
	.boosting__title--white {
		font-size: 20px;
		max-width: 100%;
	}
	.brands__flex {
		flex-direction: column;
	}
	.brand__col, .form-group, 
	.footer__col, .boosting__col,
	.brand__col, .faq__col-header {
		width: 100%;
	}
	.comission__row {
		flex-direction: column;
		height: 100%;
	}
	.commission__col {
		width: 100%;
        height: 200px;
        border-right: 1px solid #ADADAD;
        border-bottom: 1px solid #ADADAD;
        gap: 40px;
        padding: 20px 0px;
	}
	.comission__row img {
		display: none;
	}
	.commission-desc .container {
		padding-bottom: 0px;
	}
	.commission-img {
		display: block!important;
	}
	.commission-desc {
		display: block;
		margin-top: -20px;
	}
	.header-block {
		display: none;
	}
	.boosting-svg {
		display: none;
	}
	.commission-m {
		display: none;
		margin-top: -150px;
	}
	.mySwiper  {
		position: relative;
	}
	.header-block-m {
		display: flex;
		gap: 0px;
		flex-direction: column;
	}
	.form-title {
		font-size: 32px;
	}
	.header-block-m__flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.commission__wrapper {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.boosting-wrap {
		padding-top: 0px;
	}
	.form__row {
		display: flex;
		flex-direction: column;
	}
	.boosting-desc .container {
		padding-bottom: 0;
        padding-top: 0px;
        margin-top: -300px;
	}
	.form__col--img {
		width: 100%;
		display: block;
	}
	.brand__col-town-m {
		width: 100%;
		display: block;
		margin-top: -550px;
	}
	.form-footer {
		flex-direction: column;
		gap: 16px;
		flex-direction: column-reverse;
	}
	.footer__row {
		flex-direction: column;
		gap: 40px;
		height: auto;
		padding-bottom: 40px;
	}
	.footer-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer__col {
		height: auto;
		border-right: none;
		padding: 0;
	}
	.footer-list--clm, 
	.brands__flex {
		flex-direction: column;
	}
	.footer-copyright {
		padding: 20px 0px;
	}
	.faq__row {
		flex-wrap: wrap;
	}
	.faq-question {
		font-size: 20px;
	}
	.custom-next {
		top: 20px;
        right: 20px;
	}
	.brand__col-desc {
		margin-top: 0;
	}
	.brands__description {
		font-size: 20px;
	}
	
	.mySwiperTestimonials::after { 
		width: 15%;
		background: inherit;
	}
	.brand__col-town {
		display: none;
	}
	.line-9 {
		width: 150px;
	}
	.line-10 {
		width: 120px;
		left: 30px;
		top: 100px;
	}
	.line-8 {
		width: 120px;
		top: 10px;
		right: 10px;
	}
	.hero__container {
		width: 90%;
	}
	
	.line-2, .line-4, .line-5, 
	.line-6, .line-7 {
		display: none;
	}
	.commission__col--border-top {
		border-top: none;
		padding: 0px 0px 0px !important; 
		margin-bottom: 20px;
	}
	.commission__title, .commission__wrap {
    font-size: 23px;
}
	.boosting__row {
		flex-direction: column;
	}
	.form__col img {
		height: auto;
	}
	.brands .container {
		padding-top: 0px;
	}
}