/* Total */
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container_lg {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1860px;
}
@media(max-width: 1200px){
	.container {
		padding: 0 15px;
	}
}
body {
	background: #fff;
}
/* Total */

/* Fonts */
/* @font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url(fonts/Open_Sans/static/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Staatliches';
  font-weight: 400;
  src: url(fonts/Staatliches/Staatliches-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 300;
  src: url(fonts/Raleway/static/Raleway-Light.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  src: url(fonts/Raleway/static/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 500;
  src: url(fonts/Raleway/static/Raleway-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 600;
  src: url(fonts/Raleway/static/Raleway-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  src: url(fonts/Raleway/static/Raleway-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 800;
  src: url(fonts/Raleway/static/Raleway-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: 'Raleway';
  font-weight: 900;
  src: url(fonts/Raleway/static/Raleway-Black.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: url(fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url(fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  src: url(fonts/Roboto/Roboto-Black.ttf) format("truetype");
} */
/* Fonts */



/* Header */
.header {
	
}
.header_top {
	position: relative;
	background: #342D71;
	z-index: 11;
}
.header_top_block {
	height: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_top_left {
	display: flex;
	align-items: center;
}
.header_top_right {
	
}
.header_top_lang {
	position: relative;
}
.header_top_lang_current {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header_top_lang_current .lang_img {
	border-radius: 2px;
	width: 18px;
	height: 12px;
	margin-right: 9px;
}
.header_top_lang_current svg {
	transition: 0.3s;
}
.header_top_lang_current.open svg {
	transform: rotate(180deg);
}
.header_top_lang_list {
	position: absolute;
	background: #342D71;
	top: 100%;
	width: calc(100% + 7px);
	right: 0;
	padding: 0;
	height: 0;
	z-index: 2;
	overflow: hidden;
	transition: 0.3s;
}
.header_top_lang_list.open {
	height: auto;
	padding: 7px 0;
}
.header_top_lang_line {
	padding: 2px 0;
	padding-right: 9px;
	padding-left: 7px;
}
.header_email,
.header_address {
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.header_address {
	margin-right: 29px;
}
.header_email svg,
.header_address svg {
	margin-right: 10px;
}
.header_middle {
	position: relative;
	z-index: 10;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.header_middle_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 86px;
}
.header_middle_block_left {
	display: flex;
	align-items: center;
}
.header_logo {
	display: flex;
	align-items: center;
	font-family: 'Staatliches';
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	color: #342D71;
	margin-right: 16px;
	max-width: 288px;
}
.header_logo img {
	margin-right: 13px;
	max-width: 120px;
}
.header_logo_title {
	padding-left: 12px;
	border-left: 1px solid #D2D2D2;
	font-family: 'Raleway';
	font-style: normal;
	font-size: 15px;
	line-height: 130%;
	color: #342D71;
}
.header_logo_title_top {
	font-weight: 700;
}
.header_logo_title_bottom {
	font-weight: 500;
}
.header_middle_block_right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.header_search {
	position: relative;
	width: 221px;
	margin-top: 4px;
	margin-right: 30px;
}
.header_search button {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 14px;
	top: 11px;
	border: none;
	padding: 0;
	cursor: pointer;
}
.header_search button:hover svg path {
	fill: #342D71;
}
.header_search input {
	width: 100%;
	height: 36px;
	background: #F3F3FB;
	border-radius: 200px;
	border: none;
	outline: none;
	
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #0F0F0F;
	padding-left: 36px;
	padding-right: 8px;
}
.header_search input::placeholder {
	font-weight: 500;
}
.header_viber_phone {
	display: flex;
	align-items: center;
}
.header_viber_phone_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	
	background: #FFFFFF;
	/* border: 1px solid #DADAE9; */
	border-radius: 50px;
	margin-right: 14px;
	cursor: pointer;
}
.header_viber_phone_img svg {
	
}
.header_viber_phone_img:hover {
	background: #DADAE9;
}
.header_viber_phone_img:hover svg path {
	fill: #2413B1;
}
.header_viber_phone_number {
	position: relative;
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #342D71;
	cursor: pointer;
}
.header_viber_phone_number .img {
	position: absolute;
	right: calc(100% + 14px);
	top: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #DADAE9;
	border-radius: 50px;
	cursor: pointer;
}
.header_viber_phone_number:hover {
	color: #2413B1;
}
.header_viber_phone_number:hover .img {
	background: #DADAE9;
}
.header_viber_phone_number:hover .img svg path {
	fill: #2413B1;
}
.header_viber_phone_subtitle {
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: #342D71;
}
.header_viber_phone_subtitle span {
	margin: 0 7px;
}
.header_viber_phone_subtitle a {
	cursor: pointer;
}
.header_viber_phone_subtitle a:hover {
	color: #2313B1;
}
.header_bottom {
	
}
.header_bottom_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	width: 100%;
}
.header_bottom_block_left {
	
}
.header_bottom_block_right {
	
}
.header_list {
	display: flex;
	align-items: center;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
}
.header_line {
	margin-right: 46px;
	cursor: pointer;
}
.header_line:hover {
	color: #342D71;
}
.header_line:last-child {
	margin-right: 0;
}
.header_line.active {
	height: 36px;
	line-height: 34px;
	background: #FFC425;
	border-radius: 200px;
	padding: 0 27px;
	margin-left: -11px;
}
.header_line.active:hover {
	background: #342D71;
	color: #FFC425;
}
.header_select {
	position: relative;
}
.header_select:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 4px;
	background: no-repeat url(/images/arrow_down.png);
	right: -14px;
	top: 10px;
	transition: 0.3s;
}
.header_select.active:after {
	top: 18px;
}
.header_select:hover:after,
.header_select.show:after {
	transform: rotate(180deg);
} 
.header_select .header_select_list {
	position: absolute; 
	transition: 0.3s;
	width: auto;
	min-width: 100%;
	background: #fff;
	top: 100%;
	left: 0;
	padding: 0px 10px;
	height: 0;
	overflow: hidden;
}
.header_select:hover .header_select_list,
.header_select.show .header_select_list {
	top: calc(100% + 0px);
	height: auto;
	overflow: visible;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
	z-index: 1;
}
.header_select .header_select_line {
	line-height: 20px;
	white-space: nowrap;
	color: #000000;
	cursor: pointer;
}
.header_select .header_select_line:hover {
	color: #342D71;
}
.header_select .header_select_line.select_active {
	color: #FFC425;
}
.header_soc_block {
	display: flex;
	align-items: center;
}
.header_soc_line {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	cursor: pointer;
}
.header_soc_line.facebook:hover svg path {
	fill: #4867AA;
}
.header_soc_line.instagram:hover svg path {
	fill: url(#paint0_linear_41_273);
}
.header_soc_line.youtube:hover svg path {
	fill: #F30400;
}
.header_soc_line:first-child {
	margin-left: 0px;
}
/* Header end */

/* Footer */
.footer {
	background: #342D71;
}
.footer_block {
	display: flex;
    justify-content: space-between;
	padding: 70px 0;
}
.footer_info_block {
	display: flex;
}
.footer_info_block_left {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	margin-top: -16px;
}
.footer_info_block_right {
	max-width: 252px;
}
.footer_info_block_right_top {
	display: flex;
	align-items: center;
	margin-bottom: 47px;
}
.footer_info_block_right_top .phone_number {
	position: relative;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	margin-right: 14px;
	cursor: pointer;
}
.footer_info_block_right_top .phone_number .img {
	position: absolute;
	right: calc(100% + 14px);
    top: -16px;
    
	width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.footer_info_block_right_top .phone_number:hover {
	color: #FFC425;
}
.footer_info_block_right_top .phone_number:hover .img {
	background: #FFC425;
}
.footer_info_block_right_top .phone_number:hover .img svg path {
	fill: #342D71;
}
.footer_info_block_right_top .phone_title {
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
}
.footer_info_block_right_top .phone_title span {
	margin: 0 7px;
}
.footer_info_block_right_top .phone_title a {
	cursor: pointer;
}
.footer_info_block_right_top .phone_title a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.footer_info_block_right_address {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 13px;
}
.footer_info_block_right_email {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 17px;
	line-height: 130%;
	color: #FFFFFF;
}
.footer_links_soc_block {
	display: flex;
}
.footer_links {
	margin-right: 53px;
}
.footer_links_list {
	display: flex;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_links_line {
	min-width: 203px;
}
.footer_links_line:last-child {
	min-width: 182px;
}
.footer_links_line_top {
	display: block;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 17px;
}
.footer_links_line_line {
	display: block;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 180.5%;
	color: #FFFFFF;
	cursor: pointer;
}
.footer_links_line_line:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.footer_links_bottom {
	margin-top: 19px;
	display: flex;
}
.footer_links_bottom_line {
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 180.5%;
	color: #FFFFFF;
	margin-right: 30px;
	cursor: pointer;
}
.footer_links_bottom_line:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.footer_soc_block {
	display: flex;
	align-items: flex-start;
}
.footer_soc_line {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.footer_soc_line:hover {
	background: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_soc_line.facebook:hover svg path {
	fill: #4867AA;
}
.footer_soc_line.instagram:hover svg path {
	fill: url(#paint0_linear_41_309);
}
.footer_soc_line.youtube:hover svg path {
	fill: #F30400;
}
.footer_bottom {
	padding-top: 13px;
}
.footer_bottom_block {
	display: flex;
	/* height: 50px; */
	height: 37px;
}
.footer_bottom_text {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #151515;
	padding-top: 2px;
}
.footer_bottom_img {
	margin-left: 17px;
}
/* Footer end */

/* Main */
.main_slider_wrapper {
	
}
.main_slider_container {
	background: #342D71;
	border-radius: 0px 0px 90px 90px;
	padding-top: 112px;
	margin-bottom: 145px;
}
.main_slider {
	margin-bottom: -72px;
}
.main_slider .slick-track {
	display: flex;
}
.main_slide {
	display: flex !important;
	justify-content: space-between;
	padding-left: 10px;
}
.main_slide.slick-current {
	padding-left: 0px;
}
.main_slide_info {
	width: calc(100% - 716px);
	max-width: 465px;
	padding-bottom: 109px;
}
.main_slide_info_title {
	margin-top: 28px;
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 42px;
	line-height: 49px;
	color: #FFFFFF;
}
.main_slide_info_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #FFFFFF;
	margin-top: 28px;
}
.main_slide_image {
	width: 716px;
	/* max-height: 327px; */
	overflow: visible;
}
.main_slide_image {
	margin-right: 10px;
}
.main_slide.slick-current .main_slide_image {
	margin-right: 0px;
}
.main_slide_image img {
	width: 100%;
	height: auto;
	max-height: 499px;
	border-radius: 20px;
	object-fit: fill;
}
.slick-current .main_slide_image img {
	filter: drop-shadow(0px 4px 20px rgba(52, 45, 113, 0.1));
}
.main_slide_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 163px;
	height: 55px;
	background: #FFFFFF;
	border-radius: 200px;

	font-family: 'Raleway';
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #342D71;
	margin-top: 55px;
	cursor: pointer;
}
.main_slide_button:hover {
	background: #FFC425;
	color: #342D71;
}

.main_about_us_top {
	display: flex;
}
.main_about_us_top_image {
	width: 426px;
	border-radius: 17px;
}
.main_about_us_top_image img {
	width: 426px;
	object-fit: none;
	height: auto;
	border-radius: 17px;
}
.main_about_us_top_info {
	width: calc(100% - 426px);
	padding-left: 81px;
	padding-top: 33px;
	padding-bottom: 140px;
}
.main_about_title {
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
}
.main_about_text p {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}
.main_about_text p strong,
.main_about_text p b {
	font-weight: 500;
}
.main_about_link {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #342D71;
	cursor: pointer;
}
.main_about_link:hover {
	color: #000000;
	text-decoration: none;
}
.main_about_us_bottom_container {
	margin-top: -100px;
	background: #F3F3FB;
	border-radius: 90px 90px 0px 0px;
}
.main_about_us_bottom {
	width: calc(100% - 426px);
	padding-left: 81px;
	margin-left: auto;
	padding-top: 46px;
	padding-bottom: 64px;
}
.main_about_us_bottom_info {
	display: flex;
}
.main_about_us_bottom_line {
	max-width: 317px;
	margin-right: 42px;
}
.main_about_us_bottom_line:first-child {
	max-width: 299px;
}
.main_about_us_bottom_title {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
	margin-bottom: 11px;
}
.main_about_us_bottom_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
}

.partners {
	margin-top: 81px;
	margin-bottom: 50px;
}
.partners_title_block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: solid 2px #F3F3FB;
}
.partners_title {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
}
.partners_arrows {
	margin-top: 6px;
	display: flex;
}
.partners_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #DADAE9;
	border-radius: 50px;
	cursor: pointer;
}
.partners_arrow:hover {
	background: #F3F3FB;
}
.partners_arrow:hover svg path {
	fill: #342D71;
}
.parnter_prev {
	margin-right: 9px;
}
.parnter_next {
	margin-left: 9px;
}
.partners_slider {
	width: 100%;
}
.partners_slider .slick-track {
	margin-left: 0;
}
.partners_slide {
	height: 105px !important;
	cursor: pointer;
}
.partners_slide img {
	margin: 0 auto;
	height: 100%;
    object-fit: none;
    filter: grayscale(1);
}
.partners_slide:hover img {
	filter: none;
}

.echipa {
	background: #F3F3FB;
	padding-top: 68px;
	padding-bottom: 74px;
}
.echipa_title {
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
}
.echipa_list {
	margin-top: 50px;
	display: block;
	overflow: hidden;
}
.about_page .echipa_list {
	margin-top: 89px;
	display: flex;
	justify-content: space-between;
}
.echipa_list .swiper-wrapper {
	justify-content: space-between;
}
.echipa_line_block {
	padding-top: 39px;
	height: 296px;
}
.echipa_line_block.empty {
	padding-top: 0px;
	height: 0px;
}
.echipa_line {
	width: 285px;
	height: 257px;
	
	width: 285px;
	height: 257px;
	background: #FFFFFF;
	border-radius: 20px;
}
.echipa_line_img {
	text-align: center;
}
.echipa_line img {
	width: 224px;
	height: 170px;
	border-radius: 20px;
	margin: -39px auto 31px auto;
}
.echipa_line_title {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #000000;
	text-align: center;
}
.echipa_line_text {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	text-align: center;
}
.echipa_list_nav {
	display: none;
}
@media(max-width: 1200px){
	.echipa_list_nav {
		display: flex;
		justify-content: space-between;
	}
	.echipa_line {
		margin: 0 auto;
	}
	.echipa_list_nav .partners_arrow {
		margin-top: -164px;
		z-index: 1;
	}
}
/* Main end */

/* Breadcrumbs */
.breadcrumbs {
	height: 48px;
}
.breadcrumbs_container {
	width: 100%;
	height: 48px;
	background: #342D71;
	border-radius: 0px 0px 90px 90px;
}
.breadcrumbs_list {
	height: 48px;
	display: flex;
	align-items: center;
}
.breadcrumbs_line {
	margin-right: 11px;
	
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	color: #FFFFFF;
}
.breadcrumbs_line:hover a {
	cursor: hover;
}
.breadcrumbs_line:hover a {
	text-decoration: underline;
	opacity: 0.7;
}
/* Breadcrumbs end */

/* Contacts */
.contacts {
	padding-top: 67px;
	padding-bottom: 63px;
}
.contacts_wrapper {
	display: flex;
	justify-content: space-between;
}
.contacts_left {
	width: calc(100% - 693px);
	padding-right: 52px;
}
.contacts_right {
	width: 693px;
}
.contacts_right_block {
	width: 100%;
	
	background: #F3F3FB;
	border-radius: 90px;
	padding: 94px 138px 85px;
}
.contacts_form {
	
}
.contacts_form_line {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 9px 17px;
	margin-bottom: 7px;
}
.contacts_form_line_text {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #101010;
	margin-bottom: 4px;
}
.contacts_form_line input,
.contacts_form_line textarea {
	width: 100%;
	height: 23px;
	border: none;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
}
.contacts_form_line textarea {
	height: 56px;
	resize: none;
}
.contacts_form_button {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-top: 11px;
	width: 175px;
	height: 55px;
	background: #342D71;
	border-radius: 200px;
	border: none;
	cursor: pointer;
}
.contacts_form_button:hover {
	background: #FFC425;
	color: #342D71;
}
.contacts_title {
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 45px;
	margin-top: -7px;
}
.contacts_preview {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 11px;
}
.contacts_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 39px;
}
.contacts_email,
.contacts_address,
.contacts_phone {
	display: flex;
}
.contacts_email,
.contacts_phone {
	align-items: center;
}
.contacts_address {
	margin-bottom: 14px;
}
.contacts_phone {
	margin-bottom: 16px;
}
.contact_icon {
	margin-right: 13px;
}
.contacts_address .contact_icon {
	padding-bottom: 8px;
	padding-top: 6px;
}
.contacts_phone .contact_data {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin-right: 10px;
}
.contacts_address .contact_data {
	max-width: 241px;
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 17px;
	line-height: 150%;
	color: #000000;
}
.contacts_email .contact_data {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 17px;
	line-height: 130%;
	color: #000000;
}
.contacts_email .contact_icon {
	padding-top: 4px;
}
.contact_data_phone {
	display: flex;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}
