/*
Theme Name: Тендерное сопровождение
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat", sans-serif;
}

/*@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.otf') format('opentype');
	font-weight: 400;
	font-display: swap;
} 
@font-face {
    font-family: 'Inter-bold';
    src: url('fonts/Inter-Bold.otf') format('opentype');
	font-weight: 700;
	font-display: swap;
} 
@font-face {
	font-family: 'Inter-Light';
	src: url('fonts/Inter-Light.otf') format('opentype');
	font-weight: 300;
	font-display: swap;
} 
@font-face {
	font-family: 'Inter-Medium';
	src: url('fonts/Inter-Medium.otf') format('opentype');
	font-weight: 600;
	font-display: swap;
} 
*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

.clr {
	clear: both;
}

ul {
	list-style: none;
}

button:focus {
	outline: none !important;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0;
}

a {
	display: inline-block;
	text-decoration: none;
}

input,
textarea {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

body {
	font-family: 'Inter', Arial, sans-serif;
	color: #575757;
	background: #fff;
	min-width: 320px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
}

input[type="submit"],
input[type="button"] {
	/* ios */
	-moz-appearance: none;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

input::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

textarea::-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

input::-webkit-input-placeholder {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: rgb(184, 184, 184);
}

input::-moz-placeholder {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: rgb(184, 184, 184);
}

input:-ms-input-placeholder {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: rgb(184, 184, 184);
}

input::placeholder {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: rgb(184, 184, 184);
}

input[placeholder] {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

textarea[placeholder] {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: rgb(184, 184, 184);
}

input,
textarea {
	color: rgb(184, 184, 184);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	box-sizing: border-box;
	font-family: 'Inter', Arial, sans-serif;
}

input[type="tel"],
input[type="text"],
input[type="email"] {
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	height: 48px;
	color: rgb(184, 184, 184);
	font-size: 16px;
	width: 100%;
	border-radius: 8px;
	border: none;
}

.base-container {
	padding: 0 15px;
	box-sizing: border-box;
}

.base-container h2 {
	margin-bottom: 45px;
}

.wrap {
	margin: 0 auto;
	position: relative;
	max-width: 1160px;
}

.after-clear:after {
	content: '';
	display: block;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #2d2d2d;
	font-family: 'Inter', Arial, sans-serif;
}

h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

h3 {
/* 	margin-bottom: 15px; */
	font-size: 22px;
	font-weight: 600;
}

p {
	font-weight: 400;
	color: #575757;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}

.slider-item__txt p {
	line-height: 1.38;
	max-width: 468px;
}

p:last-child {
	margin-bottom: 0;
}

.d-flex,
.d-flex-wrap,
.row {
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
}

.d-flex-wrap,
.row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row {
	gap: 20px;
}

.col {
	box-sizing: border-box;
	padding: 0 15px;
}

.d-j {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.d-m {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
}

.d-jm {
	/* justify-content: space-between; */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;

}

.d-c {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid {
	display: -ms-grid;
	display: grid;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F5F5F5;
}

.header__base,
.header__phone {
	width: 66.1%;
	margin-right: 20px;
	background: #6A54F6;
	padding: 25px 32px 34px;
	border-radius: 20px;
	box-sizing: border-box;
}

.header__base {
	padding: 24px 17px 33px 32px;
}

.header__phone {
	padding: 40px 25px 34px;
}

.phone-top .block-tel {
	margin-bottom: 0;
	margin-top: -3px;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.5px;
}

.phone-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	            -ms-grid-row-align: flex-start;
	        align-items: flex-start;
}

.header__phone {
	width: calc(33.9% - 20px);
	margin-right: 0;
	position: relative;
	background: #7460f7;
}

.heade__logo {
	display: block;
	max-width: 133px;
	line-height: 0;
/* 	margin-right: 57px; */
	margin-right: 47px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.header__base #menu-verhnee-menyu {
	position: relative;
	top: 6px;
}

.header__base #menu-verhnee-menyu li:first-child{
	display:none;
}

.menu {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	            -ms-grid-row-align: end;
	        align-items: end;
	margin-bottom: 101px;
}

.menu li {
	margin-right: 37px;
}
.menu li:last-child {
	margin-right: 0;
}

.menu li a,
.click-popap {
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	line-height: 1.07;
}

.menu li.current-menu-item a, .header-fixed-wrap li.current-menu-item a {
	color: #ffb600;
}

.menu li.menu-no-active a {
	color: #fff;
}

.header_inscription {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #efedff;
	font-size: 16px;
	line-height: 1.55;
}

.header_inscription:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: url('img/ico1.svg') no-repeat;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 12px;
	height: 12px;
}

.header h1, h2.h2-alt {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.header .h2 {
	color: #fcb502;
	display: block;
	font-size: 28px;
	margin-bottom: 16px;
	max-width: 100%;
	font-weight: 700;
}

.header p {
	color: #efedff;
	font-size: 16px;
	margin-bottom: 29px;
	max-width: 540px;
	line-height: 25px;
}

.btn {
	cursor: pointer;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	background: #ffb600;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	height: 48px;
	box-sizing: border-box;
	display: block;
	border: none;
	border-radius: 8px;
	font-weight: 700;
}

.header-forma__input {
	width: 38.4%;
	margin-right: 1.7%;
}

.header-forma__input+.header-forma__input {
	width: 25.82%;
}

.header-forma__conf {
	width: 29%;
	margin-left: 3.6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-forma .btn {
	width: 100%;
}

.header-forma__conf a {
	color: rgb(239, 237, 255);
	font-size: 9px;
	max-width: 217px;
	display: block;
	line-height: 13px;
	font-weight: 300;
}

.btn:hover {
	background: #EC732E;
}

.header-forma {
	padding-bottom: 15px;
}

.contact-info,
.contact-info a {
	color: rgb(239, 237, 255);
	font-size: 16px;
}

.contact-info a {
	display: inline;
	/* text-decoration: underline; */
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}

.block-tel a {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.55;
}

.block-tel span {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: right;
	line-height: 1.55;
}

.block-tel {
	margin-bottom: 50px;
}

.gif-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.gif-slider img {
	display: table;
	margin: 0 auto;
	max-height: 349px;
}

.header__top {
	margin-bottom: 20px;
}

.header__top .wpcf7-response-output {
	width: calc(100% - 15px);
	box-sizing: border-box;
}

.list-wrap {
	gap: 20px;
}

.list-wrap__item {
	width: calc(33.333% - 13.35px);
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
}

.list-wrap__item img {
	margin-bottom: 10px;
}

.header .list-wrap__item p {
	max-width: 267px;
}

.list-wrap__item p {
	margin-bottom: 0;

}

.list-wrap__item,
.list-wrap__item p {
	color: #575757;
	font-size: 18px;
	line-height: 25px;
}

.working {
	padding-top: 97px;
	background: #F5F5F5;
	position: relative;
	margin-bottom: 68px;
	overflow: hidden;
}

.working:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 190px;
}

.working h2{
	margin-bottom: 19px;
}

.working .section-form h2{
    margin-bottom: 23px;
}

.working__desc {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	margin-bottom: 35px;
}

.working__desc p {
	max-width: 530px;
	width: 100%;
}

.btn-group {
	margin-bottom: 20px;
}

.btn-group__item {
	width: calc(33.333% - 13.35px);
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	box-sizing: border-box;
	padding: 20px 7px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	background: #fff;
	border-radius: 8px;
	display: block;
	text-align: center;
}

.btn-group__item:hover,
.btn-group__item_active {
	color: #fff;
	background: #6A54F6;
}

.slider-item__txt {
	width: 53%;
	box-sizing: border-box;
	padding-right: 20px;
}

.slider-item__txt h3{
	margin-bottom: 12px;
}

.slider-item__img {
	width: 47%;
}

.style-ol ol {
	list-style: none;
	counter-reset: li;
}

.style-ol ol li {
	margin-bottom: 28px;
	padding-left: 48px;
	position: relative;
}

.style-ol ol li:last-child {
	margin-bottom: 0;
}

.style-ol ol li:before {
	content: counter(li);
	counter-increment: li;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #FFB600;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
}

.style-ol ol li a {
	color: #2d2d2d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a54f6;
	line-height: 1.1;
}

.slider-item__block {
	border-radius: 20px;
	background-color: #fff;
	padding-left: 60px;
	padding-top: 57px;
	padding-bottom: 64px;
	padding-right: 30px;
}

.slider-item__img {
	overflow: hidden;
}

.slider-item__img img {
	float: right;
}

.slider-item__bottom {
	border-radius: 20px;
	background: #fff;
	padding: 31px 20px;
	padding-left: 60px;
}

.liner {
	background-image: url('img/liner.svg');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.btn-int {
	display: block;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
	border-radius: 8px;
	padding: 12px 5px;
	text-align: center;
	background: #6a54f6;
	width: 260px;
}

.slider-item__bottom p {
	margin-bottom: 0;
	line-height: 1.5;
}

.slider-item__bottom .btn-int {
	margin-left: 10px;
}

.wrap-slider .swiper-pagination {
	display: none !important;
}

.wrap-slider {
	margin-bottom: 20px;
}

.working__list-wrap .list-wrap__item:first-child h3 {
	padding-right: 25px;
}

.working__list-wrap h3 {
	position: relative;
	display: table;
}

.popap-in {
	position: absolute;
	right: 0;
	top: 52%;
	background: url('img/ico5.svg') no-repeat;
	width: 16px;
	height: 16px;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.working__list-wrap {
	margin-bottom: 59px;
}

.section-form {
	background: #6a54f6;
	border-radius: 20px;
	padding: 60px 60px 40px;
}

.section-form__data {
	width: 51%;
	box-sizing: border-box;
}

.section-form__data h2,
.section-form__data p {
	color: #fff;
}

.section-form__data h2 {
	line-height: 1.2;
}

.section-form__wrap {
	max-width: 360px;
	width: 100%;
}

.form-style form {
	display: block;
}

.wrap-input {
	margin-bottom: 20px;
}

.form-style .btn {
	width: 100%;
}

.wrap-input-submit {
	margin-bottom: 8px;
}

.conf-style {
	color: #efedff;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	/* max-width: 346px; */
	font-weight: 300;
	padding: 0 10px;
}

.komanda {
	padding-top: 50px;
}

.komanda__top {
	padding: 60px 60px;
	border-radius: 20px;
	background-color: #f5f5f5;
	gap: 153px;
}

.komanda__top h2 {
	margin-bottom: 0;
	line-height: 1.2;
	
	font-size:28px;
}

.komanda__top p,
.komanda__item p {
	line-height: 1.4;
}

.komanda__wrap {
	position: relative;
	margin-bottom: 115px;
}

.komanda__item {
	width: 50%;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 45px 60px 72px;
	background-color: #f5f5f5;
	position: relative;
}

.komanda__item:nth-child(3) {
	padding: 66px 60px 60px;
}

.komanda__item:nth-child(3) p {
	max-width: 410px;
}

.komanda__item:nth-child(4) {
	padding: 67px 76px 60px;
}

.komanda__item:last-child {
	background-color: #fff;
	border-radius: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.komanda__wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 20px;
	top: 20px;
	bottom: 20px;
	background: #f5f5f5;
	z-index: -1;
}

.komanda__wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	width: 40px;
	top: 0;
	height: 40px;
	background: #f5f5f5;
	z-index: 1;
}

.komanda-item-list ul {
	position: relative;
}

.komanda-item-list ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 3px;
    bottom: 10px;
    left: 11px;
    background: url(img/Line2.svg) left 30px repeat-y;
}

.komanda-item-list li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 30px;
	color: #575757;
	font-size: 18px;
}

.komanda-item-list li:last-child {
	margin-bottom: 0;
}

.komanda-item-list li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: #ffb600;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.reviews-swiper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.reviews-swiper__item {
	padding-left: 48px;
	padding-right: 29px;
	padding-top: 48px;
	padding-bottom: 65px;
	border-radius: 20px;
	background: #F5F5F5;
	position: relative;
}

.reviews-swiper__item h2 {
	margin-bottom: 32px;line-height: 1.2;
}

.reviews-swiper__item h3 {
	font-size: 24px;
	margin-bottom: 6px;
}

.reviews-swiper__item:nth-child(2) .more-review {
	bottom: 49px;
	left: 49px;
}

.reviews-swiper__item:nth-child(3) .more-review {
	bottom: 48px;
	left: 49px;
}

