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;
}
html,
body {
  width: 100%;
  float: left;
  background: #FFF;
  font-weight: normal;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
.content {
  width: 100%;
  float: none;
  margin: 0px auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
li {
  list-style: none;
}
#header {
  width: 100%;
  float: left;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}
#header .logo {
  float: left;
  margin-top: 20px;
}
#header ul {
  float: right;
  margin-top: 35px;
}
#header ul li {
  float: left;
  margin-right: 33px;
}
#header ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
#header ul li a:hover {
  text-decoration: underline !important;
}
#main {
  width: 100%;
  float: left;
}
.hand {
  width: 100%;
  float: left;
  min-height: 646px;
  background: url(../img/main.png) no-repeat center;
}
.hand h1 {
  color: #00b6f0;
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  float: left;
  display: block;
  margin-top: 180px;
}
.hand p {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 400;
  margin-top: 28px;
}
.hand p span {
  color: #00b6f0;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
.hand ul {
  width: 100%;
  float: left;
  padding-left: 21px;
  margin-top: 23px;
}
.hand ul li {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.hand a {
  display: block;
  float: left;
  text-align: center;
  max-width: 399px;
  height: 50px;
  border-radius: 25px;
  background-color: #7d3ea9;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 25px;
}
.quest_in {
  width: 100%;
  float: left;
  min-height: 596px;
  background: url(../img/bg3.png) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
footer{
  width: 100%;
  float: left;
  margin-top: 35px;
  padding-bottom: 35px;
}
footer a{
  display: block;
  float: left;
  width: 20%;
  margin-top: 20px;
}
.logo2{
  float: left;
  display: block;
  margin-top: 34px;
  margin-right: 34px;
}
footer span{
  font-size: 14px;
  line-height: 1.3;
  width: 52%;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  float: left;
  text-align: center;
}
footer p{
  width: 28%;
  float: left;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  float: right;
  text-align: center;
}
.quest_in h3 {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 80px;
  margin-bottom: 52px;
  text-transform: uppercase;
}
.quest_in form {
  display: table;
  float: none;
  margin: 0px auto;
  width: 100%;
  max-width: 500px;
}
.quest_in form input {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid #acacac;
  background-color: #ffffff;
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 16px;
  padding-right: 16px;
}
.quest_in form button {
  max-width: 300px;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background-color: #7d3ea9;
  display: table;
  float: none;
  margin: 0px auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  top: 30px;
  margin-bottom: 30px;
  position: relative;
  border: none;
}
.video {
  width: 100%;
  float: left;
  background: url(../img/video.png) no-repeat center top;
  min-height: 788px;
}
.video .content {
  position: relative;
}
.video .content a {
  position: absolute;
  left: 21.5%;
  top: 107px;
}
.double_cont {
  width: 100%;
  float: left;
}
.double_cont .content {
  position: relative;
}
.double_cont .content img {
  position: absolute;
  float: left;
  display: block;
  top: 36px;
  left: -17px;
}
.double_cont .r_bl_text {
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 75px;
  padding-left: 492px;
}
.double_cont .r_bl_text p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  float: left;
  display: block;
  margin-top: 17px;
}
.double_cont .r_bl_text span {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  display: block;
  padding-left: 73px;
  position: relative;
  margin-bottom: 25px;
}
.double_cont .r_bl_text span:before {
  content: '';
  display: block;
  float: left;
  width: 42px;
  height: 46px;
  background: url(../img/rubik.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -17px;
}
body {
  overflow-x: hidden;
}
.preim {
  width: 100%;
  float: left;
}
.preim .content {
  position: relative;
  overflow: hidden;
}
.preim img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: -67px;
}
.preim p {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  width: 100%;
  float: left;
  display: block;
  margin-top: 18px;
  font-weight: 400;
}
.preim p span {
  color: #00b6f0;
  font-weight: 700;
}
.preim h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  margin-top: 98px;
  margin-bottom: 47px;
  padding-left: 85px;
}
.preim h3:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  width: 56px;
  height: 46px;
  left: 0;
  top: -19px;
  background: url(../img/podium.png) no-repeat center;
}
.preim strong {
  width: 100%;
  float: left;
  display: block;
  font-size: 28px;
  margin-bottom: -5px;
  font-weight: 400;
  line-height: 38px;
}
.preim a {
  display: block;
  float: left;
  text-align: center;
  max-width: 399px;
  height: 50px;
  border-radius: 25px;
  background-color: #7d3ea9;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 44px;
  margin-bottom: 80px;
}
.slick-slide {
  height: auto !important;
}
.smi {
  width: 100%;
  float: left;
  background-color: #faf4f6;
  padding-bottom: 75px;
}
.smi h3 {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 100px;
  padding-left: 92px;
  margin-bottom: 45px;
}
.smi h3:before {
  content: '';
  display: block;
  float: left;
  background: url(../img/newspaper.png) no-repeat center;
  left: 0;
  top: -18px;
  width: 59px;
  height: 46px;
  position: absolute;
}
.smi ul {
  width: 100%;
  float: left;
}
.smi ul .slick-prev.slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  font-size: 1px;
  color: transparent;
  width: 14px;
  height: 40px;
  background: url(../img/arrl.png) no-repeat center;
}
.smi ul .slick-next.slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  font-size: 1px;
  color: transparent;
  width: 14px;
  height: 40px;
  background: url(../img/arrr.png) no-repeat center;
}
.smi ul li {
  padding-left: 20px;
  padding-right: 20px;
}
.smi ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  margin-top: 16px;
}
.smi ul li div {
  height: 60px;
  position: relative;
  width: 100%;
  float: left;
}
.smi ul li div img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: table;
  float: none;
  margin: 0px auto;
}
.modal .modal-dialog {
  max-width: 470px;
  width: 100%;
}
.modal .modal-content {
  border-radius: 0px;
  background: url(../img/bg3.png) no-repeat center;
  overflow: hidden;
}
.modal .modal-content .modal-header {
  position: relative;
  padding: 0;
  min-height: 0px;
  border: none;
}
.modal .modal-content .modal-header button.close {
  color: #000;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 15px;
  opacity: 1 !important;
}
.modal .modal-content h3 {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.modal .modal-content p {
  margin-top: 36px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}
.modal .modal-content form {
  display: table;
  float: none;
  margin: 0px auto;
  width: 100%;
  max-width: 500px;
}
.modal .modal-content form input {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid #acacac;
  background-color: #ffffff;
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 16px;
  padding-right: 16px;
}
.modal .modal-content form button {
  max-width: 300px;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background-color: #7d3ea9;
  display: table;
  float: none;
  margin: 0px auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  border: none;
  margin-bottom: 40px;
}
#open_menu {
  display: none;
}
@media (max-width: 999px) {
  .close_menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 60;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  footer a{
    display: table;
    float: none;
    margin: 0px auto;
  }
  .logo2{
    margin-right: 15px;
    margin-top: 12px;
  }
  .logo2 img{
    max-width: 180px;
  }
  #open_menu{
    position: absolute;
    right: 15px;
    z-index: 80;
    top: 29px;
    margin-top: 0 !important;
  }
  #open_menu span{
    margin-bottom: 5px;
  }
  #header ul{
    margin-top: 0 !important;
  }
    #header .logo{
      width: 180px;
      margin-bottom: 15px;
      clear: both;
    }
  #header .logo img{
    max-width: 90px;
  }
  footer span,footer p{
    width: 100%;
    float: left;
    display: block;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .close_menu:before {
    content: '×';
    display: block;
    float: left;
    position: absolute;
    top: 10px;
    right: 14px;
    color: #ffffff;
    font-size: 41px;
    font-weight: 400;
  }
  #header ul {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    width: 280px;
    z-index: 99;
    left: -100%;
  }
  #header ul li {
    margin-left: 0;
    padding-left: 15px;
    float: left;
    margin-top: 25px;
    width: 100%;
  }
  .quest_in {
    min-height: 10px;
  }
  .quest_in h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  .quest_in form button {
    top: 0;
    margin-bottom: 45px;
  }
  .preim img {
    display: none;
  }
  .preim h3 {
    margin-top: 45px;
    font-size: 22px;
    padding-left: 65px;
    margin-bottom: 15px;
  }
  .preim strong {
    font-size: 18px;
    line-height: 1.3;
  }
  .preim strong br {
    display: none;
  }
  .preim p {
    font-size: 16px;
    margin-top: 12px;
  }
  .preim p br {
    display: none;
  }
  .preim a {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  #header {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
  }
  .preim a {
    font-size: 16px;
  }
  .double_cont .content img {
    position: relative;
    display: table;
    float: none;
    margin: 0px auto;
    width: 100%;
    max-width: 390px;
    left: 0;
    top: 0;
  }
  .double_cont .r_bl_text span {
    font-size: 24px;
    padding-left: 60px;
    margin-bottom: 15px;
  }
  .double_cont .r_bl_text p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
  }
  .double_cont .r_bl_text {
    padding-bottom: 35px;
  }
  .double_cont .r_bl_text {
    padding-top: 20px;
  }
  .double_cont .r_bl_text {
    padding-right: 0;
    padding-left: 0;
  }
  body {
    position: relative;
  }
  .hand h1 {
    font-size: 34px;
    text-align: center;
    margin-top: 120px;
  }
  .hand p {
    font-size: 18px;
    margin-top: 15px;
  }
  .hand ul {
    padding-left: 15px;
    margin-top: 10px;
  }
  .hand ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .hand a {
    margin-top: 15px;
    font-size: 14px;
  }
  .video {
    background: #faf4f6;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 10px;
  }
  .video .content a {
    display: table;
    float: none;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .video .content a img {
    max-width: 100%;
  }
  .smi h3 {
    margin-top: 40px;
  }
  .smi ul .slick-next.slick-arrow {
    right: -5px;
  }
  .smi ul .slick-prev.slick-arrow {
    left: -5px;
  }
  .smi {
    padding-bottom: 35px;
  }
  #open_menu {
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 29px;
    margin-right: 0px;
    background: transparent;
    border: none;
    width: 22px;
    padding: 0;
  }
  #open_menu span {
    width: 100%;
    float: left;
    display: block;
    height: 4px;
    border-radius: 1px;
    background: #000;
    margin-bottom: 4px;
  }
  #header ul {
    padding-top: 20px;
    margin-top: 0;
  }
}
