/*
* Custom
*/

/*@include text-hide;*/

/* @include transform-translate(null, 50%); */

/*@include valign(top);*/

/*@include resize(full);*/

/* @include box-sizing(border-box); */

/* @include text-ellipsis; */

/*
@include media(tablet){background: #000;}
@include media(mobile){background: #f00;}
*/

/*triangle*/

/*@include triangle-bottom(300px, 100px, #f00);*/

@font-face {
  font-family: 'open_sansbold';
  src: url("../../fonts/opensans-bold.eot");
  src: url("../../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-bold.woff2") format("woff2"), url("../../fonts/opensans-bold.woff") format("woff"), url("../../fonts/opensans-bold.ttf") format("truetype"), url("../../fonts/opensans-bold.svg#open_sansbold") format("svg");
}

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("../../fonts/opensans-bolditalic.eot");
  src: url("../../fonts/opensans-bolditalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-bolditalic.woff2") format("woff2"), url("../../fonts/opensans-bolditalic.woff") format("woff"), url("../../fonts/opensans-bolditalic.ttf") format("truetype"), url("../../fonts/opensans-bolditalic.svg#open_sansbold_italic") format("svg");
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../../fonts/opensans-light.eot");
  src: url("../../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-light.woff2") format("woff2"), url("../../fonts/opensans-light.woff") format("woff"), url("../../fonts/opensans-light.ttf") format("truetype"), url("../../fonts/opensans-light.svg#open_sanslight") format("svg");
}

@font-face {
  font-family: 'open_sanslight_italic';
  src: url("../../fonts/opensans-lightitalic.eot");
  src: url("../../fonts/opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-lightitalic.woff2") format("woff2"), url("../../fonts/opensans-lightitalic.woff") format("woff"), url("../../fonts/opensans-lightitalic.ttf") format("truetype"), url("../../fonts/opensans-lightitalic.svg#open_sanslight_italic") format("svg");
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../../fonts/opensans-regular.eot");
  src: url("../../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-regular.woff2") format("woff2"), url("../../fonts/opensans-regular.woff") format("woff"), url("../../fonts/opensans-regular.ttf") format("truetype"), url("../../fonts/opensans-regular.svg#open_sansregular") format("svg");
}

@font-face {
  font-family: 'robotobold';
  src: url("../../fonts/roboto-bold.eot");
  src: url("../../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-bold.woff2") format("woff2"), url("../../fonts/roboto-bold.woff") format("woff"), url("../../fonts/roboto-bold.ttf") format("truetype"), url("../../fonts/roboto-bold.svg#robotobold") format("svg");
}

@font-face {
  font-family: 'robotolight';
  src: url("../../fonts/roboto-light.eot");
  src: url("../../fonts/roboto-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-light.woff2") format("woff2"), url("../../fonts/roboto-light.woff") format("woff"), url("../../fonts/roboto-light.ttf") format("truetype"), url("../../fonts/roboto-light.svg#robotolight") format("svg");
}

@font-face {
  font-family: 'robotomedium';
  src: url("../../fonts/roboto-medium.eot");
  src: url("../../fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-medium.woff2") format("woff2"), url("../../fonts/roboto-medium.woff") format("woff"), url("../../fonts/roboto-medium.ttf") format("truetype"), url("../../fonts/roboto-medium.svg#robotomedium") format("svg");
}

@font-face {
  font-family: 'robotothin';
  src: url("../../fonts/roboto-thin.eot");
  src: url("../../fonts/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-thin.woff2") format("woff2"), url("../../fonts/roboto-thin.woff") format("woff"), url("../../fonts/roboto-thin.ttf") format("truetype"), url("../../fonts/roboto-thin.svg#robotothin") format("svg");
}

@font-face {
  font-family: 'robotoregular';
  src: url("../../fonts/roboto-regular.eot");
  src: url("../../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto-regular.woff2") format("woff2"), url("../../fonts/roboto-regular.woff") format("woff"), url("../../fonts/roboto-regular.ttf") format("truetype"), url("../../fonts/roboto-regular.svg#robotoregular") format("svg");
}

/* Global reset
*******************************************************************************/

