@media only screen and (max-width: 768px) {
	
	.wrapper {
		 width: 86.25vw;
		 padding: 1vw 0;
	}
	 body {
		 overflow-x: hidden;
	}
	 .md-line-dotted::after {
		 border-bottom: 0.3125vw dotted var(--color-main);
	}
	 .md-color-main-btn {
		 height: 18.75vw;
		 padding: 0 14.6875vw;
	}
	 .md-color-main-btn:hover {
		 padding: 0 14.6875vw;
	}
	 .md-color-main-btn span {
		 font-size: 3.75vw;
		 line-height: 4.6875vw;
		 letter-spacing: 0.03em;
	}
	 .md-color-main-btn img, .md-color-main-btn svg {
		 width: 3.0625vw;
		 height: 3.0625vw;
		 -o-object-fit: contain;
		 object-fit: contain;
	}
	 .md-color-main-btn::after {
		 width: 7.8125vw;
	}
	 .md-standart-form .form-text {
		 font-size: 3.75vw;
		 line-height: 5vw;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form .form-container {
		 margin-bottom: 3.125vw;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .md-standart-form .form-file > div {
		 width: 76.25vw;
		 height: 18.75vw;
		 border-radius: var(--border-main);
		 padding: 0 9.375vw;
		 padding-right: 15.625vw;
		 font-size: 3.75vw;
		 line-height: 4.375vw;
	}
	 .md-standart-form .form-file > div img, .md-standart-form .form-file > div svg {
		 width: 6.25vw;
		 height: 6.25vw;
		 right: 6.25vw !important;
	}
	 .md-standart-form .form-file > div p {
		 max-height: 4.375vw;
	}
	 .md-standart-form .form-select {
		 width: 76.25vw;
		 height: 18.75vw;
		 margin-bottom: 3.125vw;
		 border-radius: var(--border-main);
		 padding: 0 9.375vw;
		 font-size: 3.75vw;
	}
	 .md-standart-form .form-select span.current {
		 line-height: 18.75vw;
	}
	 .md-standart-form .form-select::after {
		 width: 1.5625vw;
		 height: 1.5625vw;
	}
	 .md-standart-form .form-select .list {
		 border-bottom-left-radius: 9.375vw;
		 border-bottom-right-radius: 9.375vw;
	}
	 .md-standart-form .form-select .list .option {
		 line-height: 18.75vw;
		 padding: 0 9.375vw;
	}
	 .md-standart-form .form-input {
		 width: 76.25vw;
		 height: 18.75vw;
		 font-size: 3.75vw;
		 border-radius: var(--border-main);
		 padding: 0 9.375vw;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form .form-textarea {
		 width: 63.125vw;
		 font-weight: 500;
		 height: 34.6875vw;
		 border-radius: var(--border-main);
		 font-size: 3.125vw !important;
		 padding: 6.25vw 7.8125vw;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form .form-checkbox div {
		 width: 3.75vw;
		 height: 3.75vw;
		 margin-right: 1.875vw;
		 border-radius: var(--border-main);
	}
	 .md-standart-form .form-checkbox div img, .md-standart-form .form-checkbox div svg {
		 width: 1.5625vw;
		 height: 1.25vw;
	}
	 .md-standart-form .form-checkbox p {
		 font-size: 2.1875vw;
		 line-height: 2.8125vw;
	}
	 .price-popup .form-select, .price-popup .form-input, .price-popup .form-btn{
		 width: 100% 
	}
	 .md-main-title {
		 font-size: 6.25vw;
		 line-height: 1.2;
		 text-align: center;
		 width: 100%;
	}
	 .md-standart-slider .slider-btn {
		 display: none;
	}
	 .md-standart-slider .slider-pagination {
		 bottom: -6.25vw;
	}
	 .md-standart-slider .slider-pagination .swiper-pagination-bullet {
		 width: 2.5vw;
		 height: 2.5vw;
		 margin: 0 1.25vw;
	}
	 .md-standart-slider .slider-hint {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 margin-bottom: 4.6875vw;
	}
	 .md-standart-slider .slider-hint span {
		 font-size: 2.5vw;
		 line-height: 4.0625vw;
		 letter-spacing: 0.05em;
		 margin-right: 2.5vw;
		 font-weight: 700;
		 color: var(---main-color-two);
	}
	 .md-standart-slider .slider-hint svg {
		 width: 4.0625vw;
		 height: 4.375vw;
	}.md-standart-slider .slider-hint svg path{
		 fill: #919191;
	}
	 .md-standart-form.md-popup-form .form-text {
		 padding-left: 0vw;
		 font-size: 3.125vw;
		 line-height: 3.75vw;
		 margin-bottom: 3.125vw;
		 text-align: center;
	}
	 .md-standart-form.md-popup-form .form-container {
		 width: 63.125vw;
		 margin: 0 auto;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form.md-popup-form .form-select {
		 height: 18.75vw;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form.md-popup-form .form-select span.current {
		 line-height: 18.75vw;
	}
	 .md-standart-form.md-popup-form .form-select .list .option {
		 line-height: 18.75vw;
		 min-height: 18.75vw;
	}
	 .md-standart-form.md-popup-form .form-select.open {
		 border-top-left-radius: 9.375vw;
		 border-top-right-radius: 9.375vw;
	}
	 .md-standart-form.md-popup-form .form-select.open .list {
		 border-bottom-left-radius: 9.375vw;
		 border-bottom-right-radius: 9.375vw;
	}
	 .md-standart-form.md-popup-form .form-input {
		 height: 18.75vw;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form.md-popup-form .form-btn {
		 width: 100%;
		 height: 18.75vw;
		 padding: 0 9.375vw;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .md-standart-form.md-popup-form .form-btn span {
		 font-size: 3.75vw;
		 line-height: 4.375vw;
	}
	 .md-standart-form.md-popup-form .form-checkbox {
		 width: 43.75vw;
	}
	 .md-standart-form.md-popup-form .form-file {
		 width: 100%;
		 margin: 0;
		 margin-bottom: 3.125vw;
	}
	 .md-standart-form.md-popup-form .form-file > div {
		 width: 100%;
		 height: 18.75vw;
	}
	 .filters__slider {
		 margin-bottom: 7.8125vw;
	}
	 .filters__slider .swiper-container {
		 overflow: visible;
		 min-height: 9.375vw;
	}
	 .filters__slider .swiper-container .swiper-wrapper {
		 min-height: 9.375vw;
	}
	 .filters__slider .filters-item {
		 width: 22.5vw;
		 padding: 1.5625vw 4.6875vw;
		 font-size: 2.5vw;
		 line-height: 2.8125vw;
	}
	
	 .header.open {
		 z-index: 100;
	}
	 .header.open .header__nav {
		 opacity: 1;
		 pointer-events: all;
	}
	 .header.open .header__logo p, .header.open .header__contacts a, .header.open .header__contacts p {
		 color: var(--text-color-main);
	}
	 .header.open .nav-wrap .nav .nav-item a {
		 color: var(--text-color-main);
	}
	 .header.open .nav-wrap .nav .nav-item.dropdown-item::after {
		 border-color: var(--text-color-main);
	}
	 .header__top {
		 position: relative;
		 z-index: 3;
	}
	 .header__top .wrapper {
		 border-bottom: none;
	}
	 .header__btn-wrap p{
		 display: none;
	}
	 .header__btn {
		 display: block;
		 width: 4.25vw;
		 height: 4.25vw;
		 position: relative;
	}
	 .header__btn span {
		 width: 4.25vw;
		 height: 0.725vw;
		 border-radius: var(--border-main);
		 position: absolute;
		 left: 0;
		 background-color: var(---main-color);
		 -webkit-transition: 0.3s;
		 transition: 0.3s;
	}
	 .header__btn span:first-child {
		 top: 0;
	}
	 .header__btn span:nth-child(2) {
		 top: 50%;
		 -webkit-transform: translateY(-50%);
		 transform: translateY(-50%);
	}
	 .header__btn span:last-child {
		 bottom: 0;
		 width: 5.25vw;
	}
	 .header__btn.open span:last-child{
		 width: 4.25vw;
	}
	 .header__btn.open span:first-child {
		 top: 50%;
		 -webkit-transform: translateY(-50%) rotate(-45deg);
		 transform: translateY(-50%) rotate(-45deg);
		 -webkit-transform-origin: center center;
		 transform-origin: center center;
	}
	 .header__btn.open span:nth-child(2) {
		 opacity: 0;
	}
	 .header__btn.open span:last-child {
		 bottom: 50%;
		 -webkit-transform: translateY(50%) rotate(45deg);
		 transform: translateY(50%) rotate(45deg);
		 -webkit-transform-origin: center center;
		 transform-origin: center center;
	}
	 .header__text, .header__address, .head_ben, .header__social {
		 display: none;
	}
	 .header__logo {
		 width: 23.4375vw;
	}
	 .header__logo a img {
		 width: 23.5vw;
		 height: 100%;
		 margin-right: 3vw;
	}
	.header__logo a svg {
		 width: 5.5vw;
		 height: 100%;
		 margin-right: 3vw;
	}
	 .header__logo a p {
		 font-size: 5.3125vw;
		 line-height: 1;
	}
	 .header__contacts {
		 width: 37.5vw;
	}
	 .header__contacts p {
		 width: auto;
		 font-size: 2.1875vw;
		 line-height: 2.5vw;
	}
	 .header__contacts p:before, .header__contacts p::after {
		 width: 0.9375vw;
		 height: 0.9375vw;
		 left: -1.875vw;
	}
	 .header__contacts a {
		 font-size: 3.125vw;
		 line-height: 4.0625vw;
	}
	 .header__contacts .call-back {
		 font-size: 2.8125vw;
		 line-height: 3.4375vw;
		 padding-bottom: 0.3125vw;
	}
	 .header__nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 17vw 10vw;
		height: 100%;
		background-color: #F5F8F9;
		z-index: 30;
		padding-bottom: 6.25vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		pointer-events: none;
	}
	 .header__nav .wrapper {
		 overflow-x: hidden;
		 overflow-y: auto;
	}
	 .header__nav .nav-wrap {
		 width: 100%;
		 height: 100%;
		 border-bottom: none !important;
	}
	 .header__nav .nav-wrap .nav {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .header__nav .nav-wrap .nav > .nav-item {
		 padding: 0;
		 margin: 0;
		 margin-bottom: 4.6875vw;
	}
	 .header__nav .nav-wrap .nav > .nav-item:last-child {
		 margin-bottom: 0;
	}
	 .header__nav .nav-wrap .nav > .nav-item:first-child {
		 display: none;
	}
	 .header__nav .nav-wrap .nav > .nav-item a {
		 font-size: 4.375vw;
		 line-height: 6.25vw;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: start;
		 -ms-flex-align: start;
		 align-items: flex-start;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 position: relative;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item::after {
		 position: absolute;
		 top: 1.875vw;
		 right: 4.6875vw;
		 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		 width: 2vw;
		 height: 2vw;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu {
		 position: static;
		 padding: 0;
		 opacity: 1;
		 pointer-events: all;
		 border-top: none;
		 background-color: transparent;
		 padding-top: 3.125vw;
		 display: none;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.open {
		 display: block;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2.open {
		 padding-left: 2vw;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item {
		 margin: 0;
		 padding: 1.125vw 0;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item:last-child {
		 padding-bottom: 0;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu .nav-item a {
		 font-size: 3.7vw;
		 line-height: 1;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item .nav-menu.nav-menu--level-2 .nav-item a {
		 font-size: 3.5vw;
		 line-height: 1;
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover > a {
		 color: var(--text-color-main);
	}
	 .header__nav .nav-wrap .nav > .nav-item.dropdown-item:hover::after {
		 border-color: var(--text-color-main);
	}
	 .nav-wrap .nav .nav-menu--level-1 .nav-item.dropdown-item::after {
		 content: none;
	}
	 .first {
		 padding: 0vw;
		 margin-bottom: 7.8125vw;
	}
	 .first__bg {
		 top: 0;
		 left: 0;
		 right: 0;
		 bottom: 0;
		 height: auto;
	}
	 .first__bg .second-bg {
		 width: 80%;
		 max-height: 67.5vw;
		 object-fit: contain;
		 right: 0;
		 display: none;
	}.first__title span {
   
    margin-right: 4vw;
}
	 .first__title {
		 width: 100%;
		 margin: 0 auto;
		 margin-bottom: 3vw;
		 font-size: 5.5vw;
		 line-height: 1.3;
		 text-align: left;
		 display: flex;
		 justify-content: center;
	}
	 .first__content {
		 padding-top: 4.604167vw;
	}
	
	 .promotions {
		 padding-bottom: 11.875vw;
		 overflow: hidden;
	}.primbl {
   padding: 11.875vw 0;
}
	.infobl {
   padding: 11.875vw 0;
}
	 .promotions__title {
		 margin-bottom: 3.75vw;
		 padding: 0 4.6875vw;
	}
	 
	 .load-more-btn {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 position: relative;
		 padding-bottom: 0.9375vw;
		 margin-bottom: 1.5625vw;
	}
	 .load-more-btn span {
		 font-weight: 600;
		 font-size: 3.125vw;
		 line-height: 3.125vw;
		 letter-spacing: 0.04em;
		 margin-right: 1.5625vw;
		 color: var(--color-main);
	}
	 .load-more-btn img, .load-more-btn svg {
		 width: 3.125vw;
		 height: 3.125vw;
		 -o-object-fit: contain;
		 object-fit: contain;
		 fill: var(--color-main);
	}
	 .load-more-btn img path, .load-more-btn svg path {
		 fill: var(--color-main);
	}
	
	 
	 .questions {
		 padding-bottom: 12.5vw;
	}
	 .questions__title {
		 margin-bottom: 4.6875vw;
	}
	 .questions.md-all-items-visible .questions__container .container-item {
		 display: block !important;
	}
	 .questions.md-all-items-visible .questions__load-more {
		 display: none;
	}
	 .questions__container {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 margin-bottom: 0;
	}
	 .questions__container .container-item {
		 width: 100%;
		 padding-top: 4.6875vw;
	}
	 .questions__container .container-item:first-child {
		 padding-top: 0;
	}
	 .questions__container .container-item:nth-child(1n+2) {
		 display: none;
	}
	 .questions__item {
		 padding: 6.25vw 8.125vw;
		 border-radius: var(--border-main);
		 margin-bottom: 4.6875vw;
	}
	 .questions__item:last-child {
		 margin-bottom: 0;
	}
	 .questions__item .item-title {
		 padding-right: 15.625vw;
		 font-size: 3.5vw;
		 line-height: 1.5;
	}
	 .questions__item .item-content {
		 padding-top: 4.6875vw;
		 font-size: 2.925vw;
		 line-height: 1.5;
	}
	 .questions__item .item-btn {
		 width: 5.8125vw;
		 height: 5.8125vw;
		 top: 6.25vw;
		 right: 6.25vw;
	}
	 .questions__item .item-btn img, .questions__item .item-btn svg {
		 width: 2.725vw;
		 height: 2.725vw;
	}
	 .questions__link a {
		 width: 100%;
		 height: 18.75vw;
		 padding: 0 6.25vw 0 15.625vw;
		 border: 0.3125vw solid var(--color-main);
	}
	 .questions__link a span {
		 width: 40.625vw;
		 font-size: 3.75vw;
		 line-height: 5vw;
		 text-align: center;
	}
	 .questions__link a img, .questions__link a svg {
		 width: 9.0625vw;
		 height: 9.0625vw;
	}
	 .questions__load-more {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 padding-top: 5.6875vw;
		 margin-bottom: 10.9375vw;
	}
	
	 .simple-text {
		 padding-bottom: 10.9375vw;
	}
	 .simple-text__title {
		 font-size: 5vw;
		 line-height: 1.4;
		 margin-bottom: 4.6875vw;
		 padding: 0;
		 text-align: center;
	}
	 .simple-text__content {
		 width: 100%;
		 height: 25vw;
		 text-align: justify;
		 font-size: 3.125vw;
		 line-height: 1.5;
		 margin-bottom: 4.6875vw;
	}
	 .simple-text__btn span {
		 font-size: 3.125vw;
		 line-height: 3.125vw;
		 margin-right: 0.9375vw;
		 margin-bottom: 0.9375vw;
	}
	 .simple-text__btn img, .simple-text__btn svg {
		 width: 3.125vw;
		 height: 3.125vw;
		 margin-bottom: 0.9375vw;
	}
	
	 .footer-title {
		 font-size: 3.75vw;
		 line-height: 4.375vw;
		 margin-bottom: 1.5625vw;
	}
	 .footer-list {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .footer-list .menu-item a {
		 font-size: 2.5vw;
		 line-height: 5vw;
	}
	 .footer-list .nav-item a {
		 font-size: 2.5vw;
		 line-height: 5vw;
	}
	 .footer-list li img, .footer-list li svg {
		 width: 2.1875vw;
		 height: 1.5625vw;
		 margin-right: 2.1875vw;
	}
	 .footer-list li span {
		 font-size: 2.5vw;
		 line-height: 5vw;
	}
	 .footer-text p {
		 font-size: 2.5vw;
		 line-height: 1.5;
		 margin-bottom: 4.6875vw;
		 text-align: center;
	}
	 .footer-text p:last-child {
		 margin-bottom: 0;
	}
	 .footer__top {
		 padding: 37.5vw 3.375vw 0;
		 position: relative;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: reverse;
		 -ms-flex-direction: column-reverse;
		 flex-direction: column-reverse;
		 margin-bottom: 1vw;
		 border-bottom: none;
	}
	 .footer__top-container {
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
		 margin-bottom: 6.25vw;
	}
	 .footer__top-main {
		 width: 100%;
		 padding-right: 0;
	}
	 .footer__top-item {
		 width: 50%;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
		 margin-bottom: 6.25vw;
	}
	 .footer__top-item:nth-child(1n+3) {
		 width: 100%;
	}
	 .footer__top-item:nth-child(1n+3) .footer-list {
		 display: block;
	}
	 .footer__top-item:last-child {
		 margin-bottom: 0;
	}
	 .footer__logo {
		 position: absolute;
		 top: 7.5vw;
		 left: 0;
		 right: 0;
		 width: auto;
		 padding-bottom: 0;
		 border-bottom: none;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-pack: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}
	 .footer__logo a {
		 width: 100%;
		 justify-content: space-between;
		 align-items: center;
		 /* flex-flow: row; */
	}
	 .footer__logo a img, .footer__logo a svg {
		 width: 37.5vw;
		 height: 11.4375vw;
		 flex-shrink: 0;
	}
	 .footer__logo a p {
		 font-size: 2.3375vw;
		 line-height: 1.4;
	}
	 .footer__social {
		 padding-top: 0;
		 width: 100%;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .footer__social p {
		 font-size: 4.375vw;
		 line-height: 7.5vw;
		 margin-bottom: 4.6875vw;
	}
	 .footer__social > div a {
		 width: 12.8125vw;
		 height: 12.8125vw;
		 margin: 0 0.9375vw;
	}
	 .footer__bottom {
		 padding: 0;
		 padding-bottom: 5vw;
		 padding-top: 5vw;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .footer__bottom-item {
		 width: 100% !important;
		 margin-bottom: 3.75vw;
	}
	 .footer__bottom-item:last-child {
		 margin-bottom: 0;
	}
	 .footer__bottom-item p {
		 width: 100%;
		 font-size: 3.125vw;
		 line-height: 5vw;
		 text-align: center !important;
	}
	 .footer.md-bottom-only {
		 padding-top: 6.25vw;
		 padding-bottom: 9.375vw;
	}
	
	 .download-popup-trigger, .download-popup {
		 display: none;
	}
	 .popup {
		 padding-top: 6.25vw;
		 padding-bottom: 6.25vw;
	}
	 .popup__close {
		 width: 3.125vw;
		 height: 3.125vw;
		 top: 3.125vw;
		 right: 3.125vw;
	}
	 .popup__close img, .popup__close svg {
		 width: 3.125vw;
		 height: 3.125vw;
	}
	 .politika-popup {
		 width: 86.25vw;
		 padding: 6.25vw 4.6875vw;
		 border-radius: var(--border-main);
	}
	 .politika-popup .politika-popup__title {
		 font-weight: 500;
		 font-size: 5vw;
		 margin-bottom: 5.625vw;
	}
	 .politika-popup h2 {
		 font-weight: 500;
		 font-size: 5vw;
		 margin-bottom: 5.625vw;
	}
	 .politika-popup .politika-title {
		 font-size: 3.75vw;
		 line-height: 4.375vw;
		 margin-bottom: 3.125vw;
	}
	 .politika-popup h3 {
		 font-size: 3.75vw;
		 line-height: 4.375vw;
		 margin-bottom: 3.125vw;
	}
	 .politika-popup p {
		 font-size: 3.125vw;
		 line-height: 3.75vw;
		 margin-bottom: 3.125vw;
	}
	 .main-popup {
		 width: 86.25vw;
		 border-radius: var(--border-main);
	}
	 .main-popup__content {
		 padding: 9.375vw 6.25vw;
	}
	 .main-popup__title {
		 font-size: 6.25vw;
		 line-height: 7.5vw;
		 margin-bottom: 6.25vw;
	}
	 .main-popup__text {
		 font-size: 3.75vw;
		 line-height: 4.375vw;
		 margin-bottom: 3.125vw;
	}
	 .main-popup.md-review-popup {
		 width: 86.25vw;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-container {
		 width: 63.125vw;
		 margin: 0 auto;
		 margin-bottom: 3.125vw;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -ms-flex-direction: column;
		 flex-direction: column;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars {
		 width: 100%;
		 margin-bottom: 3.125vw;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label {
		 width: 3.75vw;
		 height: 3.75vw;
		 margin-right: 1.875vw;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-stars label:last-child {
		 margin-right: 0;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-checkbox {
		 width: 43.75vw;
		 margin: 0 auto;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-input, .main-popup.md-review-popup .md-standart-form.md-popup-form .form-select, .main-popup.md-review-popup .md-standart-form.md-popup-form .form-file {
		 width: 63.125vw;
	}
	 .main-popup.md-review-popup .md-standart-form.md-popup-form .form-textarea {
		 font-weight: 400;
	}
	
	.header-tem{
    width: 100%;
}.header .login-link:first-child {
    padding: 1.6vw 2.5vw;
    border-radius: 10vw;
    background: #fff;
    border-color: #fff;
    display: flex;
    align-items: center;
}.header .login-link svg {
    width: 2.5vw;
}.header .login-link .icon {
    float: none;
    margin-right: 1.5vw;
    margin-top: 0.1vw;
}
	.header .login-link {
    color: #fff;
    font-size: 3vw;
    line-height: 1.5;
    padding: 0.6vw 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1vw;
    padding-right: 1.5vw;
    position: relative;
    text-decoration: none;
    border-radius: 0 10vw 10vw 0;
    border: 0.1vw solid #e2f7f8;
    border-left-width: 0;
}
	.sub-heading {
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    margin-bottom: 3vw;
    color: var(---main-color);
    display: flex;
    justify-content: center;
}
	.sub-heading p {
    padding: 1.95vw 3.5vw;
    display: inline-block;
    box-shadow: 0 1.944vw 4.722vw rgb(1 21 45 / 8%), 0 0.8333vw 2.7778vw rgb(1 21 45 / 5%);
    border-radius: 1.5vw;
    font-weight: 500;
    background: #fff;
    font-size: 2.7vw;
}.md-main-text p {
    font-weight: 400;
    font-size: 3.3020833333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 2.0833333333vw;
    text-align: center;
}.custom-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    border-radius: 3vw;
    box-shadow: 0 0vw 3vw #cee2e754;
    margin: 0;
    /* box-shadow: 0 1.944vw 4.722vw rgb(195 195 195 / 12%), 0 0.8333vw 2.7778vw rgb(209 209 209 / 7%); */
}.features_section .features_inner .feature_box .image {
  
    width: 16vw;
}.features_section .features_inner .feature_box .text h4 {
    font-size: 3.35vw;
    color: #000;
    font-weight: 700;
}.features_section .features_inner .feature_box .text p {
    padding: 0.5vw 0 0 0;
    line-height: 1.6;
    font-size: 2.9vw;
}.features_section .features_inner .feature_box {
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: column;
    padding: 2vw 4vw 3vw;
    gap: 1vw;
}.primbl .frame_img img {
    width: 82.5vw;
}.primbl .about_img {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
}.textprim {
    width: 100%;
    padding: 1vw 0 2vw;
}.primbl .frame_img {
    left: 0;
    top: 0;
    position: relative;
}.sub-heading-green p {
    padding: 1.95vw 3.5vw;
    display: inline-block;
    box-shadow: 0 1.944vw 4.722vw rgb(1 21 45 / 8%), 0 0.8333vw 2.7778vw rgb(1 21 45 / 5%);
    border-radius: 1.5vw;
    font-weight: 500;
    background: #fff;
}.textprim .md-main-title {
    font-weight: 300;
    font-size: 4.225vw;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
}.textprim .md-main-text p {
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 4.0833333333vw;
}.centerformhead .custom-button {
    border-radius: 1.5vw;
    font-size: 1vw;
    padding: 5.5vw 7.5vw;
    background: linear-gradient(180deg, var(---main-color), var(---main-color-hover));
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    width: 80vw;
    font: inherit;
    font-weight: 700;
    margin: 0;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.128s linear;
}
.custom-button {
    border-radius: 1.5vw;
    font-size: 1vw;
    padding: 5.5vw 7.5vw;
    background: linear-gradient(180deg, var(---main-color), var(---main-color-hover));
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    font: inherit;
    font-weight: 700;
    margin: 0;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.128s linear;
}

.custom-footer {
    display: flex;
    justify-content: center;
    align-items: center;

}
 .sub-heading-green {
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    margin-bottom: 3vw;
    color: var(---main-color-two);
    display: flex;
    justify-content: center;
}.primbl .md-standart-slider .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
    box-shadow: 0 0vw 3vw #cee2e754;
    border-radius: 1.5vw;
    /* box-shadow: 0 1.944vw 4.722vw rgba(1, 21, 45, 0.12), 0 0.8333vw 2.7778vw rgba(1, 21, 45, 0.07); */
    padding: 5.5vw 3vw;
    background: #fff;
}.infobl .md-main-title {
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
    font-size: 6.25vw;
    line-height: 1.2;
}.infobl .md-main-text {
    width: 100%;
}.tarif_block .image img {
    width: 11vw;
}.tarif_block .text h4 {
    font-size: 3.3vw;
    color: #000;
    font-weight: 700;
}.tarif_block .tariful li {
    margin-top: 0.2vw;
    font-size: 02.9vw;
}.tarif_block .tariful li img {
    margin-right: 1.5vw;
    width: 1.7vw;
}.tarif_block {
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: column;
    padding: 3vw 2vw 3vw 3vw;
    gap: 1vw;
}.infotarif .tarimg {
    position: relative;
    width: 100%;
    bottom: 0;
}.infotarif .tarimg {
    position: relative;
    width: 100%;
    bottom: 0;
    display: none;
}.infotarif {
    display: block;
    padding: 4vw;
    position: relative;
    margin-top: 5vw;
}.infobl .infotarif h4 {
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
    margin-bottom: 1vw;
    font-size: 5.25vw;
    line-height: 1.2;
}.infotarif .tarright {
    width: 100%;
}.infotarif p {
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 2.0833333333vw;
    width: 100%;
    text-align: center;
}.simple-text .wrapper {
    box-shadow: 0 1.944vw 4.722vw rgb(195 195 195 / 12%), 0 0.8333vw 2.7778vw rgb(209 209 209 / 7%);
    padding: 5vw 5vw;
}.custom-slider-block {
    width: 100%;
    padding: 4vw 4vw;
}.custom-header {
    margin: 0 0 1.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
}.custom-title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1vw;
}.custom-subtitle {
    font-size: 3vw;
    line-height: 1.5;
    color: #4c4c4c;
}.custom-link {
    white-space: nowrap;
    color: #00a500;
    text-decoration: underline;
    font-size: 3vw;
}.custom-amount {
    align-items: normal;
    color: #192028;
    display: flex;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    margin: 0.2778vw 0 1vw;
}.custom-label {
    color: #969da6;
    font-size: 2.7222vw;
    line-height: 1.5;
}.polzunokblock {
    width: 100%;
    margin: 4vw 0;
}.custom-amount2 {
    align-items: normal;
    color: #192028;
    display: flex;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1;
    margin: 0.2778vw 0 1vw;
}.centerformhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1vw;
    flex-flow: column;
}.custom-extra {
    background-color: #eaf6ff;
    background-position: right 1.9444vw top 1.6667vw;
    background-image: url(../images/gos.svg);
    background-repeat: no-repeat;
    background-size: 10vw;
    border-radius: 0.8333vw;
    padding: 3.5vw 4vw;
    text-decoration: none;
    width: 100%;
    margin-bottom: 2vw;
}.custom-extra-title {
    font-size: 2.8889vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.2778vw;
}.custom-extra-button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #6f7985;
    cursor: pointer;
    font-family: inherit;
    font-size: 2.7222vw;
    font-weight: 500;
    line-height: 1.0833vw;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    transition: opacity 0.128s linear;
}.custom-slider {
    height: 1.7vw;
    display: flex;
    align-items: center;
    position: relative;
}#custom-slider::-webkit-slider-thumb {
   width: 5vw;
    height: 5vw;
   
}.custom-slider input[type="range"]::-webkit-slider-thumb,
.custom-slider input[type="range"]::-moz-range-thumb {
  width: 5vw;
    height: 5vw;
}
.bformhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4vw;
}
.mob{display: flex;}
.nomob{display:none}
.first__title img {
    width: 17vw;
}.custom-title2 {
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 3vw;
}
.infoformhead {
    border-radius: 1.5vw;
    color: #192028;
    font-size: 3vw;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 0 1vw;
    padding: 1.75vw 3vw;
    box-shadow: 0 1.944vw 4.722vw rgb(1 21 45 / 8%), 0 0.8333vw 2.7778vw rgb(1 21 45 / 5%);
}.divformhead {
    align-items: center;
    padding-top: 3vw;
    border-top: 0.1vw solid #f3f3f3;
    display: flex;
    justify-content: center;
    margin: 2vw 0 3vw 0;
}
.new-link-class img.c0 {
    height: 4.5vw;
}.new-link-class img {
    height: 3.3vw;
}
.new-link-class img.c2 {
    height: 4.65vw;
}.new-link-class img.c1 {
    height: 3.7vw;
}.custom-currency {
    color: #6f7985;
    font-size: 3.9889vw;
    font-weight: 300;
    line-height: 1;
    margin-left: 0.3vw;
}.hero__benefit-cart {
    position: relative;
    width: 90%;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 10;
    padding: 4vw 5vw;
    box-shadow: 0 0vw 3vw #cee2e796;
    border-radius: 1vw;
    background-color: #ffffff;
    background-position: 300px 80px;
    background-repeat: no-repeat;
    margin-bottom: 11vw;
}.hero__benefit-text {
    margin: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.5;
}.reviewslider__more {
  
    font-size: 2.7vw;
    line-height: 1.73;
}.revblock {
    font-size: 2.7vw;
}.reviews__card-name .reviews_stars img {
    width: 2.3vw;
    display: flex;
}.reviews__card-name img {
    width: 13.7vw;
}.md-standart-slider-rev .slider-btn {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    
}.md-standart-slider-rev .slider-btn img, .md-standart-slider .slider-btn svg {
    width: 2.1vw;
    height: 2.1vw;
    -o-object-fit: cover;
    object-fit: cover;
    fill: #fff;
}.reviews__card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.64vw;
    font-size: 1.44vw;
    font-weight: 600;
    margin-bottom: 3vw;
    align-items: center;
}
.custom-row {
   display: -ms-grid;
   display: grid;
   grid-template-columns: repeat(2,1fr);
   gap: 2vw;
}
	.primbl .custom-row {
		display:flex;
		gap:1vw
}.questions__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5vw;
}.nav-wrap .nav .nav-item svg {
    width: 4.3vw;
    height: 4.3vw;
    fill: var(---main-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
    .titleblop {
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 2vw;
}.titlebloph3 {
    font-size: 3.3vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 1vw;
}.services__icon {
    /* width: 15vw; */
    height: 13vw;
    padding: 3.1vw 3.5vw 3.1vw;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 1vw;
    width: 100%;
}.services__icon span {
    font-weight: 700;
    font-size: 2.8333333333vw;
    line-height: 1.3;
}
    .services__icon p {
    font-size: 2.8333333333vw;
}
   .services__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 3vw;
    align-items: center;
    flex-wrap: wrap;
} .additional-information{
    font-size: 3vw;
    line-height: 1.5;
}
   .services-list__inner p {
    font-size: 3vw;
    line-height: 1.5;
}.attention-title {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.5;
    color: #ff8900;
    }
    .attention-list {
    font-size: 3vw;
    line-height: 1.5;
}.method-title {
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 2vw 0 1vw 0;
}.step-list {
    font-size: 2.9vw;
    line-height: 1.1;
}.advantages-title {
    color: #54a429;
    margin: 1vw 0 1vw 0;
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1.4;
}.advantages-list {
    font-size: 2.9vw;
    line-height: 1.3;
}.instruction-title {
    font-size: 3.1vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 2vw 0 1vw 0;
}
    .fullstorycontent{line-height: 1.4;padding: 3vw 0;}
.fullstorycontent h1{font-size: 3.7vw;margin: 0 0 2vw;}
.fullstorycontent h2{font-size:3.4vw;margin:0 0 1vw}
.fullstorycontent h3{font-size:3.2vw;margin:0 0 1vw}
.fullstorycontent h4{font-size:3vw;margin:0 0 1vw}
}
 
  