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;
}
* {
	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: 1.04vw;
	font-weight: 400;
	line-height: 1.4;
	display: block;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 1.04vw;
	font-weight: 400;
	line-height: 1.4;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 7.81vw;
	max-width: 1920px;
	margin: 0 auto;
}
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: 8.33vw 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);
}
.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;
}

/* --------------------------------
	
test
	
-------------------------------- */

.intro-test-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.test-form {
	width: 35%;
}
fieldset {
	border: 0;
}






/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.75);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 7.29vw;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.shrink .header-flex {
	height: 4vw;
}
.header-title {
	font-size: 1.04vw;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.35;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.header-date-group {
	display: flex;
	align-items: center;
}
.header-date {
	font-size: 3.33vw;
	color: #0998A9;
	font-weight: 300;
	margin: 0 1.25vw 0 0;
	line-height: 1;
}
.header-date-txt {
	font-size: 1.25vw;
	color: #0998A9;
	text-transform: uppercase;
	line-height: 1.2;
}
.btn {
	position: relative;
	display: inline-flex;
	background: #303030;
	color: #fff;
	height: 3.54vw;
	align-items: center;
	padding: 0 3.54vw 0 2.08vw;
	font-size: 0.73vw;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.header-flex .btn {
	height: 2.92vw;
}
.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
	
-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;	
}
.intro-flex {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 11.46vw 0 4.69vw;
}
.intro-title {
	position: relative;
	margin: 0 0 4.8vw 0;
}
.top-txt {
	text-align: right;
	font-size: 1.46vw;
	font-family: "Poiret One", sans-serif;
	padding: 0 3vw 0 0;
}
.intro-title h2 {
	font-family: "Poiret One", sans-serif;
	font-size: 10.6vw;
	letter-spacing: 0.2em;
	font-weight: 400;
}
.intro-offer {
	font-size: 1.15vw;
	color: #0998A9;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.intro-video {
	position: relative;
	margin: 0 0 4.8vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}
.intro-video p {
	font-size: 1.25vw;
	font-weight: 500;
	width: 65%;
}
.video-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.player-icon-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.25vw;
	height: 6.25vw;
}
.intro-player-txt {
	position: absolute;
	width: 100%;
	transform: scale(2);
	-webkit-animation: rotate 35.5s linear infinite;
	animation: rotate 35.5s linear infinite;
}
.player-btn {
	width: 6.25vw;
	border-radius: 50%;
}
.player-icon {
	position: absolute;
	width: 2.08vw;
}
.player-icon-group:before { 
  width: 130%;
  height: 130%;
  border: 1px solid rgba(9, 152, 169, 0.22);
  border-radius: 50%;
  will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.video-link:hover .player-icon-group:before { 
  transform: scale(1.11);
}

/* @keyframes scale {
  0% {
    transform: scale(1);
	}
  100% {
    transform: scale(1.6);
		opacity: 0;
	}
}
@-webkit-keyframes scale {
	0% {
    -webkit-transform: scale(1);
	}
  100% {
    -webkit-transform: scale(1.6);
		opacity: 0;
	}
} */

@keyframes rotate {
  100% {
    transform: scale(2) rotate(360deg);
	}
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: scale(2) rotate(360deg);
	}
}
.player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  transform: translate(-50%, -50%);
}
.js--show-video {
  opacity: 1;
}
.video-filler {
  display: block;
  width: 100%;
}
.video-close {
	position: absolute;
	z-index: 2;
	top: -60px;
	right: -60px;
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	-moz-transition: 0.35s linear;
	-o-transition: 0.35s linear;
	-webkit-transition: 0.35s linear;
	-ms-transition: 0.35s linear;
	transition: 0.35s linear;
}
.video-close img {
	width: 100%;
}
.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pop_up_video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 9999999999999;
}
.pop_up_video > div {
  display: table;
  width: 100%;
  height: 100%;
}
.pop_up_video > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.intro-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.intro-item {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	border-right: 1px solid rgba(48, 48, 48, 0.35);
}
.intro-item:last-child {
	border-right: 0;
}
.intro-item-txt {
	position: relative;
	display: inline;
	font-size: 1.46vw;
	color: #0998A9;
	font-weight: 300;
}
.tooltip-group {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%,-80%);
	z-index: 1;
}
.tooltip-btn {
	position: relative;
	cursor: pointer;
	width: 16px;
}
.tooltip {
	position: absolute;
	bottom: 24px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	color: #303030;
	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;
	width: 300px;
}
.intro-item .tooltip p {
	font-size: 0.83vw;
	font-weight: 400;
	line-height: 1.4;
}
.tooltip.open {
	opacity: 1;
	visibility: visible;
}
.intro-list {
	margin: 0 0 2.4vw 0;
	display: flex;
	flex-wrap: wrap;
}
.intro-list-item {
	padding: 0.21vw 0.83vw;
	border: 1px solid rgba(48, 48, 48, 0.19);
	margin: 0 0.42vw 0.42vw 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	display: flex;
	align-items: center;
}
.intro-list-item:hover {
	border: 1px solid rgba(48, 48, 48, 0.4);
}
.intro-list-item img {
	width: 0.83vw;
	margin: 0 0.83vw 0 0;
	flex: 0 0 auto;
}
/* .intro-flex .btn {
	margin: 0 0 2.4vw 0;
} */