.contact_data_phone span {
	margin-left: 10px;
	margin-right: 10px;
}
.contacts_soc_block {
	margin-top: 29px;
	border-top: 1px solid #DADAE9;
	padding-top: 24px;
	max-width: 285px;
}
.contacts_soc_list {
	display: flex;
}
.contacts_soc_line {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	/* border: solid 1.5px #342D71; */
	border-radius: 50px;
	margin-right: 12px;
	cursor: pointer;
}
.contacts_soc_line.facebook:hover svg path {
	fill: #4867AA;
}
.contacts_soc_line.instagram:hover svg path {
	fill: url(#paint0_linear_41_271);
}
.contacts_soc_line.youtube:hover svg path {
	fill: #F30400;
}
.contacts_map,
.contacts_map iframe {
	width: 100%;
	height: 560px;
}
/* Contacts end */


/* News */
.news {
	padding-top: 60px;
	padding-bottom: 20px;
}
.news_title {
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 25px;
}
.news_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_item {
	width: 33%;
	max-width: 385px;
	margin-bottom: 70px;
}
.news_item.empty {
	margin-bottom: 0;
}
.news_item_img {
	width: 100%;
	height: 210px;
	border-radius: 20px;
}
.news_item_img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.news_item_date {
	width: 99px;
	height: 29px;
	border: 1px solid #DADAE9;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	color: #000000;
	margin-top: 21px;
	margin-bottom: 17px;
}
.news_item_date.empty {
	border: none;
}
.news_info {
	cursor: pointer;
}
.news_item_preview {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 14px;
}
.news_item_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 17px;
}
.news_info:hover .news_item_preview {
	color: #342D71;
}
.news_item_link {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #342D71;
	cursor: pointer;
}
.news_item_link:hover {
	color: #000000;
	text-decoration: none;
}
.news_pagination {
	
}
.news_pagination_container {
	/* height: 147px; */
	background: #F3F3FB;
	border-radius: 90px 90px 0px 0px;
	padding-top: 48px;
	padding-bottom: 51px;
}
.news_pagination_list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_pagination_arrow {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 50px;
	cursor: pointer;
}
.news_pagination_arrow.disabled {
	background: none;
	border: 1px solid #DADAE9;
	cursor: default;
	opacity: 0.7;
}
.news_pagination_arrow.disabled svg path {
	fill: #342D71;
}
.news_pagination_arrow:hover {
	background: none;
	border: 1px solid #DADAE9;
}
.news_pagination_arrow:hover svg path {
	fill: #342D71;
}
.news_pagination_next {
	margin-left: 21px;
}
.news_pagination_prev {
	margin-right: 21px;
}
.news_pagination_li {
	margin: 0 12px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #342D71;
}
.news_pagination_link {
	cursor: pointer;
}
.news_pagination_link:hover,
.news_pagination_li.active {
	color: #878787;
}
.empty_search {
	font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 25px;
}
/* News end */

