body {
    background: #212121;
    color: #fff;
} 
#wpadminbar {
	display: none !important;
}
html * {
    font-family: 'Rubik', sans-serif;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #212121;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #212121;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #ccc;
}
.wpcf7-text.wpcf7-countrytext {
/* 	pointer-events: none; */
}
.container {
    max-width: 1070px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
section.error-404.not-found {
    padding: 100px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.row {
    display: flex;
}
.site-branding {
    width: 160px;
    margin-right: 30px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
	outline: none;
}
.main-navigation ul {
    display: grid;
    gap: 30px;
    align-items: center;
    grid-auto-flow: column;
}
.main-navigation li {
	    width: fit-content;
}
.main-navigation .sub-menu {
	display: flex;
    flex-direction: column;
	background: #212121;
    padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
    max-height: 60vh;
    overflow: auto;
	gap: 0;
}
.pll-parent-menu-item {
	padding-left: 10px;
}
.pll-parent-menu-item li {
	width: 100%;
    display: flex;
    justify-content: center;
	padding: 1px 5px;
	gap: 0;
	margin: 3px 0;
}
.pll-parent-menu-item:hover,
.pll-parent-menu-item:hover * {
	opacity: 1 !important;
}
.main-navigation ul ul a {
    /* width: 200px; */
    width: fit-content;
    min-width: fit-content;
    display: flex;
    align-items: center;
}
.main-navigation {
    display: block;
    width: calc(100% - 190px);
}
.button.menu-item {
    margin-left: auto;
}
main {
    contain: paint;
}
.button.menu-item a {
    background: #FEBD02;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 2px 0 #FFCF44;
    padding: 5px 16px;
}
.pll-parent-menu-item * {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.pll-parent-menu-item>a {
    padding-right: 20px;
    background: url("../img/language-switcher.svg") no-repeat right center / 16px 16px;
}
.pll-parent-menu-item a {
    display: flex;
    align-items: center;
}
.pll-parent-menu-item img {
    min-width: 14px;
    width: 14px !important;
    height: 14px !important;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
#masthead {
    padding: 21px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 25;
    transition: .3s;
}
.first-screen__content {
    padding-top: 73px;
    padding-bottom: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    max-width: 630px;
    min-width: 630px;
}

.first-screen__title {
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FEBD02;
    margin: 0 0 12px;
}
.first-screen__text {
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}
button.first-screen__btn {
    background: #FEBD02;
    outline: none;
    border: none;
    padding: 12px 57px 11px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0px 2px 0px #FFCF44;
    display: flex;
    width: fit-content;
}
img.first-screen__img {
	margin-left: -20px;
	margin-bottom: auto;
}
.steps .row {
    gap: 33px;
	justify-content: space-between;
}
.steps {
    padding-top: 34px;
    margin-top: -70px;
	padding-bottom: 60px;
}
section.first-screen {
	padding-top: 10px;
}
.steps-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 250px;
    align-items: center;
}
.steps-item__img {
    height: 60px;
    width: auto;
    margin-bottom: 12px;
}
.steps-item__text {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.about__title {
    margin: 0 0 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FEBD02;
}
.about__content {
    padding-top: 50px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 570px;
    min-width: 570px;
}
.about__img {
    margin-right: -55px;
    margin-left: -115px;
	margin-bottom: auto;
}
.about__text {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px;
}
.about__text p {
    margin: 0 0 15px;
}
button.about__btn {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0px 2px 0px #FFCF44;
    padding: 12px 20px 11px;
    background: #FEBD02;
    border-radius: 3px;
    border: none;
    width: fit-content;
}
.epos {
    margin-top: -60px;
}
.epos__content {
    max-width: 730px;
    padding: 50px 0;
}
.epos__title {
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FEBD02;
    margin: 0 0 20px;
}
.epos__text {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 610px;
}
.epos__text p {
    margin: 0;
}
.epos__text ul {
    margin: 15px 0 0;
    padding-left: 30px;
}
.epos__img {
    margin: -50px -70px auto;
    max-width: unset;
    width: auto;
}
.partnership {
    padding-top: 80px;
}
.partnership__img {
    margin: 0 0 auto -50px;
}
.partnership__content {
    width: 640px;
}
.partnership__title {
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FEBD02;
    margin: 0 0 20px;
}
ul.partnership__list {
    padding: 0 0 0 20px;
    margin: 0;
}
.partnership__item.partnership-item {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    color: #FEBD02;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}
.partnership__item.partnership-item .partnership-item__title {
    margin: 0;
}
.partnership__item.partnership-item p:not(.partnership-item__title) {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: none;
    color: #fff;
}
ul.partnership__list ::marker {
    content: counter(list-item) ". ";
    color: #FEBD02;
}
.contacts {
    padding: 83px 0;
	contain: paint;
}
.contacts .row {
	flex-wrap: wrap;
	align-items: center;
}
.col-contacts {
	padding-top: 0px;
    min-width: 645px;
    position: relative;
    z-index: 2;
	display: flex;
    flex-direction: column;
}
.contacts__title {
    margin: 0 0 29px;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FEBD02;
	
	max-width: 395px;
	width: 100%;
}
.contacts__list {
    margin: 0;
    padding: 0;
    list-style: none;
	max-width: 390px;
}
.contacts-item {
    margin-bottom: 19px;
}
.contacts-item a {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
	word-break: break-all;
}
.contacts-item__img {
    width: 25px;
    margin-right: 15px;
}
.col-img {
    width: 485px;
    margin-right: -25px;
    margin-bottom: auto;
    margin-top: -145px;
	margin-left: auto;
}
.col-form {
    min-width: 395px;
}
.col-form .contacts__title {
    margin-bottom: 21px;
	text-align: center;
}
.wpcf7 {
	width: 100%;
}
.wpcf7 input.wpcf7-form-control {
    background: #212121;
    border: 1px solid #FEBD02;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.45) !important;
    max-width: 365px;
    width: 100%;
    outline: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0px 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
	
	background: #212121;
    border: 1px solid #FEBD02;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.45) !important;
    max-width: 365px;
    width: 100%;
    outline: none !important;
}
.wpcf7-list-item label {
    padding: 0;
    margin: 10px 0 10px;
}

.wpcf7-form label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FEBD02;
    padding: 0 10px;
    background: #212121;
    margin-bottom: -7px;
    display: flex;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-left: 5px;
}
.form-row {
    margin-bottom: 22px;
}
.wpcf7-form-control.wpcf7-radio {
    margin: -10px 0 -20px;
    display: block;
    padding: 0;
    display: flex;
    gap: 30px;
}
.wpcf7-list-item label {
    padding: 0;
    margin: 10px 0 10px;
}
.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
}
.wpcf7-list-item {
    margin-left: 0;
}
.form-row.form-row__row {
    display: flex;
    align-items: center;
}
label.containerer {
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 16px;
}

/* Hide the browser's default radio button */
.containerer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #FEBD02;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerer:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #FEBD02;
}

/* When the radio button is checked, add a blue background */
.containerer input:checked ~ .checkmark:after {
    background: #FEBD02;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Show the indicator (dot/circle) when checked */
.containerer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerer .checkmark:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: transparent;
}
form {
    max-width: 365px;
	margin: auto;
}
button.send {
    background: #FEBD02;
    border-radius: 3px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 12px 11px 11px;
    text-shadow: 0px 2px 0px #FFCF44;
    width: 100%;
    border: none;
    cursor: pointer;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
	font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.45) !important;
    margin-right: -50px;
    margin-left: 30px;
    display: flex;
    height: 100%;
    align-items: center;
	padding-left: 10px;
}
.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
	width: 46px !important;
}
.country-select .country-list,
.intl-tel-input ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 123;
    background: #212121;
    border: 1px solid #FEBD02;
    border-radius: 3px;
    color: #fff;
    width: 365px;
    white-space: break-spaces;
	left: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}
