/*
Theme Name: cig
Text Domain: cig
*/
@font-face {
	font-family:'Euclid';
	src:url(fonts/EuclidSquare-Bold.woff);
	font-display:swap;
	font-weight:bold;
}
@font-face {
	font-family:'Euclid';
	src:url(fonts/EuclidSquare-Medium.ttf);
	font-display:swap;
	font-weight:500;
}
.icon br {
	display: none;
}
.pd20 {
    padding: 20px;
}
body.dark .list-disc a {
    color: #c6d0df;
}
body.dark .list-disc a:hover {
	text-decoration: underline;
}
:root {
	--sіriy: #2b2b2b;
	--chervoniy: #B20010;
	--sinіy: #233E57;
	--pd60: 80px;
	--gap: 40px;
}
:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Manrope", sans-serif;
  --third-family: "Euclid", sans-serif;
  --font3: "Arial", sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-size:1.25vw;
	line-height:1.3;
	font-family: var(--font-family);
	margin:0;
	font-weight: 400;
	color: var(--sinіy);
	background: #F7F8FA;
}
button,input,textarea {
	font-family: var(--font-family);
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
p:not([class]) {
	margin:0;
}
.fl,.d-flex {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
	padding: 0 50px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
header .container {
	/*padding: 0 135px;*/
}
header {
	padding: 45px 0 45px;
}
.home-link {
	display: block;
	max-width: 230px;
	width: 100%;
}
.home-link.v2 img {
	margin:-12px 0 -15px;
}
img {
	display: block;
	max-width: 100%;
}
.home-link {
	margin-right: auto;
}
header nav ul {
	display: flex;
	justify-content: center;
}
header .home-link {
	margin-bottom: 6px;
}
header nav ul a {
	display: block;
	font-weight: 500;
	font-size: 1em;
	color: var(--sinіy);
	position: relative;
	text-transform: uppercase;
	padding: 15px 13px;
}
header nav ul .current-menu-parent a:after,
header nav ul .current-menu-item a:after {
	content:' ';
	display: block;
	width: 24px;
	height: 15px;
	background: var(--chervoniy);
	border-radius: 100px 100px 0 0 ;
	position: absolute;
	left: calc(50% - 12px);
	bottom: 0px;
}
.sub-menu a:after {
	display: none !important;
}
header nav ul .sub-menu .current-menu-item > a {
	color:var(--chervoniy);
}
header nav ul a:hover {
	color:var(--chervoniy);
}
/*header nav li:nth-child(2) {
	position: relative;
}*/
header .container {
	position: relative;
}
/*header nav li:nth-child(2) .sub-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	margin-left: 50%;
	transform:translateX(-50%);
	top:calc(100% - 10px);
	border-radius: 10px;
	width: auto;
	z-index: 2;
	text-align: center;
	transition: all linear .25s;
	padding: 0;
}*/
header nav li .sub-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left:0;
	width: 100%;
	background: #F7F8FA;
	top:calc(100% - 10px);
	border-radius: 0;
	z-index: 2;
	text-align: center;
	transition: all linear .25s;
	padding: 13px 50px;
}
header nav .current_page_item .sub-menu,
header nav .current-menu-parent .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
header nav li .sub-menu {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	overflow:auto;
	gap:15px;
}
/*header nav li:nth-child(2) .sub-menu {
	display: block;
	padding-top: 5px;
}*/
header .sub-menu a {
	padding: 6px 7px;
	background: #F7F8FA;
	font-size: 0.9em;
}
/*header nav li:nth-child(2) .sub-menu a {
	padding: 6px 12px;
}*/
header nav li:hover .sub-menu,
header nav li:nth-child(2):hover .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}
svg {
	transition:all linear .25s;
	display: block;
}
* {
	outline: none !important;
}
header .lang {
	position: relative;
	margin-left: 60px;
}
header .lang a {
	display: flex;
	height:40px;
	align-items: center;
	width: 120px;
	justify-content: center;
border-radius: 15px;
text-transform: uppercase;
font-weight: 500;
font-size: 20px;
color: #fff;
background: rgb(35, 62, 87);
}
header .lang a:hover {
	background: var(--chervoniy);
	color:#fff;
}
header .lang li:not(.current-lang) {
	position: absolute;
	left: 0;
	top:calc(100% + 5px);
	opacity: 0;
	visibility: hidden;
	transition:all linear .25s;
	z-index: 2;
}
header .lang li:not(.current-lang) ~ li:not(.current-lang) {
	position: absolute;
	left: 0;
	top:calc(200% + 10px);
	z-index: 2;
}
header .lang li + li {

}
header .lang:hover li {
	opacity: 1;
	visibility: visible;
}
header .bottom {
	margin-top: 50px;
}
figure {
	margin:0;
}
.doc2 {
	transition:all linear .25s;
}
.doc2:hover {
	transform:translateY(-10px);
}
.btn {
	display: flex;
	height: 55px;
	width: 250px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
border-radius: 42px;
font-weight: 500;
font-size: 20px;
color: #fff;
cursor: pointer;
position: relative;
z-index: 2;
border:0;
}
.btn.submit {
	width: 100%;
	height: 60px;
}
.btn.submit:not(.fs18):not(.fs24) {
	font-size: 1em;	
}
.btn:after,
.btn:before {
	content:' ';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 42px;
	position: absolute;
	left: 0;
	top: 0;
  background: linear-gradient( 95deg, rgb(206,54,68) 0%, rgb(178,0,16) 100%);
  background: -moz-linear-gradient( 95deg, rgb(206,54,68) 0%, rgb(178,0,16) 100%);
  background: -webkit-linear-gradient( 95deg, rgb(206,54,68) 0%, rgb(178,0,16) 100%);
  background: -ms-linear-gradient( 95deg, rgb(206,54,68) 0%, rgb(178,0,16) 100%);
  z-index: -2;
}
.btn:after {
	background: var(--sinіy);
	z-index: -1;
	opacity: 0;
	transition:all linear .25s;
}
.btn:hover:after {
	opacity: 1;
}
.btn img {
	width: 40px !important;
	min-width: 40px;
	margin-left: 20px;
	height: auto !important;
}
.gallery .btn {
	height: 55px !important;
}
header .btn {
	margin-left: 20px;
}
#banner {
	padding: 0 0 var(--pd60);
}
#banner .container {
	padding: 0;
}
.gallery img {
	width: 100%;
}
.gallery .slick-slide {
	position: relative;
}
.gallery:not(.slick-slider) > div {
	position: relative;
}
.gallery .content {
	position: absolute;
	left: 0;
	top:0;
	display: flex;
	align-items: center;
	padding: 0 50px;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gallery .content > div {
	width: 100%;
}
.banner > img {
	width: 100%;
}
.gallery .title {
	font-weight: 700;
	font-size: 3vw;
	line-height: 107%;
	color: #fff;
	margin:0 0 40px !important;
	font-family: var(--third-family);
}
.about .image > div {
	height: 100%;
}
.about .image .gallery, .about .image .gallery .slick-list, .about .image .gallery .slick-list * {
	height: 100%;
}
.gallery .content > div {
	height: auto !important;
}
.about .image .gallery img {
	object-fit: cover;
}
.slick-dots {
	margin:20px 0 0 !important;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	gap:10px;
	list-style:none !important;
}
.slick-dots li {
	margin:0;
}
.slick-dots button {
	border-radius: 10px;
	text-indent: -9999px;
	padding: 0;
	display: block;
	width: 9px;
	height: 9px;
	background: #9B9AB6;
	border:0;
	cursor: pointer;
}
.slick-dots .slick-active button {
	background: var(--chervoniy);
	width: 36px;
}
button {
	transition:all linear .25s;
}
.social {
	gap:10px;
}
.social a {
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--sinіy);
border-radius: 5px;
}
.social a svg {
	fill:#1C3D5A;
	width: 25px;
	height: 25px;
}
.social a.telegram svg {
	fill:#B20010;
}
.social a.telegram {
	margin-left: 50px;
	border:0;
}
.social a:hover svg {
	fill:#fff;
}
.social a:hover {
	background: var(--chervoniy);
	border-color: var(--chervoniy);
}
.social .telegram:hover {
	background: none;
}
.social .telegram:hover svg {
	fill:var(--chervoniy);
}
.section {
	padding: 50px 0;
}
.section.pt-10 {
	padding-top: 80px;
}
.section-title {
	font-family: var(--third-family);
}
.section-title.text-left {
	text-align: left;
}
.shadow2 {
	box-shadow: 0px 0px 15.39px 2.61px rgba(0, 0, 0, 0.1) !important;
}
.section-title, .about h2 {
	text-align: center;
	margin:0 0 30px;
	font-weight: 700;
	font-size: 2.5vw;
	color: #233e57;
	display: block;
}
a.section-title:hover {
	color:var(--chervoniy);
}
.pt0 {
	padding-top: 0;
}
.about .d-flex .section-title, .about .d-flex h2 {
	text-align: left;
	font-size: 2.1vw;
	font-family: var(--font-family);
}
.about .d-flex .section-title:after, .about .d-flex h2:after {
	content:' ';
	display: block;
	width: 180px;
	height: 4px;
	background: #233e57;
	margin:15px 0 0;
}
.services {
	gap:22px;
}
.services > a {
	display: block;
	width: 100%;
	max-width: calc(25% - 22px*3/4);
	box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
background: #fff;
border-radius: 10px;
padding: 40px;
}
.services > a:hover {
	transform:translateY(-10px);
}
.services > a span {
	display: block;
	margin-top: 5px;
}
.services .img {
	height: 75px;
	margin:0 0 30px;
}
.services .img img {
	max-width: 100%;
	max-height: 100%;
}
.services .a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
font-size: 1vw;
min-height: 45px;
line-height: 1.2;
color:var(--sinіy);
transition:all linear .25s;
}
.type2.services .a img {
	align-self:flex-end;
}
.type2.services .a p {
	min-height: 4.5vw;
}
.type2.services .a {
	align-items: flex-end;
	font-size: 1.5vw;
}
.type2.services .a span {
	font-size: 1vw;
}
.services a:hover .a {
	color:var(--chervoniy);
}
.services .a img {
	margin-left: 15px;
	min-width: 2.5vw;
	width: 2.5vw;
	align-self: flex-start;
}
.about .d-flex {
	background: #fff;
}
.type3.about .d-flex {
	padding: 40px;
}
.about .image {
	width: 100%;
	max-width: 50%;
	padding-right: 40px;
	position: relative;
}
.about.type2 .image {
	padding-right: 0;
	padding-left: 40px;
}
.about .text {
	width: 100%;
	max-width: 50%;
	display: flex;
	align-items: center;
}
.about .text > div {
	padding: 40px;
	padding-left: 0;
}
.about.type2 .text > div {
	padding: 40px;
	padding-right: 0;
}
.about .image > img {
	width: 100%;
	height: 100%;
	max-width: calc(100% - 40px);
	position: absolute;
	left: 0;
	top:0;
	object-fit: cover;
}
.type2.about .image > img {
	left: 40px;
}
.about2 .image img {
	max-width: 100% !important;
	left: 0 !important;
}
.about > .d-flex {
background: #fff;
}
.sub {
	margin:0 0 25px;
font-size: 20px;
color: var(--chervoniy);
text-align: center;
}
.about p:not(.section-title):not(.sub) {
	margin-bottom: 25px;
}
.about ul + p {
	margin-top: 25px;
}
/*.about strong {
	font-weight: 700;
font-size: 18px;
color: var(--chervoniy);
}*/
.about .text > div > *:last-child {
	margin-bottom: 0;
}
.about h3 {
	margin:0 0;
	font-weight: 700;
	font-size: 1em;
}
.about h4 {
	margin:0 0 25px;
	font-weight: 700;
	font-size: 1.25em;
}
.about ul {
	list-style: disc;
	margin:0;
	padding-left: 25px;
}
.about ol {
	margin:0;
	padding-left: 25px;
}
.visas {
	gap:var(--gap);
}
.visas > div {
	width: 100%;
	border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
  position: relative;
}
.visas .img {
	padding: 40px 40px 22px;
}
.visas img {
	display: block;
	max-height: 80px;
	margin:0 0;
}
.visas .img2 img {
	position: absolute;
	max-width: 50%;
	max-height: 300px;
	top:50px;
	right: 40px;
}
.visas .content {
	padding: 22px 40px;
	border-top: 1px solid #BEBEBE;
}
.visas .title {
	margin:0 0 10px;
	font-weight: 700;
font-size: 1.67vw;
display: block;
color:var(--sinіy);
}
.visas .title:hover {
	color:var(--chervoniy);
}
.visas ul {
	list-style: disc;
	padding-left: 1em;
}
.visas .desc p + p {
	margin-top: 12px;
}
.visas .bottom {
	padding: 20px 40px ;
	border-top: 1px solid #BEBEBE;
}
.visas .bottom a {
	display: flex;
	align-items: center;
	font-size: 1em;
	color:var(--chervoniy);
	font-weight: 600;
}
.visas .bottom a span {
	display: block;
	    margin-right: 15px;
    min-width: 2.5vw;
    width: 2.5vw;
    background: var(--chervoniy);
    height: 2.5vw;
    transition:all linear .25s;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.visas .bottom img {
	   width: 55%;
	   margin:0;
    transition:all linear .25s;
}
.visas .bottom a:hover span {
	margin-left: -5px;
	margin-right: 20px;
	background: var(--sinіy);
}
.about .sub {
	text-align: center;
	color:var(--chervoniy);
	font-size: 24px;
	margin:0 0 50px;
}
.about2 .text > div {
	padding: 0;
	padding-right: 70px;
	margin-left: auto;
}
.type2.about2 .text > div {
	margin-right: auto;
	margin-left: 0;
}
.servs {
	gap:30px 40px;
	justify-content: center;
}
.about2 .d-flex {
	background: transparent;
}
.about2 .text > div {
	background: #F8F8F8;
	padding: 30px 40px;
}
.servs > a {
	display: block;
	color:var(--sinіy);
	max-width: 245px;
	min-width: 180px;
}
.servs > a:hover {
	color:var(--chervoniy);
}
.servs .img {
	width: 145px;
	height: 145px;
	border-radius: 100%;
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 15px;
}
.servs .img img {
	max-width: 70px;
	max-height: 70px;
}
.servs p {
	text-align: center;
	font-weight: 500;
margin:0 !important;
}
.team {
	gap:60px;
	flex-wrap: wrap;
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr 1fr;*/
}
.team .btn {
	width: 180px;
	height: 50px;
	font-size: 18px;
	margin: auto auto 0;
	display: flex;
	
}
.team .btn:before {
	background: var(--sinіy);
}
.team .btn:after {
	background: var(--chervoniy);
}
.team > div {
	max-width: calc(33.33% - 60px*2/3);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-direction: column;
}
.team > div:last-child {
	/*grid-row:3/4;*/
}
.team .img {
	margin:0 0 15px;
}
.team .img img {
	display: block;
	max-width: 100%;
	height: 360px;
	width: 335px;
	object-fit: cover;
	margin:0 auto;
}
.team .title {
	text-align: center;
font-size: 2em;
margin-bottom: 15px;
color:var(--chervoniy);
width: 100%;
}
.team .title span {
	display: block;
	margin:10px 0 0;
	color:var(--sinіy);
	font-size: 0.65em;
	font-weight: 700;
}
.team .desc {
	margin:0 0 20px;
}
.team .desc ul {
	list-style: disc;
	padding-left: 1em;
}
#contacts > .d-flex {
background: #F8F8F8;
}
#contacts .col-left {
	width: 100%;
	max-width: 46%;
}
#contacts .col-left img {
	display: block;
	object-fit: cover;
	width: 100%;
	min-height: 550px;
}
#contacts .col-right {
	padding: 40px 0;
	width: 100%;
	max-width: 54%;
}
#contacts .col-right > div {
	max-width: 805px;
	margin-right: auto;
	padding-left: 110px;
	padding-right: 20px;
	width: 100%;
}
#contacts .bottom {
	margin-top: 20px;
}
#contacts .bottom span {
	font-weight: 700;
