@media screen and (max-width: 1160px) and (min-width: 599px) {
	.no-tablet {
		display: none !important;
	}

}

@media screen and (max-width: 1160px) {

	#main>svg:nth-child(1) {
		/* display: none; */
		height: 0;
		position: absolute;
	}

	body {
		width: 600px;
		margin: 0 auto;
	}

	header#header,
	main#main,
	footer#footer {
		width: 600px;
		margin: 0 0px;
	}

	header#header .menu {
		display: none;
	}

	header#header {
		margin: 20px 0px 10px;
	}

	header#header .language,
	header#header .right-menu {
		display: none;
	}

	.burger__button {
		position: relative;
		background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4H23V6H3V4ZM3 11H23V13H3V11ZM3 18H23V20H3V18Z' fill='white'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		width: 26px;
		display: block;
		grid-area: menu-right;
	}

	.burger__button.active {
		background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6176 12L3 4.3824L4.3824 3L12 10.6175L19.6176 3L21 4.3824L13.3824 12L21 19.6175L19.6176 21L12 13.3824L4.3824 21L3 19.6175L10.6176 12Z' fill='white'/%3E%3C/svg%3E");
	}

	header#header {
		padding: 10px 15px;
	}

	header#header .menu {
		position: fixed;
		top: 105px;
		bottom: 0;
		left: 0;
		right: 0;
		background: #e4e9ee;
		z-index: 100;
		padding-top: 40px;
	}

	header#header .menu.active {
		display: block;
	}

	header#header .menu ul {
		display: flex;
		flex-direction: column;
	}

	header#header .menu ul li a {
		color: #004179;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -2%;
		height: 40px;
	}

	.menu .language.no-desktop {
		display: flex !important;
		padding-top: 40px;
	}

	.menu .language.no-desktop a {
		color: #004179;
	}

	.menu .language.no-desktop a.lg-curent::before {
		background-color: #004179 !important;
	}

	#header {
		position: fixed;
		z-index: 100;
	}

	#main {
		padding-top: 85px;
	}

	section.header {
		padding: 170px 10px 30px;
		background-position: 57%;
	}

	section.header .header-title {
		/*** Changes full width ***/
		margin: 0 0 230px;
		padding: 15px;
	}

	section.header .header-title>h1,
	section.header .header-title>h2,
	section.header .header-title>h3,
	section.header .header-title>h4,
	section.header .header-title>h5,
	section.header .header-title>h6,
	section.header .header-title>.title {
		font-size: 45px;
		line-height: 38.25px;
		letter-spacing: -2px;
	}

	section.header .header-title>.description {
		width: 60%;
		padding-bottom: 40px;
	}

	.header-bg {
		display: none;
	}

	.header-bg.tablet {
		display: block;
	}

	.btn span {
		padding: 10px 62px;
	}

	.about {
		padding: 40px 20px;
		margin: 0 -20px;
	}


	.about .title-line,
	.why .title-line,
	.catalog .title-line {
		padding-bottom: 30px;
	}

	.about .title-big>h1,
	.about .title-big>h2,
	.about .title-big>h3,
	.about .title-big>h4,
	.about .title-big>h5,
	.about .title-big>h6,
	.about .title-big>.title,
	.why .title-big>h1,
	.why .title-big>h2,
	.why .title-big>h3,
	.why .title-big>h4,
	.why .title-big>h5,
	.why .title-big>h6,
	.why .title-big>.title,
	.catalog .title-big>h1,
	.catalog .title-big>h2,
	.catalog .title-big>h3,
	.catalog .title-big>h4,
	.catalog .title-big>h5,
	.catalog .title-big>h6,
	.catalog .title-big>.title,
	.block-form .top-container>h1,
	.block-form .top-container>h2,
	.block-form .top-container>h3,
	.block-form .top-container>h4,
	.block-form .top-container>h5,
	.block-form .top-container>h6,
	.block-form .top-container>.title {
		font-size: 40px;
		line-height: 36px;
		letter-spacing: 0;
	}

	.about .description {
		padding: 0;
		font-size: 18px;
	}

	.about,
	.about-map__stars-1,
	.about-map__stars-2,
	.about-map__stars-3 {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center 55px;
	}

	.about .title-big {
		margin: ;
		margin-bottom: 0;
	}

	.about .description {
		padding-bottom: 350px;
	}

	.about-map__feature:nth-child(1) {
		left: 20px;
		top: 451px;
	}

	.about-map__feature:nth-child(2) {
		top: 550px;
		left: 225px;
	}

	.about-map__feature:nth-child(3) {
		right: 40px;
		top: 420px;
	}

	.about .die>div {
		width: 100%;
	}

	.about .die>div>div,
	.about .die>div>ul>li>div {
		font-size: 22px;
	}

	.about .die>div>ul>li {
		grid-template-columns: 1fr 1fr;
	}

	.why {
		padding: 30px 20px 15px;
		background-size: cover;
		background-position: center;
		border-radius: 20px;
	}

	.why>ul {
		display: block;
	}

	.why>ul li .tt span {
		font-size: 22px;
	}

	.why>ul li .dd {
		font-size: 18px;
	}

	.why>ul>li {
		margin-bottom: 15px;
	}

	.why .title-big {
		padding: 10px 0;
	}

	.catalog .img-block {
		display: none;
	}

	.catalog {
		grid-template-areas: 'title_line title_line ' 'title_big  description' 'img_block  img_block' 'list       list';
		grid-column-gap: 32px;
		grid-template-columns: 1fr;
		padding: 30px 10px;
	}

	.catalog .title-big {
		padding: 0;
		border: unset;
	}

	.catalog .description {
		padding: 0;
		border: unset;
	}

	.catalog .list>li .tt {
		font-family: Mulish;
		font-weight: 700;
		font-size: 22px;
		line-height: 23px;
		max-width: 300px;
	}

	.catalog .list>li .expand {
		bottom: 30px;
	}

	.catalog .list>li {
		grid-template-areas: 'icon tt        p  ' 'icon countries p  ' 'dde  dde       dde' 'dd   dd        dd ';
	}

	.catalog .list>li .img {
		height: 0;
		display: block;
		display: block;
		grid-area: dde;
		width: 100%;
		border-radius: 30px;
		transition: .3s all;
	}

	.catalog .list>li .img.active {
		margin-bottom: 15px;
		height: 600px;
		border: 1px solid #004179;
	}

	.catalog .list>li .img img {
		width: 100%;
		max-height: 100%;
	}

	.block-form {
		padding: 0;
		background: unset;
	}

	.block-form .top-container {
		display: block;
		padding: 0;
		margin-bottom: 30px;
		width: 467px;
	}

	.block-form .top-container>h1,
	.block-form .top-container>h2,
	.block-form .top-container>h3,
	.block-form .top-container>h4,
	.block-form .top-container>h5,
	.block-form .top-container>h6,
	.block-form .top-container>.title {
		margin-bottom: 20px;
	}

	.block-form .bl-container {
		display: block;
	}

	.block-form .container {
		background-image: url("..//img/form-tablet.webp");
		background-size: 100% 95%;
		padding: 30px 10px;
	}

	.block-form .bl-container .die .die-title {
		opacity: 0.7;
	}

	.block-form .bl-container .die svg {
		top: 34px;
		height: 160px;
		width: 180px;
	}

	.block-form .wpcf7 {
		padding-bottom: 34px;
	}

	.block-form .bl-container .die {
		margin: 0 15px 43px;
	}

	.generic-section {
		padding: 30px 10px;
	}

	.generic-section .title-line h2 {
		margin-bottom: 5px;
		font-size: 20px;
	}

	.title-big h2 {
		font-size: 40px;
		line-height: 36px;
	}

	.generic-section .description {
		width: unset;
		margin-bottom: 30px;
		font-size: 18px;
	}

	.gallerey-img .owl-item.active.center {
		transform: scale(1);
		margin: unset !important;
	}

	.gallerey-img .owl-stage {
		padding: unset;
		margin-bottom: 30px;
	}

	.gallerey-img .owl-dots,
	.partners .owl-dots {
		display: none;
	}

	.gallerey-img img,
	.gallerey-img video {
		max-width: 100%;
		width: unset !important;
	}

	.gallerey .item {
		display: flex;
		justify-content: center;
	}

	.partners .item {
		width: unset;
		height: 190px;
	}

	.partners .owl-stage-outer {
		margin-bottom: 30px;
	}

	.certificates__cards {
		gap: 15px;
	}

	.certificates__list {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}

	.certificates__card .btn span {
		padding: 10px 0;
	}

	.certificates {
		background-size: cover;
	}

	.contacts .title-big h2 {
		width: 400px;
	}

	.contacts .title-big {
		margin-bottom: 10px;
	}

	.contatcs__office {
		padding: 20px 0;
		grid-template-columns: 235px 1fr;
		gap: 65px;
	}

	.contatcs__office_features li span {
		min-width: unset;
		display: block;
		font-size: 18px;
		line-height: 19.8px;
		margin-bottom: 15px;
		max-width: 200px;
	}

	.contacts .title-big h2 {
		width: 400px;
	}

	.contacts .title-big {
		margin-bottom: 10px;
	}

	.contatcs__office {
		padding: 20px 0;
		grid-template-columns: 235px 1fr;
		gap: 65px;
	}

	.contatcs__office_features li span {
		min-width: unset;
		display: block;
		font-size: 18px;
		line-height: 19.8px;
		margin-bottom: 15px;
		max-width: 200px;
	}

	.contacts__bottom {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contacts__gallery {
		height: 120px;
		margin-bottom: 30px;
	}

	.contacts__gallery img {
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}

	.footer {
		padding: 35px 10px;
		background-size: cover;
		margin-bottom: 10px !important;
	}

	.footer__name {
		padding-bottom: 40px;
	}

	.footer__bottom {
		grid-template-columns: 2fr 1fr 2fr;
	}

	.faq__banner {
		padding: 60px 0px;
	}

	.faq__banner h1 {
		font-size: 45px;
		line-height: 39px;
		margin-bottom: 25px;
	}

	.faq__banner p {
		max-width: 508px;
		font-size: 20px;
		margin-bottom: 25px;
	}

	.contatcs__office_name>span {
		margin-bottom: 40px;
		display: block;
	}

	.popup__inner {
		padding: 56px 0 32px;
		max-height: 100vh;
		overflow: scroll;
	}

	.popup__form .container {
		flex-direction: column;
		max-height: unset;
	}

	.popup__form .wpcf7 {
		max-width: 100vw;
		padding: 32px;
	}

	.popup__img {
		margin-bottom: 32px;
	}

	.popup__form input,
	.popup__form textarea {
		border-radius: 5px;
	}

	.popup__img {
		width: 100%;
	}

	.popup__img img {
		width: 100%;
	}

	.popup__close {
		top: 5px;
		right: 5px;
	}

	.popup__form {
		padding-top: 100px;
	}

	.cookie__wrap {
		flex-direction: column;
	}
}