.reviews-swiper__item:nth-child(3),
.reviews-swiper__item:nth-child(4) {
	padding-bottom: 83px;
}

.reviews-swiper__item_last {
	background: #fff;
	background: url('img/border.png') no-repeat;
	background-size: 100% 100%;
}

.reviews-swiper__item_last p {
	font-size: 24px;
	line-height: 1.4;
}

.reviews-swiper__item_last strong,
.reviews-swiper__item_last b {
	color: #ffb600;
	font-size: 24px;
	font-weight: bold;
}

.reviews-swiper__item span {
	display: block;
	font-size: 12px;
	margin-bottom: 14px;
}

.more-review {
	display: table;
	color: #6a54f6;
	font-size: 16px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	position: relative;
	padding-right: 37px;
	position: absolute;
	bottom: 41px;
	left: 60px;
}

.reviews-swiper__txt {
	margin-bottom: 20px;
}

.more-review:hover {
	color: #ffb600;
}

.more-review:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	background: url('img/more.svg') no-repeat;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 24px;
	height: 24px;
}

.reviews-swiper__txt p {
	font-size: 16px;
	line-height: 1.4;
	max-width: 460px;
}

.wrp-nav .swiper-pagination {
	position: static;
	width: auto !important;
	margin-top: -9px;
}

.swiper-next>div {
	position: static;
	width: 36px;
	height: 36px;
	background: url('img/next.svg') no-repeat;
	display: block;
	margin-top: 0;
}

.swiper-next>div.swiper-button-prev {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swiper-next .swiper-button-prev {
	margin-right: 12px;
}

.swiper-next>div:after {
	display: none;
}

.wrp-nav {
	padding-top: 37px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.wrp-nav .swiper-pagination-bullet {
	background-color: #f5f5f5 !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 10px;
	height: 10px;
}

.wrp-nav .swiper-pagination-bullet-active {
	background-color: #FEB500 !important;
}

.reviews__slider {
	margin-bottom: 120px;
}

.clients-block {
	color: #fff;
}

.clients-block {
	border-radius: 20px;
	background: #6a54f6;
	padding: 57px 60px 60px;
}

.clients-block h2 {
	color: #fff;
	margin-bottom: 44px;
}

.clients-list__item {
	width: 32%;
	max-width: 300px;
	background: url('img/rectangle.png') no-repeat;
	background-size: 100% 100%;
	padding: 42px 32px 32px;
	box-sizing: border-box;
}

.clients-list__item:nth-child(4) .numb span{
	display: none;
}

.numb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	font-size: 64px;
	color: #fff;
	line-height: 1.1;
}

.numb span {
	display: block;
	color: #ffb600;
	line-height: 1.1;
	margin-top: -8px;
}

.clients-list__title {
	display: block;
	color: #fff;
	font-size: 18px;
}

.price {
	padding-top: 70px;

	margin-bottom: 105px;
}

.price .section-form h2{
	line-height: 1.18;
	margin-bottom: 24px;
}

.price .social a{
	margin-right: 24px;
}

.price-top {
	padding-bottom: 44px;
}

.price-top h2 {
	max-width: 340px;
	margin-bottom: 0;
	line-height: 1.2;
}

.price-top__txt {
	max-width: 520px;
	margin-top: 5px;
}

.price-top__txt p{
	line-height: 25px;
}

.price-top__txt a {
	border-bottom: 1px solid rgb(106, 84, 246);
	color: #575757;
	line-height: 1.1;
}

.price-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	    grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 60px;
}

.price-item {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-template: 1fr auto / 1fr;
}

.price-item__top {
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 32px 32px 44px;
}

.price-item__bottom {
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 34px 32px;
}

.pl {
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    display: table;
    padding: 8px 31px;
    margin-bottom: 28px;
    line-height: 1.5;
    font-weight: 500;
}

.price-item__txt p {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.4;
}

.price-item__txt p:last-child {
	margin-bottom: 0;
}

.price-item__txt {
	margin-bottom: 26px;
}

.mb-none {
	margin-bottom: 0;
}

.price-bt {
	color: #2d2d2d;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	display: table;
	padding-right: 20px;
}

.price-bt span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}

.price-bt strong{
	color: #2d2d2d;
    font-size: 22px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
}

.price-item__bottom span {
	font-size: 16px;
}

.price-wrap1 .price-item:nth-child(2) {
	-ms-grid-column: span 2;
	    grid-column: span 2;
}

.note {
	display: inline-block;
	padding-left: 35px;
	position: relative;
}

.note:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: url('img/note.svg') no-repeat;
	width: 24px;
	height: 24px;
}

.flex-two__wrp {
	max-width: 50%;
	box-sizing: border-box;
}

.flex-two {
	max-width: 588px;
}

.price-bt p {
	margin-bottom: 4px;
}

.flex-two__wrp {
	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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.item-list-ul li {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
}

.item-list-ul li {
	margin-bottom: 16px;
}

.item-list-ul li:last-child {
	margin-bottom: 0;
}

.item-list-ul ul {
	padding-top: 5px;
}

.item-list-ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffb600;
}

.price-wrap2 .price-item__top {
	height: calc(100% - 80px);
	box-sizing: border-box;
}

.price-wrap1 .price-item__top {
	box-sizing: border-box;
}

.price-wrap2 .price-item__txt {
	margin-bottom: 0;
}

.price-wrap1 .price-item__bottom {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.price-item__bottom .popap-in {
	right: -3px;
	top: 54%;
}

.price-wrap2 {
	margin-bottom: 60px;
}

.price .section-form {
	margin-bottom: 80px;
}

.plate {
	padding: 25px 66px 27px;
	border-radius: 20px;
	background-color: #f5f5f5;
}

.plate h3 {
    max-width: 365px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.social a {
	margin-right: 26px;
	display: block;
	width: 47px;
	height: 47px;
	line-height: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.social a:last-child {
	margin-right: 0;
}

.social svg path,
.social svg {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.social a:hover svg path {
	fill: #ffb600;
}

.plate__contact {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	            -ms-grid-row-align: start;
	        align-items: start;
}

.plate__contact a {
	color: #2d2d2d;
	font-size: 20px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	font-weight: bold;
	display: block;
}

.plate__contact a:hover {
	color: #6a54f6;
}

.tel-bl span {
	font-size: 14px;
	display: block;
}

.tel-bl {
	margin: 0 46px 0 31px;
}

.faq-click {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	position: relative;
	font-size: 22px;
	color: #2d2d2d;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.faq-list>li {
	margin-bottom: 8px;
	background-color: #f5f5f5;
	border-radius: 20px;
}

.faq-list>li:last-child {
	margin-bottom: 0;
}

.span-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #6A54F6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 49px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.faq-wrap {
	padding: 20px;
	padding-top: 0;
	padding-right: 70px;
	max-width: 850px;
	box-sizing: border-box;
	display: none;
}

.faq-wrap,
.faq-wrap p,
.faq-wrap li {
	font-size: 16px;
	line-height: 1.4;
}

.faq-click.active .span-ico {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.faq-wrap p {
	margin-bottom: 0;
}

.faq-wrap ul {
	margin-bottom: 11px;
	list-style: disc;
	list-style-position: inside;
}

.faq {
	margin-bottom: 80px;
}

.footer {
	margin-bottom: 40px;
}

.footer__top {
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 22px 36px 42px 32px;
}

.footer__nav img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 60px;
	max-width: 133px;
	margin-top: -13px;
}

.footer__nav-last {
	margin-left: auto;
	line-height: 1.42;
}

.menu-foot li {
	margin-right: 30px;
}

.menu-foot li:last-child {
	margin-bottom: 0;
}

.menu-foot li a {
	font-size: 16px;
	color: #575757;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.menu-foot li a:hover {
	color: #6a54f6;
}

.footer__nav-last .social {
	margin-right: 40px;
	margin-top: 3px;
}

.footer__nav-last .mail-foot {
	margin-right: 30px;
}

.footer__nav-last a {
	font-size: 16px;
	color: #292929;
	font-weight: bold;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	line-height: 1.36;
}

.footer__nav-last a:hover {
	color: #6a54f6;
}

.footer__nav-last .tel-bl {
	margin: 0;
	position: relative;
	top: 10px;
}

.footer__nav-last .tel-bl a {
	display: block;
}

.footer__nav-last .tel-bl a:nth-child(2) {
	text-align: right;
	padding-top: 1px;
}

.footer__nav-last .tel-bl span {
	font-size: 12px;
	padding-left: 3px;
	padding-top: 1px;
}

.footer__bottom {
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 34px 32px 30px;
}

.footer__bottom * {
	color: #b0b0b0;
	font-size: 12px;
}

.footer__bottom-left {
	margin-right: 65px;
}

.footer__bottom-left span,
.footer__bottom-right a {
	display: block;
	margin-bottom: 12px;
}

.footer__bottom-left span:last-child,
.footer__bottom-right a:last-child {
	margin-bottom: 0;
}

.modal-tn {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px 10px;
	-webkit-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s ease 0s;
	visibility: hidden;
	pointer-events: none;
	background: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

.modal-tn__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.modal-tn__wrp {
	max-width: 560px;
	box-sizing: border-box;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s ease 0s;
	background-color: #eee;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: relative;
	overflow: hidden;
	padding: 40px 45px 30px;
	background: #F8F8F8;
	border-radius: 20px;
}

.page-modal .modal-tn__wrp {
	max-width: 960px;
}

.page-modal-min .modal-tn__wrp {
	max-width: 565px;
}

.popup-show-body {
	-ms-touch-action: none;
	    touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
	overflow: hidden;
	padding-right: 15px;
}

.popup_show.modal-tn {
	visibility: visible;
	z-index: 150;
	overflow: auto;
	pointer-events: auto;
	background: rgba(0, 0, 0, .5);
}

.popup_show .modal-tn__wrp {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.modal-tn__close {
	color: #333;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	top: 5px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 40px;
	font-family: Arial, Baskerville, monospace;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 99;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

.form-modal__hed h2 {
	margin-bottom: 25px;
}

.form-modal__hed p {
	margin-bottom: 38px;
	line-height: 1.4;
}

.form-modal .btn {
	background: #6A54F6;
}

.form-modal .btn:hover {
	background: #ffb600;
}

.form-modal .wrap-input,
.form-modal .wrap-input-submit {
	margin-bottom: 25px;
}

.form-modal .conf-style {
	color: #575757;
	max-width: 100%;
	text-align: center;
	font-size: 14px;
}

.page-style p {
	font-size: 14px;
	line-height: 1.55;
}

.page-style h4 {
	margin-bottom: 20px;
}

#modal-window4 .page-style div {
	font-size: 14px;
	margin-bottom: 30px;
}

#modal-window4 .page-style div:last-child {
	margin-bottom: 0;
}

.page-style--in p {
	font-size: 18px;
}

.translate-txt {
	padding-top: 10px;
	font-size: 18px;
	color: #b7b7b7;
}

.page-style--in .active-modal {
	border-bottom: 1px solid rgb(87, 87, 87);
}

.page-style a {
	color: #575757;
}

.info-name {
	color: #2d2d2d;
	font-size: 12px;
	margin-bottom: 22px;
	display: block;
}

.page-reviews h3 {
	margin-bottom: 5px;
}

.mob-menu {
	position: fixed;
	background: #fff;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 260px;
	padding-left: 36px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 10;
	overflow: auto;
	right: -260px;
	visibility: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.rfc {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.4);
	z-index: 8;
}

.mob-menu.active {
	visibility: visible;
	right: 0;
}

.mob-menu__logo {
	margin-bottom: 24px;
}

.mob-menu-wrap li {
	margin-bottom: 9px;
}

.mob-menu-wrap li:last-child {
	margin-bottom: 0;
}

.mob-menu-wrap li a {
	font-size: 16px;
	color: #575757;
}

.mob-menu-wrap {
	margin-bottom: 32px;
}

.tel-mob a,
.mail-mob {
	font-size: 18px;
	color: #575757;
	font-weight: bold;
	line-height: 1.6;
	display: block;
}

.tel-mob {
	margin-bottom: 20px;
}

.mail-mob {
	margin-bottom: 20px;
}

.bpr {
	display: block;
	font-size: 12px;
}

.mob-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.mob-menu-wrp {
	height: 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-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.mob-menu-wrap li.current-menu-item a{
	font-weight: 700;
}

.mob-menu-wrap li.menu-no-active a{
	font-weight: 400;
}

.bottom-mob-menu {
	padding-bottom: 20px;
}

.clients-block h2 {
	width: 100%;
}

.block-tel a {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.header__phone .click-popap:hover,
.header__phone .block-tel a:hover {
	color: #ffb600;
}

.header__top .header-forma {
	position: relative;
}

.header__top .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 2px auto 0;
}

body .wpcf7-not-valid-tip {
	font-size: 13px;
}

.header__top .wpcf7 form .wpcf7-response-output {
	color: #fff;
	margin-top: -9px;
	background: #6A54F6;
	position: relative;
	z-index: 5;
}

body .wpcf7 form .wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}

.style-tm {
	position: relative;
}

.style-tm .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 3px auto 0;
}

.style-tm .wpcf7 form .wpcf7-response-output {
	color: #fff;
	margin-top: -31px;
	background: #6A54F6;
	position: relative;
	z-index: 5;
}

.style-md .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	margin: 3px auto 0;
}

.style-md .wpcf7 form .wpcf7-response-output {
	z-index: 5;
	background: #fff;
	position: relative;
	margin-top: -12px;
}

.style-md form {
	position: relative;
	padding-bottom: 40px;
}

.style-md .wrap-input-conf {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.slider-item__img {
	padding-top: 41px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.gr1 {
	max-width: 452px;
	position: relative;
	z-index: 2;
}

.gr2 {
	position: absolute;
	top: 13px;
	left: 3px;
	z-index: 3;
}

.gr3 {
	position: absolute;
	bottom: 0;
	left: 17px;
	max-width: 182px;
	z-index: 3;
}

.gr4 {
	position: absolute;
	bottom: 19%;
	right: 0;
	z-index: 2;
}

.gr5 {
	position: absolute;
	right: 0;
	top: -19px;
	max-width: 220px;
	z-index: 3;
}

.gr21 {
	position: relative;
	max-width: 452px;
	z-index: 3;
}

.gr22 {
	position: absolute;
	top: -16px;
	left: -19px;
	z-index: 2;
	max-width: 154px;
}

.gr23 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	max-width: 208px;
}

.gr24 {
	position: absolute;
	bottom: 29px;
	left: 0;
	z-index: 4;
}

.gr25 {
	position: absolute;
	bottom: 23px;
	right: 9px;
	z-index: 2;
}

.gr31 {
	position: relative;
	z-index: 3;
	max-width: 452px;
}

.gr32 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.gr33 {
	position: absolute;
	right: 5px;
	top: -3px;
	z-index: 2;
}

.gr34 {
	position: absolute;
	right: 0;
	bottom: -8px;
	z-index: 4;
}

.gr35 {
	position: absolute;
	left: 25px;
	bottom: 0;
	z-index: 2;
}

.page-style-open {
	text-align: center;
}

.page-style-open p {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}

#modal-window-open .modal-tn__wrp {
	max-width: 500px;
	border-radius: 10px;
}

.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	border: 1px solid transparent !important;
}

.wpcf7 input.wpcf7-not-valid {
	border: 1px solid red !important;
}
.swiper-pagination-st .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #CCCACA;
}
.swiper-pagination-st .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #ffb600 !important;
}
.list-wrap-mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 7px;
}
.list-wrap-mob{
	display: none;
}
.dol-km{
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	color: #2d2d2d;
	margin-bottom: 8px;
}
.name-km{
	margin-bottom: 7px;
}
.komanda__item img{
	max-width:110px;
	height:auto;
	flex-shrink: 0;
	margin-right: 17px;
}
.komanda__item-wrp{
	display: flex;
	padding-bottom: 51px;
	align-items: self-start;
}
.swiper-pr-wrap{
	display: flex;
	align-items: center;
	position: relative;
	top: 137px;
	left: 25px;
	z-index: 9;
}
.swiper-pr-wrap > div:first-child{
	margin-right: 27px;
}
.swiper-pr-wrap > div{
	cursor: pointer;
}
.sw-desc{
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #575757;
}
.komanda__item-wrp-in{
	padding-bottom: 28px;
}
.sfera h2 span{
	color: #ffb600
}
.sfera{
	padding-bottom: 50px;
}
.ya-reviews{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sfera-block h2{
	margin-bottom: 16px;
}
.sfera-block p{
	line-height: 1.4;
}
.sfera-block{
	margin-bottom: 38px;
}
.sfera-list h2{
	margin-bottom: 37px;
}
.sfera-list-wrp{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
}
.sfera-list__item{
	background: #f5f5f5;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 287px;
}
.num-sf{
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 1.4;
	text-align: center;
	color: #2d2d2d;
	margin-bottom: 5px;
}
.num-sf span{
	color: #ffb600;
}
.sf-desc{
	display: block;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #575757;
}
.sfera-list-tk{
	max-width: 295px;
}
.swiper-slide-wrp {
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #6a54f6;
	border-radius: 12px;
	padding: 22px 30px;
	padding-right: 30px;
	padding-right: 18px;
}
.rt-otziv {
	margin-bottom: 8px;
}
.business-rating-badge-view__stars {
 	display: flex;
}
.rt-otziv .business-rating-badge-view__star {
	background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/178df0f18f6025c2e764130c7d1ac463.svg) no-repeat 50%/cover;
	width: 16px;
	height: 16px;
	display: block;
}
.rt-otziv .business-rating-badge-view__star._empty {
	background-image: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/ee15bab6241eec6618f0f5720fa6daa9.svg);
	width: 16px;
	height: 16px;
}
.business-rating-badge-view__stars {
	display: flex;
}
.business-rating-badge-view__stars>span {
	margin-right: 5px;
}
.business-rating-badge-view__stars>span:last-child {
	margin-right: 0;
}
.review_slide{
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #404040;
}
.swiper-slide-wrp h5{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #000;
}
.ya-reviews .swiper-slide{
	height: auto!important;
}
.ya-reviews .swiper-button-nextt{
	position: absolute;
	right: 0;
	top: 50%;
}
.ya-reviews .swiper-button-prevv{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.ocenka {
	display: flex;
	flex-wrap: wrap;
}

.ocenka {
	background: #f6f6f6;
	border-radius: 10px;
	max-width: 325px;
	margin-left: 40px;
	margin-top: 15px;
	text-decoration: none !important;
}
.ya-reviews h2{
	padding-left: 40px;
}
.ocenka-block {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	box-sizing: border-box;
}

.ocenka ul {
	margin: 0;
	list-style: none;
	display: flex;
}

.ocenka ul li {
	flex-shrink: 0;
	margin-right: 3px;
}

.ocenka ul li:last-child {
	margin-right: 0;
}

.ocenka .stars-list__star {
	background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/178df0f18f6025c2e764130c7d1ac463.svg) no-repeat 50% / cover;
	width: 12px;
	height: 12px;
	display: block;
}