.copyright {
	max-width: 500px;
    display: flex;
    align-items: flex-end;
    margin-top: -155px;
}
.copyright__img a {
    width: 160px;
    margin-right: 32px;
    display: flex;
	align-items: center;
}
.copyright__text {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
#masthead.scroll {
    background: #212121;
    padding: 14px 0;
}
.overlay.opened {
    opacity: 1;
    pointer-events: all;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
	z-index: 100;
}
.overlay__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.popup {
    background: #212121;
    box-shadow: 0px 21px 12px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 33px 90px 54px;
    position: relative;
    z-index: 1000;
}
.popup__close svg {
    width: 24px;
}
button.popup__close:hover {
    opacity: .7;
}
button.popup__close {
    top: 0;
    right: 0;
    position: absolute;
    padding: 13px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}
.popup__content .contacts__title {
    margin-bottom: 14px;
	text-align: center;
	
}
.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button,
.menu-item,
button,
.contacts-item a {
    transition: .3s;
    cursor: pointer;
    outline: none;
}
.menu-item:hover,
.button:hover,
button:hover {
    opacity: .8;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
.contacts-item a:hover {
    opacity: .8;
}
.popup__thanks .contacts__title {
    margin-bottom: 17px;
	margin-left: auto;
	margin-right: auto;
}
.popup__thanks {
    text-align: center;
    max-height: 0;
    opacity: 0;
}
.contacts__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}
.popup__content {
    max-height: 1000px;
}
.popup__contents {
    transition: .3s;
}
.popup__thanks {
    transition: .3s;
    overflow: hidden;
}
.popup.sent .popup__thanks {
    max-height: 1000px;
    opacity: 1;
    padding: 27px 0 7px;
}
.popup.sent .popup__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.col-form {
    position: relative;
}
.col-form.sent .col-form__overlay {
    opacity: 1;
    pointer-events: all;
}
.col-form__overlay {
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    background: #212121;
    bottom: -2px;
    z-index: 2;
    text-align: center;
    padding: 0 20px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}
