@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button, input, select, textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*:focus, *:focus-within {
  outline: none;
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
}
html, body {
  min-height: 100vh;
  font-family: 'Lato', sans-serif;
  color: #272727;
  font-size: 16px;
  line-height: 1.495;
}
body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  min-width: 1200px;
}
div#app {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  min-height: 100vh;
  padding-top: 81px;
}
.wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.content {
  width: 1200px;
  padding: 64px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
header {
  display: flex;
  width: 100%;
  height: 81px;
  position: fixed;
  z-index: 800;
  background-color: #FFF;
  top: 0;
  left: 0;
}
header .content {
  padding-top: 0;
  padding-bottom: 0;
}
header .header-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
header .logo {
  width: 183px;
  height: 41px;
}
header .logo img {
  height: 100%;
  widdth: 100%;
}
header .navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  flex-grow: 1;
}
header .navigation a {
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 25px;
  opacity: 0.6;
  transition: 0.25s;
}
header .navigation a:hover {
  opacity: 1;
}
header .navigation a.button {
  opacity: 1;
  margin-left: 25px;
}
header .navigation.navigation-right {
  margin-left: auto;
  flex-grow: 0;
}
header .navigation.navigation-main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.button {
  height: 44px;
  background: #FAC944;
  border-radius: 3px;
  white-space: nowrap;
  padding: 0 32px;
  font-weight: 600;
  transition: 0.25s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.button:hover {
  background-color: #FFDA75;
}
.button.btn-longer {
  padding: 0 46px;
}
.button.btn-outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  color: #FFF;
}
.button.btn-outline:hover {
  background-color: #FFF;
  color: #272727;
  border-color: #FFF;
}
.button.btn-outline:hover svg * {
  stroke: #272727;
}
.button .button-icon {
  margin-right: 11px;
  height: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.button .button-icon svg {
  height: 100%;
}
.button.btn-white {
  padding: 0 56px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.button.btn-white:hover {
  background-color: #272727;
  color: #FFF;
}
section.main .wrap {
  background-image: url(/assets/img/back.png);
  background-size: cover;
  background-position: center;
}
section.main .content {
  height: 480px;
  padding-top: 0;
  padding-bottom: 0;
}
section.main .main-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
section.main .main-content .form {
  width: 658px;
  height: 100%;
  position: relative;
  margin-left: auto;
  padding-top: 59px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
section.main .main-content .form::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url(/assets/svg/rect.svg);
  -webkit-mask-image: url(/assets/svg/rect.svg);
  background-color: #FFCB3D;
}
section.main .main-content .form::before {
  content: '';
  height: 100%;
  width: calc((100vw - 1200px)/2 + 32px);
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #FFCB3D;
}
section.main .main-content .form-inner {
  position: relative;
  z-index: 50;
  width: 320px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
section.main .main-content .form-inner .form-input__icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
section.main .main-content .form-inner .form-input__icon svg {
  height: 100%;
  width: 100%;
  fill: #666;
}
section.main .main-content .form .form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 32px;
}
section.main .main-content .form .form-input {
  background-color: #FFFFFF;
  border-radius: 4px;
  height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0 20px;
  border-radius: 4px;
  margin-bottom: 16px;
}
section.main .main-content .form .form-input input {
  flex-grow: 1;
  height: 100%;
  border: none;
}
section.main .main-content .form .form-button button {
  width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  height: 46px;
  border: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 32px;
  background-color: #FFF;
  cursor: pointer;
  transition: 0.25s;
}
section.main .main-content .form .form-button button:hover {
  background-color: #272727;
  color: #FFF;
}
section.main .main-content .form .form-button button:active {
  background-color: #FFF;
  color: #272727;
}
section.main .main-content .form .form-tems {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.0022em;
}
.seeon {
  height: 100px;
  width: calc(100% - 60px);
  position: absolute;
  background-color: #F8F8F9;
  border-radius: 16px;
  bottom: 0;
  transform: translate(0, 50%);
  z-index: 20;
}
section.main .girl {
  position: absolute;
  width: 865px;
  height: 480px;
  right: 296px;
  background-image: url(/assets/img/girl.png);
  background-size: contain;
  background-position: center;
  z-index: 10;
}
a.url {
  font-weight: 600;
  border-bottom: 1px solid;
}
h1 {
  font-weight: 600;
  font-size: 48px;
  margin-top: 80px;
  line-height: 58px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 300px;
}
.main-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
  z-index: 90;
}
.main-title .main-title__desciption {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  max-width: 340px;
}
.seeon {
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.seeon-title {
  font-size: 22px;
  color: #000000;
  opacity: 0.5;
}
.seeon-logos {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.seeon-logos .seeon-logo-one {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  transition: .25s;
}
.seeon-logos .seeon-logo-one + .seeon-logo-one {
  margin-left: 36px;
}
img[data-src] {
  opacity: 0;
  transition: 0.35s;
}
img.lazyloaded, img.lazyloading {
  opacity: 1;
}
.carusel .content {
  padding: 137px 30px 89px;
}
.carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.carousel-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.carousel-block .carousel-one {
  width: 710px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.carousel-block .carousel-one__icon {
  height: 96px;
  margin-right: 24px;
  flex-shrink: 0;
  margin-left: 18px;
}
.carousel-block .carousel-one__icon img {
  height: 100%;
}
.carousel-block .carousel-one__title h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
  color: #000000;
}
.tns-outer {
  width: 1034px;
  overflow: hidden;
  margin: 0 auto;
}
div#tns1 {
  /* margin-left: 16px; */
}
.tns-controls button {
  position: absolute;
  top: 50%;
  transform: translate(0, 50%);
  background: none;
  border: none;
  font-size: 0;
  height: 26px;
  width: 13px;
  cursor: pointer;
  transition: 0.25s;
}
.tns-controls button:hover {
  opacity: 0.6;
}
.tns-controls button[data-controls="prev"] {
  left: 28px;
  background-image: url(/assets/svg/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tns-controls button[data-controls="next"] {
  right: 28px;
  background-image: url(/assets/svg/left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-block {
  width: 721px;
  position: relative;
  margin: 0 auto;
}
.carousel-block .tns-outer {
  width: 721px;
}
.carousel-block .tns-controls button {
  transform: translate(0, 0);
}
.carousel-block .tns-controls button[data-controls="prev"] {
  left: -77px;
  background-image: url(/assets/svg/left_b.svg);
}
.carousel-block .tns-controls button[data-controls="next"] {
  right: -77px;
  background-image: url(/assets/svg/right_b.svg);
}
section.reviews .wrap {
  background-image: url(/assets/img/review-back.jpg);
  background-size: cover;
  background-position: center;
}
section.reviews .content {
  padding: 64px 30px 59px;
}
section.reviews h2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 71px;
  color: #FFFFFF;
}
.tns-liveregion {
  display: none;
}
.reviews-block {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.reviews-block .review-one .review-one-inner {
  width: 100%;
  height: 180px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px 20px 32px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  /* margin-right: 16px; */
}
.reviews-block .review-one:nth-child(1) {
  /* margin-left: -32px; */
}
.reviews-block .review-one__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 42px;
  width: 100%;
  text-align: right;
}
.reviews-block .review-one__text {
  font-size: 14px;
  letter-spacing: -0.0022em;
  color: #666667;
}
.reviews-block .review-one__photo {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -38px;
  left: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.button-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.button-group a + a {
  margin-left: 32px;
}
footer .wrap {
  background-color: #FFCB3D;
  background-image: url(/assets/img/map-back.png);
  background-position: center;
  background-size: 746px 481px;
  background-repeat: no-repeat;
}
footer .content {
  padding: 182px 30px 100px;
  height: 535px;
}
footer h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 36px;
}
footer .footer_description {
  margin-bottom: 50px;
  text-align: center;
}
footer .seeon {
  height: 160px;
  width: calc( 100% - 60px);
  position: absolute;
  background-color: #FFF;
  border-radius: 16px;
  top: 0;
  transform: translate(0, -50%);
  z-index: 20;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
footer .seeon-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
footer .seeon .seeon-logo-one + .seeon-logo-one {
  margin-left: 52px;
}
section.wait .wrap {
  background-color: #F8F8F9;
}
section.wait .content {
  padding: 60px 30px 135px;
}
section.wait .wait-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
section.wait h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  margin-right: 32px;
}
.items .content {
  padding-bottom: 22px;
}
.items h2 {
  font-weight: 600;
  font-size: 32px;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.js-tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.js-tabs__header {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(191, 191, 193, 0.4);
  border-radius: 8px;
  margin-bottom: 28px;
  padding: 2px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.js-tabs__header li {
  height: 100%;
}
.js-tabs__header .js-tabs__title {
  padding: 0 46px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: 0.25s;
  white-space: nowrap;
}
.js-tabs__header .js-tabs__title:hover {
  opacity: 0.6;
}
.js-tabs__title.js-tabs__title-active {
  color: #FFF;
  cursor: default;
}
.js-tabs__title.js-tabs__title-active:hover {
  opacity: 1;
}
.js-tabs__title-active {
  background: #fff;
  border-bottom-color: #fff;
  border-top-left-radius: 0.75em;
}
.js-tabs__content {
  display: none;
}
.js-tabs__content-active {
  display: flex;
}
.items-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.item-one {
  width: calc((100% - (16px*3)) / 4);
  height: 398px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  transition: 0.25s ease-in;
}
.item-one:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
}
.item-one__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.item-one__header-way {
  font-size: 14px;
  letter-spacing: -0.0022em;
  color: #666667;
}
.item-one__image {
  margin: 24px 0;
  width: 100%;
  height: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.item-one__image img {
  width: 220px;
  height: 100%;
}
.item-one-name {
  width: 100%;
}
.item-one-name h3 {
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-one__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(191, 191, 193, 0.24);
}
.item-one__footer-cost {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
}
.item-one__footer-value {
  margin-left: auto;
}
.old-cost {
  line-height: 1;
  color: #666667;
  text-decoration: line-through;
}
.old-cost + .cost {
  margin-left: 8px;
}
.cost {
  font-size: 20px;
  line-height: 1;
}
.item-one__footer-value {
  height: 26px;
  right: 16px;
  bottom: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}
.items-rebates .item-one__footer-value {
  background-color: #FF4C00;
}
.items-coupons .item-one__footer-value {
  background-color: #32C08E;
}
.items-deals .item-one__footer-value {
  background-color: #357BF1;
}
.js-tabs__title.js-tabs__title-active[data-index='0'] {
  background-color: #FF4C00;
}
.js-tabs__title.js-tabs__title-active[data-index='1'] {
  background-color: #32C08E;
}
.js-tabs__title.js-tabs__title-active[data-index='2'] {
  background-color: #357BF1;
}
.item-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-top: 116px;
}
.item-links a {
  width: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  transition: 0.25s;
  cursor: pointer;
}
.item-links a:hover {
  opacity: 0.6;
}
.item-links .link-icon {
  margin-right: 6px;
}
.reviews-block {
    margin-top: 38px;
}
.mobile {
	display: none;
}
a.menu-button {
    width: 42px;
    height: 37px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    cursor: pointer;
}

a.menu-button:hover svg * {
    stroke: #000;
}

a.menu-button svg * {
    transition: .25s;
}