/* ===== RESPONSIVE STYLE ===== */
@media (max-width:1600px) {
	.service-title-virtical {
		font-size: 5rem;
	}
}

@media (max-width:1440px) {
	html {font-size: 0.65vw}
	.container {
		max-width: 1200px;
	}
	.header .container {
		padding: 0 20px;
	}
	.menu li a, .lang, .contact-link {
		font-size: 1.6rem;
	}
	.qr-block, .social li a {
		width: 4rem;
		height: 4rem;
	}
	.qr-block {
		padding: 0.8rem;
	}
	.section {padding:7rem 0;}

	.about-img {
		height: 45rem;
	}
	.h1, h1 {
		font-size: 5rem;
	}
	.h2, h2 {
		font-size: 4rem;
	}
	.logo {
		margin-right: 2rem;
	}
	.fs-content::before {
		left: 4rem;
	}
	.bg-title {
		font-size: 8rem;
	}
	.service-item-content {
		max-height: 43rem;
		margin-bottom: 3rem;
	}
	.faq .bg-title span:first-child {
		font-size: 20rem;
	}
	.faq .bg-title span:nth-child(2) {
		font-size: 15rem;
	}
	.faq .bg-title span:last-child {
		font-size: 10rem;
	}
	.acc-right-icon {
		min-width: 5rem;
		height: 5rem;
	}
	.contact-wrapper .contact-link {
		font-size: 3.5rem;
	}
	.personal-offer {
		padding:7rem 0 0;
	}
	.section-head {
		margin-bottom:3rem;
	}
	.video-section video {
		height: 70vh;
	}
	.offer-wrapper::before {
		bottom: -3rem;
	}
}

