
@media screen and (max-width:1500px) {
	.servs {
		gap:20px;
	}
	.servs > a {
		max-width: calc(33.33% - 20px*2/3);
		min-width: 160px;
	}
	.btn {
		height: 45px;
    width: 200px;
    font-size: 17px;
	}
}
@media screen and (max-width:1200px) {
	.himg {
		height: 28vw;
	}
}
@media screen and (max-width:1024px) {
	.himg {
		height: 42vw;
	}
}
@media screen and (max-width:640px) {
	.himg {
		height: 84vw;
	}
}

@media screen and (max-width:1600px) {
	#partners.type3 {
		padding-bottom: 1vw;
	}
	.red:not(.inline-flex), .grey,.grey2,.blue,
	.buttons .red, .buttons .grey, .buttons .grey2, .buttons .blue {
		height: 40px;
		font-size: 0.9em;
	}
	.subscribe-form input[type="email"] {
		height: 40px;
	}
	.grey2 svg {
		margin-right: 5px;
	}
	.profile .buttons, .teamg .buttons {
		gap:10px;
	}
	.buttons .red, .buttons .grey, .buttons .grey2, .buttons .blue {
		padding: 0 15px;
	}
	header .container {
		padding: 0 20px;
	}
	header nav li .sub-menu {
		padding-left: 20px;
		padding-right: 20px;
	}
	.social a {
		width: 35px;
		height: 35px;
	}
	.social a svg {
		width: 20px;
		height: 20px;
	}
	header .lang a {
		width: 70px;
		height: 35px;
		font-size: 17px;
	}
	#banner .btn {
		transform:scale(0.75);
	}
	.services > a {
		padding: 25px;
	}
	.container {
		padding: 0 20px;
	}
	.servs .img {
		width: 110px;
		height: 110px;
	}
	.servs .img img {
		max-height: 50px;
	}
	.servs > div {
		min-width: 150px;
	}
	.about .image {
		padding-right: 40px;
	}
	.about.type2 .image {
		padding-left: 40px;
		padding-right: 0;
	}
	.about .image > img {
		max-width: calc(100% - 40px);
	}
	.about2 .image img {
		max-width: 100%;
	}
	.about.type2 .image img {
		left: 40px;
	}
	.about2.type2 .image img {
		left: 0px;
	}
	.type2.about2 .text > div {
		padding-right: 40px;
	}
	header .bottom {
		margin-top: 2vw;
	}
	header {
		padding: 2vw 0 2vw;
	}
}
@media screen and (max-width:1400px) {
	.visas.type2 .bottom a {
		font-size: 13px;
	}
	.visas.type2 .bottom span {
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
}
@media screen and (max-width:1300px) {
	.visas.type2 .bottom a {
		font-size: 12px;
	}
	.visas.type2 .bottom span {
		width: 27px;
		min-width: 27px;
		height: 27px;
	}
}
@media screen and (max-width:1350px) {
	.about2 .text > div, .type2.about2 .text > div {
		padding: 30px 20px;
	}
}
@media screen and (min-width:1920px) {
	body {
		font-size: 22px;
	}
	.about .d-flex .section-title, .about .d-flex h2 {
		font-size: 40px;
	}
	header nav ul a {
		/*font-size: 30px;*/
	}
	.gallery .title {
		font-size: 60px;
	}
	.cpt-item .top a {
		font-size: 30px;
	}
	.cpt-item .top .excerpt {
		font-size: 16px;
	}
	.cpt-item .desc2 {
		font-size: 19px;
	}
	.nmenu a {
		font-size: 24px;
	}
	#psingle h1 {
		font-size: 34px;
	}
	.sdesc h3, .dtitle {
		font-size: 30px;
	}
	#psingle .chs .p2 {
		font-size: 18px;
	}
	#tabs .tabs a {
		font-size: 24px;
	}
	.doc {
		font-size: 20px;
	}
	.dtitle2, .sotr .p1, #psingle .chs .p1 {
		font-size: 26px;
	}
	.rev .text {
		font-size: 22px;
	}
	.rev .dop {
		font-size: 18px;
	}

.numbers > div {
	font-size: 27px;
}
.numbers .title {
	font-size: 55px;
}
}
@media screen and (max-width:1380px) {
	#contacts .col-left {
		max-width: 50%;
	}
	#contacts .col-right > div {
		padding-left: 40px;
	}
.countries .desc li + li {
	margin-top: 5px;
}
}
@media screen and (max-width:1160px) {
	.tps {
		flex-wrap: wrap;
	}
	.tps > a {
		width: 100%;
	}
	.tps img {
		height:300px;
	}
	.tps .title {
		width: 100%;
	}
	.tps .content {
		opacity: 1;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,0.5);
		text-align: center;
	}
	.tps {
		margin:0 0 25px;
	}
	.tps .content > div {
		width: 100%;
	}
	.tps .btn {
		width: 250px !important;
		margin:0 auto;
	}
	.tps .title {
		font-size: 30px;
	}
	body {
		font-size: 16px;
	}
	header nav ul {
		gap:30px;
	}
	#banner .btn {
		transform:none;
		width: 200px;
		height:40px;
	}
	#banner .btn img {
		width: 25px !important;
		min-width: 25px !important;
	}
	.social a {
		width: 40px;
		height:40px;
	}
	.social a img {
		width: 25px;
		height:25px;
	}
	header .bottom {
		margin-top: 20px;
	}
	header nav ul .current-menu-parent a:after, header nav ul .current-menu-item a:after {
		width: 24px;
		height:14px;
		left: calc(50% - 12px);
		bottom: -15px;
	}
	header .lang {
		margin-left: 20px;
	}
	.home-link {
		max-width: 200px;
	}
