<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*reset*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;color: inherit;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}


/*--------------------*/

@font-face {
    font-family: "e-UkraineBold";
    src: url("e-UkraineHead-Bold.woff2") format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: "e-Ukraine";
    src: url("e-UkraineHead-Regular.woff") format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "e-Ukraine2";
    src: url("e-UkraineHead-Thin.woff") format('woff');
    font-weight: thin;

}

@font-face {
    font-family: "e-Ukraine3";
    src: url("e-Ukraine-Light.woff") format('woff');
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 11s linear infinite;
  -moz-animation: rotating 11s linear infinite;
  -ms-animation: rotating 11s linear infinite;
  -o-animation: rotating 11s linear infinite;
  animation: rotating 11s linear infinite;
}

html {
	scroll-behavior: smooth;
}

.body {
	background-color: white;
}

.lock-scroll {
  overflow: hidden;
}

.navbar  {
	padding: 33px 0;
	width: 100%;
	transition: all 0.6s ease-in-out;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#sticky.navbar {
	display: block;
	position: fixed;
	z-index: 100;
	padding: 0 30px;
}

#sticky.navbar &gt; .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 33px 0;
}

.navbar__hide {
	margin-top: -300px;
}

.navbar__white .container {
	border-bottom: 0.1px solid rgb(255, 255, 255,0.2);
}

.navbar__black {
	background-color: #fff;
}

.navbar__black &gt; .container {
	border-bottom: 0.1px solid rgb(0, 0, 0,0.1);
}

.logoimage {
	width: 163px;
	height: 28px;
	transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.navbar__white .logoimage {
	background-image: url('images/logo-white.svg');
}

.navbar__black .logoimage {
	background-image: url('images/logo-black.svg');
}

.center-text-container {
	text-align: center;
  overflow: hidden;
  height: 20px;
}

.center-text, .contact-position, .menu-item {
  font-family: e-Ukraine;
  font-size: 16px;
  line-height: 19px;
}

.text-top {
	height: 0;
}

#sticky .center-text {
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

#sticky .center-text.visible {
	opacity: 1;
}

.contact-position {
	margin-bottom: 18px;
}

.navbar__white .center-text {
	color: white;
	transition: all 0.6s ease-in-out;
}

.navbar__black .center-text {
	color: black;
	transition: all 0.6s ease-in-out;
}

.menu-button {
	margin-left: 66px;
	width: 97px;
	height: 30px;
	padding-top: 9px;
	cursor: pointer;
}

.menu-button_top-line, .menu-button_bottom-line {

	width: 97px;
  height: 2px;
	transition: all 0.6s ease-in-out;
}

.menu-button_top-line {
	margin-bottom: 4px;
}

.navbar__white .menu-button_top-line, .navbar__white .menu-button_bottom-line {
	background-color: white;
}

.navbar__black .menu-button_top-line, .navbar__black .menu-button_bottom-line {
	background-color: black;
}

.padding30 {
	padding: 0 30px;
}

.padding30-30 {
	padding: 30px;
}

.header-menu .menu-item {
	margin-bottom: 20px;
}

.header-menu .menu-item a {
	margin-left: 24px;
}

.menu-number {
	min-width: 22px;
	display: inline-block;
	margin-right: 9px;
}

.menu-item:hover {
	font-family: e-UkraineBold;
}

.menu-img {
	width: 40%;
}

