body {
	position: relative;
	margin:0;
	font-family: "Nunito Sans", sans-serif;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
	background: #fff;
	color: #303030;
}
a{
	text-decoration: none;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
a:active,
a:focus,
a:hover {
	outline: none !important;
}
html {
	scroll-padding: 12.50vw; 
}
* {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
*:before,
*:after {
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #303030 #C0C0C0;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #303030;
}
*::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 5px;
  border: 3px solid #C0C0C0;
}
* {
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
	outline: none;
	font-family: "Nunito Sans", sans-serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
label {
	font-size: 0.83vw;
	font-weight: 400;
	line-height: 1.4;
	display: block;
	margin: 0 0 10px 0;
	color: #555;
}
.grecaptcha-badge {
	display: none !important;
}
h1 {
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 0.83vw;
	font-weight: 400;
	line-height: 1.4;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 9.765625vw;
}
input::-webkit-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea::-webkit-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea::-moz-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea:-ms-input-placeholder {
	font-family: "Nunito Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
.section {
	padding: 110px 0;
}
.top-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.86vw;
	height: 2.86vw;
	margin: 0 0 0 0.52vw;
	border: 1px solid #303030;
	cursor: pointer;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.top-btn:hover {
	border: 1px solid #C0C0C0;
}
.top-btn img {
	width: 0.42vw;
  height: 0.83vw;
}
.what-btn {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.43vw;
	height: 4.43vw;
	bottom: 1.56vw;
	right: 1.56vw;
	background: rgba(255,255,255,0.7);
	border-radius: 50%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 2;
}
.what-btn:before {
	width: 100%;
	height: 100%;
	border: 1px solid #65BC46;
	border-radius: 50%;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.what-btn:hover:before {
	transform: scale(1.2);
}
.what-btn img {
	width: 1.67vw;
	height: 1.67vw;
}
.what-btn.telegram {
	bottom: 7vw;
}
.what-btn.telegram:before {
	border: 1px solid #46AEF8;
}
.b12-descr .modal-trigger {
	font-weight: 700;
	cursor: pointer;
	color: #0998A9;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b12-descr .modal-trigger:hover {
	color: #303030;
}


/* --------------------------------
	
	burger
	
-------------------------------- */
.burger {
	position: relative;
	width: 26px;
	height: 18px;
	cursor: pointer;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 999;
	margin: 0 0 0 25px;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before, .burger span, .burger::after {
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  opacity: 1;
}
.burger:before, .burger:after {
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before {
  top: 0px;
}
.burger span {
	position: relative;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger:after {
	top: auto;
	bottom: 0;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
/* Hover */
.burger:hover span {
	width: 100%;
}
/* .burger:hover:after, .burger:hover:before {
	width: 100%;
} */
.burger:hover::before {
  top: -4px;
}
.burger:hover::after {
	bottom: -4px;
}
/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
	width: 100%;
}
.burger.cross:before {
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.cross:after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger:focus {
	outline: none;
}

/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.75);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25vw 0;
}
.header-logo {
	display: flex;
	align-items: center;
}
.logo {
	width: 15.625vw;
}
.logo img {
	width: 100%;
	display: block;
}

#menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu-header .menu-item {
	font-size: 0.6510416666666666vw;
	text-transform: uppercase;
	margin: 0 0 0 2.4739583333333335vw;
}
#menu-header .menu-item a {
	position: relative;
	color: #303030;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	display: inline-block;
	overflow: hidden;
	padding: 0 0 3px 0;
}
#menu-header .menu-item a:before {
	background: #303030;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
#menu-header .menu-item a:hover:before {
	width: 100%;
	transform: translateX(100%);
}
#menu-header .menu-item.current-menu-item a:before {
	width: 100%;
	transform: translateX(0);
}
.nav-list{
	display: flex;
	align-items: center;
}
.nav-list::after {
	background: url(../img/nav.svg) no-repeat center / contain;
	width: 8px;
	height: 8px;
	right: -16px;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.nav-list:hover:after {
	transform: rotate(90deg);
}
.sub-menu {
	position: absolute;
	top: 22px;
	left: 0;
	background: #fff;
	padding: 10px 20px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.nav-list:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
#menu-header .sub-menu .menu-item {
	margin: 10px 0;
	font-size: 0.5vw;
}

/* --------------------------------
	
	intro
	
-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;	
}
.intro-flex {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.intro-offer {
	font-size: 1.25vw;
	text-align: center;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
.intro-title {
	position: relative;
}
.intro-title h1 {
	font-size: 9.55vw;
	text-align: center;
	letter-spacing: 0.23em;
	padding: 0 0 0 0.23em; 
}
.intro-top-title {
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 0 2.45vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.intro-top-title p, .intro-top-title a {
	position: relative;
	font-size: 0.63vw;
	margin: 0 0 0.63vw 0;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	color: #303030;
}
.intro-top-title p:after, .intro-top-title a:after {
	background: url(../img/arr1.svg) no-repeat center / contain;
	width: 0.83vw;
	height: 0.83vw;
	right: -35px;
}
.intro-modal-btn {
	font-size: 0.73vw;
	display: block;
	color: #0998A9;
	cursor: pointer;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.intro-modal-btn:hover {
	color: #303030;
}
.intro-bot-title {
	text-align: right;
	font-size: 0.73vw;
	font-family: "Poiret One", sans-serif;
	padding: 0 2.85vw 0 0;
}
.btn {
	position: relative;
	display: inline-flex;
	background: #303030;
	color: #fff;
	height: 3.54vw;
	align-items: center;
	padding: 0 0 0 1.6vw;
	width: 25%;
	font-size: 0.7114583333333334vw;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	justify-content: space-between;
}
.btn span {
	position: relative;
}
.btn:before {
	background: #0998A9;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn:after {
	background: url(../img/arr2.svg) no-repeat center / contain;
	width: 0.83vw;
	height: 0.83vw;
	right: 1.2vw;
	will-change: transform; 
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn:hover:before {
	width: 100%;
}
.btn:hover:after {
	transform: translateX(0.6vw); 
}
.btn-ligth {
	background: transparent;
	color: #303030;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn-ligth:hover {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
.btn-ligth:before {
	display: none;
}
.btn-ligth:after {
	background: url(../img/arr1.svg) no-repeat center / contain;
	width: 0.83vw;
	height: 0.83vw;
	right: 1.2vw;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.intro-arrow {
	position: absolute;
	bottom: 7vh;
	width: 4.729166666666667vw;
	height: 4.729166666666667vw;
	border: 1px solid #C0C0C0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.intro-arrow img {
	width: 1vw;
	height: 2.1vw;
	animation: arrow 1.5s linear infinite;
	-webkit-animation: arrow 1.5s linear infinite;
}
@keyframes arrow {
	0%   { transform: translateY(-150%); }
	100% { transform: translateY(150%); }
}
@-webkit-keyframes arrow {
	0%   { transform: translateY(-150%); }
	100% { transform: translateY(150%); }
}

/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
}
.b1-flex {
	position: relative;
	display: flex;
}
.b1-content {
	width: 75%;
	padding: 0 2.4vw 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b1-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.b1-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 2.4vw 0 0;
}
.b1-ico {
	width: 5.21vw;
	margin: 0 0 40px 0;
}
.b1-item h3 {
	font-size: 1.25vw;
	margin: 0 0 10px 0;
}
.b1-item p {
	margin: 0 0 25px 0;
	flex-grow: 1;
}
.b1-item-btn {
	font-size: 0.52vw;
	text-transform: uppercase;
	position: relative;
	color: #0998A9;
	font-weight: 700;
	cursor: pointer;
}
.b1-item-btn:after {
	background: #0998A9;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b1-item-btn:hover:after {
	width: 0;
}
.b1-btn-group {
	display: flex;
	justify-content: space-between;
}
.b1-btn-group .btn {
	width: 33.333%;
}
.b1-btn-group .btn.btn-ligth {
	width: calc(66.666% - 2.4vw);
}
.b1-bg {
	width: 25%;
	object-fit: cover;
}
.b1-item-tooltip {
	position: relative;
}
.tooltip-btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transform: translate(100%,-80%);
	width: 16px;
	z-index: 1;
}
.tooltip {
	position: absolute;
	top: 10px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 20px;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	z-index: 1;
	font-size: 0.83vw;
  font-weight: 400;
  line-height: 1.4;
}
.tooltip.open {
	opacity: 1;
	visibility: visible;
}
.b1-item .tooltip p {
	margin: 0;
}

/* --------------------------------
	
b2
	
-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
}
.title {
	position: relative;
	font-size: 2.08vw;
	text-transform: uppercase;
	margin: 0 0 2.34vw 0;
	padding: 0 0 1.46vw 0;
	font-weight: 600;
	border-bottom: 1px solid #303030;
	letter-spacing: 0.175em;
}
.title span {
	font-weight: 300;
}
.title .title-tooltip {
	font-weight: 600;
}
.title .b2-title-tooltip {
	position: relative;
	font-weight: 600;
}
.b2-title-tooltip .tooltip-btn {
	transform: translate(-80%,-80%);
}
.b2-flex {
	display: flex;
	justify-content: space-between;
}
.b2-content {
	position: relative;
	width: 25%;
	padding: 0 2.4vw 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}
.b2-video {
	position: relative;
	width: 75%;
}
.b2-content h3 {
  font-size: 1.25vw;
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
	width: 100%;
}
.b2-rewiev {
	width: 100%;
}
.b2-rewiev-item {
	padding: 35px 0;
	border-bottom: 1px solid #C0C0C0;
	background: #fff;
	position: relative;
	z-index: 1;
	width: 100%;
}
.b2-rewiev-item:before {
	position: relative;
	background: url(../img/rewiev.svg) no-repeat center / contain;
	width: 30px;
	height: 20px;
	margin: 0 0 12px 0;
	display: block;
}
.b2-rewiev-item:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.b2-rewiev-item:last-of-type {
	padding: 35px 2.4vw;
	border-bottom: 0;
	width: calc(100% + 2.4vw);
	transform: translateX(100%);
}
.btn-detail {
	position: relative;
	font-size: 0.63vw;
	padding: 0 35px 0 0;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #303030;
}
.btn-detail::after {
	background: url(../img/arr1.svg) no-repeat center / contain;
	width: 0.83vw;
	height: 0.83vw;
	right: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn-detail:hover::after {
	transform: translateX(10px);
}
.b2-content .btn-detail {
	position: absolute;
  bottom: 0;
	right: 2.4vw;
}

.video {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.b2-video video {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.video-control {
	position: absolute;
	width: 13.65vw;
	height: 13.65vw;
	bottom: 24px;
	right: 24px;
	z-index: 1;
	cursor: pointer;
	will-change: transform;
	opacity: 0.3;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out; 
}
.video-over {
	transform: scale(0);
	opacity: 0;
}
.video-is-playing .video-play {
	transform: scale(0);
	opacity: 0;
}
.video-is-playing .video-over {
	transform: scale(1);
	opacity: 0.15; 
}

/* --------------------------------
	
b3
	
-------------------------------- */
#b3 {
	position: relative;
	overflow: hidden;
}
.subtitle {
	font-size: 1.67vw;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.b3-list {
	margin: 0 0 180px 0;
	border-top: 1px solid #C0C0C0;
}
.b3-list-item {
	position: relative;
	border-bottom: 1px solid #C0C0C0;
	display: flex;
	align-items: center;
}
.b3-list-num {
	font-family: "Poiret One", sans-serif;
	font-size: 2.50vw;
	color: #0998A9;
	width: 25%;
}
.b3-list-item p {
	padding: 32px 0 32px 2.4vw;
	width: 25%;
	border-left: 1px solid #C0C0C0;
}
.b3-study {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b3-study::after {
	background: #fff;
	top: 0;
	right: 75%;
	width: 100%;
	height: 100%;
}
.b3-study .subtitle {
	position: relative;
	top: 0;
	width: 25%;
	margin: 0;
	padding: 40px 0;
	z-index: 1;
}
.b3-study-content {
	position: relative;
	width: 75%;
}
.b3-korp {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}
.korp-logo {
	width: 33.333%;
}
.b3-slider {
	padding: 0 33.333% 50px 0;
	margin: 0 0 55px 0;
}
.b3-slider-item {
	display: inline-flex;
	justify-content: space-between;
}
.slider-img {
	width: 50%;
}
.b3-slider-content {
	width: 50%;
	padding: 25px 2.4vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b3-slider-txt a {
	margin: 10px 0 0 0;
	color: #0998A9;
	font-size: 0.83vw;
	display: block;	
}
.b3-slider-name {
	font-size: 1.25vw;
	font-weight: 700;
}
.b3-rewiev {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 90px 0;
}
.b3-rewiev-item {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	padding: 0 2.4vw;
	display: inline-flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.b3-rewiev-item:first-child {
	padding: 0 2.4vw 0 0;
	flex-direction: column;
}
.b3-rewiev-item:last-child {
	padding: 0 0 0 2.4vw;
	border: 0;
	flex-direction: column;
}
.b3-rewiev-item::before {
	position: relative;
	background: url(../img/rewiev2.svg) no-repeat center / contain;
	width: 80px;
	height: 54px;
	display: block;
	margin: 0 0 24px 0;
}
.b3-rewiev-item:nth-of-type(2n)::before {
	margin: 24px 0 0 0;
}
.b3-btn-group {
	position: relative;
	display: flex;
}
.b3-btn-group .long-btn {
	width: 75%;
	border-left: 1px solid #C0C0C0;
	padding: 0 0 0 2.4vw;
}

/* --------------------------------
	
	slick
	
-------------------------------- */
.slick-slider, .slick-track {
	position: relative;
	display: flex;
}
.slick-list {
	position: relative;
	display: flex;
	width: 100%;
	/* overflow: visible; */
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden;
}
.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	top: 0;
	left: 0;
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both;
}
.slick-slide {
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
	/* display: inline-block; */
}
.slick-slide img {
	display: block;
	object-fit: cover;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	position: relative;
	vertical-align: middle;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-initialized .slick-slide.slick-active {
	opacity: 1;
}
@charset 'UTF-8';
.slick-dots, .slick-next, .slick-prev {
	position: absolute;
	display: block;
	padding: 0;
	z-index: 1;
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 18px;
	cursor: pointer;
	color: transparent;
	outline: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.slick-next img, .slick-prev img {
	width: 100%;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	opacity: 1;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
.slick-prev {
	left: -50px;
	bottom: -10px;
}
.slick-next {
	left: -20px;
	bottom: -10px;
}
.slick-dots {
	bottom: 0;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	cursor: pointer;
	width: 100%;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
  height: 1px;
	width: 100%;
	background: #E2E2E2;
	cursor: pointer;
	color: transparent;
	border: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.slick-dots li.slick-active button {
	background: #303030;
}

/* --------------------------------
	
b4
	
-------------------------------- */
#b4 {
	position: relative;
	overflow: hidden;
}
#b4 .title {
	margin: 0;
}
.b4-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 0;
}
.b4-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b4-content-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #C0C0C0;
	cursor: pointer;
}
.b4-content-title {
	position: relative;
	width: 33.333%;
	padding: 36px 2.4vw 36px 0;
	border-right: 1px solid #C0C0C0;
	height: 100%;
	font-size: 1.25vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
}
.b4-content-title .tooltip-hover {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.13vw;
  font-weight: 400;
	cursor: pointer;
}
.b4-content-title .tooltip {
	right: auto;
	left: 100px;
	width: 320px;
}
.b4-content-txt {
	width: 66.666%;
	padding: 36px 10vw 36px 2.4vw;
	opacity: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.open .b4-content-txt {
	opacity: 1;
}
.b4-content-txt p {
	margin: 0 0 12px 0;
}
.b4-content-txt p:last-child {
	margin: 0;
}
.b4-content-num {
	font-family: "Poiret One", sans-serif;
	font-size: 1.67vw;
	color: #0998A9;
	position: absolute;
	top: 36px;
	right: 0;
}
.b4-bg {
	width: 25%;
	object-fit: cover;
	padding: 36px 0 0 2.4vw;
}
.b4-rewiev {
	position: relative;
	display: flex;
	margin: 0 0 75px 0;
}
.b4-rewiev-item {
	position: relative;
	width: 25%;
	padding: 0 2.4vw 0 0;
}
.b4-rewiev-item {
	position: relative;
	width: 25%;
	padding: 0 2.4vw;
}
.b4-rewiev-item:first-child {
	padding: 0 2.4vw 0 0;
}
.b4-rewiev-item::before {
	position: relative;
	background: url(../img/rewiev3.svg) no-repeat center / contain;
	width: 53px;
	height: 36px;
	margin: 0 0 16px 0;
	display: block;
}
.b4-btn-group {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b4-btn-group .long-btn {
	width: calc(75% - 2.4vw);
}

/* --------------------------------
	
b5
	
-------------------------------- */
#b5 {
	position: relative;
	overflow: hidden;
}
.title-group {
	margin: 0 0 2.34vw 0;
	padding: 0 0 1.46vw 0;
	border-bottom: 1px solid #303030;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.title-group .title {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.title-txt {
	font-size: 0.73vw;
	font-family: "Poiret One", sans-serif;
	text-align: right;
	text-transform: uppercase;
}
.b5-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 45px 0;
}
.b5-item {
	display: flex;
	align-items: center;
	width: 25%;
	padding: 0 2.4vw 0 0;
	margin: 0 0 26px 0;
}
.b5-ico {
	width: 55px;
	height: 55px;
	margin: 0 2.4vw 0 0;
}
.b5-video {
	width: 100%;
	margin: 0 0 100px 0;
}
.b5-rewiev-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b5-rewiev {
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.b5-rewiev-item {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	padding: 0 2.4vw;
	display: inline-flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.b5-rewiev-item:first-child {
	flex-direction: column;
}
.b5-rewiev-item:last-child {
	border: 0;
	flex-direction: column;
}
.b5-rewiev-item::before {
	position: relative;
	background: url(../img/rewiev4.svg) no-repeat center / contain;
	width: 80px;
	height: 54px;
	display: block;
	margin: 0 0 24px 0;
}
.b5-rewiev-item:nth-of-type(2n)::before {
	margin: 24px 0 0 0;
}

/* --------------------------------
	
b6
	
-------------------------------- */
#b6 {
	position: relative;
	overflow: hidden;
}
.b6-grid-content {
	position: relative;
	margin: 0 0 120px 0;
	display: flex;
	justify-content: flex-end;
}
.b6-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	justify-content: flex-end;
}
.b6-item {
	position: relative;
	width: 33.333%;
	padding: 0 2.4vw;
	margin: 0 0 3.91vw 0;
}
.b6-item-num {
	font-family: "Poiret One", sans-serif;
	font-size: 32px;
	color: #0998A9;
	margin: 0 0 1.56vw 0;
	display: block;
}
.b6-item h3 {
	font-size: 1.25vw;
	font-weight: 600;
	margin: 0 0 1.56vw 0;
}
.b6-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b6-content {
	position: relative;
	width: 50%;
}
.b6-content h3 {
	font-family: "Poiret One", sans-serif;
	font-size: 1.52vw;
	font-weight: 400;
	margin: 0 0 2.08vw 0;
}
.b6-rewiev {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #C0C0C0;
}
.b6-rewiev-item {
	position: relative;
	width: 50%;
	padding: 2.4vw;
	text-align: center;	
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.b6-rewiev-item::before {
	background: url(../img/rewiev.svg) no-repeat center / contain;
	width: 30px;
	height: 20px;
	display: block;
	bottom: 12px;
	right: 24px;
}
.b6-rewiev-item:last-of-type {
	border-bottom: 0;
}
.b6-rewiev-item:nth-of-type(2) {
	border-right: 0;
}
.b6-rewiev-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
}
.b6-bg {
	width: 50%;
	padding: 0 0 0 2.4vw;
}

/* --------------------------------
	
b7
	
-------------------------------- */
#b7 {
	position: relative;
	overflow: hidden;
}
#b7 .title {
	margin: 0;
}
.tabs {
	display: flex;
}
.tab-btn {
	width: 25%;
}
.tab-btn a {
	position: relative;
	display: inline-flex;
	border-right: 1px solid #C0C0C0;
	border-top: 0;
	border-left: 0;
	color: #303030;
	align-items: center;
	padding: 0 1.4vw;
	width: 100%;
	font-size: 0.7114583333333334vw;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	height: 3.54vw;
}
.tab-btn a.active {
	background: #303030;
	border-right: 1px solid #303030;
	color: #fff;
}
.tab-btn a span {
	font-family: "Poiret One", sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 0.83vw;
	margin: 0 0 0 1.4vw;
}
.tab-btn a svg {
	position: absolute;
	width: 0.83vw;
  height: 0.83vw;
  right: 1.2vw;
  will-change: transform;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.tab-btn a:hover svg {
	transform: translateX(0.4vw);
}
.tab-btn a path {
	 -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.tab-btn a.active path {
	stroke: #fff;
}
.tabgroup-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #C0C0C0;
}
.tabgroup-item {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tabgroup-item:last-child {
	border-right: 0;
}
.tabgroup-item-wrap {
	display: flex;
	justify-content: center;
}
.tabgroup-item-wrap-txt {
	padding: 70px 0;
	width: 50%;
}
.b7-btn-group {
	position: relative;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	align-items: center;
}
/* .b7-btn-group:before {
	background: #C0C0C0;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
} */
.b7-btn-group .btn {
	width: 100%;
	border: 0;
	padding: 0 2.4vw;
}
.btn-tarif {
	background: #303030;
	color: #fff;
}
.btn-tarif::after {
	background: url(../img/arr2.svg) no-repeat center / contain;
}
.tarif-label {
	font-size: 0.73vw;
	display: block;
}
.tarif-title {
	font-family: "Poiret One", sans-serif;
	font-size: 2.50vw;
	font-weight: 400;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
.b7-cost {
	display: flex;
	align-items: center;
	margin: 0 0 16px 0;
}
.new-cost {
	font-size: 2.60vw;
	font-weight: 700;
	color: #0998A9;
	margin: 0 35px 0 0;
}
.old-cost p {
	font-size: 1.25vw;
	text-decoration: line-through;
}
.old-cost span {
	font-size: 0.63vw;
	color: #0998A9;
	display: block;
}
.b7-content p {
	position: relative;
	font-size: 0.94vw;
	color: rgba(48, 48, 48, 0.75);
	padding: 0 0 0 42px;
	margin: 0 0 10px 0;
}
.b7-content p:before {
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
}
.tabgroup-item:nth-of-type(2n+1) .b7-content p:before {
	background: url(../img/tar1.svg) no-repeat center / contain;
}
.tabgroup-item:nth-of-type(2n) .b7-content p:before {
	background: url(../img/tar2.svg) no-repeat center / contain;
}

/* --------------------------------
	
b8
	
-------------------------------- */
#b8 {
	position: relative;
	overflow: hidden;
}
.b8-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b8-bg {
	width: 50%;
}
.b8-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b8-txt-group {
	display: flex;
	justify-content: space-between;
}
.b8-txt {
	width: 50%;
	padding: 0 2.4vw;
}
.b8-txt:nth-of-type(2) {
	padding: 0 2.4vw 0 0;
}
.b8-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b8-bg2 {
	width: 50%;
}
.b8-grid-btn {
	position: relative;
	width: 50%;
	padding: 0 2.4vw;
}
.b8-grid-btn .btn {
	width: 100%;
}

/* --------------------------------
	
b9
	
-------------------------------- */
#b9 {
	position: relative;
	overflow: hidden;
}
.accordion {
	position: relative;
	width: 100%;
}
.accordion-item {
	position: relative;
	border-bottom: 1px solid #C0C0C0;
	padding: 32px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	cursor: pointer;
}
.acc-target {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.25vw;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	width: 25%;
}
.accordion-item::after {
	background: url(../img/acc.svg) no-repeat center / contain;
	width: 14px;
	height: 14px;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	right: 0;
}
.accordion-item.active:after {
	transform: rotate(-90deg);
}
.acc-hidden {
	display: none;
	width: 50%;
	padding: 0 0 0 2.4vw;
}
.acc-hidden p {
	margin: 0 0 12px 0;
	width: 50%;
}
.acc-hidden p strong {
	font-weight: 600;
}
.acc-hidden p:last-of-type {
	margin: 0;
}
.acc-hidden li {
	margin: 0 0 12px 0;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}
.acc-hidden li strong {
	width: 32%;
	font-weight: 300;
}
.b9-rewiev-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b9-rewiev {
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.b9-rewiev-item {
	width: 100%;
	border-right: 1px solid #C0C0C0;
	padding: 2.4vw 2.4vw 0 2.4vw;
	display: inline-flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.b9-rewiev-item:first-child {
	flex-direction: column;
	padding: 2.4vw 2.4vw 0 0;
}
.b9-rewiev-item:last-child {
	border: 0;
	flex-direction: column;
}
.b9-rewiev-item::before {
	position: relative;
	background: url(../img/rewiev2.svg) no-repeat center / contain;
	width: 80px;
	height: 54px;
	display: block;
	margin: 0 0 24px 0;
}
.b9-rewiev-item:nth-of-type(2n)::before {
	margin: 24px 0 0 0;
}

/* --------------------------------
	
b10
	
-------------------------------- */
#b10 {
	position: relative;
	overflow: hidden;
}
.b10-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.b10-content {
	width: 75%;
}
.b10-content-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 120px 0;
}
.b10-content .btn {
	width: calc(100% - 2.4vw);
}
.b10-txt {
	width: 100%;
	padding: 0 2.4vw 0 0;
}
.b10-txt.b10-txt-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 2.4vw;
}
.b10-img {
	width: 100%;
}
.b10-bg {
	width: 25%;
}

/* --------------------------------
	
b11
	
-------------------------------- */
#b11 {
	position: relative;
	overflow: hidden;
}
.b11-grid {
	display: flex;
	justify-content: space-between;
}
.b11-grid-item {
	width: 100%;
	padding: 0 7.29vw 0 0;
}
.b11-grid-item:nth-of-type(2n) {
	margin: 255px 0 0 0;
}
.b11-grid-item span {
	position: relative;
	font-family: "Poiret One", sans-serif;
	font-size: 3.33vw;
	color: #0998A9;
	margin: 0 0 16px 0;
	display: block;
}
.b11-grid-item span:after {
	position: relative;
	content: '%';
	font-size: 2.08vw;
}

/* --------------------------------
	
b12
	
-------------------------------- */
#b12 {
	position: relative;
	overflow: hidden;
}
#b12 .title {
	margin: 0;
}
.b12-grid {
	display: flex;
	justify-content: space-between;
}
.b12-item {
	width: 25%;
	padding: 3.8vw 0 0 0;
	border-right: 1px solid #C0C0C0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b12-item:first-child {
	width: 50%;
	padding: 3.8vw 0 0 0;
}
.b12-item:last-child {
	border-right: 0;
}
.b12-item-txt {
	padding: 0 2.4vw;
}
.b12-item:first-child .b12-item-txt {
	padding: 0 2.4vw 0 0;
}
.b12-descr {
	margin: 0 0 2.4vw 0;
}
.b12-descr p {
	margin: 0 12px 0 0;
}
.b12-item:first-child .b12-descr {
	width: 50%;
}
.b12-item .btn {
	width: 100%;
	padding: 0 0 0 2.4vw;
}
.b12-item:first-child .btn {
	padding: 0;
}
.b12-item h3 {
	font-size: 1.25vw;
	font-weight: 600;
	margin: 0 0 24px 0;
}