.home-link img {
	margin:-7px 0 -12px;
}
	.btn, header .lang a {
		font-size: 16px;
	}
	.gallery .title {
		font-size: 50px;
		margin:0 0 20px !important;
	}
	#m-about .desc {
		font-size: 16px;
	}
	.section {
		padding: 40px 0;
	}
	.section.pt-10 {
		padding-top: 60px;
	}
	.pt0 {
		padding-top: 0;
	}
	.about .image {
		padding-right: 20px;
	}
	.about .image > img {
		max-width: calc(100% - 20px);
	}
	.social a.telegram {
		margin-left: 0;
	}
	.services {
		flex-wrap: wrap;
		gap:20px;
	}
	.services > a {
		max-width: calc(50% - 10px);
	}
	.type2.services .a p {
		min-height: unset;
	}
	.type2.services .a {
		align-items: flex-end;
		font-size: 2.5vw;
	}
	.type2.services .a span {
		font-size: 1.5vw;
	}
	.section-title {
		font-size: 32px;
	}
	.subtitle, .countries .title {
		font-size: 20px;
	}
	.seo h2 {
		text-align: center;
		margin:0 0 20px;
		font-size: 32px;
	}
	.seo h3 {
		font-size: 18px;
		margin:0 0 15px;
	}
	.seo p + p {
		margin-top: 10px;
	}
	.about h2 {
		margin:0 0 20px;
		font-size: 20px;
	}
	.about strong {
		font-size: 16px;
	}
	.about strong br {
		display: none;
	}
	body {
		font-size: 14px;
	}
	.about p:not(.section-title):not(.sub) {
		margin-bottom: 15px;
	}