@media screen and (max-width: 599px) {
	.no-mobile {
		display: none !important;
	}

	body {
		/* width: 300px; */
		/** Changes full width **/
		width: 100%;
	}

	header#header,
	main#main,
	footer#footer {
		width: 300px;
		/** Changes full width **/
		width: 100%;
	}

	header#header {
		/* margin: 10px 0; */
		/** Changes full width **/
		width: calc(100% - 20px);
		margin: 10px;
		padding: 10px;
	}

	header#header {
		grid-template-columns: auto 26px;
		gap: 0;
	}

	header#header .logo {
		/* width: 175%; */
	}

	.logo-dd {
		font-size: 8px !important;
	}

	header#header .menu {
		top: 62px;
	}

	#main>svg:nth-child(1) {
		/* display: none; */
		height: 0;
		position: absolute;
	}

	section.header {
		padding: 10px;
	}

	section.header .header-title>h1,
	section.header .header-title>h2,
	section.header .header-title>h3,
	section.header .header-title>h4,
	section.header .header-title>h5,
	section.header .header-title>h6,
	section.header .header-title>.title {
		font-size: 26px;
		line-height: 22px;
		letter-spacing: -2px;
		padding-bottom: 15px;
	}

	section.header .header-title {
		padding: 30px 10px;
		width: 300px;
		margin: 0 auto 230px;
	}

	section.header .header-title>.description {
		width: 100%;
		font-size: 16px;
		line-height: 17px;
		padding-bottom: 80px;
	}

	section.header .header-title>.link {
		width: unset;
	}

	section.header .link-bottom a {
		width: 100%;
		text-align: center;
	}

	.header-bg.tablet {
		display: none;
	}

	.header-bg.mob {
		display: block;
	}

	.about .title-line>h1,
	.about .title-line>h2,
	.about .title-line>h3,
	.about .title-line>h4,
	.about .title-line>h5,
	.about .title-line>h6,
	.about .title-line>.title {
		font-size: 20px;
	}

	.about .title-big>h1,
	.about .title-big>h2,
	.about .title-big>h3,
	.about .title-big>h4,
	.about .title-big>h5,
	.about .title-big>h6,
	.about .title-big>.title,
	.why .title-big>h1,
	.why .title-big>h2,
	.why .title-big>h3,
	.why .title-big>h4,
	.why .title-big>h5,
	.why .title-big>h6,
	.why .title-big>.title,
	.catalog .title-big>h1,
	.catalog .title-big>h2,
	.catalog .title-big>h3,
	.catalog .title-big>h4,
	.catalog .title-big>h5,
	.catalog .title-big>h6,
	.catalog .title-big>.title,
	.block-form .top-container>h1,
	.block-form .top-container>h2,
	.block-form .top-container>h3,
	.block-form .top-container>h4,
	.block-form .top-container>h5,
	.block-form .top-container>h6,
	.block-form .top-container>.title {
		font-size: 30px;
		line-height: 27px;
	}

	.about {
		/*** Changes full width ***/
		/* margin: 0 -10px; */
		margin: 0;
	}

	.about .title-big {
		margin: 0;
	}

	.about .title-line svg {
		padding: 0;
	}

	.about-map__features {
		position: static;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		margin-bottom: 270px;
	}

	.about-map__feature {
		position: relative;
		width: 180px !important;
		height: 180px !important;
		margin-bottom: 20px;
		left: unset !important;
		top: unset !important;
		right: unset !important;
	}

	.about .description {
		padding-bottom: 35px;
	}

	.about,
	.about-map__stars-1,
	.about-map__stars-2,
	.about-map__stars-3 {
		background-position: center 1150px;
	}

	.about .die>div {
		padding: 15px;
	}

	.about .die>div>div,
	.about .die>div>ul>li>div {
		font-size: 20px;
	}

	.about .die>div>div:last-child {
		display: none;
	}

	.why>ul li .tt span {
		font-size: 20px;
		height: 42px;
	}

	.why>ul li .tt {
		padding: 20px 0 15px 96px;
	}

	.why>ul li .tt svg {
		padding: 0 0 4px;
		left: 15px;
		right: 15px;
		width: 250px;
	}

	.why>ul li .tt div {
		left: 14px;
		top: 27px;
	}

	.why .title-line svg {
		padding: 0;
		left: 0;
	}

	.why {
		padding: 30px 10px;
	}

	.why>ul li .dd {
		padding: 15px;
		word-wrap: anywhere;
	}

	.why>ul li .tt span {
		letter-spacing: -1px;
	}

	.about .title-line svg {
		padding: 0;
	}

	.why>ul>li:last-child {
		margin: 0;
	}

	.catalog .title-line svg {
		padding: 0;
		width: 280px;
	}

	.catalog {
		display: ;
		grid-template-areas: 'title_line' 'title_big' 'description' 'img_block' 'list';
	}

	.catalog .title-big {
		margin: 0;
	}

	.catalog .list>li {
		grid-template-columns: 40px auto 0px;
		gap: 5px;
		grid-template-areas: 'icon tt        p        ' 'icon countries countries' 'dd   dd        dd       ';
	}

	.catalog .list>li .expand {
		bottom: 56px;
	}

	.catalog .list>li .icon {
		padding-top: 5px;
	}

	.catalog .list>li .dd {
		padding-right: 40px;
	}

	.block-form {
		/*** Changes full width ***/
		/* margin: 0 -10px; */
		/* margin: 0 10px; */
		margin: 0;
		border-radius: 20px;
	}

	.block-form .container {
		background-image: url("..//img/form-mob.webp");
	}

	.block-form .wpcf7 .wpcf7-form-control-wrap input,
	.block-form .wpcf7 .wpcf7-form-control-wrap textarea {
		max-width: 100%;
	}

	.block-form .top-container {
		width: 300px;
	}

	.block-form .top-container h2 {
		letter-spacing: -2px;
	}

	.block-form button[type="submit"] {
		width: 100%;
	}

	.block-form .bl-container .die {
		margin: 0 0 48px;
		padding: 15px;
		border-radius: 10px;
	}

	.block-form .bl-container .die .die-title {
		padding: 15px 0;
		margin-bottom: 30px;
	}

	.block-form .bl-container .die .die-title-mini {
		font-weight: 600;
		letter-spacing: 1px;
	}

	.block-form .bl-container .die .die-title-text {
		font-size: 16px;
		letter-spacing: -1px;
		padding-bottom: 8px;
	}

	.block-form .bl-container .die svg {
		top: unset;
		bottom: 15px;
		right: 15px;
		width: 94px;
		height: 105px;
	}

	.generic-section {
		/** Changes full width **/
		/* margin: 0 -10px 40px; */
		margin: 0 10px 40px;
		border-radius: 15px;
	}

	.title-big h2 {
		font-size: 30px;
		line-height: 27px;
	}

	.gallerey-img img {
		border-radius: 15px;
	}

	.generic-section .title-line {
		margin-bottom: 12px;
	}

	.partners .item {
		height: 145px;
		padding: 25px;
	}

	.certificates__cards {
		display: block;
	}

	.certificates__img {
		margin-bottom: 15px;
	}

	.certificates {
		background-position: center;
	}

	.contacts .title-big h2 {
		width: 300px;
	}

	.contatcs__office {
		display: block;
	}

	.contatcs__office_name {
		margin-bottom: 25px;
	}

	.contatcs__office_features li {
		margin-bottom: 15px;
		display: grid;
		justify-content: space-between;
		align-items: center;
		grid-template-columns: 1fr 1fr;
	}

	.contatcs__office_features li span:nth-child(2),
	.contatcs__office_features li a {
		font-size: 16px;
	}

	.contatcs__office_features li a:hover {
		text-decoration: underline;
	}

	.contatcs__office_features li:last-child {
		margin: 0 auto;
	}

	.contatcs__office_features li span {
		margin: 0;
	}

	.yandex-map iframe {
		height: 200px;
	}

	.contacts__gallery {
		height: 100px;
		gap: 5px;
		margin-bottom: 40px;
	}

	.contacts__sitemap {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contacts {
		margin-bottom: 0;
	}

	.footer {
		padding: 30px 10px 10px;
	}

	.footer__name {
		padding-bottom: 30px;
	}

	.footer__bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		text-align: center;
		gap: 25px;
		padding: 30px 0 0;
	}

	.footer__policy {
		margin: 0;
		font-size: 12px;
	}

	.footer__right {
		justify-content: space-between;
		flex-direction: column;
	}

	.footer__copyright {
		text-align: center;
		font-size: 12px;
		line-height: 15px;
	}

	.footer__return_to_top {
		font-size: 12px;
	}

	.footer__copyright {}

	.faq__banner {
		margin: 0;
	}

	.faq__banner h1 {
		font-size: 38px;
		line-height: 32px;
	}

	.faq__banner .btn span {
		padding: 15px 0;
		width: 100%;
		display: block;
	}

	.faq__banner .btn {
		display: block;
		text-align: center;
	}

	#faq {
		border-radius: 10px;
		margin: 0 -10px 40px;
	}

	#faq>.title-line {
		margin-bottom: 20px;
	}

	#faq .title-big {
		margin-bottom: 20px;
	}

	#faq .list>li .tt {
		font-size: 20px;
		width: 180px;
	}

	.contatcs__office_name>span {
		margin-bottom: 25px;
	}

	/* .why, */
	/* #catalog, */
	/* .block-form, */
	/* .gallerey.generic-section, */
	/* #partners, */
	/* #certificates, */
	/* #contacts { */
	/* display: none; */
	/* } */
	/*** Changes full width ***/
	section.header {
		/* max-width: 300px; */
		/* margin: auto; */
	}

	.title-line svg {
		width: 100% !important;
	}

	.why ul {
		max-width: 300px;
		margin: auto;
	}

	header#header .logo {
		grid-template-columns: 31px auto;
	}

	.catalog .list>li {
		grid-template-areas: 'icon tt        p  ' 'icon countries p  ' 'dde  dde       dde' 'dd   dd        dd ';
	}

	.catalog .list>li .img.active {
		height: 360px;
	}


	/*
	.why>ul li .tt span {
		max-width: 190px;
	}

	.why>ul li .tt {
		display: flex;
		justify-content: flex-end;
	}

	.why>ul li .tt svg {
		width: calc(100% - 35px);
		top: 18px;
	}

	.why>ul li .tt div {
		left: 17px;
		top: 22px;
	}
	*/
}