/* --------------------------------
	
footer
	
-------------------------------- */
footer {
	position: relative;
	overflow: hidden;
	padding: 0 0 45px 0;
	background: #fff;
}
footer .title {
	padding: 0;
	border: 0;
	margin: 0 0 24px 0;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
}
.copy {
	font-size: 0.63vw;
	margin: 0 0 0.63vw 0;
}
.footer-list a {
	font-size: 0.73vw;
	margin: 0 3.91vw 0 0;
	color: #303030;
}
.footer-list a:hover {
	color: #0998A9;
}
.footer-doc {
	flex: 0 0 auto;
}
.footer-soc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.khda {
	font-family: "Poiret One", sans-serif;
	font-size: 0.73vw;
	margin: 0 1.82vw 0 0;
	color: #818181;
	width: 30%;
	text-align: right;
}
.khda span {
	display: block;
	margin: 8px 0 0 0;
}
.footer-soc-grid {
	display: flex;
	align-items: center;
}
.footer-soc-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.86vw;
	height: 2.86vw;
	margin: 0 0 0 0.52vw;
	border: 1px solid #C0C0C0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.footer-soc-grid a:hover {
	border: 1px solid #303030;
}
.footer-soc-grid a img {
	width: 1.04vw;
	height: 1.04vw;
}

