<html> <head> <title>Market</title> <style> .cookies--styles { -ms-grid-columns: auto 2.875rem 130px; grid-template-columns: auto 130px; -ms-grid-rows: auto; grid-template-rows: auto; -webkit-column-gap: 2.875rem; -moz-column-gap: 2.875rem; column-gap: 2.875rem; width: 100%; max-width: 936px; min-height: 96px; left: 0; bottom: 0; padding: 1rem 1.5rem; background: var(--color-dark); z-index: 10000000000; opacity: 0; visibility: hidden; -webkit-transition: opacity .1s,visibility .1s; -o-transition: opacity .1s,visibility .1s; -moz-transition: opacity .1s,visibility .1s; transition: opacity .1s,visibility .1s } .cookies--styles>:first-child { -ms-grid-row: 1; -ms-grid-column: 1 } .cookies--styles>:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 3 } @media screen and (max-width: 766px) { .cookies--styles { -ms-grid-columns:auto .625rem 81px; grid-template-columns: auto 81px; -ms-grid-rows: auto; grid-template-rows: auto; -webkit-column-gap: .625rem; -moz-column-gap: .625rem; column-gap: .625rem; padding: 1rem 1.25rem } .cookies--styles>:first-child { -ms-grid-row: 1; -ms-grid-column: 1 } .cookies--styles>:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 3 } } @media screen and (max-width: 328px) { .cookies--styles { display:-webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center } } .cookies--show { opacity: 1; visibility: visible } .cookies--show,.cookies_text { -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center } .cookies_text { font-style: normal; font-weight: 200; font-size: 1.125rem; line-height: 133%; color: var(--color-gray) } @media screen and (max-width: 600px) { .cookies_text { font-size:.75rem; line-height: 140% } } @media screen and (max-width: 328px) { .cookies_text { margin-bottom:.75rem } } .cookies_link { font-weight: 400 } .waiting-modal--styles { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 226px; background-color: var(--color-white); padding: 40px; width: 100%; max-width: 438px } .waiting-modal--styles,.waiting-modal__wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center } .waiting-modal__wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: fixed; z-index: 1002; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; padding: 10px; -webkit-overflow-scrolling: touch } .waiting-modal__message { display: none } .waiting-modal__overlay { position: fixed; display: block; z-index: 1001; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; background-color: var(--color-black) } .waiting-modal,.waiting-modal__overlay,.waiting-modal__wrapper { opacity: 0; visibility: hidden } .waiting-modal--fade-delay { -webkit-transition: opacity .2s ease-out .2s,visibility .2s ease-out .2s; -o-transition: opacity .2s ease-out .2s,visibility .2s ease-out .2s; -moz-transition: opacity .2s ease-out .2s,visibility .2s ease-out .2s; transition: opacity .2s ease-out .2s,visibility .2s ease-out .2s } .waiting-modal--is-opened { opacity: 1 } .waiting-modal--is-opened,.waiting-modal--overlay-is-opened { visibility: visible; -webkit-transition: opacity .2s ease-out,visibility .2s ease-out; -o-transition: opacity .2s ease-out,visibility .2s ease-out; -moz-transition: opacity .2s ease-out,visibility .2s ease-out; transition: opacity .2s ease-out,visibility .2s ease-out } .waiting-modal--overlay-is-opened { opacity: .7 } .waiting-modal__title { margin-top: 32px; margin-bottom: 12px; text-align: center } .waiting-modal__mess-title { margin-bottom: 12px } .waiting-modal__btn { margin-top: 32px } .waiting-modal__descr { font-weight: 200; font-size: 12px; line-height: 140%; color: var(--color-dark); text-align: center } .waiting-modal__spinner { -webkit-animation: spinner 3s linear 0s infinite normal none running; -moz-animation: 3s linear 0s normal none infinite running spinner; -o-animation: 3s linear 0s normal none infinite running spinner; animation: spinner 3s linear 0s infinite normal none running; width: 50px; height: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } @-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @-moz-keyframes spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg) } to { -moz-transform: rotate(1turn); transform: rotate(1turn) } } @-o-keyframes spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg) } to { -o-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); -moz-transform: rotate(1turn); -o-transform: rotate(1turn); transform: rotate(1turn) } } .announce,.scroll-lock { width: 100%; overflow: hidden } .announce { position: fixed; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; z-index: 999; top: 0; height: 52px; background-color: var(--color-error-red); -webkit-transition: height .2s ease-in-out; -o-transition: height .2s ease-in-out; -moz-transition: height .2s ease-in-out; transition: height .2s ease-in-out } @media screen and (max-width: 766px) { .announce { -webkit-transition:none; -o-transition: none; -moz-transition: none; transition: none } } .announce--furled { height: 0 } .announce--leading { margin-left: 100px } .announce__line { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; right: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; height: 100%; -webkit-transform: translate(100%); -moz-transform: translate(100%); -ms-transform: translate(100%); -o-transform: translate(100%); transform: translate(100%) } .announce__first-half { -webkit-animation: marquee 600s linear infinite forwards; -moz-animation: marquee 600s infinite linear forwards; -o-animation: marquee 600s infinite linear forwards; animation: marquee 600s linear infinite forwards } .announce__second-half { -webkit-animation: marquee 800s linear 30s infinite forwards; -moz-animation: 800s marquee 30s infinite linear forwards; -o-animation: 800s marquee 30s infinite linear forwards; animation: marquee 800s linear 30s infinite forwards } .announce__text { font-size: 32px; font-family: Arial, sans-serif; line-height: 40px; font-weight: 500; letter-spacing: -1px; text-transform: ; color: var(--color-white); -webkit-transform: translateY(2px); -moz-transform: translateY(2px); -ms-transform: translateY(2px); -o-transform: translateY(2px); transform: translateY(2px) } .a...
adamledmax