.menu-wrapper {
	min-height: 100vh;
	z-index: 100000;
  position: fixed;
  top: 96.5px;
  right: -100%;
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.noise-bg {
	padding-top: 117px;
}

.menu-wrapper .oselya-btn {
	position: relative;
	top: calc( 100vh - 445px );
	right: 80px;
}

.close .menu-button_top-line {
	transform: rotate(8deg);
	position: absolute;
}

.close .menu-button_bottom-line {
	transform: rotate(-8deg);
	position: absolute;
}

.header-menu {
	width: 30%;
}

.first-screen {
	background-image: url('images/img-1.png');
  background-size: cover;
  min-height: 100vh;
	background-position: center;
}

.scroll-down {
	height: 154px;
  width: 154px;
  position: absolute;
	bottom: 92px;
  margin-left: 75px;
	cursor: pointer;
}

.scroll-down .scroll {
	position: relative;
  left: 0;
  bottom: 0;
}

.scroll-down .arrow-vertical {
	position: relative;
  left: 75px;
  bottom: 108px;
}


.scroll {
	width: 154px;
	height: 154px;
	background-image: url('images/scroll.svg');
	position: absolute;
	left: 75px;
	bottom: 92px;
	-webkit-background-size: contain;
	background-size: contain;
}

.arrow-vertical {
	height: 55px;
	width: 7px;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 147px;
	bottom: 140px;
	background-repeat: no-repeat;
	background-position: center;
}

.arrow-down {
	background-image: url('images/arrow.svg');
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.img {
	width: 100%;
	height: auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.text-section {
	padding: 100px 0 100px 140px;
}

.section1 .text-section {
	padding-right:76px;
}

.section2 .text-section , .section4 .text-section {
	padding-right:120px;
}

.oselya-btn {
	width: 206px;
	height: 186px;
}

.oselya-btn_text {
	position: absolute;
}

.oselya-btn_logo {
	position: relative;
  left: 49px;
  width: 57px;
  top: 68px;
}

.oselya-btn_logo img {
	width: 57px;
}

.btn_blur {
	width: 141px;
	height: 141px;
	border-radius: 100px;
	background: #FBE983;
	opacity: 0.3;
	filter: blur(35px);
	position: relative;
	top: 20px;
	left: 60px;
}

.btn_blur img {
	width: 141px;
	height: 141px;
}

.first-column {
	min-width: 361px;
	width: 30%;
	margin-right: 70px;
}

.second-column {
	margin-right: 80px;
	width: 30%;
}

.h1 {
	font-family: e-Ukraine;
	font-size: 48px;
	line-height: 58px;
	margin: 0;
  width: fit-content;
}

.h2	{
	font-family: e-Ukraine;
	font-size: 32px;
	line-height: 52px;
}

.h3	{
	font-family: e-Ukraine;
	font-size: 24px;
	line-height: 36px;
}

p {
	font-family: e-Ukraine3;
	font-size: 16px;
	line-height: 26px;
	margin-top: 50px;
	margin-bottom: 0;
}

b {
	font-family: e-UkraineBold;
}

.section1 .second-column {
	width: 50%;
}

.section3 .text-container {
	padding: 100px 0 43px 140px;
}

.text-container	{
	width: 69%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.item {
	margin-bottom: 48px;
	width: 50%;
	padding-right: 85px;
}

.item p {
	margin-top: 17px;
}

.item_number {
	margin-right: 17px;
}

.img-container {
	width: 31%;
}

.section3 .plan-img {
	float: right;
  margin-right: -30px;
  padding-top: 100px;
}

.images-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 100px;
}

.images-container img {
	width: calc( 50% - 15px );
}

.plan-slider {
  width: 100%;
  height: 100%;
}

.pagination {
	margin-top: 12px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

.pagination-bullet, .swiper-pagination-bullet {
	font-family: e-Ukraine;
	font-size: 16px;
	line-height: 19px;
	opacity: 0.2;
	padding: 0 15px;
}
.pagination-bullet:first-child, .swiper-pagination-bullet:first-child {
	padding-right: 23px;
	padding-left: 0;
}

.pagination-bullet:last-child, .swiper-pagination-bullet:last-child {
	padding-right: 0;
}

.line {
	height: 1px;
	width: 100%;
	background-color: white;
	opacity: 0.2;
}

.line__passed {
	opacity: 1;
}

.pagination-bullet.line__splitted.pagination-bullet__active::after {
	content: '';
  display: block;
  height: 1px;
  background: white;
  width: 450%;
  opacity: 1;
  top: -14.5px;
  left: 51px;
  position: relative;
}

.pagination-bullet__active {
	font-size: 24px;
	line-height: 29px;
	opacity: 1;
}

.pagination-bullet__passed {
	opacity: 1;
}

.section5 {
	padding-top: 50px;
	color: white;
	background: #141414;
	background-image: url('images/noise.svg');
}

.slide-content {
	display: flex;
	justify-content: space-between;
}

.slide-content img {
	width: 70%;
	height: 100%;
	margin-bottom: 100px;
}

.slide_number{
	min-width: 50px;
}

.slide_number, .slide_point {
	float: left;
}

.slide_title {
	padding-left: 76px;
  padding-right: 100px;
	margin-bottom: 49px;
}

.arrow-horizontal {
	width: 55px;
	height: 7px;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 80px;
	bottom: 172px;
	background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
	background-image: url('images/arrow-right.svg');
}

.slide-scroll {
	position: absolute;
  left: 0;
  bottom: 0;
}

.slide-scroll .scroll {
	left: 30px;
	bottom: 100px;
}

.slide-scroll .btn_blur {
	bottom: 70px;
  left: 100px;
	top: auto;
}

.slide-text-container {
	width: 30%;
}

.slide-description {
	padding-top: 23px;
	border-top: 0.1px solid rgb(255, 255, 255,0.1);
	margin-bottom: 28px;
	margin-right: 60px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.slide-description .h3 {
	margin-bottom: 23px;
	width: 100%;
}

.slide_text, .slide_text__accent {
	font-family: e-Ukraine;
	font-size: 14px;
	line-height: 28px;
	opacity: 0.5;
}

.slide_text__accent {
	opacity: 1;
}

.arrow-left-right {
	background-image: url('images/arrow-left-right.svg');
}

.arrow-up-down {
	background-image: url('images/arrow-up-down.svg');
	left: 105px;
	bottom: 150px;
}

.slide_text b {
	opacity: 1;
}

.plan-slider .slide3 {
	padding-bottom: 22px;
}

.plan-slider .slide3 .scroll {
	left: 0;
  bottom: -18px;
}

.plan-slider .slide3 .arrow-up-down {
	left: 75px;
  bottom: 86px;
}

.slide3 .slide-text-container {
	position: inherit;
}

.plan-slider .slide3 .slide-scroll, .plan-slider .slide3 .scroll, .plan-slider .slide3 .arrow-up-down {
	position: relative;
}

.slide5 .slide-description, .slide6 .slide-description {
	align-items: flex-start;
}

.slide5 .slide_text__accent, .slide6 .slide_text__accent {
	width: 74px;
}

.slide5 .slide_text, .slide6 .slide_text {
	width: 63%;
}

.plan-signs {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-top: 8px;
}

.plan-signs img {
	width: 30px;
	margin: 0;
	margin-bottom: 15px;
}

.swiper-pagination {
	display: flex;
  justify-content: space-between;
  position: absolute;
  top: 17px;
  font-family: 'e-Ukraine';
  font-size: 18px;
	width: 100%;
	opacity: 0;
	height: 20px;
}

.swiper-pagination {
	width: auto;
}

.noise-bg {
	background-image: url('images/noise-bg.svg');
	background-size: cover;
	background-color: #F8F8F8;
}

.black-bg {
	background-image: url('images/noise-bg.svg');
	background-size: cover;
	background-color: #141414;
}

.section6 .slide-description {
	border-top: 0.1px solid rgb(0, 0, 0,0.1);
}

.section-title {
	padding-right: 100px;
	margin-bottom: 49px;
}

.section6 .slide_text__accent {
	width: 77px;
}

.section6 img {
	margin-bottom: 93px;
}

.bg-image {
	background-image: url('images/img10.jpeg');
  background-size: cover;
	min-height: 100vh;
}

.slide_point {
	width: 15px;
}

.numbers-slider .slide_title {
	padding-left: 35px;
}

.numbers-slider .scroll {
  background-image: url('images/scroll-black.svg');
}

.numbers-slider .arrow-right {
	background-image: url('images/arrow-right-black.svg');
}

.numbers-slider .arrow-left-right {
	background-image: url('images/arrow-left-right-black.svg');
}

.numbers-slider .slide-scroll {
	left: -30px;
}

.arrow-left {
	background-image: url('images/arrow-left-black.svg');
}

.section9 .text-container {
	justify-content: flex-start;
  width: 92%;
  padding-left: 80px;
  padding: 0 auto;
  margin: 0 auto;
}

.section9 .item {
	width: 33%;
	display: flex;
	padding-right: 37px;
	margin-bottom: 109px;
}

.section9 .item_number {
	min-width: 47px;
	margin-right: 33px;
}

.section9 .oselya-btn {
	padding-left: 73px;
	margin-top: -20px;
}

.section9 .text-section {
	padding-top: 92px;
	padding-bottom: 0;
}

.contacts-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding-top: 78px;
	padding-bottom: 14px;
	justify-content: space-between;
}

.contact-person {
	margin-bottom: 56px;
}

.menu-partrers-container {
	width: calc( 50% + 42px );
}

.menu-container {
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.menu-column {
	width: 50%;
}

.footer-menu .menu-item {
	margin-bottom: 30px;
}

.partners {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.display-mobile {
	display: none;
}


@media only screen and (max-width: 1024px) {
  /* For tablet landscape : */

	.slide-text-container {
		width: 45%;
	}

	.slide-content img {
		width: 55%;
	}
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .padding30 {
		padding: 0 15px;
	}

	.h1 {
		font-size: 26px;
		line-height: 31px;
	}

	.h2 {
		font-size: 26px;
		line-height: 31px;
	}

	.h3 {
		font-size: 20px;
		line-height: 30px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
	}

	.noise-bg {
		padding-top: 45px;
	}

	.menu-button {
		margin-left: 0;
		padding-top: 3px;
	}

	.menu-button_top-line, .menu-button_bottom-line {
		width: 36px;
		height: 1px;
	}

	.menu-button_top-line {
		margin-bottom: 3px;
	}

	.menu-button, .menu-button label {
		width: 36px;
		height: 10px;
	}

	.center-text-container {
		height: 13px;
	}

	.schemes, .menu {
		margin-top: -13px;
	}

 .contact-position, .menu-item {
	 font-size: 14px;
	 line-height: 17px;
 }

	.first-screen .h3 {
		font-size: 18px;
		line-height: 24px;
		color: white;
		margin-top: 94px;
	}

	.scroll-down {
		right: 15px;
		top: 149px;
		margin: 0;
		width: 113px;
		height: 113px;
	}

	.scroll-down .arrow-vertical {
		left: 53px;
    height: 40px;
    bottom: 75px;
	}

	.text-section {
		padding: 45px 0 !important;
	}

	#sticky.navbar {
		padding: 0 15px;
	}

	#sticky.navbar &gt; .container {
		padding-top: 22px;
		padding-bottom: 26px;
	}

	.bottom-line {
		margin-top: 27px;
	}

	.navbar {
		padding-bottom: 22px;
		padding-top: 27px;
	}

	.logoimage {
		width: 36px;
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
	}

	.first-screen .navbar__white &gt; .logoimage {
		width: 114px;
		background-image: url('images/logo-white.svg');
	}

	.close .menu-button_top-line {
		margin: 0;
	}

	.menu-img {
		width: 100%;
		order: 1;
	}

	.header-menu {
		width: 100%;
		margin-top: 36px;
		margin-bottom: 17px;
	}

	.header-menu .menu-item a {
		margin-left: 16px;
	}

	.menu-wrapper {
		top: 76.5px;
		padding-top: 0;
	}

	.navbar__white .logoimage {
		background-image: url('images/logo-short-white.svg');
	}

	.navbar__black .logoimage {
		background-image: url('images/logo-short-black.svg');
	}

	.center-text {
		font-size: 10px;
		line-height: 12px;
	}

	.first-column, .second-column, .section1 .second-column {
		width: 100%;
		min-width: 100%;
		margin-right: 0;
	}

	.first-column {
		margin-top: 28px;
	}

	.second-column {
		margin-top: 16px;
	}

	.section1 .first-column {
		font-size: 16px;
		line-height: 26px;
	}

	.oselya-btn {
		display: none;
	}

	.flex, .slide-content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.text-container {
		width: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section3 .text-container {
		padding: 41px 0 9px 0;
	}

	.item {
		margin-bottom: 41px;
		width: 100%;
		padding: 0;
	}

	.item p {
		margin-top: 23px;
	}

	.section4 .text-section {
		padding-bottom: 27px !important;
	}

	.images-container {
		flex-direction: column;
		padding-bottom: 3px;
	}

	.images-container img {
		width: 100%;
		margin-bottom: 27px;
	}

	.pagination-bullet__active {
		font-size: 18px;
		line-height: 22px;
	}

	.pagination-bullet, .swiper-pagination-bullet {
		font-size: 12px;
		line-height: 14px;
		padding: 0 7px;
	}

	.pagination-bullet:first-child, .swiper-pagination-bullet:first-child {
		padding-right: 7px;
	}

	.pagination-bullet.line__splitted.pagination-bullet__active::after {
		width: 180%;
    top: -7px;
    left: 21px;
	}

	.section5 {
		padding-top: 35px;
	}

	.pagination {
		margin: 21px 0 41px 0;
	}

	.plan-slider .swiper-slide {
		overflow-x: hidden;
	}

	.slide-text-container, .slide-content img {
		width: 100%;
	}

	.slide-content img {
		margin-bottom: 46px;
	}

	.slide_title {
		padding-left: 50px;
		margin-bottom: 31px;
	}

	.slide1 .slide_title {
		margin-bottom: 67px;
	}

	.plan-slider .slide1 .slide-scroll {
		right: 15px;
		top: 0;
	}

	.plan-slider .slide3 {
		padding-bottom: 46px;
	}

	.slide3 .slide-content img {
		margin-bottom: 0;
	}

	.slide2 .slide_title, .slide4 .slide_title {
		padding-right: 0;
	}

	.slide-description {
		margin-right: 0;
		width: 100%;
	}

	.slide-scroll {
		right: -25px;
    height: 113px;
    width: 113px;
    left: auto;
    top: 75px;
    position: absolute !important;

	}

	.scroll {
		width: 113px;
		height: 113px;
		left: 0 !important;
		bottom: 0 !important;
	}

	.arrow-horizontal {
		width: 40px;
		left: 36px;
    bottom: 57px;
	}

	.btn_blur {
		width: 104px;
		height: 104px;
	}

	.slide-scroll .btn_blur {
		left: 46px;
		bottom: 90px;
	}

	.slide1 .slide-text-container, .slide3 .slide-text-container, .slide5 .slide-text-container, .slide6 .slide-text-container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.slide1 .slide_title, .slide3 .slide_title, .slide5 .slide_title, .slide6 .slide_title {
		padding: 0;
		width: 55%;
	}

	.plan-slider .slide-scroll, .plan-slider .scroll, .plan-slider .arrow-horizontal {
		position: relative;
	}

	.plan-signs img {
		margin-bottom: 15px;
		width: 23px;
    height: 13px;
	}

	.slide4 img {
		margin-bottom: 31px;
	}

	.slide4 .slide-content {
		padding-bottom: 13px;
	}

	.section6 .slide-text-container {
		order: 1;
	}

	.section-title {
		margin-bottom: 31px;
		padding-right: 30px;
	}

	.section6 .slide-description:first-child {
		border-top: none;
	}

	.section6 .slide-description {
		margin-bottom: 33px;
	}

	.section6 .slide-description:last-child {
		margin-bottom: 71px;
	}

	.section6 img {
		margin-bottom: 5px;
	}

	.bg-image {
		min-height: 262px;
	}

	.padding30-30 {
		padding: 15px;
	}

	.numbers-slider .swiper-wrapper {
		display: block;
	}

	.numbers-slider .slide_title {
		margin-bottom: 63px;
	}

	.numbers-slider .slide-content img {
		margin-bottom: 38px;
	}

	.numbers-slider .slide-scroll {
		right: 20px;
		top: 0;
		left: auto;
	}

	.numbers-slider .slide-scroll .btn_blur {
		left: 42px;
    top: 27px;
	}

	.numbers-slider .arrow-horizontal {
		bottom: 52px;
	}

	.section9 .h3 {
		font-size: 26px;
		line-height: 36px;
	}

	.section9 .item:first-child {
		margin-top: 7px;
	}

	.section9 .text-container {
		width: 100%;
		padding-bottom: 7px !important;
	}

	.section9 .item {
		margin-bottom: 42px;
		width: 100%;
		padding: 0;
	}

	.section9 .item_number {
		margin-right: 22px;
		min-width: 51px;
	}

	.contacts-container {
		padding-top: 44px;
	}

	.contacts-container, .menu-container {
		flex-wrap: wrap;
	}

	.menu-column, .menu-partrers-container {
		width: 100%;
		overflow: hidden;
	}

	.contact-person {
		margin-bottom: 44px;
	}

	.contact-person:last-child {
		margin-bottom: 38px;
	}

	.footer-menu .menu-item {
		margin-bottom: 17px;
	}

	.menu-container {

	}

	.menu-container, .partners {
		border-top: 0.1px solid rgb(0, 0, 0,0.1);
		padding-top: 38px;
		margin-bottom: 34px;
	}

	.partners img {
		height: 15px;
	}

	.oselya-btn {
		width: 98px;
		height: 113px;
		position: absolute;
		right: -15px;
		overflow: hidden;
		margin-top: -75%;
	}

	.oselya-btn_text img {
		width: 113px;
		height: 113px;
		overflow: hidden;
	}

	.oselya-btn_logo img, .oselya-btn_logo {
		width: 42px;
		overflow: hidden;
	}

	.oselya-btn_logo {
		left: 36px;
	  top: 49px;
		position: absolute;
	}

	.oselya-btn .btn_blur {
		left: 40px;
	}

	.img {
		width: 100%;
		min-height: 245px;
		object-fit: cover;
	}

	.display-mobile {
		display: inline-block;
	}

	.display-desktop {
		display: none !important;
	}
}
</pre></body></html>