html,
body,
div,
a,
object,
iframe,
p,
blockquote,
pre,
img,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
form,
legend,
textarea,
button,
input,
select,
figure {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

/* =HTML5 display definitions
*******************************************************************************/

header,
footer,
article,
section,
nav,
figure,
aside,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

mark {
  background: none;
}

[hidden] {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tags reset
*******************************************************************************/

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ul,
ol {
  margin: 0 0 15px;
  list-style-position: inside;
}

a:hover,
a:active,
a:focus,
label:hover,
label:active,
label:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Normalizing form elements
*******************************************************************************/

form,
fieldset {
  border: none;
}

textarea {
  overflow: auto;
  min-height: 30px;
  max-height: 400px;
  resize: vertical;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[disabled] {
  cursor: default;
}

input[type="image"] {
  padding: 0;
  border: none;
}

input[type="submit"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="search"],
input[type="email"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="submit"],
input[type="text"] {
  -webkit-border-radius: 0;
}

/* Normalizing Tags
*******************************************************************************/

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
}

p {
  margin: 0 0 18px;
}

/* =Minimal base appearance
*******************************************************************************/

input,
textarea,
select {
  font: 100% open_sansregular, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #30302f;
}

::-webkit-input-placeholder,
:-ms-input-placeholder {
  color: #7f7f7f;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

/* =Useful classes
*******************************************************************************/

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.alignleft,
.alignright,
.aligncenter {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 15px;
}

/* End reset
*******************************************************************************/

/* =Layout
*******************************************************************************/

html,
body {
  height: 100%;
}

body {
  background: #fff;
  color: #30302f;
  font: 22px/1.1 open_sanslight, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
}

a {
  color: #d91082;
  text-decoration: underline;
  transition: color .3s ease-out, background-color .3s ease-out;
}

a:hover {
  text-decoration: none;
}

strong,
th {
  font-weight: normal;
  font-family: open_sansbold, Arial, Helvetica, sans-serif;
}

em {
  font-style: normal;
  font-family: open_sanslight_italic, Arial, Helvetica, sans-serif;
}

strong em,
em strong {
  font-weight: normal;
  font-style: normal;
  font-family: open_sansbold_italic, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 48px;
  font-family: robotolight, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #d91082;
  margin: 0 0 29px;
}

h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  color: #30302f;
  font-size: 30px;
  font-family: robotomedium, Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 20px;
}

#wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.container {
  max-width: 1244px;
  margin: 0 auto;
  padding: 0 10px;
}

mark.required,
mark.pink {
  background: none;
  color: #d91082;
}

/* header */

#header {
  background: #30302f;
  padding: 20px 25px 22px;
  color: #fff;
  font-size: 12px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  position: relative;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header p {
  margin: 0;
}

.header-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.logo {
  max-width: 302px;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* navigation */

#nav {
  flex: 1 0 auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.33;
}

#nav ul {
  list-style: none;
  margin: 0;
  font-size: 0;
}

#nav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px 0 18px;
  position: relative;
  font-size: 12px;
}

#nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin: -5px 0 0;
  background: #999;
}

#nav li:first-child:before {
  display: none;
}

#nav a:hover {
  color: #d91082;
}

#nav .current-menu-item a {
  color: #d91082;
}

/* buttons */

.buttons {
  font-size: 0;
}

.button,
.actions li a {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  line-height: 65px;
  height: 64px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #5aa523;
  border-radius: 8px;
  padding: 0 12px;
  min-width: 234px;
  text-align: center;
  text-decoration: none;
}

.button:hover,
.actions li a:hover {
  background: #6bbe2e;
}

.button.gray,
.actions li a.gray {
  background: #80807f;
}

.button.gray:hover,
.actions li a.gray:hover {
  background: #fff;
  color: #30302f;
}

.button.dark-gray,
.actions li a.dark-gray {
  background: #30302f;
}

.button.dark-gray:hover,
.actions li a.dark-gray:hover {
  background: #fff;
  color: #30302f;
}

#header .buttons {
  order: 1;
  margin: 0 0 2px;
}

#header .button {
  font-size: 17px;
  line-height: 41px;
  height: 40px;
  border-radius: 4px;
  min-width: 126px;
}

#header .button.gray:hover {
  color: #30302f;
}

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

.banner .button {
  min-width: 230px;
  font-size: 20px;
  line-height: 63px;
  height: 62px;
  margin: 0 12px;
}

.banner .button.big {
  height: 92px;
  line-height: 92px;
  border-radius: 11px;
  font-size: 36px;
  padding: 0 20px;
  min-width: 422px;
}

.banner .btn-holder {
  margin: 0 0 30px;
}

button.button {
  border: 0;
  font-size: 17px;
  line-height: 41px;
  height: 40px;
  border-radius: 4px;
  min-width: 126px;
}

/* responsive menu */

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  z-index: 9997;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #d91082;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
}

.mean-container a.meanmenu-reveal {
  width: 20px;
  height: 16px;
  padding: 13px 11px 11px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 16px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 0 0 0 auto;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal.meanclose {
  font-size: 16px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 2px;
  margin-bottom: 4px;
  transform-origin: left center;
}

.mean-container .mean-nav {
  background: #80807f;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  line-height: 1.25;
}

.mean-container .mean-nav > ul {
  border-bottom: 1px solid #fff;
}

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  box-sizing: border-box;
  padding: 13px 50px 13px 3%;
  margin: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.25;
  border: 1px solid #fff;
  border-width: 1px 0 0;
}

.mean-container .mean-nav ul li li a {
  padding-left: 6%;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  padding-left: 9%;
}

.mean-container .mean-nav ul li li li li a {
  padding-left: 12%;
}

.mean-container .mean-nav ul li li li li li a {
  padding-left: 15%;
}

.mean-container .mean-nav ul li a:hover {
  background: #30302f;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 41px;
  height: 41px;
  font: bold 14px/42px Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* main */

#main {
  display: table-row;
  height: 100%;
}

.banner {
  padding: 111px 0 45px;
  text-align: center;
  color: #fff;
  position: relative;
}

.banner h1 {
  font-size: 68px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  margin: 0 0 85px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
}

.banner h2 {
  text-transform: none;
  color: #fff;
  font-size: 38px;
  font-family: robotolight, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 5px;
}

.banner:before,
.banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(48, 48, 47, 0.36);
}

