@charset "UTF-8";
/* text */
/* accent */
/* page-bg */
/* button */
/* links */
/* input border*/
/* footer text */
/* button hover */
/* gray border */
/* checkout form */
/* sale */
/* gray text*/
html, body {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #F0FAFF;
  background-color: #072225;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 20px;
}
p:empty {
  display: none;
}

strong, .strong {
  font-weight: 600;
}

.sm {
  font-size: 11px;
}

.xs {
  font-size: 7px;
}

.text-huge {
  font-size: 123px;
}

.text-big {
  font-size: 123px;
}

h1, .h1 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 123px;
  line-height: 110%;
  margin: 0.8em 0 20px;
}

h2, .h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 76px;
  line-height: 110%;
  margin: 0.8em 0 20px;
}

h3, .h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 110%;
  margin: 0.8em 0 20px;
}

h4, .h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 110%;
  margin: 0.8em 0 20px;
}

h5, .h5 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  margin: 0.8em 0 20px;
}

a {
  color: #008CFF;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #008CFF;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  position: relative;
  margin-left: 0px;
  padding: 0px 0px 0px 36px;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 23px;
  height: 15px;
  background-image: url("../img/diamond-small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

li {
  margin: 0 0 15px;
}

input, textarea, select {
  color: #F0FAFF !important;
  background-color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 64px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 34px;
  height: 4px;
  background-color: #FF215C;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 34px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 26px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FF215C;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 11px;
  text-shadow: none;
  padding: 3px 7px;
  background-color: #00559C;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00559C;
}
.price-filter .price-range-container .irs-grid {
  height: 22px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 11px;
  padding: 0 3px;
  color: #F0FAFF;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #FF215C;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #192138;
}

.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 11px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #FF215C;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #00559C;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #072225;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 20px;
  color: #FF215C;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 11px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #FF215C;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 11px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 11px;
  text-align: center;
  color: #008CFF;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select, textarea {
  border: 1px solid #9FB5F0;
  outline: none;
  padding: 11px 1px;
  font-size: 20px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #9FB5F0 transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 20px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 7px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple {
  margin: 0px 0 12px;
}
.form-group-simple label {
  margin: 0px 0 0px !important;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 11px;
  line-height: 130%;
  margin-bottom: 5px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #F0FAFF;
  width: 19px;
  position: relative;
  right: 0px;
  top: calc(50% - 16px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #F0FAFF;
}

#mobile-menu-button > div + div {
  margin-top: 4px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  max-width: 1400px !important;
  padding: 0;
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 40px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #00559C;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00559C;
  border-radius: 0px;
  padding: 29px 71px;
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #008CFF !important;
  border-color: #008CFF !important;
  color: #fff !important;
}
@media (max-width: 460px) {
  button.button, a.button, .upload-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 7px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #FF215C;
  color: #FF215C;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  /*box-shadow: 0px 0px 55px 0px #D82454;*/
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  border-radius: 10px;
  background: #fff;
  color: #2B2B2B;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #192138;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  width: 78px;
  top: 14px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: transparent;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 11px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #687189;
  margin: 26px 0 4px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #008CFF;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #FF215C;
  color: #fff;
  font-size: 11px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #072225;
  text-decoration: none;
}

.pagination a.current {
  background-color: #072225;
  cursor: default;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #9FB5F0 !important;
  font-size: 20px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #9FB5F0 !important;
  font-size: 20px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #9FB5F0 !important;
  font-size: 20px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #9FB5F0 !important;
  font-size: 20px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 123px;
  }
  h2, .h2 {
    font-size: 76px;
  }
  h3, .h3 {
    font-size: 47px;
  }
  h4, .h4 {
    font-size: 29px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
body {
  text-align: center;
}

#template1-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template1-page h1 {
  color: #F0FAFF;
  font-size: 76px;
}

#template2-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template2-page h1 {
  color: #F0FAFF;
  font-size: 76px;
}

#template3-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template3-page h1 {
  color: #F0FAFF;
  font-size: 76px;
}

#template4-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template4-page h1 {
  color: #F0FAFF;
  font-size: 76px;
}

#template5-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template5-page h1 {
  color: #F0FAFF;
  font-size: 76px;
}