.ocenka .stars-list__star._half {
	width: 12px;
	height: 12px;
	display: block;
	background: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/a53d90b8e3365aa721fcf6939fa3f81a.svg) no-repeat 50% / cover;
}

.ocenka .stars-list__star._empty {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(https://yastatic.net/s3/front-maps-static/maps-front-org-badge-api/19/out/assets/_/ee15bab6241eec6618f0f5720fa6daa9.svg);
}

.ocenka-block-num,
.ocenka-block-bl {
	display: flex;
	align-items: center;
}

.num-wrp {
	margin-right: 10px;
	color: #000;
	font-size: 36px;
}

.ghk {
	color: #000;
	font-size: 20px;
	font-size: 13px;
	white-space: nowrap;
}

.ghk .mini-badge__stars {
	padding-bottom: 5px;
}

.ocenka-block-bl {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-left: 1px solid #e0e0e0;
}
.ocenka-block-bl img {
	max-width: 107px;
}
.slider-ya-wrp{
	padding: 0 40px;
}
.ya-reviews > .wrap{
	max-width: 1240px;
}
.case{
	padding-top: 75px;
	padding-bottom: 50px;
	background: #f5f5f5;
}
.case h2{
	margin-bottom: 77px;
}
.case h2 span, .style-h1 span{
	color: #ffb600;
}
.case-block__top h3{
	font-weight: 700;
/* 	font-size: 32px; */
	font-size: 30px;
	line-height: 1.2;
	color: #2d2d2d;
}
.case-list{
	margin-bottom: 64px;
}
.case-block{
	padding: 60px;
	padding-top: 62px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	margin-bottom: 5px;
}
.case-block__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.case-block__top h2{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #2d2d2d;
	margin-right: 12px;
}
.case-block__r{
	display: flex;
	align-items: center;
}
.case-block__r span{
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	text-align: right;
	color: #575757;
}
.case-block__r span + span{
	margin-left: 39px;
	max-width: 272px;
}
.more-kt{
	margin-bottom: 49px;
	display: flex;

}
.kt-title{
	display: block;
	margin-right: 24px;
	font-weight: 700;
/* 	font-size: 24px; */
	    font-size: 22px;
	line-height: 1.2;
	color: #2d2d2d;
}
.more-kt-url{
	align-items: center;
	display: flex;
	font-weight: 400;
/* 	font-size: 24px; */
	    font-size: 22px;
	line-height: 1.2;
	color: #6a54f6;
	padding-right: 68px;
	position: relative;
}
.more-kt-url svg{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.case-grid{
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.case-grid__item{
	padding: 41px 40px;
/* 	border-radius: 20px; */
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: url('img/bg-k.png') no-repeat;
	background-size: 100% 100%;
}
.label-case-inner{
	display: block;
	position: absolute;
	top: 0;
	transform: translate(0, -50%);
	text-align: center;
	left: 22px;
	right: 22px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #2d2d2d;
	padding: 12px;
	background: #f5f5f5;
	border-radius: 43px;
}
.time-cs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 21px;
}
.time-cs-style{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #2d2d2d;
	margin-right: 7px;
	display: block;
}
.time-cs-url{
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #6a54f6;
}
.case-grid__item p{
	font-weight: 700;
/* 	font-size: 24px; */
	    font-size: 18px;
	line-height: 1.4;
	color: #575757;
	margin-bottom: 24px;
}
.price-cs{
	font-weight: 700;
/* 	font-size: 30px; */
	font-size: 28px;
	line-height: 1.2;
	color: #2d2d2d;
}
.case-blok{
	background: #6a54f6;
	border-radius: 20px;
	padding: 60px;
}
.case-blok-grid{
	grid-template-columns: repeat(3, 1fr);
	column-gap: 89px;
}
.case-block-wrap-last .case-blok-grid{
	column-gap: 64px;
}
.case-blok-item span{
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #ffb600;
	margin-bottom: 12px;
}
.case-blok-item p{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	color: #efedff;
	max-width: 294px;
}
.label-case{
	margin-top: -60px;
	margin-left: auto;
	display: table;
/* 	position: absolute; */
	position: static;
	top: 0;
	transform: translate(0, -50%);
	right: 60px;
	font-weight: 500;
/* 	font-size: 24px; */
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
/* 	padding: 20px 40px; */
	padding: 15px 30px;
	border-radius: 43px;
}
.case-block-wrap{
	margin-bottom: 99px;
}
.case-block-wrap:last-child{
	margin-bottom: 0;
}
.case-grid-int {
	display: flex;
	justify-content: space-between;
}
.case-block-wrap3 .case-grid__item{
	padding: 40px 40px 50px;
	padding-right: 20px;
}
.case-block-wrap3 .time-cs-url{
	position: relative;
	right: 17px;
}
.case-block-wrap3  .price-cs{
	position: relative;
	bottom: -10px;
}
.case-block-wrap3 .case-block{
	margin-bottom: 0;
}
.case-block-wrap-last .case-block{
	padding-bottom: 51px;
	padding-top: 65px;
}
.case-grid-int .case-grid__item{
	box-sizing: border-box;
	max-width: 485px;
	width: 100%;
	padding: 40px 35px;
}
.case-grid-left{
	margin-right: 15px;
}
.case-grid-left h5{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #2d2d2d;
	margin-bottom: 10px;
}
.case-grid-left a{
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
	color: #6a54f6;
}
.case-forma{
	background: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}
.page-komanda{
	background: #f5f5f5;
/* 	padding-top: 120px; */
	padding-top: 60px;
	padding-bottom: 120px;
}
.page-komanda__top{
	margin-bottom: 73px;
	max-width: 940px;
}
.page-komanda__top h2{
	margin-bottom: 15px;
}
.page-komanda__top h2 span{
	color: #ffb600;
}
.page-komanda__top p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #575757;
}
.page-komanda-wrap{
	background: #6a54f6;
	border-radius: 20px;
	padding: 60px;
	margin-bottom: 78px;
}
.page-komanda-wrap h2{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 24px;
}
.page-komanda-grid{
	column-gap: 30px;
}
.page-komanda-item{
	width: calc(33.333% - 20px);
	position: relative;
}
.page-komanda-item .name-km{
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
}
.page-komanda-item .dol-km{
	font-weight: 600;
/* 	font-size: 18px; */
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}
.page-komanda-item .komanda__item-sh{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #efedff;
}
.page-komanda-item img{
	margin-right: 17px;
}
.page-komanda-item .km-wrp{
	flex-shrink: 0;
}
.page-komanda-item .komanda__item-wrp{
	padding-bottom: 38px;
}
.page-komanda-item img{
	width: 84px;
	height: 84px;
}
.page-komanda-item .swiper-pr-wrap{
	top: 86px;
	left: 11px;
}
.page-komanda-item .swiper-slide-in .dol-km{
	line-height: 1.6;
}
.page-komanda-item .swiper-slide-in .komanda__item-wrp{
	padding-bottom: 18px;
}
.page-komanda-item .swiper-pr-wrap{
	position: absolute;
}
.cs-tw{
	grid-template-columns: repeat(2, 1fr);
	gap: 61px;
}
.cs-tw-item{
	background: #fff;
	border-radius: 20px;
	padding: 48px;
}
.cs-tw-item h3{
	font-weight: 600;
/* 	font-size: 32px; */
		font-size: 25px;
	line-height: 1.3;
	color: #2d2d2d;
	margin-bottom: 16px;
}
.cs-tw-desc{
	font-weight: 400;
/* 	font-size: 24px; */
	font-size: 20px;
	line-height: 1.4;
	color: #575757;
	position: relative;
	padding-left: 28px;
	text-indent: -28px;
}
.cs-tw-desc:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background:  #ffb600;
	vertical-align: middle;
	margin-right: 16px;
}
.cs-tw-item2 .cs-tw-desc{
/* 	font-size: 18px; */
	font-size: 20px;
}
.price-int2{
	padding-top: 50px;
}
.case-block-wrap-last .case-grid__item{
	padding: 40px 22px 48px 43px;
}
.case-block-wrap-last .price-cs{
	padding-top: 17px;
}
.case-block-wrap-last .case-block__r span + span{
	max-width: none;
}
.cs-tw-item2{
	padding-left: 43px;
}
.page-work{
	padding-top: 75px;
	background: #f5f5f5;
}
.page-work > .wrap > h2, h1.style-h1{
	margin-bottom: 42px;
}
h1.style-h1{
	font-weight: 700;
	color: #2d2d2d;
	font-family: 'Inter', Arial, sans-serif;
	font-size: 32px;
}
.page-work-wrap{
	background: #6a54f6;
	border-radius: 20px;
	padding: 60px;
}
.base-top{
	width: 73%;
	padding-right: 60px;
	box-sizing: border-box;
}
.base-top-full{
	width: 100%;
	padding-right: 0;
}
.top-span{
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #c3baff;
}
.base-top h3{
	font-weight: 700;
/* 	font-size: 32px; */
		font-size: 30px;
	line-height: 1.2;
	color: #fff;
/* 	margin-bottom: 10px; */
	margin-bottom: 40px;
}
.base-top h3 span{
	color: #ffb600;
}
.base-top p{
	font-weight: 400;
/* 	font-size: 20px; */
	font-size: 18px;
	line-height: 1.4;
	color: #efedff;
	margin-bottom: 10px;
}
.page-work__section2 .base-top p{
	margin-bottom: 15px;
}
.page-work__section3 .base-top p, .page-work__section4 .base-top p{
	font-size: 24px;
	line-height: 1.4;
}
.page-work__section3 .page-work-grid__item p{
	margin-bottom: 13px;
}
.base-top p:last-child, .page-work__section2 .base-top p:last-child, .page-work__section3 .page-work-grid__item p:last-child{
	margin-bottom: 0;
}
.block-square{
	box-sizing: border-box;
	background: url('img/square-bg.png') no-repeat;
	background-size: 99.5% 100%;
	border-radius: 20px;
	width: 27%;
	padding: 40px;
	margin-top: 43px;
}
.block-square-wrp{
	margin: 0 auto;
	max-width: 200px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}