.banner:after {
  background: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgba(255, 255, 255, 0.04) 9px, rgba(255, 255, 255, 0.04) 12px);
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner .items-list {
  margin: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 29px;
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
}

.banner .items-list li {
  padding: 0 0 18px 57px;
  position: relative;
}

.banner .items-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/sprite.png) no-repeat 0 -143px;
  width: 30px;
  height: 30px;
}

.choose-area {
  max-width: 1024px;
  margin: 0 auto 80px;
  padding: 0 158px 0 0;
}

.choose-area .form-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 8px;
}

.choose-area .price-holder {
  width: 140px;
  height: 140px;
  display: table;
  background: #d91082;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 -158px 0 18px;
  font-size: 49px;
  font-family: robotobold, Arial, Helvetica, sans-serif;
}

.choose-area .price-holder .price {
  display: table-cell;
  vertical-align: middle;
}

.choose-panel {
  flex: 1 0 auto;
  padding: 26px 12px 27px 11px;
  margin: 0 37px 0 0;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
}

.choose-panel:before {
  content: '';
  position: absolute;
  right: -37px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 0 53px 37px;
  border-color: transparent transparent transparent #fff;
}

.choose-field {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0 8px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  width: 32%;
}

.choose-field.medium-size {
  width: 20%;
}

.choose-field.small-size {
  width: 16%;
}

.choose-field select {
  width: 100%;
  height: 53px;
  display: block;
}

.line-on-sides {
  text-align: center;
  overflow: hidden;
  margin: 0 auto 30px;
}

.line-on-sides:before,
.line-on-sides:after {
  content: '';
  background: #fff;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  max-width: 159px;
}

.line-on-sides:before {
  right: 0.5em;
  margin-left: -50%;
}

.line-on-sides:after {
  left: 0.5em;
  margin-right: -50%;
}

.line-on-sides .text-holder {
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-size: 24px;
}

.content-row {
  padding: 40px 0;
  text-align: center;
}

.content-row.green {
  background: #98c042;
}

.content-row.green h1 {
  margin: 0 0 56px;
}

.content-row.gray {
  background: #f0f0f0;
}

.text-area {
  max-width: 968px;
  margin: 0 auto;
}

.green h1 {
  color: #fff;
}

/* slider */

.bx-wrapper {
  position: relative;
  padding: 0 55px;
}

.bx-viewport {
  z-index: 2;
}

.slider {
  padding: 57px 0 29px;
  font-size: 20px;
  line-height: 1.09;
}

.slider .switchers {
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 0;
  list-style: none;
  color: #30302f;
  margin: 0 0 62px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.slider .switchers li {
  font-size: 36px;
  line-height: 39px;
  padding: 0 33px 0 34px;
  position: relative;
  max-width: 33%;
}

.slider .switchers li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 36px;
  margin: -17px 0 0;
  background: #30302f;
}

.slider .switchers li:first-child:before {
  display: none;
}

.slider .switchers a {
  text-decoration: none;
  color: #30302f;
  height: 100%;
  display: flex;
  padding: 0 0 24px;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}

.slider .switchers a:before {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  height: 8px;
  background: #d91082;
  width: 0;
  transition: all .4s ease-out;
}

.slider .switchers a:hover,
.slider .switchers a.active {
  color: #d91082;
}

.slider .switchers a:hover:before,
.slider .switchers a.active:before {
  left: 0;
  width: 100%;
}

.slider .bx-prev,
.slider .bx-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  height: 53px;
  width: 53px;
  border-top: 2px solid #d6d7d8;
  padding-top: 11px;
  margin-top: -54px;
  transition: border-color .3s;
}

.slider .bx-prev:hover,
.slider .bx-next:hover {
  border-color: #d91082;
}

.slider .bx-prev {
  left: 0;
  border-left: 2px solid #d6d7d8;
  transform: rotate(-45deg);
  margin-left: 11px;
}

.slider .bx-next {
  right: 0;
  border-right: 2px solid #d6d7d8;
  transform: rotate(45deg);
  margin-right: 11px;
}

.slider .slideshow {
  list-style: none;
  margin: 0;
  text-align: left;
}

.slider .slideshow li {
  float: left;
}

.slider .slide {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.slider .image {
  width: 50%;
  padding: 57px 6% 0 0;
  display: table-cell;
  vertical-align: top;
}

.slider .image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.slider .slide-desc {
  display: table-cell;
  padding: 0 0 150px;
  position: relative;
  vertical-align: top;
  line-height: 1.2;
}

.slider .slide-desc p {
  margin: 0 0 26px;
}

.slider .logo-box {
  text-align: center;
  font-family: robotolight, Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding: 0 0 3px;
}

.slider .logo-box a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.slider .logo-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.slider .btn-holder {
  position: absolute;
  bottom: 67px;
  left: 0;
  width: 100%;
  text-align: center;
}

.prices {
  list-style: none;
  margin: 0 0 20px;
  position: relative;
  font-family: robotobold, Arial, Helvetica, sans-serif;
  font-size: 0;
  color: #30302f;
}

.prices:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}

.prices li {
  padding: 0 6%;
  display: inline-block;
  vertical-align: top;
  font-size: 56px;
  line-height: 59px;
}

.prices .circle {
  width: 448px;
  height: 448px;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
}