/* --------------------------------
	
part-intro
	
-------------------------------- */
.section-top {
	padding: 85px 0 0 0;
}
.aioseo-breadcrumbs {
	position: relative;
	margin: 0 0 7.29vw 0;
	display: flex;
	align-items: center;
}
.aioseo-breadcrumb {
	font-size: 0.63vw;
}
.aioseo-breadcrumb-separator {
	margin: 0 10px;
	color: #C0C0C0;
}
.aioseo-breadcrumb a {
	color: #C0C0C0;
}
.aioseo-breadcrumb a:hover {
	color: #303030;
}
.part-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 48px 0;
}
.page-title {
	font-size: 5.21vw;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
#part-intro .page-title {
	width: 50%;
	text-align: right;
	padding: 0 2.4vw 0 0;
}
.part-content {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.part-item {
	width: 50%;
	padding: 0 0 0 2.4vw;
}
.part-item:last-child {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
}
.part-item-val {
	font-family: "Poiret One", sans-serif;
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	font-family: "Poiret One", sans-serif;
	font-size: 2.50vw;
	color: #0998A9;
}
.part-item-val span {
	font-size: 1.25vw;
}
.part-item-descr {
	font-size: 0.94vw;
	font-weight: 700;
}
.part-item:last-child .part-item-val {
	margin: 20px 0 0 0;
}




/* --------------------------------
	
p2
	
-------------------------------- */
#p2 {
	position: relative;
	overflow: hidden;
}
.p2-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 4.43vw 0;
}
.p2-flex .tabs {
	width: 50%;
}
.p2-flex .tab-btn {
	width: 50%;
}
.p2-flex .tab-btn a {
	border: 0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;  
}
.p2-description {
	width: 50%;
	padding: 0 0 0 2.4vw; 
	column-width: 50%;
	column-count: 2;
	column-gap: 2.4vw;
}
.p2-description p {
	margin: 0 0 12px 0;
}
.p2-logo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.p2-logo-item {
	width: 25%;
}
.p2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
.p2-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 25%;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 4.17vw 2.4vw 2.08vw 2.4vw;
}
.tabgroup-img {
	width: 75%;
	border-radius: 50%;
	margin: 0 0 3.65vw 0;
}
.tabgroup-item-txt {
	flex-grow: 1;
	margin: 0 0 35px 0;
}
.tabgroup-item-name {
	font-size: 0.94vw;
	font-weight: 700;
}
.tabgroup-soc-list {
	display: flex;
	justify-content: center;
	margin: 10px 0 0 0;
}
.tabgroup-item-txt a {
	color: #0998A9;
	font-size: 0.83vw;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 20px;
}
#p2 .tabgroup {
	margin: 0 0 3.91vw 0;
}
#p2 .btn {
	width: 100%;
	margin: 0 0 11.46vw 0;
}