#template1-page {
  padding-top: 0px;
  text-align: left;
}
@media (max-width: 1070px) {
  #template1-page {
    padding-top: 40px;
  }
}
#template1-page h2 {
  font-size: 47px;
}
@media (max-width: 1900px) {
  #template1-page h2 {
    font-size: calc(29px + 18 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template1-page h2 {
    font-size: 29px;
  }
}
#template1-page h2 {
  font-size: 76px;
}
@media (max-width: 1900px) {
  #template1-page h2 {
    font-size: calc(47px + 29 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template1-page h2 {
    font-size: 47px;
  }
}
#template1-page h3 {
  font-size: 29px;
}
@media (max-width: 1900px) {
  #template1-page h3 {
    font-size: calc(24px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template1-page h3 {
    font-size: 24px;
  }
}

#template2-page {
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #template2-page {
    padding-top: 40px;
  }
}

@media (max-width: 1070px) {
  #template3-page {
    padding-top: 40px;
  }
}
@media print {
  #template3-page {
    padding: 0px;
  }
}

#template4-page {
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #template4-page {
    padding-top: 40px;
  }
}

#footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #3A3A3A;
  background-color: #fff;
  padding: 33px 0 2px;
}
#footer .descr {
  width: 1216px;
  max-width: 100%;
  margin: 0px auto 0px;
}
#footer .descr p {
  font-size: 17px;
  line-height: 130%;
}
#footer .company {
  width: 1216px;
  max-width: 100%;
  margin: 12px auto 0px;
}
#footer .company p {
  font-size: 15px;
  line-height: 130%;
}
@media print {
  #footer {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.main-page-content {
  padding-bottom: 56px;
}

.popup-search {
  width: 500px;
  max-width: 100%;
}

a.anchor {
  text-decoration: none;
}

p.warning {
  background-color: #072225;
  color: #fff;
  padding: 10px;
}

label.radio {
  position: relative;
  z-index: 2;
  padding: 6px 0px 9px 13px;
}
label.radio input + i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #FF215C;
  border-radius: 11px;
}
label.radio input:checked + i {
  background-color: #FF215C;
}
label.radio input:checked + i + span {
  color: #fff;
}
label.radio span {
  margin: 5px 0 0 36px !important;
}
label.radio span small {
  display: block;
  margin: -3px 0 0px;
}

p.label {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: 20px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  display: block;
}

input.big-digits {
  font-weight: 500;
  font-size: 38px;
  line-height: 123%;
  text-align: center;
  letter-spacing: -0.05em;
  font-family: "Raleway", sans-serif;
}

.table-hover tr:hover > td, .table-hover tr:hover > th {
  background-color: #f5f5f5;
}

.table-bordered {
  border-color: #687189 !important;
}
.table-bordered tr > td, .table-bordered tr > th {
  border-color: #687189 !important;
}

.select2-selection--multiple {
  border-radius: 0px !important;
  border-color: #9FB5F0 !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: #9FB5F0 !important;
  padding: 1px 0px 32px 0px !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-selection__rendered {
  margin: 2px 0 -5px !important;
  font-size: 14px;
  font-weight: 500;
}
.select2-selection__rendered > li {
  margin: 2px 2px 2px 0px !important;
}

.select2-selection__arrow {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  transform: rotateX(180deg);
}

p span.accent {
  color: #FF215C;
}
p strong {
  line-height: 135%;
}

#template2-page .categories-block {
  padding: 15px 0 37px;
}
@media (max-width: 600px) {
  #template2-page .categories-block {
    padding: 60px 0 37px;
  }
}
#template2-page .looks {
  padding: 37px 0 68px;
}
#template2-page .showcase {
  padding: 70px 0 0px;
}

.invisible {
  opacity: 0;
}