.about ul + p {
	margin-top: 15px;
}
	.visas {
		flex-wrap: wrap;
		justify-content: center;
	}
	.visas > div {
		max-width: 300px;
	}
	.about .sub {
		font-size: 20px;
		margin:0 0 30px;
	}
	.team .desc {
		line-height: 1.5;
	}
	.form .d-flex > *,
	.form2 .d-flex > * {
		gap:20px;
	}
	footer .home-link {
		max-width: 200px;
	}
	footer .home-link img {
		max-width: 100%;
	}
	footer .col2 {
		max-width: unset;
		width:auto;
		padding: 0 20px;
	}
	footer .col2 ul {
		column-gap:20px;
		column-count: 1;
	}
	footer .col2 li + li {
		margin-top: 5px;
	}
	#info5 .d-flex {
		flex-wrap: wrap;
		gap:30px;
	}
	#info5 .d-flex > div {
		max-width: calc(50% - 15px);
		border:0 !important;
		padding: 0 20px;
		font-size: 18px;
	}
	header .home-link {
		margin-bottom: 0;
	}
	#info6 .container > .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap:30px;
	}
	#info6 .container > .d-flex > div {
		max-width: calc(50% - 15px);
	}
	#info7 .d-flex {
		flex-wrap: wrap;
	}
	#info7 .desc {
		margin:0 0 20px;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	#info7 .img + .img {
		margin-left: 30px;
	}
	#info7 .img {
		max-width: calc(50% - 15px);
	}
	#info8 .d-flex {
		gap:30px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#info8 .d-flex > div {
		max-width: calc(50% - 15px);
	}
	#info9 .i1 {
		flex-wrap: wrap;
		gap:15px;
		margin:0 0 30px;
	}
	#info9 .i1 > div {
		width: 100%;
		max-width: 100%;
	}
	#info9 .i1 br {
		display: none;
	}
	#info9 .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap:30px;
	}
	#info9 .d-flex > div {
		max-width: calc(50% - 15px);
	}
	#info4.about2 .text > div {
		padding: 20px;
	}
	.sub {
		font-size: 18px;
	}
	.servs, .team {
		gap:20px;
	}
	.servs > a {min-width: 130px;}
	#info11 .sub {
		font-size: 20px;
		margin:0 0 20px;
	}
	#info11 .sub2 {
		font-size: 20px;
	}
	#info11 .d-flex {
		flex-wrap: wrap;
		gap:20px;
		justify-content: center;
	}
	#info11 .d-flex > div {
		max-width: 250px;
	}
	#contacts .col-right > div {
		padding-left: 15px;
	}
	#info6 .d-flex > div {
		font-size: 18px;
	}
	.section-title {
		margin:0 0 30px;
	}
	.team .title {
		font-size: 24px;
	}
	.team .title span {
		font-size: 0.7em;
	}
	.about .text > div {
		padding: 20px;
		padding-left: 0;
	}
	.about .d-flex .section-title, .about .d-flex h2 {
		font-size: 24px;
	}
	.about h4 {
		font-size: 19px;
	}
	.about.type2 .text > div {
		padding: 20px;
		padding-right: 0;
	}
	.services .a {
		font-size: 1.5em;
	}
	.about.type2 .image {
		padding-left: 20px;
	}
	.about.type2 .image img {
		left: 20px;
	}
	#golden .content1 > div {
		padding: 30px;
	}
	#golden .content1 .title {
		font-size: 50px;
	}
	#golden .content1 .description {
		font-size: 22px;
	}
	.golden {
		gap:40px;
	}
	.golden > div {
		max-width: 100%;
		margin:0 !important;
		background: var(--chervoniy) !important;
	}
	.golden > div:nth-child(even) {
		background: var(--sinіy) !important;
	}
	.golden .p1 {
		font-size: 24px;
	}
	.types .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.types .text {
		max-width: 100%;
		padding: 0;
		margin:0 0 30px;
	}
	.types .section-title {
		margin:0 0 30px;
	}
	.visas .img {
		padding: 30px 20px 20px;
	}
	.visas .content, .visas .bottom {
		padding: 20px 20px;
	}
	.services .a img {
		min-width: 30px;
		width: 30px;
	}
	.services a {
		font-size: 1.35em;
	}
	.visas .title {
		font-size: 20px;
	}
	.visas img {
		max-height: 65px;
	}
	.social {
		gap:5px;
	}
	footer .copy {
		text-align: right;
	}
	.open-menu {
		display: block;
	}
	.menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.menu-item-has-children span {
		min-width: 30px;
		height:20px;
		cursor: pointer;
		background:url(../images/arrow.svg) no-repeat center;
		background-size: contain;
		transition:all linear .25s;
	}
	.menu-item-has-children span.open {
		transform:rotate(180deg);
	}
	.menu-item-has-children .sub-menu {
		width: 100%;
		display: none;
		transition:none;
	}
	header nav {
		display: none;
		position: absolute;
		top:100%;
		background: #fff;
		z-index: 10;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #000;
		padding: 20px 15px;
		max-height: calc(100dvh - 68px);
		overflow:auto;
	}
	header .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		padding: 7px 0 0;
		background: none;
		border:0;
		margin-left: 15px;
		transform: none;
	}
	header .sub-menu a {
		background: none;
		padding: 0;
		text-align: left;
	}
	header nav ul {
		margin-bottom: 0px;
		display: block;
	}
	header nav ul li + li {
		margin-top: 12px;
	}
	.home-link {
		max-width: 170px;
	}
	header nav .btn {
		width: 100%;
		justify-content: center;
		margin:0;
	}
	header nav ul a {
		padding: 0;
	}
	header nav ul .current-menu-parent a:after, header nav ul .current-menu-item a:after {
		display: none !important;
	}
	header nav li .sub-menu {
		opacity: 1 !important;
		visibility: visible !important;
		position: static !important;
		padding: 0 !important;
		margin:0 !important;
		background: none;
		margin-left: 20px !important;
		display: block;
		transform:none !important;
		padding: 15px 0 10px !important;
	}
	.services2 {
		gap:20px;
	}
	.services2 > a {
		max-width: calc(50% - 10px);
	}
	.services2 .content {
		padding: 15px 10px;
	}
	.services2 > a .icon {
		height:55px;
		margin:0 0 15px;
	}
	.services2 .a {
		font-size: 16px;
	}
	.services2 .a span {
		font-size: 14px;
		margin-top: 4px;
	}
	.team > div {
		max-width: calc(33.33% - 20px*2/3);
	}
	#content .banner .pos, #content .banner .pos h1 {
		font-size: 50px;
    padding: 0 20px;
	}
	#banner3 {
		margin:0 0 0px;
	}
	#banner3 .content {
		position: static;
		padding: 20px 15px;
	}
	#banner3 .content .d-flex > div {
		padding: 0;
		max-width: calc(50% - 25px);
		width: 100%;
		padding: 0 !important;
	}
	#banner3 .content .d-flex {
		gap:40px;
		background: url(../images/log22.png) no-repeat calc(50% + 10px) center;
		background-size: 60px auto;
	}
	#banner3 .content .d-flex > div {
		max-width: calc(50% - 20px);
	}
	#banner3 .content .btn {
		width: 100%;
		height:35px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.cpt-grid {
		gap:30px;
	}
	.cpt-item {
		max-width: calc(50% - 15px);
		padding: 20px;
	}
	.cpt-item .top {
		margin:0 0 15px;
	}
	.cpt-item .top a {
		font-size: 18px;
	}
	.cpt-item .top .img {
		max-width: 55px;
		margin-right: 10px;
	}
	.cpt-item .top .excerpt {
		font-size: 12px;
	}
	.cpt-item .tags p, #partners.type2 .tags2 p {
		height:35px;
		font-size: 12px;
	}
	.cpt-item .tags {
		margin:0 0 15px;
	}
	.cpt-item .desc2 {
		font-size: 1em;
		margin:0 0 20px;
	}
	.cpt-item .link2, .cpt-item .link1 {
		height:40px;
		font-size: 16px;
		width: 46%;
	}
	#partners .desc {
		margin:0 0 30px;
	}
	.cpt-tabs-nav {
		margin:0 0 20px;
	}
	.cpt-tabs-nav {
		gap:20px;
	}
	.cpt-tabs-nav .tab {
		height:40px;
		padding: 0 15px;
		font-size: 16px;
	}
	.about.wg .d-flex {
		flex-wrap: wrap;
	}
	.about.wg .image {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.about.wg .text {
		max-width: 100%;
		padding: 30px;
	}
	.about .image .gallery, .about .image .gallery .slick-list, .about .image .gallery .slick-list * {
		height: unset;
	}
	.about .image .gallery .slick-slide .content,
	.about .image .gallery .slick-slide {
		height: 100%;
	}
	.dtop {
		flex-wrap: wrap;
	}
	#partners .dtop .nmenu {
		margin:0 0 20px;
		max-width: 100%;
		padding: 0;
	}
	#partners .dtop .l {
		max-width: 100%;
	}
	.nmenu a {
		font-size: 18px;
	}
	.section-title2 {
		font-size: 20px;
	}
	.chs, #partners .products,#partners .descs {
		margin:30px 0;
	}
	#partners .story > div > div {
		padding-left: 50px;
		font-size: 1.1em;
	}
	#partners .story > div > div:before {
		width: 25px;
		height:25px;
	}
	.products .cpt-item .img {
		margin:-20px -15px 15px;
		width: calc(100% + 30px);
	}
	#partners .seo {
		padding: 20px 15px;
	}
	.chs .p1 {
		font-size: 24px;
	}
	.section-title2 {
		margin-bottom: 20px;
	}
	.cpt-item p.title {
		font-size: 18px;
	}
	.default {
		flex-wrap: wrap;
		gap:30px;
	}
	.default > div {
		width: 100%;
	}
	#psingle h1 {
		font-size: 24px;
	}
	#psingle .col-left img {
		margin:0 0 25px;
	}
	#psingle .chs {
		gap:16px;
	}
	#psingle .chs > div {
		max-width: calc(50% - 8px);
		padding: 20px 15px;
	}
	#psingle .chs .p1 {
		font-size: 18px;
	}
	#psingle .chs .p2 {
		font-size: 15px;
	}
	#psingle .col-right {
		padding: 20px 15px;
	}
	.sdesc h3 {
		font-size: 18px;
		margin:0 0 15px;
	}
	.sdesc * + h3 {
		margin-top: 20px;
	}
	.sdesc ul {
		padding-left: 20px;
	}
	#psingle .bts {
		margin-top: 20px;
	}
	.red, .blue, .grey, .dark .form .btn, .form-review .form .btn {
		height: 45px;
	}
	.nmenu {
		justify-content: flex-start;
		gap:8px;
	}
	#sform2 .grey {
		margin-top: -45px;
	}
	#tabs .tabs a {
		font-size: 18px;
		white-space: nowrap;
	}
	#tabs .tabs {
		flex-wrap: wrap;
	}
	.default-text {
		padding: 20px 15px;
	}
	.dtitle {
		font-size: 20px;
	}
	.doc {
		font-size: 1em;
	}
	.doc img {
		min-width: 35px;
		width: 35px;
		margin-right: 15px;
	}
	.doc a {
		min-width: 150px;
		font-size: 1em;
	}
	.dtitle2 {
		margin:0 0 20px;
		font-size: 18px;
	}
	.faq .head {
		padding: 20px 15px;
		font-size: 17px;
	}
	.faq .body {
		padding: 0 15px 20px;
	}
	.rev .text {
		font-size: 1em;
	}
	.rev .dop {
		font-size: 0.9em;
	}
	.sotr .p1 {
		font-size: 18px;
	}
	#psingle .subs {
		margin:0 0 20px;
	}
	.bts .nmenu {
		margin:25px 0 0;
		width: 100%;
	}
	.nmenu a{
		font-size: 17px;
	}
	#psingle .bts > div {
		width: 100%;
	}
	#psingle .bts .buttons {
		justify-content: center;
	}
	.bts .nmenu {
		justify-content: center;
	}    .dark .open-menu {
        background: url(../images/menu2.svg) no-repeat center;
    }
	#sform {
		padding: 20px 0 40px;
		text-align: center;
	}
	#sform .img img {
		margin:0 auto;
		max-width: 100px;
	}
	#sform h1 {
		text-align: center;
		margin:40px 0 20px;
		font-size: 24px;
		font-weight: 700;
	}
	#sform .subs {
		text-align: center;
		font-size: 18px;
	}
	#sform2 .form {
		padding: 30px;
		border-radius: 30px;
	}
