@charset "UTF-8";
/*sizes*/
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-Regular.ttf"), url("../fonts/Golos_Text/static/GolosText-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-ExtraBold.ttf"), url("../fonts/Golos_Text/static/GolosText-ExtraBold.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-SemiBold.ttf"), url("../fonts/Golos_Text/static/GolosText-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-Bold.ttf"), url("../fonts/Golos_Text/static/GolosText-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-Medium.ttf"), url("../fonts/Golos_Text/static/GolosText-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Golos_Text";
  src: url("../fonts/Golos_Text/static/GolosText-Regular.ttf"), url("../fonts/Golos_Text/static/GolosText-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 1px;
}
@media all and (max-width: 1920px) {
  html {
    font-size: calc(100vw/1920);
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: calc(100vw/768);
  }
}
@media all and (max-width: 576px) {
  html {
    font-size: calc(100vw/576);
  }
}
@media all and (max-width: 360px) {
  html {
    font-size: calc(100vw/360);
  }
}

h1, .like-h1 {
  font-size: 64rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h1 > span, .like-h1 > span {
  color: #EDC50D;
}
@media screen and (max-width: 768px) {
  h1, .like-h1 {
    font-size: 32rem;
  }
}

h2 {
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h2 > span {
  color: #EDC50D;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24rem;
  }
}

h3 {
  font-size: 32rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h3 > span {
  color: #EDC50D;
}
@media screen and (max-width: 360px) {
  h3 {
    font-size: 17rem;
  }
}

h4 {
  font-size: 24rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h4 > span {
  color: #EDC50D;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16rem;
  }
}

h5 {
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
h5 > span {
  color: #EDC50D;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 15rem;
  }
}

p {
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p > span {
  color: #EDC50D;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
  outline: none;
  /*убираем выделение при клике по полю по умолчанию*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search] {
  outline: none;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

[hidden] {
  display: none;
}

:disabled,
.disabled {
  cursor: not-allowed;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*Привязываем футер  к низу*/
body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Golos_Text";
}

header {
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
}
.container-inner {
  max-width: 1920px;
  width: 1920px;
  margin: 0 auto;
  padding-left: 40rem;
  padding-right: 40rem;
}
@media screen and (max-width: 1920px) {
  .container-inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container-inner {
    padding-left: 20rem;
    padding-right: 20rem;
    max-width: 100%;
    width: 100%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  overflow: hidden;
}

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

.jus-center {
  justify-content: center !important;
}

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

.bg-main {
  background-color: #404040;
}

.bg-black {
  background-color: #202020;
}

.pt-40 {
  padding-top: 40rem;
}
@media screen and (max-width: 768px) {
  .pt-40 {
    padding-top: 40rem;
  }
}

.mt-40 {
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 40rem;
  }
}

.mb-40 {
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 40rem;
  }
}

.mb-30 {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 30rem;
  }
}

.mb-60 {
  margin-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 60rem;
  }
}

.mt-60 {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .mt-60 {
    margin-top: 60rem;
  }
}

.mt-120 {
  margin-top: 120rem;
}
@media screen and (max-width: 768px) {
  .mt-120 {
    margin-top: 120rem;
  }
}

.mx-60 {
  margin: 60rem 0;
}
@media screen and (max-width: 768px) {
  .mx-60 {
    margin: 60rem 0;
  }
}

.pb-30 {
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .pb-30 {
    padding-bottom: 30rem;
  }
}

.p-x-0 {
  padding: unset !important;
}