/* Cookies */
.cookies_container {
	position: fixed;
	left: calc(50% - 600px);
	right: calc(50% - 600px);
	bottom: 117px;
	
	height: 124px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 90px;
	padding: 42px 59px 38px;
	
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 11;
}
.cookies_left {
	
}
.cookies_title {
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 4px;
}
.cookies_text {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}
.cookies_right {
	display: flex;
	align-items: flex-end
}
.cookies_btn.yes {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	padding: 13px 31px;
	margin-bottom: -11px;
	margin-right: 11px;
	
	background: #342D71;
	border-radius: 200px;
	cursor: pointer;
}
.cookies_btn.yes:hover {
	background: #FFC425;
	color: #342D71;
}
.cookies_btn.no {
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #342D71;
	margin-bottom: 2px;
	cursor: pointer;
}
.cookies_btn.no:hover {
	color: #000000;
	font-weight: 500;
}
/* Cookies end */


/* Text */
.text {
	padding-top: 67px;
    padding-bottom: 63px;
}
.text_title {
	font-family: 'Raleway';
    font-weight: 800;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 35px;
}
.text_text {
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 39px;
    min-height: 30vh;
}
.about_page .text_text {
	min-height: 0;
}
.about_page .echipa_list {
	flex-wrap: wrap;
	margin-bottom: -55px;
}
.about_page .echipa_line_block {
	margin-bottom: 55px;
}
.about_page .echipa_line_block.empty {
	width: 285px;
	margin-bottom: 0px;
}
/* Text end*/