/*	.teamg .default > div {
		max-width: calc(50% - 20px);
	}
	.profile .tags p, .teamg .tags p {
		font-size: 1em;
	}
	.dark .teamg .t1 {
		font-size: 1.5em;
	}
	.dark .teamg .t2 {
		font-size: 1em;
	}
	.dark .teamg .t3 {
		font-size: 1em;
	}*/
/*	.teamg .desc {
		font-size: 0.9em;
	}*/
	/*.teamg .p1 {
		font-size: 1.8em;
	}
	.teamg .p2 {
		font-size: 1.2em;
		margin:0 0 15px;
	}
	.teamg + .teamg {
		margin-top: 50px;
	}*/
	#profile .nmenu, #profile .nmenu a {
		font-size: 1em;
	}
	#profile .nmenu {
		max-width: 100%;
		width: 100%;
	}
	.dark .profile .t3,
	.dark .profile .t2 {
		font-size: 1em;
	}
	.sotr {
		margin-top: 40px;
	}
	#profile .col-right {
		padding-left: 20px;
	}
	#partners.type3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#partners.type3 .desc {
		margin-bottom: 0;
	}
	.switch {
		margin-left: 0;
	}
	header .lang {
		margin-left: 0px;
	}
	.countries {
		flex-wrap: wrap;
	}
	.partners2 {
		flex-wrap: wrap;
		gap:20px;
	}
	.partners2 > a {
		width: calc(50% - 10px);
	}
	.partners2 .title {
		font-size: 20px;
	}
