* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body {
	min-height: 100%;
	background: #fff;
	color: #000;
  direction: rtl;
}

body {
	font-size: 1.4rem;
	text-rendering: optimizeLegibility;
}

body,
p,
span,
button,
input {
  font-family: 'Heebo', sans-serif;
}

body, ul, ol, dl {
	margin: 0;
}
article, aside, audio,
footer, header, nav, section, video {
	display: block;
	}

h1 {
	font-size: 1.4rem;
}

p {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
  margin: 0;
}

textarea {
	resize: vertical;
}

table { border-collapse: collapse; }
td {
	padding: .5rem;
}

img {
	border: none;
	max-width: 100%;
}

sub, sup {
	line-height: 0;
}

.main {
  min-height: 100vh;
	background: url('../images/desktop_back_thank.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 70%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.upper {
	position: absolute;
	left:20px;
	top:20px;
	max-width: 100px;
}


.bottom {
	position: absolute;
	right:20px;
	bottom:20px;
	max-width: 80px;
}

.top-image {
	max-width: 250px;
}

.text {
	text-align: center;
	color: #EC1666;
	font-size: 2rem;
	line-height: 1.1;
	margin: 20px 0;
}

.text p:nth-child(1) {
	font-weight: 700;
}

.logo {
	max-width: 150px;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