color: var(--sinіy);
}
#contacts .bottom .f {
	width: 100%;
	margin-top: 20px;
}
#contacts .bottom a {
	color: var(--sinіy);
}
#contacts .bottom a:hover {
	color:var(--chervoniy);
}
.form label {
	display: block;

}
.form label select, 
.form label input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid var(--sinіy);
border-radius: 5px;
background: #F8F8F8;
margin-top: 3px;
	font-weight: 400;
font-size: 16px;
line-height: 150%;
color: var(--sinіy);
margin-bottom: 30px;
}
form label select option {
	background: #fff;
	color:#000;
}
form .d-flex .wpcf7-radio {
  display: flex;
  gap:5px 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 7px;
}
.form2 .upload,
.form .upload {
    overflow: hidden;
    display: flex;
    align-content:center;
    align-items:center;
    min-width: 175px;
    height: 30px;
    line-height: 24px;
    padding: 0;
    line-height: 1;
    margin:0 0 30px;
    position: relative;
    cursor: pointer;
}
.form .d-flex .wpcf7-radio label {
  margin:0;
  display: flex !important;
  gap:5px;
  align-items: center;
}
.form .d-flex .wpcf7-radio input {
  margin:0 !important;
  width: auto !important;
  height: auto !important;
}
.wpcf7-list-item {
	margin:0;
}
.wpcf7-acceptance label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .wpcf7-acceptance label input {
    width: auto;
    margin:0 7px 0 0;
    display: block;
    width: 16px;
    height: 16px;
  }
