

/* Start:/local/templates/krasnyi_klyuch/css/reset.css?16978045511283*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input, textarea, button {
  border: none;
  outline: none;
  border-radius: 0;
}

:root {
  --size1920: 0.521;
  --size1440: 0.694;
  --size1024: 0.977;
  --size768: 1.31;
  --size600: 2.5;
  --green: #099;
  --lgreen: #17A04E;
}

html {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: calc(1vw * var(--size1920));
  /* scroll-behavior: smooth; */
  user-select: none;
  overflow-x: hidden;
}
html div {
  line-height: normal;
}
body {
  line-height: 1;
  font-size: 1rem;
  font-stretch: 150%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}
img,
svg,
video {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: fill;
}
svg path {
  width: 100%;
  display: block;
}


html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
/* End */


/* Start:/local/templates/krasnyi_klyuch/css/main.css?170723016039099*/
.page {
  width: 100%;
  position: relative;
  height: 100%;
  /* overflow-x: hidden; */
  overflow: hidden;
}
.inn {
  position: relative;
  height: 100%;
  width: 100%;
}
.conteiner {
  width: 168rem;
  margin: 0 auto;
  height: 100%;
}


.intro {
  background: #ECF8F8;
  overflow: hidden;
}
.intro .inn {
  padding: 13.5rem 0 9rem;
}
.main_title {
  font-size: 9rem;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(91deg, #099 -1.73%, #64C72A 89.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 72.4rem;
}
.main_subtitle {
  color: var(--green);
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  width: 63rem;
  position: relative;
}
.main_subtitle:after {
  position: absolute;
  content: '';
  width: 3.3rem;
  height: 4.6rem;
  background: url(/local/templates/krasnyi_klyuch/css/../src/svg/pos.svg) center no-repeat;
  background-size: contain;
  bottom: 1.5rem;
  right: 0;
}
.main_text {
  color: var(--green);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  width: 60rem;
  margin-top: 4rem;
}
.intro .bottle1 {
  position: absolute;
  width: 100rem;
  top: 0;
  right: -8rem;
}
.intro .leaf1{
  position: absolute;
  width: 69rem;
  bottom: -40rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.intro .leaf2 {
  position: absolute;
  bottom: -20rem;
  right: -7rem;
  width: 65rem;
}


.product .inn {
  padding: 6.5rem 0;
}
.pr_title {
  color: var(--green);
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.pr_title a {
  text-decoration: underline;
}
.pr_title span {
  font-weight: 500;
}
.pr_table {
  background: linear-gradient(93deg, #099 -3.81%, #64C72A 97.33%);
  border-radius: 2.7rem;
  -webkit-border-radius: 2.7rem;
  -moz-border-radius: 2.7rem;
  -ms-border-radius: 2.7rem;
  -o-border-radius: 2.7rem;
  overflow: hidden;
}
.pr_table .body {
  padding: 5rem 3rem 7.5rem;
  background: #DDF0D2;
  border-radius: 0 0 2.7rem 2.7rem;
  -webkit-border-radius: 0 0 2.7rem 2.7rem;
  -moz-border-radius: 0 0 2.7rem 2.7rem;
  -ms-border-radius: 0 0 2.7rem 2.7rem;
  -o-border-radius: 0 0 2.7rem 2.7rem;
}
.pr_table .row {
  display: flex;
  gap: 7rem;
}
.pr_table .body .row {
  justify-content: space-between;
  align-items: center;
}
.pr_table .l_r {
  color: #027A7A;
  font-size: 6rem;
  width: 60rem;
}
.pr_table .r_r {
  width: 91.5rem;
}
.pr_table .rr_i {
  display: flex;
  height: 16rem;
  align-items: center;
  gap: 3rem;
  border-left: .2rem solid #17A04E;
  border-bottom: .2rem solid #17A04E;
  padding: 2.5rem 2rem 2.5rem 7rem; 
}
.pr_table .rr_i:last-child {
  border-bottom: none;
}
.pr_table .rr_i .number{
  font-size: 9rem;
  text-align: center;
  color: #17A04E;
  width: 30%;
  line-height: .75;
}
.busines-block .pr_table .rr_i .number {
  text-align: left;
  font-size: 6rem;
}
.pr_table .rr_i:last-child .number {
  width: 43%;
}
.pr_table .rr_i:last-child .text {
  width: 50%;
}
.busines-block .pr_table .rr_i .text,
.busines-block .pr_table .rr_i:last-child .text {
  width: 75%;
}
.busines-block .pr_table .rr_i:last-child .number {
  width: 30%;
}
.iti__flag-container {
  z-index: 1;
}
.feedback-box__success {
  z-index: 2;
}
.pr_table .rr_i .number span {
  display: block;
}
.pr_table .rr_i .text{
  color: #494949;
  font-size: 3.5rem;
}

.pr_table .footer {
  padding: 8.5rem 3rem 7rem;
  color: #fff;
  height: 100%;
}
.pr_table .footer .tx {
  font-size: 3.5rem;
  width: 66rem;
}
.pr_table .footer .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89rem;
  font-size: 2.5rem;
  border: .1rem solid #FFF;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.pr_table .footer .button:hover {
  color: var(--lgreen);
  background: #fff;
}
@media (max-width: 1440px) {
  .pr_table .rr_i {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
    padding: 2rem;
  }
  .pr_table .rr_i:last-child .text {
    width: 100%;
  }
  .pr_table .r_r {
    width: 57rem;
  }
  .pr_table .body .row {
    gap: 0;
  }
  .pr_table .rr_i .text {
    font-size: 3.4rem;
  }
}
@media (max-width: 1024px) {
  .pr_table .body .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .pr_table .r_r,
  .pr_table .l_r {
    width: 100%;
  }
  .pr_table .l_r {
    font-size: 4.5rem;
  }
  .pr_table .rr_i {
    flex-direction: row;
    justify-content: space-between;
    border-left: none;
    align-items: center;
  }
  .pr_table .rr_i .number {
    font-size: 6.8rem;
    line-height: normal;
  }
  .pr_table .rr_i .text,
  .pr_table .rr_i:last-child .text {
    font-size: 2.6rem;
    width: 41rem;
  }
  .pr_table .body {
    padding: 5rem 3rem;
  }
  .pr_table .footer {
    padding: 5rem 3rem 4rem;
  }
}
@media (max-width: 768px) {
  .pr_table .rr_i {
    padding: 2rem 1.5rem;
  }
  .pr_table .rr_i:last-child .text {
    width: 52%;
  }
}
@media (max-width: 600px) {
  .pr_table .l_r {
    font-size: 3rem;
  }
  .pr_table .rr_i .number {
    font-size: 4.5rem;
  }
  .pr_table .rr_i .text, .pr_table .rr_i:last-child .text {
    font-size: 1.7rem;
    width: 100%;
  }
  .pr_table .rr_i {
    flex-direction: column;
    align-items: flex-start;
  }
  .pr_table .rr_i {
    padding: 2rem 0;
  }
}


.oncicle {
  background: linear-gradient(180deg, #ECF8F8 93%, transparent 99%);
  position: relative;
  z-index: 2;
}
.oncicle .inn {
  padding: 5rem 0;
  display: flex;
  gap: 5.5rem;
}
.oncicle .img {
  width: 88.3rem;
}
.oncicle .texter {
  width: 76.3rem;
}
.oncicle .title {
  color: var(--green);
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.oncicle .txt {
  color: #494949;
  font-size: 2.5rem;
  font-weight: 400;
}


.action {
  /* background: #ECF8F8; */
  background: linear-gradient(180deg, #ECF8F8 80%, rgba(236, 248, 248, 0.5) 98%);
  height: 103.7rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

.action .bl1,
.action .bl2,
.action .ac_main {
  width: 135rem;
  height: 135rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  box-shadow: 0rem 2rem 2.5rem 1rem rgba(2, 122, 122, 0.15);
}
.action .bl2 {
  width: 91rem;
  height: 91rem;
}
.action .ac_main {
  width: 72.7rem;
  height: 78.7rem;
  display: block;
  box-shadow: none;
}
.action .ac_main .arr {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 2.5rem;
}
.action .ac_main .text {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 3rem;
  left: 0;
  color: var(--green);
  font-size: 4rem;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.action .te1,
.action .te2 {
  position: absolute;
  color: var(--green);
  font-size: 3.5rem;
}

.action .te1 {
  width: 53rem;
  top: 18rem;
  left: 0rem;
}
.action .te2 {
  width: 46rem;
  bottom: 18rem;
  right: 0rem;
}

.x5 {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, #ECF8F8 95%, rgba(236, 248, 248, 0.5) 98%);
}
.x5 .inn {
  padding-top: 5rem;
}
.x_title {
  color: var(--green);
  font-size: 6rem;
  margin-bottom: 15rem;
  width: 60%;
}
.x_title span {
  font-weight: 300;
  text-transform: uppercase;
}
.x_text {
  width: 84rem;
  font-size: 3.5rem;
  font-weight: 400;
  color: #494949;
  padding-bottom: 22rem;
}
.x_text span {
  margin-bottom: 4rem;
  display: block;
}
.x_abs .ban1,
.x_abs .ban2 {
  position: absolute;
  width: 39.2rem;
  height: 65.4rem;
  right: 0;
  bottom: 0;
}
.x_abs .ban1 {
  bottom: 25rem;
}
.x_abs .ban2 {
  bottom: 7rem;
  right: 20rem;
}


.message {
  background: #ECF8F8;
  padding-bottom: 26.4rem;
  position: relative;
  z-index: 2;
}
.action + .message {
  background: linear-gradient(0deg, #ECF8F8 95%, rgba(236, 248, 248, 0.5) 98%);
}
.action + .message .inn {
  padding-top: 5rem;
}
.action + .message .mes_card .m_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.action + .message .mes_card .tx {
 margin-bottom: 0;
}
.mes_title {
  color: var(--green);
  font-size: 6rem;
  margin-bottom: 5rem;
}
.mes_card {
  background: #FFF;
  box-shadow: 0rem 2rem 2rem .5rem rgba(56, 127, 136, 0.10);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  padding: 7.5rem 3.6rem;
  display: flex;
  justify-content: space-between;
}
.mes_card .m_item:nth-child(1) {
  width: 60rem;
}
.mes_card .m_item:nth-child(2) {
  width: 84.8rem;
}
.mes_card .row {
  margin-bottom: 4rem;
  font-size: 3.5rem;
  color: #494949;
  font-weight: 400;
}
.mes_card .row span {
  color: var(--lgreen);
  font-weight: 500;
}
.mes_card .tx {
  font-size: 3.5rem;
  color: var(--green);
  margin-bottom: 4rem;
}


.package {
  background: linear-gradient(74deg, #099 14.68%, #64C72A 113.19%);
  height: 90rem;
  position: relative;
  z-index: 2;
}
.package .btl {
  position: absolute;
  width: 146.4rem;
  height: 158.5rem;
  bottom: -50rem;
  left: -20rem;
  transform: rotate(11.157deg);
}
.package .tt1,
.package .tt2 { 
  color: #fff;
  font-size: 6rem;
  width: 77rem;
  position: absolute;
  top: 21.8rem;
  left: 55%;
}
.package .tt2 {
  font-size: 2.5rem;
  top: 50rem;
  font-weight: 400;
}


.reborn {
  background: #ECF8F8;
  position: relative;
  z-index: 5;
}
.reborn .inn {
  padding-top: 36rem;
}
.flexer {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 10rem;
}
.reb_i {
  width: 100%;
  height: 107.5rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  padding: 41rem 3.5rem 4rem;
  position: relative;
}
.reb_i:nth-child(1) {
  background: #D9EEED;
}
.reb_i:nth-child(2) {
  background: #DDF0D2;
}
.reb_i .ti {
  font-size: 6rem;
  color: var(--green);
  margin-bottom: 2rem;
}
.reb_i li {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 3.5rem;
  padding-left: 2.5rem;
  font-weight: 400;
}
.reb_i li:after {
  position: absolute;
  content: '';
  background: #494949;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  top: 1.8rem;
  left: 0;
}
.reb_i .abs {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 72rem;
}
.reb_i:nth-child(1) .abs {
  left: 15rem;
  right: 15rem;
} 


.onl {
  background: #ECF8F8;
  padding-bottom: 12.5rem;
}
.onl .t1 {
  width: 98.1rem;
  font-size: 6rem;
  color: var(--green);
  text-align: center;
  margin: 0 auto 7.5rem;
}
.onl .b1 {
  display: block;
  width: 90.4rem;
  height: 7.1rem;
  margin: 0 auto;
  position: relative;
}
.onl .b1 .but{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #099 -0.24%, #64C72A 98.69%);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.footer {
  background: linear-gradient(90deg, #099 13.97%, #64C72A 92.29%);
  height: 12.5rem;
}
.footer .inn {
  display: flex;
  align-items: center;
}
.viv {
  width: 17.7rem;
  margin-right: 8rem;
}
.sib {
  width: 12.6rem;
  margin-right: 11.4rem;
}
.policy {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin-right: auto;
}
.socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-right: 5rem;
}
.toUp {
  width: 3rem;
  cursor: pointer;
}
.soc {
  width: 3rem;
  height: 3rem;
  display: block;
}


.video-container iframe {
  width: 100%;
  height: 107rem;
}

.oncicle li {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
}
.oncicle li:after {
  position: absolute;
  content: '';
  background: #494949;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  left: 0;
  top: 7px;
}
.main_subtitle:after {
  display: none;
}
.video-container {
  position: relative;
  z-index: 2;
}
.action.button-block {
  margin-top: -1rem;
}

@media (max-width: 1440px) {
  html {
    font-size: calc(1vw * var(--size1440));
  }
  .conteiner {
    width: 123rem;
  }
  .video-container iframe {
    height: 80rem;
  }
  .intro .bottle1 {
    width: 80rem;
    right: -30rem;
    top: auto;
    bottom: -30rem;
  }
  .intro .leaf1 {
    width: 45rem;
    bottom: -20rem;
    left: 70%;
  }
  .intro .leaf2 {
    width: 45rem;
    right: -28rem;
    bottom: -8rem;
  }
  .main_subtitle {
    width: 63rem;
  }
  .tb_desc {
    width: 48.5rem;
  }
  .col_br {
    width: 57.4rem;
  }
  .col_br .col_item {
    justify-content: space-between;
  }
  .col_br .col_item .desc {
    width: 32rem;
  }
  .col_gap .col_item {
    margin-bottom: 1rem;
    width: 100%;
    padding: 1rem 5rem;
  }
  .col_gap .col_item:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
    /* padding: 1rem 5rem; */
    margin-bottom: 1rem;
  }
  .pr_table .row {
    gap: 4rem;
  }
  .col_gap .col_item .tit {
    width: 100%;
  }
  .col_gap .abs_text {
    width: 57.3rem;
    bottom: -14rem;
  }
  .pr_table .footer .button {
    width: 46.6rem;
  }
  .footer {
    height: auto;
  }
  .pr_table .rr_i:last-child .number,
  .busines-block .pr_table .rr_i:last-child .number,
  .busines-block .pr_table .rr_i .number,
  .pr_table .rr_i .number {
    width: 100%;
    line-height: 0.95;
    text-align: left;
  }
  .action {
    height: 80rem;
  }
  .action.button-block {
    height: 95rem;
  }
  .action .bl1 {
    width: 102rem;
    height: 102rem;
  }
  .action .bl2 {
    width: 68.8rem;
    height: 68.8rem;
  }
  .action .ac_main {
    width: 52rem;
    height: 58rem;
  }
  .action .te1 {
    top: 2rem;
  }
  .action.button-block .te1 {
    top: 7rem;
  }
  .action.button-block .te2 {
    bottom: 5rem;
  }
  .action .te1, .action .te2 {
    font-size: 3.1rem;
  }
  .action .ac_main .text {
    font-size: 3.5rem;
  }
  .oncicle .img {
    width: 64.3rem;
    height: 51.5rem;
  }
  .oncicle.inform-block .img {
    height: auto;
  }
  .oncicle.inform-block .img img {
    object-fit: cover;
  }
  .oncicle .texter {
    width: 53rem;
  }
  .oncicle.inform-block .texter {
    width: 80rem;
  }
  .oncicle.inform-block .txt {
    font-size: 1.8rem;
  }
  .oncicle.inform-block .title {
    margin-bottom: 2rem;
    line-height: .95;
  }
  .action .te2{
    bottom: 2rem;
    right: -4rem;
  }
  .x_title {
    margin-bottom: 4rem;
    width: 100%;
  }
  .x_text {
    font-size: 2.5rem;
    width: 68.9rem;
    padding-bottom: 12rem;
  }
  .x_abs .ban1, .x_abs .ban2 {
    width: 27rem;
    height: 45.1rem;
  }
  .x_abs .ban2 {
    bottom: 9rem;
  }
  .x_abs .ban1 {
    bottom: 15rem;
    right: -1rem;
  }
  .x_text span {
    margin-bottom: 2rem;
  }
  .mes_card .m_item:nth-child(2) {
    width: 58rem;
  }
  .mes_card .m_item:nth-child(1) {
    width: 52.8rem;
  }
  .message {
    padding-bottom: 22rem;
  }
  .package {
    height: 51.5rem;
  }
  .package .btl {
    width: 106.4rem;
    height: 118.5rem;
    left: -30rem;
  }
  .reb_i:nth-child(1) .abs {
    left: 10rem;
    right: 10rem;
  }
  .package .tt1, .package .tt2 {
    left: 40%;
    top: 6.5rem;
  }
  .package .tt2 {
    top: 32rem;
    font-weight: 400;
  }
  .reb_i {
    width: 60rem;
    height: 105rem;
    padding: 28rem 2.5rem 4rem;
  }
  .reb_i .abs {
    bottom: 80rem;
  }
  .reb_i li {
    font-weight: 400;
  }
  .onl .t1 {
    margin: 0 auto 4rem;
  }
  .onl {
    padding-bottom: 10rem;
  }
}


@media (max-width: 1024px) {
  html {
    font-size: calc(1vw * var(--size1024));
  }
  .conteiner {
    width: 88rem;
  }
  .video-container iframe {
    height: 57rem;
  }
  .main_title {
    font-size: 6.8rem;
  }
  .main_subtitle {
    font-size: 4.5rem;
    width: 48rem;
  }
  .main_text {
    width: 45.3rem;
  }
  .intro .bottle1 {
    width: 70rem;
    bottom: -40rem;
  }
  .intro .leaf2 {
    width: 30rem;
    right: -18rem;
  }
  .intro .leaf1  {
    left: 65%;
    bottom: -31rem;
  }
  .main_subtitle:after {
    width: 3rem;
    bottom: 0.8rem;
  }
  .pr_title {
    width: 100%;
    font-size: 4.5rem;
    margin-bottom: 4rem;
  }
  .product .inn {
    padding: 3rem 0 6rem;
  }
  .tb_tit {
    font-size: 4.5rem;
    width: 38rem;
  }
  .tb_desc {
    width: 38.5rem;
    font-size: 2.5rem;
  }
  .col_br .col_item:last-child .number {
    width: 10rem;
    line-height: .75;
  }
  .col_br .col_item .number {
    font-size: 4.5rem;
  }
  .col_br .col_item .desc,
  .col_br .col_item:last-child .desc {
    width: 23.7rem;
    font-size: 2rem;
  }
  .col_br .col_item {
    padding-right: 1rem;
  }
  .pr_table .row {
    gap: 2.5rem;
  }
  .col_gap .col_item {
    padding: 1rem;
    gap: 0.5rem;
  }
  .col_gap .col_item .tit {
    font-size: 4.5rem;
  }
  .col_gap .col_item:first-child .des {
    width: 65%;
  }
  .col_gap .col_item .des {
    width: 100%;
    font-size: 2rem;
  }
  .col_gap .col_item .number {
    font-size: 4.5rem;
  }
  .col_gap .abs_text {
    font-size: 2.5rem;
    width: 40rem;
    bottom: -5rem;
    right: 2rem;
  }
  .pr_table .footer .tx {
    font-size: 2.5rem;
    width: 43.2rem;
  }
  .pr_table .footer .button {
    width: 33.4rem;
  }
  .oncicle .inn {
    flex-direction: column;
    gap: 0;
    padding: 23rem 0 10rem;
  }
  .oncicle .img,
  .oncicle .texter,
  .oncicle.inform-block .texter {
    width: 100%;
    height: auto;
  }
  .oncicle .img {
    margin-bottom: 1rem;
  }
  .oncicle .title {
    position: absolute;
    font-size: 4.5rem;
    top: 4rem;
    left: 0;
    width: 72rem;
  }
  .oncicle .txt {
    font-size: 2rem;
  }
  .action .bl1 {
    width: 69rem;
    height: 69rem;
  }
  .action .bl2{
    width: 46.6rem;
    height: 46.6rem;
  }
  .action .ac_main  {
    width: 37.2rem;
    height: 42.2rem;
  }
  .action .ac_main .arr {
    bottom: 5.5rem;
  }
  .package .btl {
    width: 76.4rem;
    height: 88.5rem;
    left: -26rem;
    bottom: -26rem;
  }
  .action .ac_main .text {
    font-size: 2.5rem;
  }
  .action .te1, .action .te2 {
    font-size: 2.5rem;
  }
  .oncicle {
    background: linear-gradient(180deg, #ECF8F8 96%, transparent 99%);
  }
  .action,
  .x5,
  .oncicle {
    background: #ECF8F8;
  }
  .action {
    margin-top: 0;
  }
  .x_title {
    font-size: 4.5rem;
  }
  .x_abs .ban1, .x_abs .ban2 {
    width: 21rem;
    height: 34.9rem;
  }
  .x_text {
    font-size: 2rem;
    width: 42.3rem;
  }
  .x_abs .ban2 {
    right: 15rem;
  }
  .x_abs .ban1 {
    bottom: 21rem;
  }
  .mes_title {
    font-size: 4.5rem;
  }
  .mes_card {
    flex-direction: column;
  }
  .mes_card .m_item:nth-child(1) {
    width: 71rem;
  }
  .mes_card .row,
  .mes_card .tx {
    font-size: 2.5rem;
  }
  .mes_card .tx:last-child {
    margin-bottom: 0;
  }
  .mes_card .m_item:nth-child(2) {
    width: 100%;
  }
  .package .tt1, .package .tt2 {
    font-size: 4.5rem;
    width: 57.5rem;
  }
  .package .tt2 {
    font-size: 2rem;
  }
  .flexer {
    flex-direction: column;
    gap: 30rem;
  }
  .reb_i {
    width: 100%;
    height: 70rem;
    padding: 25rem 2.5rem 4rem;
  }
  .reb_i .abs {
    left: 10rem;
    right: 10rem;
    bottom: 45rem;
  }
  .reb_i:nth-child(1) .abs {
    left: 20rem;
    right: 20rem;
  }
  .reb_i .ti {
    font-size: 4.5rem;
  }
  .reb_i li {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .reb_i li:after {
    width: 0.8rem;
    height: 0.8rem;
    top: 1.3rem;
  }
  .onl .t1 {
    font-size: 4.5rem;
    width: 73.6rem;
  }
  .onl .b1 {
    width: 68rem;
  }
  .viv {
    margin-right: 1rem;
  }
  .sib {
    margin-right: 8rem;
  }
  .policy {
    width: 18rem;
  }
}



@media (max-width: 768px) {
  html {
    font-size: calc(1vw * var(--size768));
  }
  .reb_i li {
    margin-bottom: 1rem;
  }
  .conteiner {
    width: 68.2rem;
  }
  .video-container iframe {
    height: 42rem;
  }
  .pr_table .body .row {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0rem;
  }
  .main_text {
    width: 40rem;
  }
  .intro .inn {
    padding: 6rem 0 15rem;
  } 
  .tb_tit,
  .tb_desc,
  .col_br,
  .col_gap {
    width: 100%;
  }
  .col_br .col_item {
    border-right: none;
  }
  .col_br .col_item:last-child .number {
    width: 17.5rem;
  }
  .col_br .col_item .desc, .col_br .col_item:last-child .desc {
    width: 31.8rem;
  }
  .col_gap .col_item:first-child {
    flex-direction: row;
    justify-content: space-between;
  }
  .col_gap .col_item .tit {
    width: 33rem;
  }
  .col_gap .col_item:first-child .des {
    width: 26.4rem;
  }
  .col_gap .abs_text {
    width: 56rem;
  }
  .col_gap .abs_text {
    bottom: 0;
    right: auto;
    left: 0;
  }
  .pr_table .body {
    padding: 5rem 3rem 1rem;
  }
  .pr_table .footer .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pr_table .footer .button {
    width: 57.7rem;
    height: 6rem;
  }
  .action .te1 {
    width: 42rem;
  }
  .action .te2 {
    width: 33rem;
    right: 0;
  }
  .x_title {
    margin-bottom: 80rem;
  }
  .x_abs .ban1, .x_abs .ban2 {
    width: 38.2rem;
    height: 63.7rem;
    right: auto;
    bottom: auto;
    top: 0rem;
    left: 0rem;
  }
  .x_abs .ban2 {
    top: 32rem;
  }
  .x_abs .ban1 {
    left: auto;
    right: 0rem;
    top: 15rem;
  }
  .x_text {
    width: 100%;
  }
  .package {
    height: 105rem;
  }
  .package .btl {
    bottom: auto;
    top: -20rem;
    left: -10rem;
  }
  .reb_i:nth-child(1) .abs {
    left: 15rem;
    right: 15rem;
  }
  .package .tt1, .package .tt2 {
    top: auto;
    bottom: 18rem;
    left: 2rem;
  }
  .package .tt2 {
    bottom: 6rem;
    width: 68rem;
  }
  .flexer {
    gap: 15rem;
  }
  .viv {
    width: 14rem;
  }
  .sib {
    width: 9rem;
    margin-right: 4rem;
  }
  .socials {
    gap: 1.5rem;
  }
}


@media (max-width: 600px) {
  html {
    font-size: calc(1vw * var(--size600));
  }
  .conteiner {
    width: 33rem;
  }
  .video-container iframe {
    height: 22rem;
  }
  .main_title {
    font-size: 4.5rem;
  }
  .main_subtitle {
    font-size: 3rem;
    width: 31.5rem;
  }
  .main_subtitle:after {
    width: 2rem;
    height: 2.7rem;
  }
  .main_text {
    width: 100%;
    font-size: 1.7rem;
  }
  .intro .bottle1 {
    position: static;
    width: 100%;
    margin-bottom: -45%;
  }
  .intro .inn {
    padding: 3rem 0 0 ;
  }
  .intro .inn > div:last-of-type:not(.abs_obj) {
    margin-bottom: 10rem;
  }
  .pr_table,
  .col_gap .col_item,
  .mes_card,
  .reb_i,
  .onl .b1 .but {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
  }
  .pr_table .body {
    padding: 1rem 1.5rem 2rem;
  }
  .col_br .col_item .desc, .col_br .col_item:last-child .desc {
    width: 11.5rem;
    font-size: 1.3rem;
  }
  .col_br .col_item .number,
  .col_br .col_item:last-child .number {
    width: 9rem;
  }
  .col_br .col_item {
    justify-content: flex-start;
    gap: 0;
  }
  .col_br .col_item .desc, .col_br .col_item:last-child .desc {
    width: 21rem;
  }
  .col_gap .col_item:first-child {
    flex-direction: column;
  }
  .col_gap .col_item .tit {
    width: 100%;
    font-size: 3rem;
  }
  .col_gap .col_item:first-child .des {
    font-size: 1.3rem;
    width: 16rem;
  }
  .pr_title,
  .tb_tit,
  .col_br .col_item .number,
  .col_gap .col_item .number,
  .oncicle .title,
  .x_title,
  .mes_title,
  .reb_i .ti {
    font-size: 3rem;
  }
  .tb_desc,
  .col_gap .abs_text,
  .pr_table .footer .tx,
  .action .te1,
  .action .te2,
  .action .ac_main .text,
  .mes_card .row, .mes_card .tx,
  .reb_i li,
  .onl .b1 .but {
    font-size: 1.7rem;
  }
  .col_gap .col_item.last {
    margin-bottom: 1.5rem;
  }
  .col_gap .col_item .des,
  .oncicle .txt,
  .x_text,
  .oncicle.inform-block .txt {
    font-size: 1.3rem;
  }
  .col_gap {
    height: auto;
  }
  .col_gap .abs_text {
    position: static;
    width: 100%;
  }
  .pr_table .body {
    border-radius: 0 0 1.5rem 1.5rem;
    -webkit-border-radius: 0 0 1.5rem 1.5rem;
    -moz-border-radius: 0 0 1.5rem 1.5rem;
    -ms-border-radius: 0 0 1.5rem 1.5rem;
    -o-border-radius: 0 0 1.5rem 1.5rem;
  }
  .pr_table .footer .tx {
    width: 100%;
  }
  .pr_table .footer {
    padding: 1.5rem;
  }
  .pr_table .footer .button {
    width: 100%;
    height: 3.6rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .oncicle .title,
  .action .te1,
  .action .te2 {
    width: 30rem;
  }
  .action .bl1 {
    width: 43rem;
    height: 43rem;
  }
  .action .bl2 {
    width: 29rem;
    height: 29rem;
  }
  .action .ac_main {
    width: 24.6rem;
    height: 27.6rem;
  }
  .action {
    height: 60rem;
  }
  .action.button-block {
    height: 65rem;
  }
  .action .te2 {
    width: 23.6rem;
    right: -1rem;
  }
  .action .ac_main .text {
    bottom: 1rem;
    font-size: 1.3rem;
  }
  .action .ac_main .arr {
    bottom: 2.5rem;
    width: 1.5rem;
  }
  .action + .package {
    margin-top: 10rem;
  }
  .oncicle .inn {
    padding: 20rem 0 6rem;
  }
  .x_abs .ban1, .x_abs .ban2 {
    width: 17rem;
    height: 28.3rem;
  }
  .x_abs .ban2 {
    top: 17rem;
  }
  .x_abs .ban1 {
    top: 23rem;
  }
  .x_title {
    margin-bottom: 35rem;
  }
  .x_text {
    padding-bottom: 8rem;
  }
  .mes_card {
    padding: 3rem 2rem;
  }
  .mes_card .m_item:nth-child(1) {
    width: 100%;
  }
  .mes_card .row,
  .mes_card .tx {
    margin-bottom: 3rem;
  }
  .package {
    height: 57rem;
  }
  .package .btl {
    width: 36.4rem;
    height: 45rem;
    left: 0;
    top: -15rem;
    transform: rotate(31.024deg);
  }
  .reb_i:nth-child(1) .abs {
    left: 6rem;
    right: 6rem;
  }  
  .package .tt1, .package .tt2 {
    font-size: 2.5rem;
    width: 24.9rem;
  }
  .package .tt2 {
    font-size: 1.3rem;
    width: 33rem;
  }
  .reborn .inn {
    padding-top: 13rem;
  }
  .reb_i li:after {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.7rem;
  }
  .reb_i li {
    padding-left: 1.2rem;
  }
  .reb_i .abs {
    left: 3rem;
    right: 3rem;
    bottom: 42rem;
  }
  .reb_i {
    height: 55rem;
    padding: 15rem 2.5rem 4rem;
  }
  .flexer {
    gap: 10rem;
  }
  .onl .t1 {
    width: 100%;
    font-size: 2rem;
  }
  .onl .b1 {
    width: 33rem;
    height: 4.5rem;
  }
  .onl {
    padding-bottom: 5rem;
  }
  .footer .inn {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer {
    padding-bottom: 3rem;
  }
  .socials {
    margin-right: auto;
  }
  .viv {
    width: 48%;
    margin: 0;
  }
  .sib {
    width: 48%;
    margin: 0;
  }
  .policy {
    margin: 0;
  }
  .socials {
    margin: 0;
  }
  .toUp {
    margin-top: 3rem;
    align-self: flex-end;
  }
}

.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  z-index: 10;
  display: none;
  overflow: auto;
  padding: 2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.feedback-modal.is_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feedback-modal.is_active {
  opacity: 1;
}
.feedback-modal.is_active .feedback-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.feedback-box {
  width: 100%;
  max-width: 65.4rem;
  background: #d9eeed;
  padding: 4rem;
  margin: auto;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 4rem rgba(0, 0, 0, 0.15));
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  transform: scale(0.9) translate3d(0, 2rem, 0);
  -webkit-transform: scale(0.9) translate3d(0, 2rem, 0);
  -moz-transform: scale(0.9) translate3d(0, 2rem, 0);
  -ms-transform: scale(0.9) translate3d(0, 2rem, 0);
  -o-transform: scale(0.9) translate3d(0, 2rem, 0);
}
.feedback-box__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 2;
}
.feedback-box__close svg {
  width: 2.1rem;
  height: 2.1rem;
}
.feedback-box__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feedback-box__submit .button {
  max-width: 35rem;
}
.feedback-box__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 238, 237, 0.7);
  backdrop-filter: blur(.6rem);
  -webkit-backdrop-filter: blur(.6rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.feedback-box__success.is_visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feedback-box__success-button {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 116%;
  text-align: center;
  color: #009999;
  width: 36.6rem;
  height: 7.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(44.61deg, #ffffff 7.88%, #ffffff 91.91%);
  background: linear-gradient(45.39deg, #ffffff 7.88%, #ffffff 91.91%);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border: .1rem solid #009999;
}
@media screen and (max-width: 1599px) {
  .feedback-box {
    max-width: 52.5rem;
    padding: 6rem 5rem 3rem;
  }
  .feedback-box__submit .button {
    max-width: 100%;
    height: 4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .feedback-box__success-button {
    width: 42.3rem;
    height: 4rem;
    font-size: 1.6rem;
    line-height: 116%;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
}
@media screen and (max-width: 767px) {
  .feedback-box {
    max-width: 30rem;
    padding: 4rem 1rem;
  }
  .feedback-box__close {
    top: 1.5rem;
    right: 1.5rem;
  }
  .feedback-box__success {
    padding: 0 2rem;
  }
  .feedback-box__success-button {
    width: 100%;
    max-width: 28.2rem;
    height: 4rem;
    font-size: 2rem;
  }
}

.form-fieldset {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1279px) {
  .form-fieldset {
    margin-bottom: 2rem;
  }
}

.form-input {
  width: 100%;
  height: 7.1rem;
  padding: 0 2.5rem;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 116%;
  color: #027a7a;
  background: #ffffff;
  border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -ms-border-radius: 1.1rem;
  -o-border-radius: 1.1rem;
}
@media (max-width: 1600px) {
  .form-input {
    height: 5rem;
  }
}
@media screen and (max-width: 1279px) {
  .form-input {
    height: 3rem;
    padding: 0 1.2rem;
    font-size: 1.3rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
  }
}

textarea.form-input {
  height: 16rem;
  padding: 2.5rem;
  resize: none;
}
@media screen and (max-width: 1279px) {
  textarea.form-input {
    height: 9.4rem;
    padding: 1.2rem;
  }
}

.form-label {
  font-size: 2.5rem;
  line-height: 116%;
  color: #027a7a;
  margin-bottom: 2rem;
}
@media (max-width: 1600px) {
  .form-label {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .form-label {
    font-size: 1.3rem;
    line-height: 116%;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}

.is-error .form-input {
  color: #e87a7a;
  -webkit-box-shadow: 0 0 0 .1rem #e87a7a;
  box-shadow: 0 0 0 .1rem #e87a7a;
}

.label-error {
  display: none !important;
}

.button-form {
  height: 7.1rem;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 116%;
  padding: 0 3rem;
  text-align: center;
  color: #d9eeed;
  background: -o-linear-gradient(44.61deg, #009999 7.88%, #64c72a 91.91%);
  background: linear-gradient(45.39deg, #009999 7.88%, #64c72a 91.91%);
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transition: 0.3s color ease-out;
  -o-transition: 0.3s color ease-out;
  -webkit-transition: 0.3s color ease-out;
  -moz-transition: 0.3s color ease-out;
  -ms-transition: 0.3s color ease-out;
}
.button-form:disabled {
  color: #d9eeed;
  background: -o-linear-gradient(
    44.61deg,
    rgba(0, 153, 153, 0.2) 7.88%,
    rgba(100, 199, 42, 0.2) 91.91%
  );
  background: linear-gradient(
    45.39deg,
    rgba(0, 153, 153, 0.2) 7.88%,
    rgba(100, 199, 42, 0.2) 91.91%
  );
  pointer-events: none;
}
.button__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-form.full_size {
  width: 100%;
}


.intro .bottle1 img {
  pointer-events: none;
}

.vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro {
  background: linear-gradient(273deg, #63B7C2 4.64%, #93D4DD 38.8%, #DEF9FF 71.27%);
}

.vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro .bottle1 {
  width: 92.6rem;
  right: 0;
}

.vklyuchitsikl .intro {
  background: linear-gradient(271deg, #FFF 16.59%, #DEF9FF 114.13%);
}
.vklyuchitsikl .intro .bottle1 {
  height: 100%;
  width: 120rem;
  right: -11rem;
}
.vklyuchitsikl .intro .bottle1::after {
  position: absolute;
  content: '';
  width: 83rem;
  height: 83rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(229, 251, 255, 0.80);
  filter: blur(15rem);
  -webkit-filter: blur(15rem);
  z-index: 5;
  bottom: -40%;
  right: -43%;
}
.vklyuchitsikl .intro .bottle1 .banner-image-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 48.6rem;
  z-index: 2;
}
.vklyuchitsikl .intro .bottle1 .banner-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.6rem;
  height: auto;
  z-index: 2;
}
.vklyuchitsikl .intro .bottle1 .banner-image-3 {
  position: absolute;
  bottom: 0;
  right: 10rem;
  width: 39.5rem;
  height: auto;
  z-index: 2;
}
.vklyuchitsikl .intro .bottle1 .banner-image-4 {
  position: absolute;
  top: 0rem;
  left: 47%;
  width: 83.1rem;
  height: auto;
  transform: translateX( -50%);
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
  z-index: 1;
}



@media (max-width: 1440px) {
  .vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro .bottle1 {
    width: 80rem;
    right: -15rem;
  }
  .vklyuchitsikl .intro .bottle1 {
    bottom: 0;
    width: 75rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-1 {
    width: 38.6rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-2 {
    width: 23.6rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-3  {
    width: 25rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-4 {
    top: 10rem;
    left: 47%;
    width: 63rem;
  }
  .vklyuchitsikl .intro .bottle1::after {
    width: 70rem;
    height: 70rem;
  }
}
@media (max-width: 1024px) {
  .vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro .bottle1 {
    width: 60rem;
    right: -15rem;
    bottom: -20rem;
  }
  .vklyuchitsikl .intro .bottle1::after {
    display: none;
  }
  .vklyuchitsikl .intro .bottle1 {
    width: 65rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-2 {
    top: 7rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-3 {
    right: 5rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-4  {
    top: 23rem;
    left: 55%;
    width: 42rem;
  }
}
@media (max-width: 768px) {
  .vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro .bottle1 {
    width: 50rem;
    right: -15rem;
    bottom: -10rem;
  }
  .vklyuchitsikl .intro .bottle1 {
    width: 50rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-4 {
    width: 35rem;
    top: 35rem;
  }
}
@media (max-width: 600px) {
  .vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .intro .bottle1 {
    width: 100%;
  }
  .vklyuchitsikl .intro .bottle1 {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 0;
    height: 40rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-1 {
    width: 24rem;
    left: -6rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-2 {
    width: 19rem;
    top: 0rem;
    right: -9rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-3 {
    width: 20rem;
    right: -4rem;
  }
  .vklyuchitsikl .intro .bottle1 .banner-image-4 {
    top: 7rem;
  }
  .vklyuchitsikl-otvetstvennogo-potrebleniya-v-permi-vmeste-s-vivilen .oncicle .inn {
    padding: 23rem 0 6rem;
  }
} 
/* End */


/* Start:/local/templates/krasnyi_klyuch/css/intlTelInput.min.css?170602267120141*/
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}[dir=rtl] .iti__arrow{margin-right:6px;margin-left:0}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{display:flex;align-items:center;padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:white}.iti__country-name,.iti__flag-box{margin-right:6px}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}[dir=rtl] .iti--allow-dropdown input,[dir=rtl] .iti--allow-dropdown input[type=tel],[dir=rtl] .iti--allow-dropdown input[type=text],[dir=rtl] .iti--separate-dial-code input,[dir=rtl] .iti--separate-dial-code input[type=tel],[dir=rtl] .iti--separate-dial-code input[type=text]{padding-right:52px;padding-left:6px;margin-right:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--separate-dial-code .iti__flag-container{right:0;left:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:white}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:white}.iti--separate-dial-code .iti__selected-flag:hover{background-color:white}.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:6px}[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{margin-left:0;margin-right:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5762px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:12px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cq{height:12px;background-position:-1115px 0}.iti__flag.iti__cr{height:12px;background-position:-1137px 0}.iti__flag.iti__cu{height:10px;background-position:-1159px 0}.iti__flag.iti__cv{height:12px;background-position:-1181px 0}.iti__flag.iti__cw{height:14px;background-position:-1203px 0}.iti__flag.iti__cx{height:10px;background-position:-1225px 0}.iti__flag.iti__cy{height:14px;background-position:-1247px 0}.iti__flag.iti__cz{height:14px;background-position:-1269px 0}.iti__flag.iti__de{height:12px;background-position:-1291px 0}.iti__flag.iti__dg{height:10px;background-position:-1313px 0}.iti__flag.iti__dj{height:14px;background-position:-1335px 0}.iti__flag.iti__dk{height:15px;background-position:-1357px 0}.iti__flag.iti__dm{height:10px;background-position:-1379px 0}.iti__flag.iti__do{height:14px;background-position:-1401px 0}.iti__flag.iti__dz{height:14px;background-position:-1423px 0}.iti__flag.iti__ea{height:14px;background-position:-1445px 0}.iti__flag.iti__ec{height:14px;background-position:-1467px 0}.iti__flag.iti__ee{height:13px;background-position:-1489px 0}.iti__flag.iti__eg{height:14px;background-position:-1511px 0}.iti__flag.iti__eh{height:10px;background-position:-1533px 0}.iti__flag.iti__er{height:10px;background-position:-1555px 0}.iti__flag.iti__es{height:14px;background-position:-1577px 0}.iti__flag.iti__et{height:10px;background-position:-1599px 0}.iti__flag.iti__eu{height:14px;background-position:-1621px 0}.iti__flag.iti__ez{height:14px;background-position:-1643px 0}.iti__flag.iti__fi{height:12px;background-position:-1665px 0}.iti__flag.iti__fj{height:10px;background-position:-1687px 0}.iti__flag.iti__fk{height:10px;background-position:-1709px 0}.iti__flag.iti__fm{height:11px;background-position:-1731px 0}.iti__flag.iti__fo{height:15px;background-position:-1753px 0}.iti__flag.iti__fr{height:14px;background-position:-1775px 0}.iti__flag.iti__fx{height:14px;background-position:-1797px 0}.iti__flag.iti__ga{height:15px;background-position:-1819px 0}.iti__flag.iti__gb{height:10px;background-position:-1841px 0}.iti__flag.iti__gd{height:12px;background-position:-1863px 0}.iti__flag.iti__ge{height:14px;background-position:-1885px 0}.iti__flag.iti__gf{height:14px;background-position:-1907px 0}.iti__flag.iti__gg{height:14px;background-position:-1929px 0}.iti__flag.iti__gh{height:14px;background-position:-1951px 0}.iti__flag.iti__gi{height:10px;background-position:-1973px 0}.iti__flag.iti__gl{height:14px;background-position:-1995px 0}.iti__flag.iti__gm{height:14px;background-position:-2017px 0}.iti__flag.iti__gn{height:14px;background-position:-2039px 0}.iti__flag.iti__gp{height:14px;background-position:-2061px 0}.iti__flag.iti__gq{height:14px;background-position:-2083px 0}.iti__flag.iti__gr{height:14px;background-position:-2105px 0}.iti__flag.iti__gs{height:10px;background-position:-2127px 0}.iti__flag.iti__gt{height:13px;background-position:-2149px 0}.iti__flag.iti__gu{height:11px;background-position:-2171px 0}.iti__flag.iti__gw{height:10px;background-position:-2193px 0}.iti__flag.iti__gy{height:12px;background-position:-2215px 0}.iti__flag.iti__hk{height:14px;background-position:-2237px 0}.iti__flag.iti__hm{height:10px;background-position:-2259px 0}.iti__flag.iti__hn{height:10px;background-position:-2281px 0}.iti__flag.iti__hr{height:10px;background-position:-2303px 0}.iti__flag.iti__ht{height:12px;background-position:-2325px 0}.iti__flag.iti__hu{height:10px;background-position:-2347px 0}.iti__flag.iti__ic{height:14px;background-position:-2369px 0}.iti__flag.iti__id{height:14px;background-position:-2391px 0}.iti__flag.iti__ie{height:10px;background-position:-2413px 0}.iti__flag.iti__il{height:15px;background-position:-2435px 0}.iti__flag.iti__im{height:10px;background-position:-2457px 0}.iti__flag.iti__in{height:14px;background-position:-2479px 0}.iti__flag.iti__io{height:10px;background-position:-2501px 0}.iti__flag.iti__iq{height:14px;background-position:-2523px 0}.iti__flag.iti__ir{height:12px;background-position:-2545px 0}.iti__flag.iti__is{height:15px;background-position:-2567px 0}.iti__flag.iti__it{height:14px;background-position:-2589px 0}.iti__flag.iti__je{height:12px;background-position:-2611px 0}.iti__flag.iti__jm{height:10px;background-position:-2633px 0}.iti__flag.iti__jo{height:10px;background-position:-2655px 0}.iti__flag.iti__jp{height:14px;background-position:-2677px 0}.iti__flag.iti__ke{height:14px;background-position:-2699px 0}.iti__flag.iti__kg{height:12px;background-position:-2721px 0}.iti__flag.iti__kh{height:13px;background-position:-2743px 0}.iti__flag.iti__ki{height:10px;background-position:-2765px 0}.iti__flag.iti__km{height:12px;background-position:-2787px 0}.iti__flag.iti__kn{height:14px;background-position:-2809px 0}.iti__flag.iti__kp{height:10px;background-position:-2831px 0}.iti__flag.iti__kr{height:14px;background-position:-2853px 0}.iti__flag.iti__kw{height:10px;background-position:-2875px 0}.iti__flag.iti__ky{height:10px;background-position:-2897px 0}.iti__flag.iti__kz{height:10px;background-position:-2919px 0}.iti__flag.iti__la{height:14px;background-position:-2941px 0}.iti__flag.iti__lb{height:14px;background-position:-2963px 0}.iti__flag.iti__lc{height:10px;background-position:-2985px 0}.iti__flag.iti__li{height:12px;background-position:-3007px 0}.iti__flag.iti__lk{height:10px;background-position:-3029px 0}.iti__flag.iti__lr{height:11px;background-position:-3051px 0}.iti__flag.iti__ls{height:14px;background-position:-3073px 0}.iti__flag.iti__lt{height:12px;background-position:-3095px 0}.iti__flag.iti__lu{height:12px;background-position:-3117px 0}.iti__flag.iti__lv{height:10px;background-position:-3139px 0}.iti__flag.iti__ly{height:10px;background-position:-3161px 0}.iti__flag.iti__ma{height:14px;background-position:-3183px 0}.iti__flag.iti__mc{height:15px;background-position:-3205px 0}.iti__flag.iti__md{height:10px;background-position:-3226px 0}.iti__flag.iti__me{height:10px;background-position:-3248px 0}.iti__flag.iti__mf{height:14px;background-position:-3270px 0}.iti__flag.iti__mg{height:14px;background-position:-3292px 0}.iti__flag.iti__mh{height:11px;background-position:-3314px 0}.iti__flag.iti__mk{height:10px;background-position:-3336px 0}.iti__flag.iti__ml{height:14px;background-position:-3358px 0}.iti__flag.iti__mm{height:14px;background-position:-3380px 0}.iti__flag.iti__mn{height:10px;background-position:-3402px 0}.iti__flag.iti__mo{height:14px;background-position:-3424px 0}.iti__flag.iti__mp{height:10px;background-position:-3446px 0}.iti__flag.iti__mq{height:14px;background-position:-3468px 0}.iti__flag.iti__mr{height:14px;background-position:-3490px 0}.iti__flag.iti__ms{height:10px;background-position:-3512px 0}.iti__flag.iti__mt{height:14px;background-position:-3534px 0}.iti__flag.iti__mu{height:14px;background-position:-3556px 0}.iti__flag.iti__mv{height:14px;background-position:-3578px 0}.iti__flag.iti__mw{height:14px;background-position:-3600px 0}.iti__flag.iti__mx{height:12px;background-position:-3622px 0}.iti__flag.iti__my{height:10px;background-position:-3644px 0}.iti__flag.iti__mz{height:14px;background-position:-3666px 0}.iti__flag.iti__na{height:14px;background-position:-3688px 0}.iti__flag.iti__nc{height:10px;background-position:-3710px 0}.iti__flag.iti__ne{height:15px;background-position:-3732px 0}.iti__flag.iti__nf{height:10px;background-position:-3752px 0}.iti__flag.iti__ng{height:10px;background-position:-3774px 0}.iti__flag.iti__ni{height:12px;background-position:-3796px 0}.iti__flag.iti__nl{height:14px;background-position:-3818px 0}.iti__flag.iti__no{height:15px;background-position:-3840px 0}.iti__flag.iti__np{height:15px;background-position:-3862px 0}.iti__flag.iti__nr{height:10px;background-position:-3877px 0}.iti__flag.iti__nu{height:10px;background-position:-3899px 0}.iti__flag.iti__nz{height:10px;background-position:-3921px 0}.iti__flag.iti__om{height:10px;background-position:-3943px 0}.iti__flag.iti__pa{height:14px;background-position:-3965px 0}.iti__flag.iti__pe{height:14px;background-position:-3987px 0}.iti__flag.iti__pf{height:14px;background-position:-4009px 0}.iti__flag.iti__pg{height:15px;background-position:-4031px 0}.iti__flag.iti__ph{height:10px;background-position:-4053px 0}.iti__flag.iti__pk{height:14px;background-position:-4075px 0}.iti__flag.iti__pl{height:13px;background-position:-4097px 0}.iti__flag.iti__pm{height:14px;background-position:-4119px 0}.iti__flag.iti__pn{height:10px;background-position:-4141px 0}.iti__flag.iti__pr{height:14px;background-position:-4163px 0}.iti__flag.iti__ps{height:10px;background-position:-4185px 0}.iti__flag.iti__pt{height:14px;background-position:-4207px 0}.iti__flag.iti__pw{height:13px;background-position:-4229px 0}.iti__flag.iti__py{height:11px;background-position:-4251px 0}.iti__flag.iti__qa{height:8px;background-position:-4273px 0}.iti__flag.iti__re{height:14px;background-position:-4295px 0}.iti__flag.iti__ro{height:14px;background-position:-4317px 0}.iti__flag.iti__rs{height:14px;background-position:-4339px 0}.iti__flag.iti__ru{height:14px;background-position:-4361px 0}.iti__flag.iti__rw{height:14px;background-position:-4383px 0}.iti__flag.iti__sa{height:14px;background-position:-4405px 0}.iti__flag.iti__sb{height:10px;background-position:-4427px 0}.iti__flag.iti__sc{height:10px;background-position:-4449px 0}.iti__flag.iti__sd{height:10px;background-position:-4471px 0}.iti__flag.iti__se{height:13px;background-position:-4493px 0}.iti__flag.iti__sg{height:14px;background-position:-4515px 0}.iti__flag.iti__sh{height:10px;background-position:-4537px 0}.iti__flag.iti__si{height:10px;background-position:-4559px 0}.iti__flag.iti__sj{height:15px;background-position:-4581px 0}.iti__flag.iti__sk{height:14px;background-position:-4603px 0}.iti__flag.iti__sl{height:14px;background-position:-4625px 0}.iti__flag.iti__sm{height:15px;background-position:-4647px 0}.iti__flag.iti__sn{height:14px;background-position:-4669px 0}.iti__flag.iti__so{height:14px;background-position:-4691px 0}.iti__flag.iti__sr{height:14px;background-position:-4713px 0}.iti__flag.iti__ss{height:10px;background-position:-4735px 0}.iti__flag.iti__st{height:10px;background-position:-4757px 0}.iti__flag.iti__su{height:10px;background-position:-4779px 0}.iti__flag.iti__sv{height:12px;background-position:-4801px 0}.iti__flag.iti__sx{height:14px;background-position:-4823px 0}.iti__flag.iti__sy{height:14px;background-position:-4845px 0}.iti__flag.iti__sz{height:14px;background-position:-4867px 0}.iti__flag.iti__ta{height:10px;background-position:-4889px 0}.iti__flag.iti__tc{height:10px;background-position:-4911px 0}.iti__flag.iti__td{height:14px;background-position:-4933px 0}.iti__flag.iti__tf{height:14px;background-position:-4955px 0}.iti__flag.iti__tg{height:13px;background-position:-4977px 0}.iti__flag.iti__th{height:14px;background-position:-4999px 0}.iti__flag.iti__tj{height:10px;background-position:-5021px 0}.iti__flag.iti__tk{height:10px;background-position:-5043px 0}.iti__flag.iti__tl{height:10px;background-position:-5065px 0}.iti__flag.iti__tm{height:14px;background-position:-5087px 0}.iti__flag.iti__tn{height:14px;background-position:-5109px 0}.iti__flag.iti__to{height:10px;background-position:-5131px 0}.iti__flag.iti__tr{height:14px;background-position:-5153px 0}.iti__flag.iti__tt{height:12px;background-position:-5175px 0}.iti__flag.iti__tv{height:10px;background-position:-5197px 0}.iti__flag.iti__tw{height:14px;background-position:-5219px 0}.iti__flag.iti__tz{height:14px;background-position:-5241px 0}.iti__flag.iti__ua{height:14px;background-position:-5263px 0}.iti__flag.iti__ug{height:14px;background-position:-5285px 0}.iti__flag.iti__uk{height:10px;background-position:-5307px 0}.iti__flag.iti__um{height:11px;background-position:-5329px 0}.iti__flag.iti__un{height:14px;background-position:-5351px 0}.iti__flag.iti__us{height:11px;background-position:-5373px 0}.iti__flag.iti__uy{height:14px;background-position:-5395px 0}.iti__flag.iti__uz{height:10px;background-position:-5417px 0}.iti__flag.iti__va{height:15px;background-position:-5439px 0}.iti__flag.iti__vc{height:14px;background-position:-5456px 0}.iti__flag.iti__ve{height:14px;background-position:-5478px 0}.iti__flag.iti__vg{height:10px;background-position:-5500px 0}.iti__flag.iti__vi{height:14px;background-position:-5522px 0}.iti__flag.iti__vn{height:14px;background-position:-5544px 0}.iti__flag.iti__vu{height:12px;background-position:-5566px 0}.iti__flag.iti__wf{height:14px;background-position:-5588px 0}.iti__flag.iti__ws{height:10px;background-position:-5610px 0}.iti__flag.iti__xk{height:15px;background-position:-5632px 0}.iti__flag.iti__ye{height:14px;background-position:-5654px 0}.iti__flag.iti__yt{height:14px;background-position:-5676px 0}.iti__flag.iti__za{height:14px;background-position:-5698px 0}.iti__flag.iti__zm{height:14px;background-position:-5720px 0}.iti__flag.iti__zw{height:10px;background-position:-5742px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/local/templates/krasnyi_klyuch/css/../img/flags.png?1);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/local/templates/krasnyi_klyuch/css/../img/flags@2x.png?1)}}.iti__flag.iti__np{background-color:transparent}
/* End */
/* /local/templates/krasnyi_klyuch/css/reset.css?16978045511283 */
/* /local/templates/krasnyi_klyuch/css/main.css?170723016039099 */
/* /local/templates/krasnyi_klyuch/css/intlTelInput.min.css?170602267120141 */