.prices .circle p {
  margin: 0;
}

.prices .price {
  display: block;
  text-align: center;
  font-size: 176px;
  line-height: 179px;
  margin: -20px 0 -8px;
}

.prices .currency {
  font-size: 96px;
  line-height: 99px;
}

.list-columns {
  list-style: none;
  margin: 0 0 -13px;
  font-family: robotolight, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-columns li {
  position: relative;
  width: 29.25%;
  padding: 33px 1.4% 5px;
}

.list-columns li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 80px;
  width: 1px;
  background: #b3b1b1;
}

.list-columns li:first-child:before {
  display: none;
}

.list-columns img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 38px;
}

.list-columns .text-big {
  display: block;
  text-align: center;
  color: #d91082;
  font-family: robotobold, Arial, Helvetica, sans-serif;
  font-size: 44px;
  margin: -11px 0 -5px;
}

.payments h1 {
  color: #30302f;
}

.payments-list {
  list-style: none;
  margin: 0 0 -5px;
  padding: 30px 0 0;
  font-size: 0;
  font-family: robotolight, Arial, Helvetica, sans-serif;
}

.payments-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 47px 5px;
  width: 33.3%;
  font-size: 30px;
  line-height: 1.2;
}

.payments-list .logo-holder {
  border: 1px solid #4b4848;
  width: 100%;
  max-width: 313px;
  margin: 0 auto 33px;
}

.payments-list .logo-holder a {
  display: block;
}

.payments-list .logo-holder img {
  display: block;
  width: 100%;
  height: auto;
}

.white-box {
  padding: 21px;
  background: #fff;
  border: 1px solid #8f8f8f;
  max-width: 704px;
  margin: 0 auto 39px;
  font-family: robotolight, Arial, Helvetica, sans-serif;
}

.white-box .note-box {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 0 15px;
}

.white-box .note-box p {
  margin: 0;
}

.white-box .note {
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: left;
  margin: 0 0 7px;
}

form {
  text-align: left;
  font-size: 16px;
  line-height: 1.286;
  font-family: robotolight, Arial, Helvetica, sans-serif;
  margin: 0 0 3px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form input[type="tel"] {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 8px 8px;
  border: 1px solid #4b4848;
  color: #7f7f7f;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus {
  outline: none;
}

form input[type="text"][type="checkbox"],
form input[type="email"][type="checkbox"],
form input[type="password"][type="checkbox"],
form input[type="url"][type="checkbox"],
form input[type="tel"][type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}

form select {
  display: block;
  width: 100%;
  height: 39px;
  border: 1px solid #4b4848;
  color: #7f7f7f;
}

form.signup-form {
  min-height: 106px;
}

form.signup-form input[type="text"],
form.signup-form input[type="email"],
form.signup-form input[type="password"],
form.signup-form input[type="url"],
form.signup-form input[type="tel"] {
  border: 1px solid #d91082;
}

form.signup-form select {
  border: 1px solid #d91082;
}

form label {
  padding: 0 0 2px;
  display: inline-block;
  vertical-align: top;
}

form .check-area {
  padding: 20px 0 14px 26px;
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  clear: both;
}

form .check-area p {
  margin: 0;
}

form .check-area input[type="checkbox"] {
  margin: 0 0 0 -26px;
  float: left;
  display: none;
}

form .check-area input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 2px;
  width: 11px;
  height: 11px;
  background: url(../images/sprite.png) no-repeat -87px -33px;
}

form .check-area label {
  vertical-align: top;
  padding: 0 0 10px 26px;
  margin: 0 0 0 -26px;
  position: relative;
}

form .check-area label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #d91082;
}

form .check-area label.error {
  margin: 0;
}

form .check-area label.error:before {
  display: none;
}

form .required {
  font-family: robotobold, Arial, Helvetica, sans-serif;
}

.form-row {
  font-size: 0;
}

.form-column {
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 0 0 0 15px;
}

.form-column:first-child {
  padding-left: 0;
}

.form-column .sub-columns {
  font-size: 0;
}

.form-column .sub-column {
  width: 50%;
  padding: 0 0 0 17px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}

.form-column .sub-column:first-child {
  padding-left: 0;
}

.form-field {
  padding: 0 0 19px;
  position: relative;
}

.form-field label.error {
  position: absolute;
  padding: 0;
  left: 0;
  font-size: 10px;
  line-height: 14px;
  bottom: 0;
  color: #d91082;
}

.signup-form .steps .current-info,
.signup-form .content .title {
  position: absolute;
  left: -9999em;
}

.signup-form .content {
  display: block;
}

.signup-form .content .body {
  float: left;
  width: 100%;
}

.signup-form .actions {
  text-align: center;
}

.signup-form .actions > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.signup-form .actions > ul > li:first-child {
  display: none;
}

.steps {
  margin: 0 -22px 18px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-family: robotomedium, Arial, Helvetica, sans-serif;
  border: 1px solid #d6d7d8;
}

.steps ul {
  list-style: none;
  margin: 0;
  display: flex;
  background: #f0f0f0;
}

.steps li {
  flex: 1 1 auto;
  margin: 0 0 0 -25px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 250px;
}

.steps li.disabled {
  pointer-events: none;
}

.steps li:last-child {
  padding-right: 0;
}

