/*************/
/* Defaults */
@media (max-width: 767px) {
	.container--null {
		padding: 0 !important;
	}
	.title_wrapper {
		flex-direction: column;
	}
	.title {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 41px;
		padding-left: 0;
		text-align: center;
	}
	.title_icon {
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
	}
	.sorting {
		position: relative;
		flex-wrap: wrap;
		padding: 0;
	}
	.sorting_note {
		padding-left: 15px;
	}
	.sorting_mobile_btn {
		display: block;
	}
	.sorting_mobile_btn1 {
		width: 45px;
		height: 45px;
		margin-left: 12px;
		border-radius: 100px;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		background-size: 24px auto;
		background-position: center center;
		background-image: url("../img/common/sort1.svg");
	}
	.sorting_mobile_btn1:hover, .sorting_mobile_btn1--active {
		background-color: #E04E39;
		background-image: url("../img/common/sort2.svg");
	}
	.sorting_wrapper {
		display: none;
		position: fixed;
		content: "";
		bottom: 57px;
		left: 0;
		width: 100%;
		height: calc(100vh - 270px);
		min-height: 150px;
		flex-direction: column;
		justify-content: flex-start;
		padding: 35px 15px;
		background-color: #F4F4F4;
		box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
		z-index: 10;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.sorting_mobile_btn1--active ~ .sorting_wrapper,
	.sorting_mobile_btn1--active ~ .sorting_mobile_btn2 {
		display: block;
		animation: btnmobile 0.25s linear;
	}
	.sorting_item {
		margin-left: 0;
		margin-bottom: 20px;
		transform: translateX(35px);
	}
	.sorting_item--solo {
		position: static;
		margin-left: 18px;
		margin-bottom: 0;
		transform: none;
	}
	.sorting_item--solo .sorting_options {
		position: absolute;
		left: 15px;
		width: 90%;
		max-width: 320px;
		transform: none;
		margin-top: 0;
		z-index: 10;
	}
	.sorting_options {
		position: static;
		transform: none;
		margin-top: 15px;
		min-width: 290px;
		width: 100%;
		transform: translateX(-35px);
	}
	.sorting_mobile_btn2 {
		opacity: 1;
		display: none;
		position: fixed;
		content: "";
		bottom: 0;
		left: 0;
		width: 100%;
		height: 57px;
		background-color: #E04E39;
		font-size: 20px;
		line-height: 26px;
		color: #FFFFFF;
		z-index: 11;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	}
	@keyframes btnmobile {
		100% {
			opacity: 1;
		}
		50% {
			opacity: 0.5;
		}
		0% {
			opacity: 0;
		}
	}
	/*.header__btn-test {*/
	/*	display: none;*/
	/*}*/
}

/***********/
/* Blocks */
@media (max-width: 1250px) {
	.header__icons {
		margin-right: 0;
	}
	.header__menu {
		margin-left: 0;
	}
}

@media (max-width: 1170px) {
	.header__search {
		width: 100%;
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width: 1050px) {
	.header5 {
		padding-top: 31px;
	}
	.header5__logo_group {
		width: 149px;
		margin-left: 15px;
	}
}

@media (max-width: 1000px) {
	.header__region {
		display: none;
	}
	.header__logo_link {
		width: 112px;
		min-width: 112px;
		height: 34px;
		margin-left: 0;
	}
	.header__location_link {
		width: 23px;
		min-width: 23px;
		height: 31px;
		margin-left: 0;
		margin-right: 20px;
	}
	.header__logo2_link {
		margin-left: 15px;
	}
	.header4 .header__logo_link {
		display: flex;
		width: 198px;
		min-width: 198px;
		height: auto;
	}
	.header4 .header__logo2_link {
		margin-left: 30px;
	}
}

@media (max-width: 900px) {
	.header__logo2_text {
		width: 85px;
		margin-left: 6px;
		min-width: 85px;
		font-size: 10px;
		line-height: 10px;
	}
	.header__logo2_text_mob {
		display: inline;
	}
	.header__logo2_text_desktop {
		display: none;
	}
	.header4 {
		padding: 22px 0 22px 0;
	}
	.header4 .header__logo_link {
		width: 150px;
		min-width: 150px;
	}
	.header4 .header__logo {
		display: block;
		width: 27px;
	}
	.header4 .header__logo_text {
		width: 120px;
	}
	.header4 .header__logo2 {
		width: 44px;
	}
	.header4 .header__logo2_text {
		display: block;
		width: 78px;
		min-width: 78px;
		font-size: 11px;
		line-height: 11px;
	}
}

@media (max-width: 768px) {
	.header__menu {
		width: 70px;
	}
/*	.header__btn-test {*/
/*		display: none;*/
/*	}*/
}

@media (max-width: 767px) {
	.reg__btn {
		display: block;
		position: fixed;
		content: "";
		bottom: 16px;
		left: 0;
		width: 100%;
		height: 76px;
		color: #fff;
		background: linear-gradient(180deg, #E95C4B 0%, #E85042 100%);
		font-family: 'PT Sans';
		font-size: 20px;
		line-height: 76px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		z-index: 22;
		box-shadow: 0px 18px 3px rgba(0, 0, 0, 0.25);
	}
	.reg__btn:hover {
		opacity: 1;
		background-color: #E95C4B;
	}
	/*
		.header {
			padding: 12px 0 14px 0;
		}
	*/
	.header__menu {
		display: block;
		margin-right: 0;
	}
	.header__logo_link {
		width: auto;
		height: 60px;
		margin-left: 30px;
		background-image: url("../img/header/logo_mob.svg");
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: 0 center;
	}
	.header__location_link {
		margin-right: 10px;
		margin-left: 5px;
	}
	.header__logo {
		display: none;
	}
	.header__logo2_link {
		margin-left: 10px;
		margin-right: 5px;
	}
	.header__logo2 {
		height: 61px;
		/*width: 32px;*/
		height: auto;
	}

	.header__logo2_link.third_h_logo {
		display: none;
	}


	.third_h_logo .header__logo2 {
		width: 150px;
		max-width: 300%;
	}
	.header__search {
		display: none;
	}
	.header__menu {
		margin-left: 0;
	}
	.header__bookmark, .header__bell_wrapper {
		margin-right: 5px;
	}
	.header__entrybtn {
		margin-right: 10px;
	}
	.header_s__btn {
		padding: 0 20px;
		height: 34px;
		font-size: 16px;
		line-height: 30px;
	}
	.header4 {
		padding: 22px 0 22px 0;
	}
	.header4 .header__regbtn {
		display: block;
		background-image: none;
		width: 146.5px;
		min-width: 146.5px;
		height: 45.5px;
		font-size: 17px;
		line-height: 21px;
	}
	.header4 .header__bookmark,
	.header4 .header__entrybtn {
		display: none;
	}
}

@media (max-width: 700px) {
	.header__user_name {
		display: none;
	}
	.header5 {
		padding-top: 20px;
	}
	.header5__logo_group {
		margin: 0 auto;
		width: 113px;
	}
	.header5__logo {
		width: 20px;
	}
	.header5__logo_text {
		width: 90px;
	}
}

@media (max-width: 600px) {
	.header__regbtn {
		display: none;
	}
	.header__entrybtn {
		display: block;
		width: 43px;
		min-width: 43px;
		height: 43px;
		margin-right: 0;
		border-radius: 50%;
		overflow: hidden;
		font-size: 0;
		background-color: #E04E39;
		background-image: url("../img/header/reg.svg");
		background-repeat: no-repeat;
		background-position: 43% 50%;
		-webkit-background-size: 17px auto;
		background-size: 17px auto;
	}
	.header4 {
		padding: 17px 0 17px 0;
	}
	.header4 .header__regbtn {
		width: 92px;
		min-width: 92px;
		height: 28.5px;
		font-size: 11px;
		line-height: 13px;
	}
	.header4 .header__logo_link {
		width: 78.5px;
		min-width: 78.5px;
	}
	.header4 .header__logo {
		width: 20px;
	}
	.header4 .header__logo_text {
		display: none;
	}
	.header4 .header__logo_text_mob {
		display: block;
	}
	.header4 .header__logo2_link {
		margin-left: 16px;
	}
	.header4 .header__logo2 {
		width: 33px;
	}
	.header4 .header__logo2_text {
		width: 58.5px;
		min-width: 58.5px;
		font-size: 8px;
		line-height: 8px;
	}
	/*.header__btn-test {*/
	/*	display: none;*/
	/*}*/
}

@media (max-width: 500px) {
	.header__logo2_text {
		display: none;
	}
	/*.header__btn-test {*/
	/*	display: none;*/
	/*}*/
}

@media (max-width: 1900px) {
	.header--lk .header__nav {
		margin-left: 30px;
	}
}

@media (max-width: 1600px) {
	.header__btn-test {
		/*display: none;*/
	}
}

@media (max-width: 1500px) {
	.wrapper.lk {
		padding-top: 140px;
	}
	.header .container {
		flex-wrap: wrap;
	}
	.header--lk {
		height: initial;
		padding: 0;
	}
	.header--lk .container {
		padding: 0;
	}
	.header--lk .header__profile {
		margin-right: 15px;
	}
	.header--lk ~ .profile {
		padding-top: 140px;
	}
	.header--lk .header__icons {
		height: 70px;
	}
	.header--lk .header__nav {
		width: 100vw;
		min-width: 100%;
		order: 3;
		border-top: 1px solid #D6D6D6;
		margin-left: 0;
		display: flex;
		max-width: initial;
	}
	.header--lk .header__nav a {
		width: 33.3333%;
		text-align: center;
	}
	.header--lk .header__nav + .header__icons {
		margin-left: auto;
	}
	.header--lk .header__profile-dropdown {
		top: 70px !important;
		right: 15px;
	}
}

@media (max-width: 767px) {
	.header--lk .header__regbtn {
		display: block;
	}
	.header--lk .header__nav a {
		width: auto;
		flex: 1 0 auto;
	}
}

@media (max-width: 600px) {
	.header--lk .header__nav a {
		font-size: 14px;
		line-height: 1;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
	}
	.header--lk .header__bookmark {
		margin-right: 14px;
	}
	.header--lk .header__regbtn {
		font-size: 14px;
		width: auto;
		min-width: auto;
		padding: 0 14px;
	}
}

@media (max-width: 1170px) {
	.nav .container {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.nav {
		display: none;
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}
}

@media (max-width: 380px) {
	.nav.show {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 1060px) {
	.learn__wrapper {
		flex-wrap: wrap;
	}
	.learn--start {
		padding-top: 40px;
	}
	.learn__content, .learn--start .learn__content {
		display: block;
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 50px 53px;
	}
	.learn__content_title {
		max-width: none;
		margin: 0 auto;
		font-size: 45px;
		line-height: 45px;
	}
	.learn__image {
		width: 100%;
		height: 440px;
		margin-top: auto;
	}
	.learn_form .learn__image {
		width: 45%;
		min-height: 100%;
		height: auto;
		margin-top: 0;
	}
	.learn__form {
		display: none;
	}
	.learn__reg_btn {
		display: block;
		margin-top: 50px;
		margin-left: 0;
	}
	.learn__form_reg {
		display: none;
	}
	.learn_form--new .learn_form__content{
		width: 55%;
	}
	.learn__more-description{
		text-align: center;
	}
	.learn_form--new .learn__more-description a{
		display: inline-block;
	}
}

@media (max-width: 900px) {
	.learn_form__content,
	.learn_form__wrapper {
		width: 100%;
	}
	.learn_form__content {
		padding: 65px 30px 60px 49px;
	}
	.learn_form__wrapper {
		padding: 40px 40px 50px;
	}
	.learn_form__section {
		width: 100%;
	}
	.learn_form .learn__image {
		width: 100%;
		height: 440px;
		margin-top: auto;
	}
	.learn_form__item,
	.learn_form__submit,
	.learn_form .form__footer {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.learn_form--new .learn_form__content{
		width: 100%;
	}
	.learn_form--new .learn__more > a{
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.learn_form {
		padding-top: 30px;
	}
	.learn_form--new .learn_form__text{
		font-size: 24px;
		line-height: 29px;
	}
	.learn_form--new .learn_form__text--gray{
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 700px) {
	.learn {
		padding-top: 25px;
	}
	.learn--start {
		padding-top: 40px;
	}
	.learn__content,
	.learn--start .learn__content {
		padding: 31px 20px 21px 20px;
	}
	.learn__content_title {
		font-size: 24px;
		line-height: 29px;
	}
	.learn__content_text {
		margin-top: 15px;
		font-size: 18px;
		line-height: 26px;
	}
	.learn__content_text_item {
		padding-left: 20px;
	}
	.learn__content_text_item::before {
		top: 11px;
		width: 13px;
		height: 1.5px;
	}
	.learn__reg_btn {
		margin-top: 15px;
		font-size: 18px;
		line-height: 26px;
	}
	.learn__image {
		height: 350px;
	}
}

@media (max-width: 670px) {
	.learn_form__content {
		padding: 25px 15px 30px;
	}
	.learn_form__text {
		font-size: 24px;
		line-height: 26px;
	}
	.learn_form__text.red_txt {
		margin-top: 15px;
	}
	.learn_form__list {
		margin-top: 15px;
		font-size: 16px;
		line-height: 26px;
	}
	.learn_form__list_item {
		padding-left: 17px;
	}
	.learn_form__list_item::before {
		top: 12px;
		width: 11px;
		height: 1px;
	}
	.learn_form__wrapper {
		padding: 35px 30px;
	}
	.learn_form__section {
		width: 100%;
		min-width: 270px;
		max-width: 400px;
	}
	.learn_form__item,
	.learn_form__submit,
	.learn_form .form__footer {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.learn_form__title {
		margin-bottom: 15px;
		font-size: 26px;
		line-height: 28px;
	}
	.learn_form .learn__image {
		height: 350px;
	}
}

@media (max-width: 600px) {
	.learn--start {
		padding-top: 20px;
	}
}

@media (max-width: 400px) {
	.learn__image,
	.learn_form .learn__image {
		height: 240px;
	}
}

@media (max-width: 700px) {
	.learn.learn--low .learn__content {
		padding: 31px 20px 21px 20px;
	}
	.learn.learn--low .learn__content_title {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
	}
	.learn.learn--low .learn__content_title span {
		font-size: 44px;
		line-height: 24px;
		margin: 30px 0;
	}
	.learn.learn--low .learn__content-description {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
	.learn.learn--low .learn__reg_btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1200px) {
	.events .container {
		padding-right: 0;
	}
	.events .title_wrapper {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.events {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.events__nearest {
		margin-bottom: 0;
	}
}

@media (max-width: 1200px) {
	.support__slider {
		width: 360px;
		margin-right: auto;
	}
	.support__slider--start {
		width: 100%;
		margin-right: 0;
	}
	.support__info {
		min-width: 280px;
		width: 280px;
		margin-left: auto;
		margin-right: 4%;
	}
}

@media (max-width: 767px) {
	.support {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.support .container {
		padding-right: 0;
		padding-left: 0;
	}
	.support .form1 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.support--start {
		margin-top: 50px;
	}
	.support__wrapper {
		background-color: transparent;
		padding: 0;
		box-shadow: none;
	}
	.support__info {
		display: none;
	}
	.support__slider {
		width: 100%;
		padding-left: 15px;
		padding-bottom: 100px;
	}
	.support__slider--start {
		padding-bottom: 40px;
	}
	.support__slider .owl-stage-outer {
		background-color: #EEEEEE !important;
	}
	.support__slider--start .owl-stage-outer {
		background-color: transparent !important;
	}
	.support__item {
		box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
	}
	.support__item_title {
		font-size: 16px;
		line-height: 20px;
	}
	.support__item_desc {
		margin-top: 0;
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 380px) {
	.support__item {
		width: 300px;
		min-width: 300px;
	}
}

@media (max-width: 1200px) {
	.base__items {
		margin: 20px auto 0 auto;
		width: 750px;
	}
	.base__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.base__item:not(:nth-child(2n)) {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.base__item:not(:nth-child(2n)) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.base {
		padding-bottom: 40px;
	}
	.base .container {
		padding-left: 0;
		padding-right: 0;
	}
	.base__item {
		display: block;
	}
	.base__items {
		width: 100%;
		flex: none;
		padding-bottom: 20px;
		padding-left: 15px;
	}
	.base__items .owl-dots {
		text-align: center;
		z-index: 1;
		position: absolute;
		width: 240px;
		content: "";
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.base__items .owl-nav {
		width: 290px;
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -10%);
		z-index: 0;
		display: flex !important;
		justify-content: space-between;
	}
}

@media (max-width: 1200px) {
	.column__slider {
		width: 360px;
		margin-right: auto;
	}
	.column__item_persona {
		min-width: 280px;
		width: 280px;
		margin-left: auto;
		margin-right: 4%;
	}
}

@media (max-width: 767px) {
	.column {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.column .container {
		padding-right: 0;
		padding-left: 0;
	}
	.column .title_icon {
		display: block;
	}
	.column__main {
		flex-direction: column;
		background-color: transparent;
		padding: 0;
		box-shadow: none;
	}
	.column__item_persona {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 27px auto;
	}
	.column__item_persona_photo {
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin-right: 14px;
		margin-left: 10%;
	}
	.column__item_persona_name {
		margin-top: 0;
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
	.column__item_persona_info {
		max-width: 160px;
		margin-top: 0;
		font-size: 8px;
		line-height: 15px;
		text-align: left;
	}
	.column__slider {
		width: 100%;
		padding-left: 15px;
		padding-bottom: 100px;
	}
	.column__slider .owl-stage-outer {
		background-color: #EEEEEE !important;
	}
	.column__item {
		box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.06);
	}
	.column__more_btn1 {
		display: none;
	}
	.column__more_btn2 {
		display: block;
		position: absolute;
		content: "";
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.column__slider .owl-dots {
		margin-top: 80px;
	}
}

@media (max-width: 1200px) {
	.registration .form2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.registration .form2__item {
		width: 24%;
	}
	.registration__subtitle, .registration__title {
		padding: 0 20px;
	}
}

@media (max-width: 950px) {
	.registration .form2__items {
		flex-direction: column;
	}
	.registration .form2__item {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px auto;
	}
	.registration .form2__submit_btn {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.registration .form2__footer {
		max-width: 300px;
		margin: 12px auto 0 auto;
	}
}

@media (max-width: 767px) {
	.registration__title {
		font-size: 28px;
		line-height: 34px;
	}
	.registration__subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1200px) {
	.services .container {
		padding-right: 0;
	}
	.services .title_wrapper {
		padding-right: 15px;
	}
	.services__bottom {
		margin-right: 15px;
	}
}

@media (max-width: 850px) {
	.services__bottom--opening {
		/*background-position: 58% 50%;*/
		background-position: 35% 0;
	}
	.services__bottom--sber {
		background-position: 58% 50%;
	}
}

@media (max-width: 767px) {
	.services__items {
		margin-bottom: 30px;
	}
	.services__bottom:not(.services__bottom--sber) {
		background-image: none !important;
	}
	.services__bottom_title {
		font-size: 28px;
		line-height: 30px;
		text-align: left;
	}
	.services__bottom_desc {
		margin-top: 20px;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
	}
	.services__bottom_btn {
		/*margin: 32px auto 0 auto;*/
		margin: 32px 0 0 0;
	}
	.services__bottom_logo--mob {
		display: block !important;
		width: 174px !important;
		margin: 0 auto 20px auto;
	}
	.services__bottom--opening {
		padding-top: 17px;
		padding-bottom: 30px;
	}
	.services__bottom--opening .services__bottom_desc {
		margin-top: 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.services__bottom--opening .services__bottom_btn {
		margin-top: 28px;
	}

	.services__bottom--sber {
		padding-top: 17px;
		padding-bottom: 30px;
		background: #008379; /* Old browsers */
		background: -moz-linear-gradient(45deg,  #008379 0%, #00b6b3 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  #008379 0%,#00b6b3 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  #008379 0%,#00b6b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008379', endColorstr='#00b6b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		background-image: linear-gradient(45deg, #008379 0%,#00b6b3 100%) !important;
		padding-top: 40px;
	}

	.services__bottom--sber .services__bottom_desc {
		margin-top: 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.services__bottom--sber .services__bottom_btn {
		margin-top: 28px;
	}
}

@media (max-width: 1200px) {
	.ambassadors {
		padding-top: 0;
	}
	.ambassadors .container {
		padding-right: 0;
	}
	.ambassadors .title_wrapper {
		padding-right: 15px;
	}
	.ambassadors__slider_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.ambassadors__item {
		width: 230px;
	}
	.ambassadors__slider .owl-nav .owl-prev {
		left: 15px;
	}
	.ambassadors__slider .owl-nav .owl-next {
		right: -15px;
	}
}

@media (max-width: 1180px) {
	.ambassadors__slider .owl-nav .owl-next {
		right: 15px;
	}
}

@media (max-width: 400px) {
	.ambassadors__slider .owl-item {
		width: 100vw;
	}
	.ambassadors__item {
		width: 100vw;
	}
}

@media (max-width: 1200px) {
	.news .container {
		padding-right: 0;
	}
	.news .title_wrapper {
		padding-right: 15px;
	}
	.news__slide {
		width: 360px;
		max-width: none;
		min-width: 360px;
	}
}

@media (max-width: 767px) {
	.news {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.tass__info {
		margin-top: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.tass__form {
		margin-top: 5px;
		padding: 20px 14px 20px 14px;
	}
	.tass__form_input {
		width: 80%;
		margin-left: 9px;
		padding: 12px 55px 12px 10px;
	}
	.tass__form_submit {
		right: 25px;
	}
}

@media (max-width: 1100px) {
	.map__search_wrapper {
		width: 300px;
		margin-right: 15px;
	}
}

@media (max-width: 900px) {
	.map__object {
		flex-direction: column;
	}
	.map__search_wrapper {
		width: 100%;
	}
	.map__search_list {
		width: 100%;
		max-width: 100%;
		max-height: 320px;
		margin-top: 15px;
	}
	.map__search_district {
		margin-bottom: 12px;
	}
	.map__search_item:last-of-type .map__search_district--active {
		margin-bottom: 12px;
		transition: none;
	}
	.map__search_region:not(.map__search_district) {
		margin-bottom: 12px;
	}
	.map__search_info_item {
		max-height: 380px;
	}
	.map__svg_wrapper {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.map__info {
		text-align: center;
	}
	.map__search {
		margin-right: 0;
		width: 100%;
	}
	.map__object {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.map__block {
		height: 320px;
	}
	.leaflet-popup {
		max-width: 270px;
		font-size: 10px;
		max-height: 300px;
	}
	.leaflet-popup-content {
		max-width: 250px;
	}
	.leaflet-pane--opened {
		z-index: 999;
	}
	.map__type {
		height: 185px;
	}
	.map__type .map__type_option {
		height: 35px;
		padding-top: 10px;
	}
	.leaflet-fixed-pane {
		height: 300px;
	}
	.leaflet-bottom {
		bottom: -320px !important;
	}
}

@media (max-width: 767px) {
	.experts .container {
		padding-right: 0;
		padding-left: 0;
	}
	.experts__item {
		width: 262px;
		min-width: 262px;
	}
	.experts__content {
		padding-bottom: 30px;
		padding-left: 15px;
	}
	.experts__content .owl-nav {
		width: 290px;
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -10%);
		z-index: 0;
		display: flex !important;
		justify-content: space-between;
	}
	.experts__content .owl-dots {
		display: block !important;
		text-align: center;
		z-index: 1;
		position: absolute;
		width: 240px;
		content: "";
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 1200px) {
	.partners__slider_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.partners__slider .owl-nav .owl-prev {
		left: 15px;
	}
	.partners__slider .owl-nav .owl-next {
		right: -15px;
	}
}

@media (max-width: 1165px) {
	.partners__slider .owl-nav .owl-next {
		right: 48px;
	}
}

@media (max-width: 1100px) {
	.partners__slider .owl-nav .owl-next {
		right: 77px;
	}
}

@media (max-width: 1050px) {
	.footer3 {
		padding-top: 20px;
		padding-bottom: 45px;
	}
	.footer3 .container {
		flex-wrap: wrap;
	}
	.footer3__social {
		margin-right: 15px;
	}
}

@media (max-width: 960px) {
	.footer__legal {
		flex-direction: column;
		margin-top: 35px;
	}
	.footer__legal_item {
		text-align: center;
		font-size: 12px;
		line-height: 22px;
	}
	.footer3__links {
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 3;
		width: 100%;
		transform: none;
		margin-top: 25px;
		padding-top: 0;
	}
	.footer3__social {
		order: 2;
	}
}

@media (max-width: 840px) {
	.footer__legal {
		flex-direction: column;
		margin-top: 35px;
	}
	.footer__legal_item {
		text-align: center;
		font-size: 12px;
		line-height: 22px;
	}
	.footer3__links {
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 3;
		width: 100%;
		transform: none;
		margin-top: 25px;
		padding-top: 0;
	}
	.footer3__social {
		order: 2;
	}
}

@media (max-width: 767px) {
	.footer {
		padding-bottom: 100px;
	}
}

@media (max-width: 700px) {
	.footer3 {
		padding-bottom: 32px;
	}
	.footer3 .container {
		align-items: center;
		flex-direction: column;
	}
	.footer3__social {
		margin: 25px auto 0 auto;
	}
	.footer3__links {
		transform: none;
	}
	.footer3__link {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {
	.form1 {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.form1__title {
		width: 100%;
		max-width: 530px;
	}
	.form1__content {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.form1 {
		padding: 40px 20px 10px 20px;
	}
	.form1__title {
		margin-bottom: 15px;
		text-align: center;
	}
	.services__bottom--opening {
		background-position: 50% 0;
	}
}

@media (max-width: 1200px) {
	.inner_news .title_wrapper {
		padding-right: 0;
	}

}

@media (max-width: 800px) {
	.inner_news__slider {
		width: 364px;
	}
	/*.header__btn-test {*/
	/*	display: none;*/
	/*}*/
}

@media (max-width: 767px) {
	.inner_news {
		padding-bottom: 10px;
	}
	.inner_news__short {
		margin-top: 45px;
		font-size: 14px;
		line-height: 28px;
	}
	.inner_news__title {
		margin-bottom: 45px;
		font-size: 20px;
		line-height: 24px;
	}
	.inner_news__subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.inner_news__text {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 26px;
	}
	.inner_news__important {
		margin-bottom: 40px;
		padding-top: 40px;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.inner_news__author {
		transform: none;
	}
	.inner_news__image,
	.inner_news__video,
	.inner_news__video_frame {
		height: 300px;
		margin-bottom: 40px;
	}
	.inner_news__slider {
		margin-bottom: 30px;
	}
	.inner_news__article .form1 {
		margin-bottom: 50px;
	}
	.inner_news__wrapper ~ .form1 {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	.inner_news__image,
	.inner_news__video,
	.inner_news__video_frame {
		height: 180px;
	}
}

@media (max-width: 400px) {
	.inner_news__slider {
		width: 290px;
	}
	.inner_news__slide {
		width: 290px;
		height: 200px;
	}
}

@media (max-width: 1200px) {
	.inner_minister__wrapper {
		max-width: 750px;
		margin: 0 auto;
	}
	.inner_minister .column__slider {
		width: 100%;
		margin-right: 0;
		padding-left: 0;
	}
	.inner_minister__author_block {
		flex-direction: column;
		justify-content: center;
		position: static;
		width: 180px;
		margin-top: 50px;
	}
	.inner_minister__author_note {
		order: 1;
		font-weight: 400;
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 0.05em;
	}
	.inner_minister__author_name {
		order: 3;
		margin-top: 15px;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
	}
	.inner_minister__author_name span {
		display: block;
	}
	.inner_minister__author_info {
		order: 4;
		margin-top: 10px;
		font-weight: 800;
		font-size: 12px;
		line-height: 18px;
	}
	.inner_minister__author_photo {
		order: 2;
		margin-top: 18px;
		width: 68px;
		height: 68px;
	}
}

@media (max-width: 800px) {
	.inner_minister__slider {
		width: 364px;
	}
}

@media (max-width: 767px) {
	.inner_minister {
		padding-bottom: 10px;
	}
	.inner_minister__short {
		margin-top: 45px;
		font-size: 14px;
		line-height: 28px;
	}
	.inner_minister__title {
		font-size: 20px;
		line-height: 24px;
	}
	.inner_minister__text {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 26px;
	}
	.inner_minister__important {
		margin-bottom: 40px;
		padding-top: 40px;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.inner_minister__author {
		transform: none;
	}
	.inner_minister__image,
	.inner_minister__video,
	.inner_minister__video_frame {
		height: 300px;
		margin-bottom: 40px;
	}
	.inner_minister__slider {
		margin-bottom: 30px;
	}
	.inner_minister__article .form1 {
		margin-bottom: 50px;
	}
	.inner_minister__wrapper ~ .form1 {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.inner_minister__author_block {
		margin-left: 55%;
		transform: translateX(-50%);
	}
}

@media (max-width: 500px) {
	.inner_minister__image,
	.inner_minister__video,
	.inner_minister__video_frame {
		height: 180px;
	}
}

@media (max-width: 400px) {
	.inner_minister__slider {
		width: 290px;
	}
	.inner_minister__slide {
		width: 290px;
		height: 200px;
	}
}

@media screen and (max-width: 1199px) {
	.inner_ambassadors .ambassadors__item {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.inner_ambassadors > .container:first-child .title_wrapper {
		margin-top: 0;
	}
	.inner_ambassadors > .container:first-child .title_wrapper .title {
		margin-top: 24px;
		padding-top: 0;
	}
	.inner_ambassadors > .container:first-child .title_wrapper .title_icon {
		display: none;
	}
	.inner_ambassadors .ambassadors__slider_wrapper {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.inner_ambassadors .ambassadors__item {
		width: 33.333%;
	}
	.inner_ambassadors .ambassadors__slider2 {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 640px) {
	.inner_ambassadors .ambassadors__item {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.inner_ambassador-about {
		flex-direction: column;
		margin-bottom: 36px;
	}
	.inner_ambassador-image {
		margin-top: 24px;
		margin-bottom: 32px;
		margin-right: 0;
	}
	.inner_ambassador-info {
		text-align: center;
	}
	.inner_ambassador-name {
		line-height: 1;
		margin-bottom: 20px;
	}
	.inner_ambassador-position {
		line-height: 1;
	}
	.inner_ambassador-text {
		margin-bottom: 90px;
	}
	.inner_ambassadors .partners {
		padding-top: 0;
	}
}

@media (max-width: 1200px) {
	.inner_afisha__events {
		width: 750px;
	}
	.inner_afisha__events_item:nth-child(3n) {
		margin-right: 30px;
	}
	.inner_afisha__events_item:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 1000px) {
	.inner_afisha__calendar_btn {
		width: 45px;
		height: 45px;
		padding: 0;
		background-color: #C59368;
		border-radius: 50%;
		background-image: url("../img//inner_afisha/calendar_w.svg");
		background-repeat: no-repeat;
		-webkit-background-size: 16px 16px;
		background-size: 16px 16px;
		background-position: 50% 50%;
		font-size: 0;
	}
	.inner_afisha__calendar_btn::before {
		display: none !important;
	}
	.inner_afisha__calendar_btn:hover {
		opacity: 0.8;
		background-color: #C59368;
	}
	.inner_afisha__calendar_btn--active, .inner_afisha__calendar_btn--hover, .inner_afisha__calendar_btn--active:hover, .inner_afisha__calendar_btn--hover:hover {
		padding: 0;
		background-color: #FFFFFF;
		background-image: url("../img/inner_afisha/cross.svg");
	}
	.inner_afisha__calendar_btn--active:hover {
		opacity: 0.7;
	}
}

@media (max-width: 800px) {
	.inner_afisha {
		padding-top: 0;
		padding-bottom: 80px;
	}
	.inner_afisha__events {
		width: 360px;
	}
	.inner_afisha__events_item {
		margin-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.sorting_wrapper ~ .sorting_item {
		transform: none;
		margin-bottom: 0;
	}
	.inner_afisha__calendar_btn {
		margin-left: 10px;
	}
	.inner_afisha__reset_btn {
		width: auto;
		min-width: auto;
		background-color: transparent;
		padding: 0 15px 0 0;
		font-size: 16px;
		line-height: 26px;
		text-decoration: underline;
		color: #E04E39;
	}
	.inner_afisha__reset_btn:hover, .inner_afisha__reset_btn:active {
		background-color: transparent;
		opacity: 0.8;
		color: #E04E39;
	}
	.inner_afisha__calendar {
		left: 15px;
		right: auto;
	}
	.inner_afisha__events {
		margin-top: 40px;
	}
	.inner_afisha__events_item {
		margin-bottom: 40px;
	}
	.inner_afisha .title_icon {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) {
	.inner_allnews-wrapper {
		column-count: 2;
		column-gap: 20px;
	}
	.inner_allnews-item {
		margin-bottom: 20px;
	}
	.inner_allnews-item > * {
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 780px) {
	.inner_allnews-item {
		width: 100%;
		margin-bottom: 20px !important;
		min-width: 100%;
	}
	.inner_allnews-item > * {
		max-width: 100% !important;
		width: 100% !important;
		min-width: auto !important;
	}
}

@media screen and (max-width: 767px) {
	.inner_allnews .title_wrapper {
		margin-top: 0;
	}
	.inner_allnews .sorting {
		margin-bottom: 20px;
	}
	.inner_allnews .title_icon {
		display: none;
	}
	.inner_allnews-wrapper {
		column-count: 1;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.inner_allnews-block {
		min-height: initial;
		padding: 120px 30px;
	}
	.inner_allnews .form1 {
		margin-bottom: 0;
	}
	.inner_allnews-more {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 991px) {
	.inner_afisha {
		padding-bottom: 0;
	}
	.inner_afisha-title {
		overflow: visible;
		margin: 0 -15px;
		border-radius: 0;
	}
	.inner_afisha-titleWrapper {
		padding: 0 15px;
		max-width: 100%;
	}
	.inner_afisha .title_icon {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.inner_afisha-date {
		font-size: 9px;
	}
	.inner_afisha-date svg {
		display: none;
	}
	.inner_afisha-place {
		font-size: 12px;
	}
	.inner_afisha-header {
		font-size: 20px;
	}
	.inner_afisha-headerBtn {
		max-width: 300px;
		font-size: 14px;
		position: absolute;
		transform: translate(-50%, -50%);
		left: 50%;
	}
}

@media (max-width: 1200px) {
	.tass_search__results_company_name {
		font-size: 18px;
		line-height: 24px;
	}
	.tass_search__results_subtitle,
	.tass_search__results_address,
	.tass_search__results_activity,
	.tass_search__results_type,
	.tass_search__results_size {
		font-size: 14px;
		line-height: 20px;
	}
	.tass_search__results_activity {
		margin-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.inner_tass_search {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.tass_search__title {
		text-align: center;
	}
	.tass_search__info {
		margin-top: 10px;
		text-align: center;
	}
	.tass_search__form {
		margin-top: 5px;
		padding: 20px 14px 20px 14px;
	}
	.tass_search__form_input {
		width: 80%;
		margin-left: 9px;
		padding: 12px 55px 12px 10px;
	}
	.tass_search__form_submit {
		right: 25px;
	}
	.tass_search__results_title {
		margin-top: 45px;
		text-align: center;
	}
	.tass_search__results {
		margin-bottom: 35px;
	}
	.tass_search__results_item {
		margin-bottom: 15px;
		padding: 23px 25px 20px 25px;
	}
	.tass_search__results_block1 {
		width: 100%;
		max-width: none;
	}
	.tass_search__results_block2,
	.tass_search__results_block3 {
		display: none;
	}
	.tass_search__results_linkbtn,
	.tass_search__results_note {
		display: none;
	}
}

@media (max-width: 1100px) {
	.inner_tass__item_content {
		padding: 41px 46px 44px 46px;
	}
	.inner_tass__item1 .inner_tass__item_block1,
	.inner_tass__item1 .inner_tass__item_block2 {
		flex-direction: column;
	}
	.inner_tass__item_company {
		width: 100%;
		max-width: 600px;
	}
	.inner_tass__item_short {
		width: 100%;
		margin-top: 44px;
		text-align: left;
	}
	.inner_tass__item_short .green_txt {
		margin-top: 0px;
	}
	.inner_tass__item_info {
		width: 100%;
	}
	.inner_tass__item_data {
		width: 100%;
		max-width: none;
		margin-top: 48px;
	}
}

@media (max-width: 767px) {
	.inner_tass {
		padding-bottom: 0;
	}
	.inner_tass__back {
		display: none;
	}
	.inner_tass__title {
		text-align: center;
		padding-bottom: 15px;
	}
	.inner_tass__cards {
		margin-bottom: 70px;
	}
	.inner_tass__item {
		margin-bottom: 25px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	}
	.inner_tass__item_tab {
		padding: 18px 15px 16px 15px;
	}
	.inner_tass__item_tab_title {
		font-size: 12px;
		line-height: 15px;
	}
	.inner_tass__item_content {
		padding: 36px 15px 18px 15px;
	}
	.inner_tass__item_short {
		margin-top: 40px;
	}
	.inner_tass__item_info {
		padding-top: 25px;
	}
	.inner_tass__item_data {
		margin-top: 25px;
		padding: 34px 7px 27px 7px;
	}
	.inner_tass__item_data_item .inner_tass__item_subtitle {
		margin-right: 2px;
		font-size: 12px;
	}
	.inner_tass__item_data_item .inner_tass__item_text2 {
		margin-left: 2px;
	}
	.inner_tass__item_title {
		font-size: 14px;
		line-height: 24px;
	}
	.inner_tass__item_subtitle {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.inner_tass__item_note {
		margin-top: 0;
	}
	.inner_tass__item_text,
	.inner_tass__item_text3 {
		font-size: 14px;
	}
	.inner_tass__item_text2 {
		font-size: 12px;
	}
	.inner_tass__item_subtitle_note {
		font-size: 14px;
	}
	.inner_tass__item_block2 {
		margin-top: 40px;
	}
	.inner_tass__item3 .inner_tass__item_subtitle {
		margin-bottom: 40px;
	}
	.inner_tass__item6 .inner_tass__item_content {
		padding-top: 0;
	}
	.inner_tass__item_text3.flex {
		flex-direction: column;
	}
	.inner_tass__important {
		margin-top: 35px;
	}
}

@media (max-width: 350px) {
	.inner_tass__item_data_item .inner_tass__item_subtitle,
	.inner_tass__item_data_item .inner_tass__item_text2 {
		font-size: 10px;
	}
}

@media (max-width: 1200px) {
	.inner_locations__gosu .title_wrapper,
	.inner_locations__needments .title_wrapper {
		flex-wrap: wrap;
	}
	.inner_locations__subtitle_info {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1100px) {
	.inner_locations__about_image {
		width: 47%;
	}
	.inner_locations__about_texts {
		width: 53%;
	}
}

@media (max-width: 960px) {
	.inner_locations__centers {
		padding-left: 120px;
		padding-right: 120px;
	}
	.inner_locations__title br {
		display: block;
	}
	.inner_locations__info {
		flex-direction: column;
	}
	.inner_locations__info_image {
		width: 138px;
		min-width: 138px;
		height: 138px;
		margin: 0 auto 40px auto;
		box-shadow: inset 0 0 0 6px #E04E39;
	}
	.inner_locations__info_text {
		text-align: center;
	}
	.inner_locations__about {
		flex-direction: column;
	}
	.inner_locations__about_image,
	.inner_locations__about_texts {
		width: 100%;
	}
	.inner_locations__about_image {
		height: 350px;
	}
	.inner_locations__about_texts {
		padding: 45px 12% 65px 12%;
	}
}

@media (max-width: 900px) {
	.inner_locations__gosu_item_wrapper,
	.inner_locations__needments_item {
		width: 48%;
	}
	.inner_locations__gosu_item_wrapper--big,
	.inner_locations__needments_item--big {
		width: 100%;
	}
	.inner_locations__gosu_item:nth-child(2n) {
		margin-bottom: 20px;
	}
	.inner_locations__gosu_item_btn--big {
		padding: 0 130px;
	}
	.inner_locations__gosu_item_btn--big span {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	.inner_locations {
		padding-top: 24px;
		padding-bottom: 20px;
	}
	.inner_locations__search {
		width: 100%;
	}
	.inner_locations__centers {
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.inner_locations__title {
		font-size: 20px;
		line-height: 24px;
	}
	.inner_locations__info {
		margin-top: 25px;
	}
	.inner_locations__info_image {
		width: 100px;
		min-width: 100px;
		height: 100px;
		margin: 0 auto 25px auto;
		box-shadow: inset 0 0 0 4px #E04E39;
	}
	.inner_locations__info_text {
		font-size: 14px;
		line-height: 20px;
	}
	.inner_locations__subtitle_info {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}
	.inner_locations__about_image {
		height: 300px;
	}
	.inner_locations__about_texts {
		padding: 35px 30px 40px 30px;
	}
	.inner_locations__about_title {
		font-size: 20px;
		line-height: 24px;
	}
	.inner_locations__about_text {
		margin-top: 25px;
		font-size: 14px;
		line-height: 20px;
	}
	.locations_popup__title {
		padding: 20px 25px 18px 25px;
	}
	.locations_popup__title span {
		display: block;
		margin-right: 0;
	}
	.locations_popup__content {
		padding: 47px 25px 50px 25px;
	}
	.locations_popup__content--columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
}

@media (max-width: 600px) {
	.inner_locations__gosu_item_btn--big {
		padding: 0 10px;
	}
}

@media (max-width: 550px) {
	.inner_locations__about_image {
		height: 240px;
	}
}

@media (max-width: 420px) {
	.inner_locations__about_image {
		height: 195px;
	}
	.inner_locations__gosu_item_wrapper,
	.inner_locations__needments_item {
		width: 100%;
	}
	.inner_locations__gosu_item,
	.inner_locations__needments_item {
		margin-bottom: 10px !important;
	}
	.inner_locations__gosu_item_btn--big {
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: 200px;
	}
	.inner_locations__gosu_item_btn--big span {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.error404 {
		padding-top: 45px;
		padding-bottom: 100px;
	}
	.error404__btn {
		margin-top: 30px;
	}
}

@media (max-width: 1000px) {
	.profile__download, .profile__password_validation {
		margin-left: 50px;
	}
}

@media (max-width: 900px) {
	.profile {
		padding-bottom: 40px;
	}
	.profile__title {
		margin-left: 150px;
	}
	.profile__tabs {
		width: 150px;
	}
	.profile__download {
		width: 150px;
	}
	.profile__download_label {
		width: 150px;
		height: 150px;
		font-size: 16px;
		line-height: 16px;
	}
	.profile__password_validation_text {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.profile {
		padding-top: 52px;
	}
	.profile__title {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.profile__title .title {
		margin-bottom: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.profile__title .title_icon {
		display: none;
	}
	.profile__wrapper {
		flex-wrap: wrap;
	}
	.profile__tabs {
		display: flex;
		justify-content: center;
		width: 100%;
		min-width: 100%;
	}
	.profile__tab {
		padding: 0 14px;
	}
	.profile__radio1:checked ~ .profile__tabs .profile__tab1 span::before,
	.profile__radio2:checked ~ .profile__tabs .profile__tab2 span::before,
	.profile__radio3:checked ~ .profile__tabs .profile__tab3 span::before {
		display: none;
	}
	.profile__list {
		width: 100%;
		min-width: 100%;
		flex-direction: column;
	}
	.profile__download {
		order: 1;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.profile__download_label {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 16px;
		line-height: 16px;
	}
	.profile__download_label::before {
		width: 17px;
		height: 17px;
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
	}
	.profile__main {
		order: 2;
	}
	.profile__main, .profile__work, .profile__password {
		width: 100%;
	}
	.profile__main {
		margin-top: 20px;
	}
	.profile__btn {
		max-width: 350px;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.profile__password_title {
		margin-top: 20px;
		text-align: center;
	}
	.profile__password_validation {
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-top: 35px;
		padding: 0;
		border: none;
	}
	.profile__password_validation_title {
		margin-bottom: 19px;
		text-align: center;
	}
	.profile__password_validation_text {
		max-width: 200px;
		margin: 10px auto 0 auto;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}
}

@media (max-width: 900px) {
	.profile--lk .profile__list1 .profile__password_validation_text, .profile--lk .profile__list2 .profile__password_validation_text {
		font-size: 12px;
		line-height: 16px;
	}
	.profile--lk .profile__list1 .profile__password_validation_text:nth-child(2), .profile--lk .profile__list2 .profile__password_validation_text:nth-child(2) {
		margin-bottom: 20px;
	}
	.profile--lk .profile__list1 .profile__password_validation_text:not(:nth-child(2)), .profile--lk .profile__list2 .profile__password_validation_text:not(:nth-child(2)) {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.profile--lk {
		padding-top: 30px;
	}
	.profile--lk .profile__work {
		order: 2;
		margin-top: 16px;
	}
	.profile--lk .profile__title .title {
		margin-bottom: 0;
		width: 100%;
		padding-top: 41px;
		padding-left: 0;
		text-align: center;
	}
	.profile--lk .profile__title .title_icon {
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		display: block;
	}
	.profile--lk .profile__list1 .profile__password_validation, .profile--lk .profile__list2 .profile__password_validation {
		margin-left: auto;
		margin-right: auto;
		padding-left: 26px;
		border-left: 2px solid #000000;
		max-width: 292px;
	}
	.profile--lk .profile__list1 .profile__password_validation_title, .profile--lk .profile__list2 .profile__password_validation_title {
		text-align: left;
	}
	.profile--lk .profile__list1 .profile__password_validation_text, .profile--lk .profile__list2 .profile__password_validation_text {
		text-align: left;
		margin: 0;
	}
	.base__title {
		padding-top: 30px;
	}
	.base__title .title {
		margin-bottom: 0;
		width: 100%;
		padding-top: 41px;
		padding-left: 0;
		text-align: center;
	}
	.base__title .title_icon {
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		display: block;
	}
}

@media (max-width: 1199px) {
	.support--lk .support__block--wide {
		flex-direction: column;
	}
	.support--lk .support__block--wide .support__block-title {
		width: 100%;
		margin: 0;
		text-align: center;
		margin-top: 24px;
		margin-bottom: 16px;
	}
	.support--lk .support__block--wide .support__block-title br {
		display: none;
	}
	.learn_form--new .learn__more{
		flex-direction: column;
	}
	.learn_form--new .learn__more > a{
		margin-bottom: 20px;
	}
	.learn_form--new .learn__more-description{
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.support--lk .support__block:not(.support__block--wide) {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.support--lk .support__blocks {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.support--lk .support__block {
		padding: 16px;
	}
	.support--lk .support__block--wide .support__block-title {
		font-size: 14px;
	}
	.support--lk .support__block:not(.support__block--wide) {
		width: 100%;
		min-height: auto;
	}
	.support--lk .support__block:not(.support__block--wide) .support__block-title {
		height: auto;
		min-height: 48px;
	}
	.support--lk .support__block:not(.support__block--wide) .support__block-description {
		margin-bottom: 16px;
	}
	.support--lk .support__popup {
		padding: 30px 20px;
		height: auto;
	}
	.support--lk .support__popup .support__block-title {
		margin-bottom: 16px;
		font-size: 16px;
		margin-top: 16px;
	}
	.support--lk .support__popup .support__block-title--big {
		font-size: 32px;
		margin-top: 16px;
	}
}

@media (max-width: 1200px) {
	.inner_base .container--slider {
		padding: 15px;
	}
	.inner_base .services__items {
		margin: 20px auto 0 auto;
		width: 750px;
	}
	.inner_base .services__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.inner_base .services__item:not(:nth-child(2n)) {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.inner_base {
		padding-top: 50px;
	}
	.inner_base .container--slider {
		padding: 0;
	}
	.inner_base .services__item:not(:nth-child(2n)) {
		margin-right: 0;
	}
	.inner_base .services__items {
		width: 100%;
		flex: none;
		padding-left: 15px;
	}
	.inner_base .services__items .owl-dots {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.anketa__title_info {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 26px;
	}
	.anketa__form {
		margin-top: 25px;
	}
	.anketa__top {
		padding: 45px 20px 30px 20px;
	}
	.anketa__bottom {
		padding: 20px 20px 20px 20px;
	}
}

@media (max-width: 550px) {
	.anketa__input:not(.anketa__radio_input):not(.anketa__checkbox_input) {
		width: 100%;
	}
	.anketa__label.flex {
		align-items: flex-start;
	}
	.anketa__radio.flex {
		flex-direction: column;
	}
	.anketa__bottom,
	.anketa__buttons {
		flex-direction: column;
		align-items: center;
	}
	.anketa__subtitle {
		margin-bottom: 25px;
	}
	.anketa__info {
		margin-top: -25px;
		line-height: 20px;
	}
	.anketa__info--gray {
		margin-top: 0;
	}
	.anketa__next {
		order: 1;
		margin-top: 15px;
	}
	.anketa__prev {
		order: 2;
		margin-top: 15px;
		height: 30px;
	}
	.anketa__radio_desc, .anketa__checkbox_desc {
		line-height: 19px;
	}
	.anketa__label.flex .anketa__radio_label {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.anketa__radio_toggle,
	.anketa__checkbox_toggle {
		transform: translateY(-3px);
	}
}

@media (max-width: 767px) {
	.calendar {
		width: 290px;
		min-height: 390px;
		padding: 30px 10px 64px 10px;
	}
	.calendar__block1::before, .calendar__block2 {
		display: none;
	}
	.calendar__block1 {
		width: 100%;
		padding: 0;
	}
	table {
		border-spacing: 7px 7px;
	}
	.calendar__month {
		padding-left: 10px;
	}
}

@media (max-width: 1100px) {
	.success__block {
		padding: 50px 35px;
	}
	.success__block_text_title {
		font-size: 30px;
		line-height: 35px;
	}
	.success__block_text_note {
		font-size: 24px;
		line-height: 35px;
	}
	.success__announcement_content {
		padding: 40px 30px 40px 30px;
	}
	.success__announcement_title {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 35px;
	}
	.success__announcement_paragraph {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 31px;
	}
	.success__announcement_btn {
		width: 320px;
		min-width: 320px;
		margin-top: 20px;
	}
	.success__quiz_title {
		font-size: 30px;
		line-height: 31px;
	}
	.success__quiz_note {
		max-width: 400px;
		margin-top: 10px;
		font-size: 18px;
		line-height: 26px;
	}
	.success__gift_content {
		max-width: 450px;
		padding: 28px 0 30px 28px;
	}
	.success__gift_subtitle {
		font-size: 40px;
		line-height: 44px;
	}
	.success__gift_note {
		font-size: 20px;
		line-height: 22px;
	}
	.success__gift_note span {
		display: block;
	}
	.success__gift_title {
		margin-top: 25px;
		font-size: 44px;
		line-height: 44px;
	}
	.success__gift_desc {
		margin-top: 20px;
		font-size: 20px;
		line-height: 26px;
	}
	.success__gift_btn {
		margin-top: 25px;
	}
}

@media (max-width: 900px) {
	.success3 {
		padding-bottom: 80px;
	}
	.success3 .container {
		max-width: 670px;
	}
	.success3__thanks {
		font-size: 28px;
		line-height: 36px;
	}
	.success3__note {
		margin-top: 40px;
		margin-left: 90px;
		font-size: 16px;
	}
	.success3__quiz_text {
		margin-top: 20px;
		margin-left: 90px;
		font-size: 18px;
		line-height: 22px;
	}
	.success3__quiz_answers {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.success {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.success__title .title_icon {
		display: none;
	}
	.success__block {
		flex-direction: column;
		padding: 38px 25px;
	}
	.success__block_text {
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
	}
	.success__block_text_title {
		text-align: center;
	}
	.success__block_text_note {
		margin-top: 15px;
		text-align: center;
	}
	.success__block_image {
		width: 121px;
		height: 121px;
		min-width: 121px;
		margin: 0 auto;
		-webkit-background-size: cover, 81px auto;
		background-size: cover, 81px auto;
	}
	.success__announcement {
		margin-top: 20px;
	}
	.success__announcement_wrapper {
		flex-direction: column;
	}
	.success__announcement_image {
		order: 1;
		width: 100%;
		height: 358px;
		background-position: 50% 40%;
	}
	.success__announcement_content {
		order: 2;
		padding-top: 26px;
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
	}
	.success__quiz {
		margin-top: 20px;
		padding: 36px 30px 24px 30px;
	}
	.success__quiz_btn {
		width: 100%;
		min-width: auto;
		max-width: 279px;
	}
	.success__gift {
		margin-top: 20px;
		background-position: 135% 50%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}

@media (max-width: 700px) {
	.success__gift_content {
		max-width: 260px;
		padding: 28px 15px 30px 15px;
	}
	.success__gift_subtitle {
		font-size: 25px;
		line-height: 28px;
	}
	.success__gift_note {
		font-size: 13px;
		line-height: 15px;
	}
	.success__gift_title {
		margin-top: 30px;
		font-size: 25px;
		line-height: 26px;
	}
	.success__gift_desc {
		margin-top: 18px;
		font-size: 14px;
		line-height: 22px;
	}
	.success__gift_desc br {
		display: none;
	}
	.success__gift_btn {
		width: 180px;
		height: 40px;
		margin-top: 15px;
		padding-top: 10px;
		font-size: 15px;
		line-height: 23px;
	}
	.success__gift {
		background-position: right -50px bottom 0;
	}
	.success3 {
		padding-top: 37px;
		padding-bottom: 45px;
	}
	.success3__thanks {
		max-width: 500px;
		font-size: 16px;
		line-height: 20px;
	}
	.success3__note {
		margin-left: 0;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}
	.success3__quiz_text {
		margin-left: 0;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
	}
	.success3__quiz_question {
		margin-top: 33px;
		font-size: 16px;
		line-height: 48px;
	}
	.success3__quiz_answers {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 0;
		margin-top: 5px;
	}
	.success3__quiz_link {
		height: 50px;
		width: 300px;
		margin-bottom: 16px;
		padding-top: 18px;
		font-size: 13px;
		line-height: 15px;
	}
}

@media (max-width: 650px) {
	.success__quiz {
		background-position: 60% 0;
	}
	.success__quiz_title {
		max-width: 280px;
	}
	.success__quiz_note {
		max-width: 300px;
	}
}

@media (max-width: 550px) {
	.success__quiz {
		background-position: 0 0;
	}
}

@media (max-width: 500px) {
	.success__gift {
		background-position: right -135px bottom -135px;
		-webkit-background-size: auto 400px;
		background-size: auto 400px;
	}
	.success__gift_content {
		padding-bottom: 150px;
	}
}

@media (max-width: 430px) {
	.success__announcement_btn {
		width: 100%;
		min-width: auto;
		max-width: 270px;
		padding-top: 13px;
	}
	.success__announcement_image {
		height: 280px;
	}
}

@media (max-width: 380px) {
	.success__quiz {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 685px;
		background-image: url("../img/success/bg_announce2.jpg");
		background-repeat: no-repeat;
		background-position: 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media (max-width: 360px) {
	.success__block_text_title {
		font-size: 26px;
		line-height: 31px;
	}
	.success__block_text_note {
		font-size: 20px;
		line-height: 31px;
	}
	.success__announcement_content {
		padding: 26px 15px;
	}
	.success__announcement_title {
		font-size: 26px;
		line-height: 31px;
	}
	.success__announcement_paragraph {
		font-size: 16px;
		line-height: 27px;
	}
	.success__quiz {
		padding: 36px 15px 24px 15px;
	}
}

@media (max-width: 1150px) {
	.startup__block {
		-webkit-background-size: 130% auto;
		background-size: 130% auto;
	}
}

@media (max-width: 900px) {
	.startup__block {
		-webkit-background-size: 150% auto;
		background-size: 150% auto;
	}
}

@media (max-width: 767px) {
	.startup__block {
		margin-top: 15px;
	}
	.startup__block_desc {
		margin-top: 15px;
		font-size: 18px;
		line-height: 25px;
	}
	.startup__block_important {
		max-width: 465px;
		font-size: 34px;
		line-height: 34px;
	}
	.startup__block_btn {
		width: 241px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media (max-width: 700px) {
	.startup__block {
		padding: 170px 15px;
		-webkit-background-size: 150% auto;
		background-size: 150% auto;
		background-position: 50% 50%;
	}
	.startup__block_important {
		max-width: 310px;
		font-size: 30px;
		line-height: 32px;
	}
}

@media (max-width: 500px) {
	.startup__block_important br {
		display: none;
	}
	.startup__block {
		-webkit-background-size: 200% auto;
		background-size: 200% auto;
	}
}

@media (max-width: 767px) {
	.startup-page__bonus br {
		display: block;
	}
}

@media (max-width: 991px) {
	.startup-counter {
		margin-top: 30px;
	}
	.startup-counter__block {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.startup-counter__block {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.events--startup {
		margin-bottom: 30px;
		padding-top: 10px;
	}
	.events__nearest--startup {
		margin-top: 20px;
		padding: 0 15px;
	}
	.events__nearest--startup .events__nearest_item {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 991px) {
	.base.startup-await {
		margin-top: 30px;
	}
	.base.startup-await .base__item {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.base.startup-await .base__items--await {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 699px) {
	.base.startup-await .base__item {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 991px) {
	.base.startup-stages .base__item {
		width: calc(50% - 30px);
		margin-bottom: 30px !important;
	}
	.base.startup-stages {
		margin-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.base.startup-stages .base__item {
		width: 260px;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1060px) {
	.experts__content--startup + .startup-stages__form .form2--gray {
		display: none;
	}
	.experts__content--startup + .startup-stages__form {
		background-color: transparent;
	}
	.experts__content--startup + .startup-stages__form .learn__reg_btn {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991px) {
	.experts__content--startup {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.experts__content--startup {
		padding: 0 15px;
	}
}

@media (max-width: 1200px) {
	.main .container {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.main__slide {
		padding: 30px 15px 35px 15px;
	}
	.main__slide_date {
		font-size: 20px;
		line-height: 30px;
	}
	.main__slide_title {
		max-width: 85%;
		font-size: 25px;
		line-height: 27px;
	}
	.main__slide_note {
		max-width: 85%;
		margin-top: 15px;
		font-size: 18px;
		line-height: 22px;
	}
	.main__slide_icon {
		width: 35px;
		height: 35px;
	}
	.main__slide_icon svg {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 400px) {
	.main__slide_date {
		font-size: 18px;
		line-height: 25px;
	}
	.main__slide_title {
		font-size: 22px;
		line-height: 24px;
	}
	.main__slide_note {
		font-size: 16px;
		line-height: 19px;
	}
}

@media (max-width: 1180px) {
	.inner_banks__card {
		width: 24%;
		margin-right: 1%;
	}
	.inner_banks__card:nth-of-type(4n) {
		margin-right: 1%;
	}
}

@media (max-width: 1100px) {
	.inner_banks .title_icon {
		bottom: auto;
		top: -8px;
	}
	.inner_banks__top_info {
		max-width: 300px;
		padding: 25px 9px 25px 42px;
	}
	.inner_banks__top_labels {
		flex-wrap: wrap;
		justify-content: center;
		padding: 32px 25px;
	}
	.inner_banks__top_desc {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.inner_banks__search {
		margin-top: 37px;
	}
	.inner_banks__logos {
		margin-top: 35px;
	}
	.inner_banks__card {
		width: 32%;
		margin-right: 2%;
	}
	.inner_banks__card:nth-of-type(4n) {
		margin-right: 2%;
	}
	.inner_banks__card:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media (max-width: 842px) {
	.inner_banks__card {
		width: 48%;
		margin-right: 4%;
	}
	.inner_banks__card:nth-of-type(3n) {
		margin-right: 4%;
	}
	.inner_banks__card:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.inner_banks {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.inner_banks .title {
		padding-top: 0;
		margin-bottom: 0;
	}
	.inner_banks .title_icon {
		display: none;
	}
	.inner_banks__top {
		margin-top: 15px;
	}
	.inner_banks__top_info {
		display: none;
	}
	.inner_banks__search_input {
		height: 55px;
		padding-top: 20px;
		padding-left: 20px;
		font-weight: 400;
		font-size: 18px;
		line-height: 26px;
	}
	.inner_banks__search_submit {
		top: 18px;
		right: 20px;
	}
	.inner_banks__regions {
		margin-top: 35px;
		margin-left: 20px;
	}
	.inner_banks__regions_item_list {
		padding-left: 15px;
	}
}

@media (max-width: 570px) {
	.inner_banks__card {
		width: 48%;
		min-height: 97px;
		padding-top: 15px;
		margin-bottom: 10px;
		margin-right: 4%;
	}
	.inner_banks__card:nth-of-type(3n) {
		margin-right: 4%;
	}
	.inner_banks__card:nth-of-type(2n) {
		margin-right: 0;
	}
	.inner_banks__card_image {
		height: 26px;
	}
	.inner_banks__card_text {
		margin-top: 20px;
		font-size: 10px;
		line-height: 12px;
	}
}

@media (max-width: 500px) {
	.inner_banks .title {
		font-size: 14px;
		line-height: 20px;
	}
	.inner_banks__top_labels {
		padding: 25px 10px;
	}
	.inner_banks__top_label {
		height: 40px;
		margin-right: 7px;
		padding: 8px 10px;
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.inner_banks__card {
		width: 49%;
		margin-right: 2%;
		padding: 15px 15px 10px 15px;
	}
	.inner_banks__card:nth-of-type(3n) {
		margin-right: 2%;
	}
	.inner_banks__card:nth-of-type(2n) {
		margin-right: 0;
	}
	.inner_banks__card_text {
		margin-top: 18px;
	}
	.inner_banks__regions_item_region {
		margin-top: 10px;
		font-size: 14px;
	}
}

@media (max-width: 350px) {
	.inner_banks__top_desc {
		margin-bottom: 10px;
	}
	.inner_banks__top_label {
		margin-top: 10px;
		margin-right: 0;
	}
}

@media (max-width: 1060px) {
	.learn__content_note {
		margin-top: 35px;
		font-weight: 700;
		font-size: 27px;
		line-height: 32px;
	}
	.inner_intensiv .learn__content-description {
		max-width: none;
		margin-top: 25px;
		font-size: 18px;
		line-height: 24px;
		color: #000000;
	}
	.inner_intensiv .learn__content {
		text-align: center;
	}
	.inner_intensiv .learn__image {
		height: 300px;
		background-position: 50% 20%;
	}
	.inner_intensiv__form_wrapper {
		background-position: 115% 50%;
		-webkit-background-size: auto 120%;
		background-size: auto 120%;
	}
	.inner_intensiv__form {
		padding: 40px 28px;
	}
}

@media (max-width: 767px) {
	.inner_intensiv__form {
		padding: 40px 15px;
	}
	.inner_intensiv__form_title {
		font-size: 41px;
		line-height: 37px;
	}
	.inner_intensiv__form_note {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px;
	}
	.inner_intensiv__form__item {
		width: 300px;
	}
	.inner_intensiv__form .form__footer {
		max-width: 300px;
	}
	.inner_intensiv__form__submit2 {
		width: 89px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 720px) {
	.inner_intensiv__form_answer {
		max-width: 320px;
		font-size: 23px;
		line-height: 23px;
	}
}

@media (max-width: 700px) {
	.inner_intensiv .learn__content {
		padding: 35px 10px;
	}
	.inner_intensiv .learn__content_title {
		font-size: 28px;
		line-height: 30px;
	}
	.inner_intensiv .learn__content_note {
		margin-top: 25px;
		font-size: 20px;
		line-height: 24px;
	}
	.inner_intensiv .learn__content-description {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 550px) {
	.inner_intensiv__form_wrapper {
		padding-bottom: 90px;
		background-position: right -135px bottom -135px;
		-webkit-background-size: auto 400px;
		background-size: auto 400px;
	}
	.inner_intensiv__form_answer {
		align-self: flex-start;
		text-align: left;
	}
}

@media (max-width: 450px) {
	.inner_intensiv__form__item {
		width: 100%;
	}
	.inner_intensiv__form {
		text-align: center;
	}
	.inner_intensiv__form .form__footer {
		max-width: none;
		width: 100%;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.inner_article {
		padding-top: 15px;
	}
	.inner_news__public {
		margin-right: auto;
	}
	.inner_news__article {
		margin-top: 10px;
	}
	.inner_article__title {
		font-size: 24px;
		line-height: 28px;
	}
	.inner_article__title br {
		display: none;
	}
	.inner_article__subtitle {
		margin-top: 15px;
		font-size: 18px;
		line-height: 24px;
	}
	.inner_article__image {
		margin-top: 30px;
	}
	.inner_article__image_title {
		margin-top: 8px;
		font-size: 10px;
		line-height: 12px;
	}
	.inner_article__image_note {
		margin-top: 2px;
		font-size: 10px;
		line-height: 12px;
	}
	.inner_article__lead {
		margin-top: 25px;
		padding-bottom: 18px;
		font-size: 14px;
		line-height: 22px;
	}
	.inner_article__link {
		line-height: 15px;
	}
	.inner_article__group {
		margin-top: 45px;
	}
	.inner_article__title2 {
		font-size: 22px;
		line-height: 24px;
	}
	.inner_article__text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.inner_article__important {
		margin-top: 32px;
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 18px;
	}
	.inner_article__mark {
		line-height: 19px;
	}
	.inner_article__quote {
		margin-top: 30px;
		padding: 15px;
		font-size: 14px;
		line-height: 22px;
		border-radius: 7px;
	}
	.inner_article__quote::before {
		bottom: 23px;
		left: 15px;
		width: 25px;
		height: 16px;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
	}
	.inner_article__quote_author {
		margin-top: 15px;
		padding-left: 40px;
		font-size: 10px;
		line-height: 14px;
	}
	.inner_article__list {
		margin-top: 40px;
		font-size: 20px;
		line-height: 26px;
	}
	.inner_article__list_item {
		margin-bottom: 28px;
		padding-left: 25px;
		font-size: 16px;
		line-height: 24px;
	}
	.inner_article__video {
		margin-top: 30px;
	}
	.inner_article__video,
	.inner_article__video_frame {
		height: 300px;
	}
	.inner_article__slider_note {
		top: 242px;
		font-size: 10px;
		line-height: 12px;
	}
	.inner_article__reference {
		margin-top: 33px;
		padding: 15px;
		border-radius: 7px;
	}
	.inner_article__reference_title {
		font-size: 20px;
		line-height: 40px;
	}
	.inner_article__reference_text {
		font-size: 14px;
		line-height: 22px;
	}
	.inner_article__reference_text--closed {
		max-height: 135px;
	}
	.inner_article__text_hidden_btn {
		width: 100%;
		max-width: 430px;
		height: auto;
		padding: 8px 5px;
		line-height: 20px;
	}
	.inner_article__author {
		margin-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 1150px) {
	.statistics__item {
		min-width: 320px;
		margin-right: auto;
	}
	.statistics__num_item {
		height: 72px;
		font-size: 60px;
		line-height: 40px;
	}
	.statistics__item_title {
		font-size: 22px;
		line-height: 20px;
	}
	.statistics__list2 .statistics__item_title {
		font-size: 18px;
		line-height: 20px;
	}
	.statistics__list2 .statistics__item {
		min-width: 325px;
		margin-right: auto;
	}
}

@media (max-width: 1010px) {
	.statistics__item {
		max-width: 370px;
		width: 100%;
		margin-right: 1.1%;
	}
	.statistics__item:nth-of-type(3n) {
		margin-right: 1.1%;
	}
	.statistics__item:nth-of-type(2n) {
		margin-right: 0;
	}
	.statistics__total {
		padding: 30px 15px;
	}
	.statistics__total_note {
		margin-right: 30px;
		font-size: 30px;
		line-height: 22px;
	}
	.statistics__list2 .statistics__item {
		margin-right: 0;
	}
}

@media (max-width: 900px) {
	.statistics__item {
		margin-right: auto;
	}
	.statistics__item:nth-of-type(3n) {
		margin-right: auto;
	}
	.statistics__item:nth-of-type(2n) {
		margin-right: 0;
	}
	.statistics__list2 .statistics__item {
		margin-right: auto;
	}
	.statistics__list2 .statistics__item:nth-of-type(3n) {
		margin-right: auto;
	}
	.statistics__list2 .statistics__item:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (max-width: 800px) {
	.statistics__item {
		max-width: 350px;
	}
}

@media (max-width: 750px) {
	.statistics__item {
		max-width: 320px;
	}
}

@media (max-width: 700px) {
	.statistics {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.statistics__title {
		font-size: 26px;
		line-height: 27px;
	}
	.statistics__subtitle {
		margin-top: 50px;
		padding: 19px 15px 16px;
		font-size: 20px;
		line-height: 26px;
	}
	.statistics__list {
		margin-top: 20px;
	}
	.statistics__total .statistics__numbers {
		width: 100%;
	}
	.statistics__total .statistics__num_item {
		height: 72px;
		font-size: 60px;
		line-height: 40px;
	}
	.statistics__total_note {
		font-size: 22px;
		line-height: 20px;
	}
	.statistics__item {
		width: 100%;
		max-width: none;
		margin-bottom: 20px;
		padding-top: 25px;
	}
	.statistics__numbers {
		margin-top: 25px;
		max-width: 330px;
	}
	.statistics__list2 {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.statistics__list2 .statistics__numbers {
		max-width: 335px;
		margin-top: 15px;
	}
	.statistics__list2 .statistics__item {
		position: relative;
		min-width: 290px;
		max-width: none;
		margin-bottom: 20px;
		margin-left: 18px;
		margin-right: 18px;
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.statistics__list2 .statistics__item::before {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.8px;
		background-color: #F4F4F4;
	}
	.statistics__list2 .statistics__item:nth-of-type(3n) {
		margin-right: 18px;
	}
	.statistics__list2 .statistics__item:nth-of-type(2n) {
		margin-right: 18px;
	}
	.statistics__theme {
		font-size: 22px;
		line-height: 20px;
	}
}

@media (max-width: 560px) {
	.statistics__total {
		flex-wrap: wrap;
		padding-top: 25px;
	}
	.statistics__total .statistics__numbers {
		min-width: 290px;
		width: 100%;
		max-width: 335px;
	}
	.statistics__total_note {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 400px) {
	.statistics__item {
		margin-right: 0;
	}
	.statistics__item:nth-of-type(3n) {
		margin-right: 0;
	}
	.statistics__item:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (max-width: 1500px) {
	.lk__quiz_anchor {
		top: -145px;
	}
}

@media (max-width: 1000px) {
	.lk__link {
		width: 32%;
		min-height: 280px;
	}
	.lk__quiz_header {
		padding: 39px 140px;
		-webkit-background-size: 90px auto, 90px auto;
		background-size: 90px auto, 90px auto;
		background-position: 3% 40%, 96% 50%;
	}
}

@media (max-width: 767px) {
	.lk_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lk_section__title .title {
		padding-left: 0;
	}
	.lk__links {
		margin-top: 0;
	}
	.lk__link {
		width: 32%;
		min-height: 200px;
		padding: 15px;
	}
	.lk__link_title {
		font-size: 22px;
		line-height: 20px;
	}
	.lk__quiz {
		margin: 0;
		border-radius: 0;
	}
	.lk__quiz_header {
		padding: 105px 15px 15px;
		background-image: url("../img/lk/help.svg");
		-webkit-background-size: 44px auto;
		background-size: 44px auto;
		background-position: 24px 34px;
		font-size: 22px;
		line-height: 33px;
	}
	.lk__quiz_form {
		padding-top: 20px;
	}
	.lk__quiz_form_top {
		padding: 0 35px 15px 35px;
	}
	.lk__quiz_form_desc:last-of-type {
		margin-top: 15px;
	}
	.lk__quiz_form_textarea_item {
		margin-top: 5px;
	}
	.lk__quiz_form_textarea {
		height: 220px;
	}
}

@media (max-width: 560px) {
	.lk__links {
		flex-wrap: wrap;
	}
	.lk__link {
		max-width: 350px;
		width: 100%;
		min-height: 318px;
		margin: 0 auto 15px auto;
		padding: 20px;
	}
	.lk__link_title {
		font-size: 22px;
		line-height: 25px;
	}
}

@media (max-width: 1050px) {
	.idea__item {
		min-height: 408px;
	}
	.idea__block {
		padding: 42px 30px 49px 93px;
		-webkit-background-size: 215px auto, 175px auto;
		background-size: 215px auto, 175px auto;
		background-position: -32px 60%, 100% 75%;
	}
	.idea__info {
		font-size: 26px;
		line-height: 28px;
	}
	.idea__info::before {
		right: -30px;
		bottom: -20px;
		width: 57px;
		height: 34px;
	}
	.idea__btn {
		position: relative;
		left: 50%;
		transform: translateX(-58%);
		width: 343px;
		min-width: 343px;
		height: 76px;
		margin-top: 45px;
		padding-top: 25px;
		font-size: 25px;
		line-height: 26px;
	}
	.idea .startup__block {
		padding-top: 100px;
		padding-bottom: 49px;
	}
	.idea__item1 {
		padding: 48px 40px 0;
		background-position: 102% -5px, right 59px bottom 40px;
		-webkit-background-size: 267px auto, 181px auto;
		background-size: 267px auto, 181px auto;
	}
	.idea__item1_title {
		font-size: 55px;
		line-height: 63px;
	}
	.idea__item1_info {
		max-width: 453px;
		margin-top: 20px;
		font-size: 24px;
		line-height: 26px;
	}
	.idea__item1_action {
		margin-top: 13px;
		font-size: 20px;
		line-height: 22px;
	}
	.idea__item1_btn {
		width: 349px;
		height: 77px;
		margin-top: 40px;
		padding-top: 25px;
		font-size: 25px;
		line-height: 26px;
		border-radius: 100px;
	}
}

@media (max-width: 740px) {
	.idea__item {
		min-height: 500px;
	}
	.idea__block {
		padding: 84px 14px 154px 21px;
		-webkit-background-size: 215px auto, 103px auto;
		background-size: 215px auto, 103px auto;
		background-position: 0 104%, -12px 34px;
	}
	.idea .startup__block {
		padding-top: 150px !important;
		padding-bottom: 49px;
	}
	.idea__info {
		padding: 18px 30px;
		font-size: 20px;
		line-height: 22px;
		border-radius: 23px 23px 0px 23px;
	}
	.idea__info::before {
		right: -14px;
		bottom: -12px;
		width: 28px;
		height: 21.5px;
	}
	.idea__btn {
		position: relative;
		left: 0;
		transform: none;
		width: 241px;
		min-width: 241px;
		height: 57px;
		margin: 51px auto 0 auto;
		padding-top: 17px;
		font-size: 16px;
		line-height: 26px;
	}
	.idea__item1 {
		padding: 58px 40px 0;
		background-position: 50% 99%, -10px 22px;
		-webkit-background-size: 184px auto, 111px auto;
		background-size: 184px auto, 111px auto;
	}
	.idea__item1_title {
		font-size: 50px;
		line-height: 63px;
	}
	.idea__item1_info {
		margin-top: 20px;
		font-size: 20px;
		line-height: 22px;
	}
	.idea__item1_action {
		margin-top: 17px;
	}
	.idea__item1_btn {
		width: 246px;
		height: 58px;
		margin-top: 30px;
		padding-top: 16px;
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 430px) {
	.idea__item {
		min-height: 560px;
	}
}

@media (max-width: 1050px) {
	.inner_result {
		padding-bottom: 70px;
	}
	.inner_result__box {
		flex-direction: column;
	}
	.inner_result__content {
		width: 100%;
		padding: 72px 60px;
	}
	.inner_result__image {
		width: 100%;
		height: 380px;
		background-position: 50% 50% !important;
	}
	.inner_result2 .inner_result__image,
	.inner_result3 .inner_result__image {
		background-position: 50% 0 !important;
	}
	.inner_result__content_title {
		font-size: 45px;
		line-height: 45px;
		text-align: center;
	}
	.inner_result__content_note {
		margin-top: 20px;
		font-size: 30px;
		line-height: 33px;
		text-align: center;
	}
	.inner_result__content_text {
		max-width: none;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	.inner_result__video_box,
	.plyr--video,
	.plyr__video-wrapper {
		height: 500px;
	}
	.inner_result__video_overlay::before {
		left: 44px;
		bottom: 48px;
		width: 72px;
		height: 72px;
		-webkit-background-size: 25px auto;
		background-size: 25px auto;
		background-position: 57% 50%;
	}
	.inner_result__video_note {
		margin-top: 50px;
		font-size: 24px;
		line-height: 24px;
	}
}

@media (max-width: 800px) {
	.inner_result__video_box,
	.plyr--video,
	.plyr__video-wrapper {
		height: 400px;
	}
	.inner_result__image {
		height: 290px;
	}
	.inner_result__video_note {
		max-width: 600px;
	}
}

@media (max-width: 650px) {
	.inner_result__content {
		width: 100%;
		padding: 35px 10px;
	}
	.inner_result__content_title {
		font-size: 29px;
		line-height: 31px;
	}
	.inner_result__content_note {
		margin-top: 20px;
		font-size: 20px;
		line-height: 25px;
	}
	.inner_result__content_text {
		font-size: 16px;
		line-height: 24px;
	}
	.inner_result__video_title {
		margin-top: 40px;
		font-size: 17px;
		line-height: 18px;
	}
	.inner_result__video_speaker {
		padding-left: 23px;
		font-size: 16px;
		line-height: 18px;
	}
	.inner_result__video_speaker::before {
		width: 20px;
		height: 2.5px;
		transform: rotate(-60.34deg);
	}
	.inner_result__video_box,
	.plyr--video,
	.plyr__video-wrapper {
		height: 300px;
	}
	.inner_result__video_overlay::before {
		left: 21px;
		bottom: 23px;
		width: 34px;
		height: 34px;
		-webkit-background-size: 12px auto;
		background-size: 12px auto;
		background-position: 57% 50%;
	}
	.inner_result__more {
		margin-top: 30px;
	}
	.inner_result__image {
		display: none;
	}
}

@media (max-width: 500px) {
	.inner_result__video_box,
	.plyr--video,
	.plyr__video-wrapper {
		height: 250px;
	}
}

@media (max-width: 420px) {
	.inner_result__video_box,
	.plyr--video,
	.plyr__video-wrapper {
		height: 190px;
	}
}

@media (max-width: 992px) {
	.video_stream__info p {
		font-size: 3vw;
		line-height: 3vw;
	}
	.video_stream__info p:nth-child(3) {
		font-size: 24px !important;
		line-height: initial !important;
	}
}

@media (max-width: 540px) {
	.video_stream div:nth-child(1) {
		padding: 30px 25px;
	}
}

@media (max-width: 768px) {
	.video_stream__subscene {
		height: 130px;
	}
	.video_stream__info p {
		font-size: 5vw;
		line-height: 6vw;
	}
	.video_stream__info-img {
		display: none;
	}
	.video_stream__description {
		font-size: 16px;
		margin-bottom: 16px;
		margin-top: 16px;
	}
	.video_stream__description span {
		font-size: 24px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.video_stream__subscene {
		height: 200px;
	}
}

@media (max-width: 1250px) {
	.popup_region__mini {
		right: 30px;
	}
}

@media (max-width: 650px) {
	.popup_region {
		padding: 50px 5px 20px 15px;
	}
	.popup_region__letters {
		margin-right: 5px;
		padding: 12px 0 7px 0;
	}
	.popup_region__letters::before {
		width: 5px;
	}
	.popup_region__letter {
		margin-bottom: 5px;
	}
	.popup_region__cities {
		margin-top: 15px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.popup_region__city {
		font-size: 15px;
		line-height: 40px;
	}
}

@media (max-width: 400px) {
	.popup_region__mini {
		right: 30px;
	}
}

@media (max-width: 767px) {
	.popup_bookmark {
		padding: 60px 20px 50px 20px;
	}
	.popup_bookmark__title {
		margin-bottom: 50px;
	}
}

@media (max-width: 450px) {
	.popup_registration {
		padding: 60px 25px 50px 25px;
	}
}

@media screen and (max-width: 1440px) {
	.zaglushka_main {
		min-height: 100vh;
		height: 100%;
	}
	.zaglushka_main::after {
		top: 15%;
	}
}

@media screen and (max-width: 991px) {
	.zaglushka_main::before {
		content: url("../img/zaglushka/main_circle_left_md.png");
		top: 75%;
	}
	.zaglushka_main::after {
		content: url("../img/zaglushka/main_circle_right_md.png");
		top: 57%;
	}
	.zaglushka_main__content {
		padding: 50px 0 20px;
	}
	.zaglushka_main__title {
		max-width: 650px;
		margin: 0 auto 40px;
	}
	.zaglushka_main__title-text-big {
		font-size: 87px;
	}
	.zaglushka_main__title-text-sm {
		font-size: 22px;
	}
	.zaglushka_main__form {
		padding-left: 150px;
	}
	.zaglushka_main__footer-text {
		padding-left: 150px;
	}
	.zaglushka_main__linkbtn {
		margin-bottom: 47px;
	}
}

@media screen and (max-width: 767px) {
	.zaglushka_main::before {
		display: none;
	}
	.zaglushka_main::after {
		content: url("../img/zaglushka/main_circle_right_sm.png");
		top: 31%;
	}
	.zaglushka_main__content {
		padding: 10px 0;
	}
	.zaglushka_main__title {
		margin-bottom: 115px;
		position: relative;
	}
	.zaglushka_main__title-logo {
		width: 20%;
		order: 2;
	}
	.zaglushka_main__title-text {
		width: 78%;
		order: 1;
	}
	.zaglushka_main__title-text-big {
		font-size: 46px;
		text-align: right;
		line-height: 0.8;
	}
	.zaglushka_main__title-text-big span {
		display: block;
	}
	.zaglushka_main__title-text-sm {
		font-size: 16px;
		line-height: 1;
		position: absolute;
		bottom: -90px;
	}
	.zaglushka_main__form {
		padding-left: 0;
	}
	.zaglushka_main__form .form__title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.zaglushka_main__form .form__item {
		flex: 1 0;
		margin-bottom: 10px;
	}
	.zaglushka_main__form .form__item_button {
		margin-bottom: 0;
	}
	.zaglushka_main__form .form__input {
		height: 60px;
		font-size: 16px;
		text-indent: 12px;
	}
	.zaglushka_main__form .form__button {
		font-size: 18px;
		height: 60px;
		max-width: 213px;
	}
	.zaglushka_main__footer-text {
		padding-left: 0;
		text-align: center;
	}
	.zaglushka_main__linkbtn {
		max-width: 312px;
		width: 100%;
		height: 50px;
		margin-left: 0;
		margin-bottom: 27px;
		padding-top: 18px;
		font-size: 16px;
		line-height: 16px;
		-webkit-background-size: 18px 25px, cover;
		background-size: 18px 25px, cover;
	}
}
