/*akcii start*/
.desktop-version {
    display: block;
}

.mobile-version {
    display: none;
}
.akc-container {
    background: #EDF3F6;
    border-radius: 28px;
    width: 1345px;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
}
.akc-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
		    margin-top: 15px;
    margin-bottom: 30px;
	padding-left: 30px;
}
.akc-box {
background: #EDF3F6;
    border-radius: 28px;
    width: 1345px;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
}

.akc-header h2 {
    font-weight: bold;
	
	font-family: 'TT Firs Neue';
font-style: normal;
font-size: 24px;
line-height: 130%;
text-transform: uppercase;
color: #343434;
}

.akc-button {
    border-radius: 15px;
font-family: 'TT Firs Neue';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 120%;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #FFFFFF;
	    background: #0D80C2;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	    min-width: 182px;
    min-height: 54px;
	box-shadow: 0px 4px 15px rgb(8 134 191 / 71%);
}
.akc-button:hover{
	transform: scale(0.98);
    box-shadow: 0px 4px 8px rgb(8 134 191 / 71%);
}


.akc-button a {    color: white;}

.akc-content {
border-top: 2px solid #0D80C2;
    padding-top: 10px;
    margin-top: 11px;
}

.akc-content-row {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.akc-img-box {
max-height: 372px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 40%;
    padding: 35px;
	border-radius:15px;
}

.akc-image {
display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
	border-radius: 15px;
}
.akc-text {
    width: 60%;
    padding: 35px;
}

.akc-text p {
    margin-bottom: 20px; 
}

.akc-text p:last-child {
       margin-bottom: 10px;
}


.akc-cina, .akc-utp {
	font-size: 28px;
}


.akc-desc-small p {
font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 140%;
color: #343434;
}
.akc-cina {
    color: #0D80C2; 
    font-weight: bold; 
    margin-bottom: 50px !important;
}

.akc-utp {
    font-size: 30px;
    margin-bottom: 30px;
    display: flex;  
    align-items: center; 
	color:#343434;
}

.akc-utp::before {
    content: "";
    display: inline-flex;  
    justify-content: center; 
    align-items: center;
    width: 26px;
    height: 22px;
    margin-right: 10px; 
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk1OTEgNC4xNjEyNUMxMC4zNzMzIDMuNTc1NDYgMTAuMzczMyAyLjYyNTcxIDEwLjk1OTEgMi4wMzk5M1YyLjAzOTkzQzExLjU0NDkgMS40NTQxNCAxMi40OTQ2IDEuNDU0MTQgMTMuMDgwNCAyLjAzOTkzTDIyLjk3OTkgMTEuOTM5NEMyMy41NjU3IDEyLjUyNTIgMjMuNTY1NyAxMy40NzUgMjIuOTc5OSAxNC4wNjA3VjE0LjA2MDdDMjIuMzk0MSAxNC42NDY1IDIxLjQ0NDQgMTQuNjQ2NSAyMC44NTg2IDE0LjA2MDdMMTAuOTU5MSA0LjE2MTI1WiIgZmlsbD0iIzBEODBDMiIvPgo8cGF0aCBkPSJNMTMuMDgwMiAyMy45NjAzQzEyLjQ5NDQgMjQuNTQ2MSAxMS41NDQ3IDI0LjU0NjEgMTAuOTU4OSAyMy45NjAzVjIzLjk2MDNDMTAuMzczMSAyMy4zNzQ1IDEwLjM3MzEgMjIuNDI0OCAxMC45NTg5IDIxLjgzOUwyMC44NTg0IDExLjkzOTVDMjEuNDQ0MiAxMS4zNTM3IDIyLjM5MzkgMTEuMzUzNyAyMi45Nzk3IDExLjkzOTVWMTEuOTM5NUMyMy41NjU1IDEyLjUyNTMgMjMuNTY1NSAxMy40NzUxIDIyLjk3OTcgMTQuMDYwOEwxMy4wODAyIDIzLjk2MDNaIiBmaWxsPSIjMEQ4MEMyIi8+Cjwvc3ZnPgo=');
    background-size: contain;
}

/*akcii-detail start*/
.akcii-detail {
    width: 1345px;
    margin: 0 auto;
}
.akcii-detail h2, .akcii-detail h3{margin-top:30px;}
.akcii-detail ul li {margin-bottom:10px;}
.akcii-detail ul li::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNS41IiBjeT0iNS41IiByPSI1LjUiIGZpbGw9IiMwRDgwQzIiLz4KPC9zdmc+Cg==);
    background-size: contain;
    vertical-align: middle;
}

