<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
margin: 0;
padding: 0;
outline: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-overflow-scrolling: touch;
}
.breadcrumb {
  margin: 0;
}
.page-title h1 {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 800 !important;
    text-rendering: optimizeLegibility;
    color: #fff;
    font-size: 46px !important;
    line-height: 1.2;

}

.page-title h1 .million {
  display: block;
  font-size: 82px !important;
}
.rub {
    font-family: 'ALSRubl-Tahoma', Tahoma, sans-serif;
    line-height: normal;
}
.page h2,
.page .h2 {
  font-size: 42px !important;
  text-transform: inherit;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: bold !important;
  text-rendering: optimizeLegibility;
  color: inherit;
  line-height: 1.3;
}

.page .salons__list h2,
.page .salons__list .h2 {
  font-size: 32px !important;
}

.page h3,
.page .h3 {
  font-size: 24px !important;
  /*font-weight: 400;*/
  line-height: 1.2;
  font-family: inherit;
}

.page .h3.h3-chek {
  font-size: 31px !important;
  font-weight: 600 !important;
  margin: 0;
}


.page .h3-allcheck {
  margin: 0;
  font-size: 21px;
}

@media screen and (max-width: 750px) {
  .page h2,
  .page .h2 {
    font-size: 32px !important;
  }
  .page h3,
  .page .h3,
  .page .h3.h3-chek,
  .page .salons__list h2,
  .page .salons__list .h2 {
    font-size: 24px !important;
  }
  .page-title h1 .million {
    display: block;
    font-size: 52px !important;
  }
}

.fin {
    top: -100px;
    position: relative;
	z-index:100;
}
.page-block {
  background-color: #fff;
  z-index: 5;
}
.page-block__bg {
  background-color: #f7f8f8;
}
.page-block__bg_blue {
  background-color: #0078d7;
}

.page-block__bg_gray {
  background-color: #707b82;
}

.page-block__bg_gray_light {
  background-color: #f7f8f9;
}

.action-info ul &gt; li {
  line-height: 1.8;
}

.header-page {
  position: relative;
  display: block;
  background: #eeeeee url(../img/hero_kosmo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.hero-img {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header-page {
    height: 420px;
    overflow: hidden;
  }
}