/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
}
.title {
	position: relative;
	font-size: 2.08vw;
	text-transform: uppercase;
	margin: 0 0 2.34vw 0;
	padding: 0 0 1.67vw 0;
	font-weight: 400;
	border-bottom: 1px solid #303030;
	letter-spacing: 0.175em;
}
.b1-grid {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3.91vw 0;
}
.b1-grid-group {
	display: flex;
  flex-direction: row;
	position: relative;
	animation: marquee 25s linear infinite;
  -webkit-animation: marquee 25s linear infinite;
  justify-content: space-around;
}
.b1-item {
	position: relative;
	width: 10.68vw;
	margin: 0 1.25vw;
}
.b1-item img {
  display: block;
  width: 100%;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;	
}
@keyframes marquee {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
}
.b1-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.25vw;
}
.b1-list-item {
	text-align: center;
}
.b1-list-item img {
	border-radius: 50%;
	margin: 0 0 1.25vw 0;
}
.b1-list-item p {
	font-size: 1.04vw;
	font-weight: 700;
	margin: 0 0 8px 0;
}
.b1-list-item span {
	font-size: 0.83vw;
	display: block;
}

/* --------------------------------
	
b2
	
-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
}
.b2-txt {
	width: 40%;
	margin: 0 0 4.06vw 0;
}
.b2-txt p {
	margin: 0 0 0.83vw 0;
}
.b2-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b2-item {
	display: flex;
	justify-content: space-between;
	width: calc(50% - 1.67vw);
	margin: 0 0 3.34vw 0;
}
.b2-item-content {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b2-bg {
	width: 47%;
	object-fit: cover;
}
.b2-item:nth-of-type(3), .b2-item:nth-of-type(4) {
	flex-direction: row-reverse;
}
.b2-list-num {
	font-family: "Poiret One", sans-serif;
	font-size: 2.50vw;
	color: #0998A9;
	margin: 0 0 1.88vw 0;
	display: block;
}
.b2-item-content h3 {
	font-size: 1.46vw;
	font-weight: 600;
	margin: 0 0 1.25vw 0;
}
.b2-item-content p {
	flex-grow: 1;
	padding: 0 0 1.25vw 0;
}
.b2-item-content .btn {
	display: none;
}
.b2-item:nth-of-type(4) .b2-item-content .btn {
	display: inline-flex;
}

/* --------------------------------
	
b3
	
-------------------------------- */
#b3 {
	position: relative;
	overflow: hidden;
}
.b3-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b3-slider-item {
	height: 36vw;
}
.page-template-indexlid .b3-slider {
	margin: 0 0 40px 0;
}

/* --------------------------------
	
b4
	
-------------------------------- */
#b4 {
	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;
}
#b4 .title-group {
	margin: 0;
}
.title-group .title {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.title-txt {
	font-size: 1.25vw;
	font-family: "Poiret One", sans-serif;
}
.b4-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b4-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 75%;
}
.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-title .tooltip p {
	font-size: 0.83vw;
}
.b4-content-txt {
	width: 66.666%;
	padding: 36px 6vw 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;
}

