/* Base
----------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

html {
  height: 100%;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  transition: color .0s ease-in;
  -moz-transition: color .0s ease-in;
  -webkit-transition: color .0s ease-in;
  text-decoration: none;
  color: #f12fb3;
}

a:hover {
  text-decoration: none;
  color: #000;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #FFFFFF
}

input[type="text"],
textarea,
select,
button,
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

/************reset css******************/

header,
footer {
  display: block;
}

p {
  font-size: 13px;
  color: #000000;
  padding: 5px 0;
  line-height: 18px;
}

ul li {
  padding: 5px 0;
  line-height: 19px;
  list-style: none;
}

h1 {
  font-size: 58px;
  color: #000000;
  line-height: 58px;
  padding: 10px 0;
}

h1 span {
  font-weight: 700;
}

h2 {
  font-size: 30px;
  color: #949495;
  line-height: 35px;
  padding: 8px 0;
}

h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700
}

h4 {
  font-size: 13px;
  color: #000000;
  font-weight: 700;
}

#page {
  width: 100%;
}

.row {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 20px;
}

header {}

.logo {
  float: left;
}

.logo a {
  background: #f12fb3;
  padding: 22px 28px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.head-right {
  float: right;
  padding: 15px 0;
}

.offer-limit {
  float: left;
  font-size: 12px;
  color: #9b9b9b;
  padding: 5px 0;
}

.offer-limit span {
  font-size: 22px;
  color: #DAA520;
  font-weight: 700;
  padding: 0 5px;
}

.signup {
  float: right;
  padding-left: 20px;
  padding-top: 10px;
}

.signup img {
  padding-right: 20px;
  vertical-align: middle;
}

.signup-button {
  font-size: 13px;
  color: #fff;
  background: #DAA520;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 7px 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.signup-button:hover {
  background: #d12199;
  color: #fff;
}

#banner {
  background: #f1f0f3 url(images/banner-img.jpg) no-repeat;
  background-size: 100% auto;
}

.banner-left {
  width: 56%;
  padding: 6% 0 5% 0;
}

.banner-button {
  margin: 18px 0;
}

.big-button {
  background: #B8860B;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-transform: none;
  padding: 22px 58px;
  margin-right: 20px;
  display: inline-block;
  font-weight: 700;
}

.downarrow {
  margin-left: 10px;
  vertical-align: top;
}

.thumb {
  padding: 5px 0
}

.thumb li {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 0;
}

.thumb li img {
  border: 4px #fff solid;
}

.thumb li img:hover {
  opacity: 0.8;
}

.wrapper {
  padding: 30px 0;
  background: #fff;
}

.common {
  margin-left: -3%;
}

.one-third {
  float: left;
  margin-left: 3%;
  width: 30.3%;
  padding: 20px 0;
}

.icon {
  float: left;
  width: 21%;
  margin-right: 9%;
  margin-top: 5%;
}

.one-third img {
  vertical-align: middle;
}

.content {
  float: left;
  width: 70%;
}

.content h3 a {
  color: #000;
}

.content h3 a:hover {
  color: #f12fb3;
}

.content p {
  padding-top: 12px;
  font-weight: 600;
}

.pre-footer {
  background-color: #e0e0e0;
  padding: 28px 0;
}

.pre-footer h4 {
  padding-bottom: 15px;
  text-align: center;
}

.pre-footer p {
  font-size: 13px;
  color: #000000;
  text-align: center;
  line-height: 20px;
}

footer {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  padding: 25px 0;
  background: #fff;
}

@media only screen and (max-width:860px) {
  .logo {
    float: none;
    width: auto;
    text-align: center;
  }

  .head-right {
    float: none;
    width: auto;
    text-align: center;
  }

  h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .downarrow {
    display: none;
  }
}

@media only screen and (max-width:740px) {
  .one-third {
    width: auto;
    float: none;
    padding: 10px 0;
  }

  .banner-content {
    width: auto;
  }

  .icon {
    margin-top: 0;
    width: auto;
    margin-right: 3%;
  }

  .offer-limit {
    float: none;
    width: auto;
    padding: 10px 0;
  }

  .signup {
    float: none;
    width: auto;
  }

  .banner-left {
    width: auto;
  }

  .big-button {
    font-size: 25px;
  }

  h1 {
    font-size: 45px;
    line-height: 45px;
  }

  h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width:480px) {
  h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .big-button {
    padding: 20px 40px;
  }

  .signup img {
    display: none;
  }
}

@media only screen and (max-width:380px) {
  h1 {
    font-size: 35px;
  }

  .big-button {
    padding: 20px 25px;
    font-size: 22px;
  }
}


/* Фиксируем позицию body, которую меняет панель гугла*/

.page_fix {
  top: 0 !important;
  position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
  display: none !important;
}

/* language */

.language {
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.language__img {
  margin: 2px;
  cursor: pointer;
  opacity: .5;
}

.language__img:hover,
.language__img_active {
  opacity: 1;
}

/* content */

.content {
  text-align: center;
  margin: auto;
}