@media screen and (max-width: 1230px){
	div#order_review {
		gap: 20px;
		max-width: 1000px;
		margin: 0 auto;
	}
	.cqoc_product_name {
		font-size: 21px;
	}
	.woocommerce table.shop_table {
		max-width: 475px;
	}
	#order_review > table > thead > tr > th:nth-child(1) {;
		font-size: 26px;
	}
	.woocommerce-billing-fields, #payment {
		max-width: 500px;
	}
	.form-row {
		max-width: 100%;
		width: 100% !important;
	}
	#billing_last_name_field, #billing_email_field {
		max-width: 100%;
	}
}
@media screen and (max-width: 1001px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 14px;
    cursor: pointer;
    z-index: 60;
  }
  .video-top iframe {
    width: 100%;
    height: auto;
    min-height: 194px;
  }
.popup__arrow {
    right: 70px;
    transform: rotate(66deg);
}
.pop-up-content-wrap .italic-title {
    font-size: 17px;
}
  .reviews__stars {
    max-width: 161px;
    margin: 0 auto 16px;
  }
  .secret__row-item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 16px 2px rgba(0, 44, 122, 0.2);
    padding: 20px 40px;
    min-height: auto;
	padding-bottom: 35px;
  }
  .secret__subtitle b {
    font-family: 'Inter Black';
  }
  .header__burger span {
    background: #1d2e3b;
    height: 2px;
  }
  .header__burger span:last-child {
    width: 50%;
    align-self: flex-end;
  }
  .header .logo {
    margin-right: auto;
    z-index: 60;
  }