.numbers > div {
	font-size: 13px;
}
.numbers .title {
	font-size: 25px;
}
	.hero2 .flex.gap-6 > div {
		width: 100%;
	}
	#subs .form {
		padding: 25px;
	}
	.ft .md\:grid-cols-3 {
		grid-template-columns:auto;
	}
}
@media screen and (max-width:767px) {
	.section-head {
		flex-wrap: wrap;
	}
.sls-s2 {
	width: 100%;
}
	.section-head h3 {
		width: 100%;
		margin:0 0 10px;
	}
	.hero2 .cta-actions {
		display: flex;
		justify-content: center;
		gap:10px;
		flex-wrap: wrap;
	}
	.hero2 .cta-actions > a+a {
		margin-left: 0;
	}
	#contact:not(.mt-10) {
		padding: 20px 0;
	}
/*	.teamg .p2 {
		font-size: 1em;
		padding-left: 25px;
	}
	.teamg .default > div {
		max-width: 100%;
	}
	.teamg .content {
		margin-bottom: 0;
	}*/
	.tabs {
		margin-right: 0;
		width: 100%;
	}
	.search {
		width: 100%;
	}
	.search input {
		width: 100%;
	}
	#partners.type3 .desc {
		margin-bottom: 0;
	}
	.toolbar-right {
		width: 100%;
	}
	.red, .grey, .blue, .grey2, .buttons .red, .buttons .blue, .buttons .grey, .buttons .grey2 {
		padding: 0 15px;
		font-size: 16px;
	}
	.red.text-sm {
		font-size: var(--text-sm);
	}

	#partners.type3 {
		padding-bottom: 20px;
	}
	#partners.type2 .tags2 {
		gap:15px;
	}
	#partners .seo ul {
		padding-left: 1em;
	}
	#partners .pred {
		height: 40px;
	}
	.cpt-item p.title {
		font-size: 16px;
	}
	#profile .d-flex {
		flex-wrap: wrap;
	}
	#profile .col-left, #profile .col-right {
		padding: 0;
		max-width: 100%;
		width: 100%;
	}
	#profile .col-left {
		margin-bottom: 30px;
	}
	.profile .desc {
		margin-top: 20px;
	}
	#partners .story > div {
		padding: 20px 15px;
	}
	#partners .story > div > div {
		padding-left: 40px;
	}
	#partners .story > div > div + div {
		margin-top: 7px;
		padding-left: 40px;
	}
	#partners .chs .p1 {
		font-size: 20px;
	}
	#partners .chs .p2 {
		font-size: 1em;
	}
	#partners.type2 .desc {
		margin-top: 0;
	}
	.chs > div,
	#partners .chs > div {
		max-width: calc(50% - 10px);
		width: 100%;
	}
	#profile .chs {
		margin-top: 40px;
	}
	#desc .default > div {
		width: 100%;
		max-width: 100%;
	}
	#profile {
		padding: 0 0 15px;
	}
	#partners .chs {
		gap:20px;
	}
	#partners.type2 .tags2 p {
		min-width: unset;
	}
	.nmenu {
		gap:8px;
	}
	.nmenu a:after {
		margin-top: 2px;
	}
	.nmenu a {
		font-size: 14px;
	}
	.about.wg .image {
		margin-bottom: 15px;
	}
	.gallery .btn {
		height: 40px !important;
	}
	.gallery .btn img {
		max-height: 30px;
		min-width: unset;
		width: auto !important;
	}
	.about.wg .text {
		padding: 20px 15px;
	}
	.cpt-grid {
		gap:20px;
	}
	.cpt-item {
		max-width: 100%;
		padding: 20px 15px;
	}
	.cpt-item .top {
		margin:0 0 15px;
	}
	.cpt-item .top a {
		font-size: 16px;
	}
	.cpt-item .top .img {
		max-width: 50px;
		margin-right: 10px;
	}
	.cpt-item .top .excerpt {
		font-size: 11px;
	}
	.cpt-item .tags p, #partners.type2 .tags2 p {
		height:35px;
		font-size: 12px;
	}
	.cpt-item .tags {
		margin:0 0 15px;
	}
	.cpt-item .desc2 {
		font-size: 1em;
		margin:0 0 20px;
	}
	.cpt-item .link2, .cpt-item .link1 {
		height:40px;
		font-size: 16px;
		width: 46%;
	}
	#partners .desc {
		margin:0 0 30px;
	}
	.cpt-tabs-nav {
		margin:0 0 20px;
	}
	.cpt-tabs-nav {
		gap:15px;
	}
	.cpt-tabs-nav .tab {
		height:40px;
		padding: 0 15px;
		font-size: 15px;
		min-width: 100px;
	}
	.dark .open-menu {
		background: url(../images/menu2.svg) no-repeat center;
	}
	.dark .menu-item-has-children span {
		background: url(../images/arrow2.svg) no-repeat center;
		background-size: contain;
	}
	.dark header nav {
		background: #0a0f1a;
	}
	#content .banner .pos, #content .banner .pos h1 {
		font-size: 27px;
    padding: 0 15px;
	}
	header nav li .sub-menu {
		white-space: unset;
	}
	#content .banner img {
		min-height: 300px;
		width: 100%;
		object-fit: cover;
	}
	#content {
		padding-top: 10px;
	}
	.services2 > a {
		max-width: 100%;
		width: 100%;
	}
	.services2 > a .content {
		padding: 15px;
		width: 60%;
	}
	.services2 > a .img {
		width: 40%;
	}
	footer .email, footer .copy {
		text-align: center;
	}
	.type3.about .d-flex {
		padding: 20px;
	}
	header .container, .container {
		padding: 0 15px;
	}
	header nav ul .current-menu-parent a:after, header nav ul .current-menu-item a:after {
		display: none;
	}
	header .bottom {
		margin: 0;
	}
	header .d-flex > .social {
		display: none;
	}
	header {
		padding: 20px 0;
	}
	header {
		position: relative;
	}
	header .lang a {
		width: auto;
		padding: 0 12px;
		height: 35px;
		font-size: 15px;
	}
	header .lang {
		justify-content: flex-start;
	}
	
	#banner {
		padding: 0px 0 30px;
	}
	.gallery .title {
		font-size: 27px;
	}
	.slick-dots {
		margin-top: 10px;
	}
	.gallery .content {
		padding: 0 15px;
		background: rgba(0,0,0,0.2);
	}
	.gallery .slick-slide > img {
		object-fit: cover;
		min-height: 400px;
	}
	.slick-dots button {
		width: 10px;
		height:10px;
	}
	.social {
		gap:12px;
	}
	.section-title {
		font-size: 24px;
		margin:0 0 20px;
	}
	.about .d-flex {
		flex-wrap: wrap;
	}
	.about .image {
		padding: 0 !important;
	}
	.about h3 {
		margin:0 0 7px;
	}
	.about .image > img {
		position: static;
		max-width: 100% !important;
		height: auto;
	}
	#content .desc p + p {
		margin-top: 10px;
	}
	#content .banner {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	/*#content .banner img {
		width: 170%;
		max-width: 170%;
	}*/
	#content .btn {
	    font-size: 15px;
	    width: 200px;
	    height: 40px;
	    margin-top: 10px;
	}
	.services {
		gap:16px;
	}
	.services > a {
		max-width: 100%;
	}
	.services .img {
		width: 80px;
		height:80px;
		padding: 12px;
		margin:0 0 12px;
	}
	.services .a {
		font-size: 1.1em;
	}	
	.services > div {
		padding: 20px;
	}
	.services .line {
		margin:10px auto;
	}
	.services p {
		font-size: 14px;
	}
	.type2.services .a p {
		font-size: 16px;
	}
	.type2.services .a p span {
		font-size: 0.85em;
	}
	.about > .d-flex {
		flex-wrap: wrap;
	}
	.about .text {
		max-width: 100% !important;
		order:2;
		padding: 20px 15px;
	}
	.about .image {
		max-width: 100% !important;
	}
	.about .text > div {
		max-width: 100% !important;
		padding: 0 !important;
	}
	.about h2 {
		margin:0 0 15px;
		font-size: 18px;
	}
	.about p:not(.section-title):not(.sub) {
		margin-bottom: 10px;
	}