.form2 .upload:before,
.form .upload:before {
  width:24px;
  height:24px;
  content: url(images/cv.svg);
  margin-right:8px;
  transition:all linear .25s;
  margin-left: -1px;
}
.dark .form2 .upload:before,
.dark .form .upload:before {
  content: url(images/cv2.svg);
}
.upload span.wpcf7-form-control-wrap {
    display: none;
}
.form label input::placeholder {
	color: var(--sinіy);
}
.form .d-flex > *,
.form2 .d-flex > * {
	display: flex;
	gap:30px;
	width: 100%;
}
.form2 .d-flex > * {
	gap:16px;
}
.form .d-flex > * > *,
.form2 .d-flex > * > * {
	display: block;
	width: 100%;
}
.form label textarea {
	display: block;
	width: 100%;
	margin-top: 4px;
	height: 124px;
	padding: 15px;
	border: 1px solid var(--sinіy);
border-radius: 5px;
background: #F8F8F8;
	font-weight: 400;
font-size: 16px;
line-height: 150%;
color: var(--sinіy);
margin-bottom: 30px;
resize:none;
}
.form2 textarea {
	height: 100px;
	resize: none;
}
.form label textarea::placeholder {
	color: var(--sinіy);
}
form br {
	display: none;
}
.form .btn {
	width: 100%;
	justify-content: center;
	margin-top: 5px;
}
.wpcf7-not-valid-tip,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
form input.wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid,
.form label input.wpcf7-not-valid {
	border-color:red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-radius: 5px;
	margin:10px 0 0;
	font-size: 14px;
	padding: 3px 10px;
	text-align: center;
}
footer > div {
padding: 40px 0;
}
footer .home-link {
	max-width: 230px;
}
footer .social {
	justify-content: center;
}
footer .email {
	color:var(--sіriy);
	font-size: 1em;
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
footer .email:hover {
	color:var(--chervoniy);
}
footer .copy {
	color:var(--sіriy);
	font-size: 1em;
}
footer .home-link img {
	width: 330px;
}
footer .col2 {
	width: 100%;
	max-width: 520px;
}
footer .col2 ul {
	column-count:2;
	column-gap:60px;
	margin-top: 5px;
}
footer .col2 li {
	break-inside: avoid;
}
footer ul a {
	display: block;
font-size: 16px;
color: var(--sіriy);
}
footer ul a:hover {
	color:var(--chervoniy);
}
footer .col2 li + li {
	margin-top: 10px;
}
form br {
	display: none;
}
.open-menu {
	display: none;
	min-width: 40px;
	/*margin-left: 10px;*/
	margin-right: -5px;
	height: 40px;
	background: url(images/menu.svg) no-repeat center;
	cursor: pointer;
	z-index: 2;
}
#info5 .d-flex {
	padding: 30px 0;
	background: var(--chervoniy);
}
#info5 .d-flex > div {
	width: 100%;
	text-align: center;
	font-weight: 700;
font-size: 20px;
color: #fff;
padding: 30px;
}
#info5 .img {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 0 15px;
}
#info5 .img img {
	max-height: 100%;
}
#info5 .d-flex > div + div {
	border-left: 3px solid rgba(255, 255, 255, 0.8);
}
#info6 .container > .d-flex {
	gap:60px;
}
#info6 .d-flex > div {
	width: 100%;
	border: 2px solid rgba(28, 61, 90, 0.2);
border-radius: 20px;
padding: 0 15px;
font-weight: 500;
font-size: 20px;
color: #32302f;
}
#info6 .number {
	line-height: 1;
	font-weight: 700;
font-size: 110px;
color: var(--sinіy);
margin-right: 20px;
}
#info7 .section-title {
	margin:0 0 15px;
}
#info7.about h2 {
	/*font-weight: 700;*/
/*font-size: 24px;*/
/*color: var(--sinіy);*/
margin:0 0 20px;
}
#info7 .desc {
	margin-right: auto;
	max-width: 620px;
	padding-right: 20px;
}
#info7 .img {
	max-width: 285px;
	width: 100%;
}
#info7 img {
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}
#info7 .img + .img {
	margin-left: 60px;
}
#info8 ul {
	counter-reset: section;
}
#info8 ul li {
  counter-increment: section;
}
#info8 ul li:before {
	content:counter(section);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-weight: 700;
font-size: 16px;
border:1px solid var(--chervoniy);
color:var(--chervoniy);
height:29px;
min-width: 29px;
}
#info8 .d-flex {
	gap:60px;
}
#info8 .d-flex > div {
	width: 100%;
	border: 2px solid var(--chervoniy);
border-radius: 20px;
}
#info8 .title {
border-radius: 15px;
	display: flex;
	height: 64px;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--chervoniy);
	color:#fff;
	font-weight: 700;