/* Donate */
.donate_container {
	background: #F3F3FB;
    border-radius: 90px 90px 0px 0px
}
.donate_text .text_text {
	min-height: 0;
}
.donate_list {
	padding: 45px 0 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.donate_line {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33%;
	max-width: 240px;
	height: 240px;
	border-radius: 38px;
	cursor: pointer;
}
.your_sum {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Raleway';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 11px;
    width: 275px;
    max-width: 100%;
    height: 65px;
    background: #342D71;
    border-radius: 200px;
    cursor: pointer;
}
.your_sum:hover {
	background: #FFC425;
	color: #342D71;
}
.donate_line_img {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.donate_line_title {
	font-family: 'Roboto';
    font-weight: 800;
    font-size: 28px;
    line-height: 160%;
    color: #342D71;
}
.donate_line:hover {
	background: #342D71;
}
.donate_line:hover .donate_line_title {
	color: #ffffff;
}
/* Donate end */

/* Details */
.details {
	padding-bottom: 75px;
}
.details_img {
	background: #F3F3FB;
	width: 100%;
	padding: 75px 0px 45px;
	margin-bottom: 20px; 
}
.details_img_block {
	text-align: center;
}
.details_img img {
	width: 100%;
	max-width: 770px;
	height: auto;
	border-radius: 25px;
}
.details_title {
	font-family: 'Raleway';
    font-weight: 800;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
}
.details_date {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #787878;
}
.details_preview {
	font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-top: 25px;
}
.details_text {
	font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}
/* Details end */

/* Scroll up */
.scroll_up {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	
	width: 48px;
	height: 48px;
	border: 1px solid #DADAE9;
	border-radius: 100px;
	right: 91px;
	left: auto;
	bottom: 20vh;
	cursor: pointer;
	z-index: 99;
}
.scroll_up.white_scroll {
	background: #fff;
}
/* Scroll up end */

/* Green line */
.green_title {
	font-family: 'Raleway';
	font-weight: 800;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 35px;
}
.green_block {

}
.green_top_block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin-bottom: 40px;
}
.green_top_block_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #342D71;
	width: 375px;
	height: 70px;
	background: #ffffff;
	border: solid thin #342D71;
	border-radius: 200px;
	cursor: pointer;
}
.green_top_block_btn:hover {
	background: #342D71;
	color: #ffffff;
	/* background: #FFC425;
	color: #342D71; */
}
.green_text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #000000;
	min-height: 10vh;
}
.green_form {
	margin-top: 40px;
	width: 100%;
	background: #F3F3FB;
	border-radius: 90px;
	padding: 80px 75px 60px;
}
.green_form_label {
	display: block;
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #101010;
	margin-bottom: 10px;
}
.green_form_textarea {
	resize: none;
	width: 100%;
	height: 84px;
	border: none;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 12px;
	background: #FFFFFF;
	border-radius: 8px;
}
.green_loader_space {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999999999;
}
.green_loader_space.active {
	display: flex;
}
.green_loader {
	width: 75px;
	height: 75px;
	border: solid 10px green;
	border-right-color: transparent;
	border-radius: 100px;
	animation: roll_loader infinite linear 2s;
}
@keyframes roll_loader {
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(180deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
/* Green line */

.header_mob_switch {
	display: none;
}
.header_mob {
	display: none;
	position: relative;
}
.header_mob_block {
	position: absolute;
	width: 50%;
	padding: 0;
	top: 0;
	right: 0;
	height: 0;
	background: #fff;
	z-index: 9;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	overflow: hidden;
}
.header_mob.show .header_mob_block {
	padding: 10px 15px;
	height: 60vh;
}
@media(max-width: 1300px){
	.breadcrumbs_container {
		padding: 0 40px;
	}
}
@media(max-width: 1200px){
	.breadcrumbs_container {
		padding: 0 20px;
	}
	.main_slide,
	.main_slide.slick-current {
		padding: 0 15px;
	}
	.main_slide_image {
    	width: 480px;
   	}
   	.main_slide_info {
    	width: calc(100% - 480px);
    }
    .main_slide_image img {
   		object-fit: contain;
   	}
   	.main_about_us_top_image,
   	.main_about_us_top_image img {
   		width: 390px;
   	}
   	.main_slide_image {
   		margin-right: 0;
   	}
   	.main_about_us_top_info {
   		width: calc(100% - 390px);
    	padding-left: 59px;
   	}
   	.main_about_us_bottom {
    	width: calc(100% - 390px);
    	padding-left: 59px;
    }
    .about_page .echipa_list {
    	flex-wrap: wrap;
    	/* margin-bottom: -90px; */
    	margin-bottom: -45px;
    }
    .about_page .echipa_line_block.empty,
    .about_page .echipa_line_block {
    	width: 50%;
    }
    .about_page .echipa_line {
        margin: 0 auto;
    	margin-bottom: 90px;
   	}
   	.news_list {
   		justify-content: center;
   	}
   	.news_item {
   		width: 50%;
   		margin-left: 11px;
   		margin-right: 11px;
   	}
   	.contacts_wrapper {
   		flex-direction: column;
   		align-items: center;
   	}
   	.contacts_left {
   		width: 100%;
   		max-width: 477px;
   		padding-right: 0;
   		padding-bottom: 69px;
   	}
   	.contacts_title,
   	.contacts_preview,
   	.contacts_text {
   		text-align: center;
   	}
   	.contacts_phone,
   	.contacts_email,
   	.contacts_address {
   		justify-content: center;
   	}
   	.contacts_soc_block {
   		margin-left: auto;
   		margin-right: auto;
   	}
   	.contacts_soc_list {
   		justify-content: center;
   	}
   	.contacts_form_button {
   		display: block;
    	margin-left: auto;
    	margin-right: auto;
   	}
}
@media(max-width: 1150px){
	.donate_list {
		flex-wrap: wrap;
	}
	.your_sum_block {
		 width: 100%;
	}
	.your_sum {
		margin-top: 25px;
	}
	
	.footer_links {
    	margin-right: 30px;
	}
	.footer_links_line,
	.footer_links_line:last-child {
		min-width: 175px;
	}
	.footer_block {
		flex-direction: column;
	}
	.footer_info_block {
		justify-content: center;
		margin-bottom: 45px;
	}
	.footer_info_block_left {
		display: none;
	}
	.footer_links_soc_block {
		flex-direction: column;
	}
	.footer_links {
		margin-right: 0;
	}
	.footer_links_list {
		justify-content: center;
		max-width: 670px;
		margin: 0 auto;
	}
	.footer_links_line {
		text-align: center;
		width: 33%;
	}
	.footer_info_block_right {
    	max-width: 100%;
    	text-align: center;
	}
	.footer_info_block_right_top {
    	margin-bottom: 25px;
    	justify-content: center;
	}
	.footer_links_bottom {
		justify-content: center;
	}
	.footer_links_bottom_line:last-child {
		margin-right: 0;
	}
	.footer_soc_block {
		margin-top: 25px;
		justify-content: center;
	}

	.header_line {
		margin-right: 23px;
	}


}
@media(max-width: 1090px){
	.header_list {
		font-size: 16px;
		letter-spacing: -1px;
	}
}


@media(max-width: 960px){
	.main_slider {
    	margin-bottom: 0;
	}
	.main_slide {
		flex-direction: column-reverse;
	}
	.main_slide_image {
    	width: 100%;
    	height: 480px;
   	}
   	.main_slide_image img {
   		height: 100%;
   	}
   	.main_slide_info {
    	width: 100%;
    	max-width: 725px;
    	margin: 0 auto
    }
    .main_slide_info_title {
    	text-align: center;
    }
    .main_slide_info_text {
    	text-align: center;
    }
    .main_slide_button {
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .main_about_us_top_image img {
    	object-fit: contain;
    }
    .main_about_us_bottom_container {
    	margin-top: 0;
    }
    .main_about_us_top_info {
    	padding-bottom: 52px;
    }
    .main_about_us_top_image, 
    .main_about_us_top_image img {
    	width: 300px;
	}
    .main_about_us_bottom {
    	width: calc(100% - 300px);
    	padding-left: 20px;
    }
    .main_about_us_top_info {
    	width: calc(100% - 300px);
    	padding-left: 20px;
    	padding-bottom: 33px;
	}
	.main_about_us_top {
		align-items: center;
	}
	
	.header_bottom {
		display: none;
	}
	.header_viber_phone {
		display: none;
	}
	.header_search {
		display: none;
	}
	.header_mob_switch {
		display: block;
	}
	.header_mob {
		display: block;
	}
	
	.header_mob_block .header_search {
		display: block;
		margin-bottom: 20px;
	}
	.header_mob_block .header_list {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.header_line {
		margin-right: 0;
		text-align: right;
		padding: 4px 26px;
	}
	.header_search {
		margin-right: 0;
		margin-left: auto;
	}
	.header_select:after {
		display: none;
	}
	.header_select_line {
		margin-right: 24px;
		font-weight: 500;
	}
	.header_select_line:last-child {
		margin-bottom: 10px;
	}
	.header_select_line.active {
		height: 36px;
    	line-height: 34px;
    	background: #FFC425;
    	border-radius: 200px;
    	padding: 0 27px;
    	margin-left: -11px;
	}
	.header_select_line.hide {
		display: none;
	}
	.header_mob_block .header_viber_phone_block {
		text-align: right;
    	margin-top: 15px;
    	padding-right: 27px;
	}
	.header_soc_block {
		justify-content: flex-end;
		margin-top: 25px;
		padding-right: 23px;
	}


	.news_item {
		width: 100%;
	}
	.cookies_container {
		min-height: 124px;
		height: auto;
		flex-direction: column;
    	align-items: center;
	}
	.cookies_right {
		margin-top: 15px;
	}
	.header_soc_line.instagram:hover svg path {
		fill: url(#paint0_linear_41_272);
	}
	.footer_block {
		padding-bottom: 45px;
	}

	.green_top_block_btn {
		width: 275px;
	}


}
@media(max-width: 843px){
	.news_item_img.empty {
		height: auto;
	}
}
@media(max-width: 790px){
	.donate_list {
		flex-direction: column;
	}
	.donate_line {
		width: 100%;
		margin-bottom: 25px;
	}
	.your_sum {
		margin: 0 auto;
	}
}
@media(max-width: 767px){
	.main_about_title {
		font-size: 32px;
	}
	.main_about_text p {
    	font-size: 15px;
    	margin-bottom: 5px;
    	margin-top: 5px;
	}
	.main_about_link {
		margin-top: 5px;
	}
	.main_about_us_top_image, 
    .main_about_us_top_image img {
    	width: 260px;
	}
    .main_about_us_top_info {
    	width: calc(100% - 260px);
	}
	.main_about_us_bottom {
    	width: 100%;
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .header_email, 
    .header_address {
    	font-size: 10px;
    }
    .header_address {
    	margin-right: 10px;
	}
	.header_email svg, 
	.header_address svg {
    	margin-right: 4px;
	}
	.contacts_form {
		max-width: 417px;
		margin-left: auto;
		margin-right: auto;
	}
	.contacts_right {
		width: 100%;
		max-width: 693px;
	}
	.contacts_right_block {
		padding: 94px 0 85px
	}
	.main_slide_image {
    	height: 400px;
   	}
}
@media(max-width: 676px){
	.main_slide_info_title {
    	font-size: 36px;
    	line-height: 42px;
   	}
   	.main_slide_info_text {
   		font-size: 14px;
   	}
   	.main_slide_button {
   		margin-top: 29px;
   	}
   	.main_slide_info {
    	padding-bottom: 86px;
	}
	.main_about_us_top {
		flex-direction: column;
	}
	.main_about_us_top_image {
		padding: 0 25px;
	}
	.main_about_us_top_image, 
	.main_about_us_top_image img {
		width: 100%;
	}
	.main_about_us_top_info {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.about_page .echipa_line_block.empty,
	.about_page .echipa_line_block {
    	width: 100%;
    }
    .about_page .echipa_list {
    	margin-bottom: -45px;
    }
    .header_logo {
    	font-size: 24px;
    	line-height: 28px;
    }
    .header_logo_title {
    	font-size: 13px;
    }
    .scroll_up {
    	right: 35px;
    }
    .header_mob_block {
    	overflow: scroll;
    }

	.green_form {
		padding: 60px 40px 50px;
		border-radius: 30px;
	}



}
@media(max-width: 629px){
	.footer_links_list {
		flex-direction: column;
	}
	.footer_links_line {
		width: 100%;
		margin-bottom: 25px;
	}
	.footer_links_line:last-child {
		margin-bottom: 0;
	}
	.footer_links_line_top {
    	margin-bottom: 10px;
	}

	.green_top_block_btn {
		width: 200px;
		height: 55px;
		font-size: 20px;
		line-height: 22px;
	}
	.green_top_block {
		gap: 10px;
		/* justify-content: flex-start;
		align-items: flex-start; */
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.green_top_block_btn {
		min-width: 200px;
		width: auto;
		height: 55px;
	}


}
.header_email.mobile {
	display: none;
}
@media(max-width: 575px){
	.main_slide_image {
    	height: 350px;
   	}
   	.header_email {
   		display: none;
   	}
   	.header_email.mobile {
   		display: flex;
   		align-items: center;
   		justify-content: flex-end;
   		color: #342D71;
   		font-size: 15px;
   		padding-top: 20px;
   		padding-bottom: 20px;
   		padding-right: 27px;
   		text-align: right;
   	}
   	.header_email.mobile svg {
    	margin-right: 6px;
	}
}
@media(max-width: 525px){
	.main_about_us_bottom_info {
		flex-direction: column;
	}
	.main_about_us_bottom_line {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		margin-bottom: 26px;
	}
	.main_about_us_bottom_line:last-child {
		margin-bottom: 0px;
	}
	.header_mob_block,
	.header_mob.show .header_mob_block {
		width: 75%;
	}
	.contacts_form {
		width: 84%;
	}
	.contacts_right_block {
		border-radius: 39px;
		padding: 36px 0 72px;
	}
}
@media(max-width: 475px){
	.main_slide {
		padding: 0 5px;
	}
	.main_slide_image {
    	height: 300px;
   	}
	.main_slide_info_title {
    	font-size: 30px;
    	line-height: 32px;
	}
	.main_slide_info_text {
   		margin-top: 15px;
   	}
   	.main_slide_info {
    	padding-bottom: 64px;
	}
	.header_logo_title {
		display: none;
	}
	.footer_links_bottom {
		flex-direction: column;
		align-items: center;
	}
	.footer_links_bottom_line {
		margin-right: 0;
		text-align: center;
	}
	.footer_links_bottom_line:first-child {
		margin-bottom: 7px;
	}
	.news_item {
		margin-right: 0;
		margin-left: 0;
	}
	.news_item_img,
	.news_item_img img {
		height: auto;
	}
	.news_pagination_li {
    	margin: 0 7px;
    	font-size: 13px;
   	}
   	.news_pagination_arrow {
    	width: 40px;
    	height: 40px;
    }
    .news_pagination_prev {
    	margin-right: 10px;
    }
    .news_pagination_next {
    	margin-left: 10px;
    }
    .cookies_container {
    	padding: 42px 34px 38px;
    	border-radius: 40px;
    	bottom: 41px;
    }
	.green_top_block_btn {
		height: 50px;
		font-size: 16px;
		line-height: 20px;
	}

}
@media(max-width: 425px){
	.header_mob_block,
	.header_mob.show .header_mob_block {
		width: 100%;
	}
	.footer_info_block_right_top {
		flex-direction: column;
	}
	.footer_info_block_right_top .phone_title {
		padding-left: 50px;
	}
	.footer_info_block_right_top .phone_number {
		padding-left: 62px;
	}
	.footer_info_block_right_top .phone_number .img {
		left: 0;
	}
}
@media(max-width: 375px){
	.main_slide_image {
    	height: 275px;
   	}
	.header_email, .header_address {
    	font-size: 8px;
    	line-height: 9px;
	}
}
@media(max-height: 676px){
	.header_mob.show .header_mob_block {
		height: calc(75vh - 118px);
	}
}
@media(max-height: 600px){
	.header_mob.show .header_mob_block {
		height: calc(100vh - 118px);
	}
}
@media(max-height: 475px){
	.header_mob.show .header_mob_block {
		overflow-y: scroll;
	}
}