.first-screen {
  padding: 0px 0px 60px;
  position: relative;
}
.first-screen h1 {
  position: relative;
  z-index: 10;
  font-size: 76px;
  margin: 62px 0px 13px 0px;
}
@media (max-width: 1900px) {
  .first-screen h1 {
    font-size: calc(56px + 20 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .first-screen h1 {
    font-size: 56px;
  }
}
@media (max-width: 820px) {
  .first-screen h1 > span {
    display: block;
    font-size: 38px;
  }
}
@media (max-width: 820px) and (max-width: 820px) {
  .first-screen h1 > span {
    font-size: calc(34px + 4 * (100vw - 360px) / 460);
  }
}
@media (max-width: 820px) and (max-width: 360px) {
  .first-screen h1 > span {
    font-size: 34px;
  }
}
.first-screen h1 + h4 {
  font-size: 29px;
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1900px) {
  .first-screen h1 + h4 {
    font-size: calc(24px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .first-screen h1 + h4 {
    font-size: 24px;
  }
}
.first-screen .visual {
  margin: -104px auto -153px;
  width: 1008px;
  aspect-ratio: 2016/1640;
  background-image: url("../img/visual.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
.first-screen .visual:before {
  content: "";
  position: absolute;
  display: block;
  left: -14px;
  top: 345px;
  width: 1032px;
  height: 449px;
  background-image: url("../img/lights.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .first-screen .visual {
    margin: -79px auto -112px;
    width: 865px;
  }
  .first-screen .visual:before {
    left: -85px;
    top: 264px;
    background-size: 100% 100%;
  }
}
@media (max-width: 900px) {
  .first-screen .visual {
    margin: -3px auto -10px;
    width: 600px;
  }
  .first-screen .visual:before {
    left: -217px;
    top: 114px;
    background-size: 65% 65%;
  }
}
@media (max-width: 760px) {
  .first-screen .visual {
    margin: -15px auto -30px;
    width: 100%;
    background-size: 143%;
  }
  .first-screen .visual:before {
    display: none;
  }
}
.first-screen .visual + h4 {
  position: relative;
  z-index: 10;
  margin: 0px auto 0px;
  width: 700px;
  max-width: 100%;
  font-size: 29px;
}
@media (max-width: 1900px) {
  .first-screen .visual + h4 {
    font-size: calc(20px + 9 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .first-screen .visual + h4 {
    font-size: 20px;
  }
}
.first-screen .top-slider-container {
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 150px;
}
.first-screen .top-swiper-pagination {
  display: none;
}
@media (max-width: 760px) {
  .first-screen {
    padding: 0px 0px 27px;
  }
  .first-screen h1 {
    margin: 48px 0px 24px 0px;
  }
  .first-screen h1 > span {
    margin: -11px 0px 0px 0px;
  }
  .first-screen h1 + h4 {
    margin: 0px 0px 0px 0px;
  }
  .first-screen .top-slider-container {
    position: static;
    margin: 41px 20px 0px;
  }
  .first-screen .top-slider-container .swiper {
    perspective: 0px;
    transform: none;
  }
  .first-screen .top-slider-container .swiper .swiper-wrapper {
    padding: 0px 0px;
    transform-style: preserve-3d;
  }
  .first-screen .top-slider-container .swiper .swiper-wrapper .swiper-slide {
    transition: all 0.8s;
    transform: rotateY(0deg) scale(1) !important;
  }
  .first-screen .top-slider-container .swiper .swiper-wrapper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
  .first-screen .top-swiper-pagination {
    display: block;
  }
}

.swiper-pagination {
  position: relative !important;
  z-index: 10 !important;
  margin: 24px 0px 0px 0px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/diamond-front.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.42;
  transition: all 0.75s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: all 0.1s;
}

.swiper3d {
  perspective: 1200px;
  transform: translateX(calc(-13.05vw + 8.6px));
  overflow: visible !important;
}
.swiper3d .swiper-wrapper {
  padding: 110px 0px;
  transform-style: preserve-3d;
}
.swiper3d .swiper-wrapper .swiper-slide {
  transition: all 0.8s;
  transform: rotateY(0deg) scale(0.75);
  z-index: 1;
}
.swiper3d .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 290px;
}
.swiper3d .swiper-wrapper .swiper-slide.slider-left {
  transform: rotateY(65deg) scale(0.55) translateX(-59vw) translateZ(0px);
  z-index: 5;
  transform-origin: 100% 50%;
}
@media (max-width: 1800px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.55) translateX(-61vw) translateZ(17px);
  }
}
@media (max-width: 1600px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.55) translateX(-66vw) translateZ(17px);
  }
}
@media (max-width: 1500px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.55) translateX(-66vw) translateZ(17px);
  }
}
@media (max-width: 1400px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.55) translateX(-70vw) translateZ(17px);
  }
}
@media (max-width: 1300px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.6) translateX(-70vw) translateZ(17px);
  }
}
@media (max-width: 1200px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.6) translateX(-79vw) translateZ(39px);
  }
}
@media (max-width: 1100px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.7) translateX(-67vw) translateZ(39px);
  }
}
@media (max-width: 900px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.7) translateX(-92vw) translateZ(131px);
  }
}
@media (max-width: 800px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left {
    transform: rotateY(65deg) scale(0.7) translateX(-114vw) translateZ(174px);
  }
}
.swiper3d .swiper-wrapper .swiper-slide.slider-right {
  transform: rotateY(-84deg) scale(0.62) translateX(41vw) translateZ(6px);
  z-index: 5;
  transform-origin: 0% 50%;
}
@media (max-width: 1800px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-84deg) scale(0.62) translateX(42vw) translateZ(-3px);
  }
}
@media (max-width: 1600px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.62) translateX(46vw) translateZ(-4px);
  }
}
@media (max-width: 1500px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.62) translateX(46vw) translateZ(-16px);
  }
}
@media (max-width: 1400px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.62) translateX(51vw) translateZ(-16px);
  }
}
@media (max-width: 1300px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.69) translateX(51vw) translateZ(-16px);
  }
}
@media (max-width: 1200px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.69) translateX(56vw) translateZ(-13px);
  }
}
@media (max-width: 1100px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.74) translateX(56vw) translateZ(-1px);
  }
}
@media (max-width: 1000px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-82deg) scale(0.74) translateX(58vw) translateZ(-1px);
  }
}
@media (max-width: 900px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-77deg) scale(0.74) translateX(81vw) translateZ(117px);
  }
}
@media (max-width: 800px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right {
    transform: rotateY(-76deg) scale(0.74) translateX(103vw) translateZ(160px);
  }
}
.swiper3d .swiper-wrapper .swiper-slide.slider-left-2 {
  transform: rotateY(76deg) scale(0.95);
  z-index: 5;
}
@media (max-width: 1300px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-left-2 {
    transform: rotateY(76deg) scale(0.95) translateZ(-3vw);
  }
}
.swiper3d .swiper-wrapper .swiper-slide.slider-right-2 {
  transform: rotateY(-101deg) scale(0.95);
  z-index: 5;
}
@media (max-width: 1300px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right-2 {
    transform: rotateY(-98deg) scale(0.95) translateZ(-2vw);
  }
}
@media (max-width: 1200px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right-2 {
    transform: rotateY(-93deg) scale(0.95) translateZ(-1vw);
  }
}
@media (max-width: 1100px) {
  .swiper3d .swiper-wrapper .swiper-slide.slider-right-2 {
    transform: rotateY(-89deg) scale(0.95) translateZ(0vw);
  }
}
.swiper3d .swiper-wrapper .swiper-slide.slider-left-3 {
  transform: rotateY(76deg) scale(0.85);
  z-index: 5;
}
.swiper3d .swiper-wrapper .swiper-slide.slider-right-3 {
  transform: rotateY(-101deg) scale(0.85);
  z-index: 5;
}