font-size: 20px;
margin:0 0 20px;
}
#info8 .desc {
	padding: 0 20px 20px;
}
#info8 .desc li {
	display: flex;
	gap:10px;
}
#info8 li + li {
	margin-top: 15px;
}
#info9 .i1 {
	margin-bottom: 50px;
}
#info9 .i1 strong {
	font-weight: 700;
	line-height: 1;
	font-size: 28px;
	color: var(--chervoniy);
	display: inline-block;
	padding-right: 5px;
}
#info9 .i1 h3 strong {
	padding: 0 0 0 5px;
}
#info9 .i1 p + p {
	margin-top: 15px;
}
#info9 .i1 h3 {
	margin:0 0 15px;
	font-weight: 700;
font-size: 1.2em;
color: var(--sinіy);
}
#info9 .i1 > div {
	max-width: 490px;
}
#info9 .d-flex {
	gap:60px;
}
#info9 .d-flex > div {
	width: 100%;
}
#info9 .d-flex > div > div {
	border: 2px solid var(--sinіy);
border-radius: 20px;
margin:0 0 10px;
padding: 20px;
text-align: center;
min-height: 265px;
}
#info9 .p1 {
	font-weight: 700;
	margin:0 0 25px;
	color: #32302f;
	min-height: 96px;
}
#info9 .p2 {
	color: #32302f;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#info9 .p2 p + p:before {
	content:' ';
	display: block;
	position: absolute;
	height: 100%;
	left: calc(50% - 1.5px);
	width: 3px;
	background: var(--chervoniy);
	top:0;
}
#info9 .p2 > * {
	max-width: 135px;
}
#info9 .p2 > *:first-child:last-child {
	max-width: 100%;
	width: 100%;
}
#info9 .p2 strong {
	display: block;
	font-weight: 700;
font-size: 28px;
color: var(--sinіy);
line-height: 1;
}
#info9 .p2 p + p {

}
#info9 .p3 {
	text-align: center;
	background: var(--sinіy);
	border-radius: 10px;
	color:#fff;
	padding: 10px 20px;
	font-weight: 700;
}
.about3.about .image {
	max-width: 42%;
}
.about3.about .image > img {
	height: 370px;
}
.about3 .text > div {
	max-width: 695px;
}
.about ul strong {
	color:var(--chervoniy);
	font-size: 16px;
}
.seo h2 {
	text-align: center;
	margin:0 0 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 117%;
	color: var(--sinіy);
}
.seo h3 {
	text-align: center;
	color:var(--chervoniy);
	font-size: 24px;
	margin:0 0 50px;
	font-weight: 400;
}
.seo p + p {
	margin-top: 15px;
}
#info9 .sub {
	font-weight: 700;
}
#info11 .section-title {
	margin:0 0 20px;
}
#info11 .sub {
	margin:0 0 35px;
	font-size: 24px;
}
#info11 .sub2 {
	text-align: center;
	margin:0 0 20px;
	font-weight: 700;
font-size: 24px;
line-height: 133%;
text-align: center;
color: var(--sinіy);
}
#info11 .d-flex {
	gap:30px;
}
#info11 .d-flex > div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--chervoniy);
border-radius: 20px;
padding: 15px 8px;
font-weight: 500;
line-height: 1.25;
text-align: center;
}
.slick-dots li:first-child:last-child {
	display: none;
}
#golden .content1 {
	border-radius: 20px;
	margin-bottom: 45px;
}
#golden .content1 > div {
	padding: 45px;
	background: rgba(50,48,47,0.4);
	text-align: center;
	color:#fff;
	border-radius: 20px;
}
#golden .content1 .title {
	font-weight: 700;
font-size: 70px;
line-height: 1.15;
letter-spacing: -0.02em;
color: #fff;
margin:0 0 30px;
}
#golden .content1 .description {
	font-weight: 500;
