/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width:100%;	
	background-color:#181E29;
}
.wrapper {
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	background-image:url("img/background-top.svg");
	background-repeat:no-repeat;
	background-position:center top;
	overflow: hidden;
}

.tektur {
	font-family: "Tektur", sans-serif;
	font-optical-sizing: auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
  background: transparent;
  padding-left: 218px;
  box-sizing: border-box;
}

.row-top {
  display: flex;
  position: relative;
  flex-wrap:wrap;	
  align-items: center;
  justify-content: center;
  max-width: 1287px;	
}

.row-top .left {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;	
}
.row-top .word {
  color: #fff;
  font-weight: 800;
  font-size: 100px;
}

.row-top .right {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  max-width: 422px;
  margin-left: 55px;
}

.header-bee {
  position: relative;
  z-index: 3;
}

.header-bee img {
  padding-top: 45px;
}

.header .line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  margin-top: -126px;
  position: relative;
  z-index: 1;
}


/* Middle
-----------------------------------------------------------------------------*/

.section-one {
  margin-top: -60px;
}

.logo {
  width: 100%;
  text-align: right;
  padding-right: 369px;
  box-sizing: border-box;
}

.info-wrapper {
  display: flex;
  position: relative;
  width:100%;
  margin-top: -30px;
  padding-left: 218px;
  box-sizing: border-box;
}

.left-block {
  max-width: 533px;
  position: relative;
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-position: 365px 315px;
}

.blue-text {
  color: #039BE5;
}

.section-one .info {
  line-height: 1.4;
  font-size: 30px;
  color: #fff;
  max-width: 477px;	
}

.section-one .line {
  height: 2px;
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
}

.center-block {
  margin-left: 100px;
  position: relative;
  width: 1011px;	
}

.center-block .img_one {
  display: block;
  position: absolute;
  z-index: 2;
  top: -69px;
}

.center-block .img_two {
  display: block;
  position: absolute;
  z-index: 3;
  left: 318px;
  top: 217px;
}

.center-block .img_three {
  display: block;
  position: absolute;
  right: -4px;
  top: -209px;
  z-index: 2;
}

.section-one .link {
  margin-top: 30px;
}

.section-one .button-tg {
  width: 416px;
  display: block;
  height: 80px;
  background-color: #039BE5;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 24px;
  padding-top: 29px;
  padding-left: 30px;
  background-image: url("img/telegram-blue.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 344px;
  position: relative;
  overflow: hidden; 
}

.section-one .button-tg:after, .tg_button_footer:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.09s infinite;
  filter: blur(8px);
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.section-one .button-tg:hover {
background-color:#fff;
background-image: url("img/telegram-white.svg");
background-size:62px;
color: #039BE5;	
}

.description {
margin-top:50px;
font-weight:800;
font-size:34px;
line-height: 1.4;
color:#fff;		
}

.section-two {
  position: relative;
  padding-top: 100px;
}

.section-two-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap:wrap;	
}

.section-two-wrapper .left {
  position: relative;
  box-sizing: border-box;
  padding-left: 218px;
}

.sale-label {
  margin-left: 106px;
  margin-top: -138px;
}
.red-box  {
  position: absolute;
  top: 12px;
  left: 238px;
}

a.blue-text {
	text-decoration:none;
}
a.blue-text:hover {
	color:#fff;
}

.yellow-block  {
  width: 780px;
  height: 424px;
  background-color: #FFCB11;
  margin-right: 180px;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #fff;
  padding:50px 100px 0 50px;	
}


.yellow-block .image_one {
  position: absolute;
  left: -270px;
  top: -274px;
  z-index: 4;
}

.yellow-box {
  position: absolute;
  right: -116px;
  top: -23px;
}

.yellow-block h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
}

.yellow-block .text {
  line-height: 1.4;
  font-size: 24px;
  padding-top: 30px;
}

.yellow-block .bold {
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  padding-top: 30px;
}

.section-two-wrapper .text_one {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
  transform: rotate(334deg);
  position: absolute;
  top: 178px;
  left: 406px;
}

.section-two-wrapper .text_two {
  font-size: 34px;
  font-weight: 600;
  color: #C90006;
  transform: rotate(334deg);
  position: absolute;
  top: 211px;
  left: 421px;
  z-index:3;
}

.section-three {
  display: flex;
  position: relative;
  flex-wrap:wrap;
  z-index:99;  
}

.section-three .left {
  position: relative;
  margin-left: 218px;
  border: 3px solid #fff;
  width: 837px;
  height: 471px;
  background-color: #E51218;
  box-sizing: border-box;
  padding: 50px 200px 0 50px;
}

.section-three h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
}

.section-three .left .text {
  font-size: 24px;
  padding-top: 50px;
  color: #fff;
  line-height: 24px;
}

.section-three .left .text_two {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  padding-top: 30px;
  font-weight: 500;
}

.section-three .right {
  position: absolute;
  right: 0;
  top: -166px;
  z-index:4;	
}

.section-three .cart {
  position: absolute;
  top: 113px;
  left: -153px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer  {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom:150px;	
}

.gray-block {
  width: 903px;
  height: 647px;
  box-sizing: border-box;
  border: 3px solid #fff;
  margin: 0 auto 0 auto;
  border-top: 0;
  background: rgb(24,30,41);
  background: linear-gradient(180deg, rgb(24, 30, 41) 0%, rgb(155, 155, 155) 100%);
  text-align:center;
  padding: 0 67px;
  position: relative;	
}

.gray-block h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  padding-top: 85px;
  line-height: 1.4;
  text-transform: uppercase;	
}

.gray-block .text {
  padding-top: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;	
}

.gray-block h3 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  padding-top: 50px;
  text-transform: uppercase;
}

.image_bee {
  position: absolute;
  left: -84px;
  bottom: -36px;
}

.tg_button_footer {
  width: 540px;
  display: block;
  height: 80px;
  background-color: #039BE5;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  padding-top: 29px;
  padding-left: 34px;
  background-image: url("img/telegram-blue.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 470px;
  margin: 50px auto 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden; 
}

.tg_button_footer:hover {
  background-color: #fff;
  background-image: url("img/telegram-white.svg");
  background-size: 62px;
  color: #039BE5;
}

.mobile-hidden	{
  display:block;
}
.mobile-visible	{
  display:none;
}

.xs-visible {
  display:none;
}

#text-container, #text-container_mobile {
  white-space: pre-line;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}