@import "normalize.css";
@import "media.css";
body {
    font-family: 'Open Sans', sans-serif;
    background: url('../img/limon-bg.png') no-repeat fixed center;
    background-size: cover;
    background-position-y: 90px;
    background-position-x: -15px;
}
.menu {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.mob-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding: 2em 0;
    width: 0px;
    overflow: hidden;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.mob-menu.open {
    width: 280px;
}
.mob-menu a {
    color: #0b0b0b;
}
.mob-menu .logob {
    margin-bottom: 3em;
}
.mob-menu .btn-green {
    color: #ffffff;
    margin-top: 200px;
    width: 80%;
}
.mob-menu .connect {
    display: block;
    margin: 1em 0 1em 1em;
    width: 238px;
    overflow: hidden;
}
.mob-menu .connect > * {
    display: inline-block;
}
.mob-menu .lang-swth {
	display:inline-block;
	margin: 20px;
}
.mob-menu .lang-swth  a{
	padding: 10px;
}
.h1 p {
    color: #333;
    font-size: 24px;
}
.h1 h1 {
    color: #333;
    font-size: 64px;
}
p {
    color: #333;
}
li {
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.body {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6646500), color-stop(#0000), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(#e6646500, #0000, rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(#e6646500, #0000, rgba(0, 0, 0, 0.6));
    background: linear-gradient(#e6646500, #0000, rgba(0, 0, 0, 0.6));
}

header {
    margin-left: 20%;
    position: relative;
    border-bottom: 1px solid #fa913c;
    padding-bottom: 10px;
}
.head-blocks {
    display: block;
    text-align: right;
}
.head-blocks * {
    display: inline-block;
}
.connect {
    text-align: left;
    padding: 24px 40px 10px 10px;
    line-height: 1.3;
}
.connect:hover {
    color: #fa913c;
}
.connect .img {
    padding-right: 15px;
    vertical-align: top;
}

.btn-go {
    background: #fff;
    border: 1px solid #fa913c;
    box-sizing: border-box;
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
    width: 288px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    vertical-align: super;
    color: #fa913c;
}
.btn-go:hover {
    box-shadow: none;
    color: #ffdb19!important;
    background: transparent;
}
.head-blocks .btn-go {
    margin: 0 20px 0 0;
}

.lang-swth  {
	margin: 0 20px 0 0;
}

.lang-swth a {
	color: #fa913c;
    line-height: 20px;
}

.logo {
    position: absolute;
    bottom: 20px;
    left: -110px;
}
.logo img {
    width: 120px;
}
.top {
    position: relative;
}
.main {
    max-width: 700px;
    margin: 10% 0 10% 17%;
    color: #ffffff;
    padding: 3% 24px;
    border-left: 1px solid #fa913c;
}
h1 {
    font-size: 4.5em;
    line-height: 1.2;
}
.main p {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
}

.btn-green {
    width: 288px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(90deg, #fa913c 0%, #ffdb19 100%);
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    display: inline-block;
    color: #fff;
}
.btn-green:hover {
    color: #fff!important;
    box-shadow: none;
    transition: .5s;
    background: #fa913c!important;
}
.social {
    position: absolute;
    right: 15px;
    top: 40%;
}
.social > * {
    display: block;
    text-align: right;
    padding-bottom: 40px;
}
.social > *:hover {
    text-decoration: underline;
}

.center {
    background: url('../img/Rectangle.svg') no-repeat top;
    background-size: cover;
    position: relative;
    padding: 3em 0 17em;
}
.bottom-img {
    text-align: right;
    margin-right: 8%;
    position: relative;
    top: -90px;
}
.bottom-img .mob {
    display: none;
}
h4 {
    font-size: 1.7em;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-color: #fa913c;
    text-decoration-color: #fa913c;
}
.center .blocks {
    max-width: 830px;
    padding: 0 15px;
    margin: auto;
}
.center .block {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 2px rgba(51, 51, 51, 0.11);
    box-shadow: 0 2px 7px 2px rgba(51, 51, 51, 0.11);
    min-height: 110px;
    padding: 10px 15px 10px 50px;
    line-height: 1.4;
    margin-bottom: 15px;
}
footer h3 {
    text-align: center;
    color: #ffffff;
}
.bottom-blocks {
    text-align: center;
}
.bottom-blocks .connect {
    text-align: center;
    color: #fff;
}
.bottom-blocks * {
    display: inline-block;
}
.btn-block {
    width: 100%;
    text-align: center;
    padding: 1em 0 2em;
}
.bottom-blocks .connect:hover {
    color: #fa913c;
}
.head-blocks .lang-swth span {
    opacity: 0.5;
}
.mob-menu .lang-swth span {
    opacity: 0.5;
}

.body.agreement .main {
    margin: 10% 0 0% 17%;
}
.body.agreement .center {
    padding: 10em 0 8em;
}
.center .legal-info {
    max-width: 700px;
    margin: 50px auto;
    padding: 0 15px;
    font-size: 20px;
}
.center .legal-info ul li a {
    color: #fa913c;
    line-height: 24px;
}
.center .legal-info ul li {
    margin-bottom: 15px;
}
.center .legal-info ul li::marker {
    color: #fa913c;
}
.center .legal-info ul li a:hover {
    color: #fa913c;
}
.questions .input {
  display: none;
}
.questions label {
  display: flex;
  padding: 28px 36px;
  margin: 4px 0;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  color: #333;
  transition: ease 0.5s;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}

.questions label:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid;
  border-radius: 3px;
  margin: 0 0 0 20px;
  color: #fa913c;
}
.questions .input:checked + label:after {
  border-bottom: 7px solid;
  border-top: 0;
}
.content {
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.questions {
    margin-top: 50px;
}
.questions .content p {
  padding-left: 12px;
}
.content p strong {
  font-weight: 600;
}
.questions .input + label + .content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease-in, opacity 0.25s ease-in;
}
.questions .input:checked + label + .content {
  max-height: 1200px;
  transition: max-height 0.25s ease-out, opacity 0.25s ease-out;
  opacity: 1;
}
.questions .input:checked + label {
  color: #fa913c;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .questions label {
    margin: 0 0 4px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .questions .input:checked + label + .content {
    max-height: 400px;
  }
}