.about {
  margin: 18px 0px 79px 0px;
  text-align: left;
}
.about .columns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.about .columns > div {
  width: 50%;
  margin: 0px 0px 0px 0px;
}
.about .columns > div h4 {
  margin-bottom: 29px;
  font-size: 29px;
}
@media (max-width: 1900px) {
  .about .columns > div h4 {
    font-size: calc(24px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .about .columns > div h4 {
    font-size: 24px;
  }
}
.about .columns .text p {
  background: linear-gradient(to right, rgb(23, 51, 75) 0%, rgba(23, 51, 75, 0) 100%);
  padding: 16px 6px 22px 45px;
  margin: 0px 80px 11px 0px;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}
.about .columns .text p:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/check-big.svg");
  background-size: contain;
  left: -8px;
  width: 60px;
  top: -6px;
  height: 59px;
}
.about .columns .list ul {
  margin: 34px 80px 0px 0px;
}
@media (max-width: 1240px) {
  .about .columns > div.text {
    width: 55%;
  }
  .about .columns > div.list {
    width: 45%;
  }
  .about .columns > div.list ul {
    margin: 34px 0px 0px 0px;
  }
}
@media (max-width: 1000px) {
  .about {
    margin: 0px 0px 35px 0px;
  }
  .about .columns {
    display: block;
  }
  .about .columns > div {
    width: 100% !important;
  }
  .about .columns > div.text {
    margin: 0px 0px 59px 0px;
  }
  .about .columns > div.text p {
    background-color: #17334B;
    margin: 0px 0px 11px 0px;
    padding: 16px 15px 22px 41px;
  }
}

.pay-button {
  margin: 0px 0px 119px 0px;
}
.pay-button .button + p {
  margin: 5px 0px 30px 0px;
}
@media (max-width: 1000px) {
  .pay-button {
    margin: 0px 0px 70px 0px;
  }
}

.separator {
  margin: 0px 0px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-top: 2px solid #00B2FF;
  border-bottom: 2px solid #00B2FF;
  background-color: #072225;
}
.separator .separator-content {
  display: flex;
  flex-shrink: 0;
  animation: separators 15s linear infinite;
}
.separator .separator-content span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  padding: 0 20px;
  font-size: 20px;
}
.separator .separator-content span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/diamond-small.png") no-repeat center/contain;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.separator .separator-content span:last-child::after {
  /*display: none;*/
}