/* --------------------------------
	
b5
	
-------------------------------- */
#b5 {
	position: relative;
	overflow: hidden;
}
.b5-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 85px 0;
}
.b5-item {
	width: 20%;
}
.b5-item img {
	width: 2.86vw;
	margin: 0 0 1.67vw 0;
}
.b5-flex {
	display: flex;
	justify-content: space-between;
	padding: 0 7.81vw 0 0;
}
.b5-flex img {
	width: 65%;
	padding: 0 16px 0 0;
	object-fit: cover;
}
.b5-flex img:last-child {
	width: 35%;
	padding: 0;
}

/* --------------------------------
	
b6
	
-------------------------------- */
#b6 {
	position: relative;
	overflow: hidden;
}
.b6-slider-video {
	position: relative;
	margin: 0 0 1.25vw 0;
	height: 36vw;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.b6-slider-video video {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.b6-slider-name {
	display: flex;
	align-items: center;
}
.b6-slider-name img {
	width: 5.21vw;
	border-radius: 50%;
	margin: 0 1.25vw 0 0;
	flex: 0 0 auto;
}
.b6-slider-txt p {
	font-size: 1.25vw;
	font-weight: 700;
	margin: 0 0 0.42vw 0;
	line-height: 1.35;
}
.b6-slider-txt span {
	font-size: 0.83vw;
	line-height: 1.35;
	display: block;
}
.slider-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3.85vw 0 0 0;
}
.swiper-scrollbar {
	width: 100%;
	background: rgba(48, 48, 48, 0.19);
	height: 1px;
}
.slider-nav .swiper-scrollbar {
	margin: 0 24px;
}
.swiper-scrollbar-drag {
	background: #303030;
	height: 1px;
}
.slider-btn {
	position: relative;
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.swiper-button-disabled {
	opacity: 0.2;
	pointer-events: none;
}
.slider-btn:before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	will-change: transform;
	border: 1px solid rgba(48, 48, 48, 0.19);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.slider-btn:hover:before {
	border: 1px solid rgba(48, 48, 48, 0.1);
}
.slider-btn img {
	width: 16px;
}










.video-control {
	position: absolute;
	width: 13.65vw;
	height: 13.65vw;
	z-index: 1;
	cursor: pointer;
	will-change: transform;
	opacity: 0.3;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.video-control img {
	width: 100%;
}
.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; 
}

/* --------------------------------
	
b7
	
-------------------------------- */
#b7 {
	position: relative;
	overflow: hidden;
}
.b7-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b7-item {
	width: 45%;
	margin: 0 0 2.50vw 0;
}
.b7-item h3 {
	font-family: "Poiret One", sans-serif;
	font-size: 1.88vw;
	font-weight: 400;
	color: #0998A9;
	text-transform: uppercase;
	margin: 0 0 1.88vw 0;
}
.page-template-indexlid .b7-item h3 {
	font-weight: 700;
}

/* --------------------------------
	
b8
	
-------------------------------- */
#b8  {
	position: relative;
	overflow: hidden;
}
#b8 .title { 
	margin: 0;
}
.b8-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b8-content {
	width: 70%;
}
.b8-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	object-fit: cover;
}
.b8-form {
	display: flex;
	flex-wrap: wrap;
	padding: 3.91vw 0 2.34vw 0;
}
.b8-form label {
	width: 50%;
	padding: 0 3.91vw 0 0;
	margin: 0 0 1.25vw 0;
	display: flex;
	align-items: center;
}
.b8-form label span {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 3.39vw;
	cursor: pointer;
}
input[type="checkbox"] {
	display: none;
}
.b8-form input[type="checkbox"] ~ span:before {
	background: url(../img/check.svg) no-repeat center/ contain;
	width: 2.60vw;
	height: 2.60vw;
  left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b8-form input[type="checkbox"]:checked ~ span:before {
  background: url(../img/check2.svg) no-repeat center/ contain;
}
.b8-content .btn {
	width: 35%;
}

/* --------------------------------
	
b9
	
-------------------------------- */
#b9 {
	position: relative;
	overflow: hidden;
	padding: 0 0 8.33vw 0;
}
.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: 30%;
}
.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(-45deg);
}
.acc-hidden {
	display: none;
	width: 55%;
	padding: 0 4.4vw 0 0;
}
.acc-hidden p {
	margin: 0 0 16px 0;
}
.acc-hidden p a {
	color: #0998A9;
	font-weight: 600;
	text-decoration: underline;
}
.acc-hidden p:last-of-type {
	margin: 0;
}
.acc-hidden li {
	margin: 0 0 12px 0;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}

