body, html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: 'Proxima Nova', sans-serif; }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    body, html {
      font-size: 9px; } }
  @media (max-width: 992px) and (min-width: 768.1px) {
    body, html {
      font-size: 9px; } }
  @media (max-width: 768px) and (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 #0058ab;
  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: 768px) and (min-width: 576px) {
    header .header-col:nth-child(3), header .header-col:nth-child(4) {
      margin-top: 20px; } }
  @media (max-width: 575.9px) {
    header .header-col .with-icon {
      text-align: center; } }
  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: 55px;
    width: 100%; }
    @media (max-width: 575.9px) {
      header .logo svg {
        height: 36px; } }

#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: #0058ab;
  transition: all .3s; }
  a:hover {
    text-decoration: none; }

.pr-0 {
  padding-right: 0; }

.p-0 {
  padding: 0; }

.btn-yellow {
  background-color: #fcd915;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0058ab;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative; }
  @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 (max-width: 1199px) and (min-width: 992.1px) {
    .btn-yellow {
      font-size: 1.5rem; } }
  .btn-yellow:after, .btn-yellow:before {
    content: '';
    display: inline-block;
    background-image: url(../img/arrows.png);
    width: 24px;
    height: 13px;
    background-repeat: no-repeat; }
    @media (max-width: 575.9px) {
      .btn-yellow:after, .btn-yellow:before {
        display: none; } }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    .btn-yellow:not(.btn-calc):after, .btn-yellow:not(.btn-calc):before {
      display: none; } }
  .btn-yellow.btn-calc:after {
    display: none; }
  .btn-yellow:after {
    margin-left: 15px; }
  .btn-yellow:before {
    margin-right: 1.5rem;
    transform: rotate(180deg); }

.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: #0058ab;
  position: absolute;
  top: 5px; }
  .svg-header.norm {
    position: static;
    top: 0; }

.svg-footer {
  width: 2.5rem;
  height: 2.5rem; }

.with-icon {
  padding-left: 4rem;
  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 (max-width: 1199px) and (min-width: 992.1px) {
    button {
      font-size: 1.6rem; } }
  @media (max-width: 575.9px) {
    button {
      font-size: 1.4rem; } }
  button.btn-blue {
    background-color: #0058ab;
    color: #ffffff; }
    @media (max-width: 1199px) and (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.2rem;
      margin-bottom: 10px; } }
  @media (max-width: 768px) and (min-width: 576px) {
    .title {
      font-size: 3rem; } }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    .title {
      font-size: 36px; } }
  .title .blue {
    color: #0058ab; }

.subtitle {
  font-size: 2.5rem; }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    .subtitle {
      font-size: 22px; } }
  @media (max-width: 768px) and (min-width: 576px) {
    .subtitle {
      font-size: 1.8rem; } }
  @media (max-width: 575.9px) {
    .subtitle {
      font-size: 1.8rem; } }