.block-square-wrp span{
	color: #ffb600;
}
.page-work-top{
	align-items: flex-start;
	margin-bottom: 50px;
}
.page-work-grid{
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.page-work__section2 .page-work-grid{
	grid-template-columns: repeat(2, 1fr);
	gap: 52px;
	row-gap: 30px;
}
.page-work__section2 .page-work-grid__item p{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.page-work-grid__item{
	border-radius: 20px;
	padding: 40px;
	background: #fff;
}
.page-work-grid__item h3{
	font-weight: 600;
/* 	font-size: 24px; */
		font-size: 22px;
	line-height: 1.3;
	color: #2d2d2d;
	margin-bottom: 10px;
}
.page-work-grid__item p{
	font-weight: 400;
/* 	font-size: 20px; */
		font-size: 18px;
	line-height: 1.4;
	color: #575757;
}
.page-work__section2 .base-top p{
	font-size: 24px;
}
.page-work__section{
	margin-bottom: 119px;
}
.page-work__section:last-child{
	margin-bottom: 0;
}
.desc-pw{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #2d2d2d;
	max-width: 396px;
}
.desc-pw span{
	color: #6a54f6;
}
.page-work__section2 .page-work-grid__item{
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 204px;
}
.page-work__section3 .page-work-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 52px;
	margin-bottom: 50px;
}
.block-square-full{
	background: url('img/square-bg2.png') no-repeat;
	background-size: 100% 100%;
	padding: 40px 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}
.block-square-full span{
	color: #ffb600;
}
.page-work__section4 .page-work-grid{
	row-gap: 40px;
	position: relative;
	justify-content: space-between;
}
.page-work__section4 .page-work-grid:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -75px;
	top: 30px;
	height: 1px;
	background: url('img/line.png') no-repeat;
	background-size: 100% 100%;
}
.page-work .wrap{
	overflow: hidden;
}
.page-work__section4 .page-work-grid__item{
	background: none;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	z-index: 2;
}
.page-work__section4 .page-work-grid__item:nth-child(1){
	width: 36%;
	padding-right: 10px;
}
.page-work__section4 .page-work-grid__item:nth-child(2){
	width: 27%;
	padding-right: 10px;
}
.page-work__section4 .page-work-grid__item:nth-child(3){
	width: 32.77%;
}
.page-work__section4 .page-work-grid__item:nth-child(4){
	width: 45%;
	position: relative;
	z-index: 2;
}
.page-work__section4 .page-work-grid__item:nth-child(4):before{
	content: '';
	display: block;
	position: absolute;
	left: -60px;
	height: 1px;
	width: 120px;
	background: url('img/line-min.png') no-repeat;
	background-size: 100% 100%;
	top: 30px;
}
.page-work__section4 .page-work-grid__item p{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #efedff;
	margin-bottom: 8px;
}
.page-work__section4 .page-work-grid__item p:last-child{
	margin-bottom: 0;
}
.nkt-number{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #ffb600;
	margin-bottom: 28px;
	position: relative;
	z-index: 2;
}
.page-work-grid__item:nth-child(4) .nkt-number{
	margin-bottom: 23px;
}
.page-work-grid__item-last{
	background: #fff!important;
	padding: 40px!important;
	max-width: 493px;
	width: 100%;
	box-sizing: border-box;
}
.page-work-grid__item-last h3{
	color: #575757;
}
.page-work-grid__item-last p{
	line-height: 1.4;
	color: #575757!important;
	font-size: 20px;
}
.page-work__section5 .page-work-grid{
	grid-template-columns: repeat(2, 1fr);
	gap: 52px;
}
.price-int3, .price-wrap1-in{
	margin-bottom: 0;
}
.case-forma2{
	padding-top: 60px;
	padding-bottom: 80px;
}
.page-work__section4 .page-work-top{
	margin-bottom: 49px;
}
.page-work__section4{
	margin-bottom: 121px;
}
.page-work__section5 .base-top p{
	font-size: 24px;
	line-height: 1.4;
}
.page-work__section5 .page-work-grid__item p{
	margin-bottom: 8px;
}
.page-work__section5 .page-work-grid__item p:last-child{
	margin-bottom: 0;
}
.page-komanda-work{
	padding-top: 60px;
}
.header-fixed-base{
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
}
.header-fixed-base:before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	height: 40px;
	background: #fff;
}
.header-fixed-wrap{
	box-sizing: border-box;
	padding: 13px 32px;
	background: #6a54f6;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 10px;
}
.header-fixed{
	position: fixed;
	left: 20px;
	right: 20px;
	top: 0;
	z-index: 10;
	display: none;
}
.menu-fixed {
	align-items: center;
}
.menu-fixed .click-popap{
	margin-left: 37px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.07;
	color: #ffb600;
}
.header-fixed .block-tel{
	margin-bottom: 0;
}
.menu-fixed a{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.07;
	color: #fff;
}
.menu-fixed li{
	margin-right: 37px;
}
.menu-fixed li:last-child{
	margin-right: 0;
}
.header-fixed-wrap .heade__logo{
	margin-right: 0;
}
#page-work, #case{
	position: relative;
	z-index: -1;
}

#case{
	bottom: 120px;
}

#page-work{
	bottom: 70px;	

}
.mtm{
	position: relative;
	z-index: -1;
	bottom: 120px;
}

#price{
	bottom: 30px;
}

#reviews{
	bottom: 60px;	
}


/* responsive */
.click-mob-menu,
.price-wrap-mob,
.mob-nav-hed,
.list-wrap__item_mob,
.menu-foot-mob,
.mob-min-cont,
.mob-ico-tel,
.svg-mob,
.block-square-mob,
.menu-tel-fixed,
.sw-desc-mob {
	display: none;
}