/* --------------------------------
	
footer
	
-------------------------------- */
footer {
	position: relative;
	overflow: hidden;
	padding: 0 0 45px 0;
}
footer .title {
	padding: 0;
	border: 0;
	margin: 0 0 2.50vw 0;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
}
.footer-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-btn .btn {
	height: 2.86vw;
}
.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;
	margin: 0 0 0 2.71vw;
}
.footer-soc {
	display: flex;
	align-items: center;
}
.khda {
	font-family: "Poiret One", sans-serif;
	font-size: 0.73vw;
	margin: 0 1.82vw 0 0;
	color: #818181;
	width: 30%;
	text-align: right;
}
.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.52vw 0 0;
	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;
}


/* --------------------------------
	
	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;
}
.modal-big .modal_container {
	max-width: 41.04vw;
}
.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-info h3 {
	font-size: 1.25vw;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 0.63vw 0;
	letter-spacing: 0.2em;
}
.form-info p {
	margin: 0 0 1.67vw 0;
	font-size: 0.83vw;
}
#modal-online .form-info p {
	margin: 0 0 0.83vw 0;
}
.form-row {
	display: flex;
	justify-content: space-between;
}
.form-row .wpcf7-form-control-wrap {
	width: 48%;
}
.modal-big .wpcf7-acceptance {
	width: 60%;
}
.form-info ul {
	margin: 0 0 0.67vw 0;
	list-style: disc;
	padding: 0 0 0 25px;
}
.form-info li {
	font-size: 0.83vw;
}
#form-result {
	border-bottom: 1px solid #C0C0C0;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	font-size: 1vw;
	font-weight: 600;
	color: #0998A9;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.page-template-indextg .form-row .wpcf7-form-control-wrap {
	width: 31%;
}
.btn-group {
	display: flex;
	align-items: center;
}
.btn-group .btn.btn-ligth.modal-trigger {
	margin: 0 0 0 1.67vw;
}



/* --------------------------------
	
form
	
-------------------------------- */
.wpcf7-spinner {
	display: none !important;
}
.form-title {
	margin: 0 0 32px 0;
	width: 85%;
}
.form-title h3 {
	font-size: 1.35vw;
	font-family: "Poiret One", sans-serif;
	font-weight: 400;
}
.form-title p {
	font-size: 1vw;
	font-family: "Poiret One", sans-serif;
	margin: 10px 0 0 0;
}
.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	margin: 0 0 16px 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: 2.71vw;
	font-size: 0.73vw;
	border: 0;
	border-bottom: 1px solid #C0C0C0;
	-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-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.62vw;
	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.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;
}
.section-top {
	padding: 160px 0 0 0;
}

/* --------------------------------
	
breadcrumbs

-------------------------------- */
.breadcrumbs {
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative;
	padding: 0 0 32px 0;
	font-size: 14px;
	color: #303030;
}
.breadcrumbs span {
	font-size: 14px;
	margin: 0 10px;
	color: #303030;
}
.breadcrumbs > span {
	margin: 0;
	display: flex;
	align-items: center;
}
.breadcrumbs > span span:first-of-type {
	margin: 0 10px 0 0;
}
.breadcrumbs span.breadcrumb_last {
	margin: 0 0 0 10px;
}
.breadcrumb-separator {
	color: #757575;
	margin: 0 5px;
}
.breadcrumbs a {
	color: #0998A9;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.breadcrumbs a:hover {
	color: #303030;
}