.akcii-detail table, tr, td {
    border: 1px solid;
}

.akc-h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 68px;
	color:#343434;
}

.akc-desc-full {
	font-family: 'Proxima Nova';
font-style: normal;
font-size: 24px;
line-height: 150%;
	margin-bottom: 80px;
	color:#343434;
}
.akcii-columns {
    display: flex;
    justify-content: space-between;
	min-height: 300px;
}

.akc-left-txt, .akc-right-txt {
    background: #EDF3F6;
    border-radius: 28px;
    width: calc(50% - 15px); /* 15px это половина отступа */
    padding: 50px;
}

.akc-left-txt h2, .akc-right-txt h2 {
	font-family: 'TT Firs Neue';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 130%;
text-transform: uppercase;
    margin-bottom: 30px;
	color:#343434;
}

.akc-left-txt p, .akc-right-txt p {
	font-family: 'Proxima Nova';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 140%;
	margin-bottom: 15px;
	color:#343434;
}
.akcii-columns svg {
    vertical-align: middle;
	    margin-right: 8px;
}

.merezha__akciji-single .mbl {
	padding: 51px 140px 60px;
}
.akciji-single{
	width: 500%;
    left: -200%;
	top: 50%;
}

/*akcii-detail end*/

.akciji__last{position:relative;}
.line-akciji{top: 50%;}
.merezha-block-akciji{
	width: 1070px;
    aspect-ratio: 5.03;
	padding:20px;
}
.merezha-block-akciji .mbl{
	width: 100%;
    height: unset;
    padding: 36px;
}
.merezha-block-akciji .mbl p{
	width:unset;
}
.merezha-block-akciji .mbl p, .merezha-block-akciji .mbl span{
	font-size: 28px;
}
.merezha.mission.merezha__akciji-single {display: none;}
.merezha-block.merezha-block-akciji {display: none;}
.line.line-akciji  {display: none;}
/*akcii end*/

/*  PC  1400 -- 1368  */
@media (max-width: 1400px) {
.akc-box {
    background: #EDF3F6;
    border-radius: 28px;
    width: 1220px;
}
	.akc-header h2 {
    font-size: 22px;
	}
	.akc-img-box {
    padding: 20px;
	}
	.akc-utp {
    font-size: 22px;
	}
	.akc-utp::before {
    width: 22px;
    height: 19px;
	}
	.akc-cina {
    font-size: 24px;
}
	.akc-cina {
    margin-bottom: 30px !important;
}
	.akc-desc-small p {
    font-size: 18px;
	}
	
	/*akcii-detail*/
	.akcii-detail {
    width: 1220px;
}
}

@media (max-width: 1200px) {
/*akcii-detail*/
	.akcii-detail {
    width: 1020px;
}
.akc-desc-full {
    font-size: 22px;
}
	.akc-left-txt h2, .akc-right-txt h2 {
    font-size: 20px;
}
	.akc-left-txt p, .akc-right-txt p {    
    font-size: 18px;
}
	.akcii-columns svg {width:18px;height:18px;margin-right: 6px;}
	.akc-box{width:1020px;}
	.merezha-block-akciji {width: 720px;}
}

@media (max-width: 1120px){
	.akcii-detail {width: 920px;}
	.merezha__akciji-single .merezha-block {width: 846px;}
}