font-size: 27px;
line-height: 1.1;
color: #fff;
max-width: 1015px;
margin:0 auto;
}
.golden {
	gap:60px;
	align-items: flex-start;
}
.golden > div {
	max-width: calc(50% - 30px);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: var(--chervoniy);
	padding: 30px;
	color:#fff;
	border-radius: 20px;
}
.golden .p1 {
	font-weight: 600;
font-size: 32px;
line-height: 125%;
color: #fff;
margin:0 0 20px;
}
.golden > div:nth-child(even) {
	margin-top: 60px;
}
.golden > div:nth-child(4n+2),
.golden > div:nth-child(4n+3) {
	background: var(--sinіy);
}
.golden > div + div {
}
.types .section-title {
	margin:0 0 50px;
}
.types .sub {
	margin:0 0 20px;
}
.type + .type {
	margin-top: 50px;
}
.types .d-flex .img {
	width: 100%;
	max-width: 430px;
}
.types .text {
	width: 100%;
	max-width: calc(100% - 430px);
	padding-right: 30px;
}
.types h3 {
	font-weight: 700;
font-size: 18px;
line-height: 139%;
color: var(--sinіy);
margin:0 0 15px;
}
.types ul {
	list-style:disc;
	padding-left: 20px;
	margin:0 0 30px;
}
.types p {
	margin:0 0 30px;
}
.types .text > :last-child {
	margin-bottom: 0;
}
.types .sub {
	font-weight: 700;
font-size: 24px;
}
.types img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 2px 28px rgba(0,0,0,0.15);
}
#content2 h1,
#content h1 {
	text-align: left;
}
#content {
	padding-top: 40px;
}
#content .banner {
	margin-bottom: 30px;
		overflow:hidden;
		position: relative;
}
#content .banner .pos {
	display: flex;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding:15px;
	text-align: center;
	z-index: 2;
}
#content .banner .pos h1 {
	margin:0;
	font-weight: 500;
    font-size: 3.5vw;
    line-height: 107%;
    color: #fff;
    font-family: var(--third-family);
    text-align: center;
    padding: 0 50px;
}
#content .banner img {
	width: 100%;
}
/*#content .desc p:first-child {
	text-indent:20px;
}*/
#content .desc h3 {
	font-size: 1.25em;
	margin:0 0 20px;
}
#content .desc ul {
	list-style:disc;
	padding-left: 22px;
}
#content .desc * + h3,
#content .desc * + ul {
	margin-top: 15px;
}
#content .desc ul li + li {
	margin-top: 7px;
}
#content .desc p + p {
	margin-top: 16px;
}
#content2 .btn {
	margin-top:30px;
}
#content .btn {
	font-size: 17px;
	width: 250px;
	height: 50px;
	margin-top: 20px;
}
.visas.type2 .img {
	padding: 0;
}
.visas > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.visas > div > * {
	width: 100%;
}
.visas .img {
	width: 100%;
}
.visas .bottom {
	margin-top: auto;
}
.visas.type2 .img img {
	height: 255px;
	width: 100%;
	object-fit: cover;
	border:0;
	max-height: unset;
	border-radius: 10px 10px 0 0;
}
.visas.type2 .content {
	border:0;
	padding: 25px 20px;
}
.visas.type2 .bottom {
	padding: 15px 20px;
}
.visas.type2 .title {
	display: flex;
	align-items: center;
	margin:0 0 35px;
}
.visas.type2 .title img {
	max-height: 30px;
	margin-right: 20px;
}
.visas.type2 .bottom a {
	font-size: 15px;
}
.visas.type2 .bottom span {
	margin-right: 7px;
	max-width: 35px;
	min-width: 35px;
	height: 35px;
}
.visas.type2 .bottom a:hover span {
	    margin-left: -5px;
    margin-right: 12px;
}
.visas.type2 .bottom a + a span {
	transform:rotate(180deg);
	margin-right: 0;
	margin-left: 7px;
}
.visas.type2 .bottom a + a:hover span {
	    margin-right: -5px;
    margin-left: 12px;
}
.tps > a {
	display: block;
	position: relative;
	overflow:hidden;
}
.tps .content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 20px;
	width: 100%;
	height: 100%;
	transition: all linear .25s;
	opacity: 0;
}
.tps {
	margin-bottom: 40px;
}
.tps > a {
	width: 100%;
}
.tps img {
	display: block;
	width: 100%;
	height: 40vw;
	object-fit: cover;
	transition:all linear .25s;
	transform:scale(1.01);
}
.tps > a:hover img {
	transform:scale(1.1);
}
.tps > a:hover .content {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}
.tps .title {
	color:#fff;
	font-size: 1.8vw;
	text-align: center;
}
#content .tps .btn {
	width: 100%;
	height: 50px;
}
.services2 {
	gap:44px;
}
.services2 > a {
	width: 100%;
	max-width: calc(50% - 22px);
	border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
  overflow:hidden;
}
#info4 + #services,
#info4 + #services2 {
	padding-top: 20px;
}
.services2 > a:hover .a {
	color:var(--chervoniy);
}
.services2 > a:hover {
    transform: translateY(-10px);
}
.services2 > a .img {
	width: 50%;
	position: relative;
}
.services2 > a .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services2 > a .content {
	width: 50%;
	padding: 1.6vw;
}
.services2 > a .icon {
	height: 80px;
	margin:0 0 30px;
}
.services2 > a .icon img {
	max-height: 100%;
}
.services2 .a {
	color:var(--sinіy);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.5vw;
	transition:all linear .25s;
}
.services2 .a span {
	text-transform: initial;
	display: block;
	margin-top: 10px;
	font-weight: 400;
	font-size: 1.25vw;
}
#banner3 {
	margin: 0 0 60px;
	position: relative;
}
#banner3 img {
	width: 100%;
}
#banner3 .content {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	padding: 8.85vw 15px;
	display: flex;
	align-items: center;
}
#banner3 .content .d-flex {
	width: 100%;
}
#banner3 .content .d-flex > div {
	padding: 2vw 0;
	text-align: center;
	width: 100%;
}
#banner3 .content .d-flex > div:nth-child(2),
#banner3 .content .d-flex > div:nth-child(3) {
	width: 50%;
}
#banner3 .content .d-flex > div:nth-child(2) {
	padding-right: 9vw;
}
#banner3 .content .d-flex > div:nth-child(3) {
	padding-left: 9vw;
}
#banner3 .content .btn {
	margin:0 auto;
	width: 15vw;
	height: 3vw;
	font-size: 1.6vw;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 400;
}
.home-link.v2 {
	display: none !important;
}
body.dark {
	color:oklch(86.9% 0.022 252.894);
	background: #0a0f1a;
}
.dark .home-link.v1 {
	display: none !important;
}
.dark .home-link.v2 {
	display: block !important;
}
.dark header nav ul a {
	color:oklch(86.9% 0.022 252.894);
}
.dark header nav ul a:hover {
	color:var(--chervoniy);
}
.dark .btn:before {
	background: oklch(86.9% 0.022 252.894);
}
.dark header nav li .sub-menu {
	background: #0a0f1a;	
}
.dark header .sub-menu a {
	background: none;
}
.dark header .lang a {
	background: #fff;
	color:var(--sinіy);
}
.dark header .lang a:hover {
	background: var(--chervoniy);
	color:#fff;
}
.dark footer .email, .dark footer .copy {
	color:oklch(86.9% 0.022 252.894);
}
.dark footer .email:hover {
	color:var(--chervoniy);
}
.dark .social a svg {
	fill:oklch(86.9% 0.022 252.894);
}
.dark .social a:hover svg {
	fill:oklch(86.9% 0.022 252.894);
}
.dark .social a {
	border-color:oklch(86.9% 0.022 252.894);
}
.dark .social a:hover {
	border-color:var(--chervoniy);
}
#partners h1 {
	text-align: left;
}
#partners.type3 h1 {
	margin:0;
	line-height: 1.4;
}
.nmenu {
	width: 100%;
	max-width: 55%;
	margin-left: 30px;
	justify-content: flex-end;
	gap:10px;
	flex-wrap: wrap;
	padding-top: 25px;
}
.nmenu a {
	font-size: 1.2vw;
	color:var(--sinіy);
	text-transform: uppercase;
	position: relative;
}
.nmenu a:after {
	display: none !important;
}
.nmenu a.active, .nmenu a:hover {
	color:var(--chervoniy) !important;
}
.dark .nmenu a {
	color:oklch(86.9% 0.022 252.894);
}
#partners .dtop .l {
	max-width: calc(100% - 55% - 30px);
}
.nmenu a:after {
	content:' ';
	display: block;
	height: 6px;
	background-image: -moz-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  transition:all linear .25s;
  margin-top: 7px;
  opacity: 0;
}
.nmenu a.active:after {
	opacity: 1;
}
.dtop {
	align-items: flex-start;
}
.nmenu a:hover:after {
	opacity: 1;
}
.dark .section-title {
	color:oklch(86.9% 0.022 252.894);
}
.anim-a:hover {
	transform:translateY(-10px);
}


.cpt-tabs-contents .tab-content {
	display: none;
}
.cpt-tabs-contents .tab-content.active {
	display: block;
}
.cpt-grid {
	
}

.cpt-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	overflow:hidden;
	transition:all linear .25s;
}
.cpt-item .top .img {
	max-width: 4.95vw;
	margin-right: 1vw;
}
.cpt-item .top a {
	display: block;
}
.text-gray {
	color:oklch(86.9% 0.022 252.894);
}
body.dark .text-gray {
	color:#c6d0df;
}
.cpt-item .bottom {
	width: 100%;
	margin-top: auto;
}
.cpt-item .link2,
.cpt-item .link1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.8vw;
	color:#fff !important;
	background: none;
	border:2px solid #4F5865;
  border-radius: 16px;
  font-size: 1vw;
  width: 44%;
}
.cpt-item .link1:hover {
	background: var(--chervoniy);
	border-color:var(--chervoniy);
}
.cpt-item .link2 {
	background: var(--chervoniy);
	border-color:var(--chervoniy);
}
.cpt-item .link2:hover {
	background: var(--sіriy);
	border-color:var(--sіriy);
}
#partners.type2 .desc {
	max-width: 1300px;
}
#partners.type2 .tags2 {
	gap:30px;
}
#partners.type2 .tags2 p {
	display: flex;
    padding: 0 20px;
    height: 55px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 150px;
    border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 27px;
    background: #0B152A;
    box-shadow: 0px 0px 6px 0px rgba(94, 94, 94, 0.22);
}
.chs {
	margin:3vw 0;
	justify-content: space-between;
	gap:4vw;
}
.chs > div {
	max-width: calc(25% - 4vw*3/4);
	text-align: center;
}
.chs .p1 {
	font-size: 2.5vw;
	font-weight: 700;
}
#partners .story {

}
#partners.type2 .dtop .nmenu {
	padding-top: 15px;
}
#partners .story > div > div {
	position: relative;
	padding-left: 40px;
}
#partners .story > div > div:before {
	width: 25px;
	height: 25px;
	content:' ';
	display: block;
	border-radius: 50%;  
	background: #00A2F5;
  position: absolute;
  left: 0;
  top:3px;
}
#partners .products {
	margin:3vw 0;
}
	.products .cpt-item .img {
		margin:-20px -15px 15px;
		width: calc(100% + 30px);
	}