/* --------------------------------
	
	адаптив
	
-------------------------------- */
@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;
}
.container {
	padding: 0 16px;
}
.header-date {
	font-size: 32px;
	margin: 0 8px 0 0;
}
.header-date-txt {
	font-size: 12px;
}
.header-title {
	font-size: 12px;
	text-align: right;
	position: relative;
	margin: 0 24px 0 0;
	flex-grow: 1;
}
.btn {
	height: 56px;
	padding: 0 60px 0 24px;
	font-size: 10px;
}
.header-flex .btn {
	height: 40px;
}
.header-flex, .shrink .header-flex {
	height: 70px;
}
.intro-flex {
	padding: 100px 0;
}
.intro-title h2 {
	font-size: 13vw;
}
.top-txt {
	font-size: 14px;
}
.intro-offer {
	font-size: 16px;
	width: 50%;
}
.intro-video {
	margin: 0 0 70px 0;
	width: 90%;
}
.intro-video p {
	font-size: 18px;
}
.intro-title {
	margin: 0 0 24px 0;
}
.intro-grid {
	flex-wrap: wrap;
}
.intro-item {
	width: 50%;
}
.intro-item:nth-of-type(2) {
	border: 0;
	border-bottom: 1px solid rgba(48, 48, 48, 0.35);
}
.intro-item:nth-of-type(1) {
	border-bottom: 1px solid rgba(48, 48, 48, 0.35);
}
.intro-item-txt {
	font-size: 16px;
}
.title {
	font-size: 24px;
	margin: 0 0 24px;
	padding: 0 0 24px 0;
}
.b1-item {
	width: 160px;
	margin: 0 24px;
}
.b1-list {
	margin: 0 -24px;
}
.b1-list-item {
	width: calc(25% - 48px);
}
.b1-list-item img {
	margin: 0 0 16px 0;
	width: 100%;
}
.b1-list-item p {
	font-size: 16px;
}
.b1-list-item span {
	font-size: 14px;
	display: block;
}
p, li {
	font-size: 16px;
}
.b2-txt p {
	margin: 0 0 12px 0;
}
.b2-txt {
	width: 100%;
	margin: 0 0 40px 0;
}
.b2-item {
	width: 100%;
	margin: 0 0 32px 0;
	flex-direction: row !important;
}
.b2-item:nth-of-type(2n) {
	flex-direction: row-reverse !important;
}
.b2-list-num {
	font-size: 36px;
	margin: 0 0 32px 0;
}
.b2-item-content h3 {
	font-size: 18px;
	margin: 0 0 16px 0;
}
.title-group {
	margin: 0 0 24px 0;
	padding: 0 0 24px 0;
}
.title-txt {
	font-size: 16px;
}
.b4-bg {
	display: none;
}
.b4-content {
	width: 100%;
}
.b4-content-title {
	padding: 24px 24px 24px 0;
	font-size: 18px;
}
.b4-content-txt {
	padding: 24px 36px 24px 24px;
}
.b4-content-num {
	font-size: 24px;
	top: 24px;
}
.b5-grid {
	flex-wrap: wrap;
	margin: 0;
}
.b5-item {
	width: 50%;
	margin: 0 0 32px 0;
}
.b5-flex {
	padding: 0 16px 0 0;
}
.b6-slider-name img {
	width: 48px;
	margin: 0 12px 0 0;
}
.b6-slider-txt p {
	font-size: 16px;
	margin: 0 0 4px 0;
}
.b6-slider-txt span {
	font-size: 12px;
}
.b7-item {
	margin: 0 0 40px 0;
}
.b7-item h3 {
	font-size: 18px;
	margin: 0 0 16px 0;
}
.b8-form {
	padding: 24px 0;
}
.b8-form label {
	padding: 0 24px 0 0;
	margin: 0 0 16px 0;
}
.b8-form input[type="checkbox"] ~ span::before {
	width: 24px;
	height: 24px;
}
.b8-form label span {
	padding: 0 0 0 36px;
}
label {
	font-size: 16px;
}
.btn::after {
	width: 12px;
	height: 12px;
	right: 16px;
}
.section {
	padding: 80px 0;
}
.accordion-item {
	padding: 24px 0;
}
.acc-target {
	font-size: 18px;
	width: 35%;
}
footer .title {
	margin: 0 0 40px 0;
}
.footer-soc-grid a {
	width: 40px;
	height: 40px;
	margin: 0 4px 0 0;
}
.copy {
	font-size: 12px;
	margin: 0 0 4px 0;
}
.footer-list a {
	font-size: 12px;
	margin: 0 24px 0 0;
}
.footer-soc-grid a img {
	width: 16px;
	height: 16px;
}
.footer-flex {
	flex-direction: column-reverse;
}
.footer-btn {
	justify-content: flex-start;
}
.khda {
	font-size: 12px;
	margin: 0 16px 0 0;
}
.footer-btn .btn {
	height: 48px;
}
.top-btn {
	width: 48px;
	height: 48px;
	margin: 0 0 0 16px;
}
.top-btn img {
	width: 12px;
	height: 12px;
}
.footer-soc {
	margin: 24px 0 0 0;
}
.player-icon-group, .player-btn {
	width: 100px;
	height: 100px;
}
.intro-item .tooltip p {
	font-size: 12px;
}
.form-title h3 {
	font-size: 24px;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-email, .wpcf7-form-control.wpcf7-country_code {
	height: 52px;
	font-size: 14px;
}
.wpcf7-list-item-label {
	font-size: 12px;
}
.modal-big .modal_container {
	max-width: 70%;
}
.form-info h3 {
	font-size: 16px;
	margin: 0 0 8px 0;
}
.form-info p {
	margin: 0 0 16px 0;
	font-size: 12px;
}
.modal-big .wpcf7-acceptance {
	width: 100%;
}
.close-modal {
	top: 20px;
	right: 20px;
}
#modal-online .form-info p {
	margin: 0 0 12px 0;
}
.form-info ul {
	margin: 0 0 16px 0;
}
.form-info li {
	font-size: 12px;
}
.b3-slider-item {
	height: 56vw;
}
.section-top {
	padding: 100px 0 0 0;
}
.breadcrumbs span {
	font-size: 12px;
}
.page-content h2 {
	margin: 24px 0;
	font-size: 24px;
}
.page-content h3 {
	margin: 12px 0;
	font-size: 18px;
}
.player__video {
	max-width: 95%;
	height: 90vh;
}
.video-close {
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}
.player-icon {
	position: absolute;
	width: 32px;
}
.b4-content-title .tooltip-hover {
	font-size: 18px;
}
.b4-content-title .tooltip p {
	font-size: 12px;
}
#form-result {
	font-size: 14px;
}
.intro-list {
	margin: 0 0 24px 0;
}
.intro-list-item {
	padding: 4px 16px;
	margin: 0 8px 8px 0;
}
.intro-list-item img {
	width: 16px;
	margin: 0 16px 0 0;
}
.b6-slider-video {
	margin: 0 0 16px 0;
	height: 50vw;
}











}

