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,
 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, input, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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;
}
a, input {
    outline:none;
}
input{
	-webkit-appearance: none;
}
a{
	text-decoration: none;
	color: inherit;
}
input::-ms-clear {
    display: none;
}
button{
	outline: none;
	border: 0px;
	cursor: pointer;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu.eot');
    src: url('../fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu.woff2') format('woff2'),
        url('../fonts/Ubuntu.woff') format('woff'),
        url('../fonts/Ubuntu.ttf') format('truetype'),
        url('../fonts/Ubuntu.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype'),
        url('../fonts/Ubuntu-Medium.svg#Ubuntu-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('../fonts/Ubuntu-Bold.woff') format('woff'),
        url('../fonts/Ubuntu-Bold.ttf') format('truetype'),
        url('../fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot');
  src: url('.fontawesome-webfont.woff2') format('woff2'),
       url('fontawesome-webfont.woff') format('woff'),
       url('fontawesome-webfont.ttf') format('truetype'),
       url('fontawesome-webfont#fontAwesome') format('svg'),
       url('fontawesome-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}




@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');
body {
  font-family: 'Ubuntu', sans-serif;
  min-width: 320px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0px auto;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease-out;
}
i.icon {
  display: inline-block;
}
.container {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px 20px;
  width: 100%;
}
.searching-mobile {
  height: 90px;
  background-color: #f3f6fb;
  display: -ms-flexbox;
  display: flex;
  display: none;
  padding: 20px;
}
.searching-mobile form {
  position: relative;
}
.searching-mobile input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 62px;
  border: solid 1px #cccfd8;
  color: #666666;
  font-size: 15px;
  border-radius: 6px;
}
.searching-mobile input::-webkit-input-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.searching-mobile input::-moz-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.searching-mobile input:-moz-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.searching-mobile input:-ms-input-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.searching-mobile .sub-header__button-style {
  position: absolute;
  height: 60px;
  background-image: linear-gradient(to left, #4db051, #a0c364);
  padding: 0 20px;
  width: 100%;
  text-align: center;
  box-shadow: none;
  margin-top: 20px;
  line-height: 60px;
}
.searching-mobile .sub-header__button-text {
  font-weight: 400;
}
.header {
  display: table;
  /*position: absolute;*/
  z-index: 3;
  width: 100%;
  box-shadow: 0 1px 5px rgba(1, 2, 3, 0.1);
  top: 0;
  background-color: #fff;
}
.header__wrap {
  padding: 21px 0;
}
.header__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header__row-cell:nth-child(1) {
  transition: all 0.2s ease-out;
  transition-delay: 0.3s;
}
.header__row-cell:nth-child(2) {
  margin-left: 90px;
  transition: transform .4s .3s;
}
.header__catalog-wrap {
  height: 40px;
  padding-left: 22px;
  padding-right: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
  border-radius: 19px;
}
.header__catalog-wrap:hover {
  background-color: rgba(77, 176, 81, 0.1);
}
.header__icon-menu {
  position: absolute;
  left: -7px;
  top: 1px;
  width: 14px;
  height: 10px;
  fill: #4db051;
  opacity: 1;
}
.header__icon-logo {
  width: 144px;
  height: 30px;
}
.header__icon-search {
  width: 14px;
  height: 14px;
  fill: #4db051;
}
.header__icon-basket {
  width: 20px;
  height: 16px;
  fill: #909090;
}
.header__icon-close {
  position: absolute;
  left: -6px;
  top: 0px;
  visibility: hidden;
  width: 12px;
  height: 12px;
  pointer-events: auto;
  fill: #fff;
  opacity: 0;
}
.header__text-production {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: .78px;
  color: #4db051;
  transition: color .5s;
}
.header__full {
  position: absolute;
  z-index: 3;
  top: 82px;
  left: 0;
  visibility: hidden;
  width: 100%;
  background-color: #f3f6fb;
  opacity: 0;
  box-shadow: 0 0 5px rgba(1, 2, 3, 0.1);
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.header__full-menu {
  margin: 0 auto;
  max-width: 1280px;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__full-wrap {
  padding: 7px;
  width: 25%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.header__full-wrap:nth-child(4n) {
  border-right: none;
}
.header__full-wrap:nth-child(4) ~ * {
  border-bottom: none;
}
.header__full-item {
  padding-top: 36px;
  display: block;
  height: 140px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
.header__full-item:hover {
  background: rgba(77, 176, 81, 0.1);
}
.header__full-item img {
  height: 42px;
  display: block;
  margin: 0 auto 10px;
}
.header__full-item span {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.185px;
  color: #252525;
}
.header__logo {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
}
.header__logo:hover {
  transform: scale(0.85);
}
.header__rmenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header__rmenu-inner {
  display: inline-block;
}
.header__support {
  margin-right: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: .78px;
  color: #070707;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.header__support-wrap {
  position: relative;
}
.header__support-title {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 39px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #707070;
  background-color: transparent;
  border-radius: 19px;
  transition: all 0.3s ease-out;
}
.header__support-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -42px;
  width: 70%;
  height: 1px;
  transition: all 0.2s ease-out;
}
.header__support-title:hover:before {
  background-color: #707070;
}
.header__support-body {
  position: absolute;
  top: 52px;
  left: -60px;
  visibility: hidden;
  width: 240px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 0 8px 2px rgba(1, 2, 4, 0.2);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.header__support-options:before {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -13px;
  content: '';
  border: 13px solid transparent;
  border-top: none;
  border-bottom: 13px solid #fff;
}
.header__support-option {
  padding: 0 30px;
  transition: all 0.3s ease-out;
  width: 100%;
}
.header__support-option:hover {
  background-color: rgba(77, 176, 81, 0.1);
}
.header__support-option:hover .header__support-link {
  color: #4db051;
}
.header__support-link {
  padding: 20px 0;
  position: relative;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #252525;
  text-align: left;
  transition: all 0.3s ease-out;
}
.header__basket {
  margin: 0 20px;
  cursor: pointer;
}
.header__basket-body {
  left: auto;
  right: 0;
  position: absolute;
  top: 52px;
  visibility: hidden;
  width: 330px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 0 8px 2px rgba(1, 2, 4, 0.2);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.header__basket-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: all 1.2s ease-out;
}
.header__basket-options .budget__head {
  padding: 30px;
}
.header__basket-option {
  padding: 20px 15px;
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__basket-option div {
  color: #252525 !important;
}
.header__basket-option:hover {
  background-color: rgba(77, 176, 81, 0.1);
}
.header__basket-option:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.header__basket-options:before {
  position: absolute;
  top: -12px;
  right: 25px;
  margin-left: -13px;
  content: '';
  border: 13px solid transparent;
  border-top: none;
  border-bottom: 13px solid #fff;
}
.header__basket-text {
  max-width: 120px;
}
.header__basket-info {
  text-align: center;
}
.header__basket-img {
  max-width: 70px;
  max-height: 40px;
}
.header__basket-img img {
  width: 100%;
}
.header__basket-text {
  padding: 0 10px;
}
.header__basket-wrap {
  position: relative;
  border-radius: 19px;
}
.header__log .header__support-body {
  width: 205px;
  left: auto;
}
.svg-wrap {
  height: 10px;
  position: relative;
  display: inline-block;
  width: 14px;
}
.icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.icons__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}
.icons__item-search {
  background: #e5f7ec;
}
.icons__item-search:hover {
  background: #4db051;
}
.icons__item-search:hover .icons__icon {
  fill: #fff;
}
.icons__item-basket:hover {
  background: #909090;
}
.icons__item-basket:hover .icons__icon {
  fill: #fff;
}
.icons__icon {
  transition: all 0.2s ease-out;
}
.icons span {
  cursor: pointer;
  font-size: 13px;
  color: #00ad4d;
  font-weight: 400;
  padding-right: 9px;
  padding-left: 5px;
}
.advantages:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.advantages__ele {
  width: 25%;
  position: relative;
  display: table;
  float: left;
  border: 2px solid #fff;
  overflow: hidden;
  text-decoration: none;
}
.advantages__ele:hover .advantages__img:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.advantages__img {
  display: block;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.advantages__img:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-out;
}
.pluses {
  padding-top: 147px;
  padding-right: 40px;
  padding-left: 35px;
  padding-bottom: 135px;
}
.plus-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.plus-icons__item {
  -ms-flex: 0 1 260px;
  flex: 0 1 260px;
  text-align: center;
}
.plus-icons__icon svg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  width: 80px;
  height: 80px;
}
.plus-icons__title {
  margin-bottom: 7px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.8px;
}
.plus-icons__text {
  min-height: 60px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.78px;
  color: #666;
}
.green-border {
  border-bottom: 20px solid #4db051;
}
.tech-two .default-h2 {
  padding-top: 50px;
}
.tech-one {
  padding-top: 80px;
}
.tech-one__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 22px;
}
.tech-one__item {
  position: relative;
  padding-top: 51px;
  width: 33.33333%;
  min-height: 237px;
  text-align: center;
}
.tech-one__item:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}
.tech-one__item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}
.tech-one__item:first-child:before {
  right: -60px;
  width: 120px;
  height: 1px;
}
.tech-one__item:first-child:after {
  bottom: -60px;
  width: 1px;
  height: 120px;
}
.tech-one__item:nth-child(2):before {
  right: -60px;
  width: 120px;
  height: 1px;
}
.tech-one__item:nth-child(2):after {
  bottom: -60px;
  width: 1px;
  height: 120px;
}
.tech-one__item:nth-child(4):before {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  content: '';
  background: #4db051;
  border-radius: 50%;
}
.tech-one__item:nth-child(5):before {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  content: '';
  background: #4db051;
  border-radius: 50%;
}
.tech-one__icon {
  height: 70px;
  height: 58px;
  margin: 0 auto;
}
.tech-one__icon-subtitle {
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #a5a5a5;
}
.tech-one__icon-title {
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #252525;
  font-weight: 400;
  margin: 0 auto;
  max-width: 300px;
}
.default-h1 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  font-weight: 400;
}
.default-h2 {
  position: relative;
  margin-bottom: 12px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  color: #252525;
}
.default-h5 {
  color: #252525;
  font-weight: 400;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
}
.default-h4 {
  text-align: center;
  margin-bottom: 6px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}
.pad-top {
  padding-top: 30px;
}
.text-p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
  padding-top: 29px;
}
.text-p a {
  color: #4db051;
  text-decoration: underline;
}
.text-p p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
  padding-top: 29px;
}
.text-p p img {
  margin-top: 20px;
}
.text-ul {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 50px;
}
.text-ul:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.text-ul li {
  padding-left: 10px;
  line-height: 30px;
  position: relative;
}
.text-ul li a {
  color: #4db051;
  text-decoration: underline;
}
.text-ul li:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4db051;
  border-radius: 50%;
}
.text-ol {
  padding-left: 20px;
  color: #4db051;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 40px;
  counter-reset: item;
}
.text-ol li {
  margin-top: 6px;
  position: relative;
  color: #252525;
}
.text-ol li:before {
  position: absolute;
  top: 0;
  left: -17px;
  font-weight: 400;
  content: counter(item) ". ";
  counter-increment: item;
  color: #4db051;
}
.text-attention {
  padding-top: 22px;
  padding-bottom: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d34539;
  border-bottom: 1px solid #d34539;
}
.text-attention__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  max-width: 650px;
  line-height: 25px;
  color: #d34539;
}
.max-width {
  max-width: 200px;
}
.social-wrap {
  max-width: 570px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-wrap__item {
  font-size: 14px;
  height: 22px;
  margin: 0 5px 10px;
  color: #fff;
  display: inline-block;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.social-wrap__text {
  vertical-align: top;
  position: relative;
  padding-right: 5px;
  top: 4px;
}
.social-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}
.social-icon svg {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}
.twitter-social:hover {
  text-shadow: #00b7ec 0 0 0.25em;
  background: rgba(0, 183, 236, 0.7);
}
.facebook-social:hover {
  text-shadow: #425497 0 0 0.25em;
  background: rgba(66, 84, 151, 0.7);
}
.gplus-social:hover {
  text-shadow: #dd4241 0 0 0.25em;
  background: rgba(221, 66, 65, 0.7);
}
.vk-social:hover {
  text-shadow: #526e8f 0 0 0.25em;
  background: rgba(82, 110, 143, 0.7);
}
.pin-social:hover {
  text-shadow: #cc002b 0 0 0.25em;
  background: rgba(204, 0, 43, 0.7);
}
.player {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 50px;
}
.player__a {
  position: relative;
  font-family: Ubuntu Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  opacity: .5;
  transition: all 0.3s ease-out;
}
.player__a:before {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
  opacity: .3;
  transition: all 0.2s ease-out;
}
.player__a:hover {
  opacity: 0.8;
}
.player__a:hover:before {
  opacity: 0;
}
.player__title {
  margin-bottom: 16px;
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px rgba(1, 2, 4, 0.3);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  text-transform: none;
  letter-spacing: normal;
}
.player__button {
  cursor: pointer;
  width: 80px;
  position: relative;
  height: 80px;
  background-color: #282928;
  background-image: linear-gradient(to left, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  border-radius: 50%;
  box-shadow: 0 0 38px 2px rgba(116, 174, 88, 0.6);
  transition: all 0.3s ease-out;
}
.player__button:hover {
  background-color: #4db051;
  background-image: linear-gradient(to left, #4db051, #4db051);
  box-shadow: 1px 5.9px 24px 6px rgba(77, 176, 81, 0.5);
  transform: scale(1.125);
}
.player__button img {
  position: relative;
  margin-top: 27px;
  left: 3px;
}
.trans-button {
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 29px;
  position: absolute;
  display: block;
  right: 39px;
  bottom: 41px;
  background: transparent;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.trans-button:hover {
  color: #fff;
  background: #4db051;
  border-color: #4db051;
  box-shadow: 0 0 38px 2px rgba(116, 174, 88, 0.6);
}
main {
  /*padding-top: 82px;*/
}
.main-feedback {
  padding-top: 80px;
}
.rate-wrap {
  margin-top: 23px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
}
.rate-wrap__item {
  width: 31px;
  height: 30px;
  display: inline-block;
  margin-right: 2px;
}
.rate-wrap__item svg {
  width: 31px;
  height: 30px;
}
.average-text {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #252525;
}
.cart-sort {
  padding-top: 40px;
}
.cart-sort__link {
  display: inline-block;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #666;
  border-bottom: 2px solid transparent;
}
.cart-sort__link:hover {
  cursor: pointer;
  font-weight: 400;
  border-bottom: 2px solid #66b253;
  transition: all 0.3s ease-out;
}
.cart-sort__link:not(:last-child) {
  margin-right: 27px;
}
.cart-sort__link-active {
  font-weight: 400;
  color: #66b253;
  border-bottom: 2px solid #66b253;
}
.cart-sort__mobile {
  display: none;
}
.feedback {
  margin-top: 15px;
  padding-bottom: 90px;
  border-bottom: 1px solid #e5e5e5;
}
.feedback__wrap {
  position: relative;
  min-height: 480px;
  max-height: 480px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 15px;
}
.feedback__wrap:first-child {
  margin-left: 10px;
}
.feedback__wrap:nth-child(2) {
  margin-right: 10px;
}
.feedback__inner {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(1, 2, 4, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.feedback__inner:hover {
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.1);
}
.feedback__inner-head {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.feedback__inner-head .average-text {
  padding-bottom: 6px;
  text-align: left;
}
.feedback__inner-head .rate-wrap {
  text-align: left;
}
.feedback__inner-head .rate-wrap__item {
  width: 21px;
  height: 20px;
}
.feedback__inner-head .rate-wrap__item svg {
  width: 21px;
  height: 20px;
}
.feedback__inner-body {
  max-height: 300px;
  overflow: auto;
}
.inner-body__date {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
  position: absolute;
  bottom: 25px;
}
.inner-body__opinion {
  padding-bottom: 24px;
}
.inner-body__title {
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #252525;
}
.inner-body__text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #252525;
}
.ya-market {
  padding-top: 50px;
  padding-bottom: 75px;
  text-align: center;
}
.ask-answer {
  padding-top: 75px;
}
.big-orange-button {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 32px;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #fe6c01;
  background-image: linear-gradient(to left, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #d4145a 0, #fbb03b 0, #fe6c01 100%);
  box-shadow: 0 0 19px 1px rgba(233, 102, 74, 0.6);
  transition: all 0.3s ease-out;
  border-radius: 6px;
}
.big-orange-button:hover {
  background-color: #fe6c01;
  background-image: none;
  border-radius: 6px;
  box-shadow: 0 6px 24px 6px rgba(254, 108, 1, 0.5);
}
.srolled {
  overflow-y: auto;
}
.regular-selects {
  margin: 36px auto 0;
  max-width: 495px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.regular-select {
  max-width: 250px;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  border-radius: 10px;
  border-radius: 2px;
}
.regular-select:first-child {
  margin-right: 15px;
}
.regular-select svg {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 17px;
  height: 20px;
}
.regular-select__val {
  width: 100%;
  display: block;
  text-align: left;
  height: 100%;
  padding-top: 17px;
  padding-left: 44px;
  padding-right: 30px;
  max-width: 228px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regular-select__val:after {
  position: absolute;
  top: 22px;
  right: 20px;
  display: table;
  width: 0;
  height: 0;
  content: '';
  border-top: 6px solid rgba(37, 37, 37, 0.5);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: all 0.3s ease-out;
}
.regular-select__option-list {
  box-shadow: 0 1px 20px 3px rgba(1, 2, 3, 0.1);
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  border: 1px solid #f2f2f2;
  border-top: 0px;
  top: 52px;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
  z-index: 3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
}
.regular-select_dropped .regular-select__val:after {
  transform: rotate(180deg);
  top: 21px;
}
.option-list__item {
  color: rgba(102, 102, 102, 0.7);
  text-align: left;
  height: 50px;
  width: 100%;
  padding: 17px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.option-list__item:not(:last-child) {
  border-bottom: 1px solid #cccfd8;
}
.option-list__item:hover {
  color: #4db051;
  background-color: #edf7ee;
}
.faq-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
  max-width: 1065px;
  padding-bottom: 135px;
}
.faq-wrap__left {
  margin-right: 40px;
}
.faq-wrap__right {
  max-width: 650px;
  width: 100%;
}
.faq-wrap__right .support-header__nav {
  display: none;
}
.faq-wrap__tab {
  max-height: 360px;
}
.faq-wrap__tab-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: .6px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease-out;
}
.faq-wrap__tab-title:first-of-type {
  color: #4db051;
}
.faq-wrap__tab-show {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: .6px;
  line-height: 25px;
  font-size: 15px;
}
.faq-wrap__tab-show .faq-wrap__tab-title {
  color: #333;
}
.faq-wrap__tab-item {
  margin-bottom: 20px;
  padding: 40px 15px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 305px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 4.5px 0.5px rgba(1, 2, 4, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.faq-wrap__tab-item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.faq-wrap__tab-item:hover {
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.15);
}
.faq-wrap__tab-item:hover .faq-wrap__tab-name {
  color: #4db051;
}
.faq-wrap__tab-icon {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 40px;
}
.faq-wrap__tab-icon img {
  max-height: 60px;
}
.faq-wrap__tab-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .7px;
  color: #252525;
  transition: all 0.3s ease-out;
}
.faq-wrap__icon {
  text-align: center;
  margin-bottom: 21px;
}
.faq-wrap__icon span {
  margin-top: 20px;
  display: block;
  margin-bottom: 7px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  letter-spacing: .8px;
  color: #252525;
}
.faq-wrap__icon .low-span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  line-height: 1;
  line-height: 1.538;
}
.faq-wrap__icon svg {
  width: 80px;
  height: 80px;
}
.mobile-slider__img {
  display: none;
  left: auto;
  top: auto;
  transform: none;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 350px;
  transform: translate(-50%, -50%);
  position: absolute;
}
.nav-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.faq-show-button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.847px;
  color: #4db051;
  display: block;
  width: 250px;
  margin: 2px auto;
  padding: 3px 10px;
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
  border: 1px solid gainsboro;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.faq-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .52px;
  color: #4db051;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.faq-tele {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  color: #666;
}
.doc-size {
  text-align: center;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
  opacity: .8;
}
.list-items {
  width: 292px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 9px;
}
.list-items__item {
  padding: 14px 15px;
  width: 100%;
  padding-top: 14px;
  display: block;
  text-decoration: none;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .56px;
  color: #707070;
  transition: all 0.3s ease-out;
}
.list-items__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.list-items__item:hover {
  color: #252525;
  cursor: pointer;
  background-color: rgba(100, 177, 81, 0.1);
}
.list-items__item-active {
  color: #64b151;
}
.list-items__item-active:before {
  position: absolute;
  top: 14px;
  left: -1px;
  width: 3px;
  height: 20px;
  content: '';
  background-color: #64b151;
}
.mobile-tab {
  display: none;
  padding: 0 20px;
}
.scrollquest {
  padding-top: 50px;
}
.scrollquest .faq-wrap__tab {
  overflow: auto;
}
.scrollquest .faq-wrap__tab:not(:nth-child(1)) {
  display: none;
}
.scrollquest .faq-wrap__tab-item {
  margin-top: 5px;
  margin-left: 5px;
}
.green-color {
  color: #64b151;
}
.bottom-add {
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #f3f6fb;
}
.bottom-add:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.tab-one:not(:first-child) {
  display: none;
}
.add-row {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 55px;
  max-width: 700px;
}
.slider-navi {
  background-color: #dce2e9;
  display: none;
}
.slider-navi .slick-active span {
  display: block;
  color: #4db051;
  border-bottom: 3px solid #4db051;
}
.trasparent-noborder {
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  height: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  color: #252525;
  background-color: transparent;
  border-radius: 24px;
  transition: all 0.3s ease-out;
}
.trasparent-noborder:hover {
  background-color: rgba(77, 176, 81, 0.1);
  color: #4db051;
}
.full-transparent {
  margin: 0 auto;
  padding: 9px 19px;
  display: inline-block;
  letter-spacing: 1.2px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #63af51;
  transition: all 0.3s ease-out;
  border-radius: 19px;
}
.full-transparent:hover {
  background-color: #4db051;
  color: #fff;
}
.full-transparent svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.simple-link {
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  height: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  background-color: #4db051;
  border-radius: 24px;
}
.simple-link:hover {
  background-color: #4db051;
  color: #fff;
}
.mini-product {
  padding-top: 55px;
  padding-bottom: 100px;
}
.mini-product__wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mini-product__wrap-left {
  width: 100%;
  max-width: 625px;
}
.mini-product__wrap-right {
  width: 100%;
  max-width: 460px;
}
.mini-product__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  max-height: 400px;
}
.mini-product__img img {
  width: 100%;
}
.mini-product__gallery {
  text-align: center;
}
.mini-product__head {
  padding-bottom: 24px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  letter-spacing: 1.2px;
  color: #252525;
}
.mini-product__body {
  display: table;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 23px;
  padding-bottom: 27px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  background-color: #f3f6fb;
  border-radius: 6px;
}
.mini-product__body .sub-header__button-style {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.mini-product__description {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 50px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-align: justify;
  margin-top: 35px;
}
.mini-product .social-line {
  padding-top: 20px;
  border-radius: 0 0 6px 6px;
}
.old-price {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  color: #252525;
  display: inline-block;
  height: 77px;
  float: left;
}
.old-price:after {
  content: '';
  width: 100%;
  border: 2px solid #ea0808;
  display: inline-block;
  position: relative;
  top: -58px;
}
.current-price {
  display: inline-block;
  color: #ea0808;
  font-size: 22px;
  margin-left: 15px;
}
.current-price-main {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  color: #252525;
  display: block;
}
.mini-info {
  margin: 20px auto 0;
  width: 335px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .74px;
  color: #666;
}
.no-border {
  padding-bottom: 0;
  border: none !important;
}
.cool {
  background-color: red;
}
/*.srolled {
	padding: 20px 20px 0;
}*/
.map {
  position: fixed;
  top: auto;
  bottom: auto;
  height: 510px;
  max-width: 460px;
  width: 100%;
}
.map-scrolled {
  position: absolute;
  bottom: 0;
}
.absolute-pos {
  position: absolute;
  bottom: 0;
}
.contacts {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 135px;
  width: 960px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.contacts-map {
  margin-right: 38px;
  width: 460px;
  position: relative;
}
.contacts-content {
  width: 460px;
}
.contacts-content .page-title {
  text-align: left;
  margin-bottom: 40px;
}
.contacts-content .text-p span {
  color: #4db051;
}
.contacts-content .text-ul .text-p {
  padding-top: 0;
}
.contacts-content .default-button {
  margin-top: 12px;
}
.contacts-text {
  padding-top: 0;
}
.contacts .h2-bold {
  display: none;
}
.support .page-preview {
  min-height: 500px;
}
.support .default-button {
  margin: 0 auto;
  background-color: #4db051;
  background-image: linear-gradient(to right, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  box-shadow: 0 0 38px 2px rgba(116, 174, 88, 0.6);
  color: #fff;
}
.support .default-button:hover {
  background-image: none;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.support .no-bg {
  min-height: 280px;
}
.support-header {
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f6fb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.support-header__nav-ele {
  display: inline-block;
  height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  line-height: 60px;
  text-decoration: none;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-out;
}
.support-header__nav-ele:hover {
  border-bottom: 3px solid #4db051;
}
.support-header__nav-ele:not(:last-child) {
  margin-right: 35px;
}
.support-header__nav-ele-active {
  color: #4db051;
  border-bottom: 3px solid #4db051;
}
.search {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1024px;
  width: 100%;
}
.search__line {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  height: 90px;
  background-color: #f3f6fb;
  border-radius: 6px;
}
.search__line-input {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  border: 1px solid #cccfd8;
  z-index: 1;
  transition: all 0.3s ease-out;
  border-radius: 6px;
}
.search__line-input-active {
  border: 1px solid #4db051;
  box-shadow: 0 0px 4px 1px rgba(77, 176, 81, 0.5);
}
.search__line-placeholder {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 40px;
  margin-top: -7px;
  display: block;
  visibility: visible;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  cursor: text;
  color: rgba(102, 102, 102, 0.7);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.search__line-placeholder a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: rgba(102, 102, 102, 0.7);
  border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
  transition: all 0.3s ease-out;
}
.search__line-placeholder a:hover {
  border-bottom: 1px solid transparent;
}
.search__line-placeholder-active {
  visibility: hidden;
  opacity: 0;
}
.search__button {
  padding-left: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding-right: 20px;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #fff;
  cursor: pointer;
  background-color: #4db051;
  border: none;
  border-radius: 0 6px 6px 0;
  transition: all 0.3s ease-out;
}
.search__button:hover {
  box-shadow: 3px 0 24px 5px rgba(77, 176, 81, 0.5);
}
.info-menu {
  opacity: 1;
  visibility: visible;
  position: static;
  max-width: 960px;
  background-color: #fff;
  box-shadow: none;
}
.info-menu .header__full-menu {
  padding: 0;
}
.info-menu .header__full-wrap {
  width: 33%;
}
.info-menu .header__full-wrap:nth-child(3n) {
  border-right: none;
}
.info-menu .header__full-wrap:nth-child(4n) {
  border-right: 1px solid #e5e5e5;
}
.info-menu .header__full-wrap:nth-child(4) ~ * {
  border-bottom: 1px solid #e5e5e5;
}
.info-menu .header__full-wrap:nth-child(6) ~ * {
  border-bottom: none;
}
.long-text {
  margin: 20px 0 20px;
}
.long-text__ele {
  position: relative;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 40px;
  max-width: 950px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #252525;
}
.long-text__ele:before {
  position: absolute;
  left: 50%;
  margin-left: -62px;
  width: 123px;
  height: 3px;
  content: '';
  background-color: #fed201;
  top: -4px;
}
.long-text__ele:after {
  bottom: 8px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  width: 123px;
  height: 3px;
  content: '';
  background-color: #fed201;
}
.certificate {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.certificate__ele {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  max-width: 225px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.certificate__ele:not(:nth-child(3n)) {
  margin-right: 20px;
}
.certificate__ele img {
  max-width: 180px;
  max-height: 250px;
  margin-bottom: 30px;
}
.certificate__text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #252525;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
}
.new-slider {
  padding-top: 25px;
  background: #f2f6fb;
  padding-bottom: 25px;
}
.slider-mob-2 .slick-dots,
.feedback-slider .slick-dots,
.hover-slider .slick-dots {
  padding-top: 15px;
  text-align: center;
}
.slider-mob-2 .slick-dots li,
.feedback-slider .slick-dots li,
.hover-slider .slick-dots li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  background-color: #00b442;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.slider-mob-2 .slick-dots li.slick-active,
.feedback-slider .slick-dots li.slick-active,
.hover-slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background-color: #00b442;
}
.slider-nav {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.slider-nav_on3 {
  width: 75%;
  float: left;
}
.slider-nav .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
.slider-view {
  position: relative;
}
.view-3d {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
}
.slider-with-3d .slider-for {
  z-index: auto;
}
.slider-with-3d .slick-list {
  z-index: 1;
}
.show-3d .view-3d {
  visibility: visible;
  opacity: 1;
}
.pro360 {
  width: 100%;
  height: 100%;
}
.switch-3d {
  width: 25%;
  float: left;
}
.slider-nav .slide,
.slide-360 {
  outline: none;
  position: relative;
  margin-left: 11px;
  margin-right: 11px;
  padding-top: 0;
  margin-bottom: 20px;
  min-height: 77px;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.slider-nav .slide:hover:after,
.slide-360:hover:after {
  opacity: 1;
  background-color: rgba(77, 176, 81, 0.15);
}
.slider-nav .slide:after,
.slide-360:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(77, 176, 81, 0.5);
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.slider-nav .slide:focus:after,
.slide-360:focus:after {
  opacity: 1;
  background-color: rgba(77, 176, 81, 0.5);
}
.slide-360 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480' fill='%234db051'%3E%3Cpath d='M391.502 210.725c-5.311-1.52-10.846 1.555-12.364 6.865-1.519 5.31 1.555 10.846 6.864 12.364C431.646 243.008 460 261.942 460 279.367c0 12.752-15.51 26.749-42.552 38.402-29.752 12.82-71.958 22.2-118.891 26.425l-40.963-.555c-.047 0-.093-.001-.139-.001-5.46 0-9.922 4.389-9.996 9.865-.075 5.522 4.342 10.06 9.863 10.134l41.479.562c.046 0 .091.001.136.001.297 0 .593-.013.888-.039 49.196-4.386 93.779-14.339 125.538-28.024C470.521 316.676 480 294.524 480 279.367c0-27.943-31.43-52.321-88.498-68.642zM96.879 199.333c-5.522 0-10 4.477-10 10s4.478 10 10 10H138v41.333H96.879c-5.522 0-10 4.477-10 10s4.478 10 10 10H148c5.523 0 10-4.477 10-10V148c0-5.523-4.477-10-10-10H96.879c-5.522 0-10 4.477-10 10s4.478 10 10 10H138v41.333H96.879zM188.879 280.667h61.334c5.522 0 10-4.477 10-10v-61.333c0-5.523-4.477-10-10-10h-51.334V158H240c5.523 0 10-4.477 10-10s-4.477-10-10-10h-51.121c-5.523 0-10 4.477-10 10v122.667c0 5.523 4.477 10 10 10zm10-61.334h41.334v41.333h-41.334v-41.333z'/%3E%3Cpath d='M291.121 280.667h61.334c5.522 0 10-4.477 10-10V148c0-5.523-4.478-10-10-10h-61.334c-5.522 0-10 4.477-10 10v122.667c0 5.523 4.478 10 10 10zm10-122.667h41.334v102.667h-41.334V158zM182.857 305.537c-3.567-4.216-9.877-4.743-14.093-1.176-4.217 3.567-4.743 9.876-1.177 14.093l22.366 26.44c-47.196-3.599-89.941-12.249-121.37-24.65C37.708 308.06 20 293.162 20 279.367c0-16.018 23.736-33.28 63.493-46.176 5.254-1.704 8.131-7.344 6.427-12.598-1.703-5.253-7.345-8.13-12.597-6.427-23.129 7.502-41.47 16.427-54.515 26.526C7.674 252.412 0 265.423 0 279.367c0 23.104 21.178 43.671 61.242 59.48 32.564 12.849 76.227 21.869 124.226 25.758l-19.944 22.104c-3.7 4.1-3.376 10.424.725 14.123 1.912 1.726 4.308 2.576 6.696 2.576 2.731 0 5.453-1.113 7.427-3.301l36.387-40.325c1.658-1.837 2.576-4.224 2.576-6.699v-.764c0-2.365-.838-4.653-2.365-6.458l-34.113-40.324zM381.414 137.486h40.879c5.522 0 10-4.477 10-10V86.592c0-5.523-4.478-10-10-10h-40.879c-5.522 0-10 4.477-10 10v40.894c0 5.523 4.478 10 10 10zm10-40.894h20.879v20.894h-20.879V96.592z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next {
  right: 0;
}
.slide {
  outline: none;
  position: relative;
  float: left;
  z-index: 1;
}
.slider-visual .slide {
  width: 100%;
}
.slider-for {
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.slider-for .slide {
  height: 450px;
}
.slider-for a {
  display: block;
}
.slider-for a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
.slider-for img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-for .slick-prev {
  z-index: 2000;
  position: absolute;
  left: -85px;
  top: 50%;
  width: 230px;
  height: 70px;
  margin-top: -35px;
  transform: rotate(90deg);
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.slider-for .slick-prev:after {
  content: '';
  opacity: 1;
  width: 230px;
  height: 70px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-292 268.3 256 60' fill='%23555555'%3E%3Cpath fill='transparent' filter='shadow(0px 2px 5px)' d='M-164 268.3c56.1 0 78 60 128 60h-256c50 0 71.9-60 128-60z'/%3E%3Cpath fill='%234DB051' d='M-174.8 304c-.2-.2-.2-.6 0-.9.6-.6 1.6-1.6 2.2-2.1.2-.2.6-.2.9 0l5.7 5.2v-15c0-1 1-1 1-1h2s1 0 1 1v15l5.7-5.2c.2-.2.6-.2.9 0 .6.6 1.6 1.6 2.2 2.1.2.2.2.6 0 .9l-8.3 8.1s-1.3 1.3-2.1 2c-.2.2-.6.2-.9 0l-1.7-1.7s-6.8-6.6-8.6-8.4z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100%;
  background-position-y: 10px;
  background-position-x: -7px;
  transition: all 0.3s ease-out;
}
.slider-for .slick-prev:hover {
  transition: all 0.9s ease-out;
  background: url(../img/Arrow-2.png) no-repeat;
  background-position-y: 0px;
  background-size: 100%;
  background-color: transparent;
}
.slider-for .slick-next {
  z-index: 1000;
  position: absolute;
  right: -85px;
  top: 50%;
  width: 230px;
  height: 70px;
  margin-top: -35px;
  transform: rotate(-90deg);
  font-size: 0;
  background-color: transparent;
}
.slider-for .slick-next:after {
  content: '';
  opacity: 1;
  width: 230px;
  height: 70px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-292 268.3 256 60' fill='%23555555'%3E%3Cpath fill='transparent' filter='shadow(0px 2px 5px)' d='M-164 268.3c56.1 0 78 60 128 60h-256c50 0 71.9-60 128-60z'/%3E%3Cpath fill='%234DB051' d='M-174.8 304c-.2-.2-.2-.6 0-.9.6-.6 1.6-1.6 2.2-2.1.2-.2.6-.2.9 0l5.7 5.2v-15c0-1 1-1 1-1h2s1 0 1 1v15l5.7-5.2c.2-.2.6-.2.9 0 .6.6 1.6 1.6 2.2 2.1.2.2.2.6 0 .9l-8.3 8.1s-1.3 1.3-2.1 2c-.2.2-.6.2-.9 0l-1.7-1.7s-6.8-6.6-8.6-8.4z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100%;
  background-position-y: 10px;
  background-position-x: -5px;
}
.slider-for .slick-next:hover {
  background: url(../img/Arrow-2.png) no-repeat;
  background-position-y: 0;
  background-size: 100%;
  background-color: transparent;
}
.feedback-slider {
  overflow: visible;
}
.feedback-slider .slick-arrow {
  top: 0;
  visibility: hidden;
  overflow: hidden;
  width: 54px;
  height: 100%;
  cursor: pointer;
}
.feedback-slider .slick-prev {
  left: -56px;
}
.feedback-slider .slick-next {
  right: -40px;
}
.feedback-slider .slick-prev:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  width: 55px;
  height: 84px;
  background-color: red;
  background: url(../img/left-arrow.png);
}
.feedback-slider .slick-next:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  width: 55px;
  height: 84px;
  background-color: red;
  background: url(../img/right-arrow.png);
}
.main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider .slick-arrow {
  top: 0;
  background-color: transparent;
  width: 80px;
  height: 100%;
  cursor: pointer;
}
.main-slider .slick-prev:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: red;
  background: url(../img/left-arrow.png) no-repeat center;
}
.main-slider .slick-next:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: red;
  background: url(../img/right-arrow.png) no-repeat center;
}
.main-slider__slide {
  height: 560px;
  float: left;
  outline: none;
  display: block;
}
.main-slider__slide a {
  display: block;
}
.main-slider__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%	;
  max-height: 100%;
}
.slick-list {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.slick-track {
  height: 100%;
}
.footer {
  padding-top: 48px;
  padding-bottom: 55px;
  background-color: #f3f6fb;
}
.footer__wrap {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu__ele {
  -ms-flex: 0 1 245px;
  flex: 0 1 245px;
}
.footer-menu__ele:nth-child(2) {
  margin-left: 15px;
}
.footer-menu__list {
  margin-bottom: 27px;
}
.footer-menu__title {
  position: relative;
  margin-bottom: 9px;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .826px;
  color: #4db051;
}
.footer-menu__title:hover:before {
  opacity: 1;
}
.footer-menu__title:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #4db051;
  opacity: 0;
  transition: opacity .3s;
}
.footer-menu__item {
  margin-top: 8px;
  transition: all 0.3s ease-out;
}
.footer-menu__link {
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  letter-spacing: .826px;
}
.footer-menu__link:hover:before {
  opacity: 1;
}
.footer-menu__link:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #666;
  opacity: 0;
  transition: opacity .3s;
}
.footer__contacts {
  position: relative;
  margin-top: 35px;
  padding-top: 38px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__contacts:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #e5e5e5;
}
.footer__contacts:after {
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #e5e5e5;
}
.footer-contacts {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: .7px;
  color: #666;
}
.footer-contacts__phone {
  margin-bottom: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .6px;
  color: #252525;
}
.footer-contacts__mail {
  display: inline-block;
}
.footer__button {
  margin-top: 35px;
}
.footer-pays {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 375px;
  width: 100%;
}
.footer-pays__system {
  max-width: 250px;
}
.footer-pays__link {
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
.footer-pays__link:nth-last-child(-n+3) svg {
  width: 80px;
  height: 20px;
}
.footer-copyright {
  margin-top: 8px;
  -ms-flex: 0 1 245px;
  flex: 0 1 245px;
}
.footer-copyright__text {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: .7px;
  color: #666;
}
.footer-subscribe {
  padding-top: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-subscribe__left {
  max-width: 490px;
}
.footer-call {
  display: inline-block;
  padding-top: 21px;
  height: 22px;
  font-size: 13px;
}
.footer-call__button {
  cursor: pointer;
  padding: 0 15px;
  padding-right: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 22px;
  background-color: #6BA87D;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.footer-call__button:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 4px;
}
.footer-call__button:hover {
  background-color: #90be9e;
}
.mobile-cross {
  display: none;
}
.footer-1 {
  padding: 35px 0;
  padding-top: 45px;
  position: relative;
}
.footer-1:before {
  position: absolute;
  display: block;
  top: 0;
  content: '';
  height: 10px;
  background-color: #e9edf4;
  width: 100%;
}
.footer-1 .footer__contacts {
  padding: 20px 0;
  margin-top: 0;
}
.footer-1 .footer__contacts:before {
  display: none;
}
.footer-1 .footer__contacts:after {
  display: none;
}
.footer-1 .footer-contacts {
  width: 50%;
}
.footer-1 .footer-pays {
  max-width: 100%;
  width: 50%;
}
.footer-1 .copyright {
  font-size: 14px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
}
.footer-1 .footer-contacts__mail {
  margin: 0;
}
.copyright {
  display: none;
}
.footer-socials {
  -ms-flex: 0 1 245px;
  flex: 0 1 245px;
  margin-top: 15px;
}
.footer-socials__icons {
  display: -ms-flexbox;
  display: flex;
}
.footer-socials__icon {
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-socials__icon:not(:last-child) {
  margin-right: 10px;
}
.subscribe-wrap {
  position: relative;
}
.subscribe-wrap .yellow__button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.subscribe-wrap .thx-text {
  padding-top: 10px;
  padding-left: 18px;
  display: block;
}
.subscribe-text {
  padding-top: 11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .78px;
  color: #666;
}
.subscribe-text br {
  display: none;
}
.footer-input {
  font-family: 'Ubuntu', sans-serif;
  padding-right: 200px;
  padding-left: 18px;
  height: 60px;
  font-size: 20px;
  width: 100%;
  letter-spacing: .8px;
  color: #252525;
  border: 1px solid #fff;
  border-radius: 10px 30px 30px 10px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.footer-input:hover {
  box-shadow: 0 0 20px rgba(163, 186, 224, 0.5);
}
.yellow__button {
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  background-color: #fed201;
  display: inline-block;
  letter-spacing: 1px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #252525;
  border-radius: 29px;
  transition: all 0.3s ease-out;
}
.yellow__button:hover {
  box-shadow: 0 3px 12px 3px rgba(254, 210, 1, 0.5);
}
.facebook-bg {
  background-color: #cbdaed;
  transition: all 0.3s ease-out;
}
.facebook-bg:hover {
  background-color: #4669ae;
}
.facebook-bg:hover svg {
  fill: #fff;
}
.youtube-bg {
  background-color: #f2c8ce;
  transition: all 0.3s ease-out;
}
.youtube-bg:hover {
  background-color: #ff3d00;
}
.youtube-bg:hover svg {
  fill: #fff;
}
.vk-bg {
  background-color: #d0dfea;
  transition: all 0.3s ease-out;
}
.vk-bg:hover {
  background-color: #5d80a2;
}
.vk-bg:hover svg {
  fill: #fff;
}
.ok-bg {
  background-color: #faf0e9;
  transition: all 0.3s ease-out;
}
.ok-bg:hover {
  background-color: #d1702c;
}
.ok-bg:hover svg {
  fill: #fff;
}
.instagram-bg {
  background-color: #c2d0dc;
  transition: all 0.3s ease-out;
}
.instagram-bg:hover {
  background-color: #2c69b2;
}
.instagram-bg:hover svg {
  fill: #fff;
}
.twitter-bg {
  background-color: #f1f6fb;
  transition: all 0.3s ease-out;
}
.twitter-bg:hover {
  background-color: #79a7da;
}
.twitter-bg:hover svg {
  fill: #fff;
}
.facebook-icon {
  width: 6px;
  height: 14px;
  fill: #4669ae;
  transition: all 0.3s ease-out;
}
.youtube-icon {
  width: 16px;
  height: 12px;
  fill: #ff3d00;
  transition: all 0.3s ease-out;
}
.ok-icon {
  width: 10px;
  height: 16px;
  fill: #d1702c;
  transition: all 0.3s ease-out;
}
.vk-icon {
  width: 14px;
  height: 8px;
  fill: #5d80a2;
  transition: all 0.3s ease-out;
}
.instagram-icon {
  width: 14px;
  height: 14px;
  fill: #2c69b2;
  transition: all 0.3s ease-out;
}
.mastercard-icon {
  width: 29px;
  height: 16px;
  vertical-align: middle;
}
.visa-icon {
  width: 42px;
  height: 12px;
  vertical-align: middle;
}
.webmoney-icon {
  width: 75px;
  height: 20px;
  vertical-align: middle;
}
.yandexmoney-icon {
  width: 85px;
  height: 20px;
  vertical-align: middle;
}
.twitter-icon {
  height: 13px;
  width: 16px;
  fill: #79a7da;
  transition: all 0.3s ease-out;
}
.big-span {
  margin-top: 9px;
  display: block;
  max-width: 470px;
}
.big-span br {
  display: none;
}
.big-green__button {
  background-color: rgba(77, 176, 81, 0.1);
  position: relative;
  z-index: 1;
  letter-spacing: 1.5px;
  color: #4db051;
  padding: 21px 30px;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 29px;
  transition: all 0.3s ease-out;
}
.big-green__button:hover {
  color: #fff;
  background-color: #4db051;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.border-group .footer-menu__list:first-child {
  width: 195px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.main-navigation__link-span {
  display: none;
}
.main-grid__price {
  display: none;
}
.navigate__button {
  cursor: pointer;
}
.catalog {
  display: table;
  margin-top: 150px;
  width: 100%;
  position: relative;
  padding-top: 120px;
}
.top-part-round {
  overflow: hidden;
  min-height: 80px;
  background: #f2f6fb;
}
.top-part-round:before {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 150px;
  content: '';
  background: #f2f6fb;
  border-radius: 40% 40% 0 0;
}
.top-part-icon {
  text-align: center;
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-part-icon svg {
  width: 80px;
  height: 80px;
}
.main-part {
  padding-top: 25px;
  display: table;
  width: 100%;
  background: #f2f6fb;
}
.page-title {
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: #252525;
}
.page-title--sub {
  background: #f2f6fb;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  line-height: 1.538;
  text-align: center;
  padding-bottom: 50px;
}
.page-title--sub p {
  margin: 0 auto;
  max-width: 689px;
}
.main-navigation {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 460px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(1, 2, 4, 0.1);
  border-radius: 6px;
}
.main-navigation-active .main-navigation__head span:after {
  transition: all 0.3s ease-out;
  transform: rotate(90deg);
}
.main-navigation-active .support-header__nav-ele:after {
  transition: all 0.3s ease-out;
  transform: rotate(90deg);
}
.main-navigation__head {
  max-width: 380px;
  position: relative;
}
.main-navigation__link {
  margin-bottom: 10px;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  line-height: 46px;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  color: #252525;
  transition: all 0.3s ease-out;
}
.main-navigation__link:hover {
  color: #4db051;
}
.main-navigation__img {
  max-width: 700px;
  position: absolute;
  bottom: -3px;
  right: 0;
  max-height: 460px;
}
.main-navigation__img img {
  width: 100%;
}
.default-button {
  clear: both;
  background-color: rgba(77, 176, 81, 0.1);
  padding: 21px 30px;
  display: inline-block;
  letter-spacing: 1px;
  font-family: 'Ubuntu', sans-serif;
  color: #4db051;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.42857143;
  text-transform: uppercase;
  border-radius: 29px;
  transition: all 0.3s ease-out;
}
.default-button:hover {
  background-color: #4db051;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
  color: #fff;
}
.default-button:hover svg {
  margin-left: 15px;
  display: inline-block;
  width: 9px;
}
.default-button svg {
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 16px;
  vertical-align: middle;
  transition: margin-left 0.3s;
}
.main-grid {
  margin: 20px -10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.main-grid__ele {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 13px;
}
.main-grid__ele > a {
  padding: 20px 30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(1, 2, 3, 0.1);
  border-radius: 6px;
}
.main-grid__ele .plus-icons__text {
  text-align: left;
  line-height: 1.2;
}
.main-grid__title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  letter-spacing: .78px;
  color: #252525;
  height: 75px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.main-grid__title:hover {
  color: #4db051;
}
.main-grid .big-green__button {
  display: none;
}
.catalog__img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 230px;
}
.catalog__img-wrap img {
  max-width: 230px;
  max-height: 230px;
}
.page-banner {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 1200px;
}
.page-banner img {
  width: 100%;
}
.gift {
  background: #F26D70;
}
.best-price {
  background: #416CB1;
}
.mobile-view-grid {
  display: none;
}
.cards .main-navigation {
  margin-bottom: 20px;
}
.cards .main-navigation__head {
  max-width: 440px;
}
.cards .main-navigation__head .plus-icons__text {
  text-align: left;
  margin-bottom: 35px;
}
.card-label {
  left: 0;
  top: 0;
  color: #fff;
  position: absolute;
  font-size: 14px;
  width: 152px;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 8px 0;
  font-weight: 600;
  z-index: 99;
}
.card-navigation {
  padding-top: 32px;
  position: relative;
  left: 0;
  bottom: 2px;
}
.card-navigation__item {
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .4px;
  color: #666;
  margin-right: 28px;
}
.card-navigation__item:last-child:after {
  display: none;
}
.card-navigation__item:after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #4db051;
  border-radius: 50%;
}
.seo-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.seo-links__link {
  position: relative;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 305px;
  background-color: #fff;
  box-shadow: 0 0 4.5px 0.5px rgba(1, 2, 4, 0.1);
  transition: box-shadow 0.3s;
  transition: all 0.3s ease-out;
  border-radius: 6px;
}
.seo-links__link:nth-child(3n) {
  margin-right: 0;
}
.seo-links__link:hover {
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.15);
}
.seo-links__link:hover a {
  color: #4db051;
}
.seo-links__link a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .6px;
  color: #252525;
  transition: all 0.3s ease-out;
}
.sub-header {
  position: fixed;
  z-index: 2010;
  top: 82px;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  background: rgba(37, 37, 37, 0.4);
  transition: all 0.3s ease-out;
}
.sub-header-scrolled {
  top: 0;
}
.sub-header__wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0	;
  margin-left: -10px;
}
.sub-header__item {
  position: relative;
  height: 40px;
  margin-right: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 0 16px;
  transition: all 0.3s ease-out;
}
.sub-header__item span {
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-out;
}
.sub-header__item:hover {
  background: rgba(37, 37, 37, 0.4);
  border-radius: 6px;
}
.sub-header__item:hover span {
  border-bottom: 2px solid transparent;
}
.sub-header__item-active span {
  border-bottom: 2px solid #fff;
}
.sub-header__button {
  position: absolute;
  top: 8px;
  right: 0px;
}
.sub-header__button-style {
  display: block;
  padding: 0  30px ;
  line-height: 45px;
  height: 45px;
  background-color: #4db051;
  background-image: linear-gradient(to right, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  box-shadow: 0 0 38px 2px rgba(116, 174, 88, 0.6);
  border-radius: 29px;
  transition: all 0.3s ease-out;
}
.sub-header__button-style:hover {
  background-image: none;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.sub-header__button-text {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.sub-header__button-text:nth-child(2) {
  text-align: right;
  text-decoration: line-through;
  font-size: 12px;
}
.sub-header__button-sale {
  padding: 10px;
  text-align: center;
  background: #C41C2D;
  color: #fff;
  margin-top: 20px;
  display: block;
  box-shadow: 0 0 38px 2px rgba(196, 29, 45, 0.6);
  border-radius: 29px;
  transition: all 0.3s ease-out;
}
.sub-header__button-sale:hover {
  background: #9F0B19;
}
.sub-header__button-sale span {
  display: block;
  margin-bottom: 5px;
}
.sub-header__button-sale span:last-child {
  margin-bottom: 0;
}
.height-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 710px;
  background: linear-gradient(-45deg, #9199a7, #c4c9d0);
}
.height-block__inner {
  margin-top: -80px;
  height: 100vh;
}
.height-block__img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 140px;
}
.height-block__img-wrap h2 {
  display: none;
}
.height-block__arrow {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 33px;
  overflow: hidden;
  cursor: pointer;
}
.character-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px;
}
.character-list__item {
  width: 100%;
  padding: 20px;
  padding-bottom: 5px;
  min-height: 200px;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.character-list__item:last-child {
  padding-bottom: 20px;
}
.character-list__item-title {
  font-size: 20px;
  line-height: 25px;
  float: left;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.character-list__item-sign {
  position: absolute;
  left: 35px;
  bottom: 15px;
  transition: all 0.3s ease-out;
}
.character-list__item-sign svg {
  width: 40px;
  height: 40px;
  opacity: .1;
  transition: all 0.3s ease-out;
}
.character-list__item:hover .character-list__item-sign svg {
  opacity: 1;
  fill: #4db051;
}
.full-view {
  opacity: 0;
  visibility: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
}
.full-view__row {
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
  color: #828282;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.full-view__ask {
  opacity: 0;
  visibility: hidden;
  text-align: left;
  z-index: 2;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: calc(100% - 400px);
}
.full-view__ask span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.full-view__ask:after {
  content: "";
  height: 0;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  border-bottom: 1px dashed #e5e5e5;
}
.full-view__answer {
  width: 400px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
}
.full-view__answer span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.anim-wrap {
  margin-bottom: 90px;
}
.anim-wrap:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.wide-one {
  width: 100%;
  background-image: none;
}
.wide-one:nth-child(2n) {
  margin-right: 0;
}
.wide-one:after {
  display: none;
}
.wide-one .full-view {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.wide-one .full-view .full-view__ask {
  opacity: 1;
  visibility: visible;
}
.wide-one .full-view .full-view__answer {
  opacity: 1;
  visibility: visible;
}
.wide-one .character-list__item-sign {
  position: relative;
  float: right;
  bottom: 30px;
  left: 0;
}
.wide-one .character-list__item-sign svg {
  opacity: 1;
  fill: #4db051;
  width: 30px;
  height: 30px;
}
.review .container {
  max-width: 990px;
}
.review__grid {
  margin: 20px -10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__ele {
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.review__a {
  padding: 20px 30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(1, 2, 3, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.review__a span {
  margin-bottom: 13px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: .52px;
  color: #666;
}
.review__a span span {
  position: relative;
  margin-left: 18px;
  letter-spacing: 0;
}
.review__a span span:before {
  position: absolute;
  top: -1px;
  left: -15px;
  content: '|';
}
.review__a:hover {
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.15);
}
.review__a:hover .review__title {
  color: #4db051;
}
.review__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .6px;
  color: #252525;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.review__text {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .4px;
  font-weight: 400;
  color: #666;
  max-height: 120px;
  overflow: hidden;
}
.product-mini__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding-bottom: 25px;
  letter-spacing: .52px;
  color: #666;
}
.news .page-preview {
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.1);
}
.news .container {
  max-width: 990px;
}
.news .review__ele {
  width: 50%;
}
.news .review__ele:hover .review__img:before {
  background: rgba(0, 0, 0, 0.3);
}
.news .review__a {
  padding: 20px 10px;
  -ms-flex-flow: row;
  flex-flow: row;
}
.news .review__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  width: 190px;
  position: relative;
}
.news .review__img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: transparent;
  transition: background .4s;
  will-change: background;
  border-radius: 6px;
}
.news .review__img img {
  width: 190px;
}
.news .review__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.basket {
  padding: 30px 0 100px;
}
.basket .container {
  max-width: 1000px;
}
.basket-wrap {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap__left {
  max-width: 600px;
  width: 100%;
}
.basket-wrap__right {
  max-width: 300px;
  width: 100%;
}
.basket-wrap__item {
  padding: 35px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  transition: all 0.3s ease-out;
}
.basket-wrap__item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.basket-wrap__item:hover .basket-wrap__item-product {
  color: #4db051;
}
.basket-wrap__item-info {
  padding-right: 10px;
}
.basket-wrap__item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 130px;
}
.basket-wrap__item-img img {
  max-height: 130px;
  max-width: 130px;
}
.basket-wrap__item-des {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-right: 20px;
}
.basket-wrap__item-des-name {
  margin-bottom: 5px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}
.basket-wrap__item-des-product {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #252525;
}
.basket-wrap__item-count {
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.basket-wrap__item-price {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #252525;
  padding-top: 5px;
  max-width: 90px;
  text-align: right;
}
.basket-wrap__item-price-sub {
  padding-top: 5px;
  display: block;
  text-align: right;
  font-size: 13px;
  color: #909090;
  text-decoration: line-through;
}
.count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 130px;
  height: 32px;
  margin-right: 5px;
}
.count__view {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.count__dec {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.count__dec:after {
  display: inline-block;
  width: 14px;
  height: 2px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: '';
  background-color: #ce5a48;
}
.count__dec:hover {
  background-color: #ce5a48;
}
.count__dec:hover:after {
  background-color: #fff;
}
.count__inc {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.count__inc:before {
  transform: rotate(90deg);
  position: absolute;
  top: 15px;
  left: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  content: '';
  background-color: #4db051;
}
.count__inc:after {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 2px;
  content: '';
  background-color: #4db051;
}
.count__inc:hover {
  background-color: #4db051;
}
.count__inc:hover:before {
  background-color: #fff;
}
.count__inc:hover:after {
  background-color: #fff;
}
.h2-bold {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  letter-spacing: 1.44px;
  color: #252525;
}
.item-off {
  padding-top: 5px;
  cursor: pointer;
}
.item-off svg {
  margin-right: 6px;
  width: 10px;
  height: 10px;
  fill: rgba(206, 90, 72, 0.5);
  transition: all 0.2s ease-out;
}
.item-off span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #666;
  transition: all 0.2s ease-out;
}
.item-off:hover svg {
  fill: #ce5a48;
}
.item-off:hover span {
  color: #ce5a48;
}
.grey-back {
  padding: 10px;
  background: #f2f6fb;
}
.grey-back .yellow__button {
  right: 19px;
  top: 20px;
}
.grey-border {
  padding-bottom: 38px;
  border-bottom: 1px solid #e5e5e5;
}
.cupon-text {
  font-weight: 400;
  padding-left: 5px;
  display: inline-block;
  margin-right: 30px;
  padding-top: 11px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .78px;
  color: #666;
}
.budget {
  width: 100%;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.15);
  margin-bottom: 30px;
}
.budget__head {
  padding: 36px 30px 45px;
  height: 118px;
  background-color: #4db051;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.budget__head:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background-image: linear-gradient(to bottom right, transparent 50.5%, #4db051 50.5%), linear-gradient(to bottom left, transparent 50.5%, #4db051 50.5%), linear-gradient(to top right, transparent 50.5%, #4db051 50.5%), linear-gradient(to top left, transparent 50.5%, #4db051 50.5%);
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 10px 0,10px 0,10px 100%,10px 100%;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: border-box, border-box, border-box, border-box;
  background-size: 10px 10px,10px 10px,10px 10px,10px 10px;
  border-top: 10px solid transparent;
}
.budget__text {
  line-height: 20px;
  font-size: 20px;
  color: #fff;
}
.budget__price {
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.budget__eco {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.budget span {
  font-size: 13px;
}
.budget__bottom {
  padding: 50px 30px 30px;
}
.budget__button {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  width: 240px;
  height: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  letter-spacing: .52px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(to right, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #d4145a 0, #fbb03b 0, #fe6c01 100%);
  cursor: pointer;
  border-radius: 19px;
  transition: all 0.3s ease-out;
}
.budget__button:hover {
  box-shadow: 0 6px 24px 6px rgba(254, 108, 1, 0.5);
}
.budget__call {
  margin: 0 auto;
  font-weight: 400;
  max-width: 200px;
  text-align: center;
  color: #666666;
}
.basket-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-contacts__item svg {
  width: 42px;
  height: 20px;
}
.basket-contacts__item .ya-money {
  width: 78px;
}
.scrollchars .top-part-round:before {
  display: none;
}
.breadcrumbs {
  padding: 30px 0 10px;
  background-color: #e8eef5;
}
.breadcrumbs__item {
  position: relative;
  line-height: 15px;
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: .4px;
  color: #707070;
  transition: border-bottom 0.3s;
  transition: all 0.3s ease-out;
}
.breadcrumbs__item:first-child {
  padding-left: 10px;
}
a.breadcrumbs__item {
  height: 30px;
  display: inline-block;
}
a.breadcrumbs__item span {
  width: 100%;
  border-bottom: 1px solid #707070;
}
a.breadcrumbs__item:after {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #4db051;
  border-radius: 50%;
  transform: translate(0, -130%);
}
span.breadcrumbs__item {
  height: 30px;
  display: inline-block;
  border-bottom: none;
}
.breadcrumbs .container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.sell-info {
  margin-bottom: 30px;
}
.sell-info__wrap {
  max-width: 210px;
}
.sell-info__line {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.sell-info__line svg {
  width: 30px;
  height: 24px;
  margin-right: 20px;
}
.sell-info__line:last-child {
  border-bottom: none;
}
.sell-info__line a {
  font-weight: 400;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #4db051;
  border-bottom: 1px solid #4db051;
  transition: all 0.3s ease-out;
}
.sell-info__text {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #252525;
}
.checkout-header {
  position: relative;
  padding: 40px 0 60px;
  margin-bottom: 80px;
  box-shadow: 0px 15px 30px -15px rgba(1, 2, 4, 0.1);
}
.checkout-header .h2-bold {
  text-align: center;
}
.checkout-close {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  right: 0;
  left: 0;
  bottom: -25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10.8px 1.2px rgba(1, 2, 4, 0.1);
  transition: all 0.3s ease-out;
}
.checkout-close:hover {
  background-color: #4db051;
}
.checkout-close:hover svg {
  fill: #fff;
}
.checkout-close svg {
  fill: #7f7f7f;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-out;
}
.checkout-body {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 580px;
}
.pad-40 {
  padding-bottom: 40px;
}
.order {
  position: relative;
  box-shadow: 0 0 4.5px 0.5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
}
.order:before {
  top: 13px;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #dadee2;
  text-align: center;
  line-height: 40px;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  color: #252525;
  content: attr(data-number);
  position: absolute;
}
.order:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -42px;
  top: 53px;
  width: 6px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.order:last-child:after {
  content: none;
}
.order:not(:last-child) {
  margin-bottom: 10px;
}
.order-final {
  padding: 40px;
}
.order-final__text {
  font-size: 15px;
  margin-bottom: 6px;
}
.order-final__descr {
  margin-top: 16px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  margin-bottom: 17px;
}
.order-final__button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  letter-spacing: 1px;
  border: 1px solid rgba(77, 176, 81, 0.5);
  transition: background-color 0.3s;
  background-color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: #252525;
  border-radius: 6px;
}
.order-final__button:hover {
  background-color: rgba(77, 176, 81, 0.1);
  border: 1px solid rgba(77, 176, 81, 0.1);
  color: #4db051;
}
.order__text {
  text-align: center;
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
}
.order__head {
  background: #00b248;
  position: relative;
}
.order__head:after {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  padding-bottom: 34px;
  background: #00b248;
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 10px 0,10px 0,10px 100%,10px 100%;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: border-box, border-box, border-box, border-box;
  border-top: 10px solid transparent;
  background-image: linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(-45deg, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 2.1% 19%;
  background-repeat: repeat-x;
  background-position-y: 57px;
}
.order__head-name {
  padding: 35px 0;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.order__head-closed .order__head-name {
  color: #a0a1a2;
}
.order__head-closed .order__head-name-active {
  color: #000;
}
.order__city {
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  background-color: #f3f6fb;
  border-bottom: 1px dashed #d7dae3;
}
.order__city-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #252525;
  font-size: 15px;
}
.order__city-input {
  text-align: left;
  margin: 16px auto 0;
  padding-left: 44px;
  color: #252525;
  border: none;
  max-width: 338px;
  opacity: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(102, 102, 102, 0.7);
  background-color: #fff;
  border: 1px solid #cccfd8;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.order__city-input svg {
  position: absolute;
  top: 15px;
  left: 17px;
  width: 17px;
  height: 20px;
}
.order__city-input input[type="text"] {
  width: 100%;
  height: 48px;
  vertical-align: top;
}
.order__body {
  padding: 40px 120px 40px;
}
.order__row {
  position: relative;
}
.order__row:not(:last-of-type) {
  margin-bottom: 20px;
}
.order__row textarea {
  resize: none;
  width: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  outline: none;
  padding-top: 10px;
  height: 210px;
  line-height: 25px;
}
.order__input {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #666;
  border: 1px solid #cccfd8;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.order__input:focus {
  border: 1px solid rgba(77, 176, 81, 0.6);
  opacity: 1;
  box-shadow: 0 0 10px rgba(77, 176, 81, 0.5);
}
.order__input:hover {
  color: #252525;
}
.order-ship__summary {
  position: relative;
  padding-top: 40px;
  padding-bottom: 31px;
  padding-right: 40px;
  padding-left: 28px;
  background-color: #00b248;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.order-ship__summary:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background-image: linear-gradient(to bottom right, transparent 50.5%, #00b248 50.5%), linear-gradient(to bottom left, transparent 50.5%, #00b248 50.5%), linear-gradient(to top right, transparent 50.5%, #00b248 50.5%), linear-gradient(to top left, transparent 50.5%, #00b248 50.5%);
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 10px 0,10px 0,10px 100%,10px 100%;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: border-box, border-box, border-box, border-box;
  background-size: 10px 10px,10px 10px,10px 10px,10px 10px;
  border-top: 10px solid transparent;
}
.order-ship__summary .submit-button {
  max-width: 228px;
  margin: 0;
  max-height: 62px;
}
.order-ship__total-info {
  font-size: 20px;
  line-height: 20px;
}
.order-ship__total-text {
  font-size: 12px;
  line-height: 25px;
}
.order-ship__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.order-ship__icon {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-ship__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
.order-ship__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  width: 690px;
  margin-left: -55px;
  margin-bottom: 50px;
}
.order-ship__ele {
  border: 2px solid transparent;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding: 30px 30px 30px;
  max-width: 220px;
  min-height: 300px;
  text-align: center;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 4.5px 0.5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.order-ship__title {
  padding-top: 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
.order-ship__title-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
.order-ship__info {
  margin-top: 10px;
}
.is-active:before {
  width: 23px;
  height: 23px;
  background-color: #fff;
  color: #00b248;
  border: 10px solid;
  line-height: 23px;
  content: '✓';
}
.is-active:after {
  background-color: #00b248;
}
.choose-button {
  margin-top: 10px;
  padding: 15px 45px;
  border: 1px solid rgba(77, 176, 81, 0.5);
  display: inline-block;
  letter-spacing: 1px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.choose-button:hover {
  background-color: rgba(77, 176, 81, 0.1);
  border: 1px solid rgba(77, 176, 81, 0.1);
}
.account-que {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
  color: #252525;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.account-que span {
  font-size: 15px;
}
.account-que__enter {
  font-size: 12px;
  position: relative;
  top: -1px;
  display: inline-block;
  cursor: pointer;
  color: #00b248;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.submit-button {
  text-align: center;
  margin: 0 auto;
  padding: 21px 32px;
  max-width: 190px;
  letter-spacing: 1px;
  background-color: #fe6c01;
  background-image: linear-gradient(to right, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #d4145a 0, #fbb03b 0, #fe6c01 100%);
  box-shadow: 0 0 19px 1px rgba(233, 102, 74, 0.6);
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.submit-button:hover {
  background-color: #fe6c01;
  background-image: none;
  box-shadow: 0 6px 24px 6px rgba(254, 108, 1, 0.5);
  border-radius: 6px;
}
.show-more {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 120px;
  width: 140px;
  cursor: pointer;
}
.show-more__icon {
  margin: 0 auto;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.show-more__icon svg {
  margin: auto;
  width: 39px;
  height: 39px;
  fill: #4db051;
  transition: all 0.3s ease-out;
}
.show-more__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.847px;
  color: #4db051;
}
.show-more:hover .show-more__icon {
  background-color: #4db051;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.show-more:hover .show-more__icon svg {
  width: 30px;
  height: 28px;
  fill: #fff;
  transform: rotate(180deg);
}
.page-preview {
  position: relative;
  text-align: center;
  min-width: 1024px;
  min-height: 370px;
  background: #fff;
  background-size: cover;
}
.page-preview__title {
  padding-top: 127px;
}
.page-preview__text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 740px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-top: 18px;
}
.check-row {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 35px;
}
.check-row__input {
  display: none;
}
.check-row__visual {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  float: left;
  position: relative;
  top: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.check-row__visual:before {
  position: relative;
  width: 13px;
  height: 10px;
  display: block;
  top: 4px;
  left: 2px;
  content: '';
  background: url('../img/check.svg');
  opacity: 0;
  fill: #4db051;
}
.check-row__input:checked + .check-row__visual {
  border: 1px solid #4db051;
}
.check-row__input:checked + .check-row__visual:before {
  opacity: 1;
}
.check-row__input:checked + .check-row__visual .check-row__text {
  color: #4db051;
}
.check-row__input:checked + .check-row__visual + .check-row__text {
  color: #4db051;
}
.check-row__text {
  position: relative;
  padding-top: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .78px;
  cursor: pointer;
  color: #000;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s ease-out;
}
.check-row__text a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  color: #4db051;
  border-bottom: 1px solid #4db051;
  transition: all 0.3s ease-out;
}
.check-row__text a:hover {
  border-bottom: 1px solid transparent;
}
.order-input:checked + .order-ship__ele {
  border: 2px solid #666;
}
.order-input:checked + .order-ship__ele .choose-button {
  display: none;
}
.order-input:checked + .order-ship__ele .choosen-one {
  display: inline-block;
}
.white-color {
  color: #fff;
}
.choosen-one {
  margin: 10px auto 0;
  width: 52px;
  height: 52px;
  padding: 3px;
  border-radius: 50%;
  background-color: #fff;
  border: 14px solid #4db051;
  display: inline-block;
  fill: #8c75c9;
  display: none;
  transition: all 0.3s ease-out;
}
.choosen-one svg {
  fill: #4db051;
  transition: all 0.3s ease-out;
  width: 17px;
  height: 17px;
}
.text-container {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  padding: 20px 0 50px;
}
.text-container--big {
  max-width: 980px;
}
.font-20 {
  font-size: 20px !important;
}
.no-vision {
  opacity: 0;
  visibility: hidden;
}
.poped {
  overflow: hidden;
}
.popup {
  display: none;
  position: fixed;
  top: 0px;
  overflow: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  box-sizing: border-box;
  height: 100vh;
}
.popup.active .popup__block {
  display: block;
}
.popup.active .popup__block:first-child {
  display: none;
}
.popup__block {
  position: relative;
  margin: 10% auto;
  padding: 40px;
  padding-top: 45px;
  width: 100%;
  max-width: 720px;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
.popup__block:first-child {
  display: block;
}
.another-button {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #4db051;
  max-width: 220px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.another-button:hover {
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.support__head {
  margin-bottom: 40px;
}
.support__heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.support .text-p {
  padding-top: 0;
  line-height: 25px;
}
.support .text-p p:first-child {
  padding-top: 10px;
}
.support__form {
  position: relative;
  padding-top: 35px;
  background-color: #f3f6fb;
  border-radius: 6px;
}
.support__form-head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
}
.support__form-title {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #252525;
}
.support__form-body {
  padding: 0 40px 40px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
}
.support__form-body:last-child {
  border-bottom: none;
}
.support__form-body span {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
  margin-bottom: 20px;
}
.support__form .regular-select {
  max-width: 100%;
  margin-bottom: 20px;
}
.support__form .regular-select:hover {
  outline: none;
  border: 1px solid rgba(77, 176, 81, 0.6);
  opacity: 1;
  box-shadow: 0 0 10px rgba(77, 176, 81, 0.5);
}
.support__form .regular-select svg {
  display: none;
}
.support__form .regular-select .regular-select__val {
  padding-left: 0;
  max-width: 100%;
}
.results-page {
  margin-top: 0;
  padding-top: 40px;
}
.results-page .top-part-round {
  background: none;
}
.results-page .top-part-round:before {
  display: none;
}
.results-page .page-title--sub {
  background: none;
}
.results-page .new-catalog {
  background: none;
}
.results-page .search {
  margin-bottom: 105px;
}
.popup-search {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  position: absolute;
  background-color: #fff;
  max-width: 700px;
  width: 100%;
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
}
.popup-search__search-box {
  position: relative;
}
.popup-search__search-box:before {
  position: absolute;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  height: 1px;
  content: '';
  background-color: #e5e5e5;
  transition: all 0.5s ease-out;
}
.popup-search-main {
  padding: 30px 75px;
  display: block;
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 25px;
  border: none;
  font-weight: 500;
}
.popup-search__icon {
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translate(0, -47%);
}
.popup-search__icon svg {
  width: 20px;
  height: 20px;
  fill: #63ba66;
}
.popup-search__links {
  padding: 0 30px;
  padding-bottom: 22px;
  padding-top: 0;
  display: table;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.popup-search__close {
  position: absolute;
  z-index: 5001;
  top: 34px;
  right: 29px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.popup-search__close svg {
  fill: #666;
  width: 16px;
  height: 16px;
}
.search-results .links {
  padding: 22px 0 0;
}
.search-results .links__link {
  display: block;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: #64b151;
}
.shadow {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  box-sizing: border-box;
  height: 103vh;
}
.popup-search__links.active > .links {
  display: none;
}
.mobile-show {
  display: none;
}
.popup-search-active {
  visibility: visible;
  z-index: 4;
  transform: translate(-50%, 0);
  background-color: #fff;
  transition: all 0.2s ease-out;
  transition-delay: 0.6s;
}
.header-search-active {
  transition: all 0.3s ease-out;
}
.header-search-active .header__row-cell:nth-child(2) {
  transform: translateX(-440px);
}
.header-search-active .header__row-cell:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.links {
  padding: 22px 0 0;
}
.links__title {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: .06em;
  color: #999;
}
.links__item {
  margin-top: 2px;
  margin-right: 35px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  vertical-align: top;
  color: #252525;
}
.links__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-out;
}
.links__link:hover {
  color: #4db051;
}
.popup__wrap {
  max-width: 700px;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
.popup__close {
  position: absolute;
  z-index: 3;
  top: -25px;
  right: -25px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10.8px 1.2px rgba(1, 2, 4, 0.1);
  transition: all 0.3s ease-out;
}
.popup__close svg {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
}
.popup__close:hover {
  background-color: #4db051;
}
.popup__close:hover svg {
  fill: #fff;
}
.social-line {
  position: relative;
  padding-top: 30px;
  width: 100%;
  height: 133px;
  background-color: #4db051;
}
.social-line:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  background-image: linear-gradient(to bottom right, transparent 50.5%, #4db051 50.5%), linear-gradient(to bottom left, transparent 50.5%, #4db051 50.5%), linear-gradient(to top right, transparent 50.5%, #4db051 50.5%), linear-gradient(to top left, transparent 50.5%, #4db051 50.5%);
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 10px 0,10px 0,10px 100%,10px 100%;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: border-box, border-box, border-box, border-box;
  background-size: 10px 10px,10px 10px,10px 10px,10px 10px;
  border-top: 10px solid transparent;
}
.social-line_dark-green {
  background-color: #4f8789;
}
.social-line_dark-green:before {
  background-image: linear-gradient(to bottom right, transparent 50.5%, #4f8789 50.5%), linear-gradient(to bottom left, transparent 50.5%, #4f8789 50.5%), linear-gradient(to top right, transparent 50.5%, #4f8789 50.5%), linear-gradient(to top left, transparent 50.5%, #4f8789 50.5%);
}
.social-line_dark-green .social-wrap__item:not(.social-wrap__item:hover) {
  background-color: #71a57b;
}
.land-container .simple-link {
  background-color: #4f8789;
}
.js-show-all {
  position: relative;
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
  color: #666;
  transition: all 0.3s ease-out;
}
.js-show-all:hover {
  color: #4db051;
}
.js-show-all__active {
  color: #4db051;
}
.js-show-techs span {
  display: none;
}
.js-show-techs span:first-child {
  display: inline;
}
.js-show-techs-active span {
  display: inline;
}
.js-show-techs-active span:first-child {
  display: none;
}
.header-toggle-active .header-toggle-title {
  color: #fff;
  background-color: #4db051;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.header-toggle-active .header-toggle-title div {
  color: #fff;
}
.header-toggle-active .header-toggle-title .header__icon-menu {
  opacity: 0;
  visibility: hidden;
}
.header-toggle-active .header-toggle-title .header__icon-close {
  opacity: 1;
  visibility: visible;
}
.header-toggle-active .header-toggle-title.header__basket-wrap .icons svg {
  fill: #fff;
}
.header-toggle-active .header-toggle-title.header__basket-wrap .icons span {
  color: #fff;
}
.header-toggle-active .header-toggle-title.header__basket-wrap .icons__item {
  background: none;
}
.header-toggle-active .header-toggle-body {
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.header-toggle-active .header-toggle-title:hover:before {
  background-color: #4db051;
}
.capcha {
  max-width: 380px;
  padding-left: 200px;
}
.capcha-img {
  top: 5px;
  left: 6px;
  position: absolute;
}
.nobg-preview {
  min-height: 280px;
}
.nobg-preview .page-preview__title {
  padding-top: 100px;
}
.download-title {
  font-family: 'Ubuntu', sans-serif;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  color: #252525;
  margin-right: 5px;
}
.download-title a {
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  color: #00ad4d;
}
.download-title a:hover {
  text-decoration: underline;
}
.back-to-back {
  display: none;
  font-size: 15px;
  color: #666;
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}
.back-to-back:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  color: #666;
  position: relative;
  bottom: 1px;
  margin-right: 5px;
  font-weight: 300;
}
.mark .page-preview {
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.1);
}
.mark .container {
  padding-top: 30px;
  max-width: 980px;
}
.mark .review__ele {
  width: 25%;
}
.mark .review__a {
  padding: 20px 5px;
}
.mark .review__a span {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #666;
}
.mark .review__title {
  max-width: 210px;
  padding: 5px 30px;
}
.mark .review__img {
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  height: 100%;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  max-height: 190px;
}
.mark .review__img img {
  max-width: 200px;
}
.mark-1 .nobg-preview {
  min-height: 165px;
}
.mark-1 .page-preview__title {
  padding-top: 60px;
}
.mark-1 .review__img {
  max-height: 150px;
}
.mobile-basket {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(37, 37, 37, 0.2);
  color: #1d1a1a;
}
.mobile-basket__wrapper {
  height: 100%;
  position: relative;
  transition: all 0.2s ease-out;
}
.mobile-basket__wrapper .header__basket-body {
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  border-radius: 0;
  position: static;
  width: 100%;
}
.mobile-basket__wrapper .header__basket-option {
  padding-top: 10px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}
.mobile-basket__wrapper .header__basket-option svg {
  z-index: 1;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  fill: #555555;
  margin-top: -6px;
}
.mobile-basket__wrapper .header__basket-options .mobile-menu__row {
  border-top: 1px solid #f4f4f4;
  border-bottom: none;
}
.mobile-basket__wrapper .header__basket-options .mobile-menu__row:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.mobile-basket__wrapper .budget {
  margin-bottom: 50px;
}
.mobile-basket__wrapper .header__basket-text {
  max-width: 180px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  padding: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: inline-block;
  margin-left: 100px;
  margin-bottom: 10px;
}
.mobile-basket__wrapper .header__basket-img {
  top: 10px;
  position: absolute;
  margin-left: 22px;
  width: 60px;
  height: 60px;
  max-height: 60px;
}
.mobile-basket__wrapper .header__basket-info {
  margin-left: 100px;
  text-align: left;
}
.mobile-basket__wrapper .header__basket-price {
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
}
.mobile-basket__wrapper .header__basket-price span {
  font-size: 15px;
  font-weight: 300;
}
.mobile-basket__top {
  position: relative;
  height: 65px;
  background-color: #f4f4f4;
  padding: 24px 60px 24px 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #252525;
}
.mobile-basket__top svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  cursor: pointer;
}
.close-mob-basket {
  height: 65px;
  width: 65px;
  position: absolute;
  right: 0;
  top: 0;
}
.side-basket {
  visibility: hidden;
  width: 310px;
  right: -310px;
  position: fixed;
  bottom: 0px;
  top: 0px;
  overflow-y: auto;
  z-index: 20;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
}
.mobile-menu {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(37, 37, 37, 0.2);
  color: #1d1a1a;
}
.mobile-menu__wrapper {
  height: 100%;
  overflow: hidden;
  width: 309px;
}
.mobile-menu__part {
  background-color: rgba(77, 176, 81, 0.1);
}
.mobile-menu__part span {
  font-weight: 400;
  color: #4db051;
}
.menu-mobile__area {
  height: 100%;
  position: relative;
  transition: all 0.2s ease-out;
}
.menu-row__inner {
  min-height: 66px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.33;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 60px 10px 20px;
}
.dropable span:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  color: #000;
}
.side-menu {
  visibility: hidden;
  width: 309px;
  left: -310px;
  position: fixed;
  bottom: 0px;
  top: 0px;
  z-index: 20;
  overflow-y: auto;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
}
.user-icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: bold;
  color: #555555;
  background-color: #f4f4f4;
  border-radius: 50%;
  margin-right: 20px;
}
.fa-user {
  content: "\f007";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999;
  font-size: 19px;
}
.show-side-menu {
  cursor: pointer;
}
.active-mobile-menu {
  overflow: hidden;
  position: fixed;
  transform: translateX(310px);
  cursor: pointer;
}
.active-mobile-menu .side-menu {
  visibility: visible;
  transition: all 0s ease-out;
  transition-delay: 0s;
}
.active-mobile-basket {
  width: 100%;
  transform: translateX(-310px);
}
.active-mobile-basket .side-basket {
  visibility: visible;
  transition: all 0s ease-out;
  transition-delay: 0s;
}
.active-mobile-basket .header__basket-options {
  opacity: 1;
}
.search-mobile {
  visibility: hidden;
  position: fixed;
  width: 100%;
  left: 0px;
  background-color: #fff;
  top: 65px;
  bottom: 0px;
  z-index: 2;
  transform: translate(0px, -84px);
  transition: all 0.2s ease-out;
}
.search-mobile_active {
  visibility: visible;
  transform: translate(0px, 0px);
}
.search-mobile_active .search-mobile__results {
  transition: all 0.2s ease-out;
  transition-delay: 0.3s;
  transform: translate(0px, 0%);
}
.search-mobile__search {
  padding: 17px 20px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
}
.search-mobile__results {
  background-color: #fff;
  bottom: 0px;
  position: absolute;
  left: 0px;
  top: 84px;
  width: 100%;
  overflow: auto;
  transition: all 0.2s ease-out;
  transform: translate(0px, -100%);
}
.search-line {
  display: block;
  height: 50px;
  width: 100%;
  border: 2px solid #e6e6e6;
  position: relative;
  background-color: #fff;
  padding: 0px 64px 0px 20px;
  border-radius: 29px;
}
.search-line::-webkit-input-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.search-line::-moz-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.search-line:-moz-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.search-line:-ms-input-placeholder {
  font-weight: 300;
  color: #555555;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.search-line__input {
  font-family: 'Ubuntu', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #252525;
}
.search-line__submit {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 64px;
  background-color: transparent;
  padding: 0px;
  border: 0px;
  outline: none;
  cursor: pointer;
}
.search-line__submit svg {
  width: 14px;
  position: relative;
  top: 1px;
  height: 14px;
  fill: #00ad4d;
}
.mobile-banner {
  display: none;
}
.mobile-banner img {
  width: 100%;
}
.hidden-imgs {
  display: none;
}
.mobile-title {
  display: none;
}
.mobile-slider {
  display: none;
}
.mobile-social-line {
  display: none;
}
.price-button--mobile {
  display: none;
}
.mobile-basket--button {
  display: none;
}
.mobile-h {
  display: none;
}
.bottom-a {
  display: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.new {
  background-color: #56b45a;
}
.free-sheep {
  background: #4895CD;
}
.recomm {
  background: #098056;
}
.best-sale {
  background: #C41C2D;
}
.badges {
  position: absolute;
  top: -26px;
}
.badges:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.badge {
  display: inline-block;
  padding: 0 9px;
  height: 26px;
  font-size: 12px;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
  margin-left: 3px;
  margin-bottom: 6px;
}
.new-catalog {
  padding-top: 40px;
  display: table;
  width: 100%;
  background: #f2f6fb;
}
.new-catalog__wrap {
  padding: 0 0 25px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(1, 2, 3, 0.1);
  border-radius: 6px;
  transition: all 0.4s ease-out;
}
.new-catalog__wrap .card-navigation {
  width: 100%;
  text-align: center;
  padding: 32px 15px 0;
}
.new-catalog__wrap .card-navigation__item {
  line-height: 1.538;
  color: #a6a6a6;
  text-align: left;
  margin-bottom: 8px;
  margin-right: 20px;
}
.new-catalog__wrap .card-navigation__item:last-child {
  margin-right: 0;
}
.new-catalog__wrap .card-navigation__item:after {
  width: 4px;
  height: 4px;
  background-color: #a6a6a6;
}
.new-catalog__wrap .card-navigation__ul {
  padding: 28px 20px 0;
}
.new-catalog__wrap .card-navigation__ul li {
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .4px;
  font-weight: 400;
  line-height: 1.538;
  color: #a6a6a6;
  text-align: left;
  margin-bottom: 8px;
  position: relative;
}
.new-catalog__wrap .card-navigation__ul li:before {
  position: absolute;
  top: 9px;
  left: 0px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  content: '';
  background-color: #4db051;
  border-radius: 50%;
}
.new-catalog__wrap .sub-header__button-style {
  margin: 34px auto 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.new-catalog__wrap .sub-header__button-text {
  font-weight: 400;
}
.new-catalog__wrap .sub-header__button-text span {
  font-weight: 500;
}
.new-catalog__wrap .catalog__img-wrap {
  position: relative;
  margin-bottom: 22px;
  height: 310px;
  overflow: hidden;
}
.new-catalog__wrap .catalog__img-wrap img {
  opacity: 0;
  position: absolute;
  max-width: none;
  max-height: 100%;
  transition: all 0.1s ease-out;
}
.new-catalog__wrap .catalog__img-wrap img:first-child {
  opacity: 1;
}
.new-catalog__wrap .catalog__img-wrap img:nth-child(n+2) {
  top: -42px;
  left: 50%;
  top: 50%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.new-catalog__wrap .catalog__img-wrap:hover img:first-child {
  opacity: 0;
}
.new-catalog__wrap .catalog__img-wrap:hover img:last-child {
  opacity: 1;
}
.new-catalog__wrap .main-grid__title {
  padding: 0 30px;
  color: #252525;
  font-weight: 400;
  text-align: center;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.new-catalog__wrap .main-grid__title:hover {
  color: #4db051;
}
.new-catalog__wrap .player__button {
  margin-right: 12px;
  outline: none;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
}
.new-catalog__wrap .player__button img {
  left: 1px;
  margin-top: 0;
  height: 7px;
}
.new-catalog .main-grid__ele {
  display: block;
  margin-bottom: 50px;
  transition: all 0.2s ease-out;
}
.new-catalog .main-grid__ele:hover {
  transform: translateY(-4px);
}
.new-catalog .main-grid__ele:hover .big-green__button {
  height: 50px;
  opacity: 1;
  visibility: visible;
}
.new-catalog .main-grid__ele:hover .new-catalog__wrap {
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
}
.new-catalog .big-green__button {
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
  margin: 10px auto 0;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.img-visible {
  opacity: 1;
  transition: all 0.6s ease-out;
}
.new-video {
  padding-top: 30px;
  text-align: center;
}
.new-video:hover .player__button {
  background-color: #4db051;
  background-image: linear-gradient(to right, #4db051, #4db051);
  box-shadow: 1px 5.9px 24px 6px rgba(77, 176, 81, 0.5);
  transform: scale(1.125);
}
.new-video a {
  max-width: 180px;
  display: inline-block;
  font-size: 16px;
  height: 21px;
  color: #4db051;
}
.new-video a:after {
  position: relative;
  top: 3px;
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background-color: #4db051;
}
.payment-success {
  padding-top: 165px;
  padding-bottom: 95px;
  background-image: linear-gradient(to right, rgba(160, 195, 100, 0.3) 0, rgba(136, 195, 154, 0.3) 0, rgba(160, 195, 100, 0.3) 0, rgba(148, 195, 128, 0.3) 0, rgba(132, 195, 176, 0.3) 0, rgba(88, 175, 147, 0.3) 0, rgba(116, 175, 88, 0.3) 100%), url(../img/bg__payment-success.png);
}
.payment-failure {
  padding-top: 165px;
  padding-bottom: 95px;
  background-image: url(../img/failure.png);
}
.payment-failure .sub-header__button-style {
  margin: 0 auto;
}
.payment-failure .big-one .sub-header__button-text {
  padding-left: 0;
}
.payment-failure .paper-ticket__icon-wrap {
  background-color: transparent;
  background-image: none;
}
.payment-failure .paper-ticket__icon-wrap .paper-ticket__icon {
  width: 60px;
  height: 60px;
  margin: 0;
}
.paper-ticket {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 40px;
  width: 650px;
  text-align: center;
  background-color: #fff;
}
.paper-ticket:before {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 650px;
  height: 6px;
  content: '';
  background-position: -5px 0;
  background-size: 10px 6px,10px 6px;
  top: -3px;
  background-image: linear-gradient(to bottom right, transparent 50.5%, #fff 50.5%), linear-gradient(to bottom left, transparent 50.5%, #fff 50.5%);
}
.paper-ticket:after {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 650px;
  height: 6px;
  content: '';
  background-position: -5px 0;
  background-size: 10px 6px,10px 6px;
  bottom: -3px;
  background-image: linear-gradient(to top right, transparent 50.5%, #fff 50.5%), linear-gradient(to top left, transparent 50.5%, #fff 50.5%);
}
.paper-ticket__icon {
  margin-top: 18px;
  width: 30px;
  height: 24px;
  fill: #fff;
}
.paper-ticket__icon-wrap {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 29px;
  background-color: #4db051;
  background-image: linear-gradient(to right, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  border-radius: 50%;
}
.paper-ticket__title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #252525;
  padding-bottom: 11px;
}
.paper-ticket__sub-title {
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  padding-bottom: 33px;
  color: #666;
}
.paper-ticket__link {
  text-decoration: underline;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  color: #4db051;
  font-size: 16px;
  letter-spacing: 1px;
}
.paper-ticket__link:hover {
  text-decoration: none;
}
.paper-ticket__contact {
  font-weight: 400;
  padding-top: 90px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.paper-ticket__contact-link {
  text-decoration: underline;
  color: #4db051;
}
.paper-ticket__contact-link:hover {
  text-decoration: none;
}
.top-catalog {
  padding-bottom: 150px;
  padding-top: 80px;
  position: relative;
}
.top-catalog:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.top-catalog__left {
  float: left;
  max-width: 600px;
  width: 50%;
}
.top-catalog__right {
  float: left;
  position: relative;
  max-width: 600px;
  width: 50%;
  padding-left: 80px;
  padding-right: 40px;
}
.top-catalog__right .badge {
  line-height: 26px;
  border-radius: 3px 3px 3px 3px;
}
.top-catalog__right .badge:first-child {
  margin-left: 0;
}
.top-catalog__right .main-navigation__link {
  margin-top: 12px;
  line-height: 1.278;
}
.top-catalog__right .plus-icons {
  padding-top: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.top-catalog__right .plus-icons__item {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
  flex: none;
  -ms-flex-align: center;
  align-items: center;
}
.top-catalog__right .plus-icons__item:nth-child(2n) {
  margin-left: 28px;
}
.top-catalog__right .plus-icons__icon {
  padding-top: 6px;
  width: 27px;
  height: 27px;
  background-color: rgba(102, 153, 102, 0.1);
  border-radius: 50%;
}
.top-catalog__right .plus-icons__icon svg {
  width: 13px;
  height: 13px;
}
.top-catalog__right .plus-icons__title {
  margin-bottom: 0;
  margin-left: 18px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #666;
}
.top-catalog__right .plus-icons__text {
  text-align: left;
  min-height: auto;
  letter-spacing: 0.7px;
}
.top-catalog__right .plus-icons__text_space {
  margin-bottom: 15px;
}
.top-catalog__text {
  padding-bottom: 20px;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  color: #252525;
  line-height: 1.2;
  letter-spacing: 1.1px;
}
.top-catalog .sub-header__button-style {
  margin-top: 25px;
}
.top-catalog .slider-for {
  margin-bottom: 20px;
}
.colors {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
}
.colors__item {
  cursor: pointer;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.colors__item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.colors__item span {
  font-size: 12px;
  font-weight: 500;
  display: block;
  opacity: 0;
}
.colors__item-active {
  text-align: center;
  line-height: 26px;
  width: 76px;
  border-radius: 15px;
}
.colors__item-active span {
  opacity: 1;
}
.card-product__colour-pick {
  position: absolute;
  bottom: -45px;
  left: 50%;
  display: table;
  text-align: center;
  transition: all 0.15s ease-out;
  transform: translate(-50%, 0);
  z-index: 4;
}
.color-marker {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.color-marker__check {
  display: none;
}
.color-marker__border {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.color-marker__marker {
  border-radius: 50%;
}
.color-marker__round {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  margin: -10px 0 0 -10px;
  top: 50%;
}
.color-marker__border,
.color-marker__round,
.marker__visual {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  margin: -10px 0 0 -10px;
  top: 50%;
  border-radius: 50%;
}
.color-marker__check:checked + .marker__visual .color-marker__round {
  transform: scale(0.9);
}
.color-marker__check:checked + .marker__visual .color-marker__border {
  transform: scale(1.3);
}
.black-color-select {
  color: #fff;
  background-color: #303030;
}
.white-color-select {
  color: #252525;
  background-color: #fff;
}
.blue-color-select {
  color: #fff;
  background-color: #577db5;
}
.default-price {
  padding-top: 23px;
  font-weight: 500;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 40px;
  color: #252525;
  letter-spacing: 1.7px;
  margin-bottom: 25px;
}
.default-price__old {
  letter-spacing: 1px;
  font-size: 26px;
  display: -ms-flexbox;
  display: flex;
  text-decoration: line-through;
  color: #7f7f7f;
  margin-left: 24px;
  -ms-flex-align: end;
  align-items: flex-end;
}
.big-one {
  position: relative;
  height: 60px;
  max-width: 300px;
  line-height: 60px;
  padding: 0 30px;
}
.big-one img {
  left: 30px;
  position: absolute;
  width: 18px;
  height: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.big-one .sub-header__button-text {
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 400;
  display: inline-block;
}
.scrollchars {
  margin-top: 0;
}
.hover-slider {
  margin: 0 auto;
  max-width: 1240px;
}
.hover-slider .slide {
  margin: 0 10px;
}
.hover-slider .slide__inner {
  position: relative;
  width: 400px;
  height: 400px;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 48px;
  padding-right: 48px;
  overflow: hidden;
}
.hover-slider .slide__inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  background-color: #212437;
  transition: all 0.3s ease-out;
}
.hover-slider .slide__inner:hover .slide__content {
  transform: translateY(0) translateZ(0);
}
.hover-slider .slide__inner:hover .slide__container {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.5s ease-in-out, z-index 0s ease-in-out 0s;
}
.hover-slider .slide__inner:hover .slide__img {
  filter: blur(1px);
}
.hover-slider .slide__inner:hover:after {
  opacity: .3;
}
.hover-slider .slide__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  min-width: 100%;
  min-height: 100%;
  filter: blur(10px);
  transition: all 0.75s ease-out;
}
.hover-slider .slide__content {
  position: relative;
  z-index: 4;
  transform: translateY(66px) translateZ(0);
  transition: transform 0.5s ease-in-out;
}
.hover-slider .slide__name {
  font-family: 'Ubuntu', sans-serif;
  text-shadow: 0 0 10px rgba(1, 2, 4, 0.3);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.hover-slider .slide__text {
  text-shadow: 0 0 10px rgba(1, 2, 4, 0.3);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.hover-slider .slide__container {
  height: 139px;
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 0.5s ease-in-out, z-index 0s ease-in-out 0.5s;
  z-index: -1;
}
.hover-slider .slide__link .trans-button {
  position: static;
  display: inline-block;
}
.hover-slider .slide__link .player__button {
  display: block;
  margin: 0 auto;
}
.hover-slider .slick-arrow {
  top: 0;
  visibility: hidden;
  overflow: hidden;
  width: 80px;
  height: 100%;
  cursor: pointer;
}
.hover-slider .slick-prev:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: red;
  background: url(../img/left-arrow.png) no-repeat center;
}
.hover-slider .slick-next:before {
  content: '';
  display: block;
  opacity: 1;
  visibility: visible;
  height: 100%;
  background-color: red;
  background: url(../img/right-arrow.png) no-repeat center;
}
.hover-slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.quick-view .popup__block {
  max-width: 1200px;
  padding: 0;
}
.quick-view .top-catalog {
  padding-top: 30px;
  padding-bottom: 30px;
}
.quick-view .top-catalog__left {
  max-width: 570px;
}
.quick-view .top-catalog__right {
  max-width: 570px;
  padding-left: 57px;
}
.quick-view .main-navigation__link {
  letter-spacing: 1.1px;
  line-height: 1.25;
}
.quick-view .colors {
  padding-top: 8px;
}
.three-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.three-input .order__input {
  max-width: 100px;
}
.order-list .container {
  max-width: 1005px;
}
.order-list .h2-bold {
  margin-top: 23px;
  margin-bottom: 26px;
}
.order-list .account__item {
  padding-left: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.order-list .account__item:hover {
  box-shadow: 0 0 4.5px 1.5px rgba(0, 0, 0, 0.1);
}
.account .container {
  max-width: 1005px;
}
.account .h2-bold {
  margin-top: 23px;
  margin-bottom: 26px;
}
.account .check-row {
  margin-bottom: 0px;
}
.account .check-row__text {
  padding-right: 0;
  text-align: left;
}
.account textarea {
  height: 120px;
  padding-left: 15px;
}
.account .big-green__button {
  margin-top: 40px;
  height: 50px;
  padding: 0 40px;
  line-height: 50px;
}
.account__title {
  padding-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #252525;
}
.account-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account-wrap__left {
  width: 100%;
  max-width: 470px;
}
.account-wrap__right {
  width: 100%;
  max-width: 470px;
}
.account__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 30px;
  padding-bottom: 41px;
  width: 100%;
  max-width: 470px;
  border-radius: 4px;
  box-shadow: 0 0 4.5px 0.5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.account-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.account-line__ele:first-child {
  font-size: 14px;
}
.main-line {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #252525;
}
.main-line .account-line__ele:first-child {
  font-size: 20px;
}
.social-connect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.social-connect__item {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #dee8f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-connect__item:not(:last-child) {
  margin-right: 10px;
}
.social-connect__disconnect {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.social-connect__svg {
  width: 20px;
  margin-right: 20px;
}
.social-connect__account {
  height: 50px;
  border-radius: 4px;
  background-color: #5369aa;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}
.social-connect__account svg {
  fill: #fff;
}
.social-connect__account .facebook-icon {
  width: 8px;
  height: 16px;
}
.social-connect__account:not(:last-child) {
  margin-bottom: 10px;
}
.social-connect__link {
  color: #5369aa;
  display: inline-block;
  max-width: 200px;
  margin-top: 20px;
  transition: all 0.3s ease-out;
}
.social-connect__link:after {
  content: '';
  display: inline-block;
  border-top: 1px dashed #5369aa;
  height: 2px;
  width: 100%;
  position: relative;
  bottom: 8px;
  transition: all 0.2s ease-out;
}
.social-connect__link:hover:after {
  border-top: 1px dashed transparent;
}
.social-connect .vk-icon {
  width: 18px;
  height: 10px;
}
.status-tags {
  top: -10px;
  left: -5px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
}
.status-tag {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
}
.status-tag:not(:first-child) {
  padding-left: 20px;
}
.not-finished {
  background-color: #d14731;
}
.not-finished:after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-left: 10px solid #d14731;
  left: 100%;
  z-index: 1;
}
.finished {
  background-color: #4db051;
}
.finished:after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-left: 10px solid #4db051;
  left: 100%;
  z-index: 1;
}
.not-shiped {
  background-color: #b03b29;
}
.not-shiped:after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-left: 10px solid #b03b29;
  left: 100%;
  z-index: 1;
}
.shiped {
  background-color: #3f8c42;
}
.shiped:after {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-left: 10px solid #3f8c42;
  left: 100%;
  z-index: 1;
}
.order-details {
  z-index: 4001;
}
.order-details__line {
  border-bottom: 1px solid #e5e5e5;
}
.order-details__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}
.order-details__ele {
  font-size: 20px;
  color: #252525;
}
.order-details__ele:first-child {
  font-weight: 700;
}
.order-details__ele:nth-child(2):before {
  content: '|';
  position: relative;
  right: 10px;
}
.order-details__ele:nth-child(2):after {
  content: '|';
  position: relative;
  left: 10px;
}
.order-details__ele:last-child {
  color: #fd3919;
}
.order-details__wrap {
  padding: 35px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.order-details__img {
  max-width: 150px;
  width: 100%;
}
.order-details__img img {
  max-width: 100%;
  max-height: 100%;
}
.order-details__desrc {
  font-weight: 500;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 260px;
  width: 100%;
  line-height: 1.5;
}
.order-details__desrc span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  margin-bottom: 5px;
}
.order-details__count {
  font-weight: 500;
  font-size: 20px;
  margin-right: 30px;
}
.order-details__price {
  font-weight: 500;
  font-size: 20px;
}
.order-details__text {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.order-details__text p {
  line-height: 1.7;
}
.order-details__text b {
  font-weight: 600;
}
.order-details .paper-ticket__contact {
  padding-top: 20px;
  float: right;
  max-width: 500px;
  width: 100%;
}
.order-details .paper-ticket__contact:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.finish__line {
  overflow: hidden;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 30px;
}
.finish__line .submit-button {
  display: none;
}
.finish-badge {
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  color: #fff;
  background-color: #4db051;
  width: 100%;
  font-size: 20px;
  border-radius: 0px 8px 8px 0px;
  position: relative;
}
.finish-badge:before {
  position: absolute;
  top: 25px;
  width: 60px;
  left: -30px;
  height: 20px;
  content: '';
  background-image: linear-gradient(to top right, transparent 50.5%, #4db051 50.5%), linear-gradient(to top left, transparent 50.5%, #4db051 50.5%), linear-gradient(to top right, transparent 50.5%, #4db051 50.5%), linear-gradient(to top left, transparent 50.5%, #4db051 50.5%);
  background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
  background-position: 10px 0,10px 0,10px 100%,10px 100%;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: border-box, border-box, border-box, border-box;
  background-size: 10px 10px,10px 10px,10px 10px,10px 10px;
  border-left: 10px solid transparent;
  transform: rotate(-90deg);
}
.finish-badge__ele span {
  display: none;
}
.shipping-info {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.shipping-info .order-details__desrc {
  max-width: 350px;
}
.support.active .js-form-load {
  display: none;
}
.support-card .nobg-preview {
  min-height: 145px;
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.1);
}
.support-card .search {
  margin-top: 50px;
}
.support-card .container {
  max-width: 1000px;
}
.support-card .default-h2 {
  text-align: left;
  margin-bottom: 0;
}
.support-card__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 70px;
}
.support-card__left {
  max-width: 460px;
  width: 100%;
}
.support-card__left img {
  max-width: 460px;
}
.support-card__right {
  max-width: 460px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 15px;
}
.support-card__right span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 13px;
  display: block;
}
.support-card__text {
  padding-bottom: 15px;
}
.support-card__budges {
  padding-top: 17px;
  border-top: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.support-card__budge {
  position: relative;
  margin-bottom: 8px;
}
.support-card__budge:not(:last-child) {
  margin-right: 30px;
}
.support-card__budge:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #4db051;
  border-radius: 50%;
}
.support-card .default-button {
  margin-top: 15px;
}
.support-card__accordeon .character-list {
  overflow: hidden;
  padding: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  box-shadow: 0 0 5px rgba(1, 2, 4, 0.1);
  transition: all 0.3s ease-out;
}
.support-card__accordeon .character-list__col {
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.support-card__accordeon .character-list__item-title {
  float: none;
}
.support-card__accordeon .wide-one {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.support-card__accordeon-button {
  font-weight: 500;
  padding-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  height: 80px;
  background-color: #f3f6fb;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.support-card__accordeon-button:hover {
  color: #4db051;
  box-shadow: 0 0 20px rgba(1, 2, 4, 0.1);
}
.support-card__accordeon-control {
  color: #4db051;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 46px;
  right: 60px;
  margin-top: -12px;
  cursor: pointer;
}
.support-card__accordeon-close:after,
.support-card__accordeon-open:after {
  position: absolute;
  top: -5px;
  right: -27px;
  margin-top: 0;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid transparent;
  border-left: 2px solid #4db051;
  border-top: 2px solid #4db051;
  transform: rotate(225deg);
}
.support-card__accordeon-close {
  display: none;
}
.support-card__accordeon-active .character-list {
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: -ms-flexbox;
  display: flex;
}
.support-card__accordeon-active .support-card__accordeon-button {
  color: #4db051;
}
.support-card__accordeon-active .support-card__accordeon-open {
  display: none;
}
.support-card__accordeon-active .support-card__accordeon-close {
  display: block;
}
.support-card__accordeon-active .support-card__accordeon-close:after {
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}
.support-card__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  -ms-flex-pack: center;
  justify-content: center;
}
.support-card__options .faq-wrap__tab-item:not(:nth-child(2n)) {
  margin-right: 0;
}
.support-card__options .faq-wrap__tab-item:not(:last-child) {
  margin-right: 20px;
}
.support-card__options .faq-wrap__icon-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.support-card .scrollquest .container {
  max-width: 1280px;
}
.support-card .scrollquest .default-h2 {
  text-align: center;
}
.scroll-control {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 2;
}
.checkpoint {
  width: 8px;
  height: 8px;
  background-color: #80c79b;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  margin: 0 auto 13px;
}
.checkpoint:before {
  content: '';
  opacity: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: -3px;
  border-radius: 10px;
  background-color: #4db051;
  transition: all 0.3s ease-out;
}
.checkpoint:after {
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
.checkpoint:hover:before,
.checkpoint:hover:after {
  visibility: visible;
  opacity: 1;
}
.checkpoint:hover .checkpoint__name {
  visibility: visible;
  opacity: 1;
}
.checkpoint__name {
  visibility: hidden;
  opacity: 0;
  right: 100%;
  display: -ms-flexbox;
  display: flex;
  transform: translate(0, -50%);
  top: 50%;
  margin-right: 23px;
  position: absolute;
  height: 38px;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  background: #fff;
  padding: 0 20px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.checkpoint__name span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkpoint__name:before,
.checkpoint__name:after {
  background-color: #fff;
  position: absolute;
  display: block;
  content: '';
}
.checkpoint__name:before {
  right: -6px;
  width: 12px;
  height: 12px;
  top: 13px;
  transform: rotate(45deg);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.checkpoint__name:after {
  right: 0;
  width: 15px;
  height: 100%;
  top: 0;
}
.checkpoint-active {
  width: 12px;
  height: 12px;
  background-color: #4db051;
}
.checkpoint-active:after {
  visibility: visible;
  opacity: 1;
  content: '';
  position: absolute;
  border: 2px solid #fff;
  display: block;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: auto;
  height: auto;
  right: 1px;
  background-color: transparent;
}
.error-number {
  font-size: 36px;
  font-weight: 700;
  color: #4db051;
  margin-bottom: 64px;
}
.page-404 {
  margin-top: 68px;
  padding-bottom: 125px;
}
.page-404 .container {
  text-align: center;
  max-width: 500px;
}
.page-404 .paper-ticket__title {
  padding-bottom: 16px;
}
.page-404 .paper-ticket__sub-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0;
}
.page-404 .paper-ticket__sub-title a {
  color: #4db051;
  text-decoration: underline;
  transition: all 0.3 ease-out;
}
.page-404 .paper-ticket__sub-title a:hover {
  text-decoration: none;
}
.page-404 .line {
  width: 92px;
  height: 1px;
  background-color: #cccccc;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-404 .submit-button {
  display: block;
  margin-top: 35px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  max-width: 270px;
  border-radius: 16px;
}
.tab-log:not(:nth-child(2)) {
  display: none;
}
.log-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
}
.log-in__header {
  height: 60px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.log-in__header-item {
  position: relative;
  width: 200px;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  letter-spacing: .04em;
  cursor: pointer;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease-out;
}
.log-in__header-item:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.log-in__header-item:last-child {
  border-left: none;
}
.log-in__header-item:hover {
  color: #4db051;
}
.log-in__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.log-in__body input {
  margin-bottom: 20px;
}
.log-in__body .sub-header__button-style {
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.log-in__body .big-orange-button {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.log-in__footer {
  padding-top: 30px;
  padding-bottom: 45px;
  text-align: center;
}
.log-in__footer .social-connect {
  margin-bottom: 0;
}
.log-in__text {
  margin-bottom: 16px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .65px;
  color: #252525;
}
.login.is-active {
  color: #4db051;
  transition: all 0.3s ease-out;
}
.login.is-active:after {
  position: absolute;
  left: 9px;
  bottom: -4px;
  display: inline-block;
  width: 90%;
  height: 3px;
  content: '';
  background-color: #4db051;
}
.login.is-active:before {
  display: none;
}
.log-in-recover.is-active {
  display: none;
}
.log-in-recover.is-active:before {
  display: none;
}
.registration.is-active {
  color: #fe8f17;
  transition: all 0.3s ease-out;
}
.registration.is-active:after {
  position: absolute;
  left: 9px;
  bottom: -4px;
  display: inline-block;
  width: 90%;
  height: 3px;
  content: '';
  background-color: #fe8f17;
}
.registration.is-active:before {
  display: none;
}
.registration.is-active ~ .log-in__body .log-in-recover {
  display: none;
}
.info-catalog .search {
  margin-top: 50px;
}
.info-catalog .default-h2 {
  margin-bottom: 50px;
}
/*
    Для карты в формлении
*/
.grey-info {
  background-color: #f2f4f6;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.33;
}
/*
    Для карты прелоадера в оформлении
*/
.in-load {
  position: relative;
}
.in-load .loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve' fill='%234db051'%3E %3Cpath opacity='0.4' d='M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z'/%3E %3Cpath d='M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z'%3E %3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.8s' repeatCount='indefinite'/%3E %3C/path%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 50px;
  background-position: center 50%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-out;
  margin: 0px;
}
.order-card__form-head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
}
span.order-card__paragraph {
  font-size: 16px;
  padding-bottom: 20px;
}
.video {
  height: 100vh;
}
.video-block {
  width: 90%;
  max-width: 900px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.video-block:hover .video-youtube-button svg {
  fill: #cd201f;
}
.video-item {
  position: relative;
  width: 100%;
  height: 500px;
  display: inline-block;
  background-color: #ccc;
  background-position: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: 50% no-repeat url('../img/youtube.png');
  background-size: 80px;
}
.video-item iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.video-youtube-button {
  width: 100px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -45px;
  cursor: pointer;
}
.video-youtube-button svg {
  width: 100px;
  height: 90px;
  fill: #1f1f1e;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.video-youtube-button:after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}
/*
    Для кнопки в модальном окне балуна
*/
.choose-button-map {
  margin-top: 10px;
  padding: 15px 45px;
  border: 1px solid rgba(77, 176, 81, 0.5);
  display: inline-block;
  letter-spacing: 1px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.choose-button-map:hover {
  background-color: rgba(77, 176, 81, 0.1);
  border: 1px solid rgba(77, 176, 81, 0.1);
}
.review-card {
  background-color: #f3f6fb;
  padding-bottom: 20px;
}
.review-card .container {
  max-width: 1000px;
}
.review-card .default-h2 {
  padding-top: 60px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1.6px;
  margin-bottom: 14px;
}
.review-card .news .default-h2 {
  padding-top: 80px;
  padding-bottom: 10px;
}
.date {
  text-align: center;
  padding-bottom: 75px;
}
.date span {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #666666;
}
.date span:not(:last-child) {
  padding-right: 15px;
}
.date span:not(:last-child):after {
  content: '|';
  position: relative;
  right: -8px;
}
.review-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-top: 50px;
  max-width: 960px;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(1, 2, 4, 0.1);
}
.review-wrap:before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  content: '';
  background-image: linear-gradient(45deg, #4db051 42%, #f2f6fb 42%);
  border-radius: 0 0 0 6px;
}
.review-content {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.review-content__header {
  margin-bottom: 60px;
}
.review-content__header p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #252525;
  letter-spacing: 0.9px;
}
.review-content__header a {
  color: #4db051;
  text-decoration: underline;
}
.review-content__main {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  line-height: 1.667;
}
.review-content__main p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  line-height: 1.667;
}
.review-content__main p:first-child {
  margin-top: 60px;
}
.review-content__main p a {
  color: #4db051;
  text-decoration: underline;
}
.review-content__main img {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  max-width: 720px;
  vertical-align: middle;
}
.review-content__slider {
  position: relative;
}
.review-content__slider .slider-for img {
  max-width: 100%;
  max-height: 100%;
}
.review-content__slider .slider-for .slide {
  height: 350px;
}
.review-content__slider .slider-nav {
  z-index: 1;
  padding-bottom: 0;
}
.review-content__slider .grey-backgroud {
  background-color: #e9edf4;
  height: 120px;
  width: 100%;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
.review-content .default-h4 {
  margin-bottom: 10px;
}
/**
Стили для карты
 */
.map-place {
  position: relative;
}
.map-place__map {
  display: none;
  height: 350px;
  width: 100%;
}
.map-place.map-init .map-place__map {
  display: block;
}
.map-place .grey-info {
  display: none;
}
.map-place__value.grey-info {
  display: block;
}
.map-place__value.grey-info h1,
.map-place__value.grey-info h2,
.map-place__value.grey-info span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.map-place__error-text {
  display: none;
  color: #dd2a1b;
  padding: 10px;
  border: 1px solid #dd2a1b;
}
.map-place.valid-error .map-place__error-text {
  display: block;
}
.ymaps-icon {
  width: 27px;
  height: 34px;
  position: absolute;
  left: -13.5px;
  top: -17px;
}
.custom-baloon {
  position: absolute;
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 17px 30px 0;
  z-index: 2;
  text-align: center;
  padding-top: 12px;
  box-shadow: 0 0 9px 1px rgba(1, 2, 4, 0.4);
  border-radius: 6px;
}
.custom-baloon__close-button:hover {
  color: #dd2a1b;
}
.custom-baloon__content {
  height: 100%;
  font-size: 14px;
  max-height: 190px;
  overflow: auto;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  line-height: 1.25;
}
.custom-baloon__content a {
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  border-bottom: 1px solid #4db051;
  transition: border-bottom 0.3s;
}
.custom-baloon__content a:hover {
  border-bottom: 1px solid transparent;
}
.custom-baloon__content h1,
.custom-baloon__content h2,
.custom-baloon__content span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.custom-baloon__arrow {
  display: none;
}
.custom-baloon__button {
  margin-top: 15px;
  width: 150px;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -75px;
}
/*
Стили для панели когда ты админ, что бы она не мешала
*/
#bx-panel {
  z-index: 99999;
  position: relative;
}
#bx-panel + .header {
  top: 184px;
}
#bx-panel.bx-panel-folded + .header {
  top: 76px !important;
}
/*
    Стили для текущей валидации в оформлении заказа,
    что к чему можно увидеть на демо, там все просто
*/
.regular-select__val {
  display: block;
}
.option-list__item {
  display: block;
}
.field__validate {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -9px;
  display: none;
  width: 18px;
  height: 18px;
  background: #4db051;
  border-radius: 50%;
}
.field__validate:before {
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 8px;
  height: 5px;
  content: '';
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-54deg) skewX(-15deg);
}
.field__answer {
  position: absolute;
  top: 50%;
  right: -138px;
  margin-top: -15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
  min-height: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  letter-spacing: .72px;
  color: #fff;
  background-color: #5b5b5b;
}
.field__answer:before {
  position: absolute;
  top: 9px;
  left: -11px;
  display: block;
  content: '';
  border: 6px solid transparent;
  border-right: 7px solid #5b5b5b;
}
.field_answer .check-row__visual {
  border-color: red;
}
.field_answer .field__answer {
  display: block;
}
.field_validate .field__validate {
  display: block;
}
.checkout-body .bx-sls .dropdown-icon {
  display: none;
}
.order__city-input {
  overflow: visible !important;
}
.bx_ordercart_coupon {
  margin-top: 10px;
}
.bx_ordercart_coupon .disabled {
  background-color: transparent;
  margin-left: 20px;
}
.account .log-in {
  background-color: #fff;
  border-radius: 6px;
}
.account .popup__block {
  margin: 15% auto;
  padding: 0;
  max-width: 400px;
  border-radius: 6px;
}
.info-plate {
  /*height: 58px;*/
  background: #f4f4f4;
  padding: 15px 0 15px;
  font-size: 14px;
  color: #7a7a7a;
  z-index: 10000;
  position: relative;
  border-top: 1px solid #ccc;
}
.info-plate:first-child {
  border-top: 0px;
}
.info-plate__hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.b-message {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.b-message__button {
  padding-left: 31px;
  transition: all 0.3 ease-out;
}
.b-message__button span {
  background: #00ad4d;
  color: #fff;
  padding: 6px 14px;
  border-radius: 19px;
  margin-left: 31px;
  cursor: pointer;
}
.b-message__button span:hover {
  background: #4db051;
}
.nothing-found {
  text-align: center;
  color: #4db051;
  font-size: 28px;
  margin-bottom: 100px;
}
.checks-with-text {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.checks-with-text label {
  cursor: pointer;
}
.checks-with-text label:not(:last-child) {
  padding-right: 20px;
  padding-bottom: 15px;
}
.check-visual {
  position: relative;
  top: 5px;
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #d7dae3;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.check-visual:before {
  position: relative;
  width: 13px;
  height: 10px;
  display: block;
  top: 4px;
  left: 2px;
  content: '';
  background: url('../img/check.svg');
  opacity: 0;
  fill: #4db051;
}
.check-text {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.check-input {
  display: none;
}
.check-input:checked + .check-visual {
  border: 1px solid #4db051;
}
.check-input:checked + .check-visual:before {
  opacity: 1;
}
.check-input:checked + .check-visual .check-row__text {
  color: #4db051;
}
.check-input:checked + .check-visual + .check-text {
  color: #4db051;
}
.addtocard .popup__block {
  margin: 20% auto;
}
.addtocard .paper-ticket {
  padding: 10px 0;
}
.addtocard .paper-ticket:before {
  display: none;
}
.addtocard .paper-ticket:after {
  display: none;
}
.recover-tab {
  width: 100%;
  border-left: none;
  display: none;
  position: relative;
}
.recover-tab:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 45px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #4db051;
  border-bottom: 2px solid #4db051;
  transform: rotate(45deg) scale(1);
}
.green-button {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: .74px;
  color: #4db051;
  border-bottom: 1px solid #4db051;
}
.countdown-again {
  display: none;
}
.js-recover {
  display: none;
}
.js-change {
  display: none;
}
.map-module:after {
  content: '';
  display: table;
  clear: both;
}
.map-module__control-row {
  background-color: #fff;
}
.control-row__title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0px 20px 0px 30px;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  float: left;
  border-right: 1px solid #e5e5e5;
}
.control-row__wrapper {
  padding: 5px 0px;
  height: 60px;
}
.cust-select {
  float: left;
  height: 60px;
  border-right: 1px solid #e5e5e5;
  position: relative;
  padding: 23px 70px 0 50px;
  color: #252525;
  cursor: pointer;
  font-size: 15px;
}
.cust-select:before {
  content: '';
  width: 17px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 57 68' xmlns='http://www.w3.org/2000/svg' fill='%23555555'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M28.667.667c-15.483 0-28 12.333-28 28 0 11.666 7.576 22 17.788 26l10.212 13 10.54-13c10.213-4 17.46-14 17.46-25.667 0-16-12.518-28.333-28-28.333z' fill='%234DB051'/%3E%3Cpath d='M29 38c-5.667 0-10-4.333-10-10 0-5.333 4.333-10 10-10s10 4.333 10 10-4.333 10-10 10z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.cust-select:before {
  position: absolute;
  top: 20px;
  left: 29px;
}
.cust-select:hover:after {
  border-top-color: #000;
}
.cust-select:after {
  content: '';
  position: absolute;
  top: 29px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #929292;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.cust-select__drop-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 1px 20px 3px rgba(1, 2, 3, 0.1);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  max-height: 300px;
  width: 100%;
  overflow: auto;
  z-index: 2;
}
.cust-select .drop-list__item {
  min-height: 18px;
  padding: 20px 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
  border-top: 1px solid #cccfd8;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  color: rgba(102, 102, 102, 0.7);
}
.cust-select .drop-list__item:hover {
  background-color: #edf7ee;
  color: #4db051;
}
.map-module__map {
  width: 100%;
  height: 520px;
}
.map-module__map iframe {
  height: 520px;
  width: 100%;
  border: 0px;
}
.map-module__map_error {
  background-color: #cccfd8;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}
.custom-baloon__aside {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 40px;
  background-color: rgba(77, 176, 81, 0.1);
}
.custom-baloon__aside:before {
  content: '';
  width: 17px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 57 68' xmlns='http://www.w3.org/2000/svg' fill='%23555555'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M28.667.667c-15.483 0-28 12.333-28 28 0 11.666 7.576 22 17.788 26l10.212 13 10.54-13c10.213-4 17.46-14 17.46-25.667 0-16-12.518-28.333-28-28.333z' fill='%234DB051'/%3E%3Cpath d='M29 38c-5.667 0-10-4.333-10-10 0-5.333 4.333-10 10-10s10 4.333 10 10-4.333 10-10 10z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.custom-baloon__aside:before {
  position: absolute;
  top: 25px;
  left: 12px;
}
.custom-baloon__close-button {
  position: absolute;
  left: 0px;
  top: 0;
  cursor: pointer;
  border-radius: 6px 0 0 0;
  box-shadow: 0 0 10.8px 1.2px rgba(1, 2, 4, 0.1);
  transition: background-color 0.3s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.4,0.2l1.4,1.4L1.6,15.8l-1.4-1.4L14.4,0.2 M15.8,14.4l-1.4,1.4L0.2,1.6 l1.4-1.4L15.8,14.4'/%3E %3C/svg%3E") center no-repeat;
  background-size: 16px;
  background-color: #4db051;
  width: 40px;
  height: 40px;
}
.custom-baloon__close-button:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%234db051'%3E %3Cpath d='M14.4,0.2l1.4,1.4L1.6,15.8l-1.4-1.4L14.4,0.2 M15.8,14.4l-1.4,1.4L0.2,1.6 l1.4-1.4L15.8,14.4'/%3E %3C/svg%3E") center no-repeat;
  background-size: 16px;
  background-color: rgba(77, 176, 81, 0.1);
}
.custom-baloon__content {
  height: 100%;
  font-size: 14px;
  padding: 0 20px;
  text-align: left;
  max-width: 262px;
  max-height: 203px;
  overflow: auto;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
}
.custom-baloon__content a {
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  color: #4db051;
  border-bottom: 1px solid #4db051;
  transition: border-bottom 0.3s;
}
.custom-baloon__content a:hover {
  border-bottom: 1px solid transparent;
}
.custom-baloon__arrow {
  position: absolute;
  background-color: #fff;
  top: 100%;
  height: 30px;
  width: 30px;
  transform: rotate(45deg);
  left: 50%;
  margin: -15px 0px 0px -15px;
}
.cust-select {
  height: 50px;
  padding: 19px 70px 0 50px;
}
.cust-select:before {
  top: 16px;
  left: 20px;
}
.cust-select:after {
  top: 24px;
}
.bx-core-adm-dialog {
  z-index: 10000 !important;
}
.popup.gallery {
  height: auto;
}
.gallery-block {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 6px;
}
.gallery-block .slider-nav {
  padding-bottom: 0;
}
.gallery__wrap {
  position: relative;
}
.custom-baloon__aside:before {
  display: none;
}
.custom-baloon__close-button .fa {
  display: none;
}
.menu-section .menu-section {
  position: absolute;
  left: 100%;
  top: 0px;
  display: none;
}
.menu-row {
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.menu-row__inner {
  min-height: 60px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  line-height: 1.33;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 60px 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.menu-row__inner:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
}
.menu-row__inner_go-back {
  position: relative;
  margin-left: 20px;
}
.menu-row__inner_go-back:before {
  transform: rotate(180deg);
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 35%;
  color: #000;
}
.underline-button {
  display: inline-block;
  border-bottom: 1px solid #555555;
  padding-bottom: 2px;
}
.menu-row_has-drop:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  color: #000;
}
.menu-section {
  position: relative;
  width: 310px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header__basket-options .menu-row:first-child {
  border-top: 1px solid #f4f4f4;
}
.active-search-mob {
  overflow: hidden;
}
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.likely__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.likely__icon svg {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}
.pre-order {
  padding: 15px 0;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.pre-order .default-button {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.pre-order span {
  margin-bottom: 28px;
  background-image: linear-gradient(to right, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  display: block;
  padding: 10px 0;
  color: #fff;
}
.preorder .support__form-head {
  border: none;
  padding: 0 20px 20px;
  line-height: 1.25;
}
.preorder .support__form-body span {
  max-width: 100%;
  padding-left: 40px;
  text-align: left;
  padding-right: 10px;
}
.preorder .order__row label {
  display: table;
}
.preorder .order__row label .check-visual {
  position: absolute;
  top: 18px;
  left: 10px;
}
.preorder .order__row:last-child span {
  padding: 0;
  text-align: center;
  max-width: 320px;
}
.preorder .popup__block {
  display: none;
}
.preorder .popup__block:first-child {
  display: block;
}
.preorder.active .popup__block {
  display: block;
}
.preorder.active .js-form-load {
  display: none;
}
.hidden-name {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.stok {
  background: #69e9ff;
}
.sale-soon {
  background: #de2424;
}
.js-pre-block {
  width: 100%;
}
.js-pre-block .faq-show-button {
  margin-top: 15px;
}
.commentary {
  padding-bottom: 3px;
  -ms-flex-align: start;
  align-items: flex-start;
}
.commentary .full-view__answer {
  max-width: 400px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.3;
  position: relative;
  top: 5px;
}
.sub-header-m {
  display: none;
}
@media screen and (max-width: 1073px) {
  .sub-header-m {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 82px;
    padding-right: 20px;
    width: 100%;
    height: 60px;
    text-align: right;
  }
  .slider-for .slide {
    height: 300px;
  }
  .slick-slide img {
    max-height: 100%;
    max-width: 100%;
  }
  .card-product__descr {
    display: none;
  }
}
.grey-info {
  background-color: #f2f4f6;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.33;
}
.in-load {
  position: relative;
}
.in-load .loader {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve' fill='%234db051'%3E %3Cpath opacity='0.4' d='M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z'/%3E %3Cpath d='M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z'%3E %3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.8s' repeatCount='indefinite'/%3E %3C/path%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: 50px;
  background-position: center 50%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-out;
  margin: 0px;
}
.order-card__form-head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
}
span.order-card__paragraph {
  font-size: 16px;
  padding-bottom: 20px;
}
.choose-button-map {
  margin-top: 10px;
  padding: 15px 45px;
  border: 1px solid rgba(77, 176, 81, 0.5);
  display: inline-block;
  letter-spacing: 1px;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.choose-button-map:hover {
  background-color: rgba(77, 176, 81, 0.1);
  border: 1px solid rgba(77, 176, 81, 0.1);
}
.popup_with-toggle .popup__block {
  display: none;
}
.popup_with-toggle .popup__block:first-child {
  display: block;
}
.popup_with-toggle.active .popup__block {
  display: block;
}
.popup_with-toggle.active .popup__block:first-child {
  display: none;
}
.catalog__img-wrap img {
  max-height: 100%;
  max-width: 100%;
}
.discount {
  background: #dc4b13;
}
.fit-img,
.mark .fit-img {
  max-width: 100%;
  max-height: none;
  height: 200px;
  width: auto;
}
.photo-banner {
  background-size: cover;
  background-position: center;
  min-height: 550px;
  padding: 145px 0px 0px;
  color: #fff;
  background-color: #4db051;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.photo-banner__content {
  position: relative;
  z-index: 2;
}
.photo-banner__title {
  font-size: 45px;
  margin-bottom: 15px;
}
.photo-banner__text {
  line-height: 1.2;
  max-width: 790px;
  display: inline-block;
}
.photo-banner__inner {
  padding: 50px 0px 35px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.photo-banner__inner:before {
  content: '';
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.comment-row {
  font-size: 12px;
  color: #828282;
  margin-bottom: 5px;
  line-height: 1.33;
  padding-top: 5px;
}
.type-button {
  display: inline-block;
  padding: 14px 30px 0px;
  height: 45px;
  background-color: #4db051;
  background-image: linear-gradient(to right, #a0c364 0, #88c39a 0, #a0c364 0, #94c380 0, #84c3b0 0, #58af93 0, #74af58 100%);
  box-shadow: 0 0 38px 2px rgba(116, 174, 88, 0.6);
  border-radius: 29px;
  transition: all 0.3s ease-out;
  color: #fff;
  text-align: center;
}
.type-button:hover {
  background-image: none;
  box-shadow: 0 6px 24px 6px rgba(77, 176, 81, 0.5);
}
.type-button_big {
  height: 60px;
  width: 300px;
  line-height: 60px;
  padding: 0 30px;
}
.type-button_orange {
  background-color: #fe6c01;
  background-image: linear-gradient(0deg, #a0c364 0%, #94c380 0%, #84c3b0 0%, #58af93 0%, #d4145a 0%, #fbb03b 0%, #fd8e1e 30%, #fe6c01 100%);
  box-shadow: 0px 0px 19px 1px rgba(233, 102, 74, 0.6);
}
.type-button_orange:hover {
  box-shadow: 0px 6px 24px 6px rgba(254, 108, 1, 0.5);
}
.triple-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0px;
  width: 100%;
}
.triple-img img {
  max-width: 33.333%!important;
  height: auto!important;
  margin: 0px;
  float: left;
}
@media screen and (max-width: 800px) {
  .triple-img {
    display: block;
  }
  .triple-img:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }
}
.special-card {
  display: block;
  padding: 20px;
  border-radius: 6px;
  transition: all 0.2s ease-out;
}
.special-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(1, 2, 4, 0.1);
}
.special-card__inner {
  min-height: 190px;
  border-radius: 6px;
  padding: 0px 0px 50px 190px;
  background-color: #f3f6fb;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.special-card__img {
  width: 190px;
  height: 190px;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
}
.special-card__img img {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.special-card__text {
  padding: 25px 20px 20px;
  font-size: 13px;
}
.special-card__status {
  color: #4db051;
  margin-bottom: 15px;
  font-weight: 600;
}
.special-card__title {
  font-weight: bold;
  line-height: 1.2;
}
.special-card__bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #4db051;
  padding-left: 210px;
}
.special-card__button {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
}
.special-card__button:after {
  content: '';
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11.1 18.9' style='enable-background:new 0 0 11.1 18.9;' xml:space='preserve' fill='%23fff'%3E %3Cpath d='M10.2,10.2l-7.9,7.9c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4 L8,9.5L0.8,2.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l7.9,7.9C10.6,9.2,10.6,9.8,10.2,10.2z'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.special-card__button:after {
  margin-left: 20px;
}
.faq-wrap__tab .review__grid {
  margin: 0px 0px 20px;
}
.faq-wrap__tab .review__ele {
  width: 50%;
}
.table-style_all td {
  padding: 10px;
  border: 1px #92929233 solid;
}
.review-content__main .table-style_all td p{
	margin-top: 0;
}
.slider-bod {
  position: relative;
  z-index: 1;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/steel-land/DINPro.eot');
  src: url('../fonts/steel-land/DINPro.woff2') format('woff2'), url('../fonts/steel-land/DINPro.woff') format('woff'), url('../fonts/steel-land/DINPro.ttf') format('truetype'), url('../fonts/steel-land/DINPro.svg#DINPro') format('svg'), url('../fonts/steel-land/DINPro.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/steel-land/DINPro-Medium.eot');
  src: url('../fonts/steel-land/DINPro-Medium.woff2') format('woff2'), url('../fonts/steel-land/DINPro-Medium.woff') format('woff'), url('../fonts/steel-land/DINPro-Medium.ttf') format('truetype'), url('../fonts/steel-land/DINPro-Medium.svg#DINPro-Medium') format('svg'), url('../fonts/steel-land/DINPro-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-Condensed';
  src: url('../fonts/steel-land/DINPro-CondensedRegular.eot');
  src: url('../fonts/steel-land/DINPro-CondensedRegular.woff2') format('woff2'), url('../fonts/steel-land/DINPro-CondensedRegular.woff') format('woff'), url('../fonts/steel-land/DINPro-CondensedRegular.ttf') format('truetype'), url('../fonts/steel-land/DINPro-CondensedRegular.svg#DINPro-CondensedRegular') format('svg'), url('../fonts/steel-land/DINPro-CondensedRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-Condensed';
  src: url('../fonts/steel-land/DINPro-CondensedBold.eot');
  src: url('../fonts/steel-land/DINPro-CondensedBold.woff2') format('woff2'), url('../fonts/steel-land/DINPro-CondensedBold.woff') format('woff'), url('../fonts/steel-land/DINPro-CondensedBold.ttf') format('truetype'), url('../fonts/steel-land/DINPro-CondensedBold.svg#DINPro-CondensedBold') format('svg'), url('../fonts/steel-land/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-Condensed';
  src: url('../fonts/steel-land/DINPro-CondensedMedium.eot');
  src: url('../fonts/steel-land/DINPro-CondensedMedium.woff2') format('woff2'), url('../fonts/steel-land/DINPro-CondensedMedium.woff') format('woff'), url('../fonts/steel-land/DINPro-CondensedMedium.ttf') format('truetype'), url('../fonts/steel-land/DINPro-CondensedMedium.svg#DINPro-CondensedMedium') format('svg'), url('../fonts/steel-land/DINPro-CondensedMedium.eot?#iefix') format('embedded-opentype');
  font-weight: 500;
  font-style: normal;
}
.land-container {
  height: 100%;
}
.screen-block {
  background-color: #f1f1f1;
  height: 100vh;
  min-width: 1140px;
  min-height: 680px;
  width: 100%;
  font-family: 'DINpro', sans-serif;
}
.screen-block__img-side {
  width: 50%;
  float: left;
  padding: 0px 0px 0px 30px;
  height: 100%;
}
.screen-block__img-side:first-child {
  padding: 0px 30px 0px 0px;
}
.screen-block__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.screen-block__text-side {
  padding-left: 65px;
  padding-top: 75px;
  width: 50%;
  float: left;
}
.screen-block__text-side:first-child {
  padding-left: 80px;
}
.screen-block__container {
  width: 1130px;
  margin: 0px auto;
  padding: 0px 15px;
}
.img-side__img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-screen {
  background: url(../img/steel/main-back.jpg) center no-repeat;
  background-size: cover;
}
.main-screen__title {
  color: #fff;
  margin-bottom: 190px;
  font-size: 32px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.125;
  width: 100%;
  width: 489px;
  font-family: 'DINPro-Condensed', sans-serif;
}
.main-screen__half-side {
  width: 50%;
  float: left;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.main-screen__text-side {
  padding-left: 120px;
}
.button-buy {
  display: block;
  width: 100%;
  max-width: 206px;
  height: 48px;
  background-color: #82a896;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 24px;
  transition: all 0.4s;
  position: relative;
  padding-top: 16px;
  text-align: right;
  padding-right: 42px;
  font-family: 'DINPro-Condensed', sans-serif;
}
.button-buy:hover {
  background-color: #65927d;
}
.button-buy__i-cart {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 21px;
}
.button-buy__i-plus {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 2px;
}
.button-buy__icon-wrap {
  position: relative;
  float: left;
  height: 100%;
}
.phone-container {
  position: relative;
}
.plus-message {
  position: absolute;
}
.plus-message__i-plus {
  width: 28px;
  height: 28px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plus-message__handle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(130, 168, 150, 0.9);
  position: absolute;
  right: 0px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.plus-message__handle:hover {
  background-color: #82a896;
}
.plus-message_type1 {
  top: 66px;
  right: 53px;
}
.plus-message_type2 {
  top: 243px;
  right: 111px;
}
.plus-message_type3 {
  top: 349px;
  left: 193px;
}
.plus-message_type4 {
  top: 161px;
  left: 264px;
}
.plus-message__text-container {
  position: absolute;
  width: 300px;
  right: 0px;
  padding: 13px 48px 19px 24px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.43;
  background-color: rgba(130, 168, 150, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.plus-message_active .plus-message__text-container {
  visibility: visible;
  opacity: 1;
}
.plus-message_active .plus-message__handle {
  background-color: transparent;
  transform: rotate(45deg);
}
.green-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4a828e;
}
.green-title_margin-mid {
  margin-bottom: 42px;
}
.green-title_margin-big {
  margin-bottom: 75px;
}
.green-title_center {
  padding: 80px 0px;
  text-align: center;
}
.big-text {
  font-weight: bold;
  font-size: 18px;
  color: #618f9a;
  text-transform: uppercase;
  line-height: 1.25;
}
.big-text_margin {
  margin-bottom: 23px;
}
.big-text_color {
  color: #4a828e;
}
.text-wrapper {
  max-width: 370px;
}
.undertext-img {
  margin-top: 74px;
  width: 74%;
  min-width: 470px;
}
.description-line {
  display: -ms-flexbox;
  display: flex;
  min-height: 245px;
  padding-right: 18px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.description-line:last-child {
  margin-bottom: 0px;
}
.article-item {
  padding-right: 40px;
}
.article-item__green-title {
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.simple-text {
  font-size: 16px;
  line-height: 1.25;
}
.star-notice {
  padding-left: 20px;
  margin-top: 20px;
  font-size: 8px;
  color: #414141;
  text-transform: uppercase;
  line-height: 1.4;
}
.img-square {
  box-shadow: 0px 3px 7px 2px rgba(31, 31, 25, 0.2);
}
.title-block {
  margin-bottom: 30px;
}
.square-list {
  font-size: 16px;
  margin-top: 40px;
}
.square-list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 28px;
  line-height: 1.25;
}
.square-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  background-color: #759aa4;
}
.char-table-screen {
  display: table;
  padding-bottom: 60px;
}
.char-table-screen .tables-wrap__table-section:nth-child(n + 7) {
  display: none;
}
.char-table-screen_active {
  height: auto;
}
.char-table-screen_active .tables-wrap__table-section:nth-child(n + 7) {
  display: block;
}
.char-table-screen_active .js-toggle-table span {
  display: inline;
}
.char-table-screen_active .js-toggle-table span:first-child {
  display: none;
}
.tables-wrap {
  width: 100%;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tables-wrap__table-section {
  margin-bottom: 40px;
  width: 50%;
  padding: 0px 30px 0px 0px;
}
.tables-wrap__table-section:nth-child(even) {
  padding: 0px 0px 0px 30px;
}
.table-section__title {
  margin-bottom: 20px;
  font-weight: 500;
}
.dot-table {
  display: table;
  width: 100%;
  font-size: 14px;
}
.dot-table__row {
  display: table;
  width: 100%;
}
.dot-table__colm {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  position: relative;
}
.dot-table__colm:first-child:after {
  content: '';
  position: absolute;
  height: 1px;
  border-bottom: 1px dotted;
  display: block;
  left: 0px;
  right: 10px;
  bottom: 2px;
}
.dot-table__mask {
  background-color: #f1f1f1;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.page-nav {
  position: fixed;
  top: 50%;
  left: 32px;
  z-index: 5;
  transform: translate(0px, -50%);
}
.nav-point {
  display: table;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.2s ease-out;
}
.nav-point:last-child {
  margin-bottom: 0px;
}
.nav-point__dot {
  width: 8px;
  height: 8px;
  border: solid 1px #8da796;
  border-radius: 50%;
}
.nav-point__name {
  position: absolute;
  bottom: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  transition: all 0.3s ease-out;
}
.nav-point__name > span {
  position: relative;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: 0.4px;
  color: #000;
  display: block;
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-family: 'DINPro-Condensed', sans-serif;
}
.nav-point__name:after {
  content: '';
  display: block;
  height: 34px;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  left: 50%;
  margin-left: -1px;
  bottom: 8px;
  position: absolute;
}
.nav-point_active .nav-point__dot {
  background-color: #8da796;
  border: 1px solid #8da796;
}
.nav-point_active .nav-point__name {
  visibility: visible;
  opacity: 1;
  height: 63px;
}
.text-link {
  color: #4a828e;
  font-size: 14px;
  display: table;
  cursor: pointer;
}
.text-link_center {
  margin: 0px auto ;
}
.text-link:hover {
  text-decoration: underline;
}
.js-toggle-table span {
  display: none;
}
.js-toggle-table span:first-child {
  display: inline;
}
.updates-picker__container {
  max-width: 760px;
}
.updates-picker__options {
  height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(to bottom, #00ad4d, #cced6a);
}
.updates-picker__text {
  color: #fff;
}
.updates-picker__title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}
.updates-picker__description {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
}
.updates-picker__selects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 70px;
}
.updates-picker__selects .regular-select {
  max-width: 345px;
  margin-right: 30px;
}
.updates-picker__selects .regular-select:last-child {
  margin-right: 0px;
}
.updates-picker__selects .regular-select__val {
  max-width: 100%;
}
.updates-picker__output {
  padding-top: 50px;
  overflow: hidden;
}
.updates-picker__output-info {
  line-height: 1.25;
  color: #000;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
.updates-picker__grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0px -20px;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quater-wrap {
  float: left;
  width: 25%;
  padding: 0px 20px 20px;
  text-align: center;
}
.box-cell {
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.15);
  height: 278px;
  transition: all 0.3s ease-out;
  text-align: center;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px 0px;
  width: 280px;
}
.box-cell:hover {
  box-shadow: 0 0 30px rgba(1, 2, 4, 0.15);
}
.box-cell__icon {
  margin: 0px 0px 20px;
}
.box-cell__type {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-cell__date {
  font-size: 13px;
  font-weight: 300;
  color: #929292;
  margin-bottom: 13px;
}
.box-cell__title {
  font-weight: 600;
  color: #555;
  line-height: 1.25;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-cell__text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  color: #555;
  overflow: hidden;
  max-height: 60px;
}
.box-cell .pseudo-link {
  font-size: 13px;
  color: #00ad4d;
  position: absolute;
  bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 20px;
  right: 20px;
}
.box-cell .pseudo-link span {
  border-bottom: 1px solid #00ad4d;
  display: inline-block;
  padding-bottom: 1px;
}
.box-cell .pseudo-link:hover span {
  border-bottom: 1px solid transparent;
}
.icon-layers {
  width: 66px;
  height: 60px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='60' viewBox='0 0 66 60' fill='%23555555'%3E %3Cg fill='none' fill-rule='nonzero'%3E %3Cpath fill='%238DC8FB' d='M32.441 60L66 44.078 53.87 40 32.577 50.112l-20.342-8.393L0 46.62z'/%3E %3Cpath fill='%231093F5' d='M32.441 28L66 11.972 34.267 0 0 14.536z'/%3E %3Cpath fill='%233ABFFD' d='M32.441 45L66 29.274 53.121 25l-20.543 9.633-19.594-7.98L0 31.786z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-file {
  width: 66px;
  height: 60px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='60' viewBox='0 0 66 60' fill='%23555555'%3E %3Cg fill='none' fill-rule='nonzero'%3E %3Cpath fill='%231093F5' d='M8 0h24.007L44 13v35H8z'/%3E %3Cpath fill='%23FFF' d='M31 3l10 10H31z'/%3E %3Cpath fill='%230062CD' d='M15 18h22v4H15v-4zm0 6h14v4H15v-4zm0 6h22v4H15v-4zm0 6h16v4H15v-4z'/%3E %3Cpath fill='%238DC8FB' d='M22 12h24.007L58 25v35H22z'/%3E %3Cpath fill='%23FFF' d='M45 15l10 10H45z'/%3E %3Cpath fill='%230062CD' d='M29 30h22v4H29v-4zm0 6h14v4H29v-4zm0 6h22v4H29v-4zm0 6h16v4H29v-4z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-folder {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='%23555555'%3E %3Cpath fill='%2300AD4D' fill-rule='nonzero' d='M15.3 1.625H8.5L6.8 0H1.7C.765 0 0 .731 0 1.625v9.75C0 12.269.765 13 1.7 13h13.6c.935 0 1.7-.731 1.7-1.625V3.25c0-.894-.765-1.625-1.7-1.625zm-.85 6.5H11.9v2.438h-1.7V8.124H7.65V6.5h2.55V4.062h1.7V6.5h2.55v1.625z'/%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-gear {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 17px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='20' viewBox='0 0 17 20' fill='%23555555'%3E %3Cg fill='%2300AD4D' fill-rule='nonzero'%3E %3Cpath d='M11.377 14.375c0-.188.065-.375.065-.625 0-.188 0-.438-.065-.625l1.373-1c.13-.125.13-.25.065-.375l-1.307-2.188c-.066-.124-.262-.187-.393-.124l-1.634.624c-.327-.25-.72-.437-1.112-.624l-.261-1.626c0-.125-.131-.25-.327-.25H5.165c-.13 0-.327.125-.327.25l-.261 1.625c-.392.126-.785.376-1.112.626l-1.634-.626c-.131-.062-.327 0-.393.126L.131 11.75c-.066.125-.066.313.065.375l1.373 1c0 .188-.065.375-.065.625 0 .188 0 .438.065.625l-1.373 1c-.13.063-.13.25-.065.375l1.307 2.188c.066.125.262.187.393.125l1.634-.625c.327.25.72.437 1.112.625l.261 1.625c0 .125.131.25.327.25h2.616c.13 0 .327-.125.327-.25l.261-1.625c.393-.125.785-.375 1.112-.625l1.634.625c.131.062.327 0 .393-.125l1.307-2.188c.066-.125.066-.313-.065-.375l-1.373-1zm-4.839 1.563c-1.242 0-2.288-1-2.288-2.188 0-1.188 1.046-2.188 2.288-2.188 1.243 0 2.289 1 2.289 2.188 0 1.188-1.046 2.188-2.289 2.188zM14.842 6.813c.066-.125.196-.25.262-.375l.196-.375 1.242-.125c.131 0 .196-.125.196-.188l.066-1.813c0-.124-.066-.187-.196-.25L15.365 3.5c-.13-.25-.261-.563-.457-.75l.523-1.125c.065-.125 0-.188-.066-.25L13.796.437C13.666.376 13.6.376 13.47.5l-.784.938c-.327-.063-.589-.063-.916-.063l-.719-1c-.065-.063-.196-.125-.327-.063l-1.635.813c-.13.063-.13.188-.13.25L9.415 2.5c-.065.125-.196.25-.261.375l-.196.375-1.243.125c-.13 0-.196.125-.196.188l-.065 1.812c0 .125.065.188.196.25l1.242.188c.131.25.262.562.458.75l-.523 1.125c-.065.125 0 .187.065.25l1.57.937c.13.063.196.063.326-.063l.785-.937c.327.063.589.063.915.063l.72 1c.065.062.196.124.327.062l1.634-.813c.131-.062.131-.187.131-.25l-.458-1.125zM11.246 6c-.784-.438-.98-1.438-.523-2.188.458-.75 1.504-.937 2.289-.5.784.438.98 1.438.523 2.188-.523.75-1.504.938-2.289.5z'/%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1382px) {
  .header__log .header__support-body {
    right: 0;
  }
  .header__support-options:before {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 1260px) {
  .anim-wrap .character-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anim-wrap .wide-one {
    max-width: 70%;
    margin-right: 0;
  }
  .top-catalog {
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-catalog__left {
    float: none;
    width: 100%;
  }
  .top-catalog__right {
    float: none;
    width: 100%;
    padding-left: 20px;
    margin-top: 40px;
    padding-right: 0;
    max-width: 500px;
  }
  .top-catalog__right .plus-icons {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .top-catalog__right .plus-icons__item:nth-child(2n) {
    margin-left: 0px ;
  }
  .top-catalog > div:nth-child(2) {
    -ms-flex-order: -1;
    order: -1;
  }
  .top-catalog > div:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .hover-slider .slide__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .cookie-notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 1160px) {
  .top-catalog__right {
    max-width: 400px;
  }
  .updates-picker__grid .quater-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 1150px) {
  .support-card .checkout-close {
    display: none;
  }
  .support-card .nobg-preview {
    box-shadow: none;
  }
  .new-catalog .main-grid__ele {
    width: 50%;
  }
  .page-preview__title {
    padding-top: 0;
  }
  .nobg-preview .page-preview__title {
    padding-top: 0;
  }
  .page-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-title {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
  }
  .mini-product {
    padding-bottom: 20px;
  }
  .mini-product__wrap {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .mini-product__wrap-left {
    max-width: 100%;
  }
  .mini-product__wrap-right {
    max-width: 100%;
  }
  .mini-product__wrap-right .mini-product__head {
    display: none;
  }
  .mini-product__wrap-right .mini-product__body {
    margin-top: 20px;
  }
  .mini-product__body {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1073px) {
  .support-card__accordeon-active .character-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-catalog__left {
    max-width: 100%;
  }
  .top-catalog__right {
    max-width: 100%;
  }
  .slider-for .slide {
    height: 300px;
  }
  .slider-for .slide img {
    height: 100%;
  }
  .sub-header {
    display: none;
  }
  main {
    /*padding-top: 66px;*/
  }
  .header__wrap {
    padding: 13px 0;
  }
}
@media screen and (max-width: 1050px) {
  .scrollquest .faq-wrap__tab-title {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .quick-view {
    display: none;
  }
  .new-catalog .big-green__button {
    display: none;
  }
  .footer-menu__link:before {
    bottom: 6px;
  }
  .advantages {
    display: block;
    width: auto;
  }
  .advantages__ele {
    width: auto;
    min-width: 290px;
  }
  .advantages__img:after {
    display: none;
  }
  .top-catalog__right .plus-icons__text {
    text-align: left;
  }
  .scrollquest {
    padding-bottom: 30px;
  }
  .support-card__top {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .support-card__left {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .support-card__right {
    max-width: 800px;
  }
  .support-card__options {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .support-card__options .faq-wrap__tab-item {
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 500px;
  }
  .account .h2-bold {
    text-align: center;
  }
  .account-wrap__left {
    max-width: 100%;
  }
  .account-wrap__right {
    max-width: 100%;
  }
  .account__item {
    margin: 0 auto 20px;
  }
  .page-preview {
    min-width: auto;
  }
  .catalog {
    margin-top: 0;
  }
  .height-block__inner {
    height: auto;
  }
  .height-block__img-wrap h2 {
    display: block;
    font-weight: bold;
    font-style: normal;
    max-width: 700px;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .card-navigation {
    position: static;
    padding-top: 10px;
  }
  .plus-icons__text {
    margin: 0 ;
    max-width: 360px;
  }
  .main-navigation {
    display: block;
  }
  .main-navigation__img {
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
  }
  .cards .main-navigation {
    height: auto;
    display: block;
  }
  .cards .main-navigation__img {
    max-width: 560px;
    margin: 0 auto;
    bottom: 50px;
    position: absolute;
  }
  .footer-socials {
    margin-top: 30px;
  }
  .copyright {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 30px;
    color: #252525;
  }
  .footer {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .footer .container {
    padding: 0;
  }
  .footer-menu__title:hover:before {
    opacity: 0;
  }
  .border-group .footer-menu__list:first-child {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu__list {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-menu__ele:nth-child(2) {
    margin: 0;
  }
  .footer-menu__item {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .footer-menu__title {
    color: #252525;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    padding: 22px 20px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
  }
  .footer-menu__title:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
    transition: all 0.3s ease-out;
  }
  .footer-menu__title-active:after {
    transform: rotate(90deg);
  }
  .footer-menu__title-active ~ .footer-menu__item {
    transition: all 0.8s ease-out;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
  }
  .footer-menu__title-active ~ .footer-menu__item a {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
  }
  .footer-menu__title-active ~ .footer-menu__item:last-child {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
  }
  .footer__contacts {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .footer__contacts:after {
    display: none;
  }
  .footer__contacts:before {
    display: none;
  }
  .footer-contacts {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #252525;
    line-height: normal;
    text-align: center;
  }
  .footer-contacts__phone {
    font-size: 14px;
    font-weight: bold;
  }
  .footer-contacts .big-span {
    max-width: 100%;
  }
  .footer-contacts .big-span br {
    display: inline-block;
  }
  .footer-contacts .big-green__button {
    max-width: 490px;
    width: 100%;
  }
  .footer-pays {
    display: none;
  }
  .footer__button {
    margin-top: 20px;
    text-align: center;
  }
  .footer-subscribe {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-subscribe__left {
    margin: 0 auto;
  }
  .footer-input {
    border-radius: 30px 30px 30px 30px;
  }
  .footer-call {
    display: none;
  }
  .footer-socials__icons {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header {
    display: block;
    width: auto;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
  }
  .header-toggle-active .header-toggle-title.header__basket-wrap .icons__item {
    background: #909090;
  }
  .header-toggle-active .header-toggle-title.header__basket-wrap .icons span {
    color: #00ad4d;
  }
  .pluses {
    padding-top: 50px;
    padding: 50px 20px 100px;
  }
  .plus-icons {
    display: block;
  }
  .header__catalog-wrap:hover {
    background-color: #fff;
    outline: none;
  }
  .header__support {
    display: none;
  }
  .header__text-production {
    display: none;
  }
  .header__icon-menu {
    left: 0;
    top: 10px;
  }
  .header__catalog-wrap {
    padding-left: 20px;
    padding-right: 0;
    cursor: auto;
  }
  .header__catalog-wrap .header__icon-close {
    display: none;
  }
  .header-toggle-active .header-toggle-title {
    background-color: #fff;
    color: inherit;
    box-shadow: none;
  }
  .header-toggle-active .header-toggle-title .header__icon-menu {
    opacity: 1;
    visibility: visible;
  }
  .popup-search {
    display: none;
  }
  .main-slider__slide {
    height: 175px;
  }
  .header__log {
    display: none;
  }
  .icons span {
    font-size: 15px	;
  }
  .header__basket {
    margin: 0;
    margin-left: 10px;
  }
  .footer-1 {
    padding-top: 15px;
  }
  .footer-1 .footer__contacts {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .footer-1 .footer-contacts {
    text-align: center;
    width: 100%;
  }
  .footer-1 .footer-contacts__mail {
    display: block;
  }
  .footer-1 .footer-pays {
    display: block;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-1 .footer-pays__system {
    padding: 20px 0;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-1 .copyright {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .support .faq-wrap__tab-item {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .new-catalog__wrap .catalog__img-wrap {
    width: 100%;
  }
  .ya-market {
    padding-top: 33px;
    padding-bottom: 50px;
  }
  .ya-market .big-orange-button {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: 400;
    padding: 19px 27px;
  }
  .cart-sort {
    margin-left: 10px;
  }
  .main-feedback {
    padding-top: 50px;
  }
  .main-feedback .default-h2 {
    padding-left: 5px;
    line-height: normal;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .main-feedback .rate-wrap {
    display: inline-block;
    float: right;
    margin-right: 5px;
  }
  .main-feedback .rate-wrap__item {
    width: 25px;
    height: 24px;
    margin-right: 0;
  }
  .main-feedback .rate-wrap__item svg {
    width: 25px;
    height: 24px;
  }
  .main-feedback .average-text {
    line-height: normal;
    text-align: right;
    font-size: 17px;
    padding-right: 5px;
  }
  .main-feedback .cart-sort {
    display: block;
  }
  .feedback {
    margin-top: 10px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .feedback .rate-wrap {
    float: none;
  }
  .feedback .average-text {
    text-align: left;
  }
  .feedback .feedback__wrap {
    min-height: 460px;
    margin: 1px;
  }
  .feedback .feedback__wrap:first-child {
    margin-left: 1px;
  }
  .feedback .feedback__inner {
    box-shadow: none;
    border: solid 1px #f4f4f4;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 15px 20px;
  }
  .feedback .feedback__inner-head {
    border-bottom: none;
    margin-bottom: 0;
  }
  .feedback .rate-wrap__item {
    width: 15px;
    height: 14px;
    margin-right: 0;
  }
  .feedback .rate-wrap__item svg {
    width: 15px;
    height: 14px;
  }
  .feedback .inner-body__title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.54;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 500;
  }
  .feedback .inner-body__text {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.54;
    font-size: 13px;
    font-weight: 300;
  }
  .character-list__item {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .support .page-preview .default-button {
    bottom: -30px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .faq-wrap__tab-item {
    width: 100%;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .faq-wrap__tab-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .faq-wrap {
    padding: 0 20px 50px;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .support .no-bg {
    min-height: 150px;
  }
  .support .page-preview__title {
    padding-top: 50px;
  }
  .support .search__button {
    right: 21px;
  }
  .support .text-container--big {
    padding: 0 20px 50px;
  }
  .support .search__line-placeholder {
    left: 40px;
  }
  .support-header {
    height: auto;
    background-color: #fff;
  }
  .support-header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .support-header__nav-ele {
    position: relative;
    text-align: left;
    padding-left: 20px;
    color: #000000;
    font-size: 16px;
  }
  .support-header__nav-ele:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .support-header__nav-ele:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
    transition: all 0.3s ease-out;
  }
  .support-header__nav-ele:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 30px;
    width: 4px;
    background-color: #4db051;
    display: block;
  }
  .support-header__nav-ele-active {
    color: #4db051;
    border-bottom: none;
  }
  .support-header__nav-ele-active:after {
    display: none;
  }
  .back-to-back {
    display: block;
  }
  .mark-1 .checkout-close {
    display: none;
  }
  .mark .page-preview {
    min-height: 128px;
    box-shadow: none;
  }
  .mark-1 .page-preview {
    min-height: 90px;
  }
  .mark .container {
    padding-top: 0;
  }
  .mark .review__img img {
    width: 100%;
  }
  .mark .review__ele {
    width: 50%;
  }
  .mark .review__title {
    max-width: 100%;
  }
  .news .review__img {
    margin-right: 10px;
  }
  .contacts-content {
    width: 100%;
    padding-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts-content .text-p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.6;
    font-weight: 300;
    padding-top: 10px;
  }
  .contacts-content .default-button {
    margin-top: 20px;
    width: 100%;
  }
  .contacts {
    padding-bottom: 50px;
    width: 100%;
    padding-top: 30px;
    display: block;
  }
  .contacts .h2-bold {
    display: block;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .contacts .page-title {
    display: none;
  }
  .contacts-map {
    width: 100%;
  }
  .contacts .text-ul {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .contacts .grey-border {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .contacts .text-p span {
    display: block;
  }
  .contacts .text-p span + br {
    display: none;
  }
  .contacts .text-p a {
    display: inline-block;
    padding-bottom: 25px;
  }
  .map {
    max-width: 100%;
    height: 300px;
    position: static;
  }
  .contacts-content .text-p span {
    color: #00ad4d;
  }
  .basket-wrap {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .basket-wrap__left {
    max-width: 100%;
  }
  .basket-wrap__right {
    margin-top: 50px;
    max-width: 100%;
  }
  .seo-links__link:nth-child(3n) {
    margin-right: 25px;
  }
  .main-navigation {
    display: block;
  }
  .main-navigation__img {
    max-width: 700px;
    margin: 0 auto;
    position: static;
  }
  .main-navigation__link-span {
    padding-top: 50px;
  }
  .card-label {
    padding: 8px;
    font-weight: 300;
    width: 120px;
    font-size: 13px;
  }
  .cards .main-navigation {
    display: block;
  }
  .cards .main-navigation__head {
    max-width: 100%;
    z-index: 1;
    height: auto;
  }
  .cards .main-navigation__head .plus-icons__text {
    margin: 0;
    margin-bottom: 35px;
    padding-left: 20px;
  }
  .cards .main-navigation__img {
    max-width: 100%;
    margin: 0 auto;
    bottom: 50%;
    transform: translate(0, 50%);
    right: 0;
    z-index: 0;
    opacity: 0.5;
  }
  .cards .main-navigation__img img {
    max-width: 420px;
  }
  .cards .main-navigation__link-span {
    padding-top: 50px;
    line-height: normal;
  }
  .card-navigation {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .review-content {
    padding: 0 20px;
  }
  .review-content__main img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .switch-3d {
    width: 33.3333%;
  }
  .slider-nav_on3 {
    width: 66.6666%;
  }
  .basket-contacts {
    max-width: 200px;
  }
  .account .popup__block {
    margin: 10% auto;
  }
  .cookie-notice {
    display: none;
  }
  .cookie-notice ~ .header {
    margin-top: 0;
  }
  .cookie-notice ~ .popup-search {
    top: 0	;
  }
  .scroll-control {
    display: none;
  }
  .date {
    padding-bottom: 30px;
  }
  .news .review__img img {
    width: 100px;
  }
  .finish-badge {
    max-width: 100%;
    height: 130px;
    border-radius: 0;
    background-color: #00b442;
  }
  .finish-badge:before {
    background-image: linear-gradient(to bottom right, transparent 50.5%, #00b442 50.5%), linear-gradient(to bottom left, transparent 50.5%, #00b442 50.5%), linear-gradient(to top right, transparent 50.5%, #00b442 50.5%), linear-gradient(to top left, transparent 50.5%, #00b442 50.5%);
    top: -5px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: rotate(0deg);
  }
  .finish-badge__ele span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
  }
  .finish__line {
    padding-bottom: 60px;
  }
  .finish__line .submit-button {
    left: 50%;
    display: block;
    position: absolute;
    width: 90%;
    max-width: 100%;
    height: 60px;
    bottom: 30px;
    border-radius: 29px;
    margin: 0;
    max-height: 62px;
    transform: translate(-50%, 0);
  }
  .paper-ticket__contact {
    display: none;
  }
  .order-details__line {
    padding: 0 20px;
    position: relative;
  }
  .order-details__line:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
  }
  .mobile-line {
    color: #fff;
    line-height: 65px;
    height: 65px;
    background-color: #00b442;
  }
  .mobile-line:after {
    display: none;
  }
  .order-details__count {
    display: none;
  }
  .order-details__title {
    max-width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .order-details__img {
    max-width: 100px;
  }
  .order-details__desrc {
    padding-left: 10px;
    line-height: 25px;
    text-align: left;
    letter-spacing: .78px;
    color: #252525;
    height: 75px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-weight: 300;
    display: table;
    height: auto;
    max-width: 200px;
  }
  .order-details__desrc span {
    display: none;
  }
  .order-details__price {
    position: absolute;
    left: 110px;
    bottom: 20px;
  }
  .order-details__wrap {
    position: relative;
    padding: 20px 0;
    padding-bottom: 50px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .order-details__ele {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding-right: 20px;
  }
  .order-details__ele:first-child {
    font-weight: 400;
  }
  .order-details__ele:last-child {
    color: #fff;
  }
  .shipping-info {
    border-bottom: none;
  }
  .shipping-info:after {
    display: none;
  }
  .shipping-info .order-details__img {
    display: none;
  }
  .shipping-info .order-details__price {
    display: none;
  }
  .shipping-info .order-details__wrap {
    padding-bottom: 0;
  }
  .shipping-info .order-details__desrc span {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .shipping-info .order-details__desrc {
    max-width: 100%;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    padding: 9px 20px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .shipping-info .order-details__text {
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }
  .shipping-info .order-details__text p {
    line-height: 2;
  }
  .shipping-info .order-details__text b {
    font-weight: 500;
  }
  .new-catalog .main-grid__ele:hover .catalog__img-wrap img:first-child {
    opacity: 1;
  }
  .new-catalog .main-grid__ele:hover .catalog__img-wrap img:nth-child(2) {
    opacity: 0;
  }
  .popup_with-toggle.active .popup__block {
    margin: 0 auto;
    width: 90%;
    top: 50%;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    margin-top: -44px;
  }
  .big-one .sub-header__button-text {
    display: block;
    text-align: center;
  }
  .top-catalog .slider-for {
    margin-bottom: 20px;
  }
  .top-catalog {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .top-catalog .main-navigation__link {
    display: block;
  }
  .top-catalog__right {
    padding: 0;
  }
  .top-catalog__right .plus-icons__item:nth-child(2n) {
    margin-left: 0;
  }
  .top-catalog__right .plus-icons {
    display: -ms-flexbox;
    display: flex;
  }
  .top-catalog__right .plus-icons__item {
    margin-right: 15px;
  }
  .big-one {
    display: block;
    max-width: 400px;
    margin: 25px auto 0;
  }
  .type-button_big {
    width: 100%;
    max-width: 400px;
  }
  .hover-slider .slide {
    margin: 0;
  }
  .main-navigation {
    min-height: 0;
  }
  .breadcrumbs .container {
    padding: 0 20px;
  }
  .capcha {
    padding-left: 195px;
    padding-right: 5px;
  }
  .faq-wrap {
    padding: 0;
  }
  .popup__block {
    padding: 0;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
  }
  .popup__block .support__heading {
    font-size: 16px;
    color: #fff;
    line-height: 65px;
    background-color: #4db051;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
  }
  .popup__block .support__head {
    margin-bottom: 30px;
  }
  .popup__block .support__form {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .popup__block .support__form-head {
    padding-bottom: 30px;
  }
  .popup__block .support__form-body {
    padding: 0 20px 30px;
  }
  .popup__block .order__row:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .popup__block .order__row textarea {
    height: 180px;
  }
  .popup__block .support__form-body span {
    max-width: 200px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
  }
  .popup__block .text-p {
    padding: 20px;
  }
  .popup__block .text-p p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
  }
  .popup__block .popup__close {
    width: 12px;
    height: 12px;
    top: 25px;
    right: 20px;
    background-color: #4db051;
    box-shadow: none;
    border-radius: 0;
  }
  .popup__block .popup__close svg {
    width: 12px;
    height: 12px;
    fill: #fff;
  }
  .support .text-p p:first-child {
    padding-top: 0;
  }
  .order__input {
    font-family: 'Ubuntu', sans-serif;
  }
  .text-attention {
    margin-bottom: 10px;
  }
  .footer-menu__title-active ~ .footer-menu__item {
    margin-bottom: 0;
    padding: 10px 20px;
    margin-top: 0;
  }
  .footer-menu__link:before {
    display: none;
  }
  .subscribe-wrap .yellow__button {
    position: static;
    margin-top: 10px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
  }
  .tech-one__icon-wrap {
    display: table;
  }
  .support .page-preview {
    min-height: 280px;
  }
  .support .page-preview .regular-selects {
    display: none;
  }
  .tech-one__wrap {
    padding: 0;
  }
  .tech-one__item:before {
    display: none;
  }
  .tech-one__item:after {
    display: none;
  }
  .tech-one__wrap {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .tech-one__item {
    min-height: auto;
    padding-top: 0;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tech-one__icon {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .tech-one__text {
    margin-left: 25px;
    text-align: left;
  }
  .tech-one__icon-subtitle {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0;
    font-size: 12px;
    line-height: 2;
    color: #a5a5a5;
  }
  .tech-one__icon-title {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .main-navigation__head .default-button {
    margin-left: 20px;
  }
  .main-grid .big-green__button {
    display: block;
    margin: 20px auto;
  }
  .main-grid__ele {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
  }
  .main-grid__ele a {
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .main-grid__ele:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
  }
  .main-grid__title {
    font-size: 16px;
    font-weight: 300;
    display: table;
    max-width: 300px;
  }
  .main-grid__price {
    display: block;
    font-size: 22px;
    padding-top: 20px;
    font-weight: 400;
  }
  .catalog__img-wrap {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .catalog__img-wrap img {
    max-width: 100px;
    max-height: 100px;
  }
  .catalog {
    overflow: hidden;
    display: block;
    width: auto;
    margin-top: 0;
    padding-top: 30px;
    background-color: #fff;
  }
  .catalog .top-part-round {
    background-color: #fff;
    padding-bottom: 15px;
  }
  .catalog .top-part-round:before {
    top: 113px;
    border-radius: 100% 0 0 0;
    transform: rotate(90deg);
    top: -190px;
    border-radius: 100% 0 0 100%;
    height: 1000px;
  }
  .catalog .main-part {
    padding-top: 0px;
    background: none;
    display: block;
    width: auto;
  }
  .catalog .main-part .container {
    width: auto;
    max-width: 100%;
  }
  .catalog .top-part-round {
    min-height: auto;
  }
  .page-title--sub {
    display: none;
  }
  .page-banner {
    display: none;
  }
  .main-navigation {
    padding: 0;
    height: auto;
  }
  .no-slider {
    display: none;
  }
  .main-navigation__link {
    display: none;
  }
  .main-navigation__link-span {
    display: block;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-banner {
    display: block;
  }
  .footer-contacts {
    text-align: left;
  }
  .footer-contacts__phone {
    margin-bottom: 5px;
  }
  .big-span {
    font-size: 13px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #252525;
    font-weight: 300;
    text-align: left;
    margin-top: 0;
  }
  .subscribe-text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    letter-spacing: normal;
    color: #252525;
    padding: 10px 20px;
    font-weight: 300;
    text-align: left;
  }
  .subscribe-text br {
    display: inline-block;
  }
  .new-catalog .main-grid__ele:after {
    display: none;
  }
  .shops-faq {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .special-card {
    padding: 0px 0px;
  }
  .special-card__img {
    width: 100px;
  }
  .special-card__inner {
    padding: 0px 0px 50px 100px;
  }
  .special-card__bottom {
    padding-left: 120px;
  }
  .card-buttons {
    text-align: center;
  }
  .full-view__answer {
    width: auto;
    max-width: 150px;
    text-align: right;
  }
  .full-view__ask {
    width: 100%;
    max-width: 150px;
  }
  .full-view__ask:after {
    display: none;
  }
  .full-view__ask span {
    background-color: transparent;
  }
  .full-view__answer span {
    background-color: transparent;
  }
  .anim-wrap {
    margin-bottom: 25px;
  }
  .character-list__item {
    margin-bottom: 0;
  }
  .full-view {
    border-bottom: 1px solid #e8e8e8;
  }
  .wide-one .full-view {
    margin-bottom: 0;
    height: 100%;
  }
  .commentary .full-view__answer {
    max-width: 200px;
  }
  .js-pre-block .faq-show-button {
    display: none;
  }
  .wide-one {
    float: left;
  }
  .slider-bod .slick-track {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .support-card__accordeon .character-list {
    overflow: visible;
    width: auto;
    display: block;
  }
  .support-card__accordeon .character-list .slick-list {
    height: auto !important;
  }
  .slider-for .slick-next:hover {
    background: none;
  }
  .breadcrumbs__item:first-child {
    padding-left: 0;
  }
  .full-view {
    margin-top: 0;
  }
  .default-price__old {
    margin-top: 5px;
    margin-left: 0;
  }
  .plus-icons__text {
    min-height: auto;
  }
  .mini-product .social-line {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    margin-top: 10px;
  }
  .support-card .anim-wrap {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .support-card__accordeon-active .slider-navi {
    height: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .support-card__accordeon-active .character-list {
    margin-bottom: 0;
    height: auto;
    display: block;
  }
  .results-page .search {
    margin-bottom: 30px;
  }
  .results-page.catalog .page-title {
    padding-top: 20px;
  }
  .search__line-placeholder {
    display: none;
  }
  .basket-contacts {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%;
  }
  .basket-wrap__item-price {
    max-width: 100%;
    font-size: 22px;
    padding-left: 20px;
    padding-top: 3px;
  }
  .map-module__control-row {
    padding: 30px 20px 0;
  }
  .control-row__wrapper {
    height: auto;
  }
  .control-row__title {
    float: none;
    height: 30px;
    height: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    border: none;
  }
  .cust-select {
    float: none;
    border-right: none;
    padding: 0;
    padding-top: 21px;
    padding-left: 30px;
  }
  .cust-select:before {
    left: 0px;
  }
  .cust-select:after {
    right: 0;
  }
  .cust-select__drop-list {
    width: 90%;
    left: 5%;
  }
  .account .popup__block {
    margin: 100px auto;
    max-width: 100%;
    border-radius: 0;
  }
  .support-card__options .faq-wrap__tab-item {
    box-shadow: none;
  }
  .info-catalog .search {
    display: none;
  }
  .info-catalog .default-h2 {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: normal;
    font-weight: 500;
  }
  .personal .container {
    padding: 0;
  }
  .log-in {
    margin-top: 5px;
  }
  .error-number {
    margin-bottom: 30px;
  }
  .video-item {
    height: 250px;
  }
  .video .popup__close {
    right: -15px;
  }
  .support-card__accordeon-button {
    display: none;
  }
  .support-card .container {
    padding: 0;
  }
  .support-card .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .support-card__right {
    padding: 0 20px;
  }
  .support-card__accordeon-open span,
  .support-card__accordeon-close span {
    display: none;
  }
  .support-card__options .faq-wrap__tab-item:not(:last-child) {
    margin-right: 0;
  }
  .support-card__accordeon-text {
    font-size: 15px;
  }
  .support-card .search {
    display: none;
  }
  .support-card .searching-mobile {
    margin-bottom: 20px;
  }
  .support-card .default-h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .support-card .back-to-back {
    margin-bottom: 20px;
  }
  .support-card .big-green__button {
    margin: 10px auto;
  }
  .support-card .faq-wrap__icon span {
    padding: 0;
    max-width: 250px;
  }
  .support-card__left img {
    width: 100%;
  }
  .support-card__options {
    margin-top: 0;
  }
  .support-card__options .faq-wrap__icon {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .support-card__options .doc-size {
    position: static;
    margin-top: 5px;
  }
  .support-card__options .faq-wrap__tab-item {
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
  }
  .support-card__options .faq-wrap__tab-item:last-child {
    border-bottom: none;
  }
  .support-card__options .faq-wrap__tab-item:hover {
    box-shadow: none;
  }
  .scrollquest {
    padding-bottom: 0px;
  }
  .support-card__accordeon .character-list__col {
    width: 100%;
  }
  .support-card__accordeon .wide-one {
    max-width: 100%;
  }
  .slider-for .slide img {
    height: auto;
  }
  .review-card .default-h2 {
    font-size: 20px;
    padding-top: 30px;
  }
  .date span {
    font-size: 13px;
  }
  .review-card {
    background-color: #fff;
  }
  .review-wrap {
    padding-top: 40px;
  }
  .review-wrap:before {
    background-image: linear-gradient(45deg, #4db051 42%, #fff 42%);
  }
  .review-content__header p {
    font-size: 16px;
    font-weight: 500;
  }
  .review-content__header {
    margin-bottom: 30px;
  }
  .order-list .account__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-content__main img {
    margin-bottom: 30px;
  }
  .review-content__main p:first-child {
    margin-top: 30px;
  }
  .review-content__main p {
    margin-bottom: 30px;
  }
  .review-card .news .default-h2 {
    padding-top: 50px;
  }
  .status-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
  }
  .status-tag {
    width: 25%;
    font-size: 9px;
  }
  .status-tag:after {
    display: none;
  }
  .status-tag:not(:first-child) {
    padding-left: 8px;
  }
  .account__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account textarea {
    height: 150px;
  }
  .three-input .order__input {
    max-width: 95px;
  }
  .new-catalog__wrap {
    padding: 42px 20px 25px;
  }
  .catalog .top-part-icon {
    top: 20px;
    z-index: 1;
  }
  .new-catalog .main-grid {
    padding: 0  15px;
  }
  .new-catalog .main-grid__ele {
    width: 100%;
  }
  .new-catalog .main-grid__ele .catalog__img-wrap img {
    width: 100%;
  }
  .new-catalog .main-grid__ele:last-child {
    margin-bottom: 0;
  }
  .main-grid__ele .plus-icons__text {
    margin-top: 5px;
    max-width: 230px;
  }
  .faq-wrap__tab {
    padding: 20px;
  }
  .top-catalog {
    padding-bottom: 20px;
  }
  .main-slider__img {
    display: none;
  }
  .mobile-slider__img {
    display: block;
  }
  .ask-faq .list-items:first-child {
    display: none;
  }
  .ask-faq .faq-wrap__right {
    -ms-flex-order: -1;
    order: -1;
  }
  .faq-wrap__right .support-header__nav {
    display: block;
  }
  .support-header__nav-ele {
    display: block;
    width: 100%;
  }
  .another-button {
    max-width: 100%;
  }
  .support__form-body span {
    top: 13px;
  }
  .green-color {
    color: #000;
  }
  .mobile-tab {
    border-top: 1px solid #f4f4f4;
    display: block;
  }
  .mobile-tab:nth-child(4) {
    display: none;
  }
  .ask-answer {
    padding-top: 0;
  }
  .ask-answer .container {
    padding: 0;
  }
  .ask-answer .default-h2 {
    display: none;
  }
  .faq-wrap {
    margin-top: 0;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
  }
  .faq-wrap__left {
    margin: 0;
  }
  .faq-wrap__tab-title {
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.33;
  }
  .faq-wrap__tab-title:hover {
    color: #00b442;
  }
  .faq-wrap__tab {
    max-height: 100%;
  }
  .faq-wrap__tab-show {
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.33;
  }
  .faq-wrap__tab-item {
    padding: 10px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq-wrap__tab-item .big-green__button {
    max-width: 135px;
    height: 60px;
    font-weight: 400;
  }
  .faq-wrap__icon {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: left;
  }
  .faq-wrap__icon span {
    margin-top: 0;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 0;
    letter-spacing: normal;
    font-weight: 400;
  }
  .faq-wrap__icon svg {
    width: 60px;
    height: 60px;
  }
  .doc-size {
    position: absolute;
    left: 100px;
    margin-top: 28px;
  }
  .mobile-padding {
    padding: 30px 20px;
  }
  .list-items {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    width: 100%;
  }
  .list-items__item {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border-top: 1px solid #f4f4f4;
    padding: 0 15px;
    line-height: 60px;
  }
  .list-items__item:hover {
    background-color: white;
    color: #00b442;
  }
  .list-items__item:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
    transition: all 0.3s ease-out;
  }
  .list-items__item:before {
    width: 4px;
    height: 30px;
    z-index: 2;
    background-color: #4db051;
  }
  .list-items__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 30px;
    width: 4px;
    background-color: #4db051;
    display: block;
  }
  .list-items__item-active:before {
    top: 15px;
  }
  .list-items__item-active:after {
    transform: rotate(90deg);
  }
  .list-items__item-active span {
    color: #00b442;
  }
  .list-items__item:not(:last-child) {
    border-bottom: none;
  }
  .pad-top {
    padding-top: 50px;
  }
  .social-line {
    background-color: #00b442;
  }
  .social-line:before {
    background-image: linear-gradient(to bottom right, transparent 50.5%, #00b442 50.5%), linear-gradient(to bottom left, transparent 50.5%, #00b442 50.5%), linear-gradient(to top right, transparent 50.5%, #00b442 50.5%), linear-gradient(to top left, transparent 50.5%, #00b442 50.5%);
  }
  .social-line_dark-green {
    background-color: #4f8789;
  }
  .social-line_dark-green:before {
    background-image: linear-gradient(to bottom right, transparent 50.5%, #4f8789 50.5%), linear-gradient(to bottom left, transparent 50.5%, #4f8789 50.5%), linear-gradient(to top right, transparent 50.5%, #4f8789 50.5%), linear-gradient(to top left, transparent 50.5%, #4f8789 50.5%);
  }
  .social-line_dark-green .social-wrap__item:not(.social-wrap__item:hover) {
    background-color: #71a57b;
  }
  .zapros {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
  }
  .zapros:before {
    position: absolute;
    top: 15px;
    left: -1px;
    width: 4px;
    height: 30px;
    content: '';
    background-color: #00b442;
  }
  .slider-navi {
    display: block;
  }
  .character-list {
    padding: 0px;
  }
  .character-list__item {
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
  }
  .character-list__item-sign svg {
    display: none;
  }
  .character-list__item-title {
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .comment-row {
    padding: 9px 20px;
  }
  .full-view__row {
    border-bottom: none;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 20px;
    padding: 9px 20px;
    margin-bottom: 0;
  }
  .full-view__row:nth-child(2n-1) {
    background-color: #f3f6fb;
  }
  .full-view__row:after {
    display: none;
  }
  .main-part .container {
    padding: 0;
  }
  .main-part .add-row {
    max-width: 100%;
  }
  .main-part .anim-wrap {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tech-one {
    padding-top: 30px;
  }
  .tech-one .default-h2 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
  }
  .tech-one .tech-one__icon-subtitle {
    letter-spacing: normal;
  }
  .tech-two {
    padding-top: 30px;
  }
  .tech-two .default-h2 {
    line-height: 1.5;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
  }
  .tech-two .js-show-all {
    display: none;
  }
  .height-block__inner {
    margin-top: 0;
  }
  .height-block__img-wrap {
    padding-top: 30px;
  }
  .height-block__img {
    width: 200px;
  }
  .green-border {
    display: none;
  }
  .mobile-cross {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
  .mobile-cross svg {
    width: 11px;
    height: 11px;
  }
  .budget {
    margin-bottom: 0;
  }
  .footer__contacts {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .footer-1 .footer-pays {
    padding-top: 10px;
    display: block;
  }
  .footer-1 .footer-pays__system {
    display: none;
  }
  .footer-1 .footer-span {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
  }
  .footer-1 .footer-span span {
    display: block;
    margin-top: 10px;
  }
  .footer-input {
    height: 57px;
  }
  .subscribe-text {
    padding: 0;
  }
  .footer .big-green__button {
    width: 100%;
  }
  .footer .subscribe-wrap {
    padding-top: 0;
  }
  .footer .subscribe-wrap .yellow__button {
    line-height: 40px;
    position: absolute;
    margin-top: 0px;
    width: auto;
    top: 8px;
    width: 150px;
    letter-spacing: normal;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
  }
  .support .page-preview {
    margin-bottom: 0px;
  }
  .support .page-preview .default-button {
    width: 90%;
    height: 60px;
    font-weight: 400;
  }
  .bottom-a {
    display: block;
  }
  .support .faq-wrap {
    margin-top: 40px;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .support .faq-wrap__tab-title {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
  }
  .support .faq-wrap__tab-show p {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    color: #252525;
  }
  .support .shops-faq {
    margin-top: 0;
    padding: 20px 20px 0;
  }
  .support .shops-faq .faq-wrap__left {
    display: none;
  }
  .support .shops-faq .faq-wrap__tab {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .support .shops-faq .faq-wrap__tab:last-child {
    border-bottom: none;
  }
  .support .shops-faq .faq-wrap__tab:not(:first-child) {
    display: block;
  }
  .support .shops-faq .faq-wrap__tab:not(:nth-child(2)) {
    display: none;
  }
  .support .shops-faq .support-header__nav {
    border-bottom: 1px solid #e5e5e5;
  }
  .support .shops-faq .support-header__nav-ele {
    border-bottom: none;
  }
  .support .shops-faq .support-header__nav-ele:hover {
    border-bottom: none;
  }
  .border-bottom {
    padding-bottom: 0;
  }
  .border-bottom:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .border-bottom:not(:first-child) .faq-wrap__tab-title {
    padding-top: 20px;
  }
  .searching-mobile {
    display: block;
  }
  .support .no-bg {
    min-height: 140px;
  }
  .support .page-preview__title {
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
  }
  .support .page-preview__text {
    font-size: 15px;
    font-weight: 300;
    max-width: 335px;
    margin-top: 20px;
    line-height: normal;
  }
  .support .search {
    display: none;
  }
  .support .search__button {
    pointer-events: none;
  }
  .support .info-menu .header__full-wrap {
    width: 100%;
    padding: 0;
    margin: 0 20px;
    border-right: 0;
  }
  .support .info-menu .header__full-wrap:nth-child(6) ~ * {
    border-bottom: 1px solid #e5e5e5;
  }
  .support .header__full-item {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
  }
  .support .header__full-item img {
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .support .header__full-item span {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
  }
  .support .default-h1 {
    text-transform: none;
    line-height: 1.5;
  }
  .support .text-p p {
    line-height: 25px;
  }
  .download-title {
    padding-left: 10px;
  }
  .mark .review__ele {
    padding-right: 10px;
    width: 50%;
  }
  .mark .review__ele:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .mark .review__a {
    padding: 17px 3px;
  }
  .mark .review__grid {
    margin-top: 5px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .mark .page-preview__text {
    font-size: 13px;
    margin-top: 20px;
  }
  .mark .review__img {
    height: 117px;
  }
  .mark .review__img img {
    width: 158px;
  }
  .mark .review__title {
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 0;
    line-height: 1.54;
  }
  .show-more {
    margin-bottom: 50px;
  }
  .news .page-preview {
    min-height: auto;
    box-shadow: none;
  }
  .news .review__ele {
    width: 100%;
  }
  .news .review__ele:last-child {
    margin-bottom: 0;
  }
  .news .review__ele:last-child a {
    border-bottom: 0;
  }
  .news .review__a {
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    min-height: 190px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .news .review__img {
    margin-top: 5px;
    width: 100px;
  }
  .news .review__img img {
    width: 100px;
  }
  .news .review__img:before {
    display: none;
  }
  .nobg-preview .page-preview__title {
    padding-top: 30px;
  }
  .cart-sort {
    display: none;
  }
  .cart-sort__mobile {
    padding-top: 30px;
    display: block;
  }
  .cart-sort__mobile .regular-select {
    max-width: 100%;
  }
  .cart-sort__mobile .regular-select__val {
    padding-top: 15px;
    padding-left: 20px;
    color: #666;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.33;
  }
  .cart-sort__mobile .regular-select__val:after {
    border-top: 6px solid rgba(37, 37, 37, 0.5);
  }
  .faq-wrap__tab .review__ele {
    width: 100%;
  }
  .review__grid {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-top: 33px;
  }
  .review__ele {
    width: 100%;
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .review__a {
    display: block;
    border-radius: 0;
    min-height: 210px;
    padding: 20px;
  }
  .review__a span {
    margin-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.85;
  }
  .review__title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: normal;
    font-weight: 500;
  }
  .review__text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 1.54;
    max-height: 80px;
  }
  .review .show-more__text {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: none;
    letter-spacing: normal;
  }
  .map {
    height: 195px;
  }
  .certificate {
    margin-top: 20px;
  }
  .certificate__ele {
    margin-right: 20px;
  }
  .certificate__ele img {
    margin-bottom: 10px;
  }
  .long-text {
    margin: 0;
  }
  .long-text__ele {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 30px 20px;
  }
  .long-text__ele br {
    display: inline-block;
  }
  .long-text__ele:before {
    top: -3px;
  }
  .long-text__ele:after {
    bottom: -3px;
  }
  .default-h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
  }
  .optom .text-container .default-h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
  }
  .guarantee .text-container .default-h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
  }
  .mobile-h {
    padding-top: 30px;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
  }
  .breadcrumbs {
    padding: 20px 0 12px;
  }
  .p-img {
    width: 100%;
  }
  .text-container {
    padding: 0 20px 50px;
  }
  .text-container .default-h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    color: #252525;
  }
  .text-container img {
    height: auto;
  }
  .text-p p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 20px;
  }
  .text-p a {
    display: block;
    color: #00ad4d;
  }
  .page-preview__title {
    letter-spacing: normal;
    font-size: 20px;
    font-weight: 400;
  }
  .page-preview__text {
    font-family: 'Ubuntu', sans-serif;
    max-width: 280px;
    line-height: 1.25;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 0;
    margin-top: 15px;
  }
  .page-preview {
    min-height: 180px;
  }
  .order-ship__ele {
    border: 1px solid transparent;
  }
  .order-input:checked + .order-ship__ele {
    border: 1px solid #4db051;
  }
  .order-input:checked + .order-ship__ele .choose-button {
    display: block;
  }
  .choosen-one {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background-color: #4db051;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .choosen-one svg {
    display: none;
  }
  .pad-40 {
    padding-bottom: 0;
  }
  .order__text {
    display: none;
  }
  .checkout .breadcrumbs {
    display: none;
  }
  .submit-button {
    font-weight: 400;
  }
  .budget {
    box-shadow: none;
  }
  .order__checks {
    display: none;
  }
  .order__head-closed {
    padding-top: 10px;
  }
  .order-ship__info {
    max-height: 90px;
    overflow: hidden;
    word-wrap: break-word;
    font-family: 'Ubuntu', sans-serif;
    line-height: normal;
    max-width: 160px;
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    margin-top: 5px;
  }
  .order-ship__text {
    height: auto;
    display: block;
    padding-left: 31px;
    text-align: left;
  }
  .choose-button {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 10px;
    margin-top: 0;
    border-radius: 50%;
  }
  .order-ship__ele {
    height: 150px;
    max-width: 100%;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 20px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-ship__title {
    padding-top: 0;
    font-weight: 400;
    display: inline-block;
  }
  .order-ship__title-sub {
    font-weight: 400;
    display: inline-block;
  }
  .mobile-dis {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .order__city-input svg {
    width: 24px;
    height: 24px;
    left: 10px;
    top: 12px;
  }
  .order__city-input input[type="text"] {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
  }
  .order__city {
    padding: 0 ;
    background-color: #fff;
    border-bottom: none;
  }
  .order__city-title {
    display: none;
  }
  .mobile-order {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-ship__wrap {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    margin-left: auto;
  }
  .order-ship__summary {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 80px;
    padding-left: 20px;
  }
  .order-ship__summary:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -80px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #e9edf4;
  }
  .checkout-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
  .checkout-body .order:before {
    display: none;
  }
  .checkout-body .order:after {
    display: none;
  }
  .checkout-body .submit-button {
    position: absolute;
    width: 90%;
    max-width: 100%;
    height: 60px;
    bottom: -30px;
    border-radius: 29px;
  }
  .order {
    box-shadow: none;
  }
  .order:nth-child(1) .submit-button {
    display: none;
  }
  .order:nth-child(2) .submit-button {
    display: none;
  }
  .order:nth-child(3) .order__city {
    display: none;
  }
  .order:nth-child(3) .order-ship__ele {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order:nth-child(3) .order-ship__icon {
    padding-bottom: 20px;
  }
  .order:nth-child(3) .order-ship__title {
    max-width: 160px;
  }
  .order__head {
    display: none;
  }
  .order__head-closed .order__head-name {
    font-size: 16px;
    color: #252525;
    line-height: normal;
    padding: 20px 0 20px;
    font-weight: bold;
  }
  .order__body {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-header {
    padding-top: 30px;
    padding-bottom: 10px;
    box-shadow: none;
    margin-bottom: 0;
  }
  .checkout-header .h2-bold {
    text-align: left;
  }
  .checkout-header .checkout-close {
    display: none;
  }
  .basket {
    padding-bottom: 0;
  }
  .basket:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    background-color: #e9edf4;
  }
  .basket-contacts__item svg {
    width: 60px;
    height: 36px;
  }
  .sell-info__line svg {
    width: 40px;
    height: 30px;
  }
  .basket .budget .budget__button {
    height: 60px;
    bottom: -30px;
    max-width: 100%;
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 29px;
    line-height: 60px;
  }
  .mobile-basket--button {
    display: block;
    position: static;
    height: 60px;
    max-width: 100%;
    width: 90%;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 29px;
    line-height: 60px;
  }
  .subscribe-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subscribe-wrap .cupon-text {
    display: none;
  }
  .subscribe-wrap .footer-input {
    padding-right: 170px;
    font-size: 16px;
    color: #252525;
    font-weight: 300;
  }
  .basket-wrap__left .footer-input {
    padding-right: 0px;
  }
  .basket .container {
    padding: 0;
  }
  .basket-wrap {
    padding-top: 10px;
  }
  .h2-bold {
    padding-left: 20px;
    font-size: 20px;
    letter-spacing: normal;
    color: #252525;
    text-transform: uppercase;
    line-height: 1;
  }
  .contacts .h2-bold {
    padding-left: 20px;
  }
  .basket-wrap__item-img {
    height: 100px;
  }
  .basket-wrap__item-img img {
    max-width: 100px;
    max-height: 100px;
  }
  .count__view {
    font-size: 20px;
  }
  .sell-info__line {
    padding: 30px 20px;
  }
  .basket-wrap__item {
    position: relative;
    padding: 15px 20px;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .basket-wrap__item-info {
    top: 5px;
    position: absolute;
    width: 100px;
  }
  .basket-wrap__item-des {
    padding-bottom: 65px;
    padding-right: 0;
    padding-left: 115px;
    color: #000;
  }
  .basket-wrap__item-des-name {
    display: none;
  }
  .basket-wrap__item-des .item-off {
    display: none;
  }
  .basket-wrap__item-des-product {
    max-width: 220px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300;
  }
  .basket-wrap__item-count {
    max-width: 100%;
    padding-top: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .basket-wrap__item:first-child {
    border-top: none;
  }
  .main-grid a {
    border-radius: 0;
  }
  .slider-navigate .slick-active span {
    display: block;
    border-bottom: 3px solid #4db051;
  }
  .tab-one:not(:first-child) {
    display: block;
  }
  .simple-link {
    background-color: #dce2e9;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 10px ;
    border-radius: 0;
  }
  .simple-link:hover {
    color: #4db051;
    background-color: #dce2e9;
  }
  .simple-link span {
    height: 60px;
  }
  .trasparent-noborder {
    background-color: #dce2e9;
    padding: 0 10px ;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 15px ;
    border-radius: 0;
  }
  .trasparent-noborder:hover {
    background-color: #dce2e9;
  }
  .trasparent-noborder span {
    height: 60px;
  }
  .add-row {
    margin-bottom: 0;
    height: 60px;
    background-color: #dce2e9;
  }
  .bottom-add {
    padding-top: 0;
    padding-bottom: 0;
  }
  .bottom-add .container {
    padding: 0;
  }
  .mini-product__description {
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    padding-bottom: 10px;
    color: #252525;
  }
  .price-button--mobile {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    padding: 0;
    text-transform: uppercase;
    margin: 20px 0 30px;
  }
  .social-line {
    height: auto;
  }
  .mobile-social-line {
    display: block;
    padding-top: 25px;
  }
  .mobile-social-line h4 {
    padding: 0 20px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .mobile-social-line .social-wrap {
    padding-bottom: 15px;
  }
  .mobile-slider {
    display: block;
  }
  .mini-product {
    padding-top: 30px;
  }
  .mini-product__gallery {
    display: none;
  }
  .mobile-title {
    text-transform: uppercase;
    color: #252525;
    font-size: 20px;
    font-weight: bold;
  }
  .mini-product__img {
    display: none;
  }
  .mini-product__wrap-right {
    display: none;
  }
  .slider-nav .slide,
  .slide-360 {
    border-radius: 29px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.09);
  }
  .slider-nav .slide:after,
  .slide-360:after {
    border-radius: 29px;
  }
  .height-block__arrow {
    display: none;
  }
  .height-block {
    min-height: 275px;
  }
  .height-block__img-wrap h2 {
    font-size: 16px;
  }
  .height-block__img img {
    width: 100%;
  }
  .player {
    bottom: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .player__a {
    font-size: 16px;
    color: #ffffff;
  }
  .player__a:before {
    bottom: 20px;
  }
  .player__title {
    line-height: normal;
    font-size: 16px;
  }
  .player .trans-button {
    height: 45px;
    width: 120px;
    font-size: 16px;
    padding: 13px;
    text-transform: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
  }
  .seo-links {
    display: none;
  }
  .card-label {
    position: absolute;
  }
  .cards .main-navigation__head {
    display: none;
  }
  .mobile-view-grid {
    display: block;
  }
  .mobile-view-grid a {
    box-shadow: none;
    padding: 20px;
  }
  .cards .main-navigation {
    margin-bottom: 0;
  }
  .cards .main-navigation__head .plus-icons__text {
    display: none;
  }
  .main-navigation__link {
    display: none;
  }
  .main-navigation__link-span {
    display: block;
    font-weight: 300;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    padding-left: 20px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 16px;
  }
  .main-navigation__link-span:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    color: #000;
  }
  .main-navigation {
    box-shadow: none;
    border-radius: 0;
  }
  .main-grid {
    margin: 0;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .main-grid__ele {
    padding: 0;
    margin-bottom: 0px;
  }
  .main-grid a {
    padding: 20px;
    box-shadow: none;
    cursor: pointer;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .main-grid__title {
    max-width: 200px;
  }
  .catalog .container {
    padding: 0 ;
  }
  .catalog .page-title {
    letter-spacing: 1.1px;
    text-align: center;
    font-size: 25px;
    color: #252525;
    padding-top: 144px;
    font-weight: 400;
  }
  .main-navigation__head {
    max-width: 100%;
    height: 60px;
    background-color: #f4f4f4;
  }
  .main-navigation__head .default-button {
    display: none;
  }
  .main-navigation__img {
    display: none;
  }
  .new-catalog .main-grid__title {
    max-width: 100%;
    font-size: 20px;
  }
  .new-catalog .main-grid a {
    padding: 0;
    border-radius: 29px;
  }
}
@media screen and (max-width: 690px) {
  .payment-success {
    padding-top: 95px;
    padding-bottom: 30px;
  }
  .payment-failure {
    padding-top: 95px;
    padding-bottom: 30px;
  }
  .payment-failure .big-one {
    max-width: 300px;
  }
  .paper-ticket {
    margin: 0 auto;
    width: 100%;
  }
  .paper-ticket:before {
    width: 100%;
  }
  .paper-ticket:after {
    width: 100%;
  }
}
@media screen and (max-width: 535px) {
  .main-navigation__link {
    font-size: 30px;
  }
  .header .container {
    padding: 0;
  }
  .header__row-cell:nth-child(2) {
    margin-left: 0;
    margin: 0 auto;
  }
  .header__basket {
    margin-right: 20px;
  }
  .photo-banner {
    padding-top: 70px;
  }
  .photo-banner__title {
    font-size: 30px;
  }
  .updates-picker__grid .quater-wrap {
    width: 100%;
  }
  .updates-picker__selects {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .updates-picker__selects .regular-select {
    max-width: 100%;
    width: 100%;
    margin: 0px 0px 25px;
  }
  .updates-picker__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 374px) {
  .header__icon-logo {
    width: 100px;
  }
  .text-container img {
    width: 100%;
  }
  .mark .review__img img {
    width: 100%;
  }
  .mark .review__title {
    font-size: 11px;
  }
  .big-green__button {
    letter-spacing: 0px;
    padding: 21px 15px;
  }
  .big-one .sub-header__button-text {
    letter-spacing: 0px;
  }
  .type-button {
    font-size: 15px;
  }
}
@media screen and (max-width: 1160px) {
  .page-nav {
    display: none;
  }
  .screen-block {
    height: auto;
    min-height: auto;
    min-width: auto;
    padding-top: 380px;
    position: relative;
    display: block;
  }
  .screen-block__container {
    max-width: 1130px;
    width: auto;
    padding: 0px 20px;
  }
  .screen-block:after {
    content: '';
    clear: both;
    display: table;
  }
  .screen-block__img-side {
    width: 100%;
    float: none;
    height: 380px;
    padding: 0px;
    position: absolute;
    top: 0px;
  }
  .screen-block__img-side:first-child {
    padding: 0px;
  }
  .screen-block__text-side {
    width: 100%;
    padding: 50px 20px;
  }
  .screen-block__text-side:first-child {
    padding: 50px 20px;
  }
  .char-table-screen {
    padding-top: 50px;
  }
  .description-line {
    padding: 0px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .undertext-img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }
  .main-screen {
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
  }
  .main-screen__title {
    width: auto;
    margin-bottom: 35px;
  }
  .main-screen__half-side {
    width: 25%;
    height: auto;
  }
  .main-screen__half-side:first-child {
    -ms-flex-order: 1;
    order: 1;
    width: auto;
  }
  .phone-container img {
    width: 100%;
  }
  .phone-container .plus-message {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .main-screen {
    padding: 50px 20px;
  }
  .main-screen__text-side {
    padding-left: 30px;
  }
  .tables-wrap__table-section {
    width: 100%;
    padding: 0px;
  }
  .tables-wrap__table-section:nth-child(even) {
    padding: 0px;
  }
  .description-line {
    display: block;
  }
  .img-square {
    display: table;
    margin: 30px auto 50px;
  }
  .article-item {
    padding: 0px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 570px) {
  .main-screen__half-side:last-child {
    display: none;
  }
  .main-screen__text-side {
    padding: 0px;
  }
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