.page-title {
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-title {
    display: table;
    height: 500px;
}
.page-title div {
    display: table-cell;
    vertical-align: middle;
}

.img_header {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.inverted {
  color: #fff;
}

.header_time {
  position: relative;
  display: block !important;
  margin-top: 10px;
  text-align: center;
}

.header_time__days::after,
.header_time__hours::after,
.header_time__minutes::after {
  content: ':';
  position: absolute;
  color: #fff;
  top: 14px;
  left: 110%;
}

.header_time__days,
.header_time__hours,
.header_time__minutes,
.header_time__seconds {
  position: relative;
  display: inline-block !important;
  margin: 10px 5px 0;
}
.header_time .header_time__block{
  background-color: #ee0e3d;
  border-radius: 5px;
  width: auto;
  height: 50px;
  font-family: "Lato", Helvetica, sans-serif;
  font-weight: 800;
  font-size: 32px;
  padding: 0 5px;
  color: #fff;
}

.header_time .header_time__stage .header_time__block {
  background-color: #0078d7;
}

.header_time__title,
.header_time__list,
.time_title {
  display: block !important;
}
.page-title .button {
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0,15,27,.25);
  width: 100%;
  height: 100%;
}

.header-slider__list .swiper-slide .slide {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .page-title,
  .header-slider,
  .header-slider__list .swiper-slide {
    height: 400px;
  }
  .page-title .button {
    margin-top: 20px;
  }
}

.page-block_tiitle {
  line-height: 1.5;
}

.brandslistimg .item .pic {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.brandslistimg .item .pic img {
  display: inline-block;
}

.badge_300 {
  position: absolute;
  top: -60px;
  right: -200px;
}

.iphone_chek,
.iphone_date {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate( 0px, -50% );
}

.iphone_date {

}

@media only screen and (max-width: 767px) {
  .iphone_chek,
  .iphone_date,
  .badge_300 {
    display: none;
  }
}
.form_check {
  /*background:url(../img/reg_bg.jpg) no-repeat;
  background-size: auto;
  background-position: top right;*/
}

.form_check .h2 {
  margin: 0;
}

.card-day {
  display: block;
  font-size: 150px;
  color: #ee0e3d;
  line-height: 1;
  font-weight: 800;
}
.card-month {
  display: block;
  font-size: 42px;
  color: #0078d7;
  line-height: 1;
  font-weight: 800;
}

.card .h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.card .card-img {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  text-align: justify;
}

.tab-blockin .tab-onein2 {
  text-align: center;
  height: 40px;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .card .card-img {
    height: auto;
  }
  .tab-blockin {
    float: none;
    margin-top: 0px !important;
  }
  .tab-blockin .tab-onein2 {
    width: 50%;
  }
}

.bg-gradient::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(245,247,251,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(245,247,251,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(245,247,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99f5f7fb',GradientType=0 );
  z-index: -1;
}

.calendar__check .card-title .raffle {
  height: 66px;
}

.calendar__check .card-title .page-block__bg_gray_light .h3 {
  line-height: 46px;
}

.calendar__check  .card-img {
  height: auto;
}

.tab-blockin {
  margin-top: -60px;
}

.tab-blockin-show-prop2.active2 {
  float: none;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tab-blockin {
    margin-top: -40px;
  }
}

.shops {
  z-index: 1;
}

.shops .is-col .block-salon_item {
  height: 100%;
  border: 1px solid #eaeaea;
  transition: border .5s ease,transform .5s ease,box-shadow .5s ease,-webkit-transform .5s ease;
  background-color: #fff;
}

.shops .is-col .block-salon_item:hover {
  border: 1px solid #fff;
  box-shadow: 0 6px 24px rgba(17, 17, 19, 0.12);
}

.shops a:hover {
  text-decoration: none;
}

.salon_items {
  padding-left: 0;
}
.salon_items li {
  padding-left: 24px;
}

.salon_items__tel,
.salon_items__rej,
.salon_items__metro {
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 24px;
}
.salon_items__tel {
    background-image: url(/local/templates/proopt_page/img/bonus/tel.png);
}

.salon_items__rej {
    background-image: url(/local/templates/proopt_page/img/bonus/time.png);
}

.salon_items__metro {
    background-image: url(/local/templates/proopt_page/img/bonus/metro.png);
}

.block-info {
  font-size: 16px;
  line-height: 1.5;
}
.block-info::before {
  content: '*';
  position: absolute;
  top: 0;
  left: -10px;
}


.documents-list {
  position: relative;
}
.documents-list_pdf {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 100%;
  line-height: 1.2;
  margin-bottom: 24px;
  text-align: left;
	flex: 1;
}
.documents-pdf {
  position: relative;
  display: inline-block;
  clear: both;
}
.pdf {
  float: left;
}
.documents_content {
  margin-left: 50px;
}

.page {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .block_actions,
  .block_actions_after::after {
    background: none;
  }
  .page-block_tiitle {
    font-size: 21px !important;
    line-height: 1.2;
  }
}


@media print {
  body {
    color: #000; }
  a, a:link, a:visited {
    color: #000;
    text-decoration: none; } }

body.adaptive .page-content.action-acuvue {
  margin-right: 5px;
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  body.adaptive .header-page {
    height: 400px;
  }

  body.adaptive h1 {
    font-size: 32px !important;
  }
  body.adaptive h2,
  body.adaptive .h2,
  .block__text-blue {
    font-size: 24px !important;
  }
  body.adaptive h3,
  body.adaptive .h3 {
    font-size: 21px !important;
  }

  body.adaptive .documents-list {
    display: block !important;
  }

  .hero-img {
    margin-top: -40px;
  }
}

@media screen and (min-width: 650px) and (max-width:670px){
  body.adaptive .page-block.is-inset-top-64.is-inset-top-40-mobile.is-inset-left-20.is-inset-right-20.is-width-medium {
    /* margin-right: 40px; */
    max-width: 600px;
    min-width: 600px;
  }
}

.showcase .name a {
    z-index: 100;
    position: relative;
}
.showcase.columns5 .js-element {
    width: 280px;
}
.showcase .soloprice {
    padding: 10px;
    width: 70%;
    float: left;
}

.form_users_check input,
.form_users_check select,
.form_users_check textarea {
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  font-weight: 400;
  height: 50px;
  background-color: #fff;
  border: 1px solid rgba(17,17,19,.1) !important;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 8px;
  color: rgba(17,17,19,.8);
  outline: 0 !important;
}

.form_users_check input[type="text"]:focus {
  border: 1px solid rgba(17,17,19,.1) !important;
}

.form_users_check input[type=radio],
.form_users_check input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
}

.form_users_check [type=radio],
.form_users_check [type=checkbox] {
  vertical-align: middle;
  position: relative !important;
  bottom: .15rem;
  left: auto !important;
  margin: 0 !important;
  margin-right: 2px !important;
}

.upload-file__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}

.upload-file__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px dashed #e7e9ea;
    padding: 30px 50px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
}


.upload-file__label .upload-file__text {
    transition: .25s ease;
    font-size: 16px;
    color: #707b82;
}

.upload-file__label:hover .upload-file__text {
    color: #1c1c1c;
}

.upload-file__label:hover {
    border: 2px dashed #0078d7;
}

/* drag and drop - "hover" */
.upload-file__label.hover .upload-file__text {
    color: #1c1c1c;
}
.upload-file__label.hover {
    border: 2px dashed #0078d7;
}

/* drag and drop - РѕС€РёР±РєР° */
.upload-file__label.error .upload-file__text {
    color: #e5053a;
}
.upload-file__label.error,
.upload-file__wrapper.error .upload-file__label {
    border: 2px dashed #e5053a;
}

/* drag and drop - С„Р°Р№Р»(С‹) СѓСЃРїРµС€РЅРѕ РїРµСЂРµС‚СЏРЅСѓС‚(С‹) */
.upload-file__label.drop .upload-file__text {
    color: #1c1c1c;
}
.upload-file__label.drop {
    border: 2px dashed #0078d7;
}

/* РЎС‚РёР»РёР·Р°С†РёСЏ РЅРµ РІР°Р»РёРґРЅС‹С… РїРѕР»РµР№ */
.error input {
  border-color: #ee0e3d !important;
  background-color: #fdefe8;
}

.ok_form {
  display: none;
}

.ok_form.active {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .7);
  text-align: center;
  color: #0078d7;
}

.form-img {
  position: absolute;
  top: -80px;
  right: -100px;
}

.bg-secondary {
  background: #f1f9ff !important;
}

.bg-warning {
  background: #fdefe8 !important;
}

.bg-error {
  background: #fdedf1 !important;
}


.brands__slider .slick-prev, .brands__slider .slick-next {
    /* font-size: 0; */
    line-height: 0;
    position: absolute;
    top: calc(50% - 7px);
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border-radius: 4px;
    border: 0 solid transparent;
    z-index: 10;
    box-shadow: 0 6px 12px rgba(17, 17, 19, 0.12);
}

.slick-prev .icon, .slick-next .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #006ee6;
    vertical-align: middle;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #006ee6;
    border: 1px solid #006ee6;
    cursor: pointer;
}