.wpcf7-not-valid-tip {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FF4040;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: -6px;
}
section.first-screen {
	padding-top: 50px;
}
.sub-menu .lang-item:hover {
	opacity: .7 !important;	
}
.page-content__image {
    height: 450px;
    margin: auto;
    display: flex;
}
h1.wp-block-heading, h2.wp-block-heading {
    color: #FEBD02;
    font-size: 40px;
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 60px 0 20px;
}
.page-content__text ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.page-content__text a {
	font-weight: 700;
	text-decoration: none;
	color: inherit;
}
.page-content__text ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: '- ';
}
.page-content__text ol li::marker {
	color: #FEBD02;
}
.page-content__text>h1 {
    margin-top: 0 !important;
}
.page-content__text {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	padding-bottom: 30px;
}
@keyframes cookie-popup-in {
	from { transform: translateY(100%) }
	to { transform: none }
}
.cookie-popup a {
	font-size: 14px;
	color: inherit;
}
.cookie-popup p {
	margin: 0;
}
.cookie-popup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .5s;
	opacity: 0;
	padding: 20px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FCFBFA;
	background: #2D4248;
	pointer-events: none;
	
	    padding: 22px 125px;
    color: rgba(255, 255, 255, 0.45);
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    max-width: 1120px;
    margin: auto;
    border-radius: 20px 20px 0 0;
    background: #212121;
}
.cookie-popup a {
    color: inherit;
    color: #FEBD02;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.cookie-popup-close {
    border-radius: 3px;
    background: #FEBD02;
    border: none;
    padding: 12px 12px;
    color: #000;
    text-align: center;
    text-shadow: 0px 2px 0px 0px #FFCF44;
    font-size: 18px;
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    min-width: 260px;
}
.cookie-popup .popup__close {
	
}
.cookie-popup .container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
.cookie-popup--not-accepted {
	opacity: 1;
	animation: cookie-popup-in .5s ease forwards;
	pointer-events: all;
}
.cookie-popup--accepted {
	opacity: 0;
	pointer-events: none;
}
.opacity-hover {
	transition: .3s;
}
@media (max-width: 1100px) {
    .about__content {
        min-width: unset;
    }
    .epos__img {
           margin: 0 auto;
		width: 100%;
		transform: translateX(-20px);
		max-width: 500px;
    }
	.about__img {
		max-width: 500px;
		width: 100%;
	}
	.col-contacts {
		min-width: unset;
		width: 100%;
	}
    .col-img {
		width: 350px;
		margin-top: -80px;
    }
}