.about ul + p {
	margin-top: 10px;
}
	.about h4 {
		font-size: 18px;
		margin:0 0 15px;
	}
	.visas {
		gap:20px;
	}
	.visas > div {
		max-width: 100%;
	}
	.visas .img {
		padding: 20px;
	}
	.visas .title {
		font-size: 18px;
		margin:0 0 10px;
	}
	.visas .bottom img {
		min-width: 30px;
		width: 30px;
	}
	.visas .desc p + p {
		margin-top: 10px;
	}
	#banner2 {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.about2 .section-title {
		margin:0 0 10px;
	}
	.about .sub {
		margin:0 0 20px;
		font-size: 16px;
	}
	.about2 .image img,#info2.about .image > img,.about .image > img {
		height:auto;
	}
	.about2.about .text {
		padding: 0;
	}
	.about2.about .text > div {
		padding: 20px 15px 0 !important;
	}
	#subs {
		padding-top: 20px;
	}
	.servs {
		gap:12px;
	}
	.servs > a {
		padding: 10px;
		max-width: calc(50% - 6px);
	}
	.servs > a:nth-child(1) {
		order: 1;
	}
	.servs > a:nth-child(2) {
		order: 2;
	}
	.servs > a:nth-child(3) {
		order: 4;
	}
	.servs > a:nth-child(4) {
		order: 5;
	}
	.servs > a:nth-child(5) {
		order: 3;
		margin:-10px 20vw -15px;
	}
	.team {
		gap:30px;
		flex-wrap: wrap;
		display: flex;
	}
	.team > div {
		max-width: 100%;
	}
	.team .title {
		
	}
	.team .title span {
		margin-top: 5px;
	}
	.team .img {
		width:100%;
	}
	.team .img img {
		width: 100%;
		object-fit:cover;
		height:100vw;
	}
	#contacts > .d-flex {
		flex-wrap: wrap;
	}
	#contacts .col-left {
		max-width: 100%;
		order: 2;
	}
	#contacts .col-right {
		max-width: 100%;
	}
	#contacts .col-right > div {
		padding: 0 15px;
	}
	#contacts .col-left img {
		min-height: unset;
	}
	.form2 .d-flex > *,
	.form .d-flex > * {
		flex-wrap: wrap;
		gap:0;
	}
	.form2 .d-flex > * {
		gap:16px;
	}
	.form label input, .form label textarea {
		margin-bottom: 20px;
	}
	.form2 .d-flex > * > *,
	.form .d-flex > * > * {
		max-width: 100%;
		width: 100%;
	}
	.btn.submit {
		height:50px;
	}
	#contacts .bottom {
		display: block;
	}
	footer .d-flex {
		justify-content: center;
	}
	footer .home-link {
		margin:0 auto;
	}
	footer .copy {
		text-align: center;
	}
	#contacts .bottom p + p,#contacts .bottom .f {
		margin-top: 10px;
	}
	#contacts {
		padding: 0;
		padding-top: 20px;
	}
	footer > div {
		padding: 20px 0;
	}
	footer .d-flex {
		flex-wrap: wrap;
	}
	footer .col1 {
		margin-bottom: 20px;
		width: 100%;
	}
	footer .col2 {
		padding: 0;
		max-width: 100%;
		width: 100%;
		margin:0 0 20px;
	}
	    .social a {
        width: 35px;
        height: 35px;
    }
	footer .social a {
		transform:none;
	}
	.social {
		gap:8px;
	}
	footer .col2 ul {
		column-count:2;
		column-gap:20px;
	}
	footer {
		padding: 40px 0 0;
	}
	.about ul strong {
		font-size: 14px;
	}
	#info5 .d-flex {
		padding: 20px;
		gap:0;
	}
	#info5 .d-flex > div {
		padding: 15px 0;
		word-break: break-word;
		max-width: 50%;
	}
	#info5 .d-flex > div:nth-child(3),
	#info5 .d-flex > div:nth-child(4) {
		border-top: 2px solid rgba(255,255,255,0.8) !important;
	}
	#info5 .d-flex > div:nth-child(2),
	#info5 .d-flex > div:nth-child(4) {
		padding-left: 10px;
		border-left: 2px solid rgba(255,255,255,0.8) !important;
	}
	#info5 .d-flex > div:nth-child(1),
	#info5 .d-flex > div:nth-child(3) {
		padding-right: 10px;
	}
	#info5 .d-flex > div {
		line-height: 1.25;
		font-size: 13px;
	}
	#info5 .d-flex > div br {
		display: none;
	}
	#info6 .container > .d-flex > div {
		max-width: 100%;
	}
	#info6 .container > .d-flex {
		gap:20px;
	}
	#info7.about h2 {
		margin: 0 0 10px;
		font-size: 18px;
	}
	#info7 .img + .img {
		margin-left: 16px;
	}
	#info7 .img {
		max-width: calc(50% - 8px);
	}
	#info8 .d-flex > div {
		max-width: 100%;
	}
	#info8 .title {
		font-size: 16px;
		min-height: unset;
		height:auto;
		padding: 10px;
	}
	#info8 li + li {
		margin-top: 10px;
	}
	.cards a.card2[href] .readmore {
		display: block;
	}
	.section {
		padding: 30px 0;
	}
	.section.pt-10 {
		padding-top: 40px;
	}
	#info9 .d-flex {
		gap:20px;
	}
	#info9 .d-flex > div {
		max-width: 100%;
	}
	#info9 .i1 strong {
		font-size: 20px;
	}
	#info9 .i1 h3 {
		font-size: 14px;
		display: flex;
		flex-wrap: wrap;
	}
	#info9 .i1 h3 strong {
		order:-1;
		width: 100%;
		padding: 0;
	}
	#info9 .d-flex > div > div {
		min-height: unset;
		padding: 15px 15px;
	}
	#info9 .p1 {
		min-height: unset;
		margin: 0 0 15px;
	}
	#info9 .p2 strong {
		font-size: 20px;
	}
	#info11 .section-title {
		margin:0 0 15px;
	}
	#info11 .sub {
		font-size: 18px;
		margin:0 0 15px;
	}
	#info11 .sub2 {
		margin:0 0 20px;
		font-size: 16px;
	}
	#info11 .d-flex {
		gap:16px;
	}
	#info11 .d-flex > div {
		max-width: 100%;
		width: 100%;
		padding: 10px 15px;
	}
	#golden .content1 > div {
		padding: 40px 20px;
	}
	#golden .content1 .title {
		font-size: 32px;
		letter-spacing: 0;
		margin:0 0 20px;
	}
	#golden .content1 .description {
		font-size: 18px;
	}
	.golden {
		gap:20px;
	}
	.golden > div {
		padding: 20px;
	}
	.golden .p1 {
		font-size: 20px;
		margin:0 0 15px;
	}
	.golden .p2 {
		font-size: 16px;
	}
	#info6 .number {
		min-width: 65px;
		text-align: center;
	}
	#info6 .d-flex > div br {
		display: none;
	}
	.types .text {
		margin:0 0 20px;
	}
	.types .section-title {
		margin:0 0 20px;
	}
	.types .sub {
		font-size: 20px;
		margin:0 0 10px;
	}
	.types h3 {
	font-size: 16px;
	margin:0 0 10px;
	}
	.types ul {
		margin:0 0 15px;
	}
	.types p {
		margin:0 0 15px;
	}
	.type + .type {
		margin-top: 30px;
	}
	.servs > a br {
		display: none;
	}
	.services2 > a .icon {
		height:45px;
		margin:0 0 10px;
	}
	#psingle .tags2 p {
		min-width: unset;
		height: 35px;
		padding: 0 20px;
		font-size: 12px;
	}
	#psingle .chs > div {
		max-width: 100%;
	}
	#psingle .chs .p1 {
		font-size: 17px;
	}
	#psingle .chs .p2 {
		font-size: 1em;
	}
	#tabs .tabs {
		gap:20px 20px;
		justify-content: space-between;
	}
	#tabs .tabs a {
		padding: 0;
		width: calc(50% - 10px);
		font-size: 16px;
		white-space: unset;
	}
	#tabs .tabs a:after {
		margin:7px 0 0;
	}
	.dtitle {
		margin-bottom: 15px;
	}
	#tabs .tabs {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.default + .dtitle {
		margin-top: 35px;
	}
	.doc {
		flex-wrap: wrap;
	}
	.doc > p {
		max-width: calc(100% - 50px);
	}
	#partners .descs > div + div {
		margin-top: 30px;
	}
	.doc a {
		height: 40px;
		width: 100%;
		margin:10px 0 0;
	}
	.red,.grey,.blue {
		height: 40px;
	}
	.faq .head {
		font-size: 16px;
	}
	.form-review .form .btn {
		width: 100%;
	}
	.sotr .d-flex {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.sotr a {
		margin:10px 0 0;
	}
	.form-review {
		margin-top: 20px;
	}
	.bts .nmenu {
		margin:25px -15px 0;
		padding: 20px 15px 12px;
		width: calc(100% + 30px) !important;
		max-width: calc(100% + 30px) !important;
		border-top: 1px solid #4F5865;
		border-bottom: 1px solid #4F5865;
		gap:8px;
		justify-content: flex-start;
	}
	#sform .img img {
		margin:0 auto;
		max-width: 80px;
	}
	#sform {
		padding-bottom: 10px;
	}
	#sform h1 {
		text-align: center;
		margin:30px 0 15px;
		font-size: 20px;
		font-weight: 700;
	}
	#sform2 .form {
		padding: 20px 15px;
		border-radius: 15px;
	}
	.form .upload {
		margin-bottom: 20px;
	}
	#sform .subs {
		font-size: 17px;
	}
	.dark .form .btn, .form-review .form .btn {
		height: 40px;
		font-size: 16px;
		width: 200px;
	}
	.form label select, .form label input, .form label textarea {
		font-size: 16px;
	}
	#sform2 .grey {
		width: 100px;
		margin-top: -40px;
	}
	#sform2 form .submit {
		margin-left: 115px;
		width: 190px;
	}
	.hero-card {
		padding: 0;
		border:0;
		background: none;
	}
	.actions {
		flex-wrap: wrap;
		gap:10px;
	}
	.actions > a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.grid-2 {
		grid-template-columns: 1fr !important;
	}
	.hero .leading-relaxed {
		margin-bottom: calc(var(--spacing) * 4);
	}
	.badge {
		margin-left: 15px;
		white-space: nowrap;
	}
	.mjc {
		justify-content: center;
	}
	.mtc {
		text-align: center;
	}
	.eyebrow {
		flex-wrap: wrap;
		letter-spacing: 0 !important;
	}
	.pd16, .card4 .inner, .panel {
		padding: 12px;
	}
	.pd20 {
		padding: 16px;
	}
	.avatar {
		max-width: 70px;
		margin-right: 8px;
	}
	.bar em {
		font-size: 9px;
	}
	.kv {
		font-size: 12px;
	}
	.exps-b {
		flex-wrap: wrap;
		gap:12px;
	}
	.exps-b > button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.explain > * + * {
		margin-top: 12px;
	}
	.hd {
		flex-wrap: wrap;
		gap:12px;
	}
	.shot {
		height: 150px;
	}
	.p-6, .p-4 {
		padding: 16px;
	}
	.ft .text-3xl {
		font-size: var(--text-2xl);
	}
	.ft .text-2xl {
		font-size: var(--text-lg2);
	}
	.summary-row {
		flex-wrap: wrap;
	}
	.summary-row .chip {
		margin-top: 7px;
	}
	.summary-row h2 {
		width: 100%;
	}
	.countries {
		gap:20px;
	}
	.countries .img img {
		height: 50vw;
	}
	.countries .title {
		height: auto;
	}
	.countries .desc {
		padding: 15px;
	}
	.countries .buttons {
		padding: 0 15px 15px;
	}
	.countries .desc li + li {
		margin-top: 7px;
	}
	.partners2 .title {
		font-size: 18px;
	}
	.partners2 .img img {
		margin-bottom: 15px;
	}
	.partners2 > a {
		width: 100%;
	}
