:root {
  --green: #6fbe35;
  --purple: #722180;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "Proxima Nova", sans-serif;
}
@media (min-width: 992.1px) {
  body, html {
    font-size: 9px;
  }
}
@media (min-width: 768.1px) {
  body, html {
    font-size: 9px;
  }
}
@media (min-width: 576px) {
  body, html {
    font-size: 10px;
  }
}
@media (max-width: 575.9px) {
  body, html {
    font-size: 12px;
  }
}

.page {
  min-height: 100%;
  background: #f6f8fa;
  background: -moz-linear-gradient(-45deg, #f6f8fa 0%, #ebf0f5 100%);
  background: -webkit-linear-gradient(-45deg, #f6f8fa 0%, #ebf0f5 100%);
  background: linear-gradient(135deg, #f6f8fa 0%, #ebf0f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f8fa", endColorstr="#ebf0f5", GradientType=1);
  overflow: hidden;
}
@media (max-width: 575.9px) {
  .page {
    min-width: 100%;
    width: 100%;
  }
}

.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
}

.cssload-zenith {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 3px 3px 1px rgb(0, 88, 171);
  animation: cssload-spin 1320ms infinite linear;
  -o-animation: cssload-spin 1320ms infinite linear;
  -ms-animation: cssload-spin 1320ms infinite linear;
  -webkit-animation: cssload-spin 1320ms infinite linear;
  -moz-animation: cssload-spin 1320ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 575.9px) {
  header {
    padding-bottom: 0;
  }
}
header .mag-span {
  margin-left: 1.5rem;
  color: #000000;
}
header .mag-span a {
  color: #000000;
  text-decoration: none;
  font-size: 1.8rem;
}
@media (max-width: 575.9px) {
  header .mag-span a {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.9px) {
  header .mag-span {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 575.9px) {
  header .header-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.9px) {
  header .header-col .with-icon {
    text-align: right;
    padding-left: 0;
  }
}
header .header-col.with-btn {
  text-align: center;
}
@media (max-width: 575.9px) {
  header .address-col {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575.9px) {
  header .address-col svg {
    margin-bottom: 5px;
    height: 15px;
  }
}
header .phone {
  text-decoration: none;
  color: #000000;
  font-size: 1.8rem;
}
@media (max-width: 575.9px) {
  header .phone {
    font-size: 1.6rem;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
  }
}
@media (max-width: 575.9px) {
  header .with-btn {
    text-align: center;
  }
}
header button {
  width: 100%;
}
@media (max-width: 575.9px) {
  header button {
    width: 210px;
    display: inline-block;
  }
}
header .logo svg {
  height: 85px;
  width: 100%;
}
@media (max-width: 575.9px) {
  header .logo svg {
    height: 63px;
    transform: scale(1.2);
  }
}

#size {
  font-size: 1.8rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  z-index: 5100;
}

@media (max-width: 575.9px) {
  .p-xs-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

a {
  color: #722180;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

.pr-0 {
  padding-right: 0;
}

.p-0 {
  padding: 0;
}

@keyframes blink {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%) translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
.btn-yellow {
  background-color: #6fbe35;
  font-weight: bold;
  font-size: 1.8rem;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 575.9px) {
  .btn-yellow {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992.1px) {
  .btn-yellow {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .btn-yellow {
    background-color: #6fbe35;
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffffff;
    padding: 15px 35px;
    cursor: pointer;
    position: relative;
  }
}
.btn-yellow:after, .btn-yellow:before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrows.png);
  width: 24px;
  height: 13px;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
}
@media (max-width: 575.9px) {
  .btn-yellow:after, .btn-yellow:before {
    display: none;
  }
}
.btn-yellow:after {
  animation: blink-right 1s infinite alternate;
  margin-left: 15px;
}
.btn-yellow:before {
  transform: translateY(-50%) rotate(180deg);
  margin-right: 1.5rem;
  animation: blink-left 1s infinite alternate;
}
.btn-yellow.btn-calc:before, .btn-yellow.btn-calc:after {
  animation: none;
  transform: none;
}
@keyframes blink-left {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0) rotate(180deg);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%) translateX(-5px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0) rotate(180deg);
  }
}
@keyframes blink-right {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%) translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
.btn-yellow:hover {
  background-color: #88d84a;
}
@media (min-width: 992.1px) {
  .btn-yellow:not(.btn-calc):after, .btn-yellow:not(.btn-calc):before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .btn-yellow:not(.btn-calc):after, .btn-yellow:not(.btn-calc):before {
    display: inline-block;
  }
}
.btn-yellow.btn-calc:after {
  display: none;
}

.btn-calc {
  padding-left: 100px;
}
.btn-calc:before {
  width: 72px;
  height: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  transform: none;
  left: 15px;
  top: -10px;
  background-image: url(../img/calculator.png);
}
@media (max-width: 575.9px) {
  .btn-calc:before {
    display: block !important;
  }
}

.svg-header {
  width: 2.5rem;
  height: 2.5rem;
  fill: #722180;
  position: relative;
  top: 5px;
}
.svg-header.norm {
  position: static;
  top: 0;
}

.svg-footer {
  width: 2.5rem;
  height: 2.5rem;
}

.with-icon {
  padding-left: 2rem;
  display: inline-block;
  font-size: 1.8rem;
}
@media (max-width: 575.9px) {
  .with-icon {
    font-size: 1.1rem;
  }
}

.relative {
  position: relative;
}

button {
  border: 1px solid transparent;
  border-radius: 35px;
  line-height: 2.3;
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: normal;
}
@media (min-width: 992.1px) {
  button {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  button {
    font-size: 1.4rem;
  }
}
button.btn-blue {
  background-color: #722180;
  color: #ffffff;
}
@media (min-width: 992.1px) {
  button.btn-blue svg {
    display: none;
  }
}
@media (max-width: 575.9px) {
  button.btn-blue {
    line-height: 2;
  }
}

.h-100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.title {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 575.9px) {
  .title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .title {
    font-size: 3rem;
  }
}
@media (min-width: 992.1px) {
  .title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.1;
  }
}
.title .blue {
  color: #722180;
}

.subtitle {
  font-size: 2.5rem;
}
@media (max-width: 575.9px) {
  .subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 992.1px) {
  .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .subtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 2.5rem;
  }
}

span.blue {
  color: #722180;
}

section {
  padding-bottom: 85px;
}
@media (max-width: 575.9px) {
  section {
    padding-bottom: 2.5rem;
  }
}
section.sales {
  padding-bottom: 0;
}
@media (max-width: 575.9px) {
  section.sales {
    margin-left: -15px;
    margin-right: -15px;
  }
}

section.banner-section {
  padding-top: 20px;
}
@media (max-width: 575.9px) {
  section.banner-section {
    padding-top: 0;
  }
}
section.banner-section h1 {
  font-size: 3.7rem;
  text-transform: uppercase;
}
@media (max-width: 575.9px) {
  section.banner-section h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.banner-section h1 {
    margin: 0.88em 0;
    line-height: 1;
  }
}
section.banner-section h1 b {
  font-weight: 600;
}
section.banner-section h1 b:nth-child(3) {
  color: #722180;
}
section.banner-section .check-col {
  position: relative;
  padding-right: 1rem;
}
@media (min-width: 768.1px) {
  section.banner-section .check-col {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  section.banner-section .check-col {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  section.banner-section .check-col {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
section.banner-section .check-col span {
  display: block;
  padding-left: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 575.9px) {
  section.banner-section .check-col span {
    font-size: 1.3rem;
  }
}
section.banner-section .check {
  top: 0;
  width: 25px;
  height: 25px;
  fill: #722180;
}
section.banner-section .img-container {
  width: 1000px;
}
section.banner-section img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.9px) {
  section.banner-section .blue-block-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
section.banner-section .blue-block {
  background-color: #e1e8ed;
  width: 760px;
  margin-top: 4rem;
  position: relative;
  z-index: 50;
  padding: 35px 45px;
}
@media (min-width: 768.1px) {
  section.banner-section .blue-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  section.banner-section .blue-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 575.9px) {
  section.banner-section .blue-block {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 992.1px) {
  section.banner-section .blue-block {
    padding: 35px 45px;
    width: 760px;
  }
}
section.banner-section .blue-block .blue-block-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media (max-width: 575.9px) {
  section.banner-section .blue-block .blue-block-title {
    font-size: 22px;
    line-height: 1.1;
  }
}
section.banner-section .blue-block .blue-block-desc {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 575.9px) {
  section.banner-section .blue-block .blue-block-desc {
    font-size: 1.6rem;
  }
}
section.banner-section .blue-block .blue-block-btn {
  margin-top: 3rem;
}

.w-100 {
  width: 100%;
}

.circle-row {
  margin-top: 80px;
}
@media (max-width: 575.9px) {
  .circle-row {
    margin-top: 2.5rem;
  }
}

@media (max-width: 575.9px) {
  .circle-col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .circle-col {
    margin-bottom: 20px;
  }
}
@media (min-width: 768.1px) {
  .circle-col {
    margin-bottom: 20px;
  }
}
.circle-col .circle {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 575.9px) {
  .circle-col .circle {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 576px) {
  .circle-col .circle {
    width: 205px;
    height: 205px;
  }
}
@media (min-width: 992.1px) {
  .circle-col .circle {
    height: 215px;
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .circle-col .circle {
    width: 275px;
    height: 275px;
  }
}
.circle-col .circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(114, 33, 128, 0.64) 99%, rgba(114, 33, 128, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(114, 33, 128, 0.64) 99%, rgba(114, 33, 128, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(114, 33, 128, 0.64) 99%, rgba(114, 33, 128, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#a6722180", GradientType=0);
  border-radius: 50%;
}
.circle-col .circle-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575.9px) {
  .circle-col .circle-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.circle-col .circle-desc {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 575.9px) {
  .circle-col .circle-desc {
    font-size: 1.3rem;
  }
}

.slider-container {
  margin-top: 45px;
}
@media (max-width: 575.9px) {
  .slider-container {
    margin-top: 20px;
  }
}
.slider-container .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 15px;
  list-style-type: none;
}
.slider-container .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slider-container .slick-dots li button {
  cursor: pointer;
  width: 16px;
  height: 16px;
  color: transparent !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.slider-container .slick-dots li.slick-active button {
  cursor: default;
  background-color: #722180;
}
.slider-container .slider-box {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.9px) {
  .slider-container .slider-box {
    height: 200px;
  }
}
.slider-container .slider-box .slide {
  height: 650px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.9px) {
  .slider-container .slider-box .slide {
    height: 200px;
  }
}
.slider-container .blue-col {
  background-color: #e1e8ed;
  height: 650px;
}
@media (max-width: 575.9px) {
  .slider-container .blue-col {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
.slider-container .blue-col > div {
  padding-left: 30px;
}
@media (max-width: 575.9px) {
  .slider-container .blue-col > div {
    padding-left: 0;
  }
}
.slider-container .mini-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 575.9px) {
  .slider-container .mini-title {
    font-size: 22px;
  }
}
.slider-container .desc {
  font-size: 22px;
}
@media (max-width: 575.9px) {
  .slider-container .desc {
    font-size: 16px;
  }
}
.slider-container .desc p {
  margin-bottom: 30px;
}

.sale-item {
  -webkit-box-shadow: 21px 30px 77px -15px rgba(34, 60, 80, 0.13);
  -moz-box-shadow: 21px 30px 77px -15px rgba(34, 60, 80, 0.13);
  box-shadow: 21px 30px 77px -15px rgba(34, 60, 80, 0.13);
}
@media (min-width: 576px) {
  .sale-item {
    box-shadow: none;
  }
}

.modal-slider-col {
  opacity: 0;
}

.sale-img {
  height: 310px;
  background-color: #e1e8ed;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575.9px) {
  .sale-img {
    height: 250px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
}
.sale-img .sale-date {
  background-color: #e00751;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2;
  color: #ffffff;
  font-size: 1.6rem;
}

.sale-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 45px;
  margin-bottom: 15px;
}
@media (max-width: 575.9px) {
  .sale-title {
    font-size: 17px;
  }
}

.sale-desc {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 575.9px) {
  .sale-desc {
    font-size: 1.3rem;
  }
}

.sale-button div {
  border-radius: 50%;
  background-color: #6fbe35;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  transition: all 0.3s;
}
.sale-button div svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #722180;
}
.sale-button div:hover {
  background-color: #722180;
}
.sale-button div:hover svg {
  fill: #6fbe35;
}

.input-group {
  margin-top: 15px;
  width: 100%;
}
.input-group input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #e1e8ed;
  font-size: 15px;
  padding: 15px 25px;
}
.input-group input.error {
  border: 1px solid red;
}
.form-block {
  display: none;
}

.sale-bottom-block {
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 35px;
  height: 215px;
}
@media (max-width: 575.9px) {
  .sale-bottom-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sales-row {
  margin-top: 80px;
}
@media (max-width: 575.9px) {
  .sales-row {
    margin-top: 35px;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px;
  margin-top: 80px;
  align-items: center;
  padding-bottom: 105px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992.1px) {
  .grid-container {
    grid-template-columns: 310px 310px;
    justify-content: center;
  }
}
@media (min-width: 768.1px) {
  .grid-container {
    grid-template-columns: 310px 310px;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .grid-container {
    margin-top: 23px;
    overflow-x: auto;
    display: grid;
    grid-template-columns: 310px 310px 310px 310px;
    padding-bottom: 20px;
    grid-gap: 30px;
  }
}
@media (max-width: 575.9px) {
  .grid-container {
    margin-top: 23px;
    overflow-x: auto;
    display: grid;
    grid-template-columns: 80% 80% 80% 80%;
    padding-bottom: 20px;
    grid-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
    margin-top: 80px;
    align-items: center;
    padding-bottom: 105px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.calc .calc-block {
  height: 500px;
  background-color: #722180;
  background-image: url(../img/calculator.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 575.9px) {
  .calc .calc-block {
    background-image: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.calc .calc-block .text {
  font-size: 3.8rem;
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 575.9px) {
  .calc .calc-block .text {
    font-size: 22px;
  }
}
@media (min-width: 992.1px) {
  .calc .calc-block .text {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .calc .calc-block .text {
    font-size: 3.8rem;
  }
}
.calc .calc-block .text span {
  color: #6fbe35;
  font-weight: normal;
}

.img-section .img-block {
  position: relative;
  background: #ebf0f5;
  background: -moz-linear-gradient(-45deg, #ebf0f5 28%, #d6e3e9 98%);
  background: -webkit-linear-gradient(-45deg, #ebf0f5 28%, #d6e3e9 98%);
  background: linear-gradient(135deg, #ebf0f5 28%, #d6e3e9 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf0f5", endColorstr="#d6e3e9", GradientType=1);
  height: 405px;
  margin-top: 4rem;
}
@media (max-width: 575.9px) {
  .img-section .img-block {
    margin-top: 0;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.img-section .img-block img {
  position: absolute;
  bottom: 0;
  left: -7.5rem;
}
@media (min-width: 992.1px) {
  .img-section .img-block img {
    left: -207px;
  }
}
@media (min-width: 1200px) {
  .img-section .img-block img {
    left: -7.5rem;
  }
}

.video-block {
  height: 415px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 576px) {
  .video-block {
    height: 280px !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 768.1px) {
  .video-block {
    height: 193px !important;
  }
}
@media (min-width: 992.1px) {
  .video-block {
    height: 261px !important;
  }
}
@media (min-width: 1400px) {
  .video-block {
    height: 374px !important;
  }
}
.video-block video {
  width: 100%;
  height: 100%;
}
.video-block iframe {
  border-radius: 2.5rem !important;
}
@media (max-width: 575.9px) {
  .video-block iframe {
    border-radius: 0 !important;
  }
}
.video-block .play {
  height: 105px;
  width: 105px;
  background-color: #722180;
  border-radius: 50%;
  position: relative;
  z-index: 1000;
}
@media (max-width: 575.9px) {
  .video-block .play {
    height: 75px;
    width: 75px;
  }
}
@media (min-width: 576px) {
  .video-block .play {
    height: 75px;
    width: 75px;
  }
}
@media (min-width: 768.1px) {
  .video-block .play {
    height: 50px;
    width: 50px;
  }
}
.video-block .play span {
  font-size: 24px;
  color: #ffffff;
}

.video-row {
  margin-top: 35px;
}
@media (max-width: 575.9px) {
  .video-row {
    margin-top: 13px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.video-block {
  border-radius: 2.5rem;
  height: 410px;
}
@media (min-width: 768.1px) {
  .video-block {
    background-color: #e1e8ed;
  }
}
@media (max-width: 575.9px) {
  .video-block {
    height: 250px;
    margin-bottom: 30px;
    border-radius: 0;
  }
}
.video-block .play {
  cursor: pointer;
}
.video-block .play:hover::before, .video-block .play:focus::before {
  opacity: 1;
}
.video-block .play::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #722180;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  animation: ring 1.5s infinite;
}
.video-block .play::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #722180;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  animation: ringOuter 1.5s infinite;
}
.video-block .play:hover:after {
  animation: none;
}
.video-block .play:hover:before {
  animation: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 133px;
    height: 133px;
    opacity: 0;
  }
}
@keyframes ringOuter {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 165px;
    height: 165px;
    opacity: 0;
  }
}
footer .map-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
}
@media (max-width: 575.9px) {
  footer .map-wrapper {
    position: static;
  }
}
footer #map {
  width: 100%;
  height: 100%;
}
footer .map {
  height: 52.5rem;
  position: relative;
}
@media (max-width: 575.9px) {
  footer .map {
    height: auto;
  }
}
footer .map .address-title {
  margin-bottom: 45px;
  font-weight: bold;
  color: #6fbe35;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
footer .map #map {
  height: 100%;
}
@media (max-width: 575.9px) {
  footer .map #map {
    height: 350px;
  }
}
footer .map .address-block-item {
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-weight: normal;
  position: relative;
  font-size: 1.8rem;
}
footer .map .address-block-item span {
  display: block;
  padding-left: 15px;
}
footer .map .address-block-item svg {
  position: relative;
  top: 3px;
  fill: #6fbe35;
}
footer .map .address-block {
  background-color: #722180;
  border-radius: 30px 30px 0 0;
  width: 400px;
  padding-top: 45px;
  padding-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: -1px;
  z-index: 60;
}
@media (max-width: 575.9px) {
  footer .map .address-block {
    position: static;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
footer .under-map {
  height: 300px;
  background-color: #722180;
  background-image: url(../img/calc_bottom.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 575.9px) {
  footer .under-map {
    background-image: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 576px) {
  footer .under-map {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 321px;
  }
}
@media (min-width: 768.1px) {
  footer .under-map {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 220px;
  }
}
footer .under-map span {
  color: #ffffff;
  font-weight: normal;
  font-size: 3.4rem;
}
@media (max-width: 575.9px) {
  footer .under-map span {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
  }
}
@media (min-width: 576px) {
  footer .under-map span {
    font-size: 2.6rem;
  }
}
@media (min-width: 992.1px) {
  footer .under-map span {
    font-size: 26px;
  }
}
@media (min-width: 768.1px) {
  footer .under-map span {
    text-align: center;
    display: block;
  }
}
@media (min-width: 1200px) {
  footer .under-map span {
    font-weight: normal;
    font-size: 3.4rem;
    text-align: left;
  }
}
footer .under-map span b.yellow {
  color: #6fbe35;
}
footer .copyright {
  color: #5a5a5a;
  height: 165px;
}
footer .copyright span {
  font-size: 1.8rem;
}

.gallery {
  position: relative;
}
.gallery .title {
  margin-bottom: 50px;
}
@media (max-width: 575.9px) {
  .gallery .title {
    margin-bottom: 23px;
  }
}
.gallery .gallery-box .gallery-slide {
  height: 650px;
  padding-left: 7px;
  padding-right: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 768.1px) {
  .gallery .gallery-box .gallery-slide {
    height: 345px;
  }
}
@media (max-width: 575.9px) {
  .gallery .gallery-box .gallery-slide {
    height: 265px;
  }
}
.gallery .gallery-box .gallery-slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 575.9px) {
  .gallery .gallery-box .gallery-slide img {
    border-radius: 20px;
  }
}
.gallery .gallery-arrows {
  position: absolute;
  top: 325px;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 768.1px) {
  .gallery .gallery-arrows {
    top: 172.5px;
  }
}
@media (max-width: 575.9px) {
  .gallery .gallery-arrows {
    top: 132.5px;
  }
}
.gallery .gallery-arrows .arrow {
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.gallery .gallery-arrows .arrow svg {
  height: 50px;
  width: 50px;
  position: relative;
  fill: #6fbe35;
  transition: all 0.3s;
}
.gallery .gallery-arrows .arrow:hover svg {
  fill: #722180;
}
.gallery .gallery-arrows .left-gallery svg {
  transform: rotate(90deg);
}
.gallery .gallery-arrows .right-gallery {
  right: 0;
}
.gallery .gallery-arrows .right-gallery svg {
  transform: rotate(-90deg);
}

.slick-slide {
  position: relative;
}
.slick-slide img {
  transition: all 0.3s;
  filter: brightness(50%);
  border-radius: 30px;
}
.slick-slide.slick-current img {
  filter: brightness(100%);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.catalog-row {
  margin-top: 50px;
}
@media (max-width: 575.9px) {
  .catalog-row {
    margin-top: 0px;
  }
}

.catalog-item {
  height: 240px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center center;
  transition: all 0.8s;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (min-width: 992.1px) {
  .catalog-item {
    height: 190px;
  }
}
.catalog-item .catalog-bottom {
  padding: 2.5rem;
}
.catalog-item .more-catalog-link {
  border-radius: 50%;
  background-color: #722180;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 100;
}
.catalog-item .more-catalog-link svg {
  fill: #ffffff;
}
.catalog-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#a3000000", GradientType=0);
}
.catalog-item .catalog-title {
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 100;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2100;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  margin: auto;
  max-width: 560px;
  background-color: #ffffff;
  z-index: 2200;
  margin-top: 4rem;
  padding: 4rem;
}
@media (max-width: 575.9px) {
  .modal-dialog {
    margin-top: 0;
    height: 100vh;
    padding: 1rem;
  }
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.5rem;
  transition: all 0.3s;
  max-height: 11000px;
  overflow: hidden;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-logo {
  text-align: center;
}
.modal-logo svg {
  max-width: 300px;
}

.modal-btn-block {
  margin-top: 30px;
}
.modal-btn-block .btn {
  padding: 15px 60px;
}

.btn-p {
  padding: 15px 60px;
}

.modal .kitchen-colors .colors-title {
  margin-top: 16px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
}
.modal .colors-list {
  display: flex;
  flex-wrap: wrap;
}
.modal .colors-list .color-list-item {
  width: 50px;
  height: 50px;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
}
.modal .close {
  color: var(--purple);
  font-size: 62px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  z-index: 2300;
  padding: 0;
  line-height: 0.85;
}
.modal .modal-k-title {
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 575.9px) {
  .modal .modal-k-title {
    font-size: 28px;
  }
}
.modal .modal-k-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}

.modal-row {
  display: none;
}

@media (max-width: 575.9px) {
  .kitchen-main-slide-wrapper {
    margin-bottom: 20px;
  }
}
.kitchen-main-slide-wrapper .kitchen-main-slide {
  height: 300px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: relative;
  float: left;
  background-position: center center;
}

.kitchen-slide-list {
  margin-top: 15px;
}
.kitchen-slide-list .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.kitchen-slide-list .slick-slide .kitchen-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.kitchen-slide-list .slick-slide .kitchen-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.kitchen-slide-list .slick-slide.slick-current .kitchen-slide:after {
  display: none;
}
@media (max-width: 575.9px) {
  .kitchen-slide-list {
    display: none;
  }
}
@media (min-width: 576px) {
  .kitchen-slide-list {
    display: none;
  }
}

.kitchen-slide {
  display: inline-block;
  width: 100px;
  height: 72px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  opacity: 1;
}
.kitchen-slide.slick-current {
  opacity: 1 !important;
}

.m-btn {
  margin-top: 20px;
}
.policy {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #cccccc;
  text-align: center;
  font-size: 1.2rem;
}

.modal-row h4 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 575.9px) {
  .modal-row h4 {
    font-size: 2rem;
  }
}

.logo {
  left: -15px;
  position: relative;
}
@media (max-width: 575.9px) {
  .logo {
    left: 0;
  }
}

.catalog-item__wrapper {
  margin: 10px 0;
}
@media (min-width: 768.1px) {
  .catalog-item__wrapper {
    height: 500px;
    margin: 50px 0;
  }
}
.catalog-item__wrapper .catalog-item__image-container {
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 940px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  transition: background-size 1s ease;
  height: auto;
}
@media (min-width: 768.1px) {
  .catalog-item__wrapper .catalog-item__image-container {
    position: absolute;
    height: 500px;
  }
}
.catalog-item__wrapper .catalog-item__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item__wrapper .catalog-item__image-container:hover {
  -webkit-background-size: 105% auto;
  background-size: 105% auto;
}
.catalog-item__wrapper .catalog-item__type {
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: var(--green);
  margin: 0;
}
.catalog-item__wrapper .catalog-image__description {
  background-color: #e1e8ed;
  position: relative;
  z-index: 50;
  padding: 25px;
  width: 100%;
}
@media (min-width: 768.1px) {
  .catalog-item__wrapper .catalog-image__description {
    width: 520px;
    padding: 35px 40px;
  }
}
.catalog-item__wrapper .catalog-image__description .catalog-item__name {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  /* identical to box height */
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #212529;
}
@media (min-width: 768.1px) {
  .catalog-item__wrapper .catalog-image__description .catalog-item__name {
    font-size: 40px;
    line-height: 49px;
  }
}

@media (min-width: 992.1px) {
  .element__info {
    margin-bottom: 30px;
  }
}
@media (min-width: 992.1px) {
  .element__info .element__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    /* identical to box height */
    color: var(--light-text);
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}
@media (min-width: 992.1px) {
  .element__info .element__sub {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
  }
}

.chars__list .char__item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #212529;
}
@media (min-width: 992.1px) {
  .chars__list .char__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
  }
  .chars__list .char__item:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 500px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to bottom, #722180 49%, #EBAEF5 49%, #EBAEF5 100%, #722180 53%);
  }
}

.social-item {
  padding: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.1;
  transition: background-color 0.3s ease;
  color: #212529;
  font-size: 16px;
}
@media (max-width: 575.9px) {
  .social-item {
    text-align: center;
  }
}
.social-item svg {
  margin-right: 10px;
  transition: fill 0.3s ease;
}
.social-item#telegram__form, .social-item[data-id=telegram__form] {
  border-color: #10ADDE;
}
.social-item#telegram__form svg, .social-item[data-id=telegram__form] svg {
  fill: #10ADDE;
}
.social-item#telegram__form:hover, .social-item[data-id=telegram__form]:hover {
  background-color: #10ADDE;
}
.social-item#telegram__form:hover svg, .social-item[data-id=telegram__form]:hover svg {
  fill: #ffffff;
}
.social-item#telegram__form:hover span, .social-item[data-id=telegram__form]:hover span {
  color: #ffffff;
}
.social-item#telegram__form.active, .social-item[data-id=telegram__form].active {
  background-color: #10ADDE;
}
.social-item#telegram__form.active svg, .social-item[data-id=telegram__form].active svg {
  fill: #ffffff;
}
.social-item#whatsapp__form, .social-item[data-id=whatsapp__form] {
  border-color: #23CF35;
}
.social-item#whatsapp__form svg, .social-item[data-id=whatsapp__form] svg {
  fill: #23CF35;
}
.social-item#whatsapp__form:hover, .social-item[data-id=whatsapp__form]:hover {
  background-color: #23CF35;
}
.social-item#whatsapp__form:hover svg, .social-item[data-id=whatsapp__form]:hover svg {
  fill: #ffffff;
}
.social-item#whatsapp__form:hover span, .social-item[data-id=whatsapp__form]:hover span {
  color: #ffffff;
}
.social-item#whatsapp__form.active, .social-item[data-id=whatsapp__form].active {
  background-color: #23CF35;
}
.social-item#whatsapp__form.active svg, .social-item[data-id=whatsapp__form].active svg {
  fill: #ffffff;
}
.social-item#viber__form {
  border-color: #A226DC;
}
.social-item#viber__form svg {
  fill: #A226DC;
}
@media (min-width: 992.1px) {
  .social-item#viber__form:hover {
    background-color: #A226DC;
  }
  .social-item#viber__form:hover svg {
    fill: #ffffff;
  }
}
.social-item#viber__form.active {
  background-color: #A226DC;
}
.social-item#viber__form.active svg {
  fill: #ffffff;
}

.btn-violet {
  background-color: var(--purple);
  color: #ffffff;
  transition: all 0.3s;
  padding: 10px;
}
.btn-violet:hover {
  background-color: #8c2c9c;
}

.color-list__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #212529;
}

.check-wrapper {
  width: 25px;
  height: 25px;
}

a:not([class]) {
  text-decoration: underline;
}

.fancybox__caption {
  font-size: 16px !important;
}

/*# sourceMappingURL=style.css.map */