span.blue {
  color: #0058ab; }

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; } }
    section.banner-section h1 b {
      font-weight: 600; }
      section.banner-section h1 b:nth-child(2) {
        color: #0058ab; }
  section.banner-section .check-col {
    position: relative;
    padding-right: 1rem; }
    @media (max-width: 992px) and (min-width: 768.1px) {
      section.banner-section .check-col {
        margin-bottom: 2.5rem; } }
    @media (max-width: 768px) and (min-width: 576px) {
      section.banner-section .check-col {
        margin-bottom: 2.5rem; } }
    @media (max-width: 575.9px) {
      section.banner-section .check-col {
        margin-bottom: 2.5rem; } }
    section.banner-section .check-col span {
      display: block;
      padding-left: 3rem;
      font-size: 1.6rem; }
  section.banner-section .check {
    position: absolute;
    left: 15px;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    fill: #0058ab; }
  section.banner-section .img-container {
    width: 1000px;
    position: absolute;
    left: 0;
    top: 0; }
  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 (max-width: 992px) and (min-width: 768.1px) {
      section.banner-section .blue-block {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-top: 0; } }
    @media (max-width: 768px) and (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; } }
    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 (max-width: 768px) and (min-width: 576px) {
  .circle-col {
    margin-bottom: 20px; } }
@media (max-width: 992px) and (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 (max-width: 768px) and (min-width: 576px) {
    .circle-col .circle {
      width: 205px;
      height: 205px; } }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    .circle-col .circle {
      height: 215px;
      width: 215px; } }
  .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(0, 89, 171, 0.64) 99%, rgba(0, 89, 171, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 89, 171, 0.64) 99%, rgba(0, 89, 171, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 89, 171, 0.64) 99%, rgba(0, 89, 171, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#a60059ab', 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: #0058ab; }
  .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 (max-width: 768px) and (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: #fcd915;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  transition: all .3s; }
  .sale-button div svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: #0058ab; }
  .sale-button div:hover {
    background-color: #0058ab; }
    .sale-button div:hover svg {
      fill: #fcd915; }

.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 (max-width: 1199px) and (min-width: 992.1px) {
    .grid-container {
      grid-template-columns: 310px 310px;
      justify-content: center; } }
  @media (max-width: 992px) and (min-width: 768.1px) {
    .grid-container {
      grid-template-columns: 310px 310px;
      justify-content: center; } }
  @media (max-width: 768px) and (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; } }

.calc .calc-block {
  height: 500px;
  background-color: #0058ab;
  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; }
    @media (max-width: 1199px) and (min-width: 992.1px) {
      .calc .calc-block .text {
        font-size: 3rem; } }
    @media (max-width: 575.9px) {
      .calc .calc-block .text {
        font-size: 22px; } }
    .calc .calc-block .text span {
      color: #fcd915;
      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: -2.5rem; }
    @media (max-width: 1199px) and (min-width: 992.1px) {
      .img-section .img-block img {
        left: -207px; } }
    @media (max-width: 992px) and (min-width: 768.1px) {
      .img-section .img-block img {
        display: none; } }

.video-block {
  height: 415px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) and (min-width: 992.1px) {
    .video-block {
      height: 255px !important; } }
  @media (max-width: 768px) and (min-width: 576px) {
    .video-block {
      height: 280px !important;
      margin-bottom: 20px; } }
  @media (max-width: 992px) and (min-width: 768.1px) {
    .video-block {
      height: 210px !important; } }
  .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: #0058ab;
    border-radius: 50%;
    position: relative;
    z-index: 1000; }
    @media (max-width: 575.9px) {
      .video-block .play {
        height: 75px;
        width: 75px; } }
    @media (max-width: 768px) and (min-width: 576px) {
      .video-block .play {
        height: 75px;
        width: 75px; } }
    @media (max-width: 992px) and (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;
  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 #0058ab;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    animation: ring 1.5s infinite; }
  .video-block .play::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #0058ab;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .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: #fcd915;
    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 svg {
      fill: #fcd915; }
  footer .map .address-block {
    background-color: #0058ab;
    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: #0058ab;
  background-image: url(../img/calc_bottom.jpg);
  -webkit-background-size: cover;
  background-size: cover; }
  @media (max-width: 992px) and (min-width: 768.1px) {
    footer .under-map {
      padding-top: 20px;
      padding-bottom: 20px;
      height: 220px; } }
  @media (max-width: 768px) and (min-width: 576px) {
    footer .under-map {
      padding-top: 40px;
      padding-bottom: 40px;
      height: 321px; } }
  @media (max-width: 575.9px) {
    footer .under-map {
      background-image: none;
      height: auto;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  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 (max-width: 768px) and (min-width: 576px) {
      footer .under-map span {
        font-size: 2.6rem; } }
    @media (max-width: 1199px) and (min-width: 992.1px) {
      footer .under-map span {
        font-size: 26px; } }
    @media (max-width: 992px) and (min-width: 768.1px) {
      footer .under-map span {
        text-align: center;
        display: block; } }
    footer .under-map span b.yellow {
      color: #fcd915; }
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 (max-width: 992px) and (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: calc(650px / 2);
    width: 100%;
    z-index: 1000; }
    @media (max-width: 992px) and (min-width: 768.1px) {
      .gallery .gallery-arrows {
        top: calc(345px / 2); } }
    @media (max-width: 575.9px) {
      .gallery .gallery-arrows {
        top: calc(265px / 2); } }
    .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: #fcd915;
        transition: all .3s; }
      .gallery .gallery-arrows .arrow:hover svg {
        fill: #0058ab; }
    .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 .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: 20px; } }

.catalog-item {
  height: 240px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center center;
  transition: all .8s;
  margin-bottom: 30px;
  cursor: pointer; }
  @media (max-width: 1199px) and (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: #0058ab;
    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: 1200px;
  background-color: #ffffff;
  z-index: 2200;
  margin-top: 4rem;
  padding: 4rem; }
  @media (max-width: 575.9px) {
    .modal-dialog {
      padding: 2rem; } }

.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% - (0.5rem * 2)); }

.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 .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: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .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: #415CA5;
  font-size: 62px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  z-index: 2300;
  padding: 0;
  line-height: .85; }
.modal .modal-k-title {
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 45px; }
  @media (max-width: 575.9px) {
    .modal .modal-k-title {
      font-size: 34px; } }
.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 (max-width: 768px) and (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; } }

/*# sourceMappingURL=style.css.map */