/* --------------------------------
	
testi
	
-------------------------------- */
#testi {
	position: relative;
}
.testi-flex {
	position: relative;
	margin: 130px 0 0 0;
}
.testi-flex {
	position: relative;
	margin: 130px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.testi-filter {
	position: sticky;
	top: 140px;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 100px 0;
}
.control {
	position: relative;
	overflow: hidden;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0.73vw;
	color: #303030;
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	position: relative;
}
.control:after {
	width: 0;
	height: 1px;
	background: #303030;
	bottom: 0;
	left: 0;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.control.mixitup-control-active:after {
	width: 100%;
	transform: translateX(0);
}
.control:hover:after {
	width: 100%;
	transform: translateX(100%);
}
.testi-content {
	position: relative;
	width: 75%;
}
.testi-tab {
	margin: 0 0 75px 0;
}
.testi-tab .tab-btn {
	width: 33.333%;
}
.testi-tab .tab-btn:last-child {
	width: 66.666%;
}
.testi-tab .tab-btn a {
	width: 100%;
	border: 0;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.testi-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.testi-item {
	width: 33.333%;
	padding: 0 2.4vw 0 0;
	margin: 0 0 5.47vw 0;
}
.testi-item-header {
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}
.testi-item-header img {
	margin: 0 25px 0 0;
	width: 70px;
	border-radius: 50%;
}
.testi-item-name p {
	font-size: 0.94vw;
	font-weight: 700;
}
.testi-item-name span {
	font-size: 0.73vw;
	display: block;
	line-height: 1.4;
}
.testi-item-txt p {
	margin: 0 0 12px 0;
}


/* --------------------------------
	
t2
	
-------------------------------- */
#t2 {
	position: relative;
	overflow: hidden;
}
.t2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t2-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0 0 100px 0;
}
.t2-item:nth-of-type(3), .t2-item:nth-of-type(4){
	flex-direction: row-reverse;
}
.t2-bg {
	width: 50%;
}
.t2-content {
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: space-between;
	padding: 0 2.4vw;
}
.t2-item-txt p {
	margin: 0 0 12px 0;
}
.t2-item-logo {
	width: 90%;
	height: 50px;
	object-fit: contain;
	object-position: left;
}

/* --------------------------------
	
korp
	
-------------------------------- */
#korp {
	position: relative;
	overflow: hidden;
}
.korp-title {
	position: relative;
	width: 72%;
	padding: 0 0 65px 0;
}
.korp-title h1 {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.25vw;
	font-weight: 400;
	width: 40%;
}
.korp-title .page-title {
	font-family: "Poiret One", sans-serif;
	font-size: 8.59vw;
	margin: 0 0 50px 0;
	display: block;
}
.korp-title-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.korp-title-group h2, .korp-title-group h1 {
	font-size: 1.25vw;
	font-weight: 700;
	text-transform: uppercase;
	width: 40%;
}
.korp-title-group p {
	font-family: "Poiret One", sans-serif;
	font-size: 0.73vw;
	width: 30%;
	text-align: right;
}

/* --------------------------------
	
k2
	
-------------------------------- */
#k2 {
	position: relative;
	overflow: hidden;
}
.k2-flex {
	display: flex;
	justify-content: space-between;
}
.k2-bg {
	width: 25%;
	object-fit: cover;
}
.k2-content {
	position: relative;
	width: 75%;
	padding: 0 0 0 2.4vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.k2-grid {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 65px 0;
	border-top: 1px solid #C0C0C0;
}
.k2-grid .b1-item h3 {
	width: 60%;
}
.k2-grid .b1-item p {
	margin: 0 0 40px 0;
}
.k2-grid .b1-ico {
	width: 2.60vw;
	margin: 0;
}
.k2-content .btn {
	width: 100%;
}

/* --------------------------------
	
k3
	
-------------------------------- */
#k3 {
	position: relative;
	overflow: hidden;
}
.k3-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 85px 0;
}
.k3-txt {
	width: 25%;
	padding: 0 2.4vw 0 0;
}
.k3-txt p {
	font-size: 1.25vw;
	font-family: "Poiret One", sans-serif;
	margin: 0 0 12px 0;
}
.k3-grid {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.k3-item {
	width: 33.333%;
	padding: 0 2.4vw;
	margin: 0 0 60px 0;
}
.k3-num {
	font-family: "Poiret One", sans-serif;
	font-size: 48px;
	color: #0998A9;
	display: block;
	margin: 0 0 12px 0;
}
.k3-content {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px 0;
}
.k3-content-item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
}
.k3-content-txt {
	width: 50%;
	padding: 0 2.4vw 0 0;
	height: 100%;
}
.k3-content-item:last-child .k3-content-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 0 2.4vw;
}
.k3-content-txt h3 {
	font-size: 1.25vw;
	margin: 0 0 30px 0;
}
.k3-content-img {
	width: 50%;
	object-fit: cover;
}
#k3 .btn {
	width: 100%;
}

/* --------------------------------
	
k4
	
-------------------------------- */
#k4 {
	position: relative;
	overflow: hidden;
}
.k4-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.k4-txt {
	width: 25%;
}
.k4-grid {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
}
.b4-item {
	width: 33.333%;
	padding: 2.4vw;
	border-bottom: 1px solid #C0C0C0;
}
.b4-ico {
	width: 55px;
	height: 55px;
	margin: 0 0 30px 0;
}

/* --------------------------------
	
k5
	
-------------------------------- */
#k5 {
	position: relative;
	overflow: hidden;
}
.k5-grid {
	display: flex;
	justify-content: space-between;
}
.k5-item {
	width: 25%;
	padding: 0 0 0 2.4vw;
}
.k5-item:nth-of-type(2n) {
	padding: 160px 0 0 2.4vw;
}
.k5-item:first-child {
	padding: 0;
}
.k5-item h3 {
	font-size: 1.25vw;
	margin: 0 0 12px 0;
}
.k5-item .counter-value {
	font-family: "Poiret One", sans-serif;
	font-size: 3.33vw;
	font-weight: 400;
	color: #0998A9;
	margin: 0 0 12px 0;
	display: block;
}
.k5-item .counter-value::after {
	position: relative;
	content: '%';
	font-size: 2.08vw;
}

/* --------------------------------
	
k6
	
-------------------------------- */
#k6 {
	position: relative;
	overflow: hidden;
}
.k6-flex {
	display: flex;
	justify-content: space-between;
}
.k6-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.k6-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.k6-item {
	position: relative;
	width: 50%;
	margin: 0 0 60px 0;
	padding: 0 2.4vw;
}
.k6-num {
	font-family: "Poiret One", sans-serif;
	font-size: 32px;
	color: #0998A9;
}
.k6-item p {
	padding: 0 0 0 60px;
}
.k6-btn-group {
	display: flex;
	justify-content: space-between;
}
.k6-btn-group .btn {
	width: 100%;
}
.k6-ico {
	width: 50%;
	padding: 0 0 0 2.4vw;
	object-fit: cover;
	object-position: left;
}
.k6-btn-group .long-btn {
	border-left: 1px solid #C0C0C0;
	padding: 0 0 0 2.4vw;
}

/* --------------------------------
	
club
	
-------------------------------- */
#club {
	position: relative;
	overflow: hidden;
}
.club1-btn {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 15px 0;
}
.club1-btn span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 0.83vw;
	font-weight: 700;
	padding: 0 35px 0 0;
	text-transform: uppercase;
	cursor: pointer;
}
.club1-btn span::after {
	background: url(../img/arr1.svg) no-repeat center / contain;
	width: 16px;
	height: 16px;
	right: 0;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.club1-btn span:hover::after {
  transform: translateX(10px);
}

/* --------------------------------
	
club2
	
-------------------------------- */
#club2 {
	position: relative;
	overflow: hidden;
}
#club2 .title {
	margin: 0;
}
.club2-grid {
	display: flex;
	flex-direction: column;
}
.club2-item {
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.club2-item p {
	padding: 2.4vw 0 2.4vw 2.4vw;
	border-left: 1px solid #C0C0C0;
	font-size: 1.25vw;
}
.club2-item p span {
	display: block;
	font-weight: 700;
}
.club2-item:first-child p {
	width: 75%;
}
.club2-item:nth-child(2) p {
	width: 50%;
}
.club2-item:last-child p {
	width: 25%;
}
.club2-item:last-child {
	border: 0;
}
#club2 .btn {
	width: 100%;
}

/* --------------------------------
	
club3
	
-------------------------------- */
#club3 {
	position: relative;
	overflow: hidden;
}
.club3-content {
	display: flex;
	justify-content: space-between;
}
.club3-grid {
	width: 25%;
	padding: 0 2.4vw 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.club3-num {
	font-family: "Poiret One", sans-serif;
	display: block;
	margin: 0 0 12px 0;
	font-size: 2.50vw;
	color: #0998A9;
}
.club3-bg {
	width: 75%;
	object-fit: cover;
}


/* --------------------------------
	
p1
	
-------------------------------- */
#p1 {
	position: relative;
	overflow: hidden;
}
.p1-title {
	margin: 0 0 100px 0;
}
.p1-title p {
	font-size: 1.25vw;
	font-weight: 700;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}

/* --------------------------------
	
pre
	
-------------------------------- */
#pre {
	position: relative;
	overflow: hidden;
}
.pre-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pre-content-ico {
	width: 4.69vw;
}
.pre-grid {
	position: relative;
	width: 75%;
	column-width: 33.333%;
	column-count: 3;
	column-gap: 2.4vw;
}
.pre-grid p {
	margin: 0 0 12px 0;
}
.pre-grid p a {
	color: #0998A9;
	font-weight: 700;
}
.pre-grid p a:hover {
	color: #303030;
}

/* --------------------------------
	
pre2
	
-------------------------------- */
#pre2 {
	position: relative;
	overflow: hidden;
}
#pre2 .title {
	margin: 0;
}
.p3-list-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 0;
	border-bottom: 1px solid #C0C0C0;
}
.p3-list-num {
	font-family: "Poiret One", sans-serif;
	font-size: 2.50vw;
	color: #0998A9;
	line-height: 1;
}
.p3-list-txt {
	width: 75%;
	padding: 0 0 0 2.4vw;
}
.p3-list-txt p {
	width: 66.666%;
}

/* --------------------------------
	
pre3
	
-------------------------------- */
#pre3 {
	position: relative;
	overflow: hidden;
}
#pre3 .title {
	margin: 0;
}

/* --------------------------------
	
pre4
	
-------------------------------- */
#pre3 {
	position: relative;
	overflow: hidden;
}
.pre4-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.pre4-content {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 2.4vw 0 0;
}
.pre4-content h3 {
	font-family: "Poiret One", sans-serif;
	font-size: 1.88vw;
	font-weight: 400;
}
.pre4-content .btn {
	width: 100%;
}
.pre4-bg {
	width: 50%;
	object-fit: cover;
}

/* --------------------------------
	
about1

-------------------------------- */
#about1 {
	position: relative;
	overflow: hidden;
}
#about1 .page-title {
	font-size: 8.59vw;
	margin: 0 0 120px 0;
}
.about1-grid {
	position: relative;
	display: flex;
	padding: 0 0 100px 0;
}
.about1-item {
	width: 25%;
	padding: 0 2.4vw 0 0;
}
.about1-item p {
	margin: 0 0 12px 0;
}
.about1-item p:last-child {
	margin: 0;
}
.about1-item img {
	width: 100%;
}
.about1-item:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about1-item:nth-child(3) {
	padding: 0;
}
.about1-item:nth-child(4) {
	padding: 0 0 0 2.4vw;
}
.about1-item p a {
	color: #0998A9;
	font-weight: 700;
}
.about1-item p a:hover {
	color: #303030;
}