.products .cpt-item .img img {
	width: 100%;
}
.cpt-item p.title {
	font-size: 1.8vw;
	text-transform: uppercase;
	margin:0 0 10px;
	font-weight: 500;
}
.products .cpt-item .desc2 {
	margin:0;
}
.text-center {
	text-align: center;
	width: 100%;
}
.cpt-item .red {
	margin-top: 17px;
	margin-bottom: -7px;
}
.cpt-item:hover .red {
	background: var(--sіriy);
}
.section-title2 {
	margin:0 0 2vw;
	font-size: 2vw;
	font-weight: 500;
}
#partners .descs {
	margin:3vw 0;
}
#partners .seo {
	    background: #0B152A;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #4F5865;
}
#partners .descs > div + div {
	margin-top: 3vw;
}
#partners .seo ul {
	list-style:disc;
	margin:0;
	padding-left: 25px;
}
#partners .seo a {
	color:var(--sinіy);
}
.dark #partners .seo a {
	color:oklch(86.9% 0.022 252.894);
}
#partners .seo a:hover {
	color:var(--chervoniy);
}
.red {
	background: var(--chervoniy);
	color:#fff;
	display: inline-flex;
	border-radius: 15px;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	transition:all linear .25s;
	font-size: 18px;
	border:0;
	cursor: pointer;
}
.red.py-2 {
	height: auto;
    padding-block: calc(var(--spacing) * 2);
}
.red:hover {
	background: var(--sіriy);
}
.blue {
	background: var(--sinіy);
	color:#fff;
	display: inline-flex;
	border-radius: 15px;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	transition:all linear .25s;
	font-size: 18px;
	border:0;
	cursor: pointer;
}
.blue:hover {
	background: var(--chervoniy);
}
.default {
	gap:40px;
}
.default > div {
	width: 100%;
}
#psingle .col-left img {
	width: 100%;
	display: block;
	/*margin:0 0 3.2vw;*/
	border-radius: 15px;
}
#psingle h1 {
	font-weight: 700;
	font-size: 2vw;
	margin:0 0 20px;
}
#psingle .subs {
	margin:0 0 30px;
}
#psingle .tags2 {
	gap:12px;
	margin:0 0 30px;
}
#psingle .tags2 p {
	display: flex;
    padding: 0 20px;
    height: 2.8vw;
    min-height: 40px;
    max-height: 55px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 150px;
    border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 27px;
    background: #0B152A;
    box-shadow: 0px 0px 6px 0px rgba(94, 94, 94, 0.22);
}
#psingle .chs {
	gap:15px 30px;
}
#psingle .chs > div {
	max-width: calc(50% - 15px);
	width: 100%;
	padding: 20px;
	border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 10px;
    background: #0B152A;
    text-align: left;
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
}
.profile .nmenu a {
	font-size: 1vw;
}
.chs:last-child {
	margin-bottom: 0;
}
.profile .chs .p2 {
	font-size: 0.8em;
}
#psingle .chs .p1 {
	font-size: 1.55vw;
	margin:0 0 4px;
}
#psingle .chs .p2 {
	font-size: 0.85vw;
}
#psingle .col-right {
	padding: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 10px;
    background: #0B152A;
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
}
.sdesc h3 {
	font-size: 1.25em;
	margin:0 0 15px;
	font-weight: 700;
}
.sdesc ul {
	list-style:disc;
	padding-left: 1.3vw;
}
.sdesc p + p {
	margin-top: 15px;
}
.sdesc * + h3 {
	margin-top: 20px;
}
#psingle .bts {
	margin:20px 0 0;
}
.bts .nmenu {
	width: auto;
	padding: 0;
	max-width: unset;
	margin:0 0 -13px 30px;
	gap:20px;
}
#psingle .buttons {
	gap:20px;
}
	 .grey3 {
	 	background: var(--sinіy);
	 }
	 .btns2 a {
	 	font-size: 15px;
	 }
.grey {
	background: var(--sіriy);
	color:#fff;
	display: inline-flex;
	border-radius: 15px;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	font-size: 18px;
}
.grey:hover {
	background: var(--chervoniy);
}
.fs18 {
	font-size: 18px;
}
.grey2 {
	background: var(--sіriy);
	color:#fff;
	display: inline-flex;
	border-radius: 15px;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	font-size: 1em;
	overflow:hidden;
}
.grey2:hover {
	background: var(--chervoniy);
}
.grey2 svg {
	max-width: 30px;
	display: block;
	margin-right: 10px;
}
#tabs .tabs {
	gap:25px;
	margin:2.2vw 0 3.2vw;
}
#tabs .tabs a {
	cursor: pointer;
	font-size: 1.25vw;
    color: var(--sinіy);
    padding: 0 7px;
    text-transform: uppercase;
    position: relative;
}
.dark #tabs .tabs a {
	color:oklch(86.9% 0.022 252.894);
}
#tabs .tabs a:after {
	content:' ';
	display: block;
	height: 6px;
	background-image: -moz-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(0,133,200) 0%, rgb(89,67,108) 51%, rgb(178,0,16) 100%);
  transition:all linear .25s;
  opacity: 0;
  margin:7px -7px 0;
}
#tabs .tabs a:first-child:after,
#tabs .tabs a:hover:after {
	opacity: 1;
}
.dtitle {
	margin:0 0 1.5vw;
	font-weight: 700;
	font-size: 2vw;
}
.default-text {
	padding: 30px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 10px;
    background: #0B152A;
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
}
.default + .dtitle {
	margin-top: 3.2vw;
}
.dtitle2 {
	margin:0 0 25px;
	font-weight: 700;
	font-size: 1.8vw;
}
.doc {
	padding: 20px;
	border-width: 1px;
  border-color: #fff;
  border-style: solid;
  border-radius: 9px;
  font-size: 1vw;
}
.doc img {
	width: 100%;
	min-width: 45px;
	width: 45px;
	margin-right: 25px;
}
.doc + .doc {
	margin-top: 30px;
}
.doc > p {
	margin-right: auto;
}
.faq > div {
   
}
.card.c2 .top .logo {
	background: #fff;
	border-radius: 10px;
	overflow:hidden;
}
.ft .desc > * + * {
	margin-top: 10px;
}
.faq > div + div {
	margin-top: 20px;
}
.faq .head {
	cursor: pointer;
	font-weight: 700;
}
.faq .body {
	padding: 15px 0 0;
	display: none;
}
.faq .body* + * {
	margin-top: 15px;
}
.rev {
	
}
.rev .stars {
	gap:3px;
	margin:0 0 10px;
}
.rev .text {
	margin:0 0 7px;
	font-size: 1.4vw;
}
.rev .dop {
	font-size: 0.9vw;
}
.rev .stars img {
	max-width: 15px;
}
.rev + .rev {
	margin-top: 20px;
}
.form-review {
	
}
.dark .form label select, .dark .form label input, .dark .form label textarea {
	background: transparent;
	border-color:#4F5865;
	color:oklch(86.9% 0.022 252.894);
}
.dark .form label input::placeholder, .dark .form label textarea::placeholder {
	color:oklch(86.9% 0.022 252.894);
}
.dark form .dtitle,
.form-review .dtitle {
	margin:0 0 15px;
}
.dark .form .btn,
.form-review .form .btn {
	width: 250px;
	height: 50px;
	border-radius: 15px;
}
.dark .form .btn:before,
.form-review .form .btn:before {
	background: var(--chervoniy);
	border-radius: 15px;
}
.dark .form .btn:after,
.form-review .form .btn:after {
	background: var(--sіriy);
	border-radius: 15px;
}
.sotr {
    margin-top: 3vw;
    padding: 20px 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #4F5865;
    border-radius: 10px;
    background: #0B152A;
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
}
	.sotr .red {
		margin-left: 15px;
		white-space: nowrap;
	}