@media (max-width: 1000px) {
    button.menu-toggle, .site-branding {
        position: relative;
        z-index: 2;
    }
    .site-branding {
        margin-right: auto;
        display: flex;
    }
    .menu-main_menu-container.opened {
        opacity: 1;
        pointer-events: all;
    }
	.country-select .country-list, .intl-tel-input ul.country-list {
		max-width: calc(100vw - 64px);
	}
    .menu-main_menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #212121;
        opacity: 0;
        pointer-events: none;
        transition: .3s;
    }
    #primary-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
		padding-left: 20px;
		padding-right: 20px;
        padding-bottom: 90px;
        display: flex;
    }
	.main-navigation a {
		text-align: center;
	}
    .button.menu-item {
        margin: 0;
    }
    .burger-btn {
        width: 24px;
        height: 18px;
        position: relative;
        border: none;
        display: block;
    }
    .burger-btn:before, .burger-btn:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #D9D9D9;
        position: absolute;
        left: 0;
        transition: .3s;
        border-radius: 2px;
    }
    button.menu-toggle {
        background: transparent;
        border: unset;
        padding: 10px;
        margin-left: 20px;
        outline: none;
    }
    .main-navigation {
        display: flex;
        align-items: center;
    }
    .burger-btn span {
        width: 100%;
        height: 4px;
        background: #D9D9D9;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2px);
        transition: .3s;
    }
    .burger-btn:before {
        top: 0;
    }
    .burger-btn:after {
        top: 14px;
    }
    .movile-nav.nav-menu {
        width: fit-content;
        margin-left: auto;
        position: relative;
        z-index: 2;
    }
    .site-branding {
        width: 106px;
        display: flex;
    }
    .custom-logo-link {
        display: flex;
        align-items: center;
    }
    #masthead {
        padding: 8px 0;
    }
    #masthead.scroll {
        padding: 6px 0;
    }
    section.first-screen .row {
        flex-direction: column-reverse;
    }
    .first-screen__content {
        max-width: 100%;
        min-width: unset;
        padding-top: 40px;
        align-items: center;
        padding-bottom: 35px;
        max-width: 570px;
		width: 100%;
        min-width: unset;
        margin-top: -100px;
		margin-left: auto;
		margin-right: auto;
    }
    .first-screen__title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #FEBD02;
        margin-bottom: 18px;
    }
    .first-screen__text {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .steps {
        margin: 0;
        padding: 0 0 60px;
    }
    .steps .row {
        flex-direction: column;
    }
    .steps-item {
        max-width: 220px;
        margin: auto;
    }
    .about .row {
        flex-direction: column;
        align-items: center;
    }
    .about__img {
        margin: 0 auto 15px;
    }
    .about__content {
        max-width: 100%;
        min-width: unset;
        padding: 0;
        align-items: center;
    }
	.epos__title {
        font-size: 28px;
        line-height: 33px;
		text-align: center;
		margin-bottom: 12px;
	}
    .about__title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 12px;
        text-align: center;
    }
    .about__text {
        margin-bottom: 25px;
    }
    .about__text p {
        margin: 0 0 8px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
    }
    img.first-screen__img {
        width: 100%;
		max-width: 500px;
        min-width: unset;
        margin: 0 auto 58px;
    }
    .epos {
        margin: 0;
        padding-top: 20px;
    }
    .epos .row {
        flex-direction: column-reverse;
    }
    .epos__content {
        padding-top: 0;
		max-width: 570px;
		margin: auto;
    }
	
    .epos__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }
    .epos__text ul {
        margin: 8px 0 0;
        padding-left: 25px;
    }
    .partnership {
        padding: 0;
    }
    .partnership .row {
        flex-direction: column;
        align-items: center;
    }
    .partnership__img {
        margin: 0;
        width: 80%;
		max-width: 400px;
    }
    .partnership__content {
        max-width: 100%;
        padding-top: 40px;
    }
    .partnership__title {
        font-size: 28px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 12px;
    }
    .partnership__item.partnership-item {
        font-size: 18px;
        line-height: 21px;
        font-weight: 400;
        list-style: none;
    }
    .partnership-item .partnership-item__title {
        margin: 0;
        font-weight: 400;
    }
    .partnership__item.partnership-item p:not(.partnership-item__title) {
        font-size: 18px;
        line-height: 21px;
        font-weight: 400;
    }
    ul.partnership__list ::marker {
        content: unset;
    }
    .partnership__item.partnership-item {
        margin-bottom: 20px;
    }
    .contacts .row {
        flex-direction: column;
    }
    .contacts {
        padding: 22px 0;
    }
    .col-contacts {
        padding: 0;
        min-width: unset;
		max-width: 570px;
		margin: auto;
		width: 100%;
    }
    .contacts__title {
        font-size: 28px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 12px;
		margin-left: auto;
		margin-right: auto;
    }
    .col-img {
		transform: translateX(20px);
        width: 85%;
        margin: 25px auto 0;
		    max-width: 460px;
    }
	ul.partnership__list {
		padding: 0;
	}
	.partnership__content {
		width: 570px;
	}
    .col-form {
		min-width: unset;
		width: 570px;
		margin: auto;
		max-width: 100%;
		align-items: center;
		display: flex;
		flex-direction: column;
    }
    .col-form .contacts__title {
        margin-bottom: 16px;
    }
    .copyright {
        margin: 20px auto 0;
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }
    .copyright__img {
        width: 105px;
        margin-bottom: 16px;
    }
    .copyright__img a {
        max-width: 100%;
    }
    .copyright__text {
        text-align: center;
    }
    .copyright__text p {
        margin: 0;
        text-align: center;
    }
    .overlay {
        padding: 20px 20px 60px;
    }
    .popup {
        padding: 12px 12px 24px;
    }
    .popup__close svg {
        width: 18px;
    }
    .popup__content .contacts__title {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
		max-width: calc(100% - 60px);
    }
    .popup.sent .popup__thanks {
        padding: 4px 0 8px;
    }
    .popup__thanks .contacts__title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 24px;
    }
    .contacts__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
    }
    .overlay {
        align-items: flex-start;
        padding-top: 80px;
        overflow: auto;
    }
	section.first-screen {
		padding-top: 40px;
	}
	.main-navigation ul {
		gap: 0;
	}
	.main-navigation li,
	.button.menu-item {
		margin: 15px 0;
	}
	.main-navigation .pll-parent-menu-item li {
		margin: 2px 0;
	}
	.main-navigation {
		width: fit-content;
	}
	
	.page-content__image {
		max-height: 270px;
		height: auto;
		width: 100%;
		object-fit: contain;
	}
	h1.wp-block-heading, h2.wp-block-heading {
		text-align: center;
		font-size: 20px;
		margin: 40px 0 12px;
	}
	.page-content__text {
		font-size: 16px;
		font-weight: 500;
	}
	.cookie-popup {
		padding: 12px 0px 24px;
		max-width: 334px;
		bottom: 40px;
		border-radius: 20px;
		color: rgba(255, 255, 255, 0.45);
		text-align: center;
		font-size: 16px;
		font-family: Rubik;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
	}
	.cookie-popup div {
		padding: 0px 22px;
	}
	.cookie-popup .container {
		flex-direction: column;
		gap: 24px;
	}
	.cookie-popup a {
		display: block;
		text-decoration: none;
		font-size: 16px;
	}
	.cookie-popup-close {
		    padding: 10px;
	}
}
@media (max-width: 900px) and (orientation: landscape) {
	.menu-main_menu-container.opened #primary-menu {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
.wpcf7 .hidden {
    display: none;
}
.country-input {
    position: relative;
/*     display: inline-block; */
/*     width: 300px; */
  }

  .wpcf7 .country-input input {
/*     width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px; */
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 18px;
  } 

  .selected-country-flag {
    position: absolute;
    top: 22px;
    left: 8px;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
  }

  .country-list {
   list-style: none;
    padding: 0;
    margin: 0;
    z-index: 123;
    background: #212121;
    border: 1px solid #FEBD02;
    border-radius: 3px;
    color: #fff;
    width: 365px;
    white-space: break-spaces;
	left: 0;
	  position: absolute;
    max-height: 167px;
    overflow: auto;
  }

  .country-list li {
	padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
	  transition: .3s;
  }

  .country-list li:hover {
	  opacity: .7;
  }

  .country-flag {
    margin-right: 8px;
  }

	.phone-input {
position: relative;
/*     display: inline-block; */
/*     width: 300px; */
}

.wpcf7 .phone-input input {
/*     width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px; */
padding-left: 83px;
background-repeat: no-repeat;
background-position: left center;
background-size: 24px 18px;
	direction: ltr;
}

.selected-phone-flag {
position: absolute;
top: 22px;
left: 8px;
transform: translateY(-50%);
width: 20px;
height: 14px;
}

.phone-list {
list-style: none;
padding: 0;
margin: 0;
z-index: 123;
background: #212121;
border: 1px solid #FEBD02;
border-radius: 3px;
color: #fff;
width: 365px;
white-space: break-spaces;
left: 0;
position: absolute;
max-height: 167px;
overflow: auto;
}

.phone-list li {
padding: 8px 10px;
cursor: pointer;
font-size: 14px;
transition: .3s;
}

.phone-list li:hover {
opacity: .7;
}

.phone-flag {
margin-right: 8px;
}
	.dial-code {
		color: #ccc;
		margin-left: 5px;
		direction: ltr;
	}
	.selectedPhoneCode {
		color: #ccc;
		position: absolute;
		left: 39px;
		font-size: 14px;
		transform: translateY(-50%);
		top: 22px;
		color: rgba(255, 255, 255, 0.45) !important;
		direction: ltr;
	}
	.phoneList, .countryList {
		display: none;
	}