@media (max-width: 991px) {
/* .b1-list-item {
	width: calc(33.333% - 48px);
} */
.title-group {
	flex-direction: column;
	align-items: flex-start;
}
.title-group .title {
	margin: 0 0 16px 0;
}
.title-group .title br {
	display: none;
}
.title-txt br {
	display: none;
}
.title-txt {
	font-size: 18px;
}
.b4-content-item {
	flex-direction: column;
	padding: 24px 0;
}
.b4-content-title {
	width: 100%;
	border-right: 0;
	height: auto;
	padding: 0 40px 0 0;
	margin: 0 0 16px 0;
}
.b4-content-txt {
	width: 90%;
	padding: 0;
	opacity: 1;
}
.b5-item img {
	width: 48px;
	margin: 0 0 16px 0;
}
.b5-item {
	width: 45%;
}
.b6-slider-video {
	margin: 0 0 16px 0;
	height: 54vw;
}
.video-control {
	width: 100px;
	height: 100px;
}
.b8-bg {
	display: none;
}
.b8-content {
	width: 100%;
}
.accordion-item {
	flex-direction: column;
}
.acc-target {
	width: 100%;
}
.acc-hidden {
	width: 100%;
	padding: 0;
	margin: 16px 0 0 0;
}
.acc-target {
	margin: 0;
}
.footer-btn {
	justify-content: space-between;
}
.khda {
	text-align: left;
}



















}