.slick-prev:hover .icon, .slick-prev:focus .icon, .slick-next:hover .icon, .slick-next:focus .icon {
    fill: #fff;
}

.slick-prev.slick-disabled .icon, .slick-next.slick-disabled .icon {
    opacity: .25;
}

.brands__slider .slick-next:before,
.brands__slider .slick-prev:before {
    content: '';
}

.brandslistimg button.slick-next.slick-arrow {
  right: -10px;
}

.brandslistimg button.slick-prev.slick-arrow {
  left: -10px;
}

.icon {
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    height: 16px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px;
}

.icon::before, .icon::after {
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn .icon {
    vertical-align: -10%;
}

.btn.btn-action .icon {
    margin-left: .4rem;
    margin-right: .4rem;
}

.btn .icon {
    margin-left: 0;
    margin-right: .3rem;
}

.btn-lg .icon {
    vertical-align: -15%;
}

.btnSubmit.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.loading {
  color: transparent !important;
  min-height: .8rem;
  pointer-events: none;
  position: relative;
}

.loading::after {
  animation: loading 500ms infinite linear;
  background: transparent;
  border: .1rem solid #006de6;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: .8rem;
  left: 50%;
  margin-left: -.4rem;
  margin-top: -.4rem;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: .8rem;
  z-index: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.l-plus {
	position: fixed;
	top: 50%;
	right: 20px;
	left: inherit;
	min-height: 50px;
  width: 160px;
	background-color: transparent;
	box-shadow: 0 7px 15px rgba(0,120,215,0.15);
  border-radius: 50px;
	z-index: 110;
}

.l-plus .button {
  border-radius: 50px;
	padding: 15px 20px!important;
  color: #ee0e3d;
}

.l-plus-text {
  font-size: 18px !important;
  line-height: 1.2;
	min-width: auto;
	text-align: left;
  text-transform: none;
}

.l-plus .button span {

}

.l-plus .button.is-inverted:hover {
	color: #fff;
	background-color: #ee0e3d;
	box-shadow: none;
}

@media (max-width: 767px) {
	.l-plus {
    top: auto;
    bottom: 50px;
    left: 10px;
    right: 10px;
    display: block;
    width: 230px;
    text-align: center;
	}

	.l-plus .button, .l-plus .button span {
		width: 100% !important;
		max-width: 100%;
	}
}

.shtrihkod,
.phone-block {
  border-radius: 1.5rem;
}
.shtrihkod img,
.phone-block .card-img img,
.block-banner img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.75rem;
    margin-right:-.75rem;
}

.column,
[class~=col-] {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 20px;
}

/*.column.col-6,
[class~=col-].col-6 {
  -ms-flex: none;
  flex:none
}*/

.col-6 {
  width: 50%;
}

@media (max-width: 768px) {
  .column.col-6,
  [class~=col-].col-6 {
    -ms-flex: auto;
    flex:auto;
  }

  .col-6 {
    width: 100%;
  }
}

.faq__item {
  /*min-height: 300px;*/
  height: 100%;
}

@media (max-width: 768px) {
  .faq__item {
    min-height: 265px;
  }
}

@media (max-width: 640px) {
  .faq__item {
    min-height: 230px;
  }
}

@media (max-width: 480px) {
  .faq__item {
    min-height: 195px;
  }
}

.body .spec-offer-completed,
.shtrihkod .spec-offer-completed {
  max-width: 150px;
}

.plus18 {
  display: inline-block;
  vertical-align: middle;
}

.block-osmotr-items {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-osmotr-items .is-col {
  padding-bottom: 24px;
}

.block-osmotr {
  background-color: #F1F9FF;
  height: 100%;
}

.block-sale {
  background-color: #FDEFE8;
  height: 100%;
}
</pre></body></html>