.top__btn-box {
    margin: 0px auto 10px;
}
.cards__arrow {
    margin-bottom: 20px;
}
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 50;
    padding-top: 100px;
    transform: translateX(-120%);
    transition: transform 0.5s;
  }
  .header__nav-list {
    gap: 26px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__nav-list li.has-menu ul {
    position: static;
  }
  .header__nav.open {
    transform: translateX(0);
  }
  body {
    font-size: 14px;
  }
  .header {
    padding: 20px 0;
  }
  .top {
    margin-top: 28px;
    position: relative;
  }
  .top__pros {
    flex-direction: column;
    display: none;
  }
  .card {
    flex-direction: column;
    padding: 25px 15px;
    gap: 24px;
  }
  .about-funnel {
    flex-direction: column;
  }
  .card::after {
    content: none;
  }
  .card__text {
    padding-left: 0;
  }
  .top::before {
    content: none;
  }
  .italic-title {
    font-size: 19px;
  }
  .top__title {
    font-size: 21px;
    margin: 0 auto 24px;
  }
  .top__subtitle {
    font-size: 16px;
    max-width: 314px;
    margin: 0 auto 24px;
  }
  .top__video-list {
    gap: 14px;
  }
  .top__video-list li::before {
    top: 1px;
    width: 15px;
    height: 15px;
  }
  .top__video-list {
    gap: 14px;
    flex-direction: column;
  }
  .top__video-list li {
    padding-left: 20px;
    font-size: 14px;
  }
  .top__video-uptitle {
    font-size: 10px;
    text-align: center;
    padding: 10px;
  }
  .top__btn-box .btn {
    width: 80%;
    height: 53px;
    font-size: 16px;
  }
  .top__btn-box span {
    font-size: 10px;
  }
  .top .sound-btn {
    padding: 9px 10px;
    font-size: 10px;
    top: 45px;
    left: 5px;
  }
  .top .sound-btn img {
    max-width: 15px;
  }
  .top__inner {
    padding-bottom: 90px;
    position: relative;
  }
  .top .top__btn-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
  .reviews {
    position: relative;
    margin: 40px 0 40px;
  }
  .title {
    font-size: 24px;
  }
  .reviews::before {
    content: none;
  }
  .reviews__row {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 24px;
  }
  .why-us__inner {
    flex-direction: column;
  }
  .why-us .title {
    margin-bottom: 24px;
    text-align-last: center;
  }
  .why-us__text p {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .secret {
    margin-top: 30px;
  }
  .secret::before,
  .secret::after {
    content: none;
  }
	.secret .title {
		font-size: 24px;
		max-width:100%;
	}
  .secret__subtitle {
    font-size: 16px;
    max-width: 280px;
    margin: 0 auto 40px;
  }
  .secret__row {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
  }
  .secret .small-title {
    max-width: 295px;
    margin: 0 auto 24px;
  }
  .small-title {
    font-size: 21px;
  }
  .about-funnel__text p {
    font-size: 14px;
  }
  .about-funnel__text h2 {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .about-funnel {
    margin-bottom: 40px;
    padding-top: 40px;
    position: relative;
    gap: 24px;
  }
  .cards::after,
  .cards::before {
    content: none;
  }
  .cards__subtitle h4 {
    font-size: 19px;
  }
  .cards__subtitle h2 {
    font-size: 21px;
    max-width: 285px;
    margin: 0 auto 24px;
  }
  .cards__subtitle h5 {
    font-size: 16px;
  }
  .card__text h2 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .card__text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .card__text ul li {
    font-size: 14px;
    line-height: 21px;
    width: auto;
  }
  .card .btn {
    max-width: 256px;
    height: 53px;
    font-size: 16px;
  }
  .card__add p {
    font-size: 10px;
  }
  .second-card,
  .fourth-card,
  .sixth-card {
    flex-direction: column-reverse;
  }
  .comand::after,
  .comand::before {
    content: none;
  }
  .comand__row {
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 24px 50px;
    justify-content: center;
  }
  .comand__item {
    max-width: 100px;
  }
	.comand__info-item {
		width: 50%;
		height: 155px;
	}
  .comand__info-title {
	text-align: center;
    font-size: 14px;
    font-family: 'Inter Bold';
  }
  .comand__info-text {
    font-size: 10px;
  }
  .comand__info-item:nth-child(2),
  .comand__info-item:nth-child(6),
  .comand__info-item:nth-child(10) {
    border-right: none;
  }
  .comand__info {
    margin-bottom: 40px;
  }
  .comand .third {
    max-width: 340px;
    margin: 0 auto 24px;
  }
  .partners__inner {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 16px;
  }
.partners__item {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
}
  .partners__item:nth-child(1)
    .partners__item-img:nth-child(1),
  .partners__item:nth-child(3)
    .partners__item-img:nth-child(2),
  .partners__item:nth-child(4)
    .partners__item-img:nth-child(2) {
    align-self: center;
  }
	.partners__item-img img{
		width:100%;	
		height:auto;
	}

	.partners__item-img{
		max-width:150px !important;
	}
.partners__item:nth-child(2) .partners__item-img {
    max-width: 202px !important;
}
	body > main > section.partners > div > div > div:nth-child(4){
		order:1;
	}
.partners__item:nth-child(5) .partners__item-img {
    max-width: 202px !important;
}
  .funnel__inner h2 {
    font-size: 21px;
    max-width: 290px;
  }
  .funnel__projects {
    gap: 14px;
    justify-content: space-between;
  }
  .funnel__project {
    max-width: 48%;
  }
  .funnel__project-img {
    margin-bottom: 5px;
  }
  .funnel__project h4 {
    font-size: 10px;
    line-height: 14px;
  }
  .funnel__project p {
    font-size: 10px;
  }
  .add-to-cart .btn {
    max-width: 256px;
    height: 53px;
    font-size: 16px;
  }
  .add-to-cart p {
    margin-top: 10px;
    font-size: 10px;
  }
  .winners {
    margin-top: 40px;
  }
  .winners::before,
  .winners::after {
    content: none;
  }
  .winners__inner h2 {
    font-size: 21px;
    max-width: 336px;
    margin-bottom: 24px;
  }
  .winners__inner p {
    font-size: 16px;
    line-height: 24px;
  }
  .winners__gallery {
    margin: 24px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .winners__card {
    width: 45%;
  }
  .add-to-cart {
    margin-top: 24px;
  }
  .add-to-cart p {
    font-size: 10px;
  }
  .faq-section h3 {
    margin: 40px 0 24px 0;
    font-size: 21px;
  }
  .faq-heading {
    font-size: 14px;
    margin-top: 14px;
    padding-left: 22px;
  }
  .faq input[type='checkbox']:not(:checked) + label {
    height: 47px;
  }
  .faq .faq-arrow {
    top: -13px;
    right: 20px;
  }
	.faq-text {
		font-size: 16px;
		line-height: 21px;
		padding-left: 26px;
	}
  .card-img.polit span {
    font-size: 12px;
    line-height: 21px;
  }
  .model-open .custom-model-inner {
    margin-top: 40%;
  }
  .popup__title {
    font-size: 24px;
  }
  .form-btn {
    font-size: 18px;
  }
  
	.site-hero__inner .title{
    	font-size: 21px;
	    margin-bottom: 16px;
	}
	.site-page .breadcrumbs{
		justify-content:flex-start;
		padding-left:23px;
		margin-bottom: 24px;
	}
	.site-hero__inner p {
		font-size: 14px;
		max-width: 327px;
	}
	.site-page .top__btn-box{
		width:256px;
	}
	.site-page .top__btn-box .btn {
		width: 100%;
		height: 53px;
		font-size: 16px;
	}
	.site-hero__img{
		display:none;
	}
	.site-hero__img.mobile__hero{
		display:block;
		margin-top:40px;
		margin-bottom:10px;
	}
	.site-page .small-title.second{
		max-width:292px;
		width:100%;
		margin:0 auto;
	}
	body > main > section.site-hero > div > div.site-hero__desc > p:nth-child(2){
		margin-bottom:8px;
	}
	.site-hero__desc .comand__arrows {
		display:none;
	}
	.site-cards{
		margin-top:40px;
	}
	.site-cards__wrapper .card {
		padding: 24px 18px;
	}
	.site-cards__wrapper .first-card .card__add,
	.site-cards__wrapper .third-card .card__add {
		order: 1;
	}
	.site-cards__wrapper .second-card .card__add,
	.site-cards__wrapper .fourth-card .card__add {
		order: -1;
	}
	.fourth-card .card__text {
		padding-left: 0px !important;
	}
	.site-cards__wrapper .card {
		gap:30px;
	}
	.site-review__inner{
		flex-direction:column;
	}
	.site-review__text h2{
		display:none;
	}
	.mobile__text{
		max-width:327px;
		margin:0 auto;
		display:block;
		color: #1D2E3B;
		text-align: center;
		font-family: "Inter Bold";
		font-size: 21px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
	}
	.mobile__text span{
		color:#4AD697;
	}
	.site-review__inner {
		display: flex;
		align-items: center;
		gap: 24px;
	}
	.site-review__text p {
		color: #4D5256;
		font-size: 14px;
		font-family: "Inter Regular";
		font-style: normal;
		font-weight: 400;
		text-align:center;
		line-height: 21px;
	}
	.site-page .italic-title{
	    max-width: 227px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.site-cards .top__btn-box{
		display:none;
	}
	.site-review {
		margin-top: 40px;
	}
	.review__author{
		display:none;
	}
	.review__author.mobile__author{
		display:block;
		margin-top:0 !important;
	}
	.action-section .small-title {
		margin-bottom: 20px;
	}
	.action-section{
		background:transparent;
	}
	.card__add-btn-wrapper {
		justify-content:center;
		gap: 16px;
	}
	.card__add-btn-wrapper .more__btn,
	.card__add-btn-wrapper .btn{
		max-width:140px;
		font-size:12px;
		margin:0;
	}
	.mobile__payment{
		display:block;
	}	
	.payments__action .top__btn-box{
		display:none;
	}
	.payments__action{
		text-align:center;
	}
	.payments__action h2{
		font-size:21px;
	}
	.payments__action p{
		font-size: 14px;
		line-height:20px;
	}
	.payments__inner{
		flex-direction:column;
		gap:40px;
	}
	.payments__ways {
		justify-content: center;
	}
	.products{
		flex-wrap:wrap;
	}
}
@media screen and (max-width: 992px){
	.entry-title {
		margin: 40px 0;
	}
	.woocommerce-billing-fields {
		padding: 32px;
	}
	#payment {
		padding: 0 32px;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		max-width: 100px;
		min-width: initial;
	}
	.woocommerce-checkout-review-order-table .product-name {
		padding: 9px 20px 9px 12px;
	}
	.woocommerce-billing-fields, #payment {
		max-width: 80%;
	}
	.woocommerce table.shop_table {
		max-width: 80%;
		position:relative;
		order:-1;
	}
	.cqoc_product_name {
		font-size: 16px;
	}
	div#order_review {
		max-width: 850px;
		justify-content:center;
	}
	#payment {
		top: -27px;
	}
}
@media screen and (max-width: 768px){
	.products{
		flex-direction:column-reverse;
		justify-content:center;
	}
	.products li.product{
		margin:0 auto;
	}
	.entry-title{
		font-size:24px;
	}
	#order_review > table > thead > tr > th:nth-child(1) {
		font-size: 18px;
	}
	.shop-page-subtitle{
		color: #4D5256;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}
	div#order_review {
		max-width: 100%;
	}
	.woocommerce-billing-fields, #payment {
		max-width: 100%;
	}
	.woocommerce table.shop_table {
		max-width: 100%;
	}
}
@media screen and (max-width: 390px) {
  .funnel__project {
    max-width: 47%;
  }
}