@media (max-width: 767px) {
.header-flex, .shrink .header-flex {
	height: 85px;
	flex-wrap: wrap;
}
.btn {
	width: 100%;
}
.header-title {
	order: 1;
	text-align: center;
	margin: 0;
}
.header-date-group {
	order: 2;
}
.header-flex .btn {
	order: 3;
	width: auto;
}
.header-date {
	font-size: 28px;
}
.intro-flex {
	padding: 150px 0 70px 0;
}
.intro-offer {
	font-size: 14px;
	width: 100%;
}
.intro-title h2 {
	margin: 0 0 16px 0;
}
.intro-video {
	margin: 0 0 40px 0;
	width: 100%;
	flex-direction: column-reverse;
}
.intro-video p {
	font-size: 16px;
	width: 100%;
	margin: 70px 0 0 0;
}
.intro-title {
	margin: 0 0 70px 0;
}
.intro-item {
	width: 100%;
}
.intro-item {
	border-right: 0;
	border-bottom: 1px solid rgba(48, 48, 48, 0.35);
}
.b1-item {
	width: 120px;
}
/* .b1-list-item {
	width: calc(50% - 48px);
	margin: 12px 24px;
} */
.b2-item, .b2-item:nth-of-type(2n) {
	flex-direction: column !important;
}
.b2-item-content {
	width: 100%;
	margin: 0 0 24px 0;
}
.b2-bg {
	width: 100%;
}
.b2-item-content p {
	padding: 0 0 24px 0;
}
.b5-item {
	width: 100%;
}
.b5-flex {
	flex-direction: column;
}
.b5-flex img {
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
}
.b5-flex img:last-child {
	width: 100%;
}
.b6-slider-video {
	height: 160vw;
}
.b7-item {
	margin: 0 0 24px 0;
	width: 100%;
}
.b8-form label {
	width: 100%;
}
.b8-content .btn {
	width: 100%;
}
#b9 {
	padding: 0 0 80px 0;
}
.footer-btn {
	flex-wrap: wrap;
}
.khda {
	width: 100%;
	margin: 0 0 16px 0;
}
.footer-btn .btn {
	width: 70%;
}
.footer-soc {
	flex-direction: column;
	align-items: flex-start;
}
.footer-soc-grid {
	margin: 0 0 16px 0;
}
.footer-doc {
	margin: 0;
}
.modal_container {
	padding: 32px 24px;
	max-width: 95%;
}
.form-submit .btn {
	padding: 0 24px;
}
.modal-big .modal_container {
	max-width: 95%;
}
.form-row {
	flex-direction: column;
}
.form-row .wpcf7-form-control-wrap {
	width: 100%;
}
.modal-big .modal-body {
	align-items: flex-start;
}
.modal-big .modal-box {
	overflow: auto;
	position: relative;
}
.b3-slider-item {
	height: 162vw;
}
.not-number {
	font-size: 45vw;
}
#page .title {
	font-size: 20px;
}
.page-content h2 {
	font-size: 20px;
}
.section-top {
	padding: 120px 0 0 0;
}
#page {
	padding-bottom: 40px;
}
.b4-content-title .tooltip {
	left: 0;
	width: 300px;
}
.page-template-indextg .form-row .wpcf7-form-control-wrap {
	width: 100%;
}
.intro-list-item p {
	font-size: 14px;
}
.intro-list-item {
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
	border: 0;
}
.page-template-indexlid .intro-title {
	margin: 0 0 40px 0;
}
.page-template-indexlid .b2-grid.container {
	overflow: auto;
	flex-wrap: nowrap;
	padding: 0 0 16px 16px;
}
.page-template-indexlid .b2-item {
	width: 90%;
	flex: 0 0 auto;
	margin: 0 24px 0 0;
}
.page-template-indexlid .b2-bg {
	height: 115vw;
}
.page-template-indexlid #b8 .title {
	margin: 0 0 16px 0;
}
.btn-group .btn.btn-ligth.modal-trigger {
	margin: 0;
}











}