/* --------------------------------
	
ind1

-------------------------------- */
#ind1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
#ind1 .page-title {
	font-size: 3.33vw;
	margin: 0 0 48px 0;
	width: 80%;
}

/* --------------------------------
	
ind2

-------------------------------- */
#ind2 {
	position: relative;
	overflow: hidden;
}
.ind2-content {
	display: flex;
	justify-content: space-between;
}
.ind2-bg {
	width: 50%;
	object-fit: cover;
}
.ind2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.ind2-item {
	width: 50%;
	display: flex;
	align-items: center;
	margin: 0 0 68px 0;
	padding: 0 2.4vw 0 0;
}
.ind2-ico {
	width: 55px;
	height: 55px;
	margin: 0 35px 0 0;
	flex: 0 0 auto;
}
.ind2-item:last-of-type {
	margin: 0;
}
.ind2-item:nth-last-of-type(2) {
	margin: 0;
}
.page-template-individual .b4-content {
	width: 100%;
}
.page-template-individual .b4-flex {
	margin: 0;
}

/* --------------------------------
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
	background: rgba(0,0,0,0.35);
  backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
  -webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.modal.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal-box {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-body {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.modal_container {
	margin: 0 auto;
	width: 100%;
	padding: 40px 35px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	will-change: transform;
	transform: translateY(-100%);
	-webkit-transition: 0.25s ease-out 0s;
	transition: 0.25s ease-out 0s;
	max-width: 460px;
}
.open .modal_container {
	transform: translateY(0);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.close-modal {
	position: absolute;
	top: 40px;
	right: 35px;
	cursor: pointer;
	width: 14px;
	height: 14px;
	z-index: 9999;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.close-modal:hover {
	opacity: 0.6;
}
.close-modal img {
	position: relative;
	width: 100%;
	display: block;
}

/* --------------------------------
	
form
	
-------------------------------- */
.form-title {
	margin: 0 0 32px 0;
	width: 85%;
}
.form-title h3 {
	font-size: 1.65vw;
	/* font-family: "Poiret One", sans-serif; */
	font-weight: 700;
}
.form-title p {
	font-size: 1.04vw;
	font-weight: 500;
	/* font-family: "Poiret One", sans-serif; */
	margin: 8px 0 0 0;
}
.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	margin: 0 0 24px 0;
}
.intl-tel-input.allow-dropdown {
	width: 100%;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-country_code {
	width: 100%;
	height: 52px;
	font-size: 0.73vw;
	border: 0;
	border-bottom: 1px solid #C0C0C0;
	background: transparent;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.wpcf7-form-control.wpcf7-text:hover, .wpcf7-form-control.wpcf7-email:hover, .wpcf7-form-control.wpcf7-textarea:hover, .wpcf7-form-control.wpcf7-country_code:hover {
	border-bottom: 1px solid #696969;
}
.wpcf7-form-control.wpcf7-textarea {
	font-size: 0.73vw;
	width: 100%;
	border: 0;
	padding: 0.83vw 0;
	border-bottom: 1px solid #C0C0C0;
	background: transparent;
	resize: vertical;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.wpcf7-form-control.wpcf7-textarea:hover {
	border-bottom: 1px solid #696969;
}
.wpcf7-acceptance {
  position: relative;
  width: 100%;
  display: block;
}
.wpcf7-acceptance span {
  display: block;
}
.wpcf7-acceptance input[type="checkbox"], .wpcf7-acceptance input[type="radio"] {
  position: absolute;
  display: block;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
}
.wpcf7-list-item-label {
	padding: 0 0 0 20px;
	font-size: 0.52vw;
	color: #303030;
	line-height: 1.2;
	cursor: pointer;
}
.wpcf7-list-item-label a {
	font-weight: 600;
	color: #303030;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.wpcf7-list-item-label a:hover {
	font-weight: 600;
	color: #FF4327;
}
input[type="checkbox"] ~ .wpcf7-list-item-label:after {
	background: url(../img/check.svg) no-repeat center/ contain;
	width: 20px;
	height: 20px;
	top: -2px;
  left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
  background: url(../img/check2.svg) no-repeat center/ contain;
}
.wpcf7-not-valid-tip {
	color: #ff4327 !important;
	font-size: 12px !important;
	position: absolute;
	top: 6px;
	right: 0;
	font-weight: 600;
}
.wpcf7-response-output {
	display: none !important;
}
.wpcf7-form-control.wpcf7-not-valid {
	border-bottom: 1px solid #ff4327;
}
.wpcf7-form-control.wpcf7-acceptance.wpcf7-not-valid {
	border: none;
}
[data-name="acceptance-662"] .wpcf7-not-valid-tip {
  position: relative;
	top: 0;
}

.form-submit {
	display: flex;
	justify-content: center;
}
.wpcf7-submit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: transparent;
	border: 0;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}
.form-submit .btn {
	width: 100%;
	border: 0;
	background: #303030;
	color: #fff;
	padding: 0 2.4vw;
}
.form-submit .btn-ligth:hover {
	border: 0;
}
.form-submit .btn.btn-ligth::after {
	background: url(../img/arr2.svg) no-repeat center / contain;
}
.form-succes {
	position: relative;
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.form-succes img {
	width: 70px;
	margin: 24px 0;
}
.form-succes h3 {
	font-size: 1.35vw;
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
}
.form-graf {
	display: none;
}
#page {
	padding-bottom: 100px;
}
.page-content p {
	margin: 0 0 12px 0;
}
.page-content h2, .page-content h3 {
	margin: 20px 0;
	font-size: 1.25vw;	
}
.notfound-flex {
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.not-number {
	font-size: 15vw;
	font-family: "Poiret One", sans-serif;
	color: #0998A9;
}
.notfound-flex h1 {
	margin: 20px 0;
}
.error404 #page {
	padding-bottom: 0px;
}

/** Custom Select **/
.nice-select {
	font-family: 'Montserrat', sans-serif;
	-webkit-tap-highlight-color: transparent;
	background-color:transparent;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: flex;
	align-items: center;
	background: #fff;
	color: #646464;
	font-size: 0.83vw;
	height: 50px;
	outline: none;
	padding: 0 20px;
	border: 1px solid #C0C0C0;
	position: relative;
	text-align: left !important;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}
.nice-select:hover {
	border: 1px solid #696969;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border: 1px solid #696969;
}
.nice-select:after {
	background: url(../img/nav.svg) no-repeat center / contain;
	height: 12px;
	width: 12px;
	pointer-events: none;
	right: 12px;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.nice-select.open:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
	height: auto;
	border: 0;
	max-height: 285px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background: #F0F0F0;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	margin-top: 8px;
	border-radius: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	color: #000;
	font-size: 0.83vw;
	font-weight: 400;
	list-style: none;
	outline: none;
	padding: 10px 20px;
	margin: 0;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.selected.focus {
	background: #fff;
}
.nice-select .option.selected {
	font-weight: 500;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.hidden-form {
	display: none;
}

/* --------------------------------
	
price
	
-------------------------------- */
#price {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
.price-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.price-item {
	position: relative;
	width: calc(50% - 16px);
	background: #3030300f;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.price-item:last-of-type {
	background: #0998a9;
	color: #fff;
}
/* .price-item:last-of-type(2):after {
	background: url(../img/tarif.svg) no-repeat center / contain;
	width: 6.46vw;
  height: 6.46vw;
  right: 0;
  top: 0;
	transform: translate(30%,-30%);
} */
.price-header h3 {
	font-family: "Poiret One", sans-serif;
	font-size: 1.88vw;
	font-weight: 400;
	color: #0998A9;
	text-transform: uppercase;
}
.price-item:last-of-type .price-header h3 {
	color: #fff;
}
.price-header-sub {
	display: flex;
	margin: 16px 0 0 0;
}
.price-sub, .price-time {
	color: #fff;
	display: inline-block;
	background: #0998A9;
	padding: 8px 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.price-item:last-of-type .price-sub {
	color:  #0998A9;
	background: #fff;
}
.price-time {
	background: transparent;
	border: 1px solid rgba(48, 48, 48, 0.19);
	margin: 0 0 0 16px;
	color: #303030;
}
.price-item:last-of-type .price-time {
	border: 1px solid rgba(255, 255, 255, 0.19);
	color: #fff;
}
.price-date {
	margin: 16px 0 0 0;
	font-weight: 700;
	font-size: 1.88vw;
}
.page-template-start-speaking .price-date {
	font-size: 1.88vw;
}
.price-date span {
	font-size: 1.04vw;
	font-weight: 400;
	color: rgba(48, 48, 48, 0.75);
}
.price-item:last-of-type .price-date span {
	color: rgba(255, 255, 255, 0.75);
}
.price-content {
	flex-grow: 1;
	padding: 24px 0;
}
.price-footer .btn {
	width: 100%;
}
.price-footer p {
	font-family: "Poiret One", sans-serif;
	font-size: 1.1vw;
	font-weight: 600;
	color: #0998A9;
	text-transform: uppercase;
}
.price-content li {
	position: relative;
	font-size: 0.94vw;
	color: rgba(48, 48, 48, 0.75);
	padding: 0 0 0 42px;
	margin: 0 0 16px 0;
}
.price-item:last-of-type .price-content li {
	color: rgba(255, 255, 255, 0.75);
}
.price-content li::before {
	background: url(../img/tar2.svg) no-repeat center / contain;
	width: 24px;
  height: 24px;
  left: 0;
	bottom: 0;
	margin: auto;
  top: 0;
}
.price-all-txt {
	font-size: 1.25vw;
	font-weight: 700;
}
.price-dop-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 16px 0;
}
.price-dop-content p {
	width: calc(50% - 8px);
	background: #fff;
	color: rgba(48, 48, 48, 1);
	padding: 16px;
	margin: 8px 0;
	line-height: normal;
	font-size: 0.94vw;
}
.price-dop-content p:nth-of-type(1) {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}
.price-dop-content p:nth-of-type(3) {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
	width: 100%;
}
.price-all {
	font-size: 1.85vw;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
}
.price-dop-content p span {
	display: block;
	font-weight: 700;
}
.price-item:last-of-type .btn::before {
	background: #000;
}


















/* --------------------------------
	
	адаптив
	
-------------------------------- */
@media (max-width: 1600px) {
.p2-item {
	padding: 3vw 2.4vw 1.5vw 2.4vw;
}
.tabgroup-img {
	margin: 0 0 1.85vw 0;
}



}

@media (max-width: 1400px) {
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-country_code {
	font-size: 0.93vw;
}
.form-title h3 {
	font-size: 1.75vw;
}
.wpcf7-list-item-label {
	font-size: 0.72vw;
}
.aioseo-breadcrumb {
	font-size: 0.83vw;
}
.korp-title-group p {
	font-size: 0.93vw;
}
#menu-header .sub-menu .menu-item {
	font-size: 0.65vw;
}



}

@media (max-width: 1200px) {
/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: auto;
  width: auto;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid #f2f4fa;
}
* {
	-webkit-tap-highlight-color: transparent;
}
.burger {
	display: flex;
}
.container {
	padding: 0 1.67vw;
}
.menu-menju-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	-webkit-transition: 0.35s ease-out 0.35s;
	transition: 0.35s ease-out 0.35s;
}
.menu-menju-container.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
#menu-header {
	position: relative;
	background: #fff;
	padding: 100px 5.208333333333333vw;
	display: flex;
	justify-content: space-between;
	will-change: transform;
	transform: translateX(-100%);
	box-shadow: 3px 0 6px rgba(0,0,0,0.15);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	align-items: flex-end;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	height: 100%;
	justify-content: center;
}
.show #menu-header {
	transform: translateX(0%);
	-webkit-transition: 0.35s ease-out 0.35s;
	transition: 0.35s ease-out 0.35s;
}
#menu-header .menu-item {
	font-size: 1.2vw;
	margin: 10px 0;
}
.sub-menu {
	position: relative;
	top: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
}
.nav-list {
	align-items: flex-start;
	flex-direction: column;
}
#menu-header .sub-menu .menu-item {
	font-size: 1vw;
	margin: 10px 0;
}
.nav-list::after {
	display: none;
}
.modal_container {
	max-width: 400px;
}
.intro-top-title p, .intro-top-title a {
	font-size: 14px;
}
.intro-modal-btn {
	font-size: 14px;
}
.intro-title h1 {
	font-size: 11.55vw;
}
.intro-top-title p::after, .intro-top-title a:after {
	width: 14px;
	height: 14px;
}
.intro-bot-title {
	font-size: 10px;
}
.intro-offer {
	font-size: 14px;
}
.btn {
	height: 68px;
	font-size: 14px;
}
.btn::after {
	width: 14px;
	height: 14px;
}
.b1-item h3 {
	font-size: 24px;
}
p, li {
	font-size: 14px;
}
.b1-ico {
	width: 70px;
	margin: 0 0 20px 0;
}
.b1-bg {
	display: none;
}
.b1-content {
	width: 100%;
	padding: 0;
}
.title {
	font-size: 3.08vw;
	margin: 0 0 32px 0;
  padding: 0 0 24px 0;
}
.b2-content h3 {
	font-size: 18px;
}
.btn-detail {
	font-size: 12px;
}
.btn-detail::after {
	width: 14px;
	height: 14px;
}
.subtitle {
	font-size: 18px;
}
.b3-list-num {
	font-size: 24px;
}
.b3-list-item p {
	width: 75%;
}
.b3-list {
	margin: 0 0 70px 0;
}
.b3-slider-name {
	font-size: 18px;
}
.b3-slider-txt a {
	font-size: 14px;
}
.btn-ligth, .btn {
	padding-right: 3vw;
}
.b4-bg {
	display: none;
}
.b4-content {
	width: 100%;
}
.b4-content-title {
	font-size: 18px;
}
.b4-content-title .tooltip-hover {
	font-size: 14px;
}
.b4-content-num {
	font-size: 24px;
}
.tooltip {
	font-size: 14px;
}
.b6-item h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.b6-item-num {
	margin: 0 0 20px 0;
}
.b6-content h3 {
	font-size: 24px;
}
.b6-bg {
	display: none;
}
.b6-content {
	width: 100%;
}
.b6-rewiev-item {
	text-align: left;
}
.tabs {
	flex-direction: column;
}
.tab-btn {
	width: 100%;
}
.tab-btn a {
	border-right: 0;
	border-top: 0;
	border-left: 0;
	width: 100%;
	font-size: 14px;
	height: 68px;
}
.tab-btn a span {
	font-size: 16px;
}
.tab-btn a svg {
	width: 14px;
	height: 14px;
}
.tabgroup-item-wrap-txt {
	padding: 40px 1.4vw;
	width: 100%;
}
.b7-btn-group .btn {
	width: 100%;
	padding-left: 1.4vw;
}
.tarif-label {
	font-size: 14px;
}
.tarif-title {
	font-size: 48px;
}
.new-cost {
	font-size: 48px;
}
.old-cost p {
	font-size: 24px;
}
.old-cost span {
	font-size: 14px;
}
.b7-content p {
	font-size: 14px;
}
.b8-bg {
	display: none;
}
.b8-content {
	width: 100%;
}
.b8-txt-group {
	margin: 0 0 40px 0;
}
.acc-target {
	font-size: 18px;
}
.acc-hidden {
	width: 75%;
}
.acc-hidden p {
	width: 100%;
	padding: 0 40px 0 0;
}
.title-txt {
	font-size: 14px;
}
.title-group {
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 32px 0;
	padding: 0 0 24px 0;
}
.title-group .title {
	margin: 0 0 12px 0;
}
.b11-grid-item:nth-of-type(2n) {
	margin: 100px 0 0 0;
}
.section {
	padding: 70px 0;
}
.b11-grid-item span {
	font-size: 64px;
}
.b11-grid-item span::after {
	font-size: 40px;
}
.b12-item h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.copy {
	font-size: 14px;
	margin: 0 0 12px 0;
}
.footer-list a {
	font-size: 14px;
	margin: 0 20px 0 0;
}
.khda {
	font-size: 12px;
	margin: 0 15px 0 0;
	width: 45%;
}
.footer-soc-grid a {
	width: 55px;
	height: 55px;
	margin: 0 0 0 8px;
}
.footer-soc-grid a img {
	width: 20px;
	height: 20px;
}
.b1-item-btn {
	font-size: 10px;
}
.tooltip {
	width: 300px;
}
.form-title {
	margin: 0 0 24px 0;
	width: 90%;
}
.form-title h3 {
	font-size: 24px;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-country_code {
	font-size: 14px;
}
.wpcf7-list-item-label {
	font-size: 10px;
}
.wpcf7-not-valid-tip {
	font-size: 10px !important;
}
.form-succes h3 {
	font-size: 24px;
}
.k3-content-txt h3 {
	font-size: 14px;
}
.korp-title .page-title {
	font-size: 11.59vw;
}
.aioseo-breadcrumb {
	font-size: 10px;
}
.korp-title h1 {
	font-size: 16px;
}
.korp-title-group p {
	font-size: 10px;
}
.korp-title-group h2, .korp-title-group h1 {
	font-size: 14px;
}
.korp-title {
	width: 80%;
}
.k5-item h3 {
	font-size: 18px;
}
.k5-item .counter-value {
	font-size: 64px;
}
.k5-item .counter-value::after {
	font-size: 40px;
}
#ind1 .page-title {
	font-size: 5.2vw;
	width: 100%;
}
.ind2-item {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0 40px 0 0;
}
.ind2-item:nth-last-of-type(2) {
	margin: 0 0 40px 0;
}
.b4-content-txt {
	opacity: 1;
}
.club2-item p {
	font-size: 18px;
}
.club3-item {
	margin: 0 0 40px 0;
}
.club3-num {
	font-size: 48px;
}
.club3-item:last-child {
	margin: 0;
}
.club1-btn span {
	font-size: 12px;
}
.part-item-val {
	font-size: 36px;
}
.part-item-val span {
	font-size: 20px;
}
.part-item-descr {
	font-size: 16px;
}
#part-intro .page-title {
	font-size: 6.21vw;
}
.p2-flex {
	align-items: flex-start;
	flex-direction: column-reverse;
}
.p2-description {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.p2-flex .tabs {
	width: 100%;
	flex-direction: row;
}
.tabgroup-item-txt a {
	font-size: 12px;
	margin: 3px 0;
	width: 100%;
}
.tabgroup-item-name {
	font-size: 16px;
}
.tabgroup-soc-list {
	flex-wrap: wrap;
}
#testi .page-title {
	font-size: 7.21vw;
}
.testi-flex {
	flex-direction: column;
}
.testi-filter {
	position: relative;
	top: 0;
	width: 100%;
	flex-direction: row;
	overflow: auto;
	padding: 0 0 10px 0;
	margin: 0 0 45px 0;
}
.testi-content {
	width: 100%;
}
.control {
	font-size: 12px;
	margin: 0 25px 0 0;
	padding: 0;
	flex: 0 0 auto;
}
.control::after {
	display: none;
}
.control.mixitup-control-active {
	color: #0998A9;
}
.testi-content .tabs {
	flex-direction: row;
}
.testi-tab .tab-btn, .testi-tab .tab-btn:last-child {
	width: 50%;
}
.testi-item-name p {
	font-size: 18px;
}
.testi-item-name span {
	font-size: 14px;
}
.testi-item {
	width: 50%;
}
.testi-tab {
	margin: 0 0 45px 0;
}
.about1-grid {
	flex-wrap: wrap;
}
.about1-item {
	width: 50%;
	margin: 0 0 40px 0;
}
.about1-item:nth-child(2) {
	justify-content: flex-start;
}
.about1-item:nth-child(3) {
	padding: 0 2.4vw 0 0;
}
.about1-item:nth-child(4) {
	padding: 0 2.4vw 0 0;
}
.about1-grid {
	padding: 0 0 50px 0;
}
.pre4-content h3 {
	font-size: 24px;
	margin: 0 0 40px 0;
}
.p1-title p {
	font-size: 14px;
}
label, .nice-select, .nice-select .option {
	font-size: 14px;
}
.what-btn {
	width: 60px;
	height: 60px;
	bottom: 24px;
	right: 24px;
}
.what-btn img {
	width: 24px;
	height: 24px;
}
.price-header h3 {
	font-size: 32px;
}
.price-date {
	font-size: 24px;
}
.price-date span {
	font-size: 14px;
}
.price-item {
	width: calc(50% - 8px);
	}
