* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
address {
  font-style: normal;
}
strong {
  display: block;
}
@font-face {
  font-family: Schibstedgrotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/cztoponline-fonts/cztoponline-schibstedgrotesk-bold.woff2)
    format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/cztoponline-fonts/cztoponline-inter-bold.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/cztoponline-fonts/cztoponline-inter-regular.woff2) format("woff2");
}
:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #eff1f7;
  --main: #5e6576;
  --black: #000000;
  --white: #ffffff;
  --hover: #7b68ee;
  --active: #4169e1;
}
.Schibstedgrotesk {
  font-family: Schibstedgrotesk;
}
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}
.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}
a,
button {
  color: var(--main);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.logo {
  display: block;
  width: 157px;
  height: 23px;
}
.tx-40-30 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .tx-40-30 {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .tx-40-30 {
    font-size: 30px;
  }
}
.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tx-18-14 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .tx-18-14 {
    font-size: 14px;
  }
}
.tx-22-18 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tx-22-18 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .tx-22-18 {
    font-size: 18px;
  }
}
.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .tx-24-20 {
    font-size: 20px;
  }
}
.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-32-24 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tx-32-24 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .tx-32-24 {
    font-size: 24px;
  }
}
.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}
.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-36-24 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .tx-36-24 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .tx-36-24 {
    font-size: 24px;
  }
}
.tx-36-27 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-36-27 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .tx-36-27 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-36-27 {
    font-size: 27px;
  }
}
.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 14px;
  }
}
.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  background-color: #191e2d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  min-width: 204px;
  min-height: 45px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 600px) {
  .but {
    min-width: 0;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .but:hover {
    background-color: var(--hover);
  }
}
.but:focus-visible {
  background-color: var(--hover);
}
.but:active {
  background-color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.pt-section {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .pt-section {
    padding-top: 40px;
  }
}
.input {
  display: block;
  border: 1px solid #c6c7d5;
  border-radius: 8px;
  padding: 0 16px;
  width: 100%;
  height: 49px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #70727a;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.input_textarea {
  padding: 14px 16px;
  height: 100px;
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--hover);
  }
}
.input:focus-visible {
  border-color: var(--hover);
}
.color-l-purple {
  color: rgba(98, 128, 223, 0.6);
}
.color-red {
  color: #db3c3c;
}
.color-white {
  color: var(--white);
}
.bg-dark {
  background-color: #191e2d;
}
.bg-white {
  background-color: var(--white);
}
.brr-24 {
  border-radius: 24px;
}
.brr-20 {
  border-radius: 20px;
}
.box-shadow {
  -webkit-box-shadow: 0 4px 10px rgba(146, 148, 155, 0.2);
  box-shadow: 0 4px 10px rgba(146, 148, 155, 0.2);
}
.p-20-16 {
  padding: 20px;
}
@media (max-width: 600px) {
  .p-20-16 {
    padding: 16px;
  }
}
.p-20 {
  padding: 20px;
}
.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ptb-30-20 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .ptb-30-20 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .ptb-30-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.plr-30-16 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .plr-30-16 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 600px) {
  .plr-30-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ptb-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .ptb-50-30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .ptb-50-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mb-section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 75px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.mb-20:not(:last-child) {
  margin-bottom: 20px;
}
.mb-40-30:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .mb-40-30:not(:last-child) {
    margin-bottom: 30px;
  }
}
.mb-50-20:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1220px) {
  .mb-50-20:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .mb-50-20:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mb-50-20:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mb-58-14:not(:last-child) {
  margin-bottom: 58px;
}
@media (max-width: 1220px) {
  .mb-58-14:not(:last-child) {
    margin-bottom: 42px;
  }
}
@media (max-width: 991px) {
  .mb-58-14:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .mb-58-14:not(:last-child) {
    margin-bottom: 14px;
  }
}
.mb-14:not(:last-child) {
  margin-bottom: 14px;
}
.mb-10:not(:last-child) {
  margin-bottom: 10px;
}
.cp-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 991px) {
  .cp-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cp-columns_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cp-columns__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .cp-columns__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.cp-icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cp-age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-opacity:hover {
    opacity: 0.5;
  }
}
.hover-opacity:focus-visible {
  opacity: 0.5;
}
.hover-opacity:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.d-block {
  display: block;
}
.w100 {
  min-width: 0;
  width: 100%;
}
.relative-z2 {
  position: relative;
  z-index: 2;
}
.word-break {
  word-break: break-all;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rd-load img {
  opacity: 1;
}
.scroll {
  overflow: auto;
}
@media (max-width: 991px) {
  .scroll {
    padding-bottom: 10px;
  }
}
.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white);
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #db3c3c;
}
.cztoponline-terms {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .cztoponline-terms {
    padding-top: 40px;
  }
}
.cztoponline-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}
@media (max-width: 991px) {
  .cztoponline-terms h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms h1 {
    font-size: 16px;
  }
}
.cztoponline-terms h1:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cztoponline-terms h1:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms h1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cztoponline-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}
@media (max-width: 991px) {
  .cztoponline-terms h2 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms h2 {
    font-size: 14px;
  }
}
.cztoponline-terms h2:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cztoponline-terms h2:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms h2:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cztoponline-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}
@media (max-width: 991px) {
  .cztoponline-terms p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms p {
    font-size: 12px;
  }
}
.cztoponline-terms p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cztoponline-terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cztoponline-terms ul:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cztoponline-terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cztoponline-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}
@media (max-width: 991px) {
  .cztoponline-terms li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms li {
    font-size: 12px;
  }
}
.cztoponline-terms li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cztoponline-terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .cztoponline-terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.cztoponline-header {
  padding: 14px 0;
}
.cztoponline-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .cztoponline-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}
@media (max-width: 600px) {
  .cztoponline-header__menu {
    padding: 80px 30px 30px 30px;
  }
}
.cztoponline-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.cztoponline-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cztoponline-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 600px) {
  .cztoponline-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}