@media (max-width:1280px) {
	/* Mobile menu */
	.mobile-btn {
		width:25px;
		display: block;
		margin-left:20px;
	}
	.mobile-btn span{
		display: block;
		height: 2px;
		background-color: #fff;
		border-radius: 2px;		
	}
	.mobile-btn span:not(:last-child){margin-bottom:5px;}
	.nav {
		position: fixed;
		display:flex;
		flex-direction: column;
		justify-content: space-between;
		transform: translateX(100%);
		visibility: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(../images/bg/menu-bg.jpg) no-repeat center center / cover;;
		padding: 45px 20px;
		transition: all .3s;
		z-index: 120;
		overflow-y:auto;
	}
	.nav.active{
		transform: translateX(0);
		visibility: visible;
	}
	.close-menu{
		width: 25px;
		height: 25px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.close-menu::before,
	.close-menu::after{
		content: '';
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.close-menu::before{
		transform: rotate(45deg);
	}
	.close-menu::after{
		transform: rotate(-45deg);
	}
	.menu {flex-direction: column;}
	.menu li {margin: 0 0 25px 0;text-align: center;}
	.menu li a{
		font-size: 20px;
		text-transform:uppercase;
	}
	.mobile-menu__content {display:block;}
	/* // Mobile menu */
	.mobile-logo {
		display: block;
		margin-right:0;
		margin: 0 auto;
	}
	.header .container {
		padding:0 20px;
	}
	.header-item .sm-hide {
		display: none;
	}
	.logo {
		width: 95px;
	}
	.contact-wrapper .contact-link {
		font-size: 3rem;
	}
	.mobile-menu__content .contact-link {
		margin-left: 3rem;
		color: #fff;
		justify-content: center;
		text-align: center;
		margin: 0;
		font-size: 2rem;
	}
	.offer-wrapper {
		box-shadow: 1rem -1rem 0 rgba(255,189,89,0.4);
	}
	.qr-block {
		display: none;
	}
	
}

@media (max-width:1024px) {
	.main-crm-descript {
		padding-top: 11rem;
	}
}

@media (max-width:768px) {
	html {font-size:10px;}
	p, ul li, ol li, a {font-size: 15px;}
	
	.sm-hide {display:none;}
	.sm-show {display:block;}
	.sm-show.flex {display:flex;}

	.popup-window, .thanks-window {
		width: calc(100% - 40px);
		padding: 30px 20px;
	}
	.message-window {
		width: calc(100% - 40px);
	}

	.section, .consult-section {padding:5rem 0;}

	.sm-col-1 {grid-template-columns: repeat(1, 1fr);}
	.sm-col-2 {grid-template-columns: repeat(2, 1fr);}
	.sm-col-3 {grid-template-columns: repeat(3, 1fr);}
	.sm-col-1 .item {grid-column: auto; grid-row: auto;}

	.main-title {
		font-size: 4.5rem;
	}
	.main-subtitle {
		font-size: 2.2rem;
	}
	.consult-row .h3, h3, .h3 {
		font-size: 2.3rem;
		line-height: 1.2;
	}
	.h1, h1 {
		font-size: 4rem;
	}
	.h2, h2 {
		font-size: 3rem;
	}
	.consult-row .h3 {
		margin-bottom:30px;
		text-align: center;
	}
	.consult-section .btn-container {
		justify-content: center;
		width: 100%;
	}
	.consult-row {
		justify-content: center;
	}
	.direction-card {
		padding: 3rem 2rem;
	}
	.advantages-wrapper {
		display: flex;
		flex-direction: column-reverse;
		gap:30px;
	}
	.advantages-img img, .specials-img img {
		aspect-ratio: 1.6;
	}
	.advantages {
		padding: 5rem 0;
	}
	.number {
		font-size: 8rem;
	}
	.first-screen {
		height: auto;
		padding: 17rem 0 10rem;
	}
	.fs-content p {
		font-size: 1.8rem;
		width: 100%;
	}
	.fs-content::before {
		height: 35vh;
	}
	.support-img img {
		aspect-ratio: 2;
	}
	.video-overlay-decor {
		width: 30%;
		right: 0;
	}
	.video-section video {
		height: 40vh;
	}
	.advantages::before, .specials::before, .img-decor::before {
		display: none;
	}
	.section-head p {
		width: 100%;
	}
	.faq-wrapper {
		gap:2rem;
	}
	.service__wrapper {
		flex-direction: column;
	}
	.service-img {
		height: 100%;
		width: 100%;
		position: absolute;
		top:0;
		left:0;
	}
	.service-item-descript {
		top: 0;
		left: 0;
		position: relative;
		transform: none;
		opacity: 1;
    	visibility: visible;
		width: 100%;
	}
	.service-title-virtical {
		font-size: 3rem;
		writing-mode: horizontal-tb;
		right: auto;
		left: 0;
		position: relative;
		top: 0;
		margin-bottom: 20px;
		color:#fff;
		font-weight: bold;
	}
	.service-title {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.service-item-content {
		max-height: 100%;
		margin-bottom: 0;
		padding-right: 0;
	}
	.service-item {
		flex: auto;
		padding:30px 20px;
		border-bottom:2px solid var(--main-color);
	}
	.mob-service-link {
		font-size: 1.8rem;
		text-transform: uppercase;
		margin-top:1em;
	}
	.mob-service-link.active span:nth-child(2), .mob-service-link img {
		display: block;
	}
	.mob-service-link.active span:nth-child(1) {
		display: none;
	}
	.mob-service-link.active img {
		transform: rotate(180deg);
	}
	.service-title br {
		display: none;
	}
	.service-item-descript .btn-container {
		padding-right:0;
	}
	.old-price {
		font-size: 3rem;
	}
	.actual-price {
		font-size: 4rem;
	}
	.pay-comment {
		margin-top: 1em;
	}
	.bg-title {
		font-size: 4rem;
		right:20px!important;
		left:auto!important;
	}
	.consult-section, .first-screen::after, .video-overlay-decor {
		background:rgba(134,219,97,0.6);
	}
	.actual-price {
		color:rgba(134,219,97,0.8)
	}
	.offer-wrapper {
		width: 100%;
	}
	.offer-item {
		padding: 4rem 20px;
	}
	.offer-item p {
		margin-bottom: 1em;
	}
	.personal-offer {
		padding: 5rem 0 0;
	}
	.question::before {
		font-size: 2rem;
	}
	.question {
		align-items: flex-start;
		line-height: 1.4;
	}
	.offer-wrapper::before, .personal-offer::before, .offer-item:first-child::before {
		display: none;
	}
	.video-section {
		height: 450px;
	}

	.first-screen .btn-container {
		justify-content: center;
	}
	.header .social {
		margin-left: 0;
	}
	.header .social li {
		margin: 0;
	}

	.team-wrapper {
		display: flex;
		flex-wrap:wrap;
		justify-content: space-around;
		gap:0;
	}
	.team-wrapper .item {
		width: 47%;
		margin-bottom:30px;
	}
	.team-avatar {
		margin: 0 auto 3rem;
		width: 50%;
	}
	.our-serv-wrap .h3 {
		font-size: 20px;
	}
	.client-logo {
		margin-bottom: 3rem;
		height: 8rem;
	}
	.service-content-list li {
		font-size: 15px;
		font-weight: 100;
		color: #fff;
	}
	.service-popup {
		width: 100%;
	}
	.service-content-list li::before {
		width:1.5rem;
		margin:0.5rem 1rem 0 0;
	}
	.section-head .h4 {
		width: 100%;
		margin: 0 auto 1em;
		font-size: 2rem;
	}
	.service-content-head .play-btn {
		width:6rem;
		height:6rem;
	}
	.service-content {
		max-width: 100%;
		width: 100%;
	}
	.service-content p {
		color: #fff;
		font-size: 16px;
	}

	.main-crm-descript {
		padding-top:0;
	}
	.main-crm .h3, .main-crm h3 {
		letter-spacing: 0.1em;
	}
	.crm-form-wrapper::after {
		display:none;
	}
	.main-crm {
		background: none;
		padding: 3rem 0;
	}
	.crm-form__body .header {
		position: relative;
	}
	.crm-form__body .header .logo {
		margin: 0 auto;
	}
	.main-crm .h3, .main-crm h3, .main-crm .h1, .main-crm h1, .main-crm p,.main-crm .marker--list li {
		text-align: center;
	}
	.main-crm .marker--list li {
		justify-content: flex-start;
		text-align: left;
	}

	.consult-row .h4 br {
		display: none;
	}
	.consult-row .h4 {
		width: 100%;
		margin-bottom:20px;
	}
	.support-wrapper, .faq-wrapper-alt {
		width: 100%;
	}
	.page-head {
		padding: 15rem 0 13rem;
	}
	.about-img-alt img {
		aspect-ratio: 1.7;
	}
	.about-alt {
		padding-bottom: 5rem;
	}
	.main-crm-descript .marker--list {
		margin-bottom: 0;
	}
	
	.player__area {
        width: 100%;
        height: 25rem;
    }
	.pr__title, .pr__index  {
		font-size: 16px;
	}
	
	.decor__patern {
		width: 50rem;
		height: 50rem;
	}
	.action-row .h3, .action-row p {
		text-align: center;
	}
	.action-row {
		flex-direction: column;
	}
	.action-row .item {
		margin-bottom:30px;
	}
	.action-section {
		padding: 5rem 0;
		background: var(--green);
	}
	
}

@media (max-width:767px) {	
	.mob-col-1 {grid-template-columns: repeat(1, 1fr);}
	.mob-col-2 {grid-template-columns: repeat(2, 1fr);}
	
	.mobile-col-1 {grid-template-columns: repeat(1, 1fr);}
	.mobile-col-2 {grid-template-columns: repeat(2, 1fr);}
	.mobile-col-1 .item {grid-column: auto; grid-row: auto;}

	.header {
		padding: 1.5rem 0px;
	}
	.main-title {
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.3;
		margin-bottom:20px;
	}
	.fs-content p {
		font-size: 1.6rem;
		padding-left: 2rem;
		border-left: 2px solid var(--main-color);
	}
	.fs-content::before {
		display: none;
	}
	.main-subtitle {
		text-align: center;
	}
	.first-screen {
		padding: 13rem 0 7rem;
	}
	.logo {
		display: block;
		max-width: 95px;
		width: 95px;
		margin-right:0;
	}
	.h2, h2 {
		font-size: 2.6rem;
	}
	.h3, h3 {
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.h4, h4 {
		font-size: 2rem;
	}
	.advantages-list p {
		padding-left: 1em;
	}
	.direction-list li {
		justify-content: flex-start;
		text-align: left;
	}
	.direction-list {
		margin-top:20px;
	}
	.about-img {
		height: 25rem;
	}
	.copyright-wrapper {
		display: none;
	}
	.count-text {
		font-size: 16px;
	}
	.num-block span {
		font-size: 3rem;
	}
	.number {
		font-size: 4rem;
		line-height: 0.7;
	}
	.advantages-img img, .specials-img img {
		aspect-ratio: 1.3;
	}
	.advant-num-wrapper {
		padding: 2rem;
		backdrop-filter: blur(5px);
		width: 100%;
	}
	.advant-num-wrapper .h4 {
		font-size: 1.6rem;
		margin: 0;
	}
	.contact-wrapper .contact-link {
		font-size: 2rem;
	}
	.mobile-menu__content .contact-link {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.contact-wrapper .contact-link .fa {
		width: 2rem;
	}
	.contact-wrapper p {
		margin-bottom: 1em;
	}
	.contact-wrapper .contact-link {
		font-size: 20px;
	}
	.contact-wrapper .contact-link:last-child {
		margin-bottom:0;
	}
	.mobile-menu__content {
		overflow: auto;
	}
	.service-title-virtical {
		font-size: 2.5rem;
	}
	.specials-wrapper, .contact-wrapper {
		gap:3rem;
	}
	.video-overlay-decor {
		width: 100%;
		right: 0;
		height: 60px;
		opacity: 1;
	}
	.play-btn {
		width: 8rem;
		height: 8rem;
	}
	.acc__head__text {
		font-size: 1.5rem;
	}
	.acc__body {
		padding: 0 20px 20px;
		display: none;
	}
	.form-row {
		margin-bottom:2rem;
	}
	.popup__content .h3 {
		font-size: 2.5rem;
	}
	.fs-bg-text {
		right: 2rem;
		font-size: 10rem;
	}
	.service-title {
		font-size: 18px;
	}
	.header-fixed-top .logo {
		width:65px;
	}
	.old-price {
		font-size: 2.5rem;
	}
	.actual-price {
		font-size: 3rem;
		line-height: 1.4;
	}
	.price {
		margin-top:20px;
		align-self: flex-start;
	}
	.old-price::before {
		left: -0.5rem;
	}
	.service-item-descript .btn-container {
		flex-direction: column;
	}
	.offer-item {
		width:100%;
	}
	.offer-img {
		display: none;
	}
	.form-row {
		gap:0;
	}
	.section-head {
		margin-bottom: 3rem;
	}
	.footer {
		padding: 2rem 0;
	}
	.consult-section {
		padding: 3rem 0;
	}
	.social-link .fa {
		font-size: 2.5rem;
	}
	.video-section {
		height: 350px;
	}

	.service-item-descript .btn {
		margin:0 0 2rem;
	}
	.lang-select {
		margin-right: 1rem;
	}
	.lang {
		margin: 0 1em;
	}
	.first-screen .btn-container {
		margin-top:25px;
	}
	.nav .mobile-logo {
		margin:0 auto;
	}
	.mob-service-link, .question, .input-wrapper input, .input-wrapper textarea {
		font-size: 15px;
	}
	.acc-right-icon {
		min-width: 3.5rem;
		height: 3.5rem;
	}
	.acc__head {
		padding: 0.7em 1em;
	}
	.service-descript-unite {
		margin-bottom:20px;
	}

	.team-wrapper .item {
		width: 100%;
	}
	.team-avatar {
		margin: 0 auto 2rem;
	}
	.team-card .h3 {
		margin-bottom: 0.5em;
	}
	.our-serv-wrap {
		margin:0 -1em;
	}
	.our-serv-wrap .item {
		width: 50%;
		padding: 0 1rem;
	}
	.our-serv-icon {
		margin: 0 auto 2rem;
		width: 5rem;
	}
	.our-serv-wrap .h3 {
		font-size: 18px;
	}
	.clients-slider .slide {
		padding:0 2rem;
	}
	.clients-slider .slick-list {
		margin:0 -2rem;
	}
	.service-popup .close-popup {
		width:25px;
		height: 25px;
		top:0.5em;
		right:0.5em;
	}
	.service-popup .close-popup::before, .service-popup .close-popup::after {
		width: 25px;
	}
	.contact-wrapper .contact-link .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.crm-logo {
		display: block;
		height: 7rem;
	}
	.section-head .h4 {
		font-size: 1.6rem;
	}
	.service-content-head {
		margin-bottom: 2rem;
	}
	.service-content-body {
		height: 30rem;
	}
	.main-crm .h1 br, .main-crm h1 br {
		display: none;
	}
	.main-crm .h1, .main-crm h1 {
		font-size: 3rem;
	}
	.main-crm .h3, .main-crm h3 {
		font-size: 2rem;
	}
	.main-crm {
		padding: 0;
	}

	.first-screen .btn-row .btn {
		margin:0 0 20px;
	}
	.first-screen .btn-row .btn:last-child {
		margin: 0;
	}
	.consult-row .h3 {
		width: 100%;
	}
	
	.service-content-head .play-btn {
		margin-left: 2rem;
	}
	.service-content-head .play-btn {
		width: 5rem;
		height: 5rem;
	}
	.about-alt {
		margin-top: 5rem;
	}
	.page-head {
		padding: 13rem 0 5rem;
	}
	
	.reg-icon {
		width: 5rem;
		height: 5rem;
	}
	.atent__icon {
		width: 6rem;
		height: 6rem;
	}
	.action-section .btn-container {
		width: 100%;
	}

}

@media (max-width:480px) {	
	.btn {
		padding: 0.7em 2em;
		width: 100%;
		font-size: 16px;
	}
}