.price-all-txt {
	font-size: 14px;
}
.price-dop-content p {
	padding: 8px 16px;
	font-size: 14px;
}
.price-content li {
	font-size: 14px;
}
.price-item:last-of-type::after {
	width: 70px;
	height: 70px;
	transform: translate(10%,-20%);
}
.footer-flex {
	flex-direction: column;
}
.footer-soc {
	justify-content: flex-start;
	margin: 24px 0 0 0;
}
.footer-soc .khda {
	text-align: left;
}
.top-btn {
	width: 55px;
	height: 55px;
	margin: 0 0 0 8px;
}
.what-btn.telegram {
	bottom: 100px;
}














}

@media (max-width: 991px) {
.intro-arrow {
	display: none;
}
#menu-header .menu-item {
	font-size: 2vw;
}
#menu-header .sub-menu .menu-item {
	font-size: 1.5vw;
}
.korp-title .page-title {
	font-size: 13.59vw;
}
.korp-title {
	width: 94%;
}
.section-top {
	padding: 65px 0 0 0;
}
.aioseo-breadcrumbs {
	margin: 0 0 60px 0;
}
.k2-grid .b1-ico {
	width: 40px;
}
.b1-item h3 {
	font-size: 18px;
}
.k3-txt p {
	font-size: 18px;
}
.k3-flex {
	flex-direction: column;
}
.k3-txt {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.k3-grid {
	width: 100%;
}
.k3-item {
	width: 50%;
	padding: 0;
	margin: 0 0 50px 0;
}
.k3-content {
	flex-direction: column;
}
.k3-content-item:nth-of-type(2n) {
	flex-direction: row-reverse;
	align-items: normal;
	}
.k3-content-txt {
	padding: 0 40px 0 0;
}
.k3-content-item:last-child .k3-content-txt {
	padding: 40px 0 0 40px;
}
.k3-content-txt h3 {
	font-size: 18px;
}
.k4-flex {
	flex-direction: column;
}
.k4-txt {
	width: 100%;
	margin: 0 0 40px 0;
}
.k4-grid {
	width: 100%;
}
.b4-item {
	width: 50%;
	padding: 40px 40px 40px 0;
}
.k5-grid {
	flex-wrap: wrap;
}
.k5-item {
	width: 50%;
	padding: 0 40px 0 0;
	margin: 0 0 50px 0;
}
.k5-item:nth-of-type(2n) {
	padding: 0 40px 0 0 
}
.k5-item:first-child {
	padding: 0 40px 0 0;
}
.k6-item {
	padding: 0 40px 0 0;
}
.k6-btn-group {
	flex-direction: column;
}
.btn-ligth, .btn {
	padding: 0 20px;
}
.k6-btn-group .long-btn {
	border-left: 0;
	padding:0 20px;
	border-top: 0;
}
#ind1 .btn {
	width: 50%;
}
.club2-item {
	border-bottom: 0;
}
.club2-item p {
	padding: 24px 0;
	border-left: 0;
}
.club2-item p {
	width: 100% !important;
}
#club2 .btn {
	display: none;
}
.club3-content {
	flex-direction: column;
}
.club3-grid {
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
}
.club3-bg {
	width: 100%;
}
.part-flex {
	flex-direction: column;
}
#part-intro .page-title {
	font-size: 7.21vw;
	width: 100%;
	text-align: left;
	margin: 0 0 48px 0;
}
.part-content {
	width: 100%;
}
.p2-item {
	width: 50%;
	padding: 40px 20px;
}
.p2-flex {
	margin: 0 0 40px 0;
}
.tabgroup-item-name {
	font-size: 18px;
}
.tabgroup-item-txt a {
	font-size: 14px;
}
#part-intro .page-title {
	padding: 0;
}
.t2-item {
	width: 100%;
	margin: 0;
}
.t2-item:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.t2-content {
	padding: 2.4vw;
}
.t2-item:nth-of-type(3) {
	flex-direction: row;
}
.t2-item:nth-of-type(4) {
	flex-direction: row-reverse;
}
.t2-grid {
	padding: 0 0 100px 0;
}
.pre-content {
	align-items: flex-end;
	flex-direction: column-reverse;
}
.pre-grid {
	width: 100%;
}
.pre-content-ico {
	width: 60px;
	margin: 30px 0 0 0;
}
.p1-title {
	margin: 0 0 50px 0;
}
.p3-list-num {
	font-size: 24px;
}
.video-control {
	width: 100px;
	height: 100px;
}











}

