@media(max-width: 767px) {
	.container {
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
	}	
	
	#fancybox-wrap {
		width: 100% !important;
		left: 0 !important;
		padding: 10px !important;
	}
	
	#fancybox-close {
		right: 10px !important;
	}
	
	#fancybox-content {
		width: 100% !important;
	}
	
	#subscribe .modal-form .form-group:not(.but) {
	  max-width: 100%;
	  margin-right: 0px;
	  margin-bottom: 20px;
	}

	.header {
		max-height: 55px;
	}

	.header-box {
		height: 55px;
	}

	.header-menu {
		display: none;
	}

	.header-menu-but span {
		width: 100%;
		height: 2px;
		margin: 3px 0;
		max-width: 20px;
	}

	.header-menu-but {
		width: 70px;
		align-items: flex-start;
	}

	.header-lang {
		background-size: auto 20px;
		width: 70px;
		max-height: 20px;
	}

	.select {
		width: 60px;
	}

	.header-logo {
		width: 93px;
	}

	.select-styled {
		padding-left: 0px;
		padding-right: 0px;
		background-image: none;
		text-align: right;
	}

	.select-options {
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.select {
		cursor: pointer;
		font-size: 12px;
		line-height: 20px;
	}

	.main-menu-title {
		padding: 0 0;
		max-height: 55px;
		height: 55px;
	}

	.main-menu-title .close {
		width: 18px;
		height: 18px;
		background-size: 8px auto;
	}

	.main-menu-title .logo img {
		max-width: 93px;
		display: inline-block;
		vertical-align: top;
	}

	.main-menu {
		padding: 0 10px;
		width: 95%;
		max-width: 95%;
		box-shadow: var(--shadow4);
		overflow-y: auto;
	}

	.main-menu-box ul#main-menu > li {
		line-height: 50px;
		padding-right: 0px;
	}

	.main-menu-box ul#main-menu > li.menu-item-has-children::before {
		display: none;
	}

	.open-submenu {
		width: 35px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	.open-submenu::before {
		content: "";
		border-top: 1px solid var(--white);
		border-right: 1px solid var(--white);
		width: 8px;
		height: 8px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%) rotate(135deg);
		transition: all 0.25s;
	}

	.open-submenu.open::before {
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		transition: all 0.25s;
	}

	.submenu {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		height: auto;
		max-height: 0;
		position: relative;
		left: 0;
		top: 100%;
		font-size: 0;
		transition: all 0.25s;
		z-index: 11;
	}

	.submenu.open {
		padding: 20px 10px;
		max-height: 15000px;
		opacity: 1;
		transition: all 0.25s;
	}

	.submenu > li.title-li {
		display: none;
	}

	.submenu > li {
		max-width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	.banner-box {
		height: 345px;
	}

	.banner-box h1 {
		font-size: 50px;
		line-height: 50px;
		margin-left: 25px;
	}

	.banner-box p {
		padding-left: 80px;
		font-size: 15px;
		margin-top: 10px;
	}

	.service-item, .grid .service-item {
		display: block;
	}

	.service-item-text, .for-sale .service-item-text, .for-sale .service-item:nth-of-type(2n) .service-item-text, .grid .service-item .service-item-text {
		width: 100%;
		height: auto;
		display: block;
		padding: 50px 10px;
	}

	.service-item-text h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.service-item-text h2::before {
		width: 30px;
		height: 3px;
	}

	.service-item-img {
		width: 100%;
		height: 240px;
	}

	.service-item:nth-of-type(2n) .service-item-text {
		padding-left: 10px;
		padding-right: 10px;
	}

	.block h2, .block .h2, .block h1 {
		font-size: 20px;
		padding-top: 15px;
		line-height: 30px;
	}

	.block h2::before, .block .h2::before, .block h1::before {
		width: 30px;
		height: 3px;
	}

	.our-team {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-team-box {
		margin-top: 25px;
		min-height: 10px;
		max-height: 6000px;
	}

	.our-team-slider .slick-arrow {
		display: none !important;
	}

	.our-team-item {
		padding-top: 0px;
		transition: all 0.25s;
		min-height: 10px;
		padding-bottom: 0px;
	}

	.our-team-item .our-team-item-wr {
		max-width: 100%;
		margin: 0 0;
		padding-bottom: 40px;
	}

	.our-team-item .photo {
		height: 305px;
	}

	.slick-dots {
		padding-left: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}

	.slick-dots li {
		width: 100%;
		max-width: 45px;
		margin: 0 5px;
	}

	.slick-dots button {
		transition: all 0.25s;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 3px;
		background-color: var(--grey-background);
		font-size: 0;
		border: 0;
	}

	.slick-dots button:hover, .slick-dots .slick-active button {
		transition: all 0.25s;
		background-color: var(--social-team-active);
	}

	.our-clients {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-clients-slider-wr {
		margin-top: 30px;
		height: 95px;
	}

	.our-clients::after {
		height: 100px;
	}

	.our-clients-slider {
		max-width: calc(100% - 70px);
	}

	.our-clients-item {
		height: 95px;
	}

	.our-clients-item img {
		max-width: 85px;
	}

	.news {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.title-block {
		display: block;
	}

	.title-block .but {
		display: none;
	}

	.title-block h2 {
		text-align: center;
	}

	.title-block h2::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.news-box {
		margin-top: 25px;
	}

	.news-item {
		max-width: 100%;
		margin-right: 0;
	}

	.m-news .slick-dots {
		margin-top: 35px;
	}

	.mob-menu-item {
		display: block;
	}
	
	.m-news .mob-but {
		display: block;
		margin-top: 35px;
		text-align: center;
	}

	.application {
		padding: 50px 0;
	}

	.application-box {
		display: block;
	}

	.application-text {
		max-width: 100%;
	}

	.application-form {
		max-width: 100%;
		margin-top: 25px;
	}

	.application-form .but input[type="submit"] {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 45px;
	}

	.footer-box {
		display: block;
		text-align: center;
		font-size: 0;
	}

	.footer-item.menu {
		max-width: 100%;
	}

	.footer-box .footer-item.menu:first-child li {
		/*line-height: 60px;*/
		border-bottom: 1px solid var(--footer-line);
	}

	.footer-item.menu:nth-child(2) {
		border-bottom: 1px solid var(--footer-line);
		padding: 25px 0;
	}

	.footer-item.contacts {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-top: 40px;
	}

	.footer-item.dop {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		margin-top: 40px;
	}

	.footer-item.dop img {
		max-width: 115px;
	}

	.footer-item.dop .social {
		margin-top: 20px;
	}

	.footer-copyright {
		text-align: left;
		margin-top: 25px;
		font-weight: 300;
	}

	.page-first, .page-first-article.ur-services {
		/*padding-top: 150px;
		padding-bottom: 120px;*/
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.page-first-box:not(.flex) p {
		display: none;
	}

	.page-first-box h1, .page-first-article .page-first-box h1, .page-first-article.ur-services .page-first-box h1 {
		font-size: 22px;
		/*text-align: center;*/
		margin-bottom: 0;
	}

	/*.page-first-box h1::before {
		left: 50%;
		transform: translateX(-50%);
	}*/

	.mob-text-block {
		display: block;
		padding: 50px 0;
	}

	.advantages {
		padding-top: 50px;
		padding-bottom: 20px;
		background-color: var(--light-grey-bg);
	}

	.block.left-medium h2, .block.left-medium h1 {
		font-size: 20px;
		/*text-align: center;*/
	}

	/*.block.left-medium h2::before, .block.left-medium h1::before {
		left: 50%;
		transform: translateX(-50%);
	}*/

	.advantages-box {
		margin-top: 30px;
		display: block;
	}
	
	.advantages-box.row-4 .advantages-row {
		display: block;
	}
	
	.advantages-box.row-4 .advantages-row:not(:first-child) {
		margin-top: 30px;
	}

	.advantages-item {
		margin-bottom: 45px;
		margin-left: auto;
		margin-right: auto;
	}

	.docs-text {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.docs-text.block.left-medium h2 {
		text-align: left;
	}

	.docs-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.docs-text-box {
		margin-top: 30px;
	}

	.countries {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.countries.block.left-medium h2 {
		text-align: left;
	}

	.countries.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.countries-row {
		margin-top: 0;
		display: block;
	}

	.country-item {
		margin-top: 30px;
	}

	.services-tiles {
		padding: 50px 0;
	}

	.services-tiles-box {
		display: block;
		margin-top: 30px;
	}

	.services-tiles-item {
		background-color: var(--white);
		box-shadow: var(--shadow);
		max-width: 100%;
		margin-bottom: 30px;
	}

	.services-tiles-item:last-child {
		margin-bottom: 0;
	}

	.services-tiles-item .but {
		opacity: 1;
		transform: translateY(0px);
	}

	.services-tiles-item .but a {
		padding-left: 35px;
		padding-right: 35px;
	}

	.finance-tools {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.finance-tools-box {
		display: block;
	}

	.finance-tools-links {
		margin-top: 30px;
		max-width: 100%;
	}

	.finance-tools-about {
		max-width: 100%;
	}

	.two-column-items {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.two-column-item {
		display: block;
		max-width: 100%;
		margin-right: 0;
		padding: 30px 30px;
	}

	.for-who {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.for-who-box p {
		max-width: 100%;
	}

	.for-whom {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.docs-text-box.flex {
		display: block;
	}

	.docs-text-box.flex .column {
		max-width: 100%;
		padding-right: 0;
	}

	.docs-text-box ul > li > ul {
		padding-left: 20px;
	}

	.text-block {
		padding: 50px 0;
	}

	.more-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-team.aml {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/*.table-wr {
		padding-bottom: 30px;
		overflow-x: scroll;
	}*/

	.ur-services-text .item-wr {
		display: block;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ur-services-text .item {
		height: 80px;
		padding: 0 20px;
	}

	.ur-services-text .item p {
		font-size: 14px;
		max-width: 220px;
		margin-left: 20px;
	}

	.ur-services-text .item .num {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
	}

	.first-text-block h1 {
		text-align: left;
	}

	.first-text-block h1::before {
		left: 0;
		transform: translateX(0);
	}

	.first-text-block p {
		display: block;
	}

	.countries-open {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.countries-open.block.left-medium h2 {
		text-align: left;
	}

	.countries-open.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.advantages.col3 .advantages-box .advantages-row {
		display: block;
		margin-top: 0;
	}

	.article-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.article-box h2, .article-box h3, .article-box h4, .article-box h5, .article-box h6 {
		margin-top: 40px;
	}

	.text-box blockquote {
		padding: 75px 10px;
		margin-top: 40px;
		margin-right: 0;
	}

	.text-box blockquote::before {
		width: 100%;
		height: 26px;
		background-size: auto 26px;
		left: 0;
		top: 40px;
	}

	.text-box blockquote::after {
		width: 100%;
		height: 26px;
		background-size: auto 26px;
		left: 0;
		bottom: 40px;
	}

	.article-box.text-box img {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	.block.left-medium .article-box h2 {
		font-size: 20px;
		text-align: left;
	}

	.block.left-medium .article-box h2::before {
		left: 0;
		transform: translateX(0);
	}
	
	.article-box h3 {
		font-size: 19px;
	}
	
	.article-box h4 {
		font-size: 18px;
	}
	
	.article-box h5 {
		font-size: 17px;
	}
	
	.article-box h6 {
		font-size: 16px;
	}

	.share {
		margin-top: 0px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 40px;
	}

	.share.but a {
		width: 100%;
	}

	.article-navigation {
		margin-top: 50px;
		padding-top: 140px;
		position: relative;
	}

	.article-navigation > a {
		margin: 0 8px;
	}

	.article-navigation > a {
		box-shadow: var(--shadow3);
	}

	.layers-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.layers-img {
		display: none;
	}

	.layers-block .layers-box {
		padding: 20px;
		max-width: 100%;
	}

	.vn-tabs {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.thank h1 {
		font-size: 27px;
	}

	.block-404 h1 {
		font-size: 120px;
		line-height: 140px;
	}

	.info-block {
		padding-top: 150px;
		padding-bottom: 75px;
	}

	.info-block p {
		font-size: 16px;
	}

	.news-cat {
		padding-top: 100px;
	}
	
	.news-cat.block.left-medium h2 {
		text-align: left;
	}

	.news-cat.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.news-cat .news-item {
		margin-bottom: 40px;
	}

	.ur-services-text.block.left-medium h2 {
		text-align: left;
	}

	.ur-services-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.ur-text.block.left-medium h2 {
		text-align: left;
	}

	.ur-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.contacts-block {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.contacts-block.block.left-medium  h1 {
		font-size: 20px;
	}

	.contacts-info {
		max-width: 100%;
	}

	.contacts-box {
		display: block;
	}

	.contacts-form {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 100px;
	}
	
	.contacts-title {
		font-size: 20px;
		line-height: 30px;
	}

	.contacts-title::before {
		width: 30px;
		height: 3px;
	}

	.contacts-block .layers-img {
		display: block;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		max-width: 100%;
		height: 630px;
	}

	.contacts-form::before {
		height: 100%;
		width: 2000px;
		background-color: var(--white);
		content: "";
		top: 0;
		right: 100%;
		position: absolute;
	}

	.lic-first {
		padding-top: 160px;
		padding-bottom: 100px;
	}

	.lic-first .layers-img {
		display: block;
	}

	.lic-first-box::after {
		display: none;
	}

	.lic-first-box {
		max-width: 100%;
		margin-left: 0;
		background-color: transparent;
		padding: 0 0;
		padding-right: 0;
		box-shadow: var(--none);
	}

	.lic-first.block.left-medium h1 {
		font-size: 22px;
		text-align: center;
		color: var(--white);
	}

	.lic-first.block.left-medium h1::before {
		width: 40px;
		height: 4px;
		left: 50%;
		transform: translateX(-50%);
	}

	.lic-first-box p {
		display: none;
	}

	.lic-first::after {
		display: none;
	}

	.license-list {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.license-list.block.left-medium h2 {
		text-align: left;
	}

	.license-list.block.left-medium h2::before {
		left: 0%;
		transform: translateX(0%);
	}

	.license-list-box .item-wr {
		display: block;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.about-block {
		padding-top: 160px;
		padding-bottom: 100px;
	}

	.about-block .layers-img {
		display: block;
		width: 100%;
	}

	.about-block .layers-box {
		max-width: 100%;
		margin-left: 0;
		background-color: transparent;
		padding: 0 0;
		padding-right: 0;
		box-shadow: var(--none);
	}

	.about-block.block.left-medium h1 {
		font-size: 22px;
		text-align: center;
		color: var(--white);
	}

	.about-block.block.left-medium h1::before {
		width: 40px;
		height: 4px;
		left: 50%;
		transform: translateX(-50%);
	}

	.about-block .layers-box p {
		display: none;
	}

	.about-services {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.about-services-box {
		margin-top: 40px;
	}

	.about-services-item {
		margin-right: 0;
		max-width: 100%;
		display: block;
		transition: all 0.25s;
		background-color: var(--white);
		box-shadow: var(--shadow);
	}

	.about-services-item .href {
		opacity: 1;
		transition: all 0.25s;
	}

	.left-mob h2, .left-mob h1, .left-mob.block.left-medium h2, .left-mob.block.left-medium h1 {
		text-align: left;
	}

	.left-mob h2::before, .left-mob h1::before, .left-mob.block.left-medium h2::before, .left-mob.block.left-medium h1::before {
		left: 0;
		transform: translateX(0);
	}

	.gallery {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.gallery .but a {
		width: 100%;
	}

	.tabs-box {
		display: block;
	}

	.tab {
		max-width: 100%;
	}

	.tabs-content {
		margin-top: 40px;
	}

	.tab-inner table {
		display: block;
	}

	.tab-inner table tbody {
		display: block;
	}

	.tab-inner table tr {
		display: block;
		font-size: 0;
	}
	
	.lic-tabs-content .tab-inner table tr {
		display: flex;
	}

	.tab-inner table tr td {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 10px 0;
	}

	.tab-inner table tr td:first-child {
		border-bottom: 0;
	}

	.tab-inner table tr td:nth-child(2), .tab-inner table tr td:nth-child(3) {
		width: 100%;
		max-width: 100%;
		line-height: 45px;
	}

	.tab-inner table tr td:nth-child(2) {
		text-align: left;
	}

	.tab-inner table tr td:last-child {
		border-bottom: 1px solid var(--grey-background);
	}

	.tab-inner table tr td:not(.no-hover) .but {
		opacity: 1;
		transform: translateX(0px);
		text-align: center;
	}

	.tab-inner table tr td:nth-child(3) {
		line-height: 1
	}

	.tab-inner table tr td .but a {
		line-height: 45px;
		max-height: 45px;
		height: 45px;
	}

	.advantages-slider {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.advantages-item .icon {
		text-align: center;
	}

	.advantages-item .icon img {
		display: inline !important;
	} 

	.advantages-slider .slick-arrow {
		position: absolute;
		width: 20px;
		height: 20px;
		border: 0;
		padding: 0;
		top: 50%;
		transform: translateY(-40px);
		font-size: 0;
		background-color: transparent;
		cursor: pointer;
	}
	
	.advantages-slider .slick-arrow::before {
		border-top: 2px solid var(--title);
		border-left: 2px solid var(--title);
		width: 14px;
		height: 14px;
		content: "";
		position: absolute;
		left: 0;
		top: 2px;
	}
	
	.advantages-slider .slick-prev {
		left: -70px;
	}
	
	.advantages-slider .slick-prev::before {
		transform: rotate(-45deg);
		left: 7px;
	}
	
	.advantages-slider .slick-next {
		right: -70px;
	}
	
	.advantages-slider .slick-next::before {
		transform: rotate(135deg);
		left: -3px;
	}
	
	/*.aml-podd:not(.for-sale) .service-item .service-item-img {
		display: none;
	}*/
	
	.sub-menu {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 0;
		padding: 0px 0px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.main-menu-box ul#main-menu > li.new > .sub-menu > li > .sub-menu {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		height: auto;
		max-height: 15000px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 1;
		font-size: 0;
		overflow: hidden;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.sub-menu.open {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		height: auto;
		max-height: 15000px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 1;
		font-size: 0;
		overflow: hidden;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.sub-menu > li.title-li {
		display: none;
	}
	
	.sub-menu > li {
    	display: inline-block;
    	vertical-align: top;
    	width: 100%;
    	max-width: 100%;
    	margin-right: 0px;
    	margin-top: 0px;
    	font-size: 14px;
    	line-height: 35px;
	}
	
	.sub-menu > li > a {
        line-height: inherit;
	}
	
	.main-menu.show {
		overflow-y: scroll;
	}

	.text-box img {
		float: none !important;
		clear: both;
		margin-bottom: 15px;
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/*table {
		border-collapse: collapse;
		width: 100%;
	}*/

	.first-col-left table tr td {
		height: revert-layer !important;
	}
	
	.first-col-left table tr td:first-child {
		display: block;
		overflow: hidden;
		position: absolute;
		text-align: left;
		width: 150px;
		background-color: #2d3446 !important;
	}
	
	.first-col-left table tr td:first-child::after {
		content: "";
		width: 100%;
		height: 1px;
		background: var(--quater-white);
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.first-col-left table tr td:nth-child(2) {
		padding-left: 150px;
	}
	
	.first-col-left table tr:first-child td:first-child, .first-col-left table tr:last-child td:first-child {
		/*visibility: hidden;
		max-height: 0;*/
		color: transparent;
	}
	
	.first-col-left table tr:last-child td:first-child {
		min-height: 46px;
		border-bottom: 0px solid var(--quater-white);
	}
	
	.serts-block .our-team-item {
		min-height: 320px;
	}
	
	.dop-menu-box ul {
		grid-template-columns: 1fr 1fr;
		gap: 10px 10px;
	}
	
	.dop-menu-box.dop-articles-box ul {
		grid-template-columns: 1fr;
		gap: 10px 10px;
	}
	
	.dop-menu-box {
		margin-top: 30px;
	}

	.page-first-box .dop {
		margin-top: 20px;
		justify-content: center;
	}
	
	.word-box {
		flex-direction: column;
	}
	
	.word-text-navigation.list {
		max-width: 100%;
		position: relative;
		top: 0px;
		margin-left: 0px;
		flex-shrink: 0;
		overflow: inherit;
		order: 1;
	}
	
	.word-text-wr {
		order: 2;
	}
	
	img.alignright, iframe.alignright {
		float: none;
		margin: 0 0 0 0;
	}

	img.alignleft, iframe.alignleft {
		float: none;
		margin: 0 0 0 0;
	}

	img.aligncenter, iframe.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.text-box iframe {
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	/* main menu */
	
	.main-menu-box ul#main-menu {
		overflow-y: auto;
		max-height: calc(100vh - 95px);
	}
	
	.main-menu-box ul#main-menu > li > .sub-menu {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 0;
		padding: 0px 0px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.main-menu-box ul#main-menu > li.new > .sub-menu {
		height: initial;
	}
	
	.main-menu-box {
		height: initial;
	}
	
	.main-menu-box ul#main-menu > li > .sub-menu.open {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		height: auto;
		max-height: 15000px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 1;
		font-size: 0;
		overflow: hidden;
		transition: all 0.25s;
		z-index: 11;
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.main-menu-box ul#main-menu > li > .sub-menu > li.title-li {
		display: none;
	}
	
	.main-menu-box ul#main-menu > li > .sub-menu > li {
    	display: inline-block;
    	vertical-align: top;
    	width: 100%;
    	max-width: 100%;
    	margin-right: 0px;
    	margin-top: 0px;
    	font-size: 14px;
    	line-height: 35px;
	}
	
	.main-menu-box ul#main-menu > li > .sub-menu > li > a {
        line-height: inherit;
	}
	
	.yarpp .dop-menu-box ul {
		grid-template-columns: 1fr;
	}
	
	.countries-prices {
		grid-template-columns: 1fr;
	}
	
	.countries-prices .item {
		justify-content: space-between;
		align-items: flex-start;
		border: 1px solid var(--half-white);
		padding: 8px 12px;
		gap: 24px;
		display: flex;
		flex-direction: column;
	}
	
	.countries-prices .item .price {
		width: 100%;
	}
	
	.countries-prices .item .price::before {
		content: "";
		left: 0;
		top: -14px;
		width: 100%;
		height: 1px;
	}
	
	.countries-prices .item .country {
		width: 100%;
	}
	
	.countries-prices .item .country .flag img {
		margin-bottom: 0 !important;
	}
	
	/*#new*/

	.header-but a {
		max-height: 32px;
		height: 32px;
		padding: 0 10px;
		font-size: 11px;
		font-weight: 500;
		min-width: 130px;
	}

	.header-box {
		gap: 0 8px;
	}

	.header-menu-but {
		width: 20px;
		flex-shrink: 0;
	}

	.header-but {
		margin-left: 0;
	}

	.select-styled {
		background-image: none;
		padding-right: 0;
	}

	.header-lang .select {
		width: 100%;
	}

	.header-lang {
		width: 44px;
		text-align: right;
	}

	.about-block .layers-img {
		height: 380px;
		position: relative;
		order: 1;
	}

	.about-block {
		padding-top: 0px;
		padding-bottom: 0px;
		display: flex;
		flex-direction: column;
		margin-top: 55px;
	}

	.about-block .container {
		order: 2;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about-block .people-img {
		bottom: auto;
		left: 0;
		width: 100%;
		justify-content: center;
		height: 380px;
		top: 0;
		align-items: flex-end;
	}

	.about-block .people-img img {
		max-height: 100%;
	}

	.layers-block.about-block .layers-box {
		padding: 0;
		max-width: 100%;
		box-shadow: none;
	}

	.about-block.block.left-medium h1 {
		font-size: 20px;
		text-align: left;
		color: var(--title);
	}

	.about-block.block.left-medium h1::before {
		left: 0;
		transform: translateX(0);
	}

	.layers-block.about-block .layers-box.text-box p, .layers-block.about-block .layers-box.text-box ul, .layers-block.about-block .layers-box.text-box ol {
		line-height: 24px;
	}
	
	.about-block .layers-box p {
		display: block;
	}

	.about-services {
		padding-top: 50px;
	}

	.about-services.block.left-medium h2 {
		text-align: left;
	}

	.about-services.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.about-services-box {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.about-mission.text-block {
		padding: 50px 0;
	}

	.about-advantages .text-box p, .about-advantages .text-box ul, .about-advantages .text-box ol {
		text-align: left !important;
	}

	.about-advantages .text-box ul {
		columns: 1;
		padding: 0;
	}

	.about-advantages .text-box ul li {
		padding-right: 50px;
	}

	.about-principles {
		padding: 50px 0;
	}

	.about-principles .box {
		margin-top: 35px;
		flex-direction: column;
	}

	.about-principles .box .img {
		max-width: 100%;
		height: 325px;
	}

	.about-principles .box .list {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.about-principles .box .list .list-item {
		gap: 13px;
		font-size: 13px;
	}

	.about-principles .box .list .list-item .icon {
		flex-shrink: 0;
		width: 80px;
		height: 80px;
	}

	.about-principles .box .list .list-item .icon img {
		max-width: 50px;
		max-height: 50px;
	}

	.our-clients {
		padding-bottom: 0;
	}

	.our-team {
		padding-top: 85px;
	}

	.slick-dots button {
		background-color: #D9D9D9;
	}

	.slick-dots {
		margin-top: 30px;
	}

	.our-team-item .our-team-item-wr {
		padding-bottom: 0;
	}

	.gallery-box {
		flex-direction: column;
	}

	.gallery-box .images {
		flex-direction: column;
	}

	.gallery-box .images .col.single {
		max-width: 100%;
	}

	.gallery-box .video {
		max-width: 100%;
		height: 205px;
	}

	.gallery-box .video .img::before {
		width: 40px;
		height: 40px;
		background-size: 13px auto;
	}

	.application {
		padding-top: 35px;
	}

	.application .application-text .application-title.h2 {
		font-size: 20px;
		padding-top: 0;
		line-height: 48px;
		font-weight: 500;
		line-height: 1.5;
		padding-top: 18px;
	}

	.application-title.h2::before {
		top: 0;
	}

	.application-form {
		max-width: 100%;
		padding: 16px;
		background-image: none;
	}

	.gallery-box-slider .slick-dots li {
		width: 100%;
		max-width: 24px;
		margin: 0;
		height: auto;
	}
	
	.ask-answer .box {
		grid-template-columns: 1fr;
	}
	
	 .page-404-block {
        padding: 100px 0 72px;
    }

    .page-404-block .box .img {
        height: 246px;
    }

    .page-404-block .box .img img {
        max-height: 100%;
    }

    .page-404-block h1 {
        font-size: 24px;
        text-align: center;
    }

    .page-404-block p {
        text-align: center;
    }

    .page-404-block .box {
        flex-direction: column;
    }

    .page-404-block .box .text .but {
        margin-top: 10px;
        justify-content: center;
    }
	
	.ur-services-text.important-items .items {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.text-block.video .text-box {
		grid-template-columns: 1fr;
	}
	
	.text-block.video .text-box:not(.none) .text {
		padding-left: 10px;
		max-width: 100%;
		min-height: 10px;
		padding-right: 10px;
		order: 1;
		padding-top: 16px;
		padding-bottom: 32px;
	}
	
	.text-block.video .text-box:not(.none) .video {
		order: 2;
		height: 215px;
	}
	
	/*new*/

	.crypto-first-block {
        padding-top: 55px;
    }

    .crypto-first-block .box {
        height: auto;
        padding-top: 80px;
        gap: 55px;
        padding-bottom: 69px;
    }

	.crypto-first-block .box h1 {
		color: var(--white);
		line-height: normal;
		font-size: 24px;
		font-weight: 500;
	}

    .crypto-first-block .box h1 br {
        display: none;
    }

    .crypto-first-block .box p {
        font-weight: 600;
        font-size: 18px;
    }

    .crypto-advantages {
        translate: 0 -20px;
    }

    .crypto-advantages .box {
        grid-template-columns: 1fr;
    }

    .crypto-advantages .box .item:not(:last-child) {
        border-bottom: 1px solid var(--yellow);
        border-right: none;
        border-left: none;
    }

    .crypto-advantages .box .item {
        min-height: 160px;
        padding: 20px 60px;
    }

    .crypto-about {
        padding-top: 90px;
        padding-bottom: 50px;
        margin-top: -20px;
    }

    .crypto-about .box {
        margin-top: 35px;
    }

    .crypto-about .box .img {
        max-width: 100%;
        height: 230px;
    }

    .crypto-about .box .text {
        position: relative;
        top: 0;
        max-width: 100%;
        padding: 34px 38px 35px 60px;
        background: url('../images/quotes.svg') 23px 28px / 24px auto no-repeat, var(--dark-bg);
        font-size: var(--text-size);
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
    }

    .crypto-services {
        padding: 70px 0 50px;
    }

    .crypto-services .box {
        margin-top: 35px;
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 100%;
    }

    .crypto-benefits {
        padding: 70px 0 50px;
    }

    .crypto-benefits .box {
        margin-top: 35px;
        grid-template-columns: 1fr;
        gap: 20px 76px;
        max-width: calc(100% - 19px);
    }

    .phrase {
        padding: 26px 0 39px;
    }

    .phrase .box .img {
        height: 50px;
    }

    .phrase .box .img img {
        max-height: 30px;
    }

    .phrase .box .text > * {
        font-size: var(--text-size);
    }

	.crypto-other-services {
        padding: 70px 0 20px;
    }

    .crypto-other-services .box.info {
        margin-top: 25px;
        max-width: 100%;
        gap: 20px;
    }

    .crypto-other-services .box.info p.subtitle {
        max-width: 100%;
    }

    .crypto-other-services .box.info ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .crypto-other-services .box.why {
        margin-top: 70px;
        max-width: 100%;
        padding: 50px 20px 25px 20px;
    }

    .crypto-other-services .box.why::before {
        width: 60px;
        height: 60px;
        background: url('../images/ask-icon.svg') center center / 15px auto no-repeat, var(--white);
    }

    .crypto-other-services .box.why p, .crypto-other-services .box.why ul, .crypto-other-services .box.why ol {
        font-size: var(--text-size);
    }

    .crypto-other-services::before {
        height: 270px;
    }

	.ask-answer {
		padding-top: 50px;
	}
	
	.footer-copyright a {
		display: block;
		text-align: center;
		margin-bottom: 12px;
	}
	
	.lic-tabs-content tbody {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px !important;
	}
	
	.breadcrumbs.white a, .breadcrumbs.white span {
		line-height: 24px;
		display: inline-block;
	}

	.breadcrumbs > span:not(:last-child) a {
		opacity: 0.5;
	}
	
	.breadcrumbs > span:not(:last-child) a:hover {
		opacity: 1;
	}
	
	.ask-answer .box .item:not(:nth-child(1))::before {
		content: "";
		width: calc(100% - 40px);
		height: 1px;
		position: absolute;
		left: 20px;
		top: 0;
		background: var(--yellow);
	}
	
	.dop-menu-box ul {
		gap: 14px 10px;
	}
	
	.page-first-box .subtitle h2 {
		text-align: center;
		font-size: 14px;
		font-weight: 400;
	}
	
	.header-search-box {
		margin-left: 0;
		order: 10;
	}
	
	.search .search-but {
		width: 22px;
		height: 28px;
	}
	
	.search .search-box form input[type="search"] {
		height: 32px;
		padding: 0 12px;
		font-size: 12px;
	}
	
	.search .search-box .search-submit {
		max-height: 32px;
		height: 32px;
		border-radius: 16px;
		padding: 0 12px;
		font-size: 11px;
	}
	
	div.search .search-box {
		top: -4px;
		width: 290px;
		height: 40px;
	}
	
	.text-box-wr.col-2 {
		gap: 40px;
		flex-direction: column;
	}
	
	.text-box-wr.col-2 .person-box .our-team-item-wr {
		grid-template-columns: 1fr;
	}
	
	 .container.with-image {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	
	.vn-tabs .tabs-box .tab {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.words-wr {
		gap: 40px;
	}
	
	.words-wr .words-list {
		grid-template-columns: 1fr;
	}
	
	.sitemap-links .box .item .links {
		padding: 12px;
	}
	
	.sitemap-links .box .item .links ul#main-menu-sitemap {
		column-count: 1;
	}
	
	.sitemap-links .box .item .links ul#main-menu-sitemap .sub-menu {
		max-height: initial;
		opacity: 1;
	}
	
	.sitemap-links .box .item .links a {
		margin-bottom: 8px;
		line-height: 21px;
	}

	.sitemap-links .box .item .links ul#main-menu-sitemap > li.mob-menu-item {
		display: none;
	}
	
	.block-with-table table tr td .but a {
		line-height: 32px;
		max-height: 32px;
		height: 32px;
		padding-left: 18px;
		padding-right: 18px;
		font-size: 14px;
	}
	
	.table-mobile-wrapper {
		width: 100%;
		overflow-x: auto;
	}
	
	.block-with-table {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.first-col-left table tr:first-child td:first-child::after, .first-col-left table tr:last-child td:first-child::after {
		display: none;
	}
	
	.two-column-items-box {
		grid-template-columns: 1fr;
	}
	
	.page-first-box .page-first-dop-info {
		margin-top: 16px;
		flex-direction: column;
		align-items: center;
	}
	
	.page-first-box .page-first-dop-info .box-left {
		align-items: center;
	}
	
	.page-first-box .page-first-dop-info .service-time {
		padding-left: 0px;
		width: fit-content;
	}
	
	.page-first-box .page-first-dop-info .box-right {
		margin-top: 16px;
	}

	.page-first-box .page-first-dop-info .box-right .service-steps ul li::before {
		display: inline;
		padding: 1px 9px;
		padding: 1px 0;
		margin-top: -2px;
		/*margin-right: 12px;*/
	}
	
	.page-first-box .page-first-dop-info .box-right .service-steps ul {
		display: block;
	}
	
	.page-first-box .page-first-dop-info .box-right .service-steps ul li {
		/*display: block;*/
		margin-bottom: 10px;
	}

	.layers-block.ur-auts .layers-box.text-box h2 {
		font-size: 20px;
	}

	.ur-auts-blocks1 .blocks {
  		grid-template-columns: 100%;
	}

	.layers-block.ur-auts .container {
  		gap: 30px;
  		grid-template-columns: 100%;
	}

	.layers-block.ur-auts .layers-box {
		order: 1;
	}

	.layers-block.ur-auts .layers-img {
		order: 2;
		display: block;
	}

	.page-first-box.flex {
		flex-direction: column;
	}

	.page-first-box .content {
		max-width: 100%;
	}

	.ur-auts-why-we .box .slick-dots li {
		width: auto;
		margin: 0;
	}

	.application .application-text .application-title.h2, .application .application-text .application-title.h2.h2-smaller {
		font-size: 20px;
	}

	.application .application-text .application-text-content {
		font-size: 14px;
	}

	.video-block .box {
  		padding: 12px;
		padding-top: 0;
	}

	.video-block .box iframe {
  		height: 280px !important;
	}

	.video-block::before {
  		height: 254px;
	}

	.dop-uls-block .box {
  		grid-template-columns: 100%;
	}

	.ur-auts-you-receive .box {
  		grid-template-columns: repeat(2,1fr);
  		gap: 20px;
	}

	.ur-auts-why-we .box .slick-list {
  		margin: 0;
	}

	.ur-auts-why-we .box .item {
  		margin: 0 30px;
	}

	.page-first-box .content .but {
		display: flex;
		justify-content: center;
	}

	.layers-block.trademark-layers-block .layers-box ul {
  		grid-template-columns: 100%;
	}

	.grid .service-item .service-item-text {
		max-width: 100%;
	}

	.grid  .service-item:nth-of-type(2n) .service-item-text {
	    padding-left: 10px;
    	padding-right: 10px;
  	}

	.we-specialize .box {
  		grid-template-columns: 100%;
	}

	.dd-usls .box {
  		grid-template-columns: 100%;
  		gap: 30px;
	}

	.text-box.themes-study .box .row {
  		grid-template-columns: 100%;
		gap: 20px;
	}


	.text-box.themes-study .box .row .short:nth-child(1) {
		order: 1;
	}

	.text-box.themes-study .box .row .short:nth-child(3) {
		order: 3;
	}

	.text-box.themes-study .box .row .short:nth-child(5) {
		order: 5;
	}

	.text-box.themes-study .box .row .panel:nth-child(2) {
		order: 2;
	}

	.text-box.themes-study .box .row .panel:nth-child(4) {
		order: 4;
	}

	.text-box.themes-study .box .row .panel:nth-child(6) {
		order: 6;
	}

	.text-box.themes-study .box .row .panel .inner {
  		grid-template-columns: 100%;
  		gap: 32px;
	}

	.text-box.themes-study .box .row .panel {
  		grid-column-start: 1;
  		grid-column-end: 2;
	}

	.text-box.themes-study .box .row .panel .close {
		top: 52px;
	}

	.footer-item.dop .social {
	  	margin-top: 30px;
		justify-content: flex-start;
	}

	.footer-item.dop {
    	max-width: 100%;
    	text-align: center;
    	margin-top: 40px;
    	padding-left: 0;
    	border: 0;
  	}

	#footer-menu li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > .sub-menu > li {
		padding-left: 0;
	}
	
	#footer-menu li.menu-item-has-children ul.sub-menu > li.menu-item-has-children > .sub-menu > li::before {
		display: none;
	}

	.header-menu-but {
		display: flex !important;
	}




	






















	



	

	







	

}

@media(min-width: 768px) and (max-width: 1259px) {
	.container {
		max-width: 760px;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
	}

	.header {
		max-height: 55px;
	}

	.header-box {
		height: 55px;
	}

	.header-menu {
		display: none;
	}

	.header-menu-but span {
		width: 100%;
		height: 2px;
		margin: 3px 0;
		max-width: 20px;
	}

	.header-menu-but {
		width: 70px;
		align-items: flex-start;
	}

	.header-lang {
		background-size: auto 20px;
		width: 70px;
		max-height: 20px;
	}

	.select {
		width: 60px;
	}

	.header-logo {
		width: 93px;
	}

	.select-styled {
		padding-left: 0px;
		background-image: none;
		padding-right: 0;
	}

	.select-options {
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.select {
		cursor: pointer;
		font-size: 12px;
		line-height: 20px;
	}

	.main-menu-title {
		padding: 0 0;
		max-height: 55px;
		height: 55px;
	}

	.main-menu-title .close {
		width: 18px;
		height: 18px;
		background-size: 8px auto;
	}

	.main-menu-title .logo img {
		max-width: 93px;
		display: inline-block;
		vertical-align: top;
	}

	.main-menu {
		padding: 0 10px;
		width: 95%;
		max-width: 95%;
		box-shadow: var(--shadow4);
		overflow-y: auto;
	}

	.main-menu-box ul#main-menu > li {
		line-height: 50px;
		padding-right: 0px;
	}

	.main-menu-box ul#main-menu > li.menu-item-has-children::before {
		display: none;
	}

	.open-submenu {
		width: 35px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	.open-submenu::before {
		content: "";
		border-top: 1px solid var(--white);
		border-right: 1px solid var(--white);
		width: 8px;
		height: 8px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%) rotate(135deg);
		transition: all 0.25s;
	}

	.open-submenu.open::before {
		transform: translateY(-50%) translateX(-50%) rotate(-45deg);
		transition: all 0.25s;
	}

	.submenu {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		height: auto;
		max-height: 0;
		position: relative;
		left: 0;
		top: 100%;
		font-size: 0;
		transition: all 0.25s;
		z-index: 11;
	}

	.submenu.open {
		padding: 20px 10px;
		max-height: 15000px;
		opacity: 1;
		transition: all 0.25s;
	}

	.submenu > li.title-li {
		display: none;
	}

	.submenu > li {
		max-width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	.banner-box {
		height: 345px;
	}

	.banner-box h1 {
		font-size: 50px;
		line-height: 50px;
		margin-left: 25px;
	}

	.banner-box p {
		padding-left: 80px;
		font-size: 15px;
		margin-top: 10px;
	}

	.service-item {
		display: block;
	}

	.service-item-text, .for-sale .service-item-text, .for-sale .service-item:nth-of-type(2n) .service-item-text {
		width: 100%;
		height: auto;
		display: block;
		padding: 50px 10px;
	}
	
	.for-sale .service-item-text, .for-sale .service-item:nth-of-type(2n) .service-item-text {
		max-width: 760px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.service-item-text h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.service-item-text h2::before {
		width: 30px;
		height: 3px;
	}

	.service-item-img {
		width: 100%;
		height: 240px;
	}

	.service-item:nth-of-type(2n) .service-item-text {
		padding-left: 10px;
		padding-right: 10px;
	}

	.block h2, .block .h2, .block h1 {
		font-size: 20px;
		padding-top: 15px;
		line-height: 30px;
	}

	.block h2::before, .block .h2::before, .block h1::before {
		width: 30px;
		height: 3px;
	}

	.our-team {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-team-box {
		margin-top: 25px;
		min-height: 10px;
		max-height: 6000px;
	}

	.our-team-slider .slick-arrow {
		display: none !important;
	}

	.our-team-item {
		padding-top: 0px;
		transition: all 0.25s;
		min-height: 10px;
		padding-bottom: 0px;
	}

	.our-team-item .our-team-item-wr {
		max-width: 100%;
		margin: 0 0;
		padding-bottom: 40px;
	}

	.our-team-item .photo {
		height: 305px;
	}

	.slick-dots {
		padding-left: 0;
		list-style-type: none;
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}

	.slick-dots li {
		width: 100%;
		max-width: 45px;
		margin: 0 5px;
	}

	.slick-dots button {
		transition: all 0.25s;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 3px;
		background-color: var(--grey-background);
		font-size: 0;
		border: 0;
	}

	.slick-dots button:hover, .slick-dots .slick-active button {
		transition: all 0.25s;
		background-color: var(--social-team-active);
	}

	.our-clients {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-clients-slider-wr {
		margin-top: 30px;
		height: 95px;
	}

	.our-clients::after {
		height: 100px;
	}

	.our-clients-slider {
		max-width: calc(100% - 70px);
	}

	.our-clients-item {
		height: 95px;
	}

	.our-clients-item img {
		max-width: 85px;
	}

	.news {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.title-block {
		display: block;
	}

	.title-block .but {
		display: none;
	}

	.title-block h2 {
		text-align: center;
	}

	.title-block h2::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.news-box {
		margin-top: 25px;
	}

	.news-item {
		max-width: 100%;
		margin-right: 0;
	}

	.m-news .slick-dots {
		margin-top: 35px;
	}

	.mob-menu-item {
		display: block;
	}
	
	.m-news .mob-but {
		display: block;
		margin-top: 35px;
		text-align: center;
	}

	.application {
		padding: 50px 0;
	}

	.application-box {
		display: block;
	}

	.application-text {
		max-width: 100%;
	}

	.application-form {
		max-width: 100%;
		margin-top: 25px;
	}

	.application-form .but input[type="submit"] {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
		padding-bottom: 45px;
	}

	.footer-box {
		display: block;
		text-align: center;
		font-size: 0;
	}

	.footer-item.menu {
		max-width: 100%;
	}

	.footer-box .footer-item.menu:first-child li {
		line-height: 60px;
		border-bottom: 1px solid var(--footer-line);
	}

	.footer-item.menu:nth-child(2) {
		border-bottom: 1px solid var(--footer-line);
		padding: 25px 0;
	}

	.footer-item.contacts {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-top: 40px;
	}

	.footer-item.dop {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		margin-top: 40px;
	}

	.footer-item.dop img {
		max-width: 115px;
	}

	.footer-item.dop .social {
		margin-top: 20px;
	}

	.footer-copyright {
		text-align: left;
		margin-top: 25px;
		font-weight: 300;
	}

	.page-first {
		padding-top: 150px;
		padding-bottom: 120px;
	}

	/*.page-first-box p {
		display: none;
	}*/

	.page-first-box h1 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 0;
	}

	.page-first-box h1::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.mob-text-block {
		display: block;
		padding: 50px 0;
	}

	.advantages {
		padding-top: 50px;
		padding-bottom: 20px;
		background-color: var(--light-grey-bg);
	}

	.block.left-medium h2 {
		font-size: 20px;
		text-align: center;
	}

	.block.left-medium h2::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.advantages-box {
		margin-top: 30px;
		display: block;
	}

	.advantages-item {
		margin-bottom: 45px;
		margin-left: auto;
		margin-right: auto;
	}

	.docs-text {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.docs-text.block.left-medium h2 {
		text-align: left;
	}

	.docs-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.docs-text-box {
		margin-top: 30px;
	}

	.countries {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.countries.block.left-medium h2 {
		text-align: left;
	}

	.countries.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.countries-row {
		margin-top: 0;
		display: block;
	}

	.country-item {
		margin-top: 30px;
	}

	.services-tiles {
		padding: 50px 0;
	}

	.services-tiles-box {
		display: block;
		margin-top: 30px;
	}

	.services-tiles-item {
		background-color: var(--white);
		box-shadow: var(--shadow);
		max-width: 100%;
		margin-bottom: 30px;
	}

	.services-tiles-item:last-child {
		margin-bottom: 0;
	}

	.services-tiles-item .but {
		opacity: 1;
		transform: translateY(0px);
	}

	.services-tiles-item .but a {
		padding-left: 35px;
		padding-right: 35px;
	}

	.finance-tools {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.finance-tools-box {
		display: block;
	}

	.finance-tools-links {
		margin-top: 30px;
		max-width: 100%;
	}

	.finance-tools-about {
		max-width: 100%;
	}

	.two-column-items {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.two-column-item {
		display: block;
		max-width: 100%;
		margin-right: 0;
		padding: 40px 70px;
	}

	.for-who {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.for-who-box p {
		max-width: 100%;
	}

	.for-whom {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.docs-text-box.flex {
		display: block;
	}

	.docs-text-box.flex .column {
		max-width: 100%;
		padding-right: 0;
	}

	.docs-text-box ul > li > ul {
		padding-left: 20px;
	}

	.text-block {
		padding: 50px 0;
	}

	.more-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.our-team.aml {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/*.table-wr {
		padding-bottom: 30px;
		overflow-x: scroll;
	}*/

	.ur-services-text .item-wr {
		display: block;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ur-services-text .item {
		height: 80px;
		padding: 0 20px;
	}

	.ur-services-text .item p {
		font-size: 14px;
		max-width: 220px;
		margin-left: 20px;
	}

	.ur-services-text .item .num {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
	}

	.first-text-block h1 {
		text-align: left;
	}

	.first-text-block h1::before {
		left: 0;
		transform: translateX(0);
	}

	.first-text-block p {
		display: block;
	}

	.countries-open {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.countries-open.block.left-medium h2 {
		text-align: left;
	}

	.countries-open.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.advantages.col3 .advantages-box .advantages-row {
		display: block;
		margin-top: 0;
	}

	.article-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.article-box h2, .article-box h3, .article-box h4, .article-box h5, .article-box h6 {
		margin-top: 40px;
	}

	.text-box blockquote {
		padding: 75px 10px;
		margin-top: 40px;
		margin-right: 0;
	}

	.text-box blockquote::before {
		width: 100%;
		height: 26px;
		background-size: auto 26px;
		left: 0;
		top: 40px;
	}

	.text-box blockquote::after {
		width: 100%;
		height: 26px;
		background-size: auto 26px;
		left: 0;
		bottom: 40px;
	}

	.article-box.text-box img {
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	.block.left-medium .article-box h2 {
		font-size: 20px;
		text-align: left;
	}

	.block.left-medium .article-box h2::before {
		left: 0;
		transform: translateX(0);
	}
	
	.article-box h3 {
		font-size: 19px;
	}
	
	.article-box h4 {
		font-size: 18px;
	}
	
	.article-box h5 {
		font-size: 17px;
	}
	
	.article-box h6 {
		font-size: 16px;
	}

	.share {
		margin-top: 50px;
	}

	.share.but a {
		width: 100%;
	}

	.article-navigation {
		margin-top: 50px;
	}

	.article-navigation a {
		margin: 0 8px;
	}

	.article-navigation a {
		box-shadow: var(--shadow3);
	}

	.layers-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.layers-img {
		display: none;
	}

	.layers-block .layers-box {
		padding: 20px;
		max-width: 100%;
	}

	.vn-tabs {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.thank h1 {
		font-size: 27px;
	}

	.block-404 h1 {
		font-size: 120px;
		line-height: 140px;
	}

	.info-block {
		padding-top: 150px;
		padding-bottom: 75px;
	}

	.info-block p {
		font-size: 16px;
	}

	.news-cat {
		padding-top: 100px;
	}
	
	.news-cat.block.left-medium h2 {
		text-align: left;
	}

	.news-cat.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.news-cat .news-item {
		margin-bottom: 40px;
	}

	.ur-services-text.block.left-medium h2 {
		text-align: left;
	}

	.ur-services-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.ur-text.block.left-medium h2 {
		text-align: left;
	}

	.ur-text.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.contacts-block {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.contacts-block.block.left-medium  h1 {
		font-size: 20px;
	}

	.contacts-info {
		max-width: 100%;
	}

	.contacts-box {
		display: block;
	}

	.contacts-form {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 100px;
	}
	
	.contacts-title {
		font-size: 20px;
		line-height: 30px;
	}

	.contacts-title::before {
		width: 30px;
		height: 3px;
	}

	.contacts-block .layers-img {
		display: block;
		left: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		max-width: 100%;
		height: 630px;
	}

	.contacts-form::before {
		height: 100%;
		width: 2000px;
		background-color: var(--white);
		content: "";
		top: 0;
		right: 100%;
		position: absolute;
	}

	.lic-first {
		padding-top: 160px;
		padding-bottom: 100px;
	}

	.lic-first .layers-img {
		display: block;
	}

	.lic-first-box::after {
		display: none;
	}

	.lic-first-box {
		max-width: 100%;
		margin-left: 0;
		background-color: transparent;
		padding: 0 0;
		padding-right: 0;
		box-shadow: var(--none);
	}

	.lic-first.block.left-medium h1 {
		font-size: 22px;
		text-align: center;
		color: var(--white);
	}

	.lic-first.block.left-medium h1::before {
		width: 40px;
		height: 4px;
		left: 50%;
		transform: translateX(-50%);
	}

	.lic-first-box p {
		display: none;
	}

	.lic-first::after {
		display: none;
	}

	.license-list {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.license-list.block.left-medium h2 {
		text-align: left;
	}

	.license-list.block.left-medium h2::before {
		left: 0%;
		transform: translateX(0%);
	}

	.license-list-box .item-wr {
		display: block;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.about-block {
		padding-top: 160px;
		padding-bottom: 100px;
	}

	.about-block .layers-img {
		display: block;
		width: 100%;
	}

	.about-block .layers-box {
		max-width: 100%;
		margin-left: 0;
		background-color: transparent;
		padding: 0 0;
		padding-right: 0;
		box-shadow: var(--none);
	}

	.about-block.block.left-medium h1 {
		font-size: 22px;
		text-align: center;
		color: var(--white);
	}

	.about-block.block.left-medium h1::before {
		width: 40px;
		height: 4px;
		left: 50%;
		transform: translateX(-50%);
	}

	.about-block .layers-box p {
		display: none;
	}

	.about-services {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.about-services-box {
		margin-top: 40px;
	}

	.about-services-item {
		margin-right: 0;
		max-width: 100%;
		display: block;
		transition: all 0.25s;
		background-color: var(--white);
		box-shadow: var(--shadow);
	}

	.about-services-item .href {
		opacity: 1;
		transition: all 0.25s;
	}

	.left-mob h2, .left-mob h1, .left-mob.block.left-medium h2, .left-mob.block.left-medium h1 {
		text-align: left;
	}

	.left-mob h2::before, .left-mob h1::before, .left-mob.block.left-medium h2::before, .left-mob.block.left-medium h1::before {
		left: 0;
		transform: translateX(0);
	}

	.gallery {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.gallery .but a {
		width: 100%;
	}

	.tabs-box {
		display: block;
	}

	.tab {
		max-width: 100%;
	}

	.tabs-content {
		margin-top: 40px;
	}

	.tab-inner table {
		display: block;
	}

	.tab-inner table tbody {
		display: block;
	}

	.tab-inner table tr {
		display: block;
		font-size: 0;
	}

	.tab-inner table tr td {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		padding: 10px 0;
	}

	.tab-inner table tr td:first-child {
		border-bottom: 0;
	}

	.tab-inner table tr td:nth-child(2), .tab-inner table tr td:nth-child(3) {
		width: 100%;
		max-width: 50%;
		line-height: 45px;
	}

	.tab-inner table tr td:nth-child(2) {
		text-align: left;
	}

	.tab-inner table tr td:last-child {
		border-bottom: 1px solid var(--grey-background);
	}

	.tab-inner table tr td .but {
		opacity: 1;
		transform: translateX(0px);
	}

	.tab-inner table tr td:nth-child(3) {
		line-height: 1
	}

	.tab-inner table tr td .but a {
		line-height: 45px;
		max-height: 45px;
		height: 45px;
	}

	.advantages-slider {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.advantages-item .icon {
		text-align: center;
	}

	.advantages-item .icon img {
		display: inline !important;
	} 

	.advantages-slider .slick-arrow {
		position: absolute;
		width: 20px;
		height: 20px;
		border: 0;
		padding: 0;
		top: 50%;
		transform: translateY(-40px);
		font-size: 0;
		background-color: transparent;
		cursor: pointer;
	}
	
	.advantages-slider .slick-arrow::before {
		border-top: 2px solid var(--title);
		border-left: 2px solid var(--title);
		width: 14px;
		height: 14px;
		content: "";
		position: absolute;
		left: 0;
		top: 2px;
	}
	
	.advantages-slider .slick-prev {
		left: -70px;
	}
	
	.advantages-slider .slick-prev::before {
		transform: rotate(-45deg);
		left: 7px;
	}
	
	.advantages-slider .slick-next {
		right: -70px;
	}
	
	.advantages-slider .slick-next::before {
		transform: rotate(135deg);
		left: -3px;
	}
	
	.sub-menu {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 0;
		padding: 0px 0px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 0;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.sub-menu.open {
		width: 100%;
		max-width: 100%;
		padding: 20px 20px;
		height: auto;
		max-height: 15000px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 1;
		font-size: 0;
		overflow: hidden;
		transition: all 0.25s;
		z-index: 11;
	}
	
	.sub-menu > li.title-li {
		display: none;
	}
	
	.sub-menu > li {
    	display: inline-block;
    	vertical-align: top;
    	width: 100%;
    	max-width: 100%;
    	margin-right: 0px;
    	margin-top: 0px;
    	font-size: 14px;
    	line-height: 35px;
	}
	
	.sub-menu > li > a {
        line-height: inherit;
	}
	
	.main-menu.show {
		overflow-y: scroll;
	}

	.text-box img {
		float: none !important;
		clear: both;
		margin-bottom: 15px;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		max-width: 100%;
	}
	
	.first-col-left table tr td {
		height: revert-layer !important;
	}
	
	.first-col-left table tr td:first-child {
		display: block;
		overflow: hidden;
		position: absolute;
		text-align: left;
		width: 250px;
		background-color: #2d3446;
	}

	.first-col-left table tr td:nth-child(2) {
		padding-left: 250px;
	}
	
	.first-col-left table tr:first-child td:first-child, .first-col-left table tr:last-child td:first-child {
		visibility: hidden;
		max-height: 0;
	}
	
	.page-first-box .dop {
		margin-top: 20px;
		justify-content: center;
	}

	.word-box {
		flex-direction: column;
	}
	
	.word-text-navigation.list {
		max-width: 100%;
		position: relative;
		top: 0px;
		margin-left: 0px;
		flex-shrink: 0;
		overflow: inherit;
		order: 1;
	}
	
	.word-text-wr {
		order: 2;
	}

	.countries-prices {
		grid-template-columns: 1fr;
	}
	
	.countries-prices .item {
		justify-content: space-between;
		align-items: flex-start;
		border: 1px solid var(--half-white);
		padding: 8px 12px;
		gap: 24px;
		display: flex;
		flex-direction: column;
	}
	
	.countries-prices .item .price {
		width: 100%;
	}
	
	.countries-prices .item .price::before {
		content: "";
		left: 0;
		top: -14px;
		width: 100%;
		height: 1px;
	}
	
	.countries-prices .item .country {
		width: 100%;
	}
	
	.countries-prices .item .country .flag img {
		margin-bottom: 0 !important;
	}
	
	/*#new*/
	.header-but a {
		max-height: 32px;
		height: 32px;
		padding: 0 10px;
		font-size: 11px;
		font-weight: 500;
		min-width: 130px;
	}

	.header-box {
		gap: 0 32px;
	}

	.header-menu-but {
		width: 20px;
		flex-shrink: 0;
	}

	.select-styled {
		background-image: none;
		padding-right: 0;
	}
	
	.search .search-box form input[type="search"] {
		height: 32px;
		padding: 0 12px;
		font-size: 12px;
	}
	
	.search .search-box .search-submit {
		max-height: 32px;
		height: 32px;
		border-radius: 16px;
		padding: 0 12px;
		font-size: 11px;
	}
	
	div.search .search-box {
		top: 0px;
		width: 280px;
		height: 40px;
	}

	.header-lang .select {
		width: 100%;
	}

	.header-lang {
		width: 44px;
		text-align: right;
	}

	.about-block .layers-img {
		height: 380px;
		position: relative;
		order: 1;
	}

	.about-block {
		padding-top: 0px;
		padding-bottom: 0px;
		display: flex;
		flex-direction: column;
		margin-top: 55px;
	}

	.about-block .container {
		order: 2;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about-block .people-img {
		bottom: auto;
		left: 0;
		width: 100%;
		justify-content: center;
		height: 380px;
		top: 0;
		align-items: flex-end;
	}

	.about-block .people-img img {
		max-height: 100%;
	}

	.layers-block.about-block .layers-box {
		padding: 0;
		max-width: 100%;
		box-shadow: none;
	}

	.about-block.block.left-medium h1 {
		font-size: 20px;
		text-align: left;
		color: var(--title);
	}

	.about-block.block.left-medium h1::before {
		left: 0;
		transform: translateX(0);
	}

	.layers-block.about-block .layers-box.text-box p, .layers-block.about-block .layers-box.text-box ul, .layers-block.about-block .layers-box.text-box ol {
		line-height: 24px;
	}
	
	.about-block .layers-box p {
		display: block;
	}

	.about-services {
		padding-top: 50px;
	}

	.about-services.block.left-medium h2 {
		text-align: left;
	}

	.about-services.block.left-medium h2::before {
		left: 0;
		transform: translateX(0);
	}

	.about-services-box {
		grid-template-columns: 1fr 1fr;
		margin-top: 30px;
	}

	.about-mission.text-block {
		padding: 50px 0;
	}

	.about-advantages .text-box p, .about-advantages .text-box ul, .about-advantages .text-box ol {
		text-align: left !important;
	}

	.about-advantages .text-box ul {
		columns: 1;
		padding: 0;
	}

	.about-advantages .text-box ul li {
		padding-right: 50px;
	}

	.about-principles {
		padding: 50px 0;
	}

	.about-principles .box {
		margin-top: 35px;
		flex-direction: column;
	}

	.about-principles .box .img {
		max-width: 100%;
		height: auto;
	}

	.about-principles .box .list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
		width: 100%;
	}

	.about-principles .box .list .list-item {
		gap: 13px;
		font-size: 13px;
	}

	.about-principles .box .list .list-item .icon {
		flex-shrink: 0;
		width: 80px;
		height: 80px;
	}

	.about-principles .box .list .list-item .icon img {
		max-width: 50px;
		max-height: 50px;
	}

	.our-clients {
		padding-bottom: 0;
	}

	.our-team {
		padding-top: 85px;
	}

	.slick-dots button {
		background-color: #D9D9D9;
	}

	.slick-dots {
		margin-top: 30px;
	}

	.our-team-item .our-team-item-wr {
		padding-bottom: 0;
	}

	.gallery-box {
		flex-direction: column;
	}

	.gallery-box .images {
		flex-direction: row;
	}

	.gallery-box .images .col.single {
		max-width: 100%;
	}

	.gallery-box .video {
		max-width: 100%;
		height: 385px;
	}

	.application {
		padding-top: 35px;
	}

	.application .application-text .application-title.h2 {
		font-size: 20px;
		padding-top: 0;
		line-height: 48px;
		font-weight: 500;
		line-height: 1.5;
		padding-top: 18px;
	}

	.application-title.h2::before {
		top: 0;
	}

	.application-form {
		max-width: 100%;
		border: 0px solid var(--yellow);
		padding: 0;
		background-image: none;
		background-color: transparent;
	}
	
	.ask-answer .box {
		grid-template-columns: 1fr;
	}

	.page-404-block {
        padding: 100px 0 72px;
    }

    .page-404-block .box .img {
        height: 246px;
    }

    .page-404-block .box .img img {
        max-height: 100%;
    }

    .page-404-block h1 {
        font-size: 24px;
        text-align: center;
    }

    .page-404-block p {
        text-align: center;
    }

    .page-404-block .box {
        flex-direction: column;
    }

    .page-404-block .box .text .but {
        margin-top: 10px;
        justify-content: center;
    }
	
	.ur-services-text.important-items .items {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	
	/*new*/

	.crypto-first-block {
        padding-top: 55px;
    }

    .crypto-first-block .box {
        height: auto;
        padding-top: 80px;
        gap: 55px;
        padding-bottom: 69px;
    }

	.crypto-first-block .box h1 {
		color: var(--white);
		line-height: normal;
		font-size: 24px;
		font-weight: 500;
	}

    .crypto-first-block .box h1 br {
        display: none;
    }

    .crypto-first-block .box p {
        font-weight: 600;
        font-size: 18px;
    }

    .crypto-advantages {
        translate: 0 -20px;
    }

	.crypto-advantages .box .item .title {
		font-size: 18px;
	}

    .crypto-about {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: -20px;
    }

    .crypto-about .box {
        margin-top: 35px;
    }

    .crypto-about .box .img {
        max-width: 100%;
        height: 230px;
    }

    .crypto-about .box .text {
        position: relative;
        top: 0;
        max-width: calc(100% - 100px);
        padding: 34px 38px 35px 60px;
        background: url('../images/quotes.svg') 23px 28px / 24px auto no-repeat, var(--dark-bg);
        font-size: var(--text-size);
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
    }

    .crypto-services {
        padding: 70px 0 50px;
    }

    .crypto-services .box {
        margin-top: 35px;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        max-width: 100%;
    }

    .crypto-benefits {
        padding: 70px 0 50px;
    }

    .crypto-benefits .box {
        margin-top: 35px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px 24px;
        max-width: calc(100% - 19px);
    }

    .phrase {
        padding: 26px 0 39px;
    }

    .phrase .box .img {
        height: 50px;
    }

    .phrase .box .img img {
        max-height: 30px;
    }

    .phrase .box .text > * {
        font-size: var(--text-size);
    }

	.crypto-other-services {
        padding: 70px 0 20px;
    }

    .crypto-other-services .box.info {
        margin-top: 25px;
        max-width: 100%;
        gap: 20px;
    }

    .crypto-other-services .box.info p.subtitle {
        max-width: 100%;
    }

    .crypto-other-services .box.info ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .crypto-other-services .box.why {
        margin-top: 70px;
        max-width: 100%;
        padding: 50px 20px 25px 20px;
    }

    .crypto-other-services .box.why::before {
        width: 60px;
        height: 60px;
        background: url('../images/ask-icon.svg') center center / 15px auto no-repeat, var(--white);
    }

    .crypto-other-services .box.why p, .crypto-other-services .box.why ul, .crypto-other-services .box.why ol {
        font-size: var(--text-size);
    }

    .crypto-other-services::before {
        height: 140px;
    }

	.ask-answer {
		padding-top: 50px;
	}

	.lic-tabs-content tbody {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px !important;
	}
	
	.lic-tabs-content tr {
		display: flex !important;
		flex-direction: column !important;
		gap: 15px !important;
	}
	
	.lic-tabs-content tr td {
		display: flex !important;
	}

	.text-box-wr.col-2 {
		gap: 40px;
		flex-direction: column;
	}
	
	.container.with-image {
		grid-template-columns: 1fr;
	}
	
	.sitemap-links .box .item .links ul#main-menu-sitemap {
		column-count: 2;
	}
	
	.sitemap-links .box .item .links ul#main-menu-sitemap > li > ul.sub-menu, .sitemap-links .box .item .links ul#main-menu-sitemap > li > ul.sub-menu .sub-menu {
		max-height: initial;
		opacity: 1;
	}
	
	.sitemap-links .box .item .links a {
		margin-bottom: 8px;
		line-height: 21px;
	}

	.sitemap-links .box .item .links ul#main-menu-sitemap > li.mob-menu-item {
		display: none;
	}
	
	.sitemap-links .box .item .links {
		padding: 16px;
	}
	
	.two-column-item {
		padding: 30px;
	}
	
	table.table tr:first-child td {
		padding: 12px 12px;
	}
	
	.page-first-box .page-first-dop-info {
		margin-top: 16px;
		flex-direction: column;
		align-items: center;
	}
	
	.page-first-box .page-first-dop-info .box-left {
		align-items: center;
	}
	
	.page-first-box .page-first-dop-info .service-time {
		padding-left: 0px;
		width: fit-content;
	}
	
	.page-first-box .page-first-dop-info .box-right {
		margin-top: 16px;
	}

	.page-first-box .page-first-dop-info .box-right .service-steps ul li::before {
		display: inline;
		padding: 1px 9px;
		margin-right: 12px;
	}
	
	.page-first-box .page-first-dop-info .box-right .service-steps ul {
		display: block;
	}
	
	.page-first-box .page-first-dop-info .box-right .service-steps ul li {
		display: block;
	}
	
	.text-box.themes-study .box .row {
  		grid-template-columns: 100%;
		gap: 20px;
	}


	.text-box.themes-study .box .row .short:nth-child(1) {
		order: 1;
	}

	.text-box.themes-study .box .row .short:nth-child(3) {
		order: 3;
	}

	.text-box.themes-study .box .row .short:nth-child(5) {
		order: 5;
	}

	.text-box.themes-study .box .row .panel:nth-child(2) {
		order: 2;
	}

	.text-box.themes-study .box .row .panel:nth-child(4) {
		order: 4;
	}

	.text-box.themes-study .box .row .panel:nth-child(6) {
		order: 6;
	}

	.text-box.themes-study .box .row .panel .inner {
  		grid-template-columns: 100%;
  		gap: 32px;
	}

	.text-box.themes-study .box .row .panel {
  		grid-column-start: 1;
  		grid-column-end: 2;
	}

	.text-box.themes-study .box .row .panel .close {
		top: 52px;
	}

	.header-menu-but {
		display: flex !important;
	}
}