.cztoponline-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cztoponline-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cztoponline-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 50px;
}
@media (max-width: 991px) {
  .cztoponline-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cztoponline-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px;
  }
}
.cztoponline-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 14px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .cztoponline-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cztoponline-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5e6576;
  border-radius: 8px;
}
.cztoponline-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.cztoponline-hero__image {
  position: relative;
  padding-bottom: 31%;
}
@media (max-width: 991px) {
  .cztoponline-hero__image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 43.6%;
  }
}
@media (max-width: 600px) {
  .cztoponline-hero__image {
    width: 100%;
    padding-bottom: 81%;
  }
}
.cztoponline-hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cztoponline-about {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1220px) {
  .cztoponline-about {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cztoponline-about__image {
  position: relative;
  padding-bottom: 26.3%;
}
@media (max-width: 991px) {
  .cztoponline-about__image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 38%;
  }
}
@media (max-width: 600px) {
  .cztoponline-about__image {
    width: 100%;
    padding-bottom: 76%;
  }
}
.cztoponline-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cztoponline-benefits {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .cztoponline-benefits {
    gap: 30px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cztoponline-benefits {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cztoponline-hotel__image {
  position: relative;
  padding-bottom: 29.4%;
}
@media (max-width: 991px) {
  .cztoponline-hotel__image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 42%;
  }
}
@media (max-width: 600px) {
  .cztoponline-hotel__image {
    width: 100%;
    padding-bottom: 67.4%;
  }
}
.cztoponline-hotel__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cztoponline-hotel__descr-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cztoponline-hotel__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.cztoponline-hotel__rating img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cztoponline-hotel__wrapper-text.active .cztoponline-hotel__text {
  display: block;
}
.cztoponline-hotel__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cztoponline-hotel__address span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cztoponline-hotel__text {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cztoponline-hotel__see span:last-child {
  display: none;
}
.cztoponline-hotel__see.active span:first-child {
  display: none;
}
.cztoponline-hotel__see.active span:last-child {
  display: block;
}
.cztoponline-hots {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1220px) {
  .cztoponline-hots {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cztoponline-hots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .cztoponline-hots__el {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
  }
}
@media (max-width: 680px) {
  .cztoponline-hots__el {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 243px;
    flex: 0 0 243px;
  }
}
.cztoponline-hots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px 20px;
}
@media (max-width: 680px) {
  .cztoponline-hots__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cztoponline-hots__image {
  position: relative;
  padding-bottom: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35.56%;
  flex: 0 1 35.56%;
  width: 100%;
}
@media (max-width: 680px) {
  .cztoponline-hots__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 112%;
  }
}
.cztoponline-hots__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cztoponline-hots__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 61%;
  flex: 0 1 61%;
}
@media (max-width: 680px) {
  .cztoponline-hots__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.cztoponline-contacts {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1220px) {
  .cztoponline-contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cztoponline-contacts__image {
  position: relative;
  padding-bottom: 37%;
}
@media (max-width: 991px) {
  .cztoponline-contacts__image {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 53%;
  }
}
@media (max-width: 680px) {
  .cztoponline-contacts__image {
    width: 100%;
    padding-bottom: 75%;
  }
}
.cztoponline-contacts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.status {
  padding: 10px;
  background-color: green;
  margin-top: 20px;
  display: none;
}
.form.active .status {
  display: block;
}
.cztoponline-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .cztoponline-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cztoponline-footer__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 878px;
  flex: 0 1 878px;
  width: 100%;
}
@media (max-width: 991px) {
  .cztoponline-footer__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.cztoponline-footer__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cztoponline-footer__left-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 30px 40px;
}
@media (max-width: 991px) {
  .cztoponline-footer__left-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cztoponline-footer__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 225px;
  flex: 0 1 225px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cztoponline-footer__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.cztoponline-footer__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cztoponline-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cztoponline-popup.active {
  opacity: 1;
  visibility: visible;
}
.cztoponline-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cztoponline-popup__content {
  overflow: auto;
  width: 600px;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: #eff1f7;
  border-radius: 24px;
  padding: 20px;
}
@media (max-width: 991px) {
  .cztoponline-popup__content {
    width: 95%;
  }
}