@media (max-width: 991px) {
	/*akcii-detail*/
	.akcii-detail {
    width: 880px;
}
	.akc-h1 {
    font-size: 30px;
		    margin-bottom: 48px;
	}
	.akc-utp {
    font-size: 20px;
}
	.akc-cina {
    font-size: 22px;
}
	.akc-desc-full {
    font-size: 20px;
}
	.akc-left-txt, .akc-right-txt {
    padding: 40px;
}
	.akc-left-txt h2, .akc-right-txt h2 {
    font-size: 18px;
}
	.akc-left-txt p, .akc-right-txt p {font-size: 16px;}
	.merezha__akciji-single .mbl {padding: 51px 30px 60px;}
	.merezha__akciji-single .merezha-block {width: 760px;}
	.merezha__akciji-single .mbl p{margin-top: 20px;}
}
@media (max-width: 768px) {
	.akc-box {
    width: 720px;
}
	.akc-header {
    padding-left: 10px;
}
.akc-img-box {
    padding: 5px;
	}
	.akc-header h2 {
    font-size: 20px;
}
	.akc-text p {
    margin-bottom: 15px;
}
	.akc-cina {
    margin-bottom: 20px !important;
		font-size: 20px;
}
.akc-desc-small p {
    font-size: 16px;
}
.akc-text {
    padding: 10px;
}
	.akc-utp::before {
    width: 20px;
    height: 15px;
}
	/*akcii-detail*/
	.akcii-detail {
    width: 720px;
}
	.akc-desc-full {
    font-size: 18px;
}
	.akc-left-txt, .akc-right-txt {
    padding: 30px;
}
	.akc-left-txt h2, .akc-right-txt h2 {
    font-size: 16px;
}
	.line-akciji, .akciji-single{display:none;}
	.merezha__akciji-single .merezha-block {width: 660px;}
	.merezha__akciji-single .mbl p {margin-top: 0;}
	.merezha__akciji-single .mbl {padding: 30px;}
}

@media (max-width: 767px){
	.merezha-block-akciji{margin-bottom:60px;}
}

@media (max-width: 468px) {
	   .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }
	
	.akc-desc-small {display: none;}
	.akc-box {        
		   width: 360px;
		padding: 0;
    }

    .akc-content-row {
        flex-direction: column;
		align-items: center;
    }

    .akc-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-left: 0px;
		margin-top: 20px;
		margin-bottom: -20px;
		width: 100%;
		padding: 0 15px;
    }

.akc-header > h2 {
    font-size: 18px;
    text-align: center;
	    margin-bottom: 7px;
}
	.akc-utp {
    font-size: 18px;
    text-align: center;
		margin-bottom: 30px;
}
	.akc-utp::before {display:none;}
    .akc-img-box {
        width: 100%;
        padding: 0;
    }

    .akc-text {
        width: 100%;
        padding: 15px 0;
    }

    .akc-cina {
        display: flex;
        justify-content: space-between;
        align-items: center;
		width:100%;	
    margin-bottom: 10px !important;
    }

    .akc-button {
        width: auto;
        min-width: auto;
    padding: 10px 40px; 
    min-height: 40px;
	
    }
	.akc-cina span {
    font-size: 17px;
		    width: 100%;
    display: inline-block;
    text-align: center;
}
		/*akcii-detail*/
	.akcii-detail {
    width: 360px;
}
	.akc-h1 {
    font-size: 25px;
    line-height: 30px;
		margin-bottom: 30px;
}
	.akc-cina {
    margin-bottom: 5px !important;
}
	.akcii-columns {
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
		gap: 15px;
}
	.akc-left-txt, .akc-right-txt {width: unset;}
	.akc-left-txt p, .akc-right-txt p {font-size: 18px;}
	.akc-left-txt h2, .akc-right-txt h2 {margin-bottom: 20px;}
	.akc-desc-full {margin-bottom: 40px;}
	.merezha-block-akciji .mbl p, .merezha-block-akciji .mbl span {font-size: 20px;}
	.merezha-block-akciji{width:360px;}
	.merezha__akciji-single .merezha-block {width: 360px;}
}
@media (max-width: 360px){
	.akc-box {width: 290px;}
	.akc-img-box, .akc-image{border-radius: 14px 14px 0px 0px;}
	.akc-header > h2 {font-size: 16px;}
	.akc-utp {font-size: 14px;}
	.akc-button{width:120px;font-size:13px;}
	.akc-cina span {font-size: 14px;}
	.akc-header{padding: 0 8px;}
	.merezha-block-akciji {width: 290px;}
	.merezha-block-akciji .mbl{padding: 10px;}
	.merezha-block-akciji .mbl p, 
	.merezha-block-akciji .mbl span {font-size: 18px;}
	.merezha__akciji-single .merezha-block {width: 290px;height: 190px;}
	.merezha__akciji-single .mbl p, .merezha__akciji-single .mbl span {font-size: 14px;}
	.merezha__akciji-single .merezha-bl2 img {width: 40px;height: 32px;margin-bottom: 8px;}
	.akcii-detail {width: 290px;}
	
}