.numbers > div {
	font-size: 15px;
}
.numbers .title {
	font-size: 32px;
}
.numbers > div {
	max-width: 100%;
}
.numbers {
	gap:20px;
}
.subtitle {
	font-size: 18px;
}
	#subs .form {
		padding: 25px 15px;
	}
	#subs .d-flex > * {
		width: 100%;
	}
	.form .ptitle {
		margin:0 0 20px;
	}
	#subs .d-flex .img img {
		position: static;
		height: auto;
	}
	.subscribe-section.light {
		padding: 30px 15px;
	}
	.red2 {
		font-size: 13px !important;
	}
}
@media screen and (max-width:480px) {
	.teamg.sl .slick-track {
		display: block;
	}
}
@media screen and (max-width:389px) {
	#info5 .d-flex > div {
		font-size: 12px;
	}
}
@media screen and (max-width:370px) {
	.red2 {
		font-size: 12px !important;
	}
	.pill2 {
		font-size: 9px;
	}
	.servs > a {
		min-width: 115px;
		font-size: 12px;
	}
	.services2 .a {
		font-size: 15px;
	}
	.services2 .a span {
		font-size: 13px;
		margin-top: 4px;
	}
	.nmenu a {
		font-size: 11px;
	}
	#sform2 .grey {
		width: 70px;
	}
	#sform2 form .submit {
		margin-left: 80px;
		width: 180px;
	}
	.open-menu {
		min-width: 30px;
		background-size: 22px auto !important;
	}
	.switch svg {
		width: 22px;
		height: 22px;
	}
	header .lang a {
		font-size: 14px;
		padding: 0 10px;
		height: 30px;
	}
	.red, .grey, .blue, .grey2, .buttons .red, .buttons .blue, .buttons .grey, .buttons .grey2 {
		font-size: 14px;
	}
}