@media (max-width: 767px) {
.container {
	padding: 0 16px;
}
.logo {
	width: 196px;
}
#menu-header {
	width: 80%;
}
#menu-header .menu-item {
	font-size: 4vw;
}
#menu-header .sub-menu .menu-item {
	font-size: 3vw;
}
.intro-title h1 {
	font-size: 12.55vw;
}
.intro-top-title p, .intro-top-title a {
	margin: 0 0 12px 0;
}
.intro-flex {
	justify-content: flex-start;
	padding: 145px 0 70px 0;
}
.intro-top-title {
	margin: 0 0 75px 0;
}
.intro-bot-title {
	margin: 32px 0 75px 0;
}
.intro-offer {
	margin: 0 0 55px 0;
	text-align: left;
}
.intro-flex .modal-trigger {
	display: none;
}
.hidden-form {
	display: block;
	width: 100%;
}
.hidden-form  .form-title {
	display: none;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-country_code {
	font-size: 14px;
}
.wpcf7-list-item-label {
	font-size: 10px;
}
.hidden-form .form-submit .btn {
	width: 100%;
	background: #303030;
	color: #fff;
	padding: 0 20px;
}
.hidden-form .btn-ligth::after {
	background: url(../img/arr2.svg) no-repeat center / contain;
	right: 20px;
}
.b1-grid {
	flex-direction: column;
	margin: 0;
}
.b1-item {
	padding: 0;
	margin: 0 0 70px 0;
}
.b1-bg {
	display: block;
}
.b1-flex {
	flex-direction: column;
}
.b1-bg {
	display: block;
	width: 100%;
	margin: 70px 0 0 0;
}
#b1 .container {
	padding: 0;
}
.b1-content {
	padding: 0 16px;
}
.b1-content .tooltip {
	right: -25%;
}
.b1-btn-group {
	flex-direction: column;
}
.b1-btn-group .btn {
	width: 100%;
}
.btn-ligth, .btn {
	padding: 0 20px;
}
.btn::after {
	right: 20px;
}
.b1-btn-group .btn.btn-ligth {
	width: 100%;
}
.btn-ligth::after {
	right: 20px;
}
.title {
	font-size: 5.5vw;
}
.title span {
	display: inline-block;
	margin: 10px 0 0 0;
}
.b2-title-tooltip .tooltip-btn {
	transform: translate(80%,-80%);
}
.b2-title-tooltip .tooltip {
	right: -100%;
}
#b2 .container {
	padding: 0;
}
#b2 .title {
	padding: 0 16px 28px 16px;
}
.b2-flex {
	flex-direction: column-reverse;
}
.b2-video {
	width: 100%;
	margin: 0 0 50px 0;
}
.b2-content {
	width: 100%;
	padding: 0 16px;
	align-items: flex-start;
}
.b2-rewiev-item:last-of-type {
	border-bottom: 0;
	width: 100%;
	transform: translateX(0%);
}
.b2-content .btn-detail {
	position: relative;
	right: 0;
}
.b2-rewiev {
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
}
.b2-rewiev-item {
	border-bottom: 0;
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
}
.b2-rewiev-item:nth-of-type(2) {
	align-items: flex-start;
}
.b2-content:after {
	background: url(../img/hand.svg) no-repeat center / contain;
	width: 43px;
	height: 25px;
	bottom: 0;
	right: 16px;
}
.b3-list-num {
	width: 20%;
}
.b3-list-item p {
	width: 80%;
	border: 0;
}
.b3-study {
	flex-direction: column;
}
.b3-study .subtitle {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}
.b3-study::after {
	display: none;
}
.b3-study-content {
	width: 100%;
}
.korp-logo {
	width: 50%;
}
.b3-slider {
	padding: 0 15% 50px 0;
}
.b3-slider-item {
	display: inline-flex;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 16px 0 0;
}
.slider-img {
	width: 100%;
}
.b3-slider-content {
	width: 100%;
	padding: 16px 0 0 0;
	height: 100%;
}
.b3-slider-txt a {
	margin: 10px 0 20px 0;
}
.slick-dots {
	left: auto;
	width: 80%;
	right: 0;
}
.slick-next {
	left: 40px;
}
.slick-prev {
	left: 0;
}
.b3-rewiev {
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
	padding: 70px 0 35px 0;
}
.b3-rewiev-item {
	border-bottom: 0;
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
	padding: 0;
	border-right: 0;
}
.b3-btn-group {
	flex-direction: column;
}
.btn {
	width: 100%;
}
.b3-btn-group .long-btn {
	width: 100%;
	border-left: 0;
	padding: 0 20px;
	border-top: 0;
}
.b4-content-item {
	flex-direction: column;
}
.b4-content-title {
	width: 100%;
	padding: 36px 0 24px 0;
	border: 0;
}
.b4-content-txt {
	width: 100%;
	padding: 0 0 36px 0;
	opacity: 1;
}
.b4-content-num {
	font-size: 24px;
	position: relative;
	top: 0;
	order: 2;
	padding: 0 0 18px 0;
}
.b4-content-title {
	order: 1;
}
.b4-content-txt {
	order: 3;
}
.b4-content-title .tooltip {
	right: auto;
	left: 0;
	width: 320px;
	top: auto;
	bottom: 60px;
	font-size: 11px;
}
.b4-rewiev {
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
	padding: 70px 0 35px 0;
}
.b4-rewiev-item {
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
	padding: 0;
}
.b4-flex {
	margin: 0;
}
.b4-btn-group {
	flex-direction: column;
}
.b4-btn-group .long-btn {
	width: 100%;
}
.title-txt {
	text-align: left;
}
.b5-grid {
	margin: 0;
	padding: 0 16px;
}
.b5-item {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.b5-ico {
	margin: 0 30px 0 0;
}
#b5 .container {
	padding: 0;
}
#b5 .title-group {
	padding: 0 16px 28px 16px;
}
.b5-rewiev-group {
	position: relative;
	padding: 0 16px;
	flex-direction: column-reverse;
	align-items: flex-start;
}
.b5-rewiev {
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
	padding: 70px 0 35px 0;
	width: 100%;
}
.b5-rewiev-item {
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
	padding: 0;
	border: 0;
}
.b5-rewiev-group::after {
	background: url(../img/hand.svg) no-repeat center / contain;
	width: 43px;
	height: 25px;
	bottom: 0;
	right: 16px;
}
.b6-grid {
	width: 100%;
}
.b6-item {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.b6-bg {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 70px 0;
}
.b6-flex {
	align-items: flex-start;
	flex-direction: column-reverse;
}
.b6-grid-content {
	margin: 0 0 40px 0;
	padding: 0 16px;
}
#b6 .container {
	padding: 0;
}
#b6 .title {
	padding: 0 16px 28px 16px;
}
.b6-content {
	padding: 0 16px;
}
.b6-content h3 {
	margin: 0 0 40px 0;
}
.b6-rewiev {
	position: relative;
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
	padding: 70px 0 35px 0;
	width: 100%;
	flex-wrap: nowrap;
}
.b6-rewiev-item {
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
	padding: 0;
	border: 0;
}
.b6-rewiev-item::before {
	right: 0;
	position: relative;
}
.b6-rewiev-btn {
	justify-content: flex-start;
	width: auto;
}
.b6-content::after {
	background: url(../img/hand.svg) no-repeat center / contain;
	width: 43px;
	height: 25px;
	bottom: 0;
	right: 16px;
}
.tab-btn a {
	padding: 16px 20px;
	height: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.tab-btn a svg {
	right: 20px;
}
.tab-btn a span {
	margin: 8px 0 0 0;
}
.tabgroup-content {
	flex-direction: column;
}
.tabgroup-item {
	border-right: 0;
}
.tabgroup-item-wrap-txt {
	padding: 40px 20px;
}
.new-cost {
	font-size: 12vw;
	margin: 0 5vw 0 0;
}
.old-cost p {
	font-size: 6vw;
}
.b7-btn-group .btn {
	padding: 0 20px;
}
.old-cost span {
	font-size: 3.5vw;
}
.b7-content p {
	margin: 0 0 14px 0;
}
.b7-content p::before {
	top: -2px;
}
.b8-txt-group {
	flex-direction: column;
}
.b8-txt {
	width: 100%;
	padding: 0;
}
.b8-txt p {
	padding: 0 0 12px 0;
}
.b8-txt:nth-of-type(2) {
	padding: 0;
}
.b8-grid {
	align-items: flex-start;
	flex-direction: column;
}
.b8-grid-btn {
	width: 100%;
	padding: 0 16px;
}
.b8-bg2 {
	width: 100%;
	margin: 40px 0 0 0;
}
#b8 .container {
	padding: 0;
}
#b8 .title {
	padding: 0 16px 28px 16px;
}
.b8-txt-group {
	padding: 0 16px;
}
.accordion-item {
	padding: 24px 0;
	flex-direction: column;
}
.acc-target {
	width: 100%;
	padding: 0 40px 0 0;
}
.acc-hidden {
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
.b9-rewiev-group {
	flex-direction: column;
}
.b9-rewiev {
	position: relative;
	overflow: auto;
	display: flex;
	margin: 0 0 35px 0;
	padding: 70px 0 35px 0;
	width: 100%;
	flex-wrap: nowrap;
}
.b9-rewiev-item {
	width: 190px;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
	padding: 0;
	border: 0;
}
.b9-rewiev-group::after {
	background: url(../img/hand.svg) no-repeat center / contain;
	width: 43px;
	height: 25px;
	bottom: 0;
	left: 16px;
}
.b10-flex {
	flex-direction: column;
}
.b10-content-txt {
	margin: 0 0 40px 0;
	flex-direction: column;
}
.b10-content {
	width: 100%;
}
.b10-bg {
	display: none;
}
.b10-txt {
	width: 100%;
	padding: 0 16px;
}
.b10-txt.b10-txt-bottom {
	padding: 0 16px;
}
.b10-img {
	width: 100%;
	margin: 40px 0;
}
#b10 .container {
	padding: 0;
}
#b10 .title {
	padding: 0 16px 28px 16px;
}
.b10-content .btn {
	width: calc(100% - 36px);
	margin: 0 0 0 16px;
}
.b11-grid {
	flex-direction: column;
}
.b11-grid-item {
	padding: 0 0 50px 0;
}
.b11-grid-item:nth-of-type(2n) {
	margin: 0;
}
.b11-grid-item:last-child {
	padding: 0;
}
.b12-grid {
	flex-direction: column;
}
.b12-item:first-child {
	width: 100%;
	padding: 36px 0;
	border: 0;
}
.b12-item {
	width: 100%;
	padding: 36px 0;
	border-right: 0;
}
.b12-item-txt {
	padding: 0;
}
.b12-item:first-child .b12-descr {
	width: 100%;
	margin: 0 0 36px 0;
}
.b12-descr p {
	margin: 0 0 12px 0;
}
.b12-descr {
	margin: 0 0 36px 0;
}
.footer-flex {
	flex-direction: column-reverse;
}
footer .title {
	font-size: 7.5vw;
}
.footer-soc {
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 40px 0;
	flex-wrap: wrap;
}
.khda {
	font-size: 12px;
	margin: 0 0 20px 0;
	width: 100%;
	text-align: left;
}
.footer-doc {
	display: flex;
	flex-direction: column-reverse;
}
.footer-soc-grid a {
	margin: 0 10px 0 0;
}
.footer-list {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.footer-list a {
	margin: 0 0 10px 0;
}
.modal_container {
	width: 95%;
	padding: 40px 24px;
}
.close-modal {
	right: 24px;
}
.korp-title h1 {
	width: 100%;
	margin: 0 0 30px 0;
}
.korp-title {
	width: 100%;
}
.korp-title .page-title {
	margin: 0 0 30px 0;
}
.korp-title-group {
	align-items: flex-end;
	flex-direction: column-reverse;
	margin: 0;
}
.korp-title-group p {
	width: 60%;
}
.korp-title-group h2, .korp-title-group h1 {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0 20vw 0 0;
}
.aioseo-breadcrumb {
	flex: 0 0 auto;
}
.aioseo-breadcrumbs {
	margin: 0 0 52px 0;
	overflow: auto;
	padding: 0 0 8px 0;
}
.k2-flex {
	flex-direction: column;
}
.k2-bg {
	width: 100%;
}
.k2-content {
	width: 100%;
	padding: 0 16px;
}
.k2-grid {
	padding: 40px 0 0 0;
	border-top: 0;
	flex-direction: column;
}
#k2 .container {
	padding: 0;
}
.k3-item {
	width: 100%;
	margin: 0 0 40px 0;
}
.k3-content-item {
	flex-direction: column;
}
.k3-content-txt {
	padding: 0;
	width: 100%;
	margin: 0 0 40px 0;
}
.k3-content-img {
	width: 100%;
}
.k3-content-item:nth-of-type(2n) {
	flex-direction: column;
}
.k3-content-item:last-child .k3-content-txt {
	padding: 40px 0 0 0;
}
.k3-flex {
	margin: 0 0 40px 0;
}
.k3-content-img {
	width: 150%;
	margin: 0 -16px;
	height: 400px;
	max-width: 150%;
}
#k3 .btn {
	width: 100%;
	border: 0;
	background: #303030;
	color: #fff;
}
#k3 .btn-ligth::after {
	background: url(../img/arr2.svg) no-repeat center / contain;
}
.k3-content {
	margin: 0 0 60px 0;
}
.b4-item {
	width: 100%;
	padding: 0 0 40px 0;
	border: 0;
}
.b4-item:last-child {
	padding: 0;
}
.k5-item {
	width: 100%;
	padding: 0;
}
.k5-item:first-child {
	padding: 0;
}
.k5-item:nth-of-type(2n) {
	padding: 0;
}
.k5-item:last-child {
	margin: 0;
}
.k6-flex {
	flex-direction: column;
}
.k6-content {
	width: 100%;
	margin: 0 0 50px 0;
}
.k6-item {
	padding: 0;
	width: 100%;
	margin: 0 0 40px 0;
	display: flex;
	align-items: center;
}
.k6-item p {
	padding: 0;
}
.k6-num {
	width: 70px;
}
.k6-ico {
	width: 150%;
	padding: 0;
	margin: 0 -16px;
	height: 300px;
	max-width: 150%;
}
#ind1 .page-title {
	font-size: 7.2vw;
}
#ind1 .btn {
	width: 50%;
	display: none;
}
#ind1 {
	padding-bottom: 70px;
}
.ind2-content {
	flex-direction: column;
}
.ind2-grid {
	width: 100%;
	margin: 0 0 50px 0;
}
.ind2-bg {
	width: 150%;
	max-width: 150%;
	margin: 0 -16px;
}
#part-intro .page-title {
	font-size: 12vw;
	margin: 0 0 20px 0;
}
.part-content {
	flex-direction: column;
}
.part-item {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #C0C0C0;
}
.part-item:last-of-type {
	border-bottom: 0;
}
.p2-description {
	width: 100%;
	padding: 0;
	column-width: 100%;
	column-count: 1;
	column-gap: 0;
}
.part-flex {
	margin: 0 0 20px 0;
}
.p2-flex .tabs {
	flex-direction: column;
}
.p2-flex .tab-btn {
	width: 100%;
}
.p2-flex .tab-btn a {
	height: 68px;
}
.p2-item {
	width: 100%;
}
.tabgroup-img {
	margin: 0 0 35px 0;
	width: 60%;
}
#p2 .btn {
	margin: 0 0 100px 0;
	padding: 0 60px 0 20px;
}
#testi .page-title {
	font-size: 12vw;
}
.testi-flex {
	margin: 75px 0 0 0;
}
.testi-content .tabs {
	flex-direction: column;
}
.testi-tab .tab-btn, .testi-tab .tab-btn:last-child {
	width: 100%;
}
.testi-tab .tab-btn a {
	height: 68px;
}
.testi-item {
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
}
.t2-item {
	flex-direction: column;
	margin: 0 0 30px 0;
}
.t2-bg {
	width: calc(100% + 32px);
	max-width: calc(100% + 32px);
	margin: 0 -16px;
}
.t2-content {
	padding: 30px 0 0 0;
	width: 100%;
}
.t2-item-logo {
	margin: 0 0 65px 0;
}
.t2-item:nth-of-type(2n), .t2-item:nth-of-type(3), .t2-item:nth-of-type(4) {
	flex-direction: column;
}
#about1 .page-title {
	font-size: 16vw;
	margin: 0 0 60px 0;
}
.about1-item {
	width: 100%;
	margin: 0;
	padding: 0;
	}