@media screen and (max-width: 1199px) {
	.case-grid__item{
		border-radius: 20px;
	}
	.menu-foot {
		display: none;
	}

	.menu li {
		margin-right: 40px;
	}

	.slider-item__img {
		-webkit-box-pack: normal;
		    -ms-flex-pack: normal;
		        justify-content: normal;
	}

	.slider-item__block {
		-webkit-box-align: self-start;
		    -ms-flex-align: self-start;
		            -ms-grid-row-align: self-start;
		        align-items: self-start;
	}
	.case-block{
		padding: 30px;
		padding-top: 60px;
	}
	.case-blok{
		padding: 40px 30px;
	}
	.case-grid__item, .case-block-wrap3 .case-grid__item{
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.case-block-wrap-last .case-grid__item{
		padding: 20px;
	}
	.price-cs{
		font-size: 22px;
	}
	.case-grid__item p{
		font-size: 21px;
	}
	.label-case-inner{
		font-size: 14px;
	}
	.time-cs-style, .time-cs-url{
		font-size: 15px;
	}
	.case-blok-grid{
		column-gap: 30px;
	}
	.case-blok-item span, .case-blok-item p{
		font-size: 22px;
	}
	.case-block__top h3, .cs-tw-item h3{
		font-size: 25px;
	}
	.case-block__r span{
		font-size: 16px;
	}
	.label-case, .case-grid-left h5{
		font-size: 21px;
	}
	.case-grid-left a{
		font-size: 20px;
	}
	.kt-title{
		font-size: 22px;
	}
	.more-kt-url{
		font-size: 21px;
		padding-right: 40px;
	}
	.case-list{
		margin-bottom: 0;
	}
	.case-forma, .page-komanda{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-komanda-wrap{
		padding: 40px;
	}
	.page-komanda-wrap h2{
		font-size: 27px;
	}
	.cs-tw-item{
		padding: 30px;
	}
	.cs-tw-item2 .cs-tw-desc, .cs-tw-desc, .page-komanda-item .dol-km, .page-komanda-item .komanda__item-sh{
		font-size: 16px;
	}
	.case{
		padding-top: 0;
	}
	.num-sf {
		font-size: 40px;
	}
	.page-work__section4 .page-work-grid{
		display: block;
	}
	.page-work__section4 .page-work-grid:before, .page-work__section4 .page-work-grid__item:nth-child(4):before {
		display: none;
	}
	.page-work__section4 .page-work-grid__item{
		width: 100%!important;
		margin-bottom: 26px;
		display: flex;
		align-items: center;
	}
	.nkt-number{
		margin-bottom: 0!important;
		margin-right: 10px;
		flex-shrink: 0;
	}
	.page-work__section4 .page-work-grid:after{
		content: '';
		display: block;
		background: url('img/mob-hr.png') repeat-y;
		position: absolute;
		left: 30px;
		width: 1px;
		top: 0;
		height: 320px;
	}
	.page-work-grid__item.page-work-grid__item-last{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
	}
	.page-work-grid__item.page-work-grid__item-last h3{
		text-align: left;
	}
	.block-square-full, .block-square{
		background: none;
		border: 1px dashed #fff; 
	}
	.case-grid__item{
		background: none;
		border: 1px dashed #6a54f6; 
	}
}

@media screen and (max-width: 1110px) {

	.menu li a,
	.click-popap,
	.header p {
		font-size: 14px;
	}

	.heade__logo {
		margin-right: 30px;
	}

	.menu li {
		margin-right: 33px;
	}

	.header__phone .block-tel a {
		font-size: 14px;
		margin-bottom: 0;
	}

	.header__phone {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header_inscription {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.menu {
		margin-bottom: 70px;
	}

	.header h1, h2.h2-alt {
		font-size: 32px;
	}

	.header p {
		max-width: 370px;
		margin-bottom: 22px;
	}

	.header-forma__input {
		width: 33%;
	}

	.header-forma__input+.header-forma__input,
	.header-forma__conf {
		width: 27%;
	}

	.header-forma__conf {
		width: 36%;
	}

	.btn,
	input[type="tel"],
	input[type="text"],
	input[type="email"] {
		font-size: 14px;
	}

	.header__base {
		padding-left: 30px;
		padding-right: 7px;
	}

	.contact-info,
	.contact-info a {
		font-size: 13px;
	}

	.gif-slider img {
		max-width: 300px;
	}

	.base-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header {
		padding-top: 13px;
		padding-bottom:40px;
	}

	.list-wrap__group p {
		margin-bottom: 0;
	}

	.header__base{
		border-radius: 27px;
	}
	.menu-fixed, .header-fixed .block-tel{
		display: none;
	}
	.menu-tel-fixed{
		line-height: 0;
		color: #fff;
		display: flex;
		align-items: center;
	}
	.menu-tel-fixed img{
		max-width: 32px;
	}
	.header-fixed-wrap .click-mob-menu{
		display: flex;
	}
	.header-fixed-wrap .click-mob-menu img{
		margin: 0;
	}
	.rfc{
		position: fixed;
	}
	
}

@media screen and (max-width: 1023px) {
	.page-work-grid__item{
		padding: 20px;
	}
	.page-work-wrap{
		padding: 40px;
	}
	.desc-pw br{
		display: none;
	}
	.base-top p br, .base-top h3 br{
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.menu ul {
		display: none;
	}

	.phone-top .click-popap {
		display: none;
	}

	.header__phone .block-tel a,
	.block-tel span {
		font-size: 20px;
		font-weight: bold;
	}

	.block-tel span {
		font-size: 18px;
		font-weight: 400;
	}

	.header__base {
		width: 48.5%;
		margin-right: 3%;
	}

	.header__phone {
		width: 48.5%;
	}

	.phone-top {
		padding: 0 24px;
	}

	.click-mob-menu {/*
		display: block;
		width: 33px;
		height: 26px;
		margin-top: auto;*/
	}

	.click-mob-menu {/*
		position: relative;
		top: 8px;*/
	}

	.click-mob-menu img {
		max-width: none;
		width: 100%;
		height: 100%;
	}

	.gif-slider img {
		max-width: none;
		width: 87%;
	}

	.header h1 span {
		display: none;
	}

	.header_inscription {
		font-size: 20px;
	}

	.header_inscription:before {
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}

	.header_inscription {
		padding-left: 27px;
	}

	.header-forma {
		display: block;
	}

	.header-forma__input,
	.header-forma__input+.header-forma__input,
	.header-forma__conf {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.header__base {
		padding-right: 30px;
		padding-left: 30px;
	}

	.menu {
		margin-bottom: 49px;
	}

	.header-forma__conf {
		margin-bottom: 0;
	}

	.list-wrap__item {
		padding: 25px 12px;
	}

	.working {
		padding-top: 25px;
	}

	.btn-group__item {
		width: 100%;
		margin: 0;
		padding: 25px 7px;
	}

	.btn-group {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.slider-item__txt {
		width: 100%;
		padding-right: 0;
	}

	.slider-item__block {
		padding-left: 30px;
		padding-right: 30px;
	}

	.slider-item__img {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-bottom: 20px;
	}

	.wrap-slider .slider-item__img {
		width: auto;
	}

	.slider-item__img img {
		float: none;
	}

	.working__list-wrap {
		display: block;
	}

	.working__list-wrap .list-wrap__item {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 25px;
	}

	.list-wrap__item:last-child {
		margin-bottom: 0;
	}

	.working__list-wrap .list-wrap__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.list-wrap__group .popap-in {
		right: auto;
		left: 120px;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		top: auto;
		bottom: auto;
		top: 34px;
	}

	.working__list-wrap h3 {
		width: 240px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}

	.section-form {
		padding: 35px 25px 35px;
	}

	.section-form__data {
		width: 100%;
		margin-bottom: 25px;
	}

	.section-form__wrap {
		width: 100%;
		max-width: none;
	}

	.section-form {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.forma-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.wrap-input {
		width: 29%;
		margin-right: 2%;
	}

	.wrap-input-submit {
		width: 38%;
	}

	.form-modal .wrap-input,
	.form-modal .wrap-input-submit {
		width: 100%;
		margin-right: 0;
	}

	.komanda {
		padding-top: 0;
	}

	.form-style .wrap-input-conf {
		width: 100%;
		text-align: center;
		max-width: 100%;
	}

	.form-style .conf-style {
		max-width: 100%;
		font-size: 14px;
	}

	.komanda__top {
		padding: 30px;
		background-image: none;
		margin-bottom: 30px;
	}

	.komanda__top {
		display: block;
	}

	.komanda__top h2 {
		margin-bottom: 20px;
	}

	.komanda__top h2 br {
		display: none;
	}

	.komanda__wrap {
		display: block;
	}

	.komanda__item {
		width: 100%;
		padding: 30px;
		margin-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.komanda__wrap:before,
	.komanda__wrap:after {
		display: none;
	}

	.komanda__item-sh {
		padding-top: 10px;
		padding-left: 30px;
	}

	.komanda__wrap {
		margin-bottom: 55px;
	}

	.reviews-swiper {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
	}

	.reviews-swiper__item {
		padding: 30px;
	}

	.reviews-swiper__item:nth-child(2) .more-review {
		position: relative;
		left: 0;
		bottom: 0;
	}

	.reviews__slider {
		margin-bottom: 70px;
	}

	.clients-block {
		padding: 30px;
	}

	.clients-list {
		row-gap: 30px;
	}

	.clients-list>* {
		width: 48%;
		max-width: none;
	}

	.clients-block h2 {
		width: 48%;
	}

	.price-top>* {
		width: 48%;
	}

	.price-wrap-mob {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
	}

	.price-item__top {
		box-sizing: border-box;
	}

	.price-wrap {
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
	}

	.price-wrap1 .price-item:nth-child(1) {
		-webkit-box-ordinal-group: -1;
		    -ms-flex-order: -2;
		        order: -2;
	}

	.price-wrap1 .price-item:nth-child(4) {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	.price-item-full {
		-ms-grid-column: span 2;
		    grid-column: span 2;
	}

	.flex-two {
		max-width: 100%;
	}

	.price-item-full .price-item__top {
		height: auto;
	}

	.price .section-form {
		margin-bottom: 30px;
	}

	.plate {
		padding: 30px;
	}

	.plate-mb {
		display: block;
		margin-right: 50px;
	}

	.plate__contact {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
	}

	.plate__contact .tel-bl {
		margin: 0;
	}

	.faq .wrap {
		max-width: 700px;
	}

	.price {
		margin-bottom: 50px;
	}

	.footer__top .tel-bl {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}

	.footer__nav-last .mail-foot,
	.footer__nav-last .social,
	.footer__nav img {
		margin-right: 15px;
	}

	.slider-item__bottom .d-flex {
		display: block;
		text-align: center;
	}

	.slider-item__bottom p {
		margin-bottom: 12px;
	}

	.slider-item__bottom .btn-int {
		margin: 0 auto;
	}

	.header__top .wpcf7 form .wpcf7-response-output {
		position: relative;
		top: -50px;
		width: 100%;
	}

	.style-tm .wpcf7 form .wpcf7-response-output {
		position: relative;
		bottom: 9px;
	}

	.gr1,
	.gr21,
	.gr31 {
		max-width: 100%;
	}
	.page-komanda__top{
		margin-bottom: 40px;
	}
	.page-komanda-item {
		width: calc(50% - 30px);
		margin-bottom: 25px;
	}
	.page-komanda-grid{
		justify-content: center;
	}
	.page-komanda-item .komanda__item-wrp{
		padding-bottom: 33px;
	}
	.case-blok-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.case-grid-int{
		display: block;
	}
	.case-grid-left{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.case-grid {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	}
	.case-block__top, .case-block__r{
		display: block;
	}
	.case-block__r span {
		text-align: left;
	}
	.case-block__r span + span{
		margin-left: 0;
		max-width: 100%;
		text-align: left;
		padding-top: 15px;
	}
	.cs-tw {
		gap: 30px;
	}
	.page-komanda-wrap{
		margin-bottom: 30px;
	}
	.case-block-wrap3 .price-cs{
		bottom: 0;
	}
	.sfera-list-wrp {
		grid-template-columns: repeat(2, 1fr);
	}
	.komanda-home .swiper-pr-wrap{
		position: absolute;
		top: 152px;
  		left: 55px;
	}
	.komanda-home .komanda__item-sh{
		padding-left: 0;
	}
	.komanda-home .swiper.komanda-slider{
		margin-left: 0;
	}
	.page-work-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.page-work__section{
		margin-bottom: 50px;
	}
	.page-work__section2 .page-work-grid, .page-work__section3 .page-work-grid, .page-work__section5 .page-work-grid{
		gap: 20px;
	}
	.page-work__section1 .base-top{
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.block-square{
		margin-top: 0;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.footer__nav-last a {
		font-size: 13px;
	}

	.footer__nav-last .social {
		margin-right: 0;
	}

	.footer__nav-last .social a {
		margin-right: 15px;
	}

	.footer__nav-last .tel-bl {
		top: 0;
	}

	.plate h3 {
		font-size: 2.5vw;
		width: 172px;
		margin-right: 8px;
	}

	.plate__contact a {
		font-size: 2.5vw;
	}

	.plate .social a {
		margin-right: 15px;
		zoom: 0.8;
	}

	.wrap-input,
	.wrap-input-submit {
		width: 100%;
		margin-right: 0;
	}

	.header__top {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}

	.gif-slider {
		position: static;
		padding-top: 50px;
	}

	.phone-top {
		padding: 0 15px;
	}

	.header__phone .block-tel a,
	.block-tel span,
	.block-tel span {
		font-size: 16px;
	}

	.working__desc {
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
		margin-bottom: 30px;
	}

	.working__list-wrap h3 {
		width: 180px;
	}

	.price-wrap-mob {
		display: none;
	}

	.price-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.price-item__top {
		height: auto;
	}

	.price-item {
		width: 100%;
	}
	.kt-title{
		margin-right: 12px;
		font-size: 18px;
	}
	.more-kt-url{
		font-size: 18px;
	}
	.label-case{
		padding: 13px 29px;
	}
	.page-work-grid__item h3{
		font-size: 20px;
	}
	.page-work-grid__item p{
		font-size: 16px;
	}
	.desc-pw{
		font-size: 19px;
	}
	.base-top h3{
		font-size: 26px;
	}
	.page-work__section .base-top p{
		font-size: 20px;
	}
	.page-work{
		padding-top: 50px;
	}
}

.contacticons a{
	margin:0 4px;
}
.contact-info-mob{
	display: none;
	text-align: center;
	font-size: 15px;
}
.contact-info-mob a{
	border-bottom:none;
	margin:8px 5px 0 5px;
	display: inline-block;
}
@media screen and (max-width: 640px) {
	.contact-info-pc{
		display: none;
	}
	.contact-info-mob{
		display: block;
	}
	
	.mail-foot {
		display: none;
	}

	.footer__bottom {
		display: block;
	}

	.footer__bottom-left {
		margin-bottom: 12px;
		margin-right: 0;
	}

	.header__base {
		width: 100%;
		margin-right: 0;
	}

	.header__phone {
		display: none;
	}

	.hed-list-wrap .list-wrap__item {
		width: calc(50% - 10px);
	}

	.header-forma .header-forma__conf a {
		max-width: 100%;
		font-size: 11px;
	}

	.mob-nav-hed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.menu {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: start;
		        align-items: start;
		margin-bottom: 30px;
	}

	.heade__logo {
		max-width: 170px;
	}

	.mob-nav-hed .block-tel {
		margin-bottom: 0;
		margin-right: 30px;
	}

	.mob-nav-hed .block-tel a {
		margin-bottom: 0;
	}

	.header-forma .header-forma__input {
		width: 53%;
	}

	.header-forma .header-forma__input+.header-forma__input {
		margin-left: 2%;
		width: 45%;
	}

	.header-forma {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.list-wrap__item_mob {
		display: block;
		background: #755FF8;
		padding-bottom: 0;
	}

	.gif-slider {
		padding-top: 0;
	}

	.gif-slider img {
		margin-bottom: 0;
	}

	.hed-list-wrap .list-wrap__item {
		padding-left: 30px;
		padding-right: 30px;
	}

	.header p {
		max-width: none;
	}

	.hed-list-wrap .list-wrap__item p {
		font-size: 3vw;
	}

	.hed-list-wrap .list-wrap__item_mob {
		padding-left: 12px;
		padding-right: 12px;
	}

	.list-wrap__item,
	.list-wrap__item p {
		font-size: 16px;
	}

	h2 {
		font-size: 28px;
	}

	.section-form__data h2 br {
		display: none;
	}

	.komanda__item img {
		max-width: 100px;
	}

	p {
		font-size: 14px;
	}

	.clients-list>* {
		width: 70%;
	}

	.clients-block h2 {
		width: 100%;
		margin-bottom: 20px;
	}

	.clients-list__item:nth-child(3) {
		position: relative;
		left: 30%;
	}

	.price-top {
		display: block;
	}

	.price-top h2 {
		max-width: 100%;
	}

	.price-top>* {
		width: 100%;
		max-width: 100%;
	}

	.price {
		padding-top: 40px;
	}

	.header__phone .block-tel a,
	.block-tel span,
	.block-tel span {
		font-size: 12px;
	}

	.plate {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.plate h3 {
		font-size: 16px;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}

	.plate__contact {
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.plate-mb {
		margin-right: 15px;
	}

	.plate__contact a {
		font-size: 14px;
	}

	.heade__logo {
		margin-right: 15px;
	}
	.page-komanda-wrap{
		padding: 30px;
	}
	.page-komanda-item{
		width: 100%;
	}
	.page-komanda-item .komanda__item-wrp{
		padding-bottom: 25px;
	}
	.page-komanda-item .swiper-slide-in .komanda__item-wrp{
		padding-bottom: 0;
	}
	.cs-tw{
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	.case-blok{
		padding: 30px;
	}
	.case-blok-grid, .case-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.case-blok-item p{
		max-width: 100%;
	}
	.more-kt{
/* 		display: block; */
		display:none;
		margin-bottom: 30px;
	}
	.kt-title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.more-kt-url{
		display: table;
	}
	.case-block-wrap{
		margin-bottom: 70px;
	}	
	.sfera-list-wrp {
		grid-template-columns: repeat(1, 1fr);
		gap: 26px;
	}
	.num-sf{
		font-size: 52px;
	}
	.sf-desc{
		font-size: 17px;
	}
	.sfera-list__item{
		min-height: 249px;
	}
	.ya-reviews .swiper-slide-wrp{
		padding: 15px 12px;
	}
	.ya-reviews .swiper-slide-wrp h5{
		font-size: 17px;
	}
	.ya-reviews .review_slide{
		font-size: 15px;
	}
	.ya-reviews .swiper-slide{
		padding-top: 1px;
	}
	.ya-reviews h2{
		padding-left: 0;
		font-weight: 700;
		font-size: 28px;
		line-height: 1.6;
		color: #2d2d2d;
		margin-bottom: 22px;
	}
	.slider-ya-wrp{
		padding: 0 22px;
	}
	.ocenka{
		margin-left: 0;
	}
	.ya-reviews + .price{
		padding-top: 0;
	}
	.ya-reviews .swb{
		zoom: 0.8;
	}
	.page-work-grid {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 20px;
	}
	.block-square-desc{
		display: none;
	}
	.block-square-mob{
		display: block;
	}
	.page-work__section2 .page-work-grid, .page-work__section3 .page-work-grid, .page-work__section5 .page-work-grid{
	    grid-template-columns: repeat(1, 1fr);
	    gap: 20px;
	}
	.page-work__section4 .page-work-grid:after {
		top: 25px;
		height: 425px;
	}
	.header-fixed-wrap .heade__logo{
		max-width: 120px;
	}
	
	
}

@media screen and (max-width: 479px) {
	.header-forma .header-forma__input,
	.header-forma .header-forma__input+.header-forma__input {
		width: 100%;
		margin-left: 0;
	}

	.hed-list-wrap .list-wrap__item {
		width: 100%;
	}

	.hed-list-wrap .list-wrap__item p {
		font-size: clamp(14px, 4vw, 18px);
	}

	.working__list-wrap .list-wrap__group {
		display: block;
	}

	.working__list-wrap h3 {
		width: auto;
	}

	.list-wrap__group .popap-in {
		right: 0;
		left: auto;
		top: 7px;
	}

	.komanda__item {
		display: block;
	}

	.komanda__item-sh {
		padding-left: 0;
	}

	.clients-list__item:nth-child(3) {
		left: 0;
	}

	.clients-list>* {
		width: 100%;
	}

	.faq {
		margin-bottom: 40px;
	}

	.footer__nav-last .tel-bl {
		display: none;
	}

	.menu-foot-mob {
		display: block;
		width: 100%;
		padding-top: 30px;
	}

	.menu-foot-mob li {
		margin-bottom: 13px;
	}

	.footer__top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.mob-min-cont {
		display: block;
		width: 100%;
	}

	.mob-min-cont .mail-foot {
		display: block;
		padding-top: 20px;
	}

	.mob-min-cont a {
		color: #000;
		font-weight: bold;
		display: block;
		margin-bottom: 3px;
	}

	.mob-min-cont .tel-bl {
		padding-top: 25px;
		margin: 0;
	}

	.footer__nav,
	.footer__nav-last {
		max-width: 49%;
	}

	.mob-nav-hed .block-tel {
		display: none;
	}

	.mob-ico-tel {
		display: block;
		line-height: 0;
		max-width: 32px;
		position: relative;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		Zoom: 1;
		margin-top: auto;
		margin-right: 14px;
	}

	.click-mob-menu {
		Zoom: 1;
	}

	.click-mob-menu {/*
		top: 16px;*/
	}

	.heade__logo {
		max-width: 160px;
		margin-top: 2px;
	}

	h2 {
		font-size: 23px;
	}

	.reviews-swiper__item_last p {
		font-size: 16px;
	}

	.wrp-nav {
		padding-top: 10px;
	}

	.clients-list__title {
		font-size: 16px;
	}

	.numb {
		font-size: 55px;
	}

	.clients-block {
		padding: 20px;
	}

	.price-item__top,
	.price .section-form,
	.plate,
	.komanda__item,
	.section-form,
	.working__list-wrap .list-wrap__item,
	.hed-list-wrap .list-wrap__item {
		padding: 20px;
	}

	.komanda__item:nth-child(3) {
		padding: 20px;
	}

	.reviews-swiper__item_last strong,
	.reviews-swiper__item_last b {
		font-size: 18px;
	}

	.gif-slider img {
		width: 100%;
	}

	.flex-two {
		display: block;
	}

	.flex-two__wrp {
		max-width: 100%;
		margin-bottom: 25px;
	}

	.faq-click {
		font-size: 18px;
	}

	.clients-block h2 {
		margin-bottom: 0;
	}

	.komanda-item-list li {
		font-size: 16px;
	}

	.komanda__item {
		margin-bottom: 20px;
	}

	.btn-group__item {
		padding: 15px 5px;
	}

	.page-modal-min .modal-tn__wrp,
	.modal-tn__wrp {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	.page-style--in p {
		font-size: 14px;
	}

	.slider-item__block {
		padding-left: 20px;
		padding-right: 20px;
	}

	h3 {
		font-size: 20px;
	}

	.style-ol ol li:before {
		top: 1px;
	}

	.slider-item__bottom {
		padding-left: 20px;
	}

	.komanda__wrap {
		margin-bottom: 30px;
	}

	.style-md form {
		padding-bottom: 55px;
	}

	.style-tm .wpcf7 form .wpcf7-response-output {
		bottom: 25px;
	}

	.gr2,
	.gr3,
	.gr4,
	.gr5,
	.gr22,
	.gr23,
	.gr24,
	.gr25,
	.gr32,
	.gr33,
	.gr34,
	.gr35 {
		zoom: 0.8;
	}

	.gr5 {
		zoom: 0.6;
	}
	.list-wrap-desctop{
		display: none;
	}
	.list-wrap-mob{
		display: block;
		margin-bottom: 21px;
	}
	.list-wrap__item_mob{
		margin-bottom: 30px;
	}
	.swiper-pagination-st{
		position: absolute!important;
  		bottom: -30px!important;
	}
	.swiper-mob p br{
		display: none;
	}
	.header .list-wrap__item p{
		max-width: 100%;
	}
	.swiper-mob .list-wrap__group{
		min-height: 124px;
	}
	.case h2{
		font-size: 26px;
		margin-bottom: 60px;
		padding-left: 29px;
	}
	.label-case{
/* 		font-size: 21px; */
		margin-inline:auto;
		font-size: 19px;
		line-height: 1.5;
		font-weight: 500;
		text-align: center;
		right: 30px;
		left: 30px;
		padding: 8px 40px;
	}
	.case-block{
		padding-left: 22px;
		padding-right: 22px;
	}
	.case-block__top h3, .cs-tw-item h3{
		font-size: 22px;
	}
	.case-block__top h3{
		margin-bottom: 11px;
	}
	.case-block__r span + span{
		padding-top: 4px;
	}
	.case-block__top{
		margin-bottom: 17px;
	}
	.more-kt{
		margin-bottom: 20px;
	}
	.label-case-inner{
		display: none;
	}
	.case-grid__item, .case-grid__item, .case-block-wrap3 .case-grid__item{
		padding: 15px;
	}
	.time-cs-style, .time-cs-url{
		font-size: 16px;
	}
	.case-grid__item p{
		line-height: 1.4;
/* 		font-size: 18px; */
		font-size: 16px;
		margin-bottom: 15px;
	}
	.price-cs{
		font-size: 18px;
	}
	.time-cs{
		margin-bottom: 15px;
	}
	.case-blok-item span{
	 	font-size: 18px;
	 	margin-bottom: 7px;
	}
	.case-blok-item p{
	  	font-size: 16px;
	  	font-weight: 400;
	  	line-height: 1.575;
	}
	.case-blok{
		padding: 34px 22px;
		border-radius: 27px;
	}
	.case-blok-grid{
		gap: 17px;
	}
	.case-grid-left h5{
		font-size: 18px;
	}
	.case-grid-left a{
		margin-bottom: 2px;
	}
	.case-block-wrap-last .price-cs{
		padding-top: 0;
	}
	.case-forma{
/* 	 	padding-top: 94px;
	 	padding-bottom: 94px; */
		padding-top: 47px;
	 	padding-bottom: 47px;
	}
	.case{
		padding-bottom: 94px;
	}
	.page-komanda{
		padding-top: 84px;
	}
	.page-komanda__top h2{
		font-size: 28px;
		line-height: 1.2;
	}
	.page-komanda__top p{
		font-size: 17px;
		line-height: 1.4;
	}
	.page-komanda-wrap{
		/* padding: 36px 21px; */
		padding: 0;
		background: none;
	}
	.page-komanda-wrap h2{
		padding: 36px 21px;
		background: #6a54f6;
  		border-radius: 27px;
  		margin-bottom: 25px;
		font-size: 20px;
	}
	.page-komanda-item .km-wrp {
		flex-shrink: 1;
	}
	.page-komanda-item{
		box-sizing: border-box;
		padding: 36px 21px;
		background: #6a54f6;
  		border-radius: 27px;
  		margin-bottom: 25px;
  		position: relative;
	}
	.page-komanda-wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-komanda-wrap .swiper-pr-wrap svg path{
		fill: #404040;
	}
	.page-komanda-wrap .page-komanda-item .swiper-pr-wrap{
		position: static;
	}
	.page-komanda-wrap .swiper-pr-wrap .swiper-prev{
		position: absolute;
		margin-right: 0;
		left: -25px;
		top: 40%;
		z-index: 9;
	}
	.page-komanda-wrap .swiper-pr-wrap .swiper-next{
		position: absolute;
		margin-right: 0;
		right: -25px;
		top: 40%;
		z-index: 9;
	}
	.page-komanda-item .komanda__item-wrp{
		padding-bottom: 7px;
	}
	.cs-tw-item{
		padding: 28px 26px;
		border-radius: 27px;
	}
	.cs-tw-item h3{
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.cs-tw-desc{
		font-size: 17px;
		line-height: 1.29412;
		padding-left: 19px;
		text-indent: -19px
	}
	.cs-tw-desc:before {
		width: 9px;
		height: 9px;
		margin-right: 10px;
	}
	.svg-desc{
		display: none;
	}
	.svg-mob{
		display: block;
	}
	.sfera-block h2{
		font-size: 28px;
		line-height: 1.04929;
	}
	.sfera-block p{
		font-size: 17px;
	}
	.sfera-list h2{
		font-size: 28px;
		line-height: 1.2;
	}
	.komanda-home .swiper-prev {
		position: absolute;
		margin-right: 0;
		left: -25px;
		top: 40%;
		z-index: 9;
	}
	.komanda-home .swiper-next {
		position: absolute;
		margin-right: 0;
		right: -25px;
		top: 40%;
		z-index: 9;
	}
	.komanda-home .swiper-pr-wrap{
		position: static;
	}
	.komanda-home .komanda__item{
		position: relative;
		padding: 36px 20px;
		margin-bottom: 26px;
	}
	.komanda-home .komanda__wrap{
		padding: 0 20px;
	}
	.komanda-home .komanda__item-sh p, .komanda-home .komanda__top p{
/* 		font-size: 17px; */
		font-size: 16px;
		line-height: 1.47059;
	}
	.komanda-home .komanda__item-sh p br, .komanda-home .komanda__top br{
		display: none;
	}
	.komanda-home .komanda__item-wrp{
		padding-bottom: 5px;
	}
	.komanda-home .komanda__top h2{
/* 		font-size: 27px; */
		font-size: 21px;
	}
	.komanda-home .komanda__top{
		padding: 30px 21px;
		box-sizing: border-box;
		margin: 0 auto 26px;
		max-width: calc(100% - 40px);
	}
	.komanda-home .swiper-slide-n h3.dol-km, .komanda-home h3.dol-km{
		font-size: 16px!important;
	}
	.komanda-home .komanda__item img{
		width: 97px;
		height: 97px;
		margin-left: 0;
	}
	.sw-desc{
/* 		font-size: 17px; */
		font-size: 16px;
	    line-height: 1.47059;
	}
	.sw-desc-desc{
		display: none;
	}
	.sw-desc-mob{
		display: block;
	}
	.komanda-home .komanda__item:nth-child(4){
		padding: 0;
		padding-top: 30px;
		padding-bottom: 65px;
	}
	.sfera{
		padding-bottom: 0;
	}
	.page-work > .wrap > h2, h1.style-h1{
		font-size: 26px;
		line-height: 1.13;
		margin-bottom: 65px;
	}
	.page-work-wrap{
		padding: 34px 22px;
	}
	.top-span{
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.base-top h3{
		font-size: 22px;
		line-height: 1.4;
	}
	.page-work__section .base-top p{
		font-size: 16px;
		line-height: 1.4;
	}
	.page-work__section1 .page-work-top{
		margin-bottom: 0;
	}
	.page-work-grid__item{
		padding: 16px 15px;
	}
	.page-work-grid__item h3{
		font-size: 18px;
		line-height: 1.3;
	}
	.block-square{
		max-width: 100%;
		padding: 15px 15px;
	}
	.block-square br{
		display: none;
	}
	.block-square-wrp{
		max-width: 100%;
		font-size: 18px;
		line-height: 1.3;
	}
	.page-work__section{
		margin-bottom: 63px;
	}
	.page-work__section2 .page-work-top, .page-work__section3 .page-work-top, .page-work__section4 .page-work-top, .page-work__section5 .page-work-top{
		margin-bottom: 21px;
	}
	.page-work__section2 .page-work-grid__item{
		min-height: 137px;
	}
	.desc-pw{
		font-size: 18px;
		line-height: 1.3;
	}
	.block-square-full{
		font-size: 18px;
		line-height: 1.3;
	}
	.page-work__section4 .page-work-grid__item p{
		font-size: 16px;
	}
	.nkt-number{
		width: 46px;
		height: 46px;
	}
	.page-work__section4 .page-work-grid__item{
		align-items: normal;
	}
	.page-work__section4 .page-work-grid:after {
	  	left: 23px;
	  	height: 345px;
	}
	.page-work-grid__item-last{
		padding: 16px 25px!important;
	}
	.page-work{
		padding-bottom: 50px;
		background: #fff;
	}
	.page-komanda-work{
		background: #f5f5f5;
		padding-top: 50px;
	}
	.price-item__bottom .popap-in{
		right: -30px;
	}

	.header-fixed-wrap .heade__logo{
		max-width: 108px;
	}
	.header-fixed-wrap{
		padding: 18px 32px;
	}
}

@media screen and (max-width: 370px) {
	.footer__nav-last .social a {
		zoom: 0.8;
	}

	.heade__logo {
		max-width: 108px;
	}

	.header__base {
		padding-right: 20px;
		padding-left: 20px;
	}

	.more-review,
	.reviews-swiper__txt p {
		font-size: 14px;
	}
	.label-case{
		font-size: 16px;
	}
	.case-grid-left a{
		font-size: 17px;
	}
	.page-komanda-wrap h2{
		font-size: 22px;
	}
}

@media screen and (max-width: 335px) {
	body {
		padding-right: 0 !important;
	}
	.page-work__section4 .page-work-grid:after {
		height: 370px;
	}
	.base-container {
		padding-left: 13px;
		padding-right: 13px;
	}

}

@media screen and (max-width: 430px) {
    .header__base {
        padding-right: 27px;
        padding-left: 27px;
    }
	.menu {
        margin-bottom: 55px;
    }
	.header_inscription:before {
        width: 16px;
        height: 16px;
        background-size: 100% 100%;
    }
	.header_inscription {
        font-size: 16px;
    }
	.header_inscription {
        padding-left: 26px;
		margin-bottom: 10px;
    }
	.header h1, h2.h2-alt {
        font-size: 32px;		
		margin-bottom: 13px;
    }
	.header p {
        font-size: 17px;
        line-height: 27px;
		margin-bottom: 45px;
    }

	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		height: 58px;
		font-size: 17px;
	}

	.btn{
		height: 58px;
		font-size: 17px;
	}

	.header-forma__input{
        margin-bottom: 15px!important;
    }

	.header-forma__input, .header-forma__input+.header-forma__input, .header-forma__conf {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

	.header-forma .header-forma__conf a {
        font-size: 9px;
    }

	.list-wrap__item {
		border-radius: 27px;
	}
	.list-wrap__item_mob{
		height: 365px;
		margin-bottom: 27px;
	}
	.header .list-wrap__item {
		overflow:hidden;
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

	.gif-slider {
/*         max-width: 346px; */
		max-width: 294px;
		width: 100%;
    }

	.header .swiper-mob .list-wrap__item{
		padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 27px;
        padding-right: 48px;
	}

	.hed-list-wrap .list-wrap__item p {
        font-size: 18px;
        font-weight: 500;
		line-height: 1.39;
		margin-bottom: 0;
    }

	.list-wrap-mob .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0px 8px;
	}

	.swiper-pagination-st .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background-color: #939393;
	}

	.swiper-pagination-st {
        position: absolute !important;
        bottom: -40px !important;
    }

	.working {
        padding-top: 85px;
		margin-bottom: 90px;
    }

	.working h2 {
        font-size: 26px;
		line-height: 1.13;
		margin-bottom: 23px;
    }

	.working h3 {
        font-size: 22px;
        line-height: 1.2;
    }

	.working .list-wrap__item h3 {
        font-size: 20px;
    }

	.working__desc p {
		font-size: 17px;
		margin-bottom: 12px;
		line-height: 26px;
	}

	.working__desc {
        margin-bottom: 67px;
    }

	.btn-group__item {
        padding: 28px 5px;
    }

	.wrap-input {
		margin-bottom: 18px;
	}

	.working .row {
		gap: 25px;
	}

	.working .slider-item__txt ol{
		margin-top: 18px;
	}

	.working .style-ol ol li {
		padding-left: 0;
		padding-top: 45px;
	}

	.working .slider-item__block {
		padding-top: 35px;
        padding-left: 27px;
        padding-right: 27px;
    }

	.working .style-ol ol li:before {
		content: counter(li);
		counter-increment: li;
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		width: 29px;
		height: 29px;
		border-radius: 50%;
		background: #FFB600;
		color: #fff;
		font-size: 15px;
		text-align: center;
		line-height: 23px;
		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;
	}

	.working .style-ol ol li p {
        font-size: 17px;
    }

	p {
        font-size: 17px;
    }

	.working .list-wrap__item, .list-wrap__item p {
        font-size: 17px;
    }

	.working .slider-item__bottom {
        padding-left: 27px;
        padding-right: 25px;
		padding-bottom: 15px;
		border-radius: 26px;
    }

	.working .wrap-slider {
		margin-bottom: 27px;
	}

	.working .list-wrap__item{
		padding: 28px 26px 24px 26px;
	}

	.working .list-wrap__item p {
		line-height: 26px;
	}

	.working__list-wrap {
		margin-bottom: 88px;
	}

	.working__list-wrap .list-wrap__item{
		margin-bottom: 22px;
	}

	.wrap-input-submit {
		margin-bottom: 10px;
	}

	.form-style .conf-style {
        font-size: 12px;
		max-width: 400px;
    }

	.section-form {
		border-radius: 27px;
		padding: 65px 27px 61px;
	}

	.working .section-form h2 {
		margin-bottom: 18px;
	}
	.section-form__data {
        margin-bottom: 22px;
	}

	.komanda h2{
		font-size: 27px;
		line-height: 27px;
	}

	br{
		display: none;
	}

	.komanda h3 {
        font-size: 22px;
        line-height: 1.2;
    }
	.komanda__top {
        padding: 36px 15px 30px 27px;    
		border-radius: 27px;
		margin-bottom: 26px;
    }

	.komanda__item-sh {
        padding-top: 0;
    }

	.komanda__item p{
		line-height: 25px;
	}

	.komanda__item{
		padding: 25px 20px 22px 20px;
		border-radius: 27px;
	}
	.komanda__item img {
        max-width: 110px;
		margin-left: -13px;
    }
	.komanda-item-list li:before {
		content: '';
		width: 19px;
		height: 19px;
		top: 11px;
	}
	.komanda-item-list li {
        font-size: 17px;
		padding-left: 38px;
		margin-bottom: 25px;
    }
	.komanda__item:nth-child(4) {
		padding: 43px 44px 60px 27px;
	}

	.komanda-item-list ul:before {
		content: '';
		bottom: 33px;
	}

	.reviews{
		overflow: hidden;
		width: 100%;
	}

	.reviews .reviews__slider{
		margin-right: -45px;
	}

	.reviews h2{
		font-size: 32px;
	}
	
	.reviews .reviews-swiper__item h3{
		font-size: 24px;
	}

	.reviews-swiper__item_last p {
        font-size: 25px;
    }

	.reviews-swiper__item_last p br{
        display: none;
    }

	.reviews-swiper__item_last strong {
        font-size: 23px;
    }

	.reviews-swiper__item {
        padding: 43px 55px 32px 25px;
		border-radius: 27px;
    }

	.reviews-swiper__item h2 {
		margin-bottom: 15px;
		line-height: 1.2;
	}

	.reviews-swiper__item_last {
		background: url(img/border_mob.png) no-repeat;
		background-size: 100% 100%;
	}

	.reviews-swiper__item span {
		display: block;
		font-size: 17px;
		margin-bottom: 26px;
	}

	.reviews-swiper__item h3 {
		margin-bottom: 15px;
	}

	.reviews-swiper__txt p {
		font-size: 20px;
		line-height: 1.4;
	}

	.reviews-swiper__item:nth-child(3) .more-review {
        left: 24px;
    }

	.more-review{
		font-size: 20px;
	}
	.swiper-next>div {
		position: static;
		width: 48px;
		height: 48px;
		background-size: contain;
	}
	.wrp-nav {
        padding-top: 21px;
        margin-left: 14px;
    }
	.swiper-next .swiper-button-prev {
		margin-right: 15px;
	}
	.reviews__slider {
        margin-bottom: 96px;
    }
	.clients-list {
        row-gap: 27px;
    }

	.clients-block {
		border-radius: 27px;
		padding: 55px 27px 60px;
	}

	.reviews .clients-list h2{
		font-size: 33px;
        line-height: 1.2;
	}
	.numb {
        font-size: 62px;
    }

	.clients-list__item {
		padding: 50px 43px 32px;
	}
    .clients-list__title {
		font-size: 17px;
        margin-top: 10px;
        line-height: 1.45;
    }

	.price {
        padding-top: 96px;
    }

	.price .section-form h2 {
        font-size: 27px;
		margin-bottom: 18px;
		line-height: 1.13;
    }

	.price .section-form p {

    }

	.price-top__txt {
		margin-top: 14px;
	}

	.price-top {
		padding-bottom: 37px;
	}

	.price-item__top {
		border-radius: 27px;
		padding: 43px 23px 44px;
	}
	.pl {
		font-size: 21px;
		padding: 8px 23px;
		margin-bottom: 37px;
		text-align: left;
	}
	.price-item__txt p {
		margin-bottom: 4px;
		font-size: 18px;
		line-height: 1.5;
	}
	.price-item__txt {
		margin-bottom: 37px;
	}

	.price-item__bottom span {
		font-size: 18px;
	}
	.price-item__bottom {
		border-radius: 27px;
		background-color: #f5f5f5;
		padding: 38px 74px 38px 27px;
	}
	.note {
		display: inline-block;
		padding-left: 0;
		padding-top: 50px;
		position: relative;
	}
	.note:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		background: url(img/note.svg) no-repeat;
		background-size: contain;
		width: 31px;
		height: 31px;
	}
	.item-list-ul ul {
		padding-top: 22px;
	}
	.item-list-ul li {
		position: relative;
		padding-left: 29px;
		font-size: 18px;
	}
	.item-list-ul li:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 5px;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #ffb600;
	}
	.item-list-ul li {
		margin-bottom: 20px;
	}
	.price{margin-bottom: 123px;}
	
	.price-item__bottom .price-bt {
		padding-left: 20px;
	}

	.item-list-ul{
		margin-bottom: 0;
	}

	.price-wrap {
        margin: 0 auto 93px;
    }

	.price .section-form{
		padding: 65px 25px 61px;
		margin-bottom: 105px;
		border-radius: 27px;
	}

	.plate h3 {
        font-size: 20px;
		line-height: 1.2;
		margin-bottom: 11px;
    }

	.plate{
		padding: 30px 33px 18px 32px;
		border-radius: 27px;

	}

	.plate__contact a {
        font-size: 18px;
		line-height: 1.2;
    }

	.faq {
        padding-left: 20px;
        padding-right: 20px;
		margin-bottom: 89px;
    }
	.faq-click {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.faq h2{
		font-size: 29px;
		line-height: 1.2;
	}
    .faq-click {
        font-size: 17px;
		gap: 10px;
		justify-content: space-between;
    }
	.footer__top {
		position: relative;
		border-radius: 27px;
		background-color: #f5f5f5;
		padding: 25px 36px 27px 29px;
	}
	.menu-foot li a {
		font-size: 17px;
	}
	.footer__bottom * {
		font-size: 16px;
	}
	.footer {
		margin-bottom: 15px;
	}
	.footer__bottom {
		border-radius: 27px;
		background-color: #f5f5f5;
		padding: 34px 25px 88px;
	}
	.mob-min-cont .mail-foot {
        display: block;
        padding-top: 57px;
    }
	.footer__nav img {
		max-width: 160px;
		margin-top:0;
	}

	.footer__nav-last{
		position: absolute;

        right: 4px;
        top: 23px;
	}
	.menu-foot-mob {
        padding-top: 40px;
    }

    .mob-min-cont a {
		font-size: 17px;
		margin-bottom: 0;
    }
	.price-wrap1 .price-item:nth-child(1){order: 0;}
	.price-wrap1 .price-item:nth-child(2){order: 1;}
	.price-wrap1 .price-item:nth-child(3){order: 2;}
	.price-wrap1 .price-item:nth-child(4){order: 3;}
	.price-wrap1 .price-item:nth-child(5){order: 4;}

	.reviews-swiper__item:nth-child(1){order: 1;}
	.reviews-swiper__item:nth-child(2){order: 3;}
	.reviews-swiper__item:nth-child(3){order: 2;}
	.reviews-swiper__item:nth-child(4){order: 4;}

	.price-item:nth-child(2){
		position: relative;
	}

	.price-item:nth-child(2) .price-item__top{
		height: 638px;
	}

	.price-item:nth-child(2) .flex-two__wrp:nth-child(1) .price-bt{
		position: absolute;
		top: 465px;
	}

	.price-item:nth-child(2) .flex-two__wrp:nth-child(2) .price-item__txt{
		position: absolute;
		top: 318px;
		top: 341px;
	}

	.price-item:nth-child(2) .flex-two__wrp:nth-child(2) .price-bt{
		position: absolute;
		top: 538px;
	}
	.price-bt{
		padding-right: 0;
	}

	
}

@media screen and (max-width: 375px) {
    .plate {
        padding: 30px 20px 18px 20px;
        border-radius: 27px;
    }
	.plate-mb {
        margin-right: 0;
    }
}

.page-404{
	background:transparent;
	padding-bottom:0;
}

.page-404 .header__top {
    margin-bottom: 0px;
}

.page-404__inner{
	padding: clamp(8.75rem, 8.047rem + 2.62vw, 11.188rem) 0;
	display:flex;
	flex-direction:column;
	align-items: center;
	gap:32px;
	
	font-family: 'Inter';	
}

.page-404__inner span{
	color:#FFB600;
}

.page-404__title{
	font-weight:700;
	line-height:75%;
	color:#6A54F6;
	font-size:clamp(9.375rem, 7.571rem + 6.71vw, 15.625rem);
}

.page-404__text{
	font-size: clamp(1.688rem, 1.363rem + 1.21vw, 2.813rem);
	color:#6A54F6;
	font-weight:600;
}












/* pop-up */


:root {
    --firstСolor: #000000;
    --secondСolor: #313267;
    --thirdСolor: #ffffff;
    --fourthСolor: #F7F9FC;
    --fifthСolor: #2A70B0;
    --sixthСolor: #ED6535;
    --seventhСolor: #2C2D33;
    --eighthСolor: #14143F;
    --ninthСolor: #E95F2F;
    --tenthСolor: ;

    --gradient-blue: linear-gradient(131deg, rgba(23, 8, 127, 1) 0%, rgba(24, 5, 97, 1) 100%);
    --gradient-orange: linear-gradient(131deg, rgba(255, 99, 44, 1) 0%, rgba(233, 80, 26, 1) 100%);
    --gradient-blue-orange: linear-gradient(276deg, rgba(255, 109, 57, 1) 0%, rgba(16, 17, 100, 1) 100%);
    --gradient-orange-blue: linear-gradient(90deg, rgba(255, 109, 57, 1) 0%, rgba(16, 17, 100, 1) 100%);

    --primary-font: "Montserrat", Arial, sans-serif;
    --hover-link: #51517f;
    --active-link: #ED6535;
    --bg-burg-menu: #fff;

    --transition-duration: .3s ease-in-out;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1199998;
    background-color: rgba(0, 0, 0, .3);
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
}

.modal__box {
    /*max-width: 1430px;*/
    width: calc(100% - 20px);
    position: relative;
    border-radius: 15px;
    border: 2px solid #101164;
    z-index: 11111;
    background-color: #fff;
    box-shadow: 4px 4px 17px -7px rgba(34, 60, 80, 0.2);
    transform: scale(0);
    transition: transform .8s;
    overflow: hidden;
    margin: 0 auto;
}

.modal.open {
    visibility: visible;
    opacity: 1;
}

.modal.open .modal__box {
    transform: scale(1);
}

.modal__box-top {
    position: relative;
    height: 75px;
    /* padding: 19px 0; */
    padding: clamp(0.6875rem, 0.4986rem + 0.7111vw, 1.1875rem) 0;
    text-align: center;
    background-color: var(--fourthСolor);
    font-weight: 700;
    /* font-size: 26px; */
    font-size: clamp(1.0625rem, 0.85rem + 0.8vw, 1.625rem);
    color: #101164;
}

.modal__btn-close {
    position: absolute;
    /* right: 27px; */
    right: clamp(0.75rem, 0.3958rem + 1.3333vw, 1.6875rem);
}

.modal__box-body {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.modal__box-column {
    /* padding: 15px; */
    padding: clamp(0.5625rem, 0.4208rem + 0.5333vw, 0.9375rem);
    flex-basis: calc(50% - 15px);
}

.rekv__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rekv__item-name,
.rekv__item-rv {
    color: #101164;
    /* font-size: 22px; */
    font-size: clamp(0.75rem, 0.5139rem + 0.8889vw, 1.375rem);
}

.rekv__item-name {
    font-weight: 700;
    white-space: nowrap;
}


.modald {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none;
}

.modald.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999999;
}

.modal-swiper{
    height: 100%;
    width: 100%;
}

.modal-swiper .swiper-wrapper{
    display: flex;
    /* align-items: center; */
}
.modald__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.modald__video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    transform: translate(-50%, -50%) scale(1.00);
    max-width: 812px;
    width: 100%;
    height: calc(100% - 10%);
    background-color: var(--thirdСolor);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #101164;

}
.modal-img{
    margin: 20px auto;
    display: flex;
align-items: center;
justify-content: center;
/* max-width: 720px;
width: 100%;
max-height: 584px;
height: 100%; */
width: 720px;
/*height: 584px;*/
height: calc(100% - 10%);
overflow: hidden;
border-radius: 8px;
}
.modal-img img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}
.modald__video .swiper-slide{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.modal-swiper .swiper-button-next, .modal-swiper .swiper-button-prev{
    color: var(--firstСolor);
    width: 30px;
    height: 43px;
}

.modal-swiper .swiper-button-next:after, .modal-swiper .swiper-button-prev:after{
    font-size: 23px;
}
.modald__video .modal-content{
    padding: 0 46px 30px 46px;
    font-size: 20px;
    color: var(--firstСolor);
}

.modald__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.modald.active .modal__video {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.modald__close {
	border: none;
    position: absolute;
    right: 12px;
    top: 10px;
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    bottom: calc(100% + 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    z-index: 1000000;
}

.modald__close:hover {
    background-color: var(--navy);
}

.modald__close::before,
.modald__close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    background-color: #101164;
}

.modald__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modald__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .modald__video{
        height: calc(100vh - 10%);
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 600px) {

    .modald__video .modal-content {
        padding: 0 26px 19px 26px;
        font-size: 13px;
    }

    .modal-img{

    width: 100%;
    height: auto;
    }
}


.click-mob-menu-wrp .socicos a img{
	height:32px;
}
.menu-tel-fixed span.tablet-show{
	margin-right:10px;
	margin-top: 2px;
	font-size: 16px;
}
.tablet-show .click-popap{
	font-size: 16px;
}

.tablet-show{display:none}
@media screen and (min-width: 768px) and (max-width: 1110px) {
	.tablet-show{display:block}
	.tablet-show.d-flex{display:flex}
	span.tablet-show{display:inline-block}
	/*
	.header-fixed-wrap{padding: 7px 32px;}
	.heade__logo {
		max-width: 110px;
	}
	.menu-tel-fixed img{
		height:22px;
	}
	.header-fixed-wrap .click-mob-menu img{
		height:17px;
	}
	.click-mob-menu-wrp .socicos a img{
		height:22px;
	}
	*/
}
.click-mob-menu-wrp{
    display: flex;
    align-items: center;
}
.click-mob-menu-wrp .socicos{
    margin-right:35px;
}
.click-mob-menu-wrp .socicos a{
    display: flex;
    align-items: center;
	margin:0 7px;
}




.grecaptcha-badge{display:none;}
a[href^="tel:"]{white-space: nowrap;}