@keyframes separators {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.target h3 {
  margin: 93px auto 40px;
  width: 23em;
  max-width: 100%;
  font-size: 47px;
}
@media (max-width: 1900px) {
  .target h3 {
    font-size: calc(29px + 18 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .target h3 {
    font-size: 29px;
  }
}
.target h3 span {
  display: inline-block;
  width: 56px;
  aspect-ratio: 56/36;
  background-image: url("../img/diamond-small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 0px;
  transform: translateY(4px);
}
@media (max-width: 1900px) {
  .target h3 span {
    width: calc(39px + 17 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .target h3 span {
    width: 39px;
  }
}
@media (max-width: 460px) {
  .target h3 {
    margin: 101px auto 40px;
  }
}

.collage-slider-container {
  display: none;
}
@media (max-width: 760px) {
  .collage-slider-container {
    display: block;
  }
}

.collage-swiper-pagination {
  display: none;
}
@media (max-width: 760px) {
  .collage-swiper-pagination {
    display: block;
  }
}

.collage-container {
  margin: 400px 0px 430px 0px;
  position: relative;
  z-index: -5;
}
.collage-container .visual2 {
  margin: 100px auto 100px;
  width: 217px;
  aspect-ratio: 1/1;
  background-image: url("../img/diamond-front.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.collage-container .visual2:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  opacity: 0.3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1186px;
  height: 1186px;
  background-image: url("../img/lights2.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.collage-container .collage {
  position: relative;
  width: 1px;
  height: 1px;
  margin: -208px auto 0px;
  overflow: visible;
}
.collage-container .collage img {
  position: absolute;
  display: block;
  max-width: none;
}
.collage-container .collage img:nth-of-type(1) {
  width: 404px !important;
  height: 270px !important;
  left: -480px;
  top: -274px;
}
.collage-container .collage img:nth-of-type(2) {
  width: 270px !important;
  height: 404px !important;
  left: -67px;
  top: -408px;
}
.collage-container .collage img:nth-of-type(3) {
  width: 270px !important;
  height: 404px !important;
  left: -480px;
  top: 6px;
}
.collage-container .collage img:nth-of-type(4) {
  width: 404px !important;
  height: 270px !important;
  left: -200px;
  top: 6px;
}
.collage-container .collage img:nth-of-type(5) {
  width: 270px !important;
  height: 404px !important;
  left: 214px;
  top: -128px;
}
@media (max-width: 1000px) {
  .collage-container .collage {
    margin: -208px auto 0px;
    transform: scale(0.9);
  }
}
@media (max-width: 880px) {
  .collage-container .collage {
    margin: -208px auto 0px;
    transform: scale(0.8);
  }
}
@media (max-width: 790px) {
  .collage-container .collage {
    margin: -208px auto 0px;
    transform: scale(0.75);
  }
}
@media (max-width: 760px) {
  .collage-container .collage {
    display: none;
  }
}
@media (max-width: 760px) {
  .collage-container {
    margin: 19px 0px 0px 0px;
  }
}

.author {
  overflow: hidden;
  padding: 130px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.author h4 {
  margin: 0px auto 58px;
  text-align: center;
  width: 700px;
  max-width: 100%;
  font-size: 29px;
}
@media (max-width: 1900px) {
  .author h4 {
    font-size: calc(24px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .author h4 {
    font-size: 24px;
  }
}
.author .columns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.author .columns > div {
  width: 50%;
}
.author .columns > div.text p {
  text-align: left;
  width: 450px;
  max-width: calc(100% - 50px);
  margin-left: 50px;
}
.author .columns > div.image {
  text-align: right;
}
@media (max-width: 680px) {
  .author {
    padding: 5px 0px 0px;
  }
  .author .columns {
    display: block;
  }
  .author .columns > div {
    width: 100%;
  }
  .author .columns > div.text {
    margin: 60px 0px 0px 0px;
  }
  .author .columns > div.text p {
    width: 353px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .author .columns > div.image {
    text-align: center;
  }
}

.retreats {
  margin: 241px 0px 0px 0px;
  padding: 0px 0px 310px;
  --rotate: 0deg;
  position: relative;
}
.retreats .columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.retreats .columns > div {
  width: 50%;
}
.retreats .columns > div.text {
  text-align: right;
}
.retreats .columns > div.text .content {
  width: 450px;
  max-width: calc(100% - 50px);
  margin: 0px 50px 0px auto;
}
.retreats .columns > div.text .content h3 {
  margin: 0px 0px 27px 0px;
  text-align: left;
  font-size: 47px;
}
@media (max-width: 1900px) {
  .retreats .columns > div.text .content h3 {
    font-size: calc(29px + 18 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .retreats .columns > div.text .content h3 {
    font-size: 29px;
  }
}
.retreats .columns > div.text .content p {
  text-align: left;
}
.retreats .columns > div.images {
  text-align: left;
  position: relative;
  position: relative;
}
.retreats .columns > div.images img:nth-of-type(2) {
  border-radius: 100%;
  position: absolute;
  right: 0px;
  bottom: -28%;
  width: 45%;
}
.retreats .columns > div.images:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  right: -5%;
  top: -29%;
  aspect-ratio: 1/1;
  width: 100%;
  background-image: url("../img/diamonds-circle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: rotate(var(--rotate));
}
.retreats:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: -10%;
  bottom: -36%;
  aspect-ratio: 1/1;
  width: 25%;
  background-image: url("../img/diamonds-circle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: rotate(calc(-2.5 * var(--rotate)));
}
@media (max-width: 800px) {
  .retreats {
    margin: 41px 0px 0px 0px;
    padding: 0px 0px 121px;
  }
  .retreats .columns {
    display: block;
  }
  .retreats .columns > div {
    width: 100%;
  }
  .retreats .columns > div.text {
    text-align: left;
    margin: 0px 0px 71px 0px;
  }
  .retreats .columns > div.text .content {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .retreats .columns > div.text .content h3 {
    margin: 0px 0px 27px 0px;
  }
  .retreats .columns > div.images img:nth-of-type(2) {
    display: none;
  }
  .retreats .columns > div.images:before {
    right: -30%;
    top: -34%;
    width: 109%;
  }
  .retreats:before {
    display: none;
  }
}

.action {
  padding: 0px 0px 168px;
  background-color: #072225;
}
.action .content {
  width: 710px;
  max-width: 100%;
  margin: 0px auto 0px;
}
.action .content h4 {
  margin: 113px 0px 78px 0px;
}
.action .content .price {
  margin: 0px 0px 0px 0px;
  background-color: #17334B;
  padding: 30px 20px 26px;
  font-size: 29px;
  line-height: 110%;
}
.action .content ul {
  margin: 70px 0px 0px 42px;
}
.action .content ul li {
  font-size: 29px;
  line-height: 110%;
  position: relative;
  padding: 0px 0px 0px 45px;
  margin-bottom: 27px;
}
.action .content ul li:before {
  left: 0px;
  top: 4px;
  width: 33px;
  height: 21px;
}
.action .content h3 {
  margin: 83px 0px 80px 0px;
}
.action .content .button {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 760px) {
  .action .content h4 {
    margin: 81px 0px 60px 0px;
  }
  .action .content ul {
    margin: 42px 0px 0px 0px;
  }
  .action .content ul li {
    font-size: 29px;
  }
}
@media (max-width: 760px) and (max-width: 1900px) {
  .action .content ul li {
    font-size: calc(24px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 760px) and (max-width: 360px) {
  .action .content ul li {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .action .content h3 {
    font-size: 47px;
    margin: 60px 0px 60px 0px;
  }
}
@media (max-width: 760px) and (max-width: 1900px) {
  .action .content h3 {
    font-size: calc(29px + 18 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 760px) and (max-width: 360px) {
  .action .content h3 {
    font-size: 29px;
  }
}

.modal-panel.payform {
  border-radius: 10px;
  width: 560px;
  max-width: 100%;
  padding: 30px 55px 20px;
  color: #7F8A92;
  background-color: #fff;
  text-align: left;
}
.modal-panel.payform h1, .modal-panel.payform h2, .modal-panel.payform h3, .modal-panel.payform h4, .modal-panel.payform h5, .modal-panel.payform p, .modal-panel.payform li, .modal-panel.payform label, .modal-panel.payform input, .modal-panel.payform button {
  font-family: "Roboto", sans-serif !important;
}
.modal-panel.payform p {
  font-size: 16px;
}
.modal-panel.payform .close-button {
  background-color: transparent;
}
.modal-panel.payform .is-test {
  width: 260px;
  padding: 5px 0px 4px;
  line-height: 100%;
  color: #fff;
  background-color: #EE4F20;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: -8px 0px 23px 0px;
}
.modal-panel.payform .price {
  font-weight: 600;
  margin: 10px 0px 9px 0px;
  color: #2B2B2B;
}
.modal-panel.payform .price-note {
  font-weight: 600;
  margin: 0px 0px 16px 0px;
  color: #2B2B2B;
}
.modal-panel.payform label {
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0px 14px 0px;
}
.modal-panel.payform input {
  margin: 1px 0px 0px 0px;
  border-radius: 6px;
  font-size: 22px;
  padding: 10px 5px;
  border: none;
  background-color: #EAEFF2 !important;
  color: #2B2B2B !important;
  width: 100%;
}
.modal-panel.payform .card {
  margin: -5px 0px 0px 0px;
  padding: 17px 30px 14px;
  border-radius: 10px;
  background-color: #5F6E79;
  color: #fff;
}
.modal-panel.payform .card label {
  margin: 0px 0px 16px 0px;
}
.modal-panel.payform .card .date-cvc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-panel.payform .card .date-cvc .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal-panel.payform .card .date-cvc .date input:nth-of-type(1) {
  width: 59px;
  text-align: center;
}
.modal-panel.payform .card .date-cvc .date span {
  margin: 0px 10px;
  color: #072225;
}
.modal-panel.payform .card .date-cvc .date input:nth-of-type(2) {
  width: 90px;
  text-align: center;
}
.modal-panel.payform .card .date-cvc label.cvc {
  width: 110px;
}
.modal-panel.payform .card .date-cvc label.cvc input {
  text-align: center;
}
.modal-panel.payform .client-data {
  margin: 30px 0px 0px 0px;
}
.modal-panel.payform .client-data input {
  width: 100%;
}
.modal-panel.payform .button {
  width: 100%;
  padding: 32px 10px 28px;
  margin: 18px 0px 47px 0px;
}
.modal-panel.payform .form-note {
  text-align: center;
}
.modal-panel.payform .modal-panel-header {
  display: none !important;
}
@media (max-width: 600px) {
  .modal-panel.payform {
    width: 100%;
    border-radius: 0px;
    top: 0px !important;
    padding-top: 50px;
  }
}
@media (max-width: 540px) {
  .modal-panel.payform {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 400px) {
  .modal-panel.payform .card {
    margin: -5px 0px 0px 0px;
    padding: 17px 30px 14px;
  }
  .modal-panel.payform .card .date-cvc {
    display: block;
  }
}

/* Chrome, Edge, Safari */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #EAEFF2 inset !important;
  -webkit-text-fill-color: #2B2B2B !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Firefox */
input:-moz-autofill {
  box-shadow: 0 0 0px 1000px #EAEFF2 inset !important;
  -moz-text-fill-color: #2B2B2B !important;
}/*# sourceMappingURL=common.css.map */