.steps li:last-child a {
  margin-right: 0;
}

.steps li:last-child a:after,
.steps li:last-child a:before {
  display: none;
}

.steps li:first-child {
  margin-left: 0;
}

.steps li:first-child a {
  margin-left: 0;
  padding-left: 25px;
}

.steps li a {
  display: block;
  color: #30302f;
  text-decoration: none;
  padding: 15px 0 12px 37px;
  margin: 0 27px 0 0;
  position: relative;
}

.steps li a:before,
.steps li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
}

.steps li a:before {
  border-color: rgba(218, 219, 219, 0);
  border-left-color: #dadbdb;
  border-width: 27px;
  margin-top: -2px;
}

.steps li a:after {
  border-color: rgba(240, 240, 240, 0);
  border-left-color: #f0f0f0;
  border-width: 25px;
  transition: border-color .3s ease-out;
}

.steps li a:hover {
  background: #d91082;
  color: #fff;
}

.steps li a:hover:after {
  border-left-color: #d91082;
}

.steps li a:hover .number {
  background: #fff;
  color: #d91082;
}

.steps li.done a,
.steps li.current a {
  background: #d91082;
  color: #fff;
}

.steps li.done a:after,
.steps li.current a:after {
  border-left-color: #d91082;
}

.steps li.done a .number,
.steps li.current a .number {
  background: #fff;
  color: #d91082;
}

.steps li .number {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 23px;
  height: 23px;
  font-size: 16px;
  line-height: 22px;
  background: #d91082;
  border-radius: 12px;
  color: #fff;
  margin: -1px 2px 0 0;
  transition: background .3s ease-out, color .3s ease-out;
}

/* footer */

#footer {
  background: #30302f;
  padding: 75px 0 25px;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  font-family: open_sanslight, Arial, Helvetica, sans-serif;
  color: #999;
}

#footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
}

#footer ul {
  margin: 0 0 32px;
  font-size: 0;
}

#footer ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  padding: 0 4px 0 6px;
}

#footer ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin: -5px 0 0;
  background: #999;
}

#footer ul li:first-child:before {
  display: none;
}

#footer .footer-menu {
  color: #fff;
  text-transform: uppercase;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
}

#footer .footer-menu li {
  padding: 0 11px 0 12px;
}

#footer .footer-menu li:before {
  background: #fff;
}

#footer .footer-menu a {
  color: #fff;
}

#footer .social-networks li {
  padding: 0 3px;
}

#footer .social-networks li:before {
  display: none;
}

#footer .social-networks a {
  display: block;
  width: 29px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  transition: background .4s ease-out;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

#footer .social-networks a svg {
  fill: #30302f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease-out;
}

#footer .social-networks a:hover {
  background: #d91082;
}

#footer .social-networks a:hover svg {
  fill: #fff;
}

/* Fancybox */

.popup-holder {
  display: none;
}

.popup {
  min-width: 250px;
  max-width: 900px;
  padding: 14px;
}

.popup.popup-login {
  width: 380px;
}

.popup h2 {
  font-size: 22px;
}

.popup table {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.popup table tr:nth-child(even) td {
  background: #f0f0f0;
}

.popup td {
  border: 1px solid #fff;
  padding: 8px;
  box-sizing: border-box;
  vertical-align: middle;
}

.popup td:last-child {
  text-align: center;
}

.popup thead td {
  background: #98c042;
  border: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
}

.popup thead td.medium-size {
  width: 20%;
}

.popup thead td.small-size {
  width: 16%;
}

.popup .choose-field {
  display: block;
  font-size: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 53px;
}

.popup .btn-holder {
  text-align: center;
}

.popup .btn-holder .button {
  margin: 0 0 20px;
}

.popup .btn-holder p {
  margin: 0;
}

.popup-heading {
  text-align: center;
  margin: 0 0 24px;
}

.popup-heading .button {
  margin: 0 0 10px;
}

.popup-heading .button:hover {
  background: #5aa523;
}

.mobile-title {
  display: none;
  font-family: robotomedium, Arial, Helvetica, sans-serif;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 9999;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  overflow: hidden;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
  background: #d91082;
}

.fancybox-close:before,
.fancybox-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #30302f;
}

.fancybox-close:before {
  transform: rotate(45deg);
}