.about1-item:nth-child(3) {
	padding: 0;
	order: 4;
	margin: 40px 0 0 0;
}
.about1-item:nth-child(4) {
	padding: 0;
}
.pre4-flex {
	flex-direction: column;
}
.pre4-content {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
}
.pre4-bg {
	width: 100%;
}
.pre4-content .btn {
	width: 100%;
	background: #303030;
	color: #fff;
	border: 0;
}
.pre4-content .btn::after {
	background: url(../img/arr2.svg) no-repeat center / contain;
}
.p1-title .page-title {
	font-size: 9vw;
}
.p1-title p {
	width: 70%;
}
.pre-grid {
	column-width: 100%;
	column-count: 1;
}
.p3-list-item {
	flex-direction: column;
	border: 0;
}
.p3-list-txt {
	width: 100%;
	padding: 0;
}
.p3-list-num {
	margin: 0 0 20px 0;
}
.p3-list-txt p {
	width: 100%;
}
#pre3 .accordion-item::after {
	top: 30px;
}
.what-btn {
	bottom: 30px;
	right: 20px;
}
.form-submit .btn {
	padding: 0 20px;
}
.price-grid {
	flex-direction: column;
}
.price-item {
	width: 100%;
	padding: 24px 4.67vw;
	margin: 0 0 16px 0;
}
.price-header h3 {
	font-size: 8vw;
}
.price-dop-content p {
	width: 100%;
	margin: 0 0 8px 0;
}
.price-all-txt {
	margin: 0 0 16px 0;
}
.price-item:last-of-type::after {
	width: 20vw;
	height: 20vw;
	transform: translate(0%,34vw);
	right: 4.67vw;
}
.price-header-sub {
	justify-content: space-between;
}
.price-sub, .price-time {
	padding: 3vw 0;
	font-size: 3vw;
	text-align: center;
	width: 48%;
}
.price-time {
	margin: 0;
}









}
