/* e-Ukraine-regular 400 */
@font-face {
  font-family: 'e-Ukraine-regular';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/e-Ukraine-Regular.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Regular.woff') format('woff');
}

/* e-Ukraine-Bold 700 */
@font-face {
  font-family: 'e-Ukraine-Bold';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/e-Ukraine-Bold.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Bold.woff') format('woff');
}

/* e-Ukraine-Light 300 */
@font-face {
  font-family: 'e-Ukraine-Light';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/e-Ukraine-Light.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Light.woff') format('woff');
}

/* Akzidenz Grotesk Regular Bold */
@font-face {
	font-family: 'Akzidenz Grotesk Ex';
	src:
	url('resources/fonts/akzidenzgroteskpro_boldex.woff2') format('woff2'),
  url('resources/fonts/akzidenzgroteskpro_boldex.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Akzidenz Grotesk Ext */
@font-face {
	font-family: 'Akzidenz Grotesk Ex Light';
  src:
  url('resources/fonts/akzidenzgroteskpro_ext.woff2') format('woff2'),
  url('resources/fonts/akzidenzgroteskpro_ext.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* Roboto-Medium 500 */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('resources/fonts/Roboto-Medium.ttf') format('truetype'),
       url('resources/fonts/Roboto-Medium.woff') format('woff');
}

/* Roboto-regular 400 */
@font-face {
  font-family: "Roboto";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/Roboto-Regular.ttf') format('truetype'),
       url('resources/fonts/Roboto-Regular.woff') format('woff');
}


html {height:100%;overflow: hidden;}
body {height:100%;overflow: hidden;margin:0;padding:0;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height: 1.2;color: #000000;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
div, p, span, h1, h2, h3, h4, ol {vertical-align: baseline;margin:0;padding:0;box-sizing: border-box;}
*{margin:0; padding:0;}
img{max-width:100%;vertical-align:middle;}
.blk{display:block;}
.hide{display:none;}
a {color:#3a84df;outline:none;}
a:hover {color:#b22222;}
a:focus {outline:none;}
.nozo {touch-action: pan-x pan-y;-webkit-touch-callout: none; -khtml-user-select: none;}
.unselectable {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.no-wrap {white-space: nowrap;}

#unsupported {position:fixed;top:0;left:0;right:0;bottom:0;background-color: #eceff1;z-index:99999;display: none;align-items: center;justify-content: center;}
#unsupported span {display:block;font-family: 'e-Ukraine-Light';font-size: 18px;color: #37474f;width: 70%;text-align: center;line-height: 1.5;}

#no-fullscreen {position:fixed;top:0;left:0;right:0;bottom:0;background-color: #00000052;z-index:99999;display: none;}
#no-fullscreen .container {display: flex;align-items: center;justify-content: center;width:100%;height:100%;}
#no-fullscreen .wrap {background-color: #303030;display: flex;flex-direction: column;align-items: center;padding: 30px 32px 26px 32px;border-radius: 14px;}
#no-fullscreen span {display:block;font-family: 'e-Ukraine-Light';font-size: 15px;color: #ffffff;text-align: center;line-height: 1.6;}
#no-fullscreen .close {background-image: url(resources/icon/close-white.svg);background-size: 22px;background-position: 50% 50%;background-repeat: no-repeat;width: 36px;height: 36px;border-radius: 40px;margin-top: 26px;background-color: #546e7a73;}
#no-fullscreen .close:hover {cursor:pointer;border: 1px solid #ffffff63;}

.podskazka-boss {position: fixed;overflow: hidden;top:0;left:0;bottom:0;right:0;z-index:42;width:100%;height:100%;background-color: #0a0a0acc;background-color: #ffffff94;background-color: #0a0a0ac4;backdrop-filter: blur(4px);-webkit-backdrop-filter:blur(4px);}
.podskazka-shef {height:100%;color:#fff;/* color: #000; */text-align:center;font-size: 16px;line-height: 1.4em;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-align-items: center;align-items: center;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;font-family: 'e-Ukraine-regular';}


.touchevents .podskazka-desktop {display:none;}
.no-touchevents .podskazka-desktop {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;}
.podskazka-desktop {border-radius: 32px;}
.podskazka-desktop .move {display: flex;flex-direction: column;align-items: center;margin-top: 16px;}
.podskazka-desktop .move img{display:block;width: 100px;margin-top: 28px;}
.podskazka-desktop .move span {font-family: 'e-Ukraine-Light';display: block;font-size: 14px;}
.podskazka-desktop .move.en span {font-size: 17px;line-height: 1.5;}
.podskazka-boss .promt {width: 100%;font-size: 18px;font-family: 'e-Ukraine-regular';}
.podskazka-boss .promt.en {display:none;}
.podskazka-boss .promt-ok {color: #ffffff;border-radius: 22px;cursor: pointer;width: 128px;height: 42px;margin-top: 60px;margin-left: 2px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.podskazka-boss .promt-ok span {display:block;font-family: 'e-Ukraine-Light';line-height: 14px;font-size: 14px;}
.podskazka-desktop .promt-ok:hover {box-shadow: 0 0 0 4px #ffffff5e;}
.podskazka-desktop .promt-ok {background: #37474f;background: #f4f4f4;color: #682f45;color: #000000;}

.no-touchevents .podskazka-mobile {display:none;}
.touchevents .podskazka-mobile {display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;align-items: center;}
.podskazka-mobile {width: 320px;}
.podskazka-mobile .move {display: flex;flex-direction: column;align-items: center;margin-top: 14px;}
.podskazka-mobile .move img{display:block;width: 86px;margin-top: 38px;margin-left: -4px;}
.podskazka-mobile .move span {font-family: 'e-Ukraine-Light';display: block;font-size: 14px;}
.podskazka-mobile .move.en span {font-size: 17px;line-height: 1.5;}
.podskazka-mobile .promt-ok {background: #ffffff;color: #000000;}

.landscape_mode{width:100%;height:100%;background: #171717;position:fixed;overflow:hidden;top:0;left:0;bottom:0;right:0;z-index: 9999999;display:none;}
.landscape_mode .wrapper {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;height: 100%;}
.landscape_mode span {font-family: 'e-Ukraine-Light';font-size: 16px;color: #fff;}
.landscape_mode img {width: 90px;margin-top: 38px;}

.intro-boss {background-color: #fff;z-index: 9999;overflow: auto;width:100%;height:100%;position: fixed;top: 0px;left: 0;right:0;bottom:0;display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;justify-content: space-between;}
.intro-boss .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.head-row {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;margin-top: 22px;padding: 0 22px;margin-bottom: 18px;}
.head-row .title {font-family: Times New Roman; font-weight: bold; font-style: italic; font-size: 18px; line-height: 22px; }

.head-row .lang {display: flex;font-family: Times New Roman;font-weight: bold;font-size: 16px;line-height: 16px;margin-top: 2px;}
.head-row .lang div {display: flex;align-items: center;justify-content: center;border-bottom: 2px solid #fff;}
.head-row .lang .ua {margin-right: 8px;}
.head-row .lang .active{border-bottom: 2px solid #000;}
.head-row .lang span {display: block;}
.head-row .lang a {color: #000;text-decoration: none;display: block;}
.head-row .lang a:hover{text-decoration: underline;}

.poster-row {width: 45vh;max-width: calc(100% - 44px);}
.poster-row .lang {display:none;}

.poster-row .title-logo {width: 100%;}
.poster-row .title-logo .mobile {display: block;}
.poster-row .title-logo .desktop {display: none;}

.footer-row {width: 82%;display: flex;justify-content: center;flex-direction: column;align-items: center;margin-bottom: 16px;margin-top: 22px;}
.footer-row .clmn_1 {width: 100%;}
.footer-row .clmn_2 {display:none;}
.footer-row .partner {width: 100%; display: flex; justify-content: center; align-items: flex-start; }
.footer-row .partner .logo {display: flex; align-items: flex-start; justify-content: space-between; width: 100%; }
.footer-row .partner div {display: flex; align-items: flex-start; justify-content: center;}
.footer-row .partner div img {display: block;}
.footer-row .partner .lg_1 img {width: 32px;margin-top: 0px;}
.footer-row .partner .lg_2 img {width: 98px;margin-top: 2px;}
.footer-row .partner .lg_3 img {width: 68px;margin-top: 0px;}
.en .footer-row .partner .lg_3 img {width: 82px;margin-top: 2px;}

.footer-row .copyright {font-family: Arial;font-weight: normal;font-size: 12px;width: 100%;text-align: center;margin-top: 12px;}
.footer-row .copyright span {}
.footer-row .copyright a {color: #000;text-decoration: none;}
.footer-row .copyright a:hover {text-decoration: underline;}

.intro-button-mobile {width: 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto;color: #000;border: 2px solid #000;font-family: Times New Roman;font-weight: bold;font-style: italic;font-size: 4vh;text-align: center;line-height: 28px;padding: 6px 0 9px;margin-top: 16px;}
.intro-button-mobile span {display: block;}
.intro-button-desktop {display: none;}

/* - !!!!!!!!!!!! - - - 320 px (max-heigth: 480px) - - - !!!!!!!!!!!! - */
@media screen and (max-width: 320px) {
.podskazka-boss .promt-ok {width: 160px;}
.head-row .title {font-size: 16px;}
.head-row .lang {font-size: 14px;line-height: 14px;}
.intro-button-mobile {padding: 4px 0 6px;}
}

/* - !!!!!!!!!!!! - - - 410px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 410px) {
.head-row {margin-top: 32px;padding: 0 32px;}
.poster-row {max-width: calc(100% - 64px);}
.intro-button-mobile {font-size: 30px;line-height: 30px;padding: 8px 0 11px;}
}

/* - !!!!!!!!!!!! - - - 480px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 480px) {
.footer-row .copyright {margin-top: 22px;font-size: 14px;}
.footer-row .partner .lg_1 img {width: 42px;}
.footer-row .partner .lg_2 img {width: 116px;}
.footer-row .partner .lg_3 img {width: 78px;}
.en .footer-row .partner .lg_3 img {width: 98px;}
}

/* - !!!!!!!!!!!! - - - 760px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 760px) {
.poster-row {width: 40vh;margin-top: 32px;}
.head-row {margin-top: 42px; padding: 0 42px; margin-bottom: 72px;}
.head-row .title {font-size: 24px; line-height: 1.2;}
.head-row .lang {font-size: 24px; line-height: 1.4; margin-top: 0;}
.intro-button-mobile {font-size: 36px; line-height: 36px; padding: 12px 0 15px; margin-top: 22px;}
.footer-row {margin-top: 52px;margin-bottom: 22px;width: 370px;}
.footer-row .copyright {margin-top: 32px;font-size: 16px;}
}


/* - !!!!!!!!!!!! - - - 1010 px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 1010px) {
.intro-boss {display: flex;align-items: center;justify-content: flex-start;flex-direction: column;}
.intro-boss .wrap {width: 100%;position: relative;display: flex;justify-content: center;align-items: center;min-height: 580px;}
.head-row {display: none;}
.head-row .title {display: none;}
.head-row .lang {display: none;}
.poster-row {margin-top: 0; width: 824px; position: relative; }

.poster-row .lang {display: flex;font-family: Times New Roman;font-weight: bold;font-size: 20px;line-height: 1.4;position: absolute;top: 0;left: 0;}
.poster-row .lang div {display: flex;align-items: center;justify-content: center;border-bottom: 2px solid #fff;}
.poster-row .lang .ua {margin-right: 16px;}
.poster-row .lang .active{border-bottom: 2px solid #000;}
.poster-row .lang span {display: block;}
.poster-row .lang a {color: #000;text-decoration: none;display: block;}
.poster-row .lang div:hover {border-bottom: 2px solid #000;}

.poster-row .title-logo .mobile {display: none;}
.poster-row .title-logo .desktop {display: block;}

.intro-button-desktop {display: flex;align-items: center;justify-content: center;color: #000;border: 4px solid #000;cursor:pointer;font-family: Times New Roman;font-weight: bold;font-style: italic;font-size: 31px;text-align: center;line-height: 28px;padding: 12px 92px 16px;}
.en .intro-button-desktop {padding: 12px 60px 16px;font-size: 28px;}
.intro-button-desktop span {display: block;}
.intro-button-desktop:hover span {text-decoration:underline;}
.intro-button-mobile {display: none;}

.footer-row {width: 824px;display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;margin-top: 32px;margin-bottom: 0;}
.footer-row .clmn_1 {width: 350px; }
.footer-row .clmn_2 {display: flex; align-items: flex-start; justify-content: flex-end; }
.footer-row .clmn_2 .fml {width: 81px; margin-left: 32px; margin-top: -12px; }
.footer-row .clmn_2 img {display: block;}

.footer-row .partner {display: flex;justify-content: flex-start;}
.footer-row .partner .lg_1 img {width: 38px;}
.footer-row .partner .lg_2 img {width: 108px;margin-top: 4px;margin-left: 2px;}
.footer-row .partner .lg_3 img {width: 84px;margin-top: 0px;}
.en .footer-row .partner .lg_3 img {width: 90px;margin-top: 4px;}
.footer-row .partner .logo {width: 276px;}
.footer-row .copyright {margin-top: 16px; font-size: 13px; text-align: left; }
}

/* - !!!!!!!!!!!! - - - 1530px - - - !!!!!!!!!!!! - */
@media screen and (min-width: 1530px) {
.poster-row {width: 874px;}
.footer-row  {width: 874px;}
.footer-row .clmn_2 .fml {margin-left: 38px;}
.intro-button-desktop {padding: 12px 122px 16px;}
.footer-row .clmn_1 {width: 320px;}
}