.fancybox-close:after {
  transform: rotate(-45deg);
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  /*overflow: hidden !important;*/
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* custom select */

.zs {
  width: 100% !important;
  display: inline-block;
  position: relative;
  color: #7f7f7f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zs select {
  position: absolute;
  z-index: -1;
  opacity: 0.00000001;
  cursor: pointer;
}

.zs select[style="display: none;"] + .zs-text {
  display: none;
}

.zs.zs-open .zs-drop {
  display: block;
  z-index: 9999;
}

.zs.zs-open-top .zs-drop {
  top: auto;
  bottom: 100%;
}

.zs.zs-placeholder-active .zs-text {
  color: fadeout(#fff, 50%);
}

.form-column .zs {
  display: block;
}

.zs-text {
  display: block;
  padding: 9px 34px 9px 9px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-family: robotothin, Arial, Helvetica, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
  background: #fff;
  border: 1px solid #d91082;
}

.zs-text:after {
  display: none;
}

.zs-btn {
  height: 39px;
  position: absolute;
  right: 0;
  width: 34px;
  top: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.zs-btn:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #30302f transparent transparent transparent;
  box-sizing: border-box;
}

.zs-drop {
  display: none;
  min-width: 100%;
  max-height: 324px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  background: #fff;
  border: 1px solid #d91082;
  border-top: 0;
  z-index: 9999;
}

.zs-drop-item {
  padding: 8px 11px 8px;
  font-size: 16px;
  line-height: 19px;
  color: #7f7f7f;
  cursor: pointer;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.zs-drop-item:hover {
  color: #fff;
  background: #30302f;
}

.zs-drop-item:last-child {
  border-bottom: none;
  box-shadow: none;
}

.zs-drop-item.zs-active:not(.zs-drop-disabled) {
  color: #fff;
  background: #30302f;
  position: relative;
}

.zs-drop-item.zs-item-focus:not(.zs-drop-disabled) {
  background: fadeout(#30302f, 50%);
  color: #fff;
}

.choose-field .zs {
  color: #30302f;
}

.choose-field .zs.zs-open-top .zs-drop {
  top: auto;
  bottom: 8px;
  left: -26px;
}

.choose-field .zs.zs-placeholder-active .zs-text {
  color: fadeout(#fff, 50%);
}

.choose-field .zs-text {
  padding: 18px 26px 16px 19px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  pointer-events: none;
  border: 0;
  height: 53px;
}

.choose-field .country-select-zs .zs-text {
  padding: 16px 26px 12px 19px;
}

.choose-field .country-select-zs .zs-text img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 8px 0 0;
}

.choose-field .country-select-zs .zs-text img[src=""] {
  display: none;
}

.choose-field .country-select-zs .zs-drop-item img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 8px 0 0;
}

.choose-field .type-select-zs .ico-web,
.choose-field .type-select-zs .ico-mobile {
  width: 31px;
  height: 27px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.choose-field .type-select-zs .ico-web:before,
.choose-field .type-select-zs .ico-mobile:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/sprite.png) no-repeat;
}

.choose-field .type-select-zs .ico-web:before {
  background-position: 0 0;
  height: 23px;
  width: 31px;
}

.choose-field .type-select-zs .ico-mobile:before {
  background-position: -82px 0;
  width: 17px;
  height: 27px;
}

.choose-field .type-select-zs .zs-text {
  padding: 14px 26px 12px 17px;
  height: 53px;
}

.choose-field .type-select-zs .zs-drop-item:hover .ico-web:before,
.choose-field .type-select-zs .zs-drop-item.zs-active:not(.zs-drop-disabled) .ico-web:before,
.choose-field .type-select-zs .zs-drop-item.zs-item-focus:not(.zs-drop-disabled) .ico-web:before {
  background-position: 0 -33px;
}

.choose-field .type-select-zs .zs-drop-item:hover .ico-mobile:before,
.choose-field .type-select-zs .zs-drop-item.zs-active:not(.zs-drop-disabled) .ico-mobile:before,
.choose-field .type-select-zs .zs-drop-item.zs-item-focus:not(.zs-drop-disabled) .ico-mobile:before {
  background-position: -49px 0;
}

.choose-field .type-select-zs .zs-drop-item.zs-active:not(.zs-drop-disabled):before {
  top: 11px;
}

.choose-field .zs-btn {
  height: 53px;
  width: 26px;
}

.choose-field .zs-btn:before {
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #4f4f4f transparent transparent transparent;
}

.choose-field .zs-drop {
  top: 8px;
  left: -26px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.47);
  border: 0;
}

.choose-field .zs-drop-item {
  padding: 9px 10px 9px 28px;
  color: #30302f;
  margin: 0;
}

.choose-field .zs-drop-item:hover {
  color: #fff;
  background: #30302f;
}

.choose-field .zs-drop-item.zs-active:not(.zs-drop-disabled):before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  background: url(../images/sprite.png) no-repeat -64px -33px;
  width: 17px;
  height: 17px;
}

#faq {
  position: fixed;
  z-index: 100;
  top: 151px;
  right: 0;
  background-color: #fff;
  height: 100%;
  width: 400px;
  top: 0;
  padding: 80px 5px 15px 15px;
  overflow: scroll;
}

h2.section-title {
  font-size: 40px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #d91082;
  margin: 0 0 29px;
}

#accordion {
  font-size: 20px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #30302f;
  margin: 0 0 29px;
}

.faq-item h4 {
  font-size: 20px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #d91082;
  margin: 0 0 29px;
  cursor: pointer;
}

.answer {
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-left: 3px solid;
  border-color: #d91082;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.device {
  list-style: none;
  margin: 0 0 20px;
  position: relative;
  font-family: robotobold, Arial, Helvetica, sans-serif;
  font-size: 0;
  color: #30302f;
}

.device li {
  padding: 0 2% 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 56px;
  line-height: 59px;
}

.price_circle {
  display: inline-block;
  vertical-align: middle;
  font-size: 49px;
  font-family: robotobold, Arial, Helvetica, sans-serif;
}

div.white {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 70px;
  line-height: 1;
  font-family: robotobold, Arial, Helvetica, sans-serif;
}

div.white.little {
  font-size: 32px;
}