.p-60 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pb-60 {
  padding-bottom: 60rem;
}
@media screen and (max-width: 768px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.link {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .link {
    font-size: 14rem;
  }
}
.link > i {
  width: 20rem;
  height: 20rem;
  margin-left: 6rem;
  background: #404040;
}
.link:hover {
  color: #EDC50D !important;
}
.link:hover > i {
  background: #EDC50D !important;
}

a:hover {
  color: #EDC50D !important;
}

* {
  transition: all 0.3s ease-in-out;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Golos_Text" !important;
  line-height: 90% !important;
}

/*главное меню*/
.header {
  padding: 20rem 0;
  display: flex;
  box-sizing: border-box;
  height: 100rem;
  background-color: #404040;
  justify-content: space-between;
  align-items: center;
}
.header-icon {
  padding-left: 10rem;
}
.header-icon > a {
  display: inline-flex;
  align-items: center;
  margin-right: 80rem;
}
.header-icon > a > img:nth-child(1) {
  width: 64rem;
  height: 60rem;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .header-icon > a > img:nth-child(1) {
    height: 40px;
    width: 43px;
    margin-right: 3px;
  }
}
.header-icon > a > img:nth-child(2) {
  width: 136rem;
  height: 26rem;
}
@media screen and (max-width: 768px) {
  .header-icon > a > img:nth-child(2) {
    height: 17px;
    width: 90px;
  }
}
.header-mail {
  display: inline-flex;
  align-items: center;
  flex: 1 0 auto;
  color: #FFFFFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 210rem;
  margin-right: 40rem;
}
@media screen and (max-width: 768px) {
  .header-mail {
    display: none;
  }
}
.header-mail.active, .header-mail:hover {
  color: #EDC50D;
}
.header-mail > i {
  background: #FFFFFF;
  width: 37rem;
  height: 37rem;
  margin-right: 10rem;
}
.header-mail > i.active, .header-mail > i:hover {
  background: #EDC50D;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .header-right {
    display: none;
  }
}
.header-right > .search {
  position: relative;
  margin-right: 20rem;
}
.header-right > .search > i {
  background: #FFFFFF;
  width: 37rem;
  height: 37rem;
  cursor: pointer;
}
.header-right > .search .search-form {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0%;
  border-radius: 25rem;
  height: 50rem;
  background: #FFFFFF;
  width: 556rem;
  z-index: 10;
  overflow: hidden;
  display: none;
}
.header-right > .search .search-form form {
  height: 100%;
  overflow: hidden;
  display: flex;
}
.header-right > .search .search-form form .search-btn {
  height: inherit;
  display: inline-block;
  width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right > .search .search-form form .search-btn > i {
  background: #404040;
  width: 37rem;
  height: 37rem;
}
.header-right > .search .search-form form .search-text {
  height: inherit;
  flex: 1 0 auto;
  outline: none;
  border: unset;
  color: #404040;
  font-size: 26rem;
  padding: 13rem 0 13rem 13rem;
}
.header-right > .heart {
  margin-right: 20rem;
  width: 24rem;
  height: 24rem;
}
.header-right > .heart > i {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
.header-right > .heart > i:hover {
  background-color: #EDC50D;
}
.header-right .lang {
  width: 58rem;
  height: 24rem;
  display: inline-flex;
  position: relative;
  align-items: center;
  display: flex;
}
.header-right .lang.active i {
  transform: rotate(180deg);
}
.header-right .lang:hover {
  cursor: pointer;
}
.header-right .lang-name {
  color: #FFFFFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.header-right .lang > i {
  margin-left: 5rem;
  height: 75%;
  width: 75%;
  background-color: #FFFFFF;
}
.header-right .lang-lists {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 30rem;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  z-index: 100;
  padding: 10rem 24rem;
  box-shadow: 0px 4px 15px 0px rgba(64, 64, 64, 0.06);
  display: none;
}
@media screen and (max-width: 768px) {
  .header-right .lang-lists {
    padding: 5px;
    top: 20px;
  }
}
.header-right .lang-list_item {
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.header-right .lang-list_item:hover {
  color: #1F5EA1;
}
.header-right .lang-list_item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .header-right .lang-list_item {
    font-size: 20px;
  }
  .header-right .lang-list_item:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: right;
  /*burger */
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}
.menu_item {
  color: #FFFFFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 40rem;
}
.menu_item.active, .menu_item:hover {
  color: #EDC50D;
}
.menu-mobile {
  overflow: scroll;
  position: fixed;
  position: absolute;
  padding: 0 20px;
  margin-left: -100vw;
  left: 0;
  width: 100vw;
  display: none;
  z-index: 1000;
  background-color: #404040;
  transition: margin 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.menu-mobile > .search-form {
  height: 40px;
  width: 100%;
}
.menu-mobile > .search-form > form {
  display: flex;
  height: 100%;
}
.menu-mobile > .search-form > form > .search-text {
  height: inherit;
  flex: 1 0 auto;
  outline: none;
  border: unset;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px;
  background: #404040;
  border-bottom: 1px solid #FFFFFF;
}
.menu-mobile > .search-form > form > .search-btn {
  margin-right: 20px;
  height: inherit;
  display: inline-block;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile > .search-form > form > .search-btn > i {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  cursor: pointer;
}
.menu-mobile-list {
  background: #404040;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.menu-mobile-list_item {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.menu-mobile-list_item:not(:last-child) {
  margin-bottom: 20px;
}
.menu-mobile-list_item.active, .menu-mobile-list_item:hover {
  color: #EDC50D;
}
.menu-mobile > .lang {
  width: 51px;
  height: 24px;
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-top: 40px;
}
.menu-mobile > .lang.active i {
  transform: rotate(180deg);
}
.menu-mobile > .lang i {
  margin-left: 5px;
  height: 75%;
  width: 75%;
  background-color: #FFFFFF;
}
.menu-mobile > .lang .lang-name {
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.menu-mobile > .lang .lang-name:hover {
  color: #EDC50D;
}
.menu-mobile > .lang .lang-lists {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 30px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  z-index: 100;
  padding: 10rem 24rem;
  display: none;
}
.menu-mobile > .lang .lang-list_item {
  color: #404040;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.menu-mobile > .lang .lang-list_item:hover {
  color: #1F5EA1;
}
.menu-mobile > .lang .lang-list_item:not(:last-child) {
  margin-bottom: 5rem;
}
.menu-mobile-mail {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  flex: 1 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.menu-mobile-mail.active, .menu-mobile-mail:hover {
  color: #EDC50D;
}
.menu-mobile-mail > i {
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.menu-mobile-mail > i.active, .menu-mobile-mail > i:hover {
  background: #EDC50D;
}
@media screen and (max-width: 768px) {
  .menu-mobile.open {
    margin-left: 0px;
  }
}
.menu-burger {
  border: unset !important;
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-burger {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .menu-burger > span, .menu-burger:after, .menu-burger:before {
    height: 2px;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    margin: 0 auto;
  }
  .menu-burger > span {
    opacity: 1;
    transition: 0.5s;
  }
  .menu-burger:after, .menu-burger:before {
    content: "";
    transform: rotate(0);
    transition: 0.4s;
  }
  .menu-burger:after {
    bottom: 0;
  }
  .menu-burger:before {
    top: 0;
  }
  .menu-burger.open-menu span {
    opacity: 0;
  }
  .menu-burger.open-menu:before {
    transform: rotate(45deg);
    top: calc(18px/2.3);
  }
  .menu-burger.open-menu:after {
    transform: rotate(-45deg);
    bottom: calc(18px/2.3);
  }
}

.main-slider {
  height: 900rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-slider {
    aspect-ratio: 0.619;
    height: unset;
  }
}
@media screen and (max-width: 360px) {
  .main-slider {
    height: 581rem;
  }
}
.main-slider_slider {
  height: inherit;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-slider_slider {
    aspect-ratio: 0.619;
  }
}
.main-slider_slider-item {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item {
    aspect-ratio: 0.619;
  }
}
@media screen and (max-width: 360px) {
  .main-slider_slider-item {
    height: 581rem !important;
  }
}
.main-slider_slider-item:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(92deg, #404040 1.46%, rgba(64, 64, 64, 0.22) 60.28%);
  z-index: 10;
}
.main-slider_slider-item > img {
  object-fit: cover;
  filter: brightness(0.8);
  height: 100%;
}
.main-slider_slider-item > .info {
  position: absolute;
  left: 40rem;
  top: 165rem;
  width: 890rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item > .info {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 85rem 20rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main-slider_slider-item > .info .info-name {
  color: #FFFFFF;
  padding-left: 20rem;
  border-left: 10rem solid #EDC50D;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item > .info .info-name {
    border-left: unset;
    padding-left: unset;
  }
}
.main-slider_slider-item > .info .info-text {
  color: #FFFFFF;
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 40rem 0;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item > .info .info-text {
    font-size: 16rem;
    margin: 20rem 0;
    flex: 1 0 auto;
  }
}
.main-slider_slider-item > .info .btn:first-of-type {
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .main-slider_slider-item > .info .btn:first-of-type {
    margin-right: unset;
    margin-bottom: 20rem;
  }
}

.dots-items {
  position: absolute;
  bottom: 165rem;
  left: 40rem;
}
@media screen and (max-width: 768px) {
  .dots-items {
    bottom: 40rem;
    width: 100%;
    left: unset;
  }
}
.dots-items_list {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.dots-items_list > li {
  cursor: pointer;
}
.dots-items_list > li.slick-active .dot {
  background: #FFFFFF;
}
.dots-items_list > li:not(:last-child) {
  margin-right: 16rem;
}
@media screen and (max-width: 768px) {
  .dots-items_list > li:not(:last-child) {
    margin-right: 10rem;
  }
}
.dots-items_list > li > .dot {
  width: 16rem;
  height: 16rem;
  background: transparent;
  border: 1rem solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .dots-items_list > li > .dot {
    width: 10rem;
    height: 10rem;
  }
}

[class*=icon-i] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

[class*=icon-li] {
  display: inline-block;
  vertical-align: middle;
}

.icon-li-mail {
  -webkit-mask: url("../images/icons/mail.svg");
  -moz-mask: url("../images/icons/mail.svg");
  -ms-mask: url("../images/icons/mail.svg");
  -o-mask: url("../images/icons/mail.svg");
  mask: url("../images/icons/mail.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-i-label {
  background-image: url("../images/icons/label.svg");
}

.icon-i-date {
  background-image: url("../images/icons/date.svg");
}

.icon-li-facebook {
  -webkit-mask: url("../images/icons/facebook.svg");
  -moz-mask: url("../images/icons/facebook.svg");
  -ms-mask: url("../images/icons/facebook.svg");
  -o-mask: url("../images/icons/facebook.svg");
  mask: url("../images/icons/facebook.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-download {
  -webkit-mask: url("../images/icons/download.svg");
  -moz-mask: url("../images/icons/download.svg");
  -ms-mask: url("../images/icons/download.svg");
  -o-mask: url("../images/icons/download.svg");
  mask: url("../images/icons/download.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow {
  -webkit-mask: url("../images/icons/arrow.svg");
  -moz-mask: url("../images/icons/arrow.svg");
  -ms-mask: url("../images/icons/arrow.svg");
  -o-mask: url("../images/icons/arrow.svg");
  mask: url("../images/icons/arrow.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow2 {
  -webkit-mask: url("../images/icons/arrow2.svg");
  -moz-mask: url("../images/icons/arrow2.svg");
  -ms-mask: url("../images/icons/arrow2.svg");
  -o-mask: url("../images/icons/arrow2.svg");
  mask: url("../images/icons/arrow2.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-people {
  -webkit-mask: url("../images/icons/people.svg");
  -moz-mask: url("../images/icons/people.svg");
  -ms-mask: url("../images/icons/people.svg");
  -o-mask: url("../images/icons/people.svg");
  mask: url("../images/icons/people.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-place {
  -webkit-mask: url("../images/icons/place.svg");
  -moz-mask: url("../images/icons/place.svg");
  -ms-mask: url("../images/icons/place.svg");
  -o-mask: url("../images/icons/place.svg");
  mask: url("../images/icons/place.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-date {
  -webkit-mask: url("../images/icons/date.svg");
  -moz-mask: url("../images/icons/date.svg");
  -ms-mask: url("../images/icons/date.svg");
  -o-mask: url("../images/icons/date.svg");
  mask: url("../images/icons/date.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-heart {
  -webkit-mask: url("../images/icons/heart.svg");
  -moz-mask: url("../images/icons/heart.svg");
  -ms-mask: url("../images/icons/heart.svg");
  -o-mask: url("../images/icons/heart.svg");
  mask: url("../images/icons/heart.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-search {
  -webkit-mask: url("../images/icons/search.svg");
  -moz-mask: url("../images/icons/search.svg");
  -ms-mask: url("../images/icons/search.svg");
  -o-mask: url("../images/icons/search.svg");
  mask: url("../images/icons/search.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-arrow2 {
  -webkit-mask: url("../images/icons/arrow2.svg");
  -moz-mask: url("../images/icons/arrow2.svg");
  -ms-mask: url("../images/icons/arrow2.svg");
  -o-mask: url("../images/icons/arrow2.svg");
  mask: url("../images/icons/arrow2.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-nature1 {
  -webkit-mask: url("../images/icons/nature1.svg");
  -moz-mask: url("../images/icons/nature1.svg");
  -ms-mask: url("../images/icons/nature1.svg");
  -o-mask: url("../images/icons/nature1.svg");
  mask: url("../images/icons/nature1.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-nature2 {
  -webkit-mask: url("../images/icons/nature2.svg");
  -moz-mask: url("../images/icons/nature2.svg");
  -ms-mask: url("../images/icons/nature2.svg");
  -o-mask: url("../images/icons/nature2.svg");
  mask: url("../images/icons/nature2.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-nature3 {
  -webkit-mask: url("../images/icons/nature3.svg");
  -moz-mask: url("../images/icons/nature3.svg");
  -ms-mask: url("../images/icons/nature3.svg");
  -o-mask: url("../images/icons/nature3.svg");
  mask: url("../images/icons/nature3.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-nature4 {
  -webkit-mask: url("../images/icons/nature4.svg");
  -moz-mask: url("../images/icons/nature4.svg");
  -ms-mask: url("../images/icons/nature4.svg");
  -o-mask: url("../images/icons/nature4.svg");
  mask: url("../images/icons/nature4.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-li-nature5 {
  -webkit-mask: url("../images/icons/nature5.svg");
  -moz-mask: url("../images/icons/nature5.svg");
  -ms-mask: url("../images/icons/nature5.svg");
  -o-mask: url("../images/icons/nature5.svg");
  mask: url("../images/icons/nature5.svg");
  -webkit-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.btn {
  width: 290rem;
  height: 70rem;
  border-radius: 10rem;
  font-size: 24rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 15rem;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 240rem;
    height: 50rem;
    font-size: 16rem;
    padding: 15rem;
  }
}
@media screen and (max-width: 360px) {
  .btn {
    width: 240rem;
    height: 50rem;
    font-size: 16rem;
    padding: 15rem;
  }
}
.btn:hover {
  background: #FFFFFF;
  color: #1F5EA1;
  border: 1px solid #1F5EA1;
}
.btn-pink {
  color: #FFFFFF;
  background: #9331AC;
  border: 1px solid #9331AC;
}
.btn-pink:hover {
  color: #EDC50D;
  background: transparent;
  border: 1px solid #EDC50D;
}
.btn-blue {
  color: #FFFFFF;
  background: #005BFF;
  border: 1px solid #005BFF;
}
.btn-blue:hover {
  color: #EDC50D;
  background: transparent;
  border: 1px solid #EDC50D;
}
.btn-orange {
  color: #FFFFFF;
  background: #EDC50D;
  border: 1px solid #EDC50D;
}
.btn-orange:hover {
  color: #FFFFFF !important;
  background: #CFAD10 !important;
  border: 1px solid #CFAD10;
}
.btn-orange2 {
  color: #FFFFFF !important;
  background: #F90;
  border: 1px solid #F90;
}
.btn-orange2:hover {
  color: #EDC50D;
  background: transparent;
  border: 1px solid #EDC50D;
}
.btn-transparent {
  color: #FFFFFF !important;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.btn-transparent:hover {
  color: #EDC50D;
  background: transparent;
  border: 1px solid #EDC50D;
}

.product {
  display: flex;
  flex-direction: column;
  padding: 20rem;
  background: #FEFEFE;
  width: 445rem;
  aspect-ratio: 0.621;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product {
    width: 50%;
  }
  .product:not(:last-child) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .product {
    width: 100%;
  }
}
.product-slider {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  min-width: 0;
}
.product-slider .slick-track {
  display: flex;
  align-items: center;
}
.product-slider_arrow.prev, .product-slider_arrow.next {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.product-slider_arrow.prev > i, .product-slider_arrow.next > i {
  width: 36rem;
  height: 36rem;
  background: #202020;
}
.product-slider_arrow.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.product-slider_arrow.next {
  right: 0;
  transform: translateY(-50%);
}
.product-img {
  width: 100%;
  aspect-ratio: 0.835;
  border-radius: 10rem;
  margin-bottom: 20rem;
  overflow: hidden;
  position: relative;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product > h5 {
  margin-bottom: 10rem;
}
.product > .description {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .product > .description {
    font-size: 14rem;
  }
}
.product > .icons {
  margin-bottom: 44rem;
}
.product > .icons .icons_item {
  display: inline-block;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  overflow: hidden;
}
.product > .icons .icons_item:not(:last-child) {
  margin-right: 12rem;
}
.product > .icons .icons_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-card {
    display: block;
  }
}
.product-card-left {
  width: 49%;
  padding-right: 20rem;
}
@media screen and (max-width: 768px) {
  .product-card-left {
    width: 100%;
    margin-bottom: 20rem;
  }
}
.product-card-right {
  width: 51%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-card-right {
    width: 100%;
  }
}
.product-card-right-type {
  color: #AAA;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20rem;
}
.product-card-right > .reiting {
  display: flex;
  margin-top: 40rem;
  align-items: center;
}
.product-card-right > .reiting > .reiting-stars > * {
  margin-right: 10rem;
  width: 48rem;
}
@media screen and (max-width: 360px) {
  .product-card-right > .reiting > .reiting-stars > * {
    width: 16rem;
  }
}
.product-card-right > .reiting > .reiting-text {
  color: #404040;
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 360px) {
  .product-card-right > .reiting > .reiting-text {
    font-size: 14rem;
  }
}
.product-card-right-description {
  margin-top: 40rem;
  margin-bottom: 40rem;
}
.product-card-right-buttons {
  margin-bottom: 40rem;
  display: inline-flex;
}
.product-card-right-buttons .btn:not(:last-child) {
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .product-card-right-buttons .btn:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.product-card .info {
  border-radius: 10rem;
  background: #F5F5F5;
  padding: 20rem;
}
.product-card .info h4 {
  margin-bottom: 20rem;
}
.product-card .info-list {
  columns: 2;
  column-gap: 40rem;
  column-rule: solid #C9C9C9 1rem;
  column-fill: auto;
  max-height: 380rem;
}
@media screen and (max-width: 768px) {
  .product-card .info-list {
    column-fill: balance;
  }
}
@media screen and (max-width: 360px) {
  .product-card .info-list {
    columns: 1;
    column-gap: unset;
    column-rule: unset;
    max-height: unset;
  }
}
.product-card .info-list_item {
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-card .info-list_item:not(:last-child) {
  margin-bottom: 20rem;
}
.product-card .info-list_item > .name {
  color: #AAA;
}
.product-card .info-list_item > .value {
  color: #404040;
  float: right;
}
.product-slider-main {
  width: 100%;
  aspect-ratio: 1.264;
  margin-bottom: 20rem;
  overflow: hidden;
}
.product-slider-main_item {
  width: inherit;
  height: inherit;
  aspect-ratio: 1.264;
}
.product-slider-main_item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-slider-nav_item {
  border-radius: 10rem;
  aspect-ratio: 1.245;
}
.product-slider-nav_item:not(:last-child) {
  margin-right: 20rem;
}
.product-slider-nav_item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  flex: 0 0 auto;
}

.footer {
  display: flex;
  padding: 40rem 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}
.footer-info {
  width: 465rem;
}
@media screen and (max-width: 768px) {
  .footer-info {
    width: 100%;
    text-align: center;
  }
}
.footer-info_logo {
  display: inline-flex;
  align-items: center;
}
.footer-info_logo > img:first-child {
  width: 64rem;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .footer-info_logo > img:first-child {
    width: 43px;
    height: 40px;
  }
}
.footer-info_logo > img:last-child {
  width: 136px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .footer-info_logo > img:last-child {
    width: 90px;
    height: 17px;
  }
}
.footer-info_copyright {
  color: #FFFFFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .footer-info_copyright {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-top: 20px;
  }
}
.footer-info_link {
  color: #FFFFFF;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20rem;
  display: inline-block;
}
.footer-info_link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer-info_link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu_block {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.footer-menu_block > h4 {
  color: #FFFFFF;
  margin-bottom: 20rem;
}
.footer-menu_block > a {
  color: #FFFFFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}
.footer-menu_block > a:not(:last-child) {
  margin-bottom: 15rem;
}
.footer-menu_block > a.active, .footer-menu_block > a:hover {
  color: #EDC50D;
}
.footer-2 {
  padding: 40rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-2 {
    display: none;
  }
}
.footer-2_text {
  color: #FFFFFF;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.footer-2 > img {
  margin-top: 20rem;
  width: 762rem;
  height: 141rem;
}

.block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .block {
    display: block;
  }
}
.block-text {
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .block-text {
    border-radius: 10px;
    margin-top: 20px;
  }
}
.block-text_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10rem;
  border: 1px solid #CECECE;
  background: #FFFFFF;
  height: 159rem;
  padding: 20rem;
}
.block-text_item:not(:last-child) {
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .block-text_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block-text_item {
    border-radius: 10px;
    height: 159px;
    padding: 20px;
    width: 100%;
  }
}
.block-text_item:nth-child(1), .block-text_item:nth-child(4) {
  width: 340rem;
}
@media screen and (max-width: 768px) {
  .block-text_item:nth-child(1), .block-text_item:nth-child(4) {
    width: 100%;
  }
}
.block-text_item:nth-child(2), .block-text_item:nth-child(3) {
  width: 460rem;
}
@media screen and (max-width: 768px) {
  .block-text_item:nth-child(2), .block-text_item:nth-child(3) {
    width: 100%;
  }
}
.block-text_item:last-child {
  width: 100%;
}
.block-text_item-number {
  color: #1F5EA1;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .block-text_item-number {
    font-size: 20px;
  }
}
.block-left {
  width: 820rem;
}
@media screen and (max-width: 768px) {
  .block-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block-right {
  width: 600rem;
  padding-left: 20rem;
}
@media screen and (max-width: 768px) {
  .block-right {
    width: 100%;
    padding-left: unset;
  }
}
.block-right_img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.303;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-right_img-label {
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  color: #1F5EA1;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.9;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13rem 17rem;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .block-right_img-label {
    padding: 13px 17px;
    border-radius: 10px;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    width: 200px;
    height: 50px;
  }
}
.block-right_img img {
  height: auto;
  width: 100%;
}
.block-right_text {
  color: #404040;
  font-size: 28rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .block-right_text {
    font-size: 28px;
    margin-top: 20px;
  }
}
.block-right_date {
  color: #1F5EA1;
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .block-right_date {
    font-size: 24px;
    margin-top: 20px;
  }
}
.block-right_adress {
  color: #404040;
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .block-right_adress {
    font-size: 24px;
    margin-top: 20px;
  }
}
.block-right_link {
  align-items: center;
  display: flex;
  color: #1F5EA1;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .block-right_link {
    font-size: 16px;
    margin-top: 20px;
  }
}
.block-right_link:hover {
  text-decoration-line: none;
}
.block-right_link > i {
  width: 24rem;
  height: 24rem;
  margin-right: 5rem;
  background-color: #1F5EA1;
}
@media screen and (max-width: 768px) {
  .block-right_link > i {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}

/* Customize the label (the container) */
.container {
  display: inline-block;
  position: relative;
  padding-left: 30rem;
  margin-bottom: 12rem;
  cursor: pointer;
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 20rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  border: 1rem solid #AAA;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #EDC50D;
  border: 1rem solid #EDC50D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6rem;
  top: 2rem;
  width: 5rem;
  height: 10rem;
  border: solid white;
  border-width: 0 3rem 3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*the container must be positioned relative:*/
.container-select {
  position: relative;
  width: 100%;
}

.container-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  overflow: hidden;
  border-radius: 10rem;
  border: 1rem solid #AAA;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: url(../images/icons/arrow.svg);
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  right: 20rem;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  position: absolute;
  content: url(../images/icons/arrow.svg);
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  right: 20rem;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #404040;
  padding: 20rem 20rem;
  cursor: pointer;
  user-select: none;
  background: #FFFFFF;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.select-selected.select-arrow-active {
  border-radius: 5rem 5rem 0 0;
  position: relative;
  border-width: 1rem 1rem 0 1rem;
  border-style: solid;
  border-color: #AAA;
}

.select-selected.select-arrow-active::before {
  content: " ";
  height: 2rem;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  width: 90%;
  background: #AAA;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #F5F5F5;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  border-radius: 0 0 10rem 10rem;
  border-width: 0 1rem 1rem 1rem;
  border-style: solid;
  border-color: #AAA;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.collection {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .collection {
    display: block;
  }
}
.collection_item {
  position: relative;
  width: 600rem;
  aspect-ratio: 1;
  border-radius: 10rem;
  z-index: 1;
}
.collection_item:hover:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(64, 64, 64, 0.14) 0.01%, rgba(64, 64, 64, 0.67) 63.05%);
}
.collection_item:before {
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.collection_item:not(:last-child) {
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .collection_item {
    width: 100%;
  }
  .collection_item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 0%, rgba(64, 64, 64, 0.14) 0.01%, rgba(64, 64, 64, 0.67) 63.05%);
  }
  .collection_item:not(:last-child) {
    margin-bottom: 20rem;
    margin-right: unset;
  }
}
.collection_item:hover .collection_item-info {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}
.collection_item > img {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item-info {
  z-index: 100;
  display: none;
  opacity: 0;
  text-align: center;
  padding: 22rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .collection_item-info {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}
.collection_item-info > .title {
  color: #FFFFFF;
}
.collection_item-info > .description {
  color: #FFFFFF;
  text-align: center;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .collection_item-info > .description {
    font-size: 14rem;
  }
}
.collection_item-info > .link {
  color: #FFFFFF;
  display: inline-block;
  margin-top: unset;
  position: absolute;
  bottom: 20rem;
  left: 0;
  right: 0;
}
.collection_item-info > .link > i {
  background: #FFFFFF;
}
.collection_item-info > .link:hover {
  color: #EDC50D;
}
.collection_item-info > .link:hover > i {
  background: #EDC50D;
}
@media screen and (max-width: 768px) {
  .collection_item-info {
    opacity: 1;
    padding: 5rem;
  }
}

.property {
  width: 445rem;
  height: 250rem;
  border-radius: 10rem;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20rem;
}
@media screen and (max-width: 768px) {
  .property {
    width: 48.5%;
    aspect-ratio: 1.68;
    height: auto;
  }
  .property:nth-child(1), .property:nth-child(2) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .property {
    width: 100%;
    aspect-ratio: 1.68;
    height: auto;
  }
  .property:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.property:hover {
  transform: scale(1.05);
  border-radius: 11rem;
  background: #FFFAE3;
  box-shadow: 0px 4px 15px 0px rgba(64, 64, 64, 0.06);
}
.property-img {
  width: 120rem;
  height: 120rem;
}
@media screen and (max-width: 360px) {
  .property-img {
    width: 90rem;
    height: 90rem;
  }
}
.property-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-text {
  height: 60rem;
}
@media screen and (max-width: 360px) {
  .property-text {
    height: 40rem;
  }
}

.icon-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.icon-slider_slider_item {
  width: 445rem;
  border-radius: 10rem;
  background: #F5F5F5;
  aspect-ratio: 2.079;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 20rem;
  padding: 20rem;
}
@media screen and (max-width: 768px) {
  .icon-slider_slider_item {
    border-radius: 10px;
    margin: 0 10px;
    padding: 15px;
  }
}
.icon-slider_slider_item > img {
  object-fit: contain;
  width: auto;
  height: 42%;
  align-self: self-start;
}
.icon-slider_slider_item .link {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .icon-slider_slider_item .link {
    font-size: 10rem;
    letter-spacing: 2.2rem;
  }
}
@media screen and (max-width: 360px) {
  .icon-slider_slider_item .link {
    font-size: 10rem;
    letter-spacing: 2.2rem;
  }
}
.icon-slider_slider_item .link:hover {
  color: #EDC50D;
}
.icon-slider_slider_item .link:hover > i {
  background: #EDC50D;
}
.icon-slider_slider_item .link > i {
  width: 20rem;
  height: 20rem;
  margin-left: 6rem;
  background: #404040;
}
@media screen and (max-width: 768px) {
  .icon-slider_slider_item .link > i {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
.icon-slider_dots {
  position: relative;
  width: fit-content;
  margin: 42rem auto;
  padding: 0 30rem;
}
@media screen and (max-width: 768px) {
  .icon-slider_dots {
    margin-top: 42px;
    padding: 0 30px;
  }
}
.icon-slider_dots_list {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
.icon-slider_dots_list > li {
  cursor: pointer;
}
.icon-slider_dots_list > li.slick-active .dot {
  background: #404040;
}
.icon-slider_dots_list > li:not(:last-child) {
  margin-right: 16rem;
}
@media screen and (max-width: 768px) {
  .icon-slider_dots_list > li:not(:last-child) {
    margin-right: 10px;
  }
}
.icon-slider_dots_list > li > .dot {
  width: 16rem;
  height: 16rem;
  background: transparent;
  border: 1px solid #404040;
}
@media screen and (max-width: 768px) {
  .icon-slider_dots_list > li > .dot {
    width: 10px;
    height: 10px;
  }
}
.icon-slider_arrow {
  position: absolute;
  top: 50%;
}
.icon-slider_arrow.prev > i, .icon-slider_arrow.next > i {
  width: 20rem;
  height: 20rem;
  background-color: #1F5EA1;
}
@media screen and (max-width: 768px) {
  .icon-slider_arrow.prev, .icon-slider_arrow.next {
    width: 20px;
    height: 20px;
  }
}
.icon-slider_arrow.prev {
  right: 0%;
  transform: translateY(-50%) rotate(-90deg);
}
.icon-slider_arrow.next {
  left: 0%;
  transform: translateY(-50%) rotate(90deg);
}

.card {
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 20rem;
  border-radius: 10rem;
  background: #F5F5F5;
  width: 290rem;
  height: 440rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 20rem;
    width: 49%;
  }
}
@media screen and (max-width: 360px) {
  .card {
    width: 100%;
  }
}
.card-img {
  width: 250rem;
  height: 200rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .card-img {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .card-img {
    height: 223rem;
  }
}
.card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card > h5 {
  margin-bottom: 10rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card > .description {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .card > .description {
    font-size: 14rem;
  }
}
.card > .icons {
  flex: 1 0 auto;
  margin-bottom: 44rem;
}
.card > .icons .icons_item {
  display: inline-block;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  overflow: hidden;
}
.card > .icons .icons_item:not(:last-child) {
  margin-right: 12rem;
}
.card > .icons .icons_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nature {
  display: flex;
}
.nature-left {
  margin-right: 20rem;
  overflow: hidden;
  width: 910rem;
  height: 790rem;
  border-radius: 0rem 10rem 10rem 0rem;
}
@media screen and (max-width: 768px) {
  .nature-left {
    display: none;
  }
}
.nature-left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nature-left > img:hover {
  transform: scale(1.2);
}
.nature-right {
  width: 910rem;
  height: 790rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nature-right {
    width: 100%;
    height: auto;
  }
}
.nature-right_item {
  width: 48.5%;
  aspect-ratio: 1.78;
  border-radius: 10rem;
  background: #404040;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20rem;
}
.nature-right_item:not(:last-child) {
  margin-bottom: 20rem;
}
@media screen and (max-width: 360px) {
  .nature-right_item {
    aspect-ratio: 1.684;
    width: 100%;
  }
}
.nature-right_item > i {
  width: 120rem;
  height: 120rem;
  background: #EDC50D;
}
@media screen and (max-width: 360px) {
  .nature-right_item > i {
    width: 90rem;
    height: 90rem;
    flex-shrink: 0;
  }
}
.nature-right_item_text {
  height: 60rem;
}
@media screen and (max-width: 360px) {
  .nature-right_item_text {
    height: 40rem;
  }
}
.nature-right_item_text > h4 {
  color: #FFFFFF;
}

.paginator {
  text-align: center;
}
.paginator_block {
  display: inline-flex;
  align-items: center;
}
.paginator_block > *:not(:last-child) {
  margin-right: 20rem;
}
.paginator_block_next, .paginator_block_previous {
  width: 36rem;
  height: 36rem;
}
.paginator_block_next:hover > i, .paginator_block_previous:hover > i {
  background: #EDC50D;
}
.paginator_block_next > i, .paginator_block_previous > i {
  background: #404040;
  width: 24rem;
  height: 24rem;
}
.paginator_block_next {
  transform: rotate(-90deg);
}
.paginator_block_previous {
  transform: rotate(90deg);
}
.paginator_block_number {
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.paginator_block_number:hover, .paginator_block_number.active {
  color: #EDC50D;
}
.paginator_block_points {
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cycle {
  width: 445rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cycle {
    width: 49%;
  }
  .cycle:nth-child(1) {
    margin-bottom: 20rem;
  }
  .cycle:nth-child(2) {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .cycle {
    width: 100%;
  }
  .cycle:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.cycle:nth-child(odd) .cycle-div {
  background: #EDC50D;
}
.cycle:nth-child(even) .cycle-div {
  background: #C6A612;
}
.cycle:nth-child(1) .cycle-div {
  aspect-ratio: 2.97;
}
.cycle:nth-child(2) .cycle-div {
  aspect-ratio: 2.225;
}
.cycle:nth-child(3) .cycle-div {
  aspect-ratio: 1.987;
}
.cycle:nth-child(4) .cycle-div {
  aspect-ratio: 1.48;
}
.cycle-img {
  width: 240rem;
  height: 160rem;
  border-radius: 10rem;
}
.cycle-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cycle-text {
  margin: 20rem 0;
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cycle-text > b {
  text-transform: uppercase;
}
.cycle-div {
  width: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog {
  display: flex;
}
@media screen and (max-width: 768px) {
  .catalog {
    display: block;
  }
}
.catalog-filters {
  width: 445rem;
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .catalog-filters {
    display: block;
    width: 100%;
    margin-right: unset;
  }
}
.catalog-filters > .input-group {
  padding: 40rem 0;
}
.catalog-filters > .input-group:not(:last-child) {
  border-bottom: 2rem solid #C9C9C9;
}
.catalog-filters > .input-group > h5 {
  color: #404040;
  margin-bottom: 20rem;
}
.catalog-items {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .catalog-items {
    display: block;
    width: 100%;
  }
}
.catalog .flex {
  justify-content: start;
}
.catalog .flex > .container {
  display: inline-block;
  width: fit-content;
}
.catalog .flex > .container:not(:last-child) {
  margin-bottom: 20rem;
  width: max-content;
  padding-right: 10rem;
}
.catalog .column > .container:not(:last-child) {
  margin-bottom: 20rem;
}

.counter {
  padding: 40rem 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .counter {
    padding: 40px 0;
    display: block;
  }
}
.counter-item {
  border-radius: 10rem;
  background: #FFFFFF;
  width: 340rem;
  padding: 20rem 20rem 36rem 20rem;
}
@media screen and (max-width: 768px) {
  .counter-item {
    border-radius: 10px;
    width: 100%;
    padding: 20px 20px 36px 20px;
  }
  .counter-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.counter-item_number {
  color: #1F5EA1;
  font-size: 64rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .counter-item_number {
    font-size: 45px;
  }
}
.counter-item_text {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .counter-item_text {
    margin-top: 10px;
  }
}

.news {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news {
    display: block;
  }
}
.news-left {
  flex: 1 0 auto;
  margin-right: 175rem;
  width: 445rem;
}
@media screen and (max-width: 768px) {
  .news-left {
    margin-bottom: 40rem;
    margin-right: unset;
    width: 100%;
  }
}
.news-left > h2 {
  margin-bottom: 20rem;
  color: #404040;
}
.news-left > .counter {
  color: #EDC50D;
  width: 100%;
  text-align: center;
  border-radius: 10rem;
  background: #404040;
  padding: 43rem 30rem;
  align-items: center;
  font-size: 50rem;
  font-weight: 700;
  line-height: 80%;
}
.news-left > .counter:not(:last-child) {
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .news-left > .counter {
    width: 100%;
    padding: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .news-left > .counter {
    font-size: 45rem;
    height: auto;
  }
}
.news-left > .counter img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.news-right > h2 {
  margin-bottom: 20rem;
  color: #404040;
}
.news-right_items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-right_items {
    display: block;
  }
}
.news-right > .btn {
  margin-top: 40rem;
}
.news_item {
  display: flex;
  width: 600rem;
  aspect-ratio: 1.775;
  border-radius: 10rem;
  background: #F5F5F5;
}
.news_item:not(:last-child) {
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .news_item {
    width: 100%;
    margin-right: unset;
  }
  .news_item:not(:last-child) {
    margin-bottom: 20rem;
  }
}
.news_item-left {
  width: 48.2%;
  aspect-ratio: 0.858;
}
.news_item-left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_item-right {
  border-radius: 10rem;
  background: #F5F5F5;
  padding: 20rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 360px) {
  .news_item-right {
    padding: 5rem;
  }
}
.news_item-right > h5 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20rem;
  color: #404040;
}
@media screen and (max-width: 360px) {
  .news_item-right > h5 {
    margin-bottom: 5rem;
    font-size: 10rem;
  }
}
.news_item-right > .date {
  margin-bottom: 20rem;
  color: #C9C9C9;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 16rem;
}
@media screen and (max-width: 360px) {
  .news_item-right > .date {
    margin-bottom: 5rem;
    font-size: 10rem;
  }
}
.news_item-right > .text {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex: 1 0 auto;
}
@media screen and (max-width: 360px) {
  .news_item-right > .text {
    margin-bottom: 5rem;
    font-size: 10rem;
  }
}
.news_item-right > .link {
  color: #404040;
  font-size: 16rem;
}
@media screen and (max-width: 360px) {
  .news_item-right > .link {
    font-size: 10rem;
  }
}
.news_item-right > .link > i {
  background: #404040;
}
.news_card {
  width: 445rem;
  aspect-ratio: 0.576;
  padding: 20rem;
}
@media screen and (max-width: 768px) {
  .news_card {
    width: 49%;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 576px) {
  .news_card {
    width: 100%;
    margin-bottom: 20rem;
  }
}
.news_card *:not(:last-child) {
  margin-bottom: 20rem;
}
.news_card-img {
  width: 100%;
  aspect-ratio: 0.835;
  border-radius: 10rem;
  overflow: hidden;
}
.news_card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_card-title {
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_card-date {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news_card-description {
  color: #404040;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
article > .main {
  width: 445rem;
  float: left;
  margin: 0 20rem 20rem 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  article > .main {
    float: none;
    width: 100%;
    margin: 0 0 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  article img {
    width: 100%;
    height: auto;
  }
}
article > p {
  color: #404040;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20rem;
}

.breadcrumbs_link {
  color: #AAA;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.breadcrumbs_separator {
  color: #AAA;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 6rem;
}
.breadcrumbs_item {
  color: #AAA;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

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