.sotr .p1 {
	font-size: 1.5vw;
	margin:0 0 3px;
}
#sform {
	padding: 1.5vw 0 4vw;
	text-align: center;
}
#sform .img img {
	margin:0 auto;
	max-width: 150px;
}
#sform h1 {
	text-align: center;
	margin:3vw 0 1vw;
	font-size: 1.8vw;
	font-weight: 700;
}
#sform h1:first-child {
	margin-top: 0;
}
#sform .subs {
	text-align: center;
	font-size: 1.6vw;
}
#sform2 .form {
	padding: 3vw 6vw;
	border-radius: 76px;
  background-color: #182636;
  box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
}
#sform2 form .submit {
	margin-left: 150px;
}
#sform .nmenu {
	justify-content: center;
	margin:0;
	width: 100%;
	max-width: 100%;
	padding-top: 35px;
}
#sform2 .grey {
	margin-top: -50px;
	display: flex;
	width: 120px;
	justify-content: center;
}
#partners.type3 .desc {
	max-width: 700px;
}
#partners.type3 {
	padding-top: 60px;
}
.teamg.sl .slick-list {
	margin:0 -15px -20px;
}
.teamg.sl .slick-track {
	display: flex;
}
.teamg.sl .slick-slide {
	height: unset;
	margin:0 15px 20px;
}
.teamg .p1 {
	/*font-size: 1.8vw;*/
	font-weight: 700;
	/*margin:0 0 20px;*/
}
.teamg h3 {
	margin: 0;
}
.str h3 {
	margin:0;
}
.teamg .p2 {
	/*font-size: 1em;*/
	/*margin:0 0 2vw;*/
	/*font-size: 0.9em;*/
    /*padding-left: 35px;*/
    /*background: url(images/people.svg) no-repeat left center;*/
    /*background-size: auto 100%;*/
}
.teamg + .teamg {
	margin-top: 4vw;
}
.teamg .default > div {
	max-width: calc(25% - 40px*3/4);
	width: 100%;
	background: #0D142C;
    border: 2px solid #4F5865;
    border-radius: 10px;
	overflow:hidden;
	transition:all linear .25s;
	display: flex;
	flex-wrap: wrap;
	    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.teamg .img {
	overflow:hidden;
	position: relative;
	width: 100%;
}
.teamg .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: -30px;
}
#teamg .sotr {
	margin-top: 3vw;
}
.profile .tags,
.teamg .tags {
	position: absolute;
	left: 15px;
	top:15px;
	z-index: 2;
	gap:5px;
	width: calc(100% - 30px);
}
.relative {
	position: relative;
}
.profile .tags p,
.teamg .tags p {
	    display: inline-flex;
    padding: 0 8px;
    line-height: 30px;
    font-size: 0.9vw;
    border-radius: 12px;
    color:#fff;
    background-image: -moz-linear-gradient( 0deg, rgb(35,23,80) 1%, rgb(46,133,195) 48%, rgb(51,126,158) 63%, rgb(56,118,120) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35, 23, 80) 1%, rgb(46, 133, 195) 48%, rgb(51, 126, 158) 63%, rgb(56, 118, 120) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(35,23,80) 1%, rgb(46,133,195) 48%, rgb(51,126,158) 63%, rgb(56,118,120) 100%);
}
.teamg .t1 {
	    display: block;
    font-size: 1.6vw;
    margin: 0 0 7px;
    color: var(--sinіy);
}
.dark .teamg .t1 {
	color:oklch(86.9% 0.022 252.894);
}
.profile .t2,
.teamg .t2 {
	    display: block;
    font-size: 0.7em;
    margin: 0 0 10px;
    color: var(--sinіy);
}
.dark .profile .t2,
.dark .teamg .t2 {
	color:oklch(86.9% 0.022 252.894);
}
.profile .t3,
.teamg .t3 {
	    display: block;
    font-size: 0.7em;
    margin: 0 0 15px;
    color: var(--sinіy);
    padding-left: 1.3vw;
    background: url(images/location.svg) no-repeat left center;
    background-size: auto 1vw;
}
.dark .profile .t3,
.dark .teamg .t3 {
	color:oklch(86.9% 0.022 252.894);
}
.teamg .default > div:hover {
	transform:translateY(-10px);
}
.teamg .default > div:hover .t1 {
	color:var(--chervoniy);
}
.teamg .content {
	padding: 20px;
	margin-bottom: 10px;
}
.teamg .desc {
	font-size: 0.75em;
}
.teamg .desc ul {
	list-style:disc;
	padding-left: 15px;
}
.profile .desc {
	margin:30px 0 20px;
}
.profile .buttons,
.teamg .buttons {
	margin-top: auto;
	padding: 0 20px 20px;
	gap:15px;
}
.profile .buttons {
	padding: 0;
}
#profile {
	padding: 0 0 60px;
}
#profile .col-left {
	width: 100%;
	max-width: 350px;
}
#profile .col-right {
	width: 100%;
	max-width: calc(100% - 350px);
	padding-left: 30px;
}
.nmenu.start {
	justify-content: flex-start;
}
#profile .nmenu {
	padding: 0;
	margin:0 0 20px;
}
#profile .img {
	overflow:hidden;
	border-radius: 15px;
}
#profile .img img {
	margin-bottom: -30px;
}
#profile h1 {
	font-weight: 500;
	text-align: left;
	margin:0 0 10px;
}
#desc .default > div {
	max-width: calc(50% - 20px);
}
#desc .sdesc p {
	margin:0 0 20px;
}
#partners .buttons {
	gap:15px;
}
.buttons .red,
.buttons .blue,
.buttons .grey,
.buttons .grey2 {
	height: 45px;
	padding: 0 12px;
	font-size: 0.93em;
}
.str a {
	white-space: nowrap;
}
.mt-0 {
	margin-top: 0;
}
.teamg ul, .mdesc ul, .list-disc ul {
	list-style:disc;
	padding-left: 1.1rem;
}
.idesc > * + * {
	margin-top: 0.75rem;
}
.main-img {
	margin-bottom: -30px;
}
.team2 h1 {
	margin-bottom: 0;
}
.team2 h3.text-lg, .team2 h3.text-lg2 {
	margin: 0;
}
.jcv {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.jcv > * {
	width: 100%;
}
.jcv > *:last-child {
	margin-top: auto;
}
.himg {
	height: 20vw;
}
.himg {
	height: 20vw;
}
.switch {
	margin-left: 20px;
	cursor: pointer;
}
.switch svg {
	width: 30px;
	height: 30px;
	fill:#000;
}
.dark .switch svg {
	fill:#fff;
}
/*.switch.active svg {
	fill:#fff;
}*/
.expert-actions {
	display: flex;
	flex-wrap: wrap;
	gap:12px;
}
	 .text-sm {
	   font-size: var(--text-sm);
	   line-height: var(--tw-leading, var(--text-sm--line-height));
	 }
.countries > div {
	width: 100%;
	border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow:hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.countries {
	gap:var(--gap);
}
.countries .img img {
	width: 100%;
	height: 205px;
	object-fit: cover;
	display: block;
}
.countries .title {
	max-height: 60px;
	height: 3vw;
	font-size: 1.8vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 15px;
	text-transform: uppercase;
	color:#fff;
	margin:0;
	 background-image: -moz-linear-gradient( 89deg, rgb(7,51,94) 0%, rgb(111,48,77) 49%, rgb(214,44,59) 100%);
  background-image: -webkit-linear-gradient( 89deg, rgb(7,51,94) 0%, rgb(111,48,77) 49%, rgb(214,44,59) 100%);
  background-image: -ms-linear-gradient( 89deg, rgb(7,51,94) 0%, rgb(111,48,77) 49%, rgb(214,44,59) 100%);
}
.countries > div:nth-child(2) .title {
	 background-image: -moz-linear-gradient( 0deg, #FEF39A 0%, #B17223 49%, #FEF39A 100%);
  background-image: -webkit-linear-gradient( 0deg, #FEF39A 0%, #B17223 49%, #FEF39A 100%);
  background-image: -ms-linear-gradient( 0deg, #FEF39A 0%, #B17223 49%, #FEF39A 100%);
}
.countries .desc {
	padding: 25px;
}
.countries .desc ul {
	padding: 0 0 0 20px;
	list-style: disc;
}
.countries .desc li + li {
	margin-top: 7px;
}
.countries .buttons {
	padding: 0 25px 35px;
	margin-top: auto;
}
.partners2 .slick-track {
	display: flex;
}
.partners2 .slick-list {
	margin:-15px -15px;
	padding: 15px 0;
}
.partners2 .slick-slide {
	height: unset;
	margin:0 15px;
}
.partners2 a {
	display: block;
	width: 100%;
	border-radius: 10px;
	height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15.39px 2.61px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow:hidden;
    color:#000;
    text-align: center;
    padding: 15px 15px 20px;
}
.partners2 a:hover {
	transform:translateY(-10px);
}
.partners2 .img img {
	max-height: 75px;
	margin:0 auto 20px;
	display: block;
}
.partners2 .title {
	margin: 0 0 5px;
    font-weight: 700;
    font-size: 1.67vw;
    display: block;
  }
  #numbers .section-title {
  	margin:0 0 10px;
  }
.subtitle {
	text-align: center;
	margin:0 0 30px;
	font-size: 1.5vw;
	color: #233e57;
	display: block;
}
.numbers {
	gap:var(--gap);
	flex-wrap: wrap;
}
.numbers > div {
	display: block;
	width: 100%;
	max-width: calc(33.33% - var(--gap)*2/3);
	border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow:hidden;
    color:#000;
    text-align: center;
    padding: 15px 15px 20px;
	font-size: 1.5vw;
	color:var(--sinіy);
	font-weight: 700;
}
.numbers .title {
	text-align: center;
	font-size: 3.5vw;
	color:var(--chervoniy);
	margin:0 0 5px;
}
.flex-start {
	align-items: flex-start;
}
.cta-actions a + a {
	margin-left: 10px;
}
.desc.timeline li p {
	margin: 0 !important;
}
#subs .d-flex .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	object-position: center top;
	left: 0;
	top:0;
	z-index: 2;
}
#subs .d-flex > * {
	width: 50%;
	position: relative;
}
#subs .form {
	padding: 50px;
  background-color: #F2F2F2;
  box-shadow: 0px 0px 4.55px 0.45px rgba(0, 0, 0, 0.19);
}
.form .ptitle {
	font-size: 1.5em;
	font-weight: 600;
	color:var(--sinіy);
	margin:0 0 25px;
}
#subs .form .btn {
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.teamg .jcv {
	box-shadow: 0px 0px 15.39px 2.61px rgba(0, 0, 0, 0.1) !important;
	border:0 !important;
}

.subscribe-section.light {
	position: relative;
	background: var(--bg);
	color: var(--text);
	padding: 56px 40px;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 920px;
	box-shadow: 0px 0px 15.39px 2.61px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
/* Декор: мягкие градиентные пятна */

.subscribe-bg-decor::before, .subscribe-bg-decor::after {
	content: "";
	position: absolute;
	inset: -60px -80px auto auto;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(0, 194, 255, 0.25), transparent 70%);
	filter: blur(2px);
}
.subscribe-bg-decor::after {
	inset: auto auto -80px -60px;
	background: radial-gradient(closest-side, rgba(124, 77, 255, 0.22), transparent 70%);
}
/* Контейнер текста */

.subscribe-container {
	position: relative;
	z-index: 1;
	text-align: center;
}
.subscribe-container h2 {
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	margin: 0 0 6px;
	font-weight: 700;
	letter-spacing: .2px;
}
.subscribe-container .sub {
	color: var(--muted);
	margin: 0 0 22px;
}
/* Чипы-направления с круглой отметкой */

.checkbox-group > * {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0 0 22px !important;
}
.chip.red2 {
	background: var(--chervoniy) !important;
	color:#fff !important;
	border:0 !important;
}
.s {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.s > * {
	width: 100%;
}
.s .cta {
	margin-top: auto;
}
.chip4 {
	position: relative;
	background: #f7f9fc;
	border: 1px solid #e5e7eb;
	padding: 10px 16px 10px 42px;
	border-radius: 999px;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
	font-size: .95rem;
	user-select: none;
}
.chip4:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(79, 70, 229, .12);
	border-color: #d1d5db;
}
.chip4 input {
	display: none;
}
.chip4 span {
	position: relative;
}
/* Кружочек слева */

.chip4 span::before {
	content: "";
	position: absolute;
	left: -26px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #cbd5e1;
	background: #fff;
	box-shadow: inset 0 0 0 2px #fff;
	transition: all .25s ease;
}
/* Галочка при выборе */

.chip4 input:checked+span::before {
	border-color: var(--chervoniy);
	background: var(--chervoniy);
}
.note {
    margin: 12px 0 0 !important;
    color: var(--muted);
    font-size: .86rem;
}
/* Акцент текста и бордера при выборе */

.chip4 input:checked+span {
	font-weight: 600;
}
.chip4 input:checked+span {
	color: #1f2a44;
}
/* Поля формы */

.fields > * {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.subscribe-form input[type="email"] {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #fff;
	border-radius: 12px;
	font-size: 1rem;
	outline: none;
	height: 50px;
	transition: box-shadow .2s ease, border-color .2s ease;
	background: #fff;
}
.subscribe-form input[type="email"]:focus {
	border-color: #c7d2fe;
	box-shadow: 0 0 0 4px rgba(79, 70, 229, .12);
}
#review-dialog {
	padding: 30px;
	border:0;
}
#review-dialog h2 {

}
.red2 {
	pointer-events: none;
	font-size: 17px;
	padding: 7px 12px !important;
	height: auto !important;
	border-radius: 15px;
}
.sl-s img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.cc .thumb img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}
.sls-s {
	width: 100%;
}
.cc .desc * + * {
	margin-top: 10px;
}
.eyebrow2 {
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 3px 8px;
	font-size: 14px;
	color: var(--muted);
	letter-spacing: .3px;
	text-transform: uppercase;
	justify-content: center;
	flex-wrap:wrap;
}
.eyebrow2 a {
	color: var(--muted);
}
.eyebrow2 p {
    color:var(--chervoniy);
}
.eyebrow2 a:hover {
	color:var(--chervoniy);
}
.eyebrow2 .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.sticky {
	position: sticky;
	top:10px;
}
.red3 {
	background: var(--chervoniy);
	color:#fff;
}
.cards .card2:first-child .badge2,
.cards .first .badge2 {
	background: var(--chervoniy) !important;
	color:#fff;
}