.white p {
  font-size: 20px;
  margin: 0 0 10px;
}

.circles {
  margin: 0 0 30px;
}

div.inline_service {
  color: #30302f;
  font-family: open_sansbold, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 0 19px 15px;
}

div.circle {
  width: 235px;
  height: 235px;
  background: #d91082;
  background: rgba(217, 16, 130, 0.77);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 18px;
  padding: 30px;
}

a.close {
  position: absolute;
  top: 5px;
  right: 5px;
}

/*fe styles*/

.sale-section {
  font-size: 20px;
  line-height: 1.2;
}

.sale-section h1 {
  color: #1a1a1a;
}

.sale-section .holder {
  text-align: left;
  padding: 25px 0 0;
}

.sale-section .table-holder {
  float: right;
  margin: 0 0 0 11%;
  width: 550px;
}

.sale-section .table-holder p {
  margin: 0;
}

.sale-section .table-holder .note-text {
  font-size: 14px;
}

.sale-section .description {
  overflow: hidden;
  padding: 5px 0 0;
}

.sale-section .btn-holder {
  text-align: center;
  padding: 134px 0 0;
}

.table {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px 1px;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
}

.table thead th {
  background: #4d4d4d;
  color: #fff;
  padding: 22px 35px 21px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.content-row.gray .table thead th {
  border-bottom: 3px solid #f0f0f0;
}

.table tbody td {
  background: #e0e0e0;
  padding: 17px 5px 18px;
  font-size: 24px;
  line-height: 1.2;
}

.table tr td:first-child,
.table tr td:last-child,
.table tr th:first-child,
.table tr th:last-child {
  width: 74px;
}

.table tr:nth-child(odd) td {
  background: #d0d0d0;
}

@media only screen and (max-width: 1224px) {
  .prices li {
    font-size: 28px;
    line-height: 30px;
  }

  .prices .circle {
    width: 224px;
    height: 224px;
  }

  .prices .price {
    font-size: 88px;
    line-height: 90px;
    margin: 0;
  }

  .prices .currency {
    font-size: 48px;
    line-height: 50px;
  }

  .payments-list li {
    padding: 0 20px 5px;
  }

  .sale-section .table-holder {
    margin-left: 3%;
  }
}

@media only screen and (max-width: 1024px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }

  body {
    font-size: 16px;
    line-height: 1.2;
  }

  h1 {
    font-size: 36px;
  }

  .header-holder {
    display: block;
  }

  .logo {
    max-width: 222px;
    float: left;
  }

  #nav {
    width: 100%;
    display: block;
    clear: both;
    padding: 22px 0 2px;
  }

  #nav li {
    padding: 0 8px 0 9px;
  }

  #nav li:before {
    margin-top: -6px;
  }

  #header .buttons {
    float: right;
    padding: 8px 0 0;
    margin-bottom: 0;
  }

  .banner {
    padding: 30px 0;
    background-position: 30% 0 !important;
  }

  .banner h1 {
    font-size: 42px;
    margin: 0 0 20px;
  }

  .banner h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }

  .banner .items-list {
    font-size: 24px;
  }

  .banner .items-list li {
    padding-top: 2px;
  }

  .choose-area {
    padding-right: 94px;
    margin-bottom: 40px;
  }

  .choose-area .price-holder {
    width: 90px;
    height: 90px;
    margin: 0 -94px 0 4px;
    font-size: 30px;
  }

  .content-row.green h1 {
    margin-bottom: 29px;
  }

  .slider {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 0 0;
  }

  .slider .switchers {
    margin-bottom: 32px;
  }

  .slider .switchers li {
    padding: 0 7px 0 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .slider .switchers li:before {
    height: 22px;
    margin-top: -11px;
    width: 1px;
  }

  .slider .slide-desc {
    padding-bottom: 65px;
  }

  .slider .logo-box {
    font-size: 18px;
  }

  .slider .btn-holder {
    bottom: 0;
  }

  .list-columns li {
    padding: 15px 10px 5px;
    font-size: 20px;
  }

  .list-columns .text-big {
    font-size: 32px;
  }

  .payments-list li {
    padding: 0 10px 5px;
    font-size: 20px;
  }

  .payments-list .logo-holder {
    margin-bottom: 15px;
  }

  div.inline_service {
    margin: 0 auto;
  }

  .sale-section {
    font-size: 16px;
  }

  .sale-section .table-holder {
    width: 400px;
  }

  .sale-section .table-holder .note-text {
    font-size: 12px;
  }

  .sale-section .btn-holder {
    padding-top: 114px;
  }

  .table thead th {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table tbody td {
    font-size: 18px;
  }

  .table tr td:first-child,
  .table tr td:last-child,
  .table tr th:first-child,
  .table tr th:last-child {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 50px 0 12px;
  }

  .button,
  .actions li a {
    min-width: 0;
    padding: 0 30px;
    font-size: 17px;
    height: 40px;
    line-height: 41px;
  }

  .banner .button.big {
    min-width: 0;
    padding: 0 30px;
    font-size: 17px;
    height: 40px;
    line-height: 41px;
  }

  .banner .btn-holder {
    display: none;
  }

  .banner {
    padding: 15px 0 10px;
  }

  .banner h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .banner h2 {
    font-size: 20px;
  }

  .banner .items-list {
    font-size: 18px;
  }

  .banner .items-list li {
    padding-top: 5px;
    padding-bottom: 12px;
  }

  .choose-area {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .choose-area .form-holder {
    display: block;
    margin-bottom: 10px;
  }

  .choose-area .price-holder {
    margin: 0 auto;
  }

  .choose-panel {
    margin: 0 0 10px;
    padding-bottom: 17px;
  }

  .choose-panel:before {
    display: none;
  }

  .choose-field {
    width: 100%;
    margin: 0 0 10px;
  }

  .choose-field.medium-size {
    width: 50%;
  }

  .choose-field.small-size {
    width: 50%;
  }

  .slider .switchers li {
    font-size: 0;
    line-height: 0;
    padding: 0 5px;
  }

  .slider .switchers li:before {
    display: none;
  }

  .slider .switchers a {
    width: 14px;
    height: 14px;
    background: #30302f;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  .slider .switchers a:before {
    display: none;
  }

  .slider .switchers a:hover,
  .slider .switchers a.active {
    background: #d91082;
  }

  .slider .bx-prev,
  .slider .bx-next {
    display: none;
  }

  .slider .slide-desc {
    padding-bottom: 41px;
  }

  .slider .logo-box {
    font-size: 15px;
  }

  .steps li {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }

  .steps li .number {
    font-size: 16px;
    line-height: 24px;
  }

  .popup.popup-login {
    width: auto;
  }

  .popup {
    padding: 0;
  }

  .popup h2 {
    font-size: 16px;
  }

  .popup table {
    display: block;
  }

  .popup table tr {
    display: block;
  }

  .popup td:last-child {
    text-align: left;
  }

  .popup td.price-cell {
    font-size: 0;
    line-height: 0;
    padding: 0;
  }

  .popup td {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 120px;
    font-size: 13px;
    line-height: 16px;
    border: 0;
    word-wrap: break-word;
  }

  .popup tbody {
    display: block;
  }

  .popup thead {
    display: block;
    background: #98c042;
    font-size: 0;
    padding: 5px;
    box-sizing: border-box;
  }

  .popup thead td {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
  }

  .popup thead td.medium-size {
    width: 50%;
  }

  .popup thead td.small-size {
    width: 50%;
  }

  .popup-heading {
    margin-bottom: 10px;
  }

  .mobile-title {
    display: block;
    float: left;
    width: 115px;
    margin: 0 0 0 -115px;
  }

  table.offers tr {
    border-top: 1px grey solid;
  }

  table.offers tr:first-child {
    border-top: none;
  }

  div.white {
    font-size: 28px;
  }

  div.white.little {
    font-size: 22px;
  }

  .white p {
    margin: 0;
  }

  .circles {
    font-size: 0;
    margin: 0 0 5px;
  }

  div.inline_service {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 5px 5px;
    width: 120px;
  }

  div.circle {
    width: 110px;
    height: 110px;
    margin: 0 0 5px;
    padding: 0;
  }

  .sale-section .holder {
    padding-top: 0;
  }

  .sale-section .table-holder {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .sale-section .table-holder .note-text {
    text-align: center;
  }

  .sale-section .btn-holder {
    padding-top: 15px;
  }

  .table thead th {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .table tr td:first-child,
  .table tr td:last-child,
  .table tr th:first-child,
  .table tr th:last-child {
    width: 64px;
  }
}

@media only screen and (max-width: 620px) {
  h1 {
    font-size: 26px;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 12px;
  }

  .logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

  #header .buttons {
    float: none;
    text-align: center;
    padding: 0;
  }

  .banner .button {
    font-size: 17px;
    line-height: 41px;
    height: 40px;
    margin-bottom: 10px;
  }

  .content-row {
    padding: 15px 0;
  }

  .bx-wrapper {
    padding: 0;
  }

  .slider .slide {
    display: block;
  }

  .slider .image {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 0;
  }

  .slider .slide-desc {
    display: block;
    text-align: center;
  }

  .slider .slide-desc p {
    margin-bottom: 10px;
  }

  .prices {
    margin: 0;
  }

  .prices li {
    padding: 0 12px;
    font-size: 17px;
    line-height: 20px;
  }

  .prices .circle {
    width: 126px;
    height: 126px;
  }

  .prices .price {
    font-size: 44px;
    line-height: 47px;
  }

  .prices .currency {
    font-size: 24px;
    line-height: 27px;
  }

  .list-columns {
    margin-bottom: 0;
  }

  .list-columns li {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
  }

  .list-columns li:before {
    display: none;
  }

  .payments-list {
    padding-top: 0;
  }

  .payments-list li {
    padding: 0 2px 5px;
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 0;
  }

  .white-box .note {
    margin: 5px 0 0;
  }

  form .check-area {
    padding: 0 0 0 26px;
  }

  .form-column {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .form-column .sub-column {
    font-size: 12px;
    line-height: 15px;
  }

  #footer {
    font-size: 11px;
    padding: 15px 0 5px;
  }

  #footer ul {
    margin: 0 0 10px;
  }

  #footer ul li {
    font-size: 11px;
    padding: 0 3px 0 4px;
  }

  div.inline_service {
    margin: 0 auto;
  }

  .